home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / CMS / xoops-2.0.18.1.exe / xoops-2.0.18.1 / htdocs / modules / system / language / english / admin / preferences.php < prev    next >
Encoding:
PHP Script  |  2007-12-19  |  16.5 KB  |  249 lines

  1. <?php
  2. // $Id: preferences.php 1194 2007-12-19 10:01:40Z phppp $
  3. //%%%%%%    Admin Module Name  AdminGroup     %%%%%
  4. // dont change
  5. define("_AM_DBUPDATED",_MD_AM_DBUPDATED);
  6.  
  7. define("_MD_AM_SITEPREF","Site Preferences");
  8. define("_MD_AM_SITENAME","Site name");
  9. define("_MD_AM_SLOGAN","Slogan for your site");
  10. define("_MD_AM_ADMINML","Admin mail address");
  11. define("_MD_AM_LANGUAGE","Default language");
  12. define("_MD_AM_STARTPAGE","Module for your start page");
  13. define("_MD_AM_NONE","None");
  14. define("_MD_AM_SERVERTZ","Server timezone");
  15. define("_MD_AM_DEFAULTTZ","Default timezone");
  16. define("_MD_AM_DTHEME","Default theme");
  17. define("_MD_AM_THEMESET","Theme Set");
  18. define("_MD_AM_ANONNAME","Username for anonymous users");
  19. define("_MD_AM_MINPASS","Minimum length of password required");
  20. define("_MD_AM_NEWUNOTIFY","Notify by mail when a new user is registered?");
  21. define("_MD_AM_SELFDELETE","Allow users to delete own account?");
  22. define("_MD_AM_LOADINGIMG","Display loading... image?");
  23. define("_MD_AM_USEGZIP","Use gzip compression?");
  24. define("_MD_AM_UNAMELVL","Select the level of strictness for username filtering");
  25. define("_MD_AM_STRICT","Strict (only alphabets and numbers)");
  26. define("_MD_AM_MEDIUM","Medium");
  27. define("_MD_AM_LIGHT","Light (recommended for multi-byte chars)");
  28. define("_MD_AM_USERCOOKIE","Name for user cookies.");
  29. define("_MD_AM_USERCOOKIEDSC","This cookie contains only a user name and is saved in a user pc for a year (if the user wishes). If a user has this cookie, username will be automatically inserted in the login box.");
  30. define("_MD_AM_USEMYSESS","Use custom session");
  31. define("_MD_AM_USEMYSESSDSC","Select yes to customise session related values.");
  32. define("_MD_AM_SESSNAME","Session name");
  33. define("_MD_AM_SESSNAMEDSC","The name of session (Valid only when 'use custom session' is enabled)");
  34. define("_MD_AM_SESSEXPIRE","Session expiration");
  35. define("_MD_AM_SESSEXPIREDSC","Maximum duration of session idle time in minutes (Valid only when 'use custom session' is enabled. Works only when you are using PHP4.2.0 or later.)");
  36. define("_MD_AM_BANNERS","Activate banner ads?");
  37. define("_MD_AM_MYIP","Your IP address");
  38. define("_MD_AM_MYIPDSC","This IP will not count as an impression for banners");
  39. define("_MD_AM_ALWDHTML","HTML tags allowed in all posts.");
  40. define("_MD_AM_INVLDMINPASS","Invalid value for minimum length of password.");
  41. define("_MD_AM_INVLDUCOOK","Invalid value for usercookie name.");
  42. define("_MD_AM_INVLDSCOOK","Invalid value for sessioncookie name.");
  43. define("_MD_AM_INVLDSEXP","Invalid value for session expiration time.");
  44. define("_MD_AM_ADMNOTSET","Admin mail is not set.");
  45. define("_MD_AM_YES","Yes");
  46. define("_MD_AM_NO","No");
  47. define("_MD_AM_DONTCHNG","Don't change!");
  48. define("_MD_AM_REMEMBER","Remember to chmod 666 this file in order to let the system write to it properly.");
  49. define("_MD_AM_IFUCANT","If you can't change the permissions you can edit the rest of this file by hand.");
  50.  
  51.  
  52. define("_MD_AM_COMMODE","Default Comment Display Mode");
  53. define("_MD_AM_COMORDER","Default Comments Display Order");
  54. define("_MD_AM_ALLOWHTML","Allow HTML tags in user comments?");
  55. define("_MD_AM_DEBUGMODE","Debug mode");
  56. define("_MD_AM_DEBUGMODEDSC","Several debug options. A running website should have this turned off.");
  57. define("_MD_AM_AVATARALLOW","Allow custom avatar upload?");
  58. define('_MD_AM_AVATARMP','Minimum posts required');
  59. define('_MD_AM_AVATARMPDSC','Enter the minimum number of posts required to upload a custom avatar');
  60. define("_MD_AM_AVATARW","Avatar image max width (pixel)");
  61. define("_MD_AM_AVATARH","Avatar image max height (pixel)");
  62. define("_MD_AM_AVATARMAX","Avatar image max filesize (byte)");
  63. define("_MD_AM_AVATARCONF","Custom avatar settings");
  64. define("_MD_AM_CHNGUTHEME","Change all users' theme");
  65. define("_MD_AM_NOTIFYTO","Select group to which new user notification mail will be sent");
  66. define("_MD_AM_ALLOWTHEME","Allow users to select theme?");
  67. define("_MD_AM_ALLOWIMAGE","Allow users to display image files in posts?");
  68.  
  69. define("_MD_AM_USERACTV","Requires activation by user (recommended)");
  70. define("_MD_AM_AUTOACTV","Activate automatically");
  71. define("_MD_AM_ADMINACTV","Activation by administrators");
  72. define("_MD_AM_ACTVTYPE","Select activation type of newly registered users");
  73. define("_MD_AM_ACTVGROUP","Select group to which activation mail will be sent");
  74. define("_MD_AM_ACTVGROUPDSC","Valid only when 'Activation by administrators' is selected");
  75. define('_MD_AM_USESSL', 'Use SSL for login?');
  76. define('_MD_AM_SSLPOST', 'SSL Post variable name');
  77. define('_MD_AM_SSLPOSTDSC', 'The name of variable used to transfer session value via POST. If you are unsure, set any name that is hard to guess.');
  78. define('_MD_AM_DEBUGMODE0','Off');
  79. define('_MD_AM_DEBUGMODE1','Enable debug (inline mode)');
  80. define('_MD_AM_DEBUGMODE2','Enable debug (popup mode)');
  81. define('_MD_AM_DEBUGMODE3','Smarty Templates Debug');
  82. define('_MD_AM_MINUNAME', 'Minimum length of username required');
  83. define('_MD_AM_MAXUNAME', 'Maximum length of username');
  84. define('_MD_AM_GENERAL', 'General Settings');
  85. define('_MD_AM_USERSETTINGS', 'User Info Settings');
  86. define('_MD_AM_ALLWCHGMAIL', 'Allow users to change email address?');
  87. define('_MD_AM_ALLWCHGMAILDSC', '');
  88. define('_MD_AM_IPBAN', 'IP Banning');
  89. define('_MD_AM_BADEMAILS', 'Enter emails that should not be used in user profile');
  90. define('_MD_AM_BADEMAILSDSC', 'Separate each with a <b>|</b>, case insensitive, regex enabled.');
  91. define('_MD_AM_BADUNAMES', 'Enter names that should not be selected as username');
  92. define('_MD_AM_BADUNAMESDSC', 'Separate each with a <b>|</b>, case insensitive, regex enabled.');
  93. define('_MD_AM_DOBADIPS', 'Enable IP bans?');
  94. define('_MD_AM_DOBADIPSDSC', 'Users from specified IP addresses will not be able to view your site');
  95. define('_MD_AM_BADIPS', 'Enter IP addresses that should be banned from the site.<br />Separate each with a <b>|</b>, case insensitive, regex enabled.');
  96. define('_MD_AM_BADIPSDSC', '^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');
  97. define('_MD_AM_PREFMAIN', 'Preferences Main');
  98. define('_MD_AM_METAKEY', 'Meta Keywords');
  99. define('_MD_AM_METAKEYDSC', '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)');
  100. define('_MD_AM_METARATING', 'Meta Rating');
  101. define('_MD_AM_METARATINGDSC', 'The rating meta tag defines your site age and content rating');
  102. define('_MD_AM_METAOGEN', 'General');
  103. define('_MD_AM_METAO14YRS', '14 years');
  104. define('_MD_AM_METAOREST', 'Restricted');
  105. define('_MD_AM_METAOMAT', 'Mature');
  106. define('_MD_AM_METAROBOTS', 'Meta Robots');
  107. define('_MD_AM_METAROBOTSDSC', 'The Robots Tag declares to search engines what content to index and spider');
  108. define('_MD_AM_INDEXFOLLOW', 'Index, Follow');
  109. define('_MD_AM_NOINDEXFOLLOW', 'No Index, Follow');
  110. define('_MD_AM_INDEXNOFOLLOW', 'Index, No Follow');
  111. define('_MD_AM_NOINDEXNOFOLLOW', 'No Index, No Follow');
  112. define('_MD_AM_METAAUTHOR', 'Meta Author');
  113. define('_MD_AM_METAAUTHORDSC', '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.');
  114. define('_MD_AM_METACOPYR', 'Meta Copyright');
  115. define('_MD_AM_METACOPYRDSC', 'The copyright meta tag defines any copyright statements you wish to disclose about your web page documents.');
  116. define('_MD_AM_METADESC', 'Meta Description');
  117. define('_MD_AM_METADESCDSC', 'The description meta tag is a general description of what is contained in your web page');
  118. define('_MD_AM_METAFOOTER', 'Meta Tags and Footer');
  119. define('_MD_AM_FOOTER', 'Footer');
  120. define('_MD_AM_FOOTERDSC', 'Be sure to type links in full path starting from http://, otherwise the links will not work correctly in modules pages.');
  121. define('_MD_AM_CENSOR', 'Word Censoring Options');
  122. define('_MD_AM_DOCENSOR', 'Enable censoring of unwanted words?');
  123. define('_MD_AM_DOCENSORDSC', 'Words will be censored if this option is enabled. This option may be turned off for enhanced site speed.');
  124. define('_MD_AM_CENSORWRD', 'Words to censor');
  125. define('_MD_AM_CENSORWRDDSC', 'Enter words that should be censored in user posts.<br />Separate each with a <b>|</b>, case insensitive.');
  126. define('_MD_AM_CENSORRPLC', 'Bad words will be replaced with:');
  127. define('_MD_AM_CENSORRPLCDSC', 'Censored words will be replaced with the characters entered in this textbox');
  128.  
  129. define('_MD_AM_SEARCH', 'Search Options');
  130. define('_MD_AM_DOSEARCH', 'Enable global searches?');
  131. define('_MD_AM_DOSEARCHDSC', 'Allow searching for posts/items within your site.');
  132. define('_MD_AM_MINSEARCH', 'Minimum keyword length');
  133. define('_MD_AM_MINSEARCHDSC', 'Enter the minimum keyword length that users are required to enter to perform search');
  134. define('_MD_AM_MODCONFIG', 'Module Config Options');
  135. define('_MD_AM_DSPDSCLMR', 'Display disclaimer?');
  136. define('_MD_AM_DSPDSCLMRDSC', 'Select yes to display disclaimer in registration page');
  137. define('_MD_AM_REGDSCLMR', 'Registration disclaimer');
  138. define('_MD_AM_REGDSCLMRDSC', 'Enter text to be displayed as registration disclaimer');
  139. define('_MD_AM_ALLOWREG', 'Allow new user registration?');
  140. define('_MD_AM_ALLOWREGDSC', 'Select yes to accept new user registration');
  141. define('_MD_AM_THEMEFILE', 'Check templates for modifications ?');
  142. define('_MD_AM_THEMEFILEDSC', '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.');
  143. define('_MD_AM_CLOSESITE', 'Turn your site off?');
  144. define('_MD_AM_CLOSESITEDSC', 'Select yes to turn your site off so that only users in selected groups have access to the site. ');
  145. define('_MD_AM_CLOSESITEOK', 'Select groups that are allowed to access while the site is turned off.');
  146. define('_MD_AM_CLOSESITEOKDSC', 'Users in the default webmasters group are always granted access.');
  147. define('_MD_AM_CLOSESITETXT', 'Reason for turning off the site');
  148. define('_MD_AM_CLOSESITETXTDSC', 'The text that is presented when the site is closed.');
  149. define('_MD_AM_SITECACHE', 'Site-wide Cache');
  150. define('_MD_AM_SITECACHEDSC', 'Caches whole contents of the site for a specified amount of time to enhance performance. Setting site-wide cache will override module-level cache, block-level cache, and module item level cache if any.');
  151. define('_MD_AM_MODCACHE', 'Module-wide Cache');
  152. define('_MD_AM_MODCACHEDSC', 'Caches module contents for a specified amount of time to enhance performance. Setting module-wide cache will override module item level cache if any.');
  153. define('_MD_AM_NOMODULE', 'There is no module that can be cached.');
  154. define('_MD_AM_DTPLSET', 'Default template set');
  155. define('_MD_AM_SSLLINK', 'URL where SSL login page is located');
  156.  
  157. // added for mailer
  158. define("_MD_AM_MAILER","Mail Setup");
  159. define("_MD_AM_MAILER_MAIL","");
  160. define("_MD_AM_MAILER_SENDMAIL","");
  161. define("_MD_AM_MAILER_","");
  162. define("_MD_AM_MAILFROM","FROM address");
  163. define("_MD_AM_MAILFROMDESC","");
  164. define("_MD_AM_MAILFROMNAME","FROM name");
  165. define("_MD_AM_MAILFROMNAMEDESC","");
  166. // RMV-NOTIFY
  167. define("_MD_AM_MAILFROMUID","FROM user");
  168. define("_MD_AM_MAILFROMUIDDESC","When the system sends a private message, which user should appear to have sent it?");
  169. define("_MD_AM_MAILERMETHOD","Mail delivery method");
  170. define("_MD_AM_MAILERMETHODDESC","Method used to deliver mail. Default is \"mail\", use others only if that makes trouble.");
  171. define("_MD_AM_SMTPHOST","SMTP host(s)");
  172. define("_MD_AM_SMTPHOSTDESC","List of SMTP servers to try to connect to.");
  173. define("_MD_AM_SMTPUSER","SMTPAuth username");
  174. define("_MD_AM_SMTPUSERDESC","Username to connect to an SMTP host with SMTPAuth.");
  175. define("_MD_AM_SMTPPASS","SMTPAuth password");
  176. define("_MD_AM_SMTPPASSDESC","Password to connect to an SMTP host with SMTPAuth.");
  177. define("_MD_AM_SENDMAILPATH","Path to sendmail");
  178. define("_MD_AM_SENDMAILPATHDESC","Path to the sendmail program (or substitute) on the webserver.");
  179. define("_MD_AM_THEMEOK","Selectable themes");
  180. define("_MD_AM_THEMEOKDSC","Choose themes that users can select as the default theme");
  181.  
  182.  
  183. // Xoops Authentication constants
  184. define("_MD_AM_AUTH_CONFOPTION_XOOPS", "XOOPS Database");
  185. define("_MD_AM_AUTH_CONFOPTION_LDAP", "Standard LDAP Directory");
  186. define("_MD_AM_AUTH_CONFOPTION_AD", "Microsoft Active Directory ©");
  187. define("_MD_AM_AUTHENTICATION", "Authentication Options");
  188. define("_MD_AM_AUTHMETHOD", "Authentication Method");
  189. define("_MD_AM_AUTHMETHODDESC", "Which authentication method would you like to use for signing on users.");
  190. define("_MD_AM_LDAP_MAIL_ATTR", "LDAP - Mail Field Name");
  191. define("_MD_AM_LDAP_MAIL_ATTR_DESC","The name of the E-Mail attribute in your LDAP directory tree.");
  192. define("_MD_AM_LDAP_NAME_ATTR","LDAP - Common Name Field Name");
  193. define("_MD_AM_LDAP_NAME_ATTR_DESC","The name of the Common Name attribute in your LDAP directory.");
  194. define("_MD_AM_LDAP_SURNAME_ATTR","LDAP - Surname Field Name");
  195. define("_MD_AM_LDAP_SURNAME_ATTR_DESC","The name of the Surname attribute in your LDAP directory.");
  196. define("_MD_AM_LDAP_GIVENNAME_ATTR","LDAP - Given Name Field Name");
  197. define("_MD_AM_LDAP_GIVENNAME_ATTR_DSC","The name of the Given Name attribute in your LDAP directory.");
  198. define("_MD_AM_LDAP_BASE_DN", "LDAP - Base DN");
  199. define("_MD_AM_LDAP_BASE_DN_DESC", "The base DN (Distinguished Name) of your LDAP directory tree.");
  200. define("_MD_AM_LDAP_PORT","LDAP - Port Number");
  201. define("_MD_AM_LDAP_PORT_DESC","The port number needed to access your LDAP directory server.");
  202. define("_MD_AM_LDAP_SERVER","LDAP - Server Name");
  203. define("_MD_AM_LDAP_SERVER_DESC","The name of your LDAP directory server.");
  204.  
  205. define("_MD_AM_LDAP_MANAGER_DN", "DN of the LDAP manager");
  206. define("_MD_AM_LDAP_MANAGER_DN_DESC", "The DN of the user allow to make search (eg manager)");
  207. define("_MD_AM_LDAP_MANAGER_PASS", "Password of the LDAP manager");
  208. define("_MD_AM_LDAP_MANAGER_PASS_DESC", "The password of the user allow to make search");
  209. define("_MD_AM_LDAP_VERSION", "LDAP Version protocol");
  210. define("_MD_AM_LDAP_VERSION_DESC", "The LDAP Version protocol : 2 or 3");
  211. define("_MD_AM_LDAP_USERS_BYPASS", "Users allowed to bypass LDAP authentication");
  212. define("_MD_AM_LDAP_USERS_BYPASS_DESC", "Users to be authenticated with native XOOPS method");
  213.  
  214. define("_MD_AM_LDAP_USETLS", " Use TLS connection");
  215. define("_MD_AM_LDAP_USETLS_DESC", "Use a TLS (Transport Layer Security) connection. TLS use standard 389 port number<BR>" .
  216.                                   " and the LDAP version must be set to 3.");
  217.  
  218. define("_MD_AM_LDAP_LOGINLDAP_ATTR","LDAP Attribute use to search the user");
  219. define("_MD_AM_LDAP_LOGINLDAP_ATTR_D","When Login name use in the DN option is set to yes, must correspond to the login name XOOPS");
  220. define("_MD_AM_LDAP_LOGINNAME_ASDN", "Login name use in the DN");
  221. define("_MD_AM_LDAP_LOGINNAME_ASDN_D", "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");
  222.  
  223. define("_MD_AM_LDAP_FILTER_PERSON", "The search filter LDAP query to find user");
  224. define("_MD_AM_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' !" .
  225.         "<br>Ex : (&(objectclass=person)(samaccountname=@@loginname@@)) for AD" .
  226.         "<br>Ex : (&(objectclass=inetOrgPerson)(uid=@@loginname@@)) for LDAP");
  227.  
  228. define("_MD_AM_LDAP_DOMAIN_NAME", "The domain name");
  229. define("_MD_AM_LDAP_DOMAIN_NAME_DESC", "Windows domain name. for ADS and NT Server only");
  230.  
  231. define("_MD_AM_LDAP_PROVIS", "Automatic xoops account provisionning");
  232. define("_MD_AM_LDAP_PROVIS_DESC", "Create xoops user database if not exists");
  233.  
  234. define("_MD_AM_LDAP_PROVIS_GROUP", "Default affect group");
  235. define("_MD_AM_LDAP_PROVIS_GROUP_DSC", "The new user is assign to these groups");
  236.  
  237. define("_MD_AM_LDAP_FIELD_MAPPING_ATTR", "Xoops-Auth server fields mapping");
  238. define("_MD_AM_LDAP_FIELD_MAPPING_DESC", "Describe here the mapping between the Xoops database field and the LDAP Authentication system field." .
  239.         "<br><br>Format [Xoops Database field]=[Auth system LDAP attribute]" .
  240.         "<br>for example : email=mail" .
  241.         "<br>Separate each with a |" .
  242.         "<br><br>!! For advanced users !!");
  243.         
  244. define("_MD_AM_LDAP_PROVIS_UPD", "Maintain xoops account provisionning");
  245. define("_MD_AM_LDAP_PROVIS_UPD_DESC", "The Xoops User account is always synchronized with the Authentication Server");
  246.         
  247.  
  248.         
  249. ?>