PageRenderTime 42ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/languages/en.php

http://yuan-pad.googlecode.com/
PHP | 232 lines | 204 code | 22 blank | 6 comment | 0 complexity | 4743e4d94a330b244b1d6496d1a292b7 MD5 | raw file
  1. <?php
  2. return array(
  3. 'WELCOME_SYS'=>'Welcome to YuanPad',
  4. 'THANKS'=>'Thanks for using YuanPad.',
  5. 'STATS_INFO'=>'Statistical Information',
  6. 'NUM_POSTS'=>'Number of Posts',
  7. 'NUM_REPLY'=>'Number of Replies',
  8. 'MP_VERSION'=>'YuanPad Version',
  9. 'SYS_INFO'=>'System Info',
  10. 'PHP_VERSION'=>'PHP Version',
  11. 'GD_VERSION'=>'GD Version',
  12. 'SAFE_MODE'=>'Safe Mode',
  13. 'SYS_CONF'=>'System Configuration',
  14. 'BOARD_NAME'=>'Board Name',
  15. 'CLOSE_BOARD'=>'Close Site?',
  16. 'CLOSE_REASON'=>'Close Reason',
  17. 'COPY_INFO'=>'Copyright Info',
  18. 'SYS_THEME'=>'Theme',
  19. 'TIMEZONE'=>'Timezone',
  20. 'POST_CONF'=>'Post Configuration',
  21. 'FILTER_WORDS'=>'Bad Words',
  22. 'ENABLE_CAPTCHA'=>'Enable Captcha?',
  23. 'ENABLE_PAGE'=>'Enable Pagination?',
  24. 'PAGINATION_TIP'=>'This option determin how many messages will be displayed per page',
  25. 'POST_PERPAGE'=>'Post each page',
  26. 'ADMIN_CONF'=>'Admin Account Configuration',
  27. 'CHANGE_PWD'=>'New Password',
  28. 'PWD_TIP'=>'Please leave empty if you don\'t change it',
  29. 'RESET'=>'Reset',
  30. 'SELECT'=>'Select',
  31. 'OPERATION'=>'Operation',
  32. 'REPLY'=>'Reply',
  33. 'UPDATE'=>'Update',
  34. 'BAN'=>'Ban',
  35. 'DELETE'=>'Delete',
  36. 'YOU_REPLIED'=>'<font color="red">You replied at {reply_time} :</font> {reply_content}',
  37. 'DELETE_THIS_REPLY'=>'Delete this reply',
  38. 'CHECK_ALL'=>'Select All',
  39. 'CHECK_NONE'=>'Select None',
  40. 'CHECK_INVERT'=>'Invert Selection',
  41. 'DELETE_CHECKED'=>'Delete Checked',
  42. 'DELETE_ALL'=>'Delete All',
  43. 'DELETE_ALL_REPLY'=>'Delete All Replies',
  44. 'BACKUP'=>'Backup',
  45. 'BAD_IP'=>'Bad IP',
  46. 'CANCEL'=>'Cancel',
  47. 'TIPS'=>'Tips',
  48. 'TZ_ZONES' => array(
  49. '-12' => '[UTC - 12] Baker Island Time',
  50. '-11' => '[UTC - 11] Niue Time, Samoa Standard Time',
  51. '-10' => '[UTC - 10] Hawaii-Aleutian Standard Time, Cook Island Time',
  52. '-9.5' => '[UTC - 9:30] Marquesas Islands Time',
  53. '-9' => '[UTC - 9] Alaska Standard Time, Gambier Island Time',
  54. '-8' => '[UTC - 8] Pacific Standard Time',
  55. '-7' => '[UTC - 7] Mountain Standard Time',
  56. '-6' => '[UTC - 6] Central Standard Time',
  57. '-5' => '[UTC - 5] Eastern Standard Time',
  58. '-4.5' => '[UTC - 4:30] Venezuelan Standard Time',
  59. '-4' => '[UTC - 4] Atlantic Standard Time',
  60. '-3.5' => '[UTC - 3:30] Newfoundland Standard Time',
  61. '-3' => '[UTC - 3] Amazon Standard Time, Central Greenland Time',
  62. '-2' => '[UTC - 2] Fernando de Noronha Time, South Georgia &amp; the South Sandwich Islands Time',
  63. '-1' => '[UTC - 1] Azores Standard Time, Cape Verde Time, Eastern Greenland Time',
  64. '0' => '[UTC] Western European Time, Greenwich Mean Time',
  65. '1' => '[UTC + 1] Central European Time, West African Time',
  66. '2' => '[UTC + 2] Eastern European Time, Central African Time',
  67. '3' => '[UTC + 3] Moscow Standard Time, Eastern African Time',
  68. '3.5' => '[UTC + 3:30] Iran Standard Time',
  69. '4' => '[UTC + 4] Gulf Standard Time, Samara Standard Time',
  70. '4.5' => '[UTC + 4:30] Afghanistan Time',
  71. '5' => '[UTC + 5] Pakistan Standard Time, Yekaterinburg Standard Time',
  72. '5.5' => '[UTC + 5:30] Indian Standard Time, Sri Lanka Time',
  73. '5.75' => '[UTC + 5:45] Nepal Time',
  74. '6' => '[UTC + 6] Bangladesh Time, Bhutan Time, Novosibirsk Standard Time',
  75. '6.5' => '[UTC + 6:30] Cocos Islands Time, Myanmar Time',
  76. '7' => '[UTC + 7] Indochina Time, Krasnoyarsk Standard Time',
  77. '8' => '[UTC + 8] Chinese Standard Time, Australian Western Standard Time, Irkutsk Standard Time',
  78. '8.75' => '[UTC + 8:45] Southeastern Western Australia Standard Time',
  79. '9' => '[UTC + 9] Japan Standard Time, Korea Standard Time, Chita Standard Time',
  80. '9.5' => '[UTC + 9:30] Australian Central Standard Time',
  81. '10' => '[UTC + 10] Australian Eastern Standard Time, Vladivostok Standard Time',
  82. '10.5' => '[UTC + 10:30] Lord Howe Standard Time',
  83. '11' => '[UTC + 11] Solomon Island Time, Magadan Standard Time',
  84. '11.5' => '[UTC + 11:30] Norfolk Island Time',
  85. '12' => '[UTC + 12] New Zealand Time, Fiji Time, Kamchatka Standard Time',
  86. '12.75' => '[UTC + 12:45] Chatham Islands Time',
  87. '13' => '[UTC + 13] Tonga Time, Phoenix Islands Time',
  88. '14' => '[UTC + 14] Line Island Time',
  89. ),
  90. ////////////////////
  91. 'WELCOME'=>'Welcome to {site_name}',
  92. 'WELCOME_POST'=>'Welcome to Our site',
  93. 'NICKNAME'=>'NickName',
  94. 'MESSAGE'=>'Message',
  95. 'TIME'=>'Time',
  96. 'PAGE_NAV'=>'We have <span id="totalNum"> {num_of_post} </span> posts, <span id="totalPages"> {num_of_page} </span> pages',
  97. 'ADMIN_REPLIED'=>'<font color="red"> {admin_name} replied at {reply_time} :</font> {reply_content}',
  98. 'CLICK_POST'=>'Click to post',
  99. 'CONTENT'=>'Content',
  100. 'SUBMIT'=>'Submit',
  101. 'POST_SHORTCUT'=>'Press Ctrl+Enter to post',
  102. 'ADMIN_EMAIL'=>'Email',
  103. 'ACP'=>'Admin',
  104. 'ACP_INDEX'=>'Admin Control Panel',
  105. 'VALIDATE_CODE'=>'CAPTCHA',
  106. 'ACP_LOGIN'=>'Admin Control Panel Login',
  107. 'BACK'=>'Back to Home',
  108. 'LOGIN'=>'Login',
  109. 'ADMIN_NAME'=>'Name',
  110. 'ADMIN_PWD'=>'Password',
  111. 'HOME'=>'Home',
  112. 'LOGOUT'=>'Logout',
  113. 'ACP_OVERVIEW'=>'Overview',
  114. 'ACP_CONFSET'=>'Configuration',
  115. 'ACP_MANAGE_POST'=>'Manage Posts',
  116. 'ACP_MANAGE_IP'=>'Bad Ips',
  117. 'LANG'=>'Language',
  118. 'YES'=>'Yes',
  119. 'NO'=>'No',
  120. 'LOGIN_ERROR'=>'Invalid username or password!',
  121. 'USERNAME_NOT_EMPTY'=>'Username should not be empty',
  122. 'USERNAME_NOT_AVAILABLE'=>'Username not available',
  123. 'PWD_NOT_EMPTY'=>'Password should not be empty~',
  124. 'USERNAME_TOO_SHORT'=>'The username is too short',
  125. 'MESSAGE_NOT_EMPTY'=>'The message must not be empty~',
  126. 'CAPTCHA_NOT_EMPTY'=>'The captcha must not be empty~',
  127. 'EMAIL_INVALID'=>'Email invalid',
  128. 'POST_OK'=>'Thank you!',
  129. ////////////////////////////////////// index.php
  130. 'CLICK_TO_REFRESH'=>'Click to refresh',
  131. 'CAPTCHA'=>'Captcha',
  132. /////////////////////////////////////////// delete operation
  133. 'DEL_ALL_CONFIRM'=>'Are you sure to delete all messages and all replies?',
  134. 'DEL_ALL_REPLY_CONFIRM'=>'Are you sure to delete all replies?',
  135. ///////////////////////////////login
  136. 'WHERE_AM_I'=>'Where am i?',
  137. //////////////////////////
  138. 'QUERY_ERROR'=>'Query Error',
  139. 'REPLY_EMPTY'=>'The reply should not be empty',
  140. 'BACKUP_NOTSUPPORT'=>'Your server does not support backup!',
  141. 'BACKUP_TYPE_NOTSUPPORT'=>'Only flatfile data backup supported!',
  142. 'FILL_NOT_COMPLETE'=>"You have not finished all the required fileds",
  143. 'WORDS_TOO_LONG'=>"Your words was too much",
  144. 'CAPTCHA_WRONG'=>"The code you entered is wrong",
  145. 'UNKNOWN'=>'Unknown',
  146. 'NOT_SUPPORT'=>'Not support',
  147. 'LOGIN_DENIED'=>'Login denied!',
  148. 'USERNAME'=>'Username',
  149. 'PASSWORD'=>'Password',
  150. 'EMAIL'=>'Email',
  151. 'REGISTER'=>'Register',
  152. 'USERUPDATEFAILED'=>'Update failed!',
  153. 'OFF_LINE_MODE'=>'Now under off-line mode!',
  154. 'SENDING'=>'Sending...',
  155. 'THEMES_DIR_NOTEXISTS'=>'The directory of themes does not exists!',
  156. 'SMILEY_DIR_NOTEXISTS'=>'The directory of smiley `%s` does not exists!',
  157. 'CONFIG_FILE_NOTEXISTS'=>'The configuration file {config_file} does not exists! <ul><li>Please copy the ./sites/default/default.config.php file to ./sites/default/config.php.</li><li>Change file permissions so that it is writable by the web server</li></ul>',
  158. 'CONFIG_FILE_NOTWRITABLE'=>'The configuration file {config_file} does not writable!',
  159. 'SITENAME_ERROR'=>'The sitename undefined!',
  160. 'SITESTATUS_ERROR'=>'The status of site undefined!',
  161. 'SITECLOSEREASON_ERROR'=>'The maintaince message undefined!',
  162. 'ADMINEMAIL_ERROR'=>'Admin email undefined!',
  163. 'COPYRIGHT_ERROR'=>'Coptyright undefined!',
  164. 'BADWORDS_ERROR'=>'Bad words undefined!',
  165. 'CAPTCHASTATUS_ERROR'=>'The status of CAPTCHA undefined!',
  166. 'PAGINATIONSTATUS_ERROR'=>'The status of pagination undefined!',
  167. 'TIMEZONE_ERROR'=>'Timezone undefined!',
  168. 'PAGINATION_PARAMETER_ERROR'=>'The parameter of pagination undefined!',
  169. 'THEME_ERROR'=>'Theme undefined!',
  170. 'ADMINNAME_ERROR'=>'Admin name undefined!',
  171. 'ADMINPASS_ERROR'=>'admin password undefined!',
  172. 'LANGUAGE_ERROR'=>'Language undefined!',
  173. 'QUERY_ERROR'=>'Query error!',
  174. //installation
  175. 'INSTALL_PANEL'=>'YuanPad Installation Panel',
  176. 'INSTALL_MP'=>'YuanPad Installation',
  177. 'ADMIN_USERNAME'=>'Administrator username',
  178. 'ADMIN_USERNAME_MIN'=>'at least 3 characters',
  179. 'ADMIN_PASSWORD'=>'Administrator password',
  180. 'DB_TYPE_SELECT'=>'Please select database type',
  181. 'DB_TYPE'=>'Database type',
  182. 'DB_NAME'=>'Database name',
  183. 'DB_USER'=>'Database username',
  184. 'DB_PWD'=>'Database password',
  185. 'DB_HOST'=>'Database server hostname',
  186. 'TB_PREFIX'=>'Prefix for tables in database',
  187. 'INSTALL'=>'Install',
  188. 'FINISHED'=>'<p>Installation finished! :) Go <a href="index.php">Index</a>, or Go <a href="index.php?action=control_panel">ACP</a></p><p>Dont\'t forget to delete or rename the file install.php in directory <code>includes</code></p>',
  189. 'RETRY'=>'Retry',
  190. 'DATADIR_NOT_WRITABLE'=>'Directory `data/` is not writable,please change directory permission so that it is writable by the web server',
  191. 'DB_CONNECT_ERROR'=>'Connected to DB failed!',
  192. 'INSTALL_NEED_HELP'=>'Need help?',
  193. 'INSTALL_AGREEMENT'=>'To install this software, you must agree to <a href="http://www.gnu.org/licenses/gpl-2.0.html" target="_blank">GPL 2</a>',
  194. 'GD_DISABLED_NOTICE'=>'(GD not support,so you can\'t enable captcha.)',
  195. 'SEARCH_NOTFOUND'=>'There is no posts meeting your query\'s requirements',
  196. 'SEARCH_FOUND'=>'Number of results : {result_num}',
  197. 'ONLY_POST'=>'Only POST permitted.',
  198. 'NO_SEARCH_PARAM'=>'No search parameter specified.',
  199. 'API_REQUEST_ERROR'=>'The request is not permitted.',
  200. 'LOGIN_REQUIRED'=>'Login required',
  201. 'PARAM_ERROR'=>'Parameter error',
  202. 'USER_ADMIN'=>'User Management',
  203. 'DEL_ALLUSER_CONFIRM'=>'Are you sure to delete all users?',
  204. 'ALLOWED_TAGS'=>'Allowed HTML tags:{allowed_tags}',
  205. 'FILTER_HTML_TAGS'=>'Filter HTML tags',
  206. 'STRIP_DISALLOWED_TAGS'=>'Strip disallowed tags',
  207. 'ESCAPE_ALL_TAGS'=>'Escape all tags',
  208. 'ALLOWED_HTML_TAGS'=>'Allowed HTML tags',
  209. 'USER_NOT_EXISTS'=>'User not exists.'
  210. );