XOOPS  2.6.0
en_US.php
Go to the documentation of this file.
1 <?php
2 /*
3  You may not change or alter any portion of this comment or credits
4  of supporting developers from this source code or any supporting source code
5  which is considered copyrighted (c) material of the original comment or credit authors.
6 
7  This program is distributed in the hope that it will be useful,
8  but WITHOUT ANY WARRANTY; without even the implied warranty of
9  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10  */
11 
19 class SystemLocaleEn_US /*extends XoopsLocaleEn_US*/
20 {
21  const CONF_DISCLAIMER_DEFAULT = "While the administrators and moderators of this site will attempt to remove or edit any generally objectionable material as quickly as possible, it is impossible to review every message. Therefore you acknowledge that all posts made to this site express the views and opinions of the author and not the administrators, moderators or webmaster (except for posts by these people) and hence will not be held liable.
22 
23 You agree not to post any abusive, obscene, vulgar, slanderous, hateful, threatening, sexually-orientated or any other material that may violate any applicable laws. Doing so may lead to you being immediately and permanently banned (and your service provider being informed). The IP address of all posts is recorded to aid in enforcing these conditions. Creating multiple accounts for a single user is not allowed. You agree that the webmaster, administrator and moderators of this site have the right to remove, edit, move or close any topic at any time should they see fit. As a user you agree to any information you have entered above being stored in a database. While this information will not be disclosed to any third party without your consent the webmaster, administrator and moderators cannot be held responsible for any hacking attempt that may lead to the data being compromised.
24 
25 This site system uses cookies to store information on your local computer. These cookies do not contain any of the information you have entered above, they serve only to improve your viewing pleasure. The email address is used only for confirming your registration details and password (and for sending new passwords should you forget your current one).
26 
27 By clicking Register below you agree to be bound by these conditions.";
28 
29  const ADD_BLOCK = "Add block";
30  const ADD_GROUP = "Add group";
31  const ADD_NEW_GROUP = "Add a new group";
32  const ADD_USER = "Add user";
33  const ADMINISTRATION_MENU = "Administration menu";
34  const ALLOW_OTHER_USERS_TO_VIEW_THIS_EMAIL_ADDRESS = "Allow other users to view this email address";
35  const ANONYMOUS_USERS = "Anonymous users";
36  const ANONYMOUS_USERS_GROUP = "Anonymous users group";
37  const AUTHENTICATION = "Authentication";
38  const AUTO_FORMAT_SMILIES_DISABLED = "Auto format (smilies disabled)";
39  const AUTO_FORMAT_SMILIES_ENABLED = "Auto format (smilies enabled)";
40  const AVAILABLE_MODULES = "Available modules";
41  const BLOCKS_ADMINISTRATION = "Blocks administration";
42  const BLOCKS_DESC = "With blocks you can <br /> add many thing for <br /> your users";
43  const BLOCKS_TIPS = "<ul><li>You can easily change side or order position with the drag'n drop, click on <img class='xo-tooltip' src='%1\$s' alt='%4\$s' title='%4\$s' /> this image and set your site just the way you want it</li><li>Add a new custom block</li><li>Set block online or offline by clicking on <img class='xo-tooltip' width='16' src='%2\$s' alt='%5\$s' title='%5\$s'/> or <img class='xo-tooltip' width='16' src='%3\$s' alt= '%6\$s' title='%6\$s' /></li></ul>";
44  const BLOCK_ACCESS_RIGHTS = "Block access rights";
45  const BLOCK_LOGIN = "Login";
46  const BLOCK_LOGIN_DESC = "Shows login form";
47  const BLOCK_MAIN_MENU = "Main menu";
48  const BLOCK_MAIN_MENU_DESC = "Shows the main navigation menu of the site";
49  const BLOCK_NEW_MEMBERS = "New members";
50  const BLOCK_NEW_MEMBERS_DESC = "Shows most recent users";
51  const BLOCK_SITE_INFORMATION = "Site information";
52  const BLOCK_SITE_INFORMATION_DESC = "Shows basic information about the site and a link to 'Recommend Us' pop up window";
53  const BLOCK_THEMES = "Themes";
54  const BLOCK_THEMES_DESC = "Shows theme selection box";
55  const BLOCK_TOP_POSTERS = "Top posters";
56  const BLOCK_TOP_POSTERS_DESC = "Displays your site top posters";
57  const BLOCK_TYPE = "Block type";
58  const BLOCK_USER_MENU = "User menu";
59  const BLOCK_USER_MENU_DESC = "Shows user block";
60  const BLOCK_WAITING_CONTENTS = "Waiting contents";
61  const BLOCK_WAITING_CONTENTS_DESC = "Shows contents waiting for approval";
62  const BLOCK_WHO_IS_ONLINE = "Who is online";
63  const BLOCK_WHO_IS_ONLINE_DESC = "Displays users/guests currently online";
64  const BOTTOM_CENTER = "Bottom center";
65  const BOTTOM_LEFT = "Bottom left";
66  const BOTTOM_RIGHT = "Bottom right";
67  const CACHE_LIFETIME = "Cache lifetime";
68  const CHOOSE_TEMPLATE = "Choose template";
69  const CLICK_TO_EDIT_MODULE_NAME = "Click to edit module name...";
70  const CLONE_BLOCK = "Clone block";
71  const CONF_ACTIVATION_GROUP = "Select group to which activation email will be sent";
72  const CONF_ACTIVATION_GROUP_DESC = "Valid only when 'Activation by administrators' is selected";
73  const CONF_ACTIVATION_TYPE = "Select activation type of newly registered users";
74  const CONF_ADMIN_ACTIVATION = "Activation by administrators";
75  const CONF_ADMIN_EMAIL = "Admin email address";
76  const CONF_ALLOW_CHANGE_EMAIL = "Allow users to change email address?";
77  const CONF_ALLOW_REGISTRATION = "Allow new user registration?";
78  const CONF_ALLOW_REGISTRATION_DESC = "Select yes to accept new user registration";
79  const CONF_ANONYMOUS = "Username for anonymous users";
80  const CONF_AUTHMETHOD = "Authentication Method";
81  const CONF_AUTHMETHOD_DESC = "Which authentication method would you like to use for signing on users.";
82  const CONF_AUTH_CONFOPTION_AD = "Microsoft Active Directory &copy";
83  const CONF_AUTH_CONFOPTION_LDAP = "Standard LDAP Directory";
84  const CONF_AUTH_CONFOPTION_XOOPS = "XOOPS Database";
85  const CONF_AUTO_ACTIVATION = "Activate automatically";
86  const CONF_BAD_EMAILS = "Enter emails that should not be used in user profile";
87  const CONF_BAD_EMAILS_DESC = "Separate each with a <strong>|</strong>, case insensitive, regex enabled.";
88  const CONF_BAD_IPS = "Enter IP addresses that should be banned from the site.<br />Separate each with a <strong>|</strong>, case insensitive, regex enabled (so dot - '.' means 'any char' and '\.' means '.').";
89  const CONF_BAD_IPS_DESC = "^aaa\.bbb\.ccc will disallow visitors with an IP that starts with aaa.bbb.ccc<br />aaa\.bbb\.ccc$ will disallow visitors with an IP that ends with aaa.bbb.ccc<br />aaa\.bbb\.ccc will disallow visitors with an IP that contains aaa.bbb.ccc";
90  const CONF_BAD_USERNAMES = "Enter names that should not be selected as username";
91  const CONF_BLOCKS_EDITOR = "Editor for blocks:";
92  const CONF_BREADCRUMB ="Breadcrumb";
93  const CONF_CENSORRPLC = "Censored words will be replaced with:";
94  const CONF_CENSORRPLC_DESC = "Censored words will be replaced with the characters entered in this textbox";
95  const CONF_CENSORWRD = "Words to censor";
96  const CONF_CENSORWRD_DESC = "Enter words that should be censored in user posts.<br />Separate each with a <strong>|</strong>, case insensitive.";
97  const CONF_CLOSE_SITE = "Turn your site off?";
98  const CONF_CLOSE_SITE_DEFAULT = "The site is currently closed for maintenance. Please come back later.";
99  const CONF_CLOSE_SITE_DESC = "Select yes to turn your site off so that only users in selected groups have access to the site. ";
100  const CONF_CLOSE_SITE_GROUP = "Select groups that are allowed to access while the site is turned off.";
101  const CONF_CLOSE_SITE_GROUP_DESC = "Users in the default webmasters group are always granted access.";
102  const CONF_CLOSE_SITE_TEXT = "Reason for turning off the site";
103  const CONF_CLOSE_SITE_TEXT_DESC = "The text that is presented when the site is closed.";
104  const CONF_CONTROL_PANEL = "Control panel GUI";
105  const CONF_CONTROL_PANEL_DESC = "For backend";
106  const CONF_DEFAULT_TIMEZONE = "Default timezone";
107  const CONF_DOCENSOR = "Enable censoring of unwanted words?";
108  const CONF_DOCENSOR_DESC = "Words will be censored if this option is enabled. This option may be turned off for enhanced site speed.";
109  const CONF_DSPDSCLMR = "Display disclaimer?";
110  const CONF_DSPDSCLMR_DESC = "Select yes to display disclaimer in registration page";
111  const CONF_ENABLE_BAD_IPS = "Enable IP bans?";
112  const CONF_ENABLE_BAD_IPS_DESC = "Users from specified IP addresses will not be able to view your site";
113  const CONF_FOOTER = "Footer";
114  const CONF_FOOTER_DEFAULT = "Powered by XOOPS @ 2001-%s <a href='https://github.com/XOOPS' rel='external' title='The XOOPS Project'>The XOOPS Project</a>";
115  const CONF_FOOTER_DESC = "Be sure to type links in full path starting from http://, otherwise the links will not work correctly in modules pages.";
116  const CONF_GENERAL_EDITOR = "Editor for modules:";
117  const CONF_GROUPS_PER_PAGE = "Number of groups to display per page";
118  const CONF_GZIP_COMPRESSION = "Use gzip compression?";
119  const CONF_HELP_ONLINE = "Help online?";
120  const CONF_HELP_ONLINE_DESC = "This gives you tips and online help";
121  const CONF_ICONS = "Icons";
122  const CONF_INDEXFOLLOW = "Index, follow";
123  const CONF_INDEXNOFOLLOW = "Index, no follow";
124  const CONF_JQUERY_THEME = "jQuery theme";
125  const CONF_LOCALE = "Default locale";
126  const CONF_LDAP_BASE_DN = "LDAP - Base DN";
127  const CONF_LDAP_BASE_DN_DESC = "The base DN (Distinguished Name) of your LDAP directory tree.";
128  const CONF_LDAP_DOMAIN_NAME = "The domain name";
129  const CONF_LDAP_DOMAIN_NAME_DESC = "Windows domain name. for ADS and NT Server only";
130  const CONF_LDAP_FIELD_MAPPING_ATTR = "Xoops-Auth server fields mapping";
131  const CONF_LDAP_FIELD_MAPPING_DESC = "Describe here the mapping between the XOOPS database field and the LDAP Authentication system field.<br /><br />Format [Xoops Database field]=[Auth system LDAP attribute]<br />for example : email=mail<br />Separate each with a |<br /><br />!! For advanced users !!";
132  const CONF_LDAP_FILTER_PERSON = "The search filter LDAP query to find user";
133  const CONF_LDAP_FILTER_PERSON_DESC = "Special LDAP Filter to find user. @@loginname@@ is replace by the users's login name<br> MUST BE BLANK IF YOU DON'T KNOW WHAT YOU DO' !<br />Ex : (&(objectclass=person)(samaccountname=@@loginname@@)) for AD <br />Ex : (&(objectclass=inetOrgPerson)(uid=@@loginname@@)) for LDAP";
134  const CONF_LDAP_GIVENNAME_ATTR = "LDAP - Given Name Field Name";
135  const CONF_LDAP_GIVENNAME_ATTR_DESC = "The name of the Given Name attribute in your LDAP directory.";
136  const CONF_LDAP_LOGINLDAP_ATTR = "LDAP Attribute use to search the user";
137  const CONF_LDAP_LOGINLDAP_ATTR_DESC = "When Login name use in the DN option is set to yes, must correspond to the login name XOOPS";
138  const CONF_LDAP_LOGINNAME_ASDN = "Login name use in the DN";
139  const CONF_LDAP_LOGINNAME_ASDN_DESC = "The XOOPS login name is used in the LDAP DN (eg : uid=<loginname>,dc=xoops,dc=org)<br>The entry is directly read in the LDAP Server without search";
140  const CONF_LDAP_MAIL_ATTR = "LDAP - Email Field Name";
141  const CONF_LDAP_MAIL_ATTR_DESC = "The name of the E-Mail attribute in your LDAP directory tree.";
142  const CONF_LDAP_MANAGER_DN = "DN of the LDAP manager";
143  const CONF_LDAP_MANAGER_DN_DESC = "The DN of the user allow to make search (eg manager)";
144  const CONF_LDAP_MANAGER_PASS = "Password of the LDAP manager";
145  const CONF_LDAP_MANAGER_PASS_DESC = "The password of the user allow to make search";
146  const CONF_LDAP_PORT = "LDAP - Port Number";
147  const CONF_LDAP_PROVIS = "Automatic XOOPS account provisioning";
148  const CONF_LDAP_PROVIS_DESC = "Create XOOPS user database if it doesn't exists";
149  const CONF_LDAP_PROVIS_GROUP = "Default affect group";
150  const CONF_LDAP_PROVIS_GROUP_DESC = "The new user is assign to these groups";
151  const CONF_LDAP_PROVIS_UPD = "Maintain XOOPS account provisioning";
152  const CONF_LDAP_PROVIS_UPD_DESC = "The XOOPS User account is always synchronized with the Authentication Server";
153  const CONF_LDAP_SERVER = "LDAP - Server Name";
154  const CONF_LDAP_SERVER_DESC = "The name of your LDAP directory server.";
155  const CONF_LDAP_SURNAME_ATTR = "LDAP - Surname Field Name";
156  const CONF_LDAP_SURNAME_ATTR_DESC = "The name of the Surname attribute in your LDAP directory.";
157  const CONF_LDAP_USERS_BYPASS = "Users allowed to bypass LDAP authentication";
158  const CONF_LDAP_USERS_BYPASS_DESC = "Users to be authenticated with native XOOPS method";
159  const CONF_LDAP_USETLS = " Use TLS connection";
160  const CONF_LDAP_USETLS_DESC = "Use a TLS (Transport Layer Security) connection. TLS use standard 389 port number<BR> and the LDAP version must be set to 3.";
161  const CONF_LDAP_VERSION = "LDAP Version protocol";
162  const CONF_LDAP_VERSION_DESC = "The LDAP Version protocol : 2 or 3";
163  const CONF_LEVEL_LIGHT = "Light (recommended for multi-byte chars)";
164  const CONF_LEVEL_MEDIUM = "Medium";
165  const CONF_LEVEL_STRICT = "Strict (only alphabets and numbers)";
166  const CONF_MAILER = "Email Setup";
167  const CONF_MAILERMETHOD = "Email delivery method";
168  const CONF_MAILERMETHOD_DESC = "Method used to deliver email. Default is \"mail\", use others only if that makes trouble.";
169  const CONF_MAILFROM = "FROM address";
170  const CONF_MAILFROMNAME = "FROM name";
171  const CONF_MAILFROMUID = "FROM user";
172  const CONF_MAILFROMUID_DESC = "When the system sends a private message, which user should appear to have sent it?";
173  const CONF_MAX_USERNAME = "Maximum length of username";
174  const CONF_METAAUTHOR = "Meta Author";
175  const CONF_METAAUTHOR_DESC = "The author meta tag defines the name of the author of the document being read. Supported data formats include the name, email address of the webmaster, company name or URL.";
176  const CONF_METACOPYR = "Meta Copyright";
177  const CONF_METACOPYR_DEFAULT = "Copyright @ 2001-%s";
178  const CONF_METACOPYR_DESC = "The copyright meta tag defines any copyright statements you wish to disclose about your web page documents.";
179  const CONF_METADESC = "Meta Description";
180  const CONF_METADESC_DEFAULT= "XOOPS is a dynamic Object Oriented based open source portal script written in PHP.";
181  const CONF_METADESC_DESC = "The description meta tag is a general description of what is contained in your web page";
182  const CONF_METAKEY = "Meta Keywords";
183  const CONF_METAKEY_DEFAULT = "xoops, web applications, web 2.0, sns, news, technology, headlines, linux, software, download, downloads, free, community, forum, bulletin board, bbs, php, survey, polls, kernel, comment, comments, portal, odp, open source, opensource, FreeSoftware, gnu, gpl, license, Unix, *nix, mysql, sql, database, databases, web site, blog, wiki, module, modules, theme, themes, cms, content management";
184  const CONF_METAKEY_DESC = "The keywords meta tag is a series of keywords that represents the content of your site. Type in keywords with each separated by a comma or a space in between. (Ex. XOOPS, PHP, mySQL, portal system)";
185  const CONF_METAO14YRS = "14 years";
186  const CONF_METAOGEN = "General";
187  const CONF_METAOMAT = "Mature";
188  const CONF_METAOREST = "Restricted";
189  const CONF_METARATING = "Meta Rating";
190  const CONF_METARATING_DESC = "The rating meta tag defines your site age and content rating";
191  const CONF_METAROBOTS = "Meta Robots";
192  const CONF_METAROBOTS_DESC = "The Robots Tag declares to search engines what content to index and spider";
193  const CONF_MIN_PASS = "Minimum required length of the password";
194  const CONF_MIN_USERNAME = "Minimum length of username required";
195  const CONF_MODULE_CACHE = "Module-wide Cache";
196  const CONF_MODULE_CACHE_DESC = "Caches module contents for a specified amount of time to enhance performance. Setting module-wide cache will override module item level cache if any.";
197  const CONF_NEW_USER_NOTIFY = "Notify by email when a new user is registered?";
198  const CONF_NOINDEXFOLLOW = "No Index, Follow";
199  const CONF_NOINDEXNOFOLLOW = "No Index, No Follow";
200  const CONF_NOTIFY_TO = "Select group to which new user notification email will be sent";
201  const CONF_REDIRECT = "Use jGrowl redirect";
202  const CONF_REDIRECT_DESC = "replace old redirection by a jGrowl redirection";
203  const CONF_REGDSCLMR = "Registration disclaimer";
204  const CONF_REGDSCLMR_DESC = "Enter text to be displayed as registration disclaimer";
205  const CONF_SELF_DELETE = "Allow users to delete own account?";
206  const CONF_SENDMAILPATH = "Path to sendmail";
207  const CONF_SENDMAILPATH_DESC = "Path to the sendmail program (or substitute) on the webserver.";
208  const CONF_SERVER_TIMEZONE = "Server timezone";
209  const CONF_SESSION_EXPIRE = "Session expiration";
210  const CONF_SESSION_EXPIRE_DESC = "Maximum duration of session idle time in minutes (Valid only when 'use custom session' is enabled.)";
211  const CONF_SESSION_NAME = "Session name";
212  const CONF_SESSION_NAME_DESC = "The name of session (Valid only when 'use custom session' is enabled)";
213  const CONF_SITE_NAME = "Site name";
214  const CONF_SITE_NAME_DEFAULT = "XOOPS Site";
215  const CONF_SLOGAN = "Slogan for your site";
216  const CONF_SLOGAN_DEFAULT = "Just use it!";
217  const CONF_SMTPHOST = "SMTP host(s)";
218  const CONF_SMTPHOST_DESC = "List of SMTP servers to try to connect to.";
219  const CONF_SMTPPASS = "SMTPAuth password";
220  const CONF_SMTPPASS_DESC = "Password to connect to an SMTP host with SMTPAuth.";
221  const CONF_SMTPUSER = "SMTPAuth username";
222  const CONF_SMTPUSER_DESC = "Username to connect to an SMTP host with SMTPAuth.";
223  const CONF_SSL_LINK = "URL where SSL login page is located";
224  const CONF_SSL_POST_NAME = "SSL Post variable name";
225  const CONF_SSL_POST_NAME_DESC = "The name of variable used to transfer session value via POST. If you are unsure, set any name that is hard to guess.";
226  const CONF_START_PAGE = "Module for your start page";
227  const CONF_TEMPLATE_SET = "Default template set";
228  const CONF_THEME_FILE = "Check templates for modifications ?";
229  const CONF_THEME_FILE_DESC = "If this option is enabled, modified templates will be automatically recompiled when they are displayed. You must turn this option off on a production site.";
230  const CONF_THEME_SET = "Default theme";
231  const CONF_THEME_SET_ALLOWED = "Selectable themes";
232  const CONF_THEME_SET_ALLOWED_DESC = "Choose themes that users can select as the default theme";
233  const CONF_USERNAME_LEVEL = "Select the level of strictness for username filtering";
234  const CONF_USERS_PER_PAGE = "Number of users to display per page";
235  const CONF_USER_ACTIVATION = "Requires activation by user (recommended)";
236  const CONF_USER_COOKIE = "Name for user cookies.";
237  const CONF_USER_COOKIE_DESC = "If the cookie name is set, 'Remember me' will be enabled for user login. If a user has chosen 'Remember me', he will be logged in automatically.";
238  const CONF_USE_SSL = "Use SSL for login?";
239  const CONF_USE_SSL_DESC = "SSL is used for secure login and requires a certificate. Contact your Host about how to obtain certificate for your site.";
240  const CONF_WELCOME_TYPE = "Sending welcoming message";
241  const CONF_WELCOME_TYPE_BOTH = "Email and message";
242  const CONF_WELCOME_TYPE_DESC = "The way of sending out a welcoming message to a user upon his successful registration.";
243  const CONF_WELCOME_TYPE_EMAIL = "Email";
244  const CONF_WELCOME_TYPE_NONE = "None";
245  const CONF_WELCOME_TYPE_PM = "Message";
246  const CONTENT_TYPE = "Content type";
247  const CONTROL_PANEL = "Control panel";
248  const CUSTOM_BLOCK = "Custom block";
249  const CUSTOM_BLOCK_AUTO_FORMAT = "Custom Block (Auto Format)";
250  const CUSTOM_BLOCK_AUTO_FORMAT_SMILIES = "Custom Block (Auto Format + smilies)";
251  const CUSTOM_BLOCK_HTML = "Custom Block (HTML)";
252  const CUSTOM_BLOCK_PHP = "Custom Block (PHP)";
253  const C_DO_NOT_DISPLAY_USERS_WHOSE_RANK_IS = "Do not display users whose rank is:";
254  const C_SEARCH_USER = "Search user:";
255  const C_SEE_SEARCH_REQUEST = "See search request:";
256  const C_YOUR_THEMES = "Your themes:";
257  const DELETE_BLOCK = "Delete a block";
258  const DELETE_GROUP = "Delete group";
259  const DELETE_USER = "Delete user";
260  const DISPLAY_BLOCK = "Display block";
261  const DISPLAY_SCREENSHOT_IMAGE = "Display screenshot image";
262  const DISPLAY_USERS_AVATARS = "Display users avatars";
263  const DRAG_OR_SORT_BLOCK = "Drag or sort the block";
264  const EDIT_BLOCK = "Edit block";
265  const EDIT_GROUP = "Edit group";
266  const EDIT_GROUPS = "Edit groups";
267  const EDIT_TEMPLATE = "Edit template";
268  const EDIT_USER = "Edit user";
269  const EF_BLOCK_NOT_DELETED = "Block '%s' was not deleted!";
270  const EF_BLOCK_TEMPLATE_NOT_DELETED = "Block template '%s' was not deleted!";
271  const EF_CAN_NOT_DELETE_ADMIN_USER = "Admin user cannot be deleted: %s!";
272  const EF_CONFIG_NOT_ADDED = "Config '%s' was not added!";
273  const EF_COULD_NOT_ADD_PERMISSION_FOR_GROUP = "Could not add %s permission to %s for group %s!";
274  const EF_COULD_NOT_ADD_USER_TO_GROUPS = "The new user could not be added to groups: %s!";
275  const EF_COULD_NOT_DELETE_USER = "User cannot be deleted: %s!";
276  const EF_COULD_NOT_RESET_GROUP_PERMISSION_FOR_MODULE = "Could not reset group permission for module %s!";
277  const EF_GROUP_ID_ADMIN_ACCESS_RIGHT_NOT_ADDED = "Could not add admin access right for Group ID %s!";
278  const EF_GROUP_ID_USER_ACCESS_RIGHT_NOT_ADDED = "Could not add user access right for Group ID: %s!";
279  const EF_SQL_FILE_NOT_FOUND = "SQL file not found at %s!";
280  const EF_TABLE_IS_RESERVED = "%s is a reserved table!";
281  const EF_TEMPLATE_NOT_ADDED_TO_DATABASE = "Template %s was not added to the database!";
282  const EF_TEMPLATE_NOT_DELETED = "Old template '%s' was not deleted! Aborting update of this file. ";
283  const EF_TEMPLATE_NOT_RECOMPILED = "ERROR: Template %s recompile failed";
284  const EF_TEMPLATE_NOT_UPDATED = "ERROR: Could not update %s template.";
285  const EMPTY_FILE = "Empty file";
286  const EXTENSIONS_ADMINISTRATION = "Extensions administration";
287  const EXTENSIONS_DESC = "Here you can install <br /> and uninstall your XOOPS <br /> extensions.";
288  const EXTENSION_TIPS = "<ul><li>If you install a new extension, remember to setup module preferences and users permissions!</li><li>Delete unused extension files from your server to avoid security issues and keep your website safe.</li></ul>";
289  const E_BLOCK_ACCESS_NOT_ADDED = "Block access right was not added!";
290  const E_BLOCK_TEMPLATE_DEPRECATED_NOT_REMOVED = "Deprecated block template was not removed!";
291  const E_CONFIG_DATA_NOT_DELETED = "Config data was not deleted!";
292  const E_GROUP_PERMISSIONS_NOT_DELETED = "Group permissions were not deleted!";
293  const E_NEW_PASSWORDS_NOT_MATCH_TRY_AGAIN = "Sorry, the new passwords do not match! Click back and try again.";
294  const E_NOT_RESTORED = "Not restored!";
295  const E_SYSTEM_BLOCKS_CANNOT_BE_DELETED = "System blocks cannot be deleted!";
296  const E_SYSTEM_MODULE_CANNOT_BE_DEACTIVATED = "System module cannot be deactivated!";
297  const E_THIS_BLOCK_CANNOT_BE_DELETED = "This block cannot be deleted directly! If you wish to disable this block, deactivate the module.";
298  const E_THIS_MODULE_IS_SET_AS_DEFAULT_START_PAGE = "This module is set as your default start page. Please change the start module to whatever suits your preferences.";
299  const E_YOU_CANNOT_REMOVE_THIS_GROUP = "You can not remove this group!";
300  const FILES_GENERATED = "Files generated";
301  const FORCED_FILE_GENERATION = "Forced file generation";
302  const F_BLOCK_ID = " Block ID: %s";
303  const F_CONFIG_ID = "Config ID: %s";
304  const F_DELETE_USER = "Delete user: %s";
305  const F_GROUPS_SPAN = "<ul><li><span class='bold red'>%s</span> groups.</li></ul>";
306  const F_GROUP_ID = " Group ID: %s";
307  const F_LOGO_IMAGE_FILE_IS_LOCATED_UNDER = "Logo image file is located under %s directory"; // %s is your root image directory name
308  const F_MODULE_ID = " Module ID: %s";
309  const F_TEMPLATE_ID = "Template ID: %s";
310  const F_THEMES = "%s themes";
311  const F_UPDATE_USER = "Update user: %s";
312  const F_USERS = "%s user(s)";
313  const F_USERS_SPAN = "<ul><li><span class='bold red'>%s</span> users.</li></ul>";
314  const GENERAL_SETTINGS = "General settings";
315  const TEMPLATE_OVERLOADED = "Template overloaded";
316  const GO_TO_MODULE = "Go to module";
317  const GROUPS_DESC = "You can add some groups <br /> and manage permission for <br /> each group";
318  const GROUPS_MANAGER = "Groups manager";
319  const GROUPS_TIPS_1 = "<ul><li>Create a new group with their own permissions.</li><li>Edit group for change permissions.</li></ul>";
320  const GROUPS_TIPS_2 = "<ul><li>Change or create permission for this group, all modification will affect users of this group.</li></ul>";
321  const GROUP_DESCRIPTION = "Group description";
322  const GROUP_NAME = "Group name";
323  const HIDE_BLOCK = "Hide block";
324  const INSTALLED_MODULES = "Installed modules";
325  const LARGE_VIEW = "Large view";
326  const LAST_LOGIN_GREATER_THAN_X = "Last login is more than <span style='color:#ff0000;'>X</span> days ago";
327  const LAST_LOGIN_LESS_THAN_X = "Last login is less than <span style='color:#ff0000;'>X</span> days ago";
328  const LINE_VIEW = "Line view";
329  const MANAGE_BLOCKS = "Manage blocks";
330  const MANAGE_MENU = "Manage menu";
331  const MANAGE_MODULE = "Manage module";
332  const MANAGE_PREFERENCES = "Manage preferences";
333  const MANAGING_BLOCKS = "Managing blocks...";
334  const MANAGING_PERMISSIONS = "Managing permissions...";
335  const MANAGING_PREFERENCES = "Managing preferences...";
336  const MANAGING_TABLES = "Managing tables...";
337  const MANAGING_TEMPLATES = "Managing templates...";
338  const MENU_BLOCK = "Menu block";
339  const MENU_TIPS = "<ul><li>To change order of modules (which will be reflected in the Menu), you just need to drag and drop the modules to the desired placement.</li></ul>";
340  const META_TAGS_AND_FOOTER = "Meta tags and footer";
341  const MODULES_ADMINISTRATION = "Modules administration";
342  const MODULES_DESC = "Here you can install <br /> and unistall your XOOPS <br /> modules. Do you know <br /> which module?";
343  const MODULES_TIPS = "<ul><li>If you install a new module, remember to setup module preferences, blocks and users permissions!</li><li>For hide module into Main Menu block, set order to 0</li><li>Delete unused module files from your server to avoid security issues and keep your website safe.</li></ul>";
344  const MODULE_ACCESS_RIGHTS = "Module access rights";
345  const MODULE_ADMIN_RIGHTS = "Module admin rights";
346  const MODULE_DESCRIPTION = "For administration of core settings of the site.";
347  const MODULE_NAME = "System";
348  const NEVER_CONNECTED = "Never connected";
349  const NO_FILES_CREATED = "No files created";
350  const NO_MODULE_TO_CACHE = "There is no module that can be cached.";
351  const NUMBER_OF_USERS_BY_GROUP = "Number of users by group";
352  const NUMBER_OF_USERS_TO_DISPLAY = "Number of users to display";
353  const ONLY_ACTIVE_USERS = "Only active users";
354  const ONLY_INACTIVE_USERS = "Only inactive users";
355  const ONLY_USERS_ACCEPT_EMAIL = "Only users that accept email";
356  const ONLY_USERS_DO_NOT_ACCEPT_EMAIL = "Only users that don't accept email";
357  const OTHER_SETTINGS = "Other settings";
358  const PHP_SCRIPT = "PHP Script";
359  const POPUP_WINDOW_HEIGHT = "Pop-up window height";
360  const POPUP_WINDOW_WIDTH = "Pop-up window width";
361  const POSTS_NUMBER_GREATER_THAN_X = "Number of posts is greater than <span style='color:#ff0000;'>X</span>";
362  const POSTS_NUMBER_LESS_THAN_X = "Number of posts is less than <span style='color:#ff0000;'>X</span>";
363  const PREFERENCES_DESC = "XOOPS and all of your <br /> modules have a preferences <br /> for manage module options";
364  const QF_ARE_YOU_SURE_TO_DELETE_THIS_BLOCK = "Are you sure to delete this block ? <div class='bold'>%s</div>";
365  const Q_ARE_YOU_SURE_DELETE_THIS_GROUP = "Are you sure you want to delete this group?";
366  const RECOMMEND_US = "Recommend us";
367  const REGISTERED_USERS = "Registered users";
368  const REGISTERED_USERS_GROUP = "Registered users group";
369  const REGISTRATION_DATE_GREATER_THAN_X = "Joined date is more than <span style='color:#ff0000;'>X</span> days ago";
370  const REGISTRATION_DATE_LESS_THAN_X = "Joined date is less than <span style='color:#ff0000;'>X</span> days ago";
371  const SCREENSHOT_IMAGE_WIDTH = "Screenshot image width";
372  const SECURE_LOGIN = "Secure login";
373  const SERVICES_DESC = "From here you can manage service<br />providers and priorities.";
374  const SERVICES_MANAGER = "Service Management";
375  const SERVICES_TIPS = "<ul><li>Services allow you to customize your system</li><li>Set service provider preferences by selecting the service, and then putting the providers in the desired order.</li></ul>";
376  const SF_ADDED_PERMISSION_FOR_GROUP = "Added %s permission to %s for group %s!";
377  const SF_BLOCK_DELETED = "Block %s deleted!";
378  const SF_BLOCK_TEMPLATE_DELETED = "Block template %s deleted!";
379  const SF_BLOCK_TEMPLATE_DEPRECATED = "Block template %s deprecated!";
380  const SF_BLOCK_UPDATED = "Block %s updated!";
381  const SF_CONFIG_ADDED = "Config %s added!";
382  const SF_GROUP_ID_ADMIN_ACCESS_RIGHT_ADDED = "Added admin access right for Group ID %s!";
383  const SF_GROUP_ID_USER_ACCESS_RIGHT_ADDED = "Added user access right for Group ID: %s!";
384  const SF_SQL_FILE_FOUND = "SQL file found at %s!";
385  const SF_TEMPLATE_ADDED = "Template %s added!";
386  const SF_TEMPLATE_RECOMPILED = "Template %s recompiled!";
387  const SF_TEMPLATE_UPDATED = "Template %s updated!";
388  const SHOW_ADMIN_GROUPS = "Show admin groups";
389  const SITE_PREFERENCES = "Site preferences";
390  const SYSTEM_ADMIN_RIGHTS = "System admin rights";
391  const SYSTEM_CONFIGURATION = "System configuration";
392  const SYSTEM_PREFERENCES = "System module settings";
393  const S_BLOCK_ACCESS_ADDED = "Block access right added!";
394  const S_CONFIG_DATA_DELETED = "Config data deleted!";
395  const S_CONFIG_OPTION_ADDED = "Config option added!";
396  const S_GROUP_PERMISSIONS_DELETED = "Group permissions deleted!";
397  const S_RESTORED = "Successfully restored!";
398  const TEMPLATES_DESC = "If you need add some changes <br /> in core or modules template use <br /> this options for create theme override";
399  const TEMPLATES_MANAGER = "Templates Manager";
400  const TEMPLATES_TIPS = "<ul><li>Edit theme and modules templates, stylsheet online.</li><li>Generate all overide modules templates.</li><li>If you force generate, this will erase all previous modification.</li></ul>";
401  const TIPS_MAIN = "<ul><li>Enable or disable sections of system module or just access to it.</li></ul>";
402  const TOP_CENTER = "Top center";
403  const TOP_LEFT = "Top left";
404  const TOP_RIGHT = "Top right";
405  const USERS_DESC = "With this options you <br /> can add new user or <br /> edit old user and userinfo, <br /> change groups and many <br /> other things";
406  const USERS_MANAGEMENT = "Users management";
407  const USERS_TIPS = "<ul><li>Manage Xoops users</li></ul>";
408  const VIEW_USER_INFO = "View user info";
409  const WEBMASTERS = "Webmasters";
410  const WEBMASTERS_OF_THIS_SITE = "Webmasters of this site";
411  const WELCOME_TO_XOOPS_HELP_CENTER = "Welcome to XOOPS Help Center";
412  const WORD_CENSORING = "Word censoring";
413 }
const CONF_AUTH_CONFOPTION_XOOPS
Definition: en_US.php:84
const CONF_WELCOME_TYPE_EMAIL
Definition: en_US.php:243
const CONF_CENSORRPLC_DESC
Definition: en_US.php:94
const CONF_LDAP_PROVIS_UPD_DESC
Definition: en_US.php:152
const SERVICES_TIPS
Definition: en_US.php:375
const INSTALLED_MODULES
Definition: en_US.php:324
const CONF_CLOSE_SITE_GROUP
Definition: en_US.php:100
const EF_GROUP_ID_ADMIN_ACCESS_RIGHT_NOT_ADDED
Definition: en_US.php:277
const BLOCK_ACCESS_RIGHTS
Definition: en_US.php:44
const CONF_LDAP_LOGINNAME_ASDN
Definition: en_US.php:138
const CONF_LEVEL_STRICT
Definition: en_US.php:165
const POPUP_WINDOW_HEIGHT
Definition: en_US.php:359
const BLOCK_THEMES_DESC
Definition: en_US.php:54
const EF_GROUP_ID_USER_ACCESS_RIGHT_NOT_ADDED
Definition: en_US.php:278
const WEBMASTERS_OF_THIS_SITE
Definition: en_US.php:410
const CONF_DSPDSCLMR_DESC
Definition: en_US.php:110
const CONF_LDAP_LOGINLDAP_ATTR
Definition: en_US.php:136
const E_BLOCK_ACCESS_NOT_ADDED
Definition: en_US.php:289
const SYSTEM_ADMIN_RIGHTS
Definition: en_US.php:390
const EDIT_GROUPS
Definition: en_US.php:266
const F_MODULE_ID
Definition: en_US.php:308
const CONF_DSPDSCLMR
Definition: en_US.php:109
const Q_ARE_YOU_SURE_DELETE_THIS_GROUP
Definition: en_US.php:365
const CONF_BAD_USERNAMES
Definition: en_US.php:90
const SITE_PREFERENCES
Definition: en_US.php:389
const CONF_CLOSE_SITE_TEXT_DESC
Definition: en_US.php:103
const DELETE_BLOCK
Definition: en_US.php:257
const MANAGE_BLOCKS
Definition: en_US.php:329
const CONF_METACOPYR
Definition: en_US.php:176
const GROUPS_DESC
Definition: en_US.php:317
const SF_ADDED_PERMISSION_FOR_GROUP
Definition: en_US.php:376
const CONF_SERVER_TIMEZONE
Definition: en_US.php:208
const EXTENSION_TIPS
Definition: en_US.php:288
const CONF_METACOPYR_DESC
Definition: en_US.php:178
const SERVICES_MANAGER
Definition: en_US.php:374
const BLOCKS_ADMINISTRATION
Definition: en_US.php:41
const SF_CONFIG_ADDED
Definition: en_US.php:381
const CONF_AUTH_CONFOPTION_LDAP
Definition: en_US.php:83
const WEBMASTERS
Definition: en_US.php:409
const EXTENSIONS_ADMINISTRATION
Definition: en_US.php:286
const WELCOME_TO_XOOPS_HELP_CENTER
Definition: en_US.php:411
const OTHER_SETTINGS
Definition: en_US.php:357
const CONF_ADMIN_EMAIL
Definition: en_US.php:75
const MODULE_NAME
Definition: en_US.php:347
const CONF_SESSION_NAME
Definition: en_US.php:211
const C_DO_NOT_DISPLAY_USERS_WHOSE_RANK_IS
Definition: en_US.php:253
const CONF_SESSION_EXPIRE
Definition: en_US.php:209
const CONF_REDIRECT_DESC
Definition: en_US.php:202
const S_RESTORED
Definition: en_US.php:397
const ONLY_USERS_DO_NOT_ACCEPT_EMAIL
Definition: en_US.php:356
const CONF_CLOSE_SITE_DESC
Definition: en_US.php:99
const CONF_SESSION_NAME_DESC
Definition: en_US.php:212
const CONF_ANONYMOUS
Definition: en_US.php:79
const CONF_AUTHMETHOD
Definition: en_US.php:80
const CONF_CLOSE_SITE_GROUP_DESC
Definition: en_US.php:101
const DELETE_GROUP
Definition: en_US.php:258
const CONF_GZIP_COMPRESSION
Definition: en_US.php:118
const CONF_INDEXFOLLOW
Definition: en_US.php:122
const EF_CAN_NOT_DELETE_ADMIN_USER
Definition: en_US.php:271
const GROUPS_TIPS_2
Definition: en_US.php:320
const CONF_CONTROL_PANEL_DESC
Definition: en_US.php:105
const VIEW_USER_INFO
Definition: en_US.php:408
const CONF_AUTO_ACTIVATION
Definition: en_US.php:85
const CONF_SMTPPASS
Definition: en_US.php:219
const CONF_MAILFROMUID
Definition: en_US.php:171
const CONF_WELCOME_TYPE_NONE
Definition: en_US.php:244
const CONF_MAILFROMUID_DESC
Definition: en_US.php:172
const SF_TEMPLATE_RECOMPILED
Definition: en_US.php:386
const CONF_WELCOME_TYPE
Definition: en_US.php:240
const CONF_METAROBOTS
Definition: en_US.php:191
const CONF_MODULE_CACHE_DESC
Definition: en_US.php:196
const CONF_LDAP_PROVIS
Definition: en_US.php:147
const CONF_LDAP_DOMAIN_NAME
Definition: en_US.php:128
const CONF_LDAP_SERVER_DESC
Definition: en_US.php:154
const ADMINISTRATION_MENU
Definition: en_US.php:33
const CONF_LDAP_MAIL_ATTR
Definition: en_US.php:140
const CONF_LDAP_FIELD_MAPPING_DESC
Definition: en_US.php:131
const CONF_NOINDEXFOLLOW
Definition: en_US.php:198
const POSTS_NUMBER_LESS_THAN_X
Definition: en_US.php:362
const CONF_ALLOW_REGISTRATION_DESC
Definition: en_US.php:78
const CACHE_LIFETIME
Definition: en_US.php:67
const BLOCK_MAIN_MENU
Definition: en_US.php:47
const ADD_NEW_GROUP
Definition: en_US.php:31
const S_BLOCK_ACCESS_ADDED
Definition: en_US.php:393
const CONF_ENABLE_BAD_IPS_DESC
Definition: en_US.php:112
const CONF_LDAP_SURNAME_ATTR
Definition: en_US.php:155
const MENU_TIPS
Definition: en_US.php:339
const CONF_SMTPHOST
Definition: en_US.php:217
const FILES_GENERATED
Definition: en_US.php:300
const E_SYSTEM_MODULE_CANNOT_BE_DEACTIVATED
Definition: en_US.php:296
const ANONYMOUS_USERS_GROUP
Definition: en_US.php:36
const CONF_SMTPPASS_DESC
Definition: en_US.php:220
const CONF_REGDSCLMR_DESC
Definition: en_US.php:204
const ANONYMOUS_USERS
Definition: en_US.php:35
const SYSTEM_PREFERENCES
Definition: en_US.php:392
const F_UPDATE_USER
Definition: en_US.php:311
const BLOCK_THEMES
Definition: en_US.php:53
const CONF_METADESC_DESC
Definition: en_US.php:181
const BLOCK_WAITING_CONTENTS
Definition: en_US.php:60
const CONF_ALLOW_CHANGE_EMAIL
Definition: en_US.php:76
const CONF_REGDSCLMR
Definition: en_US.php:203
const SF_TEMPLATE_UPDATED
Definition: en_US.php:387
const CONF_SSL_LINK
Definition: en_US.php:223
const CONF_LDAP_MANAGER_PASS
Definition: en_US.php:144
const HIDE_BLOCK
Definition: en_US.php:323
const CONF_TEMPLATE_SET
Definition: en_US.php:227
const PHP_SCRIPT
Definition: en_US.php:358
const CONF_METAAUTHOR
Definition: en_US.php:174
const SF_BLOCK_TEMPLATE_DELETED
Definition: en_US.php:378
const BLOCK_USER_MENU
Definition: en_US.php:58
const CONF_MAILER
Definition: en_US.php:166
const E_THIS_BLOCK_CANNOT_BE_DELETED
Definition: en_US.php:297
const CONF_SELF_DELETE
Definition: en_US.php:205
const E_NOT_RESTORED
Definition: en_US.php:294
const CONF_SSL_POST_NAME
Definition: en_US.php:224
const MANAGE_MENU
Definition: en_US.php:330
const CONF_DISCLAIMER_DEFAULT
Definition: en_US.php:21
const CONF_NEW_USER_NOTIFY
Definition: en_US.php:197
const S_GROUP_PERMISSIONS_DELETED
Definition: en_US.php:396
const CONF_JQUERY_THEME
Definition: en_US.php:124
const CONF_LDAP_VERSION_DESC
Definition: en_US.php:162
const CONF_LDAP_PROVIS_UPD
Definition: en_US.php:151
const AUTHENTICATION
Definition: en_US.php:37
const CONF_NOTIFY_TO
Definition: en_US.php:200
const CONF_METADESC
Definition: en_US.php:179
const E_NEW_PASSWORDS_NOT_MATCH_TRY_AGAIN
Definition: en_US.php:293
const REGISTRATION_DATE_LESS_THAN_X
Definition: en_US.php:370
const CONF_START_PAGE
Definition: en_US.php:226
const EXTENSIONS_DESC
Definition: en_US.php:287
const GO_TO_MODULE
Definition: en_US.php:316
const SF_TEMPLATE_ADDED
Definition: en_US.php:385
const EF_BLOCK_NOT_DELETED
Definition: en_US.php:269
const E_YOU_CANNOT_REMOVE_THIS_GROUP
Definition: en_US.php:299
const SHOW_ADMIN_GROUPS
Definition: en_US.php:388
const CONF_FOOTER_DESC
Definition: en_US.php:115
const REGISTRATION_DATE_GREATER_THAN_X
Definition: en_US.php:369
const BLOCK_SITE_INFORMATION_DESC
Definition: en_US.php:52
const CONF_USERNAME_LEVEL
Definition: en_US.php:233
const MANAGING_BLOCKS
Definition: en_US.php:333
const CONF_ICONS
Definition: en_US.php:121
const MENU_BLOCK
Definition: en_US.php:338
const CONF_HELP_ONLINE
Definition: en_US.php:119
const EF_SQL_FILE_NOT_FOUND
Definition: en_US.php:279
const TEMPLATES_TIPS
Definition: en_US.php:400
const CONF_METAO14YRS
Definition: en_US.php:185
const CONF_USE_SSL
Definition: en_US.php:238
const F_USERS_SPAN
Definition: en_US.php:313
const CONF_METACOPYR_DEFAULT
Definition: en_US.php:177
const CONF_BREADCRUMB
Definition: en_US.php:92
const MANAGING_TEMPLATES
Definition: en_US.php:337
const EF_TEMPLATE_NOT_ADDED_TO_DATABASE
Definition: en_US.php:281
const CONF_SSL_POST_NAME_DESC
Definition: en_US.php:225
const CONF_CLOSE_SITE
Definition: en_US.php:97
const CONF_SMTPUSER
Definition: en_US.php:221
const CONF_USER_COOKIE_DESC
Definition: en_US.php:237
const NO_MODULE_TO_CACHE
Definition: en_US.php:350
const CONF_THEME_SET_ALLOWED_DESC
Definition: en_US.php:232
const CONTENT_TYPE
Definition: en_US.php:246
const MODULES_TIPS
Definition: en_US.php:343
const BLOCKS_TIPS
Definition: en_US.php:43
const CONF_LDAP_BASE_DN
Definition: en_US.php:126
const CONF_ACTIVATION_TYPE
Definition: en_US.php:73
const CONF_CONTROL_PANEL
Definition: en_US.php:104
const F_BLOCK_ID
Definition: en_US.php:302
const ADD_USER
Definition: en_US.php:32
const BLOCK_TOP_POSTERS_DESC
Definition: en_US.php:56
const BLOCK_SITE_INFORMATION
Definition: en_US.php:51
const CONF_METAKEY
Definition: en_US.php:182
const CONF_MAILERMETHOD
Definition: en_US.php:167
const SF_BLOCK_DELETED
Definition: en_US.php:377
const LINE_VIEW
Definition: en_US.php:328
const CONF_LDAP_LOGINLDAP_ATTR_DESC
Definition: en_US.php:137
const CONF_REDIRECT
Definition: en_US.php:201
const CONF_HELP_ONLINE_DESC
Definition: en_US.php:120
const C_SEE_SEARCH_REQUEST
Definition: en_US.php:255
const F_GROUPS_SPAN
Definition: en_US.php:305
const GROUP_NAME
Definition: en_US.php:322
const CONF_MODULE_CACHE
Definition: en_US.php:195
const SCREENSHOT_IMAGE_WIDTH
Definition: en_US.php:371
const CONF_USER_ACTIVATION
Definition: en_US.php:235
const F_CONFIG_ID
Definition: en_US.php:303
const MODULES_DESC
Definition: en_US.php:342
const POPUP_WINDOW_WIDTH
Definition: en_US.php:360
const BLOCK_WHO_IS_ONLINE_DESC
Definition: en_US.php:63
const CONF_LOCALE
Definition: en_US.php:125
const BLOCK_USER_MENU_DESC
Definition: en_US.php:59
const CONF_DOCENSOR
Definition: en_US.php:107
const EF_TEMPLATE_NOT_UPDATED
Definition: en_US.php:284
const CONF_LDAP_MAIL_ATTR_DESC
Definition: en_US.php:141
const ADD_GROUP
Definition: en_US.php:30
const EF_TABLE_IS_RESERVED
Definition: en_US.php:280
const CONF_LDAP_FIELD_MAPPING_ATTR
Definition: en_US.php:130
const CONF_LDAP_PORT
Definition: en_US.php:146
const E_SYSTEM_BLOCKS_CANNOT_BE_DELETED
Definition: en_US.php:295
const CUSTOM_BLOCK_AUTO_FORMAT_SMILIES
Definition: en_US.php:250
const CONF_BAD_IPS_DESC
Definition: en_US.php:89
const GROUPS_MANAGER
Definition: en_US.php:318
const REGISTERED_USERS_GROUP
Definition: en_US.php:368
const F_LOGO_IMAGE_FILE_IS_LOCATED_UNDER
Definition: en_US.php:307
const GROUP_DESCRIPTION
Definition: en_US.php:321
const S_CONFIG_DATA_DELETED
Definition: en_US.php:394
const SF_SQL_FILE_FOUND
Definition: en_US.php:384
const CONF_AUTH_CONFOPTION_AD
Definition: en_US.php:82
const F_THEMES
Definition: en_US.php:310
const CONF_ALLOW_REGISTRATION
Definition: en_US.php:77
const CONF_METAROBOTS_DESC
Definition: en_US.php:192
const ONLY_USERS_ACCEPT_EMAIL
Definition: en_US.php:355
const CONF_MIN_USERNAME
Definition: en_US.php:194
const CONF_USER_COOKIE
Definition: en_US.php:236
const CONF_LDAP_BASE_DN_DESC
Definition: en_US.php:127
const EF_COULD_NOT_ADD_USER_TO_GROUPS
Definition: en_US.php:274
const BOTTOM_LEFT
Definition: en_US.php:65
const MODULE_DESCRIPTION
Definition: en_US.php:346
const MODULE_ADMIN_RIGHTS
Definition: en_US.php:345
const TOP_RIGHT
Definition: en_US.php:404
const EF_COULD_NOT_RESET_GROUP_PERMISSION_FOR_MODULE
Definition: en_US.php:276
const CUSTOM_BLOCK_AUTO_FORMAT
Definition: en_US.php:249
const CONF_SENDMAILPATH
Definition: en_US.php:206
const BLOCK_LOGIN_DESC
Definition: en_US.php:46
const TOP_LEFT
Definition: en_US.php:403
const SF_GROUP_ID_ADMIN_ACCESS_RIGHT_ADDED
Definition: en_US.php:382
const CONF_CLOSE_SITE_DEFAULT
Definition: en_US.php:98
const BOTTOM_CENTER
Definition: en_US.php:64
const CONF_ADMIN_ACTIVATION
Definition: en_US.php:74
const SF_BLOCK_TEMPLATE_DEPRECATED
Definition: en_US.php:379
const FORCED_FILE_GENERATION
Definition: en_US.php:301
const CONF_LDAP_DOMAIN_NAME_DESC
Definition: en_US.php:129
const CONF_SENDMAILPATH_DESC
Definition: en_US.php:207
const BLOCK_MAIN_MENU_DESC
Definition: en_US.php:48
const CONF_LDAP_PROVIS_GROUP_DESC
Definition: en_US.php:150
const CONF_BAD_EMAILS
Definition: en_US.php:86
const CONF_CLOSE_SITE_TEXT
Definition: en_US.php:102
const MANAGING_PREFERENCES
Definition: en_US.php:335
const CONF_WELCOME_TYPE_PM
Definition: en_US.php:245
const CONF_GENERAL_EDITOR
Definition: en_US.php:116
const REGISTERED_USERS
Definition: en_US.php:367
const CONF_BLOCKS_EDITOR
Definition: en_US.php:91
const CONF_CENSORRPLC
Definition: en_US.php:93
const CONF_LDAP_GIVENNAME_ATTR_DESC
Definition: en_US.php:135
const CUSTOM_BLOCK
Definition: en_US.php:248
const LARGE_VIEW
Definition: en_US.php:325
const E_GROUP_PERMISSIONS_NOT_DELETED
Definition: en_US.php:292
const CONF_LDAP_SURNAME_ATTR_DESC
Definition: en_US.php:156
const CONF_MAX_USERNAME
Definition: en_US.php:173
const CONF_FOOTER_DEFAULT
Definition: en_US.php:114
const LAST_LOGIN_LESS_THAN_X
Definition: en_US.php:327
const TEMPLATE_OVERLOADED
Definition: en_US.php:315
const CONF_METAOGEN
Definition: en_US.php:186
const CONF_LDAP_PROVIS_DESC
Definition: en_US.php:148
const CONF_SITE_NAME
Definition: en_US.php:213
const CONF_DEFAULT_TIMEZONE
Definition: en_US.php:106
const BLOCK_LOGIN
Definition: en_US.php:45
const BLOCK_NEW_MEMBERS_DESC
Definition: en_US.php:50
const CONF_LDAP_USETLS
Definition: en_US.php:159
const CONF_METARATING_DESC
Definition: en_US.php:190
const CONTROL_PANEL
Definition: en_US.php:247
const CUSTOM_BLOCK_HTML
Definition: en_US.php:251
const SF_GROUP_ID_USER_ACCESS_RIGHT_ADDED
Definition: en_US.php:383
const CONF_LDAP_USETLS_DESC
Definition: en_US.php:160
const CONF_CENSORWRD_DESC
Definition: en_US.php:96
const CONF_LDAP_PROVIS_GROUP
Definition: en_US.php:149
const SECURE_LOGIN
Definition: en_US.php:372
const CONF_MAILERMETHOD_DESC
Definition: en_US.php:168
const TEMPLATES_DESC
Definition: en_US.php:398
const MANAGE_MODULE
Definition: en_US.php:331
const CONF_AUTHMETHOD_DESC
Definition: en_US.php:81
const EMPTY_FILE
Definition: en_US.php:285
const CONF_ENABLE_BAD_IPS
Definition: en_US.php:111
const AUTO_FORMAT_SMILIES_DISABLED
Definition: en_US.php:38
const CONF_USE_SSL_DESC
Definition: en_US.php:239
const CONF_THEME_SET_ALLOWED
Definition: en_US.php:231
const USERS_MANAGEMENT
Definition: en_US.php:406
const C_YOUR_THEMES
Definition: en_US.php:256
const S_CONFIG_OPTION_ADDED
Definition: en_US.php:395
const NO_FILES_CREATED
Definition: en_US.php:349
const BLOCK_NEW_MEMBERS
Definition: en_US.php:49
const DELETE_USER
Definition: en_US.php:259
const DRAG_OR_SORT_BLOCK
Definition: en_US.php:263
const CLICK_TO_EDIT_MODULE_NAME
Definition: en_US.php:69
const CONF_LDAP_FILTER_PERSON
Definition: en_US.php:132
const USERS_DESC
Definition: en_US.php:405
const QF_ARE_YOU_SURE_TO_DELETE_THIS_BLOCK
Definition: en_US.php:364
const EF_COULD_NOT_ADD_PERMISSION_FOR_GROUP
Definition: en_US.php:273
const BLOCK_WHO_IS_ONLINE
Definition: en_US.php:62
const CONF_METADESC_DEFAULT
Definition: en_US.php:180
const CONF_SMTPHOST_DESC
Definition: en_US.php:218
const E_CONFIG_DATA_NOT_DELETED
Definition: en_US.php:291
const EF_TEMPLATE_NOT_DELETED
Definition: en_US.php:282
const CONF_LEVEL_MEDIUM
Definition: en_US.php:164
const AUTO_FORMAT_SMILIES_ENABLED
Definition: en_US.php:39
const NUMBER_OF_USERS_TO_DISPLAY
Definition: en_US.php:352
const EDIT_BLOCK
Definition: en_US.php:264
const ADD_BLOCK
Definition: en_US.php:29
const CONF_WELCOME_TYPE_DESC
Definition: en_US.php:242
const CONF_LDAP_MANAGER_DN
Definition: en_US.php:142
const CONF_MIN_PASS
Definition: en_US.php:193
const CONF_LDAP_USERS_BYPASS_DESC
Definition: en_US.php:158
const CONF_ACTIVATION_GROUP
Definition: en_US.php:71
const E_BLOCK_TEMPLATE_DEPRECATED_NOT_REMOVED
Definition: en_US.php:290
const CONF_NOINDEXNOFOLLOW
Definition: en_US.php:199
const F_GROUP_ID
Definition: en_US.php:306
const MANAGING_TABLES
Definition: en_US.php:336
const CONF_THEME_SET
Definition: en_US.php:230
const USERS_TIPS
Definition: en_US.php:407
const CONF_SLOGAN
Definition: en_US.php:215
const LAST_LOGIN_GREATER_THAN_X
Definition: en_US.php:326
const CONF_LDAP_MANAGER_DN_DESC
Definition: en_US.php:143
const EDIT_USER
Definition: en_US.php:268
const CONF_METAKEY_DESC
Definition: en_US.php:184
const E_THIS_MODULE_IS_SET_AS_DEFAULT_START_PAGE
Definition: en_US.php:298
const CONF_THEME_FILE
Definition: en_US.php:228
const CONF_WELCOME_TYPE_BOTH
Definition: en_US.php:241
const CONF_LEVEL_LIGHT
Definition: en_US.php:163
const ALLOW_OTHER_USERS_TO_VIEW_THIS_EMAIL_ADDRESS
Definition: en_US.php:34
const TIPS_MAIN
Definition: en_US.php:401
const POSTS_NUMBER_GREATER_THAN_X
Definition: en_US.php:361
const CLONE_BLOCK
Definition: en_US.php:70
const NUMBER_OF_USERS_BY_GROUP
Definition: en_US.php:351
const TOP_CENTER
Definition: en_US.php:402
const CONF_GROUPS_PER_PAGE
Definition: en_US.php:117
const CONF_LDAP_SERVER
Definition: en_US.php:153
const CONF_SITE_NAME_DEFAULT
Definition: en_US.php:214
const SYSTEM_CONFIGURATION
Definition: en_US.php:391
const EF_BLOCK_TEMPLATE_NOT_DELETED
Definition: en_US.php:270
const ONLY_ACTIVE_USERS
Definition: en_US.php:353
const WORD_CENSORING
Definition: en_US.php:412
const CONF_LDAP_VERSION
Definition: en_US.php:161
const PREFERENCES_DESC
Definition: en_US.php:363
const CONF_USERS_PER_PAGE
Definition: en_US.php:234
const CONF_FOOTER
Definition: en_US.php:113
const EF_TEMPLATE_NOT_RECOMPILED
Definition: en_US.php:283
const CONF_CENSORWRD
Definition: en_US.php:95
const BLOCK_TYPE
Definition: en_US.php:57
const CONF_DOCENSOR_DESC
Definition: en_US.php:108
const CONF_SLOGAN_DEFAULT
Definition: en_US.php:216
const F_TEMPLATE_ID
Definition: en_US.php:309
const CONF_SMTPUSER_DESC
Definition: en_US.php:222
const CONF_METARATING
Definition: en_US.php:189
const BLOCK_WAITING_CONTENTS_DESC
Definition: en_US.php:61
const EF_CONFIG_NOT_ADDED
Definition: en_US.php:272
const SERVICES_DESC
Definition: en_US.php:373
const CONF_THEME_FILE_DESC
Definition: en_US.php:229
const DISPLAY_BLOCK
Definition: en_US.php:260
const CUSTOM_BLOCK_PHP
Definition: en_US.php:252
const SF_BLOCK_UPDATED
Definition: en_US.php:380
const CONF_LDAP_FILTER_PERSON_DESC
Definition: en_US.php:133
const GENERAL_SETTINGS
Definition: en_US.php:314
const EDIT_TEMPLATE
Definition: en_US.php:267
const CONF_INDEXNOFOLLOW
Definition: en_US.php:123
const MANAGING_PERMISSIONS
Definition: en_US.php:334
const ONLY_INACTIVE_USERS
Definition: en_US.php:354
const MODULE_ACCESS_RIGHTS
Definition: en_US.php:344
const CONF_ACTIVATION_GROUP_DESC
Definition: en_US.php:72
const MANAGE_PREFERENCES
Definition: en_US.php:332
const MODULES_ADMINISTRATION
Definition: en_US.php:341
const CONF_METAKEY_DEFAULT
Definition: en_US.php:183
const CONF_SESSION_EXPIRE_DESC
Definition: en_US.php:210
const META_TAGS_AND_FOOTER
Definition: en_US.php:340
const CONF_METAAUTHOR_DESC
Definition: en_US.php:175
const NEVER_CONNECTED
Definition: en_US.php:348
const AVAILABLE_MODULES
Definition: en_US.php:40
const CONF_BAD_EMAILS_DESC
Definition: en_US.php:87
const CONF_METAOMAT
Definition: en_US.php:187
const CONF_LDAP_USERS_BYPASS
Definition: en_US.php:157
const CONF_MAILFROM
Definition: en_US.php:169
const GROUPS_TIPS_1
Definition: en_US.php:319
const C_SEARCH_USER
Definition: en_US.php:254
const BLOCKS_DESC
Definition: en_US.php:42
const CONF_METAOREST
Definition: en_US.php:188
const DISPLAY_SCREENSHOT_IMAGE
Definition: en_US.php:261
const CHOOSE_TEMPLATE
Definition: en_US.php:68
const TEMPLATES_MANAGER
Definition: en_US.php:399
const BLOCK_TOP_POSTERS
Definition: en_US.php:55
const F_DELETE_USER
Definition: en_US.php:304
const DISPLAY_USERS_AVATARS
Definition: en_US.php:262
const CONF_LDAP_LOGINNAME_ASDN_DESC
Definition: en_US.php:139
const CONF_MAILFROMNAME
Definition: en_US.php:170
const RECOMMEND_US
Definition: en_US.php:366
const EF_COULD_NOT_DELETE_USER
Definition: en_US.php:275
const CONF_BAD_IPS
Definition: en_US.php:88
const CONF_LDAP_MANAGER_PASS_DESC
Definition: en_US.php:145
const EDIT_GROUP
Definition: en_US.php:265
const BOTTOM_RIGHT
Definition: en_US.php:66
const CONF_LDAP_GIVENNAME_ATTR
Definition: en_US.php:134