XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
admin.php
Go to the documentation of this file.
1 <?php
2 // $Id: admin.php 11355 2013-04-07 03:14:28Z beckmi $
3 // _LANGCODE: en
4 // _CHARSET : UTF-8
5 // Translator: XOOPS Translation Team
6 
7 define("_PROFILE_AM_FIELD","Field");
8 define("_PROFILE_AM_FIELDS","Fields");
9 define("_PROFILE_AM_CATEGORY","Category");
10 define("_PROFILE_AM_STEP","Step");
11 
12 define("_PROFILE_AM_SAVEDSUCCESS","%s saved successfully");
13 define("_PROFILE_AM_DELETEDSUCCESS","%s deleted successfully");
14 define("_PROFILE_AM_RUSUREDEL","Are you sure you want to delete %s");
15 define("_PROFILE_AM_FIELDNOTCONFIGURABLE","The field is not configurable.");
16 
17 define("_PROFILE_AM_ADD","Add %s");
18 define("_PROFILE_AM_EDIT","Edit %s");
19 define("_PROFILE_AM_TYPE","Field Type");
20 define("_PROFILE_AM_VALUETYPE","Value Type");
21 define("_PROFILE_AM_NAME","Name");
22 define("_PROFILE_AM_TITLE","Title");
23 define("_PROFILE_AM_DESCRIPTION","Description");
24 define("_PROFILE_AM_REQUIRED","Required?");
25 define("_PROFILE_AM_MAXLENGTH","Maximum Length");
26 define("_PROFILE_AM_WEIGHT","Weight");
27 define("_PROFILE_AM_DEFAULT","Default");
28 define("_PROFILE_AM_NOTNULL","Not Null?");
29 
30 define("_PROFILE_AM_ARRAY","Array");
31 define("_PROFILE_AM_EMAIL","Email");
32 define("_PROFILE_AM_INT","Integer");
33 define("_PROFILE_AM_TXTAREA","Text Area");
34 define("_PROFILE_AM_TXTBOX","Text field");
35 define("_PROFILE_AM_URL","URL");
36 define("_PROFILE_AM_OTHER","Other");
37 define("_PROFILE_AM_FLOAT","Floating Point");
38 define("_PROFILE_AM_DECIMAL","Decimal Number");
39 define("_PROFILE_AM_UNICODE_ARRAY","Unicode Array");
40 define("_PROFILE_AM_UNICODE_EMAIL","Unicode Email");
41 define("_PROFILE_AM_UNICODE_TXTAREA","Unicode Text Area");
42 define("_PROFILE_AM_UNICODE_TXTBOX","Unicode Text field");
43 define("_PROFILE_AM_UNICODE_URL","Unicode URL");
44 
45 define("_PROFILE_AM_PROF_VISIBLE_ON","Field visible on these groups' profile");
46 define("_PROFILE_AM_PROF_VISIBLE_FOR","Field visible on profile for these groups");
47 define("_PROFILE_AM_PROF_VISIBLE","Visibility");
48 define("_PROFILE_AM_PROF_EDITABLE","Field editable from profile");
49 define("_PROFILE_AM_PROF_REGISTER","Show in registration form");
50 define("_PROFILE_AM_PROF_SEARCH","Searchable by these groups");
51 define("_PROFILE_AM_PROF_ACCESS","Profile accessible by these groups");
52 define("_PROFILE_AM_PROF_ACCESS_DESC",
53  "<ul>" .
54  "<li>Admin groups: If a user belongs to admin groups, the current user has access if and only if one of the current user's groups is allowed to access admin group; else</li>" .
55  "<li>Non basic groups: If a user belongs to one or more non basic groups (NOT admin, user, anonymous), the current user has access if and only if one of the current user's groups is allowed to allowed to any of the non basic groups; else</li>" .
56  "<li>User group: If a user belongs to User group only, the current user has access if and only if one of his groups is allowed to access User group</li>" .
57  "</ul>");
58 
59 define("_PROFILE_AM_FIELDVISIBLE","The field ");
60 define("_PROFILE_AM_FIELDVISIBLEFOR"," is visible for ");
61 define("_PROFILE_AM_FIELDVISIBLEON"," viewing a profile of ");
62 define("_PROFILE_AM_FIELDVISIBLETOALL","- Everyone");
63 define("_PROFILE_AM_FIELDNOTVISIBLE","is not visible");
64 
65 define("_PROFILE_AM_CHECKBOX","Checkbox");
66 define("_PROFILE_AM_GROUP","Group Select");
67 define("_PROFILE_AM_GROUPMULTI","Group Multi Select");
68 define("_PROFILE_AM_LANGUAGE","Language Select");
69 define("_PROFILE_AM_RADIO","Radio Buttons");
70 define("_PROFILE_AM_SELECT","Select");
71 define("_PROFILE_AM_SELECTMULTI","Multi Select");
72 define("_PROFILE_AM_TEXTAREA","Text Area");
73 define("_PROFILE_AM_DHTMLTEXTAREA","DHTML Text Area");
74 define("_PROFILE_AM_TEXTBOX","Text Field");
75 define("_PROFILE_AM_TIMEZONE","Time zone");
76 define("_PROFILE_AM_YESNO","Radio Yes/No");
77 define("_PROFILE_AM_DATE","Date");
78 define("_PROFILE_AM_AUTOTEXT","Auto Text");
79 define("_PROFILE_AM_DATETIME","Date and Time");
80 define("_PROFILE_AM_LONGDATE","Long Date");
81 
82 define("_PROFILE_AM_ADDOPTION","Add Option");
83 define("_PROFILE_AM_REMOVEOPTIONS","Remove Options");
84 define("_PROFILE_AM_KEY","Value to be stored");
85 define("_PROFILE_AM_VALUE","Text to be displayed");
86 
87 // User management
88 define("_PROFILE_AM_EDITUSER","Edit User");
89 define("_PROFILE_AM_SELECTUSER","Select User");
90 define("_PROFILE_AM_ADDUSER","Add User");
91 define("_PROFILE_AM_THEME","Theme");
92 define("_PROFILE_AM_RANK","Rank");
93 define("_PROFILE_AM_USERDONEXIT","User doesn't exist!");
94 define("_PROFILE_MA_USERLEVEL","User Level");
95 
96 define("_PROFILE_MA_ACTIVE","Active");
97 define("_PROFILE_MA_INACTIVE","Inactive");
98 define("_PROFILE_AM_USERCREATED","User Created");
99 
100 define("_PROFILE_AM_CANNOTDELETESELF","Deleting your own account is not allowed - use your profile page to delete your own account");
101 define("_PROFILE_AM_CANNOTDELETEADMIN","Deleting an administrator account is not allowed");
103 define("_PROFILE_AM_NOSELECTION","No user selected");
104 define("_PROFILE_AM_USER_ACTIVATED","User activated");
105 define("_PROFILE_AM_USER_DEACTIVATED","User deactivated");
106 define("_PROFILE_AM_USER_NOT_ACTIVATED","Error: User NOT activated");
107 define("_PROFILE_AM_USER_NOT_DEACTIVATED","Error: User NOT deactivated");
109 define("_PROFILE_AM_STEPNAME","Step name");
110 define("_PROFILE_AM_STEPORDER","Step order");
111 define("_PROFILE_AM_STEPSAVE","Save after step");
112 define("_PROFILE_AM_STEPINTRO","Step description");
113 //1.62
114 define('_PROFILE_AM_ACTION','Action');
115 //1.63
116 define('_PROFILE_AM_REQUIRED_TOGGLE','Toggle Required Field');
117 define('_PROFILE_AM_REQUIRED_TOGGLE_SUCCESS','Successfully Changed Required Field ');
118 define('_PROFILE_AM_REQUIRED_TOGGLE_FAILED','Changing Required Field Failed');
120 define('_PROFILE_AM_SAVESTEP_TOGGLE','Toggle Save');
121 define('_PROFILE_AM_SAVESTEP_TOGGLE_SUCCESS','Successfully Changed Save After Step');
122 define('_PROFILE_AM_SAVESTEP_TOGGLE_FAILED',"Changing 'Save After Step' Failed");