PageRenderTime 49ms CodeModel.GetById 23ms RepoModel.GetById 1ms app.codeStats 0ms

/banned/languages/English/lan_configuration.php

http://globalban-spanish.googlecode.com/
PHP | 145 lines | 134 code | 1 blank | 10 comment | 8 complexity | a776108873893a1a551fdd74b83ef747 MD5 | raw file
  1. <?php
  2. /*
  3. + ----------------------------------------------------------------------------+
  4. | esGlobalBan - Language File.
  5. |
  6. | $Source: /cvsroot/banned/languages/English/lan_configuration.php,v $
  7. | $Revision: 1.0 $
  8. | $Date: 2009/07/02 30:36:39 $
  9. | $Author: Odonel $
  10. +----------------------------------------------------------------------------+
  11. */
  12. $LAN_CONFIGURATION_001 = 'Please enter a valid email address.';
  13. $LAN_CONFIGURATION_002 = 'is already in the list';
  14. $LAN_CONFIGURATION_003 = 'You must specify a directory for demos.';
  15. $LAN_CONFIGURATION_004 = "You must specify a demo size limit.";
  16. $LAN_CONFIGURATION_005 = "You must specify ban message.";
  17. $LAN_CONFIGURATION_006 = 'You must specify the number of days to keep a pending ban banned for.';
  18. $LAN_CONFIGURATION_007 = 'You must specify a hash code for security reasons.';
  19. $LAN_CONFIGURATION_008 = 'You must specify a SMF table prefix.';
  20. $LAN_CONFIGURATION_009 = 'You must specify a SMF group that will have full power privileges.';
  21. $LAN_CONFIGURATION_010 = 'You must specify a SMF group that will have ban manager privileges.';
  22. $LAN_CONFIGURATION_011 = 'You must specify a SMF group that will have admin privileges.';
  23. $LAN_CONFIGURATION_012 = 'You must specify a SMF group that will have member privileges.';
  24. $LAN_CONFIGURATION_013 = 'You must specify a SMF group that will have no immediate powers.';
  25. $LAN_CONFIGURATION_014 = 'You must specify user creation code.';
  26. $LAN_CONFIGURATION_015 = 'Version Information';
  27. $LAN_CONFIGURATION_016 = 'Your Version';
  28. $LAN_CONFIGURATION_017 = 'Website Settings';
  29. $LAN_CONFIGURATION_018 = 'Site Name';
  30. $LAN_CONFIGURATION_019 = 'This is the name of your community that displays in the title bar of the browser.';
  31. $LAN_CONFIGURATION_020 = 'Logo';
  32. $LAN_CONFIGURATION_021 = 'This must be the exact file name of your logo image found in the images directory. (dislpays at the top of the page)';
  33. $LAN_CONFIGURATION_022 = 'Official Version:';
  34. $LAN_CONFIGURATION_023 = 'Enable Forum Link';
  35. $LAN_CONFIGURATION_024 = 'This will add a menu item that will go to your community forum.';
  36. $LAN_CONFIGURATION_025 = 'Yes';
  37. $LAN_CONFIGURATION_026 = 'No';
  38. $LAN_CONFIGURATION_027 = 'Forum Address';
  39. $LAN_CONFIGURATION_028 = 'Enter in the URL of your forum if you have enabled the forum link.';
  40. $LAN_CONFIGURATION_029 = 'Bans Per Page';
  41. $LAN_CONFIGURATION_030 = 'This sets the number of bans to be displayed per page on the ban list page.';
  42. $LAN_CONFIGURATION_031 = 'Number of Page Links';
  43. $LAN_CONFIGURATION_032 = "The number of links to show before and after selected page (IE: set at \'2\' you would see \'1 2 ... 10 11 [12] 13 14 ... 23 24\').";
  44. $LAN_CONFIGURATION_033 = 'Demo Directory';
  45. $LAN_CONFIGURATION_034 = 'The directory relative to the root of this webpage. By default it is set to the demos folder.';
  46. $LAN_CONFIGURATION_035 = 'Demo Size Limit(MB)';
  47. $LAN_CONFIGURATION_036 = 'The max demo size in MB that can be uploaded. This can not be higher than what is defined in the php.ini configuration file.';
  48. $LAN_CONFIGURATION_037 = 'User Create Code';
  49. $LAN_CONFIGURATION_038 = 'This is the code that you can give to members/admins to create their own account to access this site if you are running in standalone mode.';
  50. $LAN_CONFIGURATION_039 = 'Send Emails On Ban';
  51. $LAN_CONFIGURATION_040 = 'If yes, all emails listed below will recieve an email when a new ban is added.';
  52. $LAN_CONFIGURATION_041 = 'Send Emails On Demo Add';
  53. $LAN_CONFIGURATION_042 = 'If yes, all emails listed below will recieve an email when a new demo is added.';
  54. $LAN_CONFIGURATION_043 = 'Email Address of Sender';
  55. $LAN_CONFIGURATION_044 = "This is the \'from\' address the emails below will see when they recieve an email for newly added bans or demos.";
  56. $LAN_CONFIGURATION_045 = 'Email Addresses to Recieve Ban and Demo Notices';
  57. $LAN_CONFIGURATION_046 = 'The email address of people you wish to recieve ban add or demo add notifications.';
  58. $LAN_CONFIGURATION_047 = 'Add >>';
  59. $LAN_CONFIGURATION_048 = '<< Remove';
  60. $LAN_CONFIGURATION_049 = 'Ban Settings';
  61. $LAN_CONFIGURATION_050 = 'Ban Message';
  62. $LAN_CONFIGURATION_051 = "The message that banned users will see when they attempt to connect to your servers. Use the Var \'gb_time\' to add the lenght and \'gb_reason\' to add the reason of the ban in the message, example: You are banned gb_time because gb_reason. Visit www.yourweb.com/banned/ for more info.";
  63. $LAN_CONFIGURATION_052 = 'Allow Admins to be Banned';
  64. $LAN_CONFIGURATION_053 = 'Set this to true to allow admins to ban other admins.';
  65. $LAN_CONFIGURATION_054 = 'Days to keep pending bans banned';
  66. $LAN_CONFIGURATION_055 = "The number of days a ban in pending mode should be banned for. This only applies to bans greater than 1 hour and issued by a member. The ban will be no different from an inactive ban after this number of days if it is not removed from pending status. Set to \'0\' to let anyone banned by a member for more than an hour to be able to rejoin instantly.";
  67. $LAN_CONFIGURATION_056 = 'Remove pending on demo upload';
  68. $LAN_CONFIGURATION_057 = 'Remove the pending status of a ban if a member uploads a demo for the pending ban.';
  69. $LAN_CONFIGURATION_058 = 'Hash Code';
  70. $LAN_CONFIGURATION_059 = 'This is a secret code that is used by the ES script to talk to the web server when banning. This is to prevent some random person from adding a ban.';
  71. $LAN_CONFIGURATION_060 = 'Teach Admins';
  72. $LAN_CONFIGURATION_061 = "Set this to yes if you wish to display the \'Type !banmenu\' message after a member/admin dies. This is to teach or remind members how to ban.";
  73. $LAN_CONFIGURATION_062 = 'SMF Integration Settings';
  74. $LAN_CONFIGURATION_063 = 'Enable SMF Integration';
  75. $LAN_CONFIGURATION_064 = 'Enable this to integrate with your SMF boards and use the SMF member groups instead. The SMF tables must start with smf_. The GlobalBan web pages must be installed under your Forums folder (yoursite.com/Forums/banned).';
  76. $LAN_CONFIGURATION_065 = 'SMF Table Prefix';
  77. $LAN_CONFIGURATION_066 = 'The prefix of your SMF tables (normally smf_ by default).';
  78. $LAN_CONFIGURATION_067 = 'SMF Super-User Group';
  79. $LAN_CONFIGURATION_068 = 'Enter in the group ID that you wish to associate with that will have full access to this site.';
  80. $LAN_CONFIGURATION_069 = 'SMF Ban Manger Group';
  81. $LAN_CONFIGURATION_070 = 'Enter the group ID that you wish to associate with that will be able to access all bans.';
  82. $LAN_CONFIGURATION_071 = 'SMF Admin Group';
  83. $LAN_CONFIGURATION_072 = 'Enter the group ID that you wish to associate with that will be able to ban anyone without any restrictions.';
  84. $LAN_CONFIGURATION_073 = 'SMF Member Group';
  85. $LAN_CONFIGURATION_074 = "Enter the group ID that you wish to associate with that will be able to ban, but all bans greater than 1 hour will be placed in pending mode. If the ban is not removed from pending mode after the number of days specified by \'days to keep pending banned\' then the ban will become inactive.";
  86. $LAN_CONFIGURATION_075 = 'SMF No Power Group';
  87. $LAN_CONFIGURATION_076 = 'Enter the group ID that you wish to associate with that will have no powers and will rely on admin group assignment powers.';
  88. $LAN_CONFIGURATION_077 = 'Save Configuration';
  89. $LAN_CONFIGURATION_078 = 'Note: Saving the configuration will also update GlobalBan.cfg on all active servers.';
  90. $LAN_CONFIGURATION_079 = 'Access Denied.';
  91. $LAN_CONFIGURATION_080 = "The file config/class.Config.php is not writable. Please check your web server's permissions before continuing.";
  92. $LAN_CONFIGURATION_081 = '';
  93. $LAN_CONFIGURATION_082 = 'Generate';
  94. $LAN_CONFIGURATION_083 = 'Enable Web Link';
  95. $LAN_CONFIGURATION_084 = 'This will add a menu item that will go to your community website.';
  96. $LAN_CONFIGURATION_085 = 'Web Address';
  97. $LAN_CONFIGURATION_086 = 'Enter in the URL of your web if you have enabled the web link. Ex: http://www.yourdomain.com';
  98. $LAN_CONFIGURATION_087 = 'Enable HLstatsX Link';
  99. $LAN_CONFIGURATION_088 = 'This will add a link per each Steam_ID at Ban List, that will search it in your HLstatsX Community Edition (http://www.hlxcommunity.com/).';
  100. $LAN_CONFIGURATION_089 = 'HlstatsX Address';
  101. $LAN_CONFIGURATION_090 = 'Enter in the URL of your HlstatsX web if you have enabled the HlstatsX link. Ex: http://www.yourdomain.com/HlstatsX/';
  102. $LAN_CONFIGURATION_091 = 'Default Language';
  103. $LAN_CONFIGURATION_092 = 'The language they were shown by default to all visitors that do not specify one. Will also be used in the messages that are sent to game server.';
  104. $LAN_CONFIGURATION_093 = 'e107 Integration Settings';
  105. $LAN_CONFIGURATION_094 = 'Enable e107 Auto New Post';
  106. $LAN_CONFIGURATION_095 = 'If you have an e107 forum and want GlobalBan automatically create a new post in your forum e107 every time someone adds a new ban, select this option and set the rest of this section.';
  107. $LAN_CONFIGURATION_096 = 'e107 Web Address';
  108. $LAN_CONFIGURATION_097 = "Enter in the URL of your e107 web. Ex: \'http://www.your_e107_domain.com/\'";
  109. $LAN_CONFIGURATION_098 = "e107 Database Host";
  110. $LAN_CONFIGURATION_099 = "Set the e107 Database\'s host, normaly it\'s localhost.";
  111. $LAN_CONFIGURATION_100 = "e107 Table Prefix";
  112. $LAN_CONFIGURATION_101 = "The prefix of your e107 tables (normally \'e107_\' by default).";
  113. $LAN_CONFIGURATION_102 = "Database Username";
  114. $LAN_CONFIGURATION_103 = "MySQL user with access to the database used by e107.";
  115. $LAN_CONFIGURATION_104 = "e107 Username";
  116. $LAN_CONFIGURATION_105 = "e107 Registered User that we wish listed as author of the post GlobalBan generated. We introduce it using the format \'ID.Usuario\' for example \'5.Globalban\'.";
  117. $LAN_CONFIGURATION_106 = "Database Password";
  118. $LAN_CONFIGURATION_107 = "MySQL user´s Password to access e107 database.";
  119. $LAN_CONFIGURATION_108 = "ID Category Forum";
  120. $LAN_CONFIGURATION_109 = "For example if your Banned e107 Forum category link is \'http://www.youre107.com/e107_plugins/forum/forum_viewforum.php?19\' you must set it to \'19\'";
  121. $LAN_CONFIGURATION_110 = "Database Name";
  122. $LAN_CONFIGURATION_111 = "MySQL Database Name used by your e107 website.";
  123. $LAN_CONFIGURATION_112 = 'Warrnings About Ex-Banned Player To';
  124. $LAN_CONFIGURATION_113 = 'Allows you to select which players will be advised during the game when you connect a player who was banned temporarily by a ban already expired.';
  125. $LAN_CONFIGURATION_114 = 'Every Player';
  126. $LAN_CONFIGURATION_115 = 'Admins And Ex-Banned';
  127. $LAN_CONFIGURATION_116 = 'Only Admins (Chat)';
  128. $LAN_CONFIGURATION_117 = 'Only Ex-Banned (Panel)';
  129. $LAN_CONFIGURATION_118 = 'Nobody';
  130. $LAN_CONFIGURATION_119 = "English";
  131. $LAN_CONFIGURATION_120 = "Spanish";
  132. $LAN_CONFIGURATION_121 = "French";
  133. $LAN_CONFIGURATION_122 = "Russian";
  134. $LAN_CONFIGURATION_123 = "Only Warrnings Ex-Banned Min Length";
  135. $LAN_CONFIGURATION_124 = "Allows you to select required Min Ban Lenght to advise in game about this Ex-Banned when he joins.";
  136. $LAN_CONFIGURATION_125 = "German";
  137. $LAN_CONFIGURATION_126 = "Latvian";
  138. $LAN_CONFIGURATION_127 = "Width";
  139. $LAN_CONFIGURATION_128 = "Height";
  140. $LAN_CONFIGURATION_129 = "Width as the SWF is displayed in pixels (default: 931)";
  141. $LAN_CONFIGURATION_130 = "Height as the SWF is displayed in pixels (default: 231)";
  142. $LAN_CONFIGURATION_131 = "Style";
  143. $LAN_CONFIGURATION_132 = "Look of the page";
  144. ?>