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.
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.
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).
27 By clicking Register below you agree to be bound by these conditions.";
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>";
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";
94 const CONF_CENSORRPLC_DESC =
"Censored words will be replaced with the characters entered in this textbox";
96 const CONF_CENSORWRD_DESC =
"Enter words that should be censored in user posts.<br />Separate each with a <strong>|</strong>, case insensitive.";
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. ";
108 const CONF_DOCENSOR_DESC =
"Words will be censored if this option is enabled. This option may be turned off for enhanced site speed.";
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.";
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 !!";
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";
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";
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.";
168 const CONF_MAILERMETHOD_DESC =
"Method used to deliver email. Default is \"mail\", use others only if that makes trouble.";
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.";
178 const CONF_METACOPYR_DESC =
"The copyright meta tag defines any copyright statements you wish to disclose about your web page documents.";
181 const CONF_METADESC_DESC =
"The description meta tag is a general description of what is contained in your web page";
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)";
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.";
200 const CONF_NOTIFY_TO =
"Select group to which new user notification email will be sent";
210 const CONF_SESSION_EXPIRE_DESC =
"Maximum duration of session idle time in minutes (Valid only when 'use custom session' is enabled.)";
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.";
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.";
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.";
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.";
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>";
305 const F_GROUPS_SPAN =
"<ul><li><span class='bold red'>%s</span> groups.</li></ul>";
313 const F_USERS_SPAN =
"<ul><li><span class='bold red'>%s</span> users.</li></ul>";
317 const GROUPS_DESC =
"You can add some groups <br /> and manage permission for <br /> each group";
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>";
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>";
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>";
363 const PREFERENCES_DESC =
"XOOPS and all of your <br /> modules have a preferences <br /> for manage module options";
373 const SERVICES_DESC =
"From here you can manage service<br />providers and priorities.";
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>";
398 const TEMPLATES_DESC =
"If you need add some changes <br /> in core or modules template use <br /> this options for create theme override";
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>";
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";
const CONF_AUTH_CONFOPTION_XOOPS
const CONF_WELCOME_TYPE_EMAIL
const CONF_CENSORRPLC_DESC
const CONF_LDAP_PROVIS_UPD_DESC
const CONF_CLOSE_SITE_GROUP
const EF_GROUP_ID_ADMIN_ACCESS_RIGHT_NOT_ADDED
const BLOCK_ACCESS_RIGHTS
const CONF_LDAP_LOGINNAME_ASDN
const POPUP_WINDOW_HEIGHT
const EF_GROUP_ID_USER_ACCESS_RIGHT_NOT_ADDED
const WEBMASTERS_OF_THIS_SITE
const CONF_DSPDSCLMR_DESC
const CONF_LDAP_LOGINLDAP_ATTR
const E_BLOCK_ACCESS_NOT_ADDED
const SYSTEM_ADMIN_RIGHTS
const Q_ARE_YOU_SURE_DELETE_THIS_GROUP
const CONF_CLOSE_SITE_TEXT_DESC
const SF_ADDED_PERMISSION_FOR_GROUP
const CONF_SERVER_TIMEZONE
const CONF_METACOPYR_DESC
const BLOCKS_ADMINISTRATION
const CONF_AUTH_CONFOPTION_LDAP
const EXTENSIONS_ADMINISTRATION
const WELCOME_TO_XOOPS_HELP_CENTER
const C_DO_NOT_DISPLAY_USERS_WHOSE_RANK_IS
const CONF_SESSION_EXPIRE
const ONLY_USERS_DO_NOT_ACCEPT_EMAIL
const CONF_CLOSE_SITE_DESC
const CONF_SESSION_NAME_DESC
const CONF_CLOSE_SITE_GROUP_DESC
const CONF_GZIP_COMPRESSION
const EF_CAN_NOT_DELETE_ADMIN_USER
const CONF_CONTROL_PANEL_DESC
const CONF_AUTO_ACTIVATION
const CONF_WELCOME_TYPE_NONE
const CONF_MAILFROMUID_DESC
const SF_TEMPLATE_RECOMPILED
const CONF_MODULE_CACHE_DESC
const CONF_LDAP_DOMAIN_NAME
const CONF_LDAP_SERVER_DESC
const ADMINISTRATION_MENU
const CONF_LDAP_MAIL_ATTR
const CONF_LDAP_FIELD_MAPPING_DESC
const POSTS_NUMBER_LESS_THAN_X
const CONF_ALLOW_REGISTRATION_DESC
const S_BLOCK_ACCESS_ADDED
const CONF_ENABLE_BAD_IPS_DESC
const CONF_LDAP_SURNAME_ATTR
const E_SYSTEM_MODULE_CANNOT_BE_DEACTIVATED
const ANONYMOUS_USERS_GROUP
const CONF_REGDSCLMR_DESC
const BLOCK_WAITING_CONTENTS
const CONF_ALLOW_CHANGE_EMAIL
const SF_TEMPLATE_UPDATED
const CONF_LDAP_MANAGER_PASS
const SF_BLOCK_TEMPLATE_DELETED
const E_THIS_BLOCK_CANNOT_BE_DELETED
const CONF_DISCLAIMER_DEFAULT
const CONF_NEW_USER_NOTIFY
const S_GROUP_PERMISSIONS_DELETED
const CONF_LDAP_VERSION_DESC
const CONF_LDAP_PROVIS_UPD
const E_NEW_PASSWORDS_NOT_MATCH_TRY_AGAIN
const REGISTRATION_DATE_LESS_THAN_X
const EF_BLOCK_NOT_DELETED
const E_YOU_CANNOT_REMOVE_THIS_GROUP
const REGISTRATION_DATE_GREATER_THAN_X
const BLOCK_SITE_INFORMATION_DESC
const CONF_USERNAME_LEVEL
const EF_SQL_FILE_NOT_FOUND
const CONF_METACOPYR_DEFAULT
const EF_TEMPLATE_NOT_ADDED_TO_DATABASE
const CONF_SSL_POST_NAME_DESC
const CONF_USER_COOKIE_DESC
const CONF_THEME_SET_ALLOWED_DESC
const CONF_ACTIVATION_TYPE
const BLOCK_TOP_POSTERS_DESC
const BLOCK_SITE_INFORMATION
const CONF_LDAP_LOGINLDAP_ATTR_DESC
const CONF_HELP_ONLINE_DESC
const C_SEE_SEARCH_REQUEST
const SCREENSHOT_IMAGE_WIDTH
const CONF_USER_ACTIVATION
const BLOCK_WHO_IS_ONLINE_DESC
const BLOCK_USER_MENU_DESC
const EF_TEMPLATE_NOT_UPDATED
const CONF_LDAP_MAIL_ATTR_DESC
const EF_TABLE_IS_RESERVED
const CONF_LDAP_FIELD_MAPPING_ATTR
const E_SYSTEM_BLOCKS_CANNOT_BE_DELETED
const CUSTOM_BLOCK_AUTO_FORMAT_SMILIES
const REGISTERED_USERS_GROUP
const F_LOGO_IMAGE_FILE_IS_LOCATED_UNDER
const S_CONFIG_DATA_DELETED
const CONF_AUTH_CONFOPTION_AD
const CONF_ALLOW_REGISTRATION
const CONF_METAROBOTS_DESC
const ONLY_USERS_ACCEPT_EMAIL
const CONF_LDAP_BASE_DN_DESC
const EF_COULD_NOT_ADD_USER_TO_GROUPS
const MODULE_ADMIN_RIGHTS
const EF_COULD_NOT_RESET_GROUP_PERMISSION_FOR_MODULE
const CUSTOM_BLOCK_AUTO_FORMAT
const SF_GROUP_ID_ADMIN_ACCESS_RIGHT_ADDED
const CONF_CLOSE_SITE_DEFAULT
const CONF_ADMIN_ACTIVATION
const SF_BLOCK_TEMPLATE_DEPRECATED
const FORCED_FILE_GENERATION
const CONF_LDAP_DOMAIN_NAME_DESC
const CONF_SENDMAILPATH_DESC
const BLOCK_MAIN_MENU_DESC
const CONF_LDAP_PROVIS_GROUP_DESC
const CONF_CLOSE_SITE_TEXT
const MANAGING_PREFERENCES
const CONF_WELCOME_TYPE_PM
const CONF_GENERAL_EDITOR
const CONF_LDAP_GIVENNAME_ATTR_DESC
const E_GROUP_PERMISSIONS_NOT_DELETED
const CONF_LDAP_SURNAME_ATTR_DESC
const CONF_FOOTER_DEFAULT
const LAST_LOGIN_LESS_THAN_X
const TEMPLATE_OVERLOADED
const CONF_LDAP_PROVIS_DESC
const CONF_DEFAULT_TIMEZONE
const BLOCK_NEW_MEMBERS_DESC
const CONF_METARATING_DESC
const SF_GROUP_ID_USER_ACCESS_RIGHT_ADDED
const CONF_LDAP_USETLS_DESC
const CONF_CENSORWRD_DESC
const CONF_LDAP_PROVIS_GROUP
const CONF_MAILERMETHOD_DESC
const CONF_AUTHMETHOD_DESC
const CONF_ENABLE_BAD_IPS
const AUTO_FORMAT_SMILIES_DISABLED
const CONF_THEME_SET_ALLOWED
const S_CONFIG_OPTION_ADDED
const CLICK_TO_EDIT_MODULE_NAME
const CONF_LDAP_FILTER_PERSON
const QF_ARE_YOU_SURE_TO_DELETE_THIS_BLOCK
const EF_COULD_NOT_ADD_PERMISSION_FOR_GROUP
const BLOCK_WHO_IS_ONLINE
const CONF_METADESC_DEFAULT
const E_CONFIG_DATA_NOT_DELETED
const EF_TEMPLATE_NOT_DELETED
const AUTO_FORMAT_SMILIES_ENABLED
const NUMBER_OF_USERS_TO_DISPLAY
const CONF_WELCOME_TYPE_DESC
const CONF_LDAP_MANAGER_DN
const CONF_LDAP_USERS_BYPASS_DESC
const CONF_ACTIVATION_GROUP
const E_BLOCK_TEMPLATE_DEPRECATED_NOT_REMOVED
const CONF_NOINDEXNOFOLLOW
const LAST_LOGIN_GREATER_THAN_X
const CONF_LDAP_MANAGER_DN_DESC
const E_THIS_MODULE_IS_SET_AS_DEFAULT_START_PAGE
const CONF_WELCOME_TYPE_BOTH
const ALLOW_OTHER_USERS_TO_VIEW_THIS_EMAIL_ADDRESS
const POSTS_NUMBER_GREATER_THAN_X
const NUMBER_OF_USERS_BY_GROUP
const CONF_GROUPS_PER_PAGE
const CONF_SITE_NAME_DEFAULT
const SYSTEM_CONFIGURATION
const EF_BLOCK_TEMPLATE_NOT_DELETED
const CONF_USERS_PER_PAGE
const EF_TEMPLATE_NOT_RECOMPILED
const CONF_SLOGAN_DEFAULT
const BLOCK_WAITING_CONTENTS_DESC
const EF_CONFIG_NOT_ADDED
const CONF_THEME_FILE_DESC
const CONF_LDAP_FILTER_PERSON_DESC
const MANAGING_PERMISSIONS
const ONLY_INACTIVE_USERS
const MODULE_ACCESS_RIGHTS
const CONF_ACTIVATION_GROUP_DESC
const MODULES_ADMINISTRATION
const CONF_METAKEY_DEFAULT
const CONF_SESSION_EXPIRE_DESC
const META_TAGS_AND_FOOTER
const CONF_METAAUTHOR_DESC
const CONF_BAD_EMAILS_DESC
const CONF_LDAP_USERS_BYPASS
const DISPLAY_SCREENSHOT_IMAGE
const DISPLAY_USERS_AVATARS
const CONF_LDAP_LOGINNAME_ASDN_DESC
const EF_COULD_NOT_DELETE_USER
const CONF_LDAP_MANAGER_PASS_DESC
const CONF_LDAP_GIVENNAME_ATTR