system.lang.php 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. <?php
  2. /*Language Format:
  3. Add a new file(.lang.php) with your module name at /phpcms/languages/
  4. translation save at the array:$LANG
  5. */
  6. $LANG['no_language'] = 'Lack of language pack';
  7. $LANG['website_manage'] = 'phpcmsV9 - Administration';
  8. $LANG['lockscreen'] = 'Screen lock';
  9. $LANG['submit'] = 'Submit';
  10. $LANG['yes'] = 'Yes';
  11. $LANG['no'] = 'No';
  12. $LANG['error'] = 'Error';
  13. $LANG['illegal_operation'] = 'Illegal operation';
  14. $LANG['illegal_action'] = 'Operation illegal on linked parameter. Please return';
  15. $LANG['illegal_parameters'] = 'Invalid parameter';
  16. $LANG['login_website'] = 'Please log in first';
  17. $LANG['login_success'] = 'You have successfully logged in';
  18. $LANG['operation_success'] = 'The operation completed successfully';
  19. $LANG['add_success'] = 'Data was added successfully';
  20. $LANG['operation_failure'] = 'The operation failed';
  21. $LANG['success'] = 'Success';
  22. $LANG['failure'] = 'Failure';
  23. $LANG['total'] = 'Total';
  24. $LANG['first'] = 'Homepage';
  25. $LANG['page_item'] = ' items ';
  26. $LANG['previous'] = 'Previous';
  27. $LANG['next'] = 'Next';
  28. $LANG['last'] = 'End';
  29. $LANG['page'] = 'Page ';
  30. $LANG['serial'] = ' ';
  31. $LANG['page'] = 'Page';
  32. $LANG['Sunday'] = 'Sunday';
  33. $LANG['Monday'] = 'Monday';
  34. $LANG['Tuesday'] = 'Tuesday';
  35. $LANG['Wednesday'] = 'Wednesday';
  36. $LANG['Thursday'] = 'Thursday';
  37. $LANG['Friday'] = 'Friday';
  38. $LANG['Saturday'] = 'Saturday';
  39. $LANG['admin_login'] = 'PHPCMS Administration';
  40. $LANG['add'] = 'Add';
  41. $LANG['edit'] = 'Edit';
  42. $LANG['delete'] = 'Delete';
  43. $LANG['listorder'] = 'Ordering';
  44. $LANG['sys_setting'] = 'Settings';
  45. $LANG['module'] = 'Modules';
  46. $LANG['module_manage'] = 'Module manager';
  47. $LANG['category'] = 'Columns';
  48. $LANG['content'] = 'Content';
  49. $LANG['members'] = 'Users';
  50. $LANG['template_style'] = 'Templates';
  51. $LANG['panel'] = 'Dashboard';
  52. $LANG['selected'] = 'Selected';
  53. $LANG['title'] = 'Title';
  54. $LANG['hits'] = 'Page views';
  55. $LANG['inputtime'] = 'Published time';
  56. $LANG['operations_manage'] = 'Operation';
  57. $LANG['selected'] = 'Select';
  58. $LANG['selected_all'] = 'Select all';
  59. $LANG['cancel'] = 'Cancel';
  60. $LANG['all'] = 'All';
  61. $LANG['confirm'] = 'Are you sure you want to delete『 {message} 』?';
  62. $LANG['ok'] = 'Yes';
  63. $LANG['clear'] = 'Clear';
  64. $LANG['pass'] = 'Approval';
  65. $LANG['unpass'] = 'Pending';
  66. $LANG['please_select'] = 'Please select';
  67. $LANG['items'] = 'Data volume';
  68. $LANG['status'] = 'Status';
  69. $LANG['icon_unlock'] = '<font color="red">√</font>';
  70. $LANG['icon_locked'] = '<font color="blue">×</font>';
  71. $LANG['type'] = 'Type';
  72. $LANG['search'] = 'Search';
  73. $LANG['username'] = 'Username';
  74. $LANG['user_already_exist'] = 'User already exists';
  75. $LANG['poster'] = 'Advertising';
  76. $LANG['announce'] = 'Announcement';
  77. $LANG['template_select'] = 'Select template';
  78. $LANG['input'] = 'Please input ';
  79. $LANG['exists'] = 'Exists';
  80. $LANG['connecting'] = 'Connecting, please wait...';
  81. $LANG['empty'] = ' is Required';
  82. $LANG['notfound'] = 'Data not found';
  83. $LANG['subtitle'] = 'Sub heading';
  84. $LANG['pagebreak'] = 'Page break';
  85. $LANG['insert_subtitle'] = 'Please enter the subtitle';
  86. $LANG['paging'] = 'Pagebreak';
  87. $LANG['insert_page_title'] = 'Insert pagebreak mark of subtitle at the cursor position';
  88. $LANG['insert_page_marker'] = 'Insert pagebreak mark at the cursor position';
  89. $LANG['ctrl_more_selected'] = 'Hold Ctrl to select multiple';
  90. $LANG['file_does_not_writable'] = 'Failed to write to file';
  91. $LANG['file_does_not_exists'] = 'File does not exists';
  92. $LANG['file_exists'] = 'Already exists';
  93. $LANG['copyright'] = 'CopyRight 2006-2017 <a href="http://www.ku6.com" target="_blank">KU6</a> <a href="http://www.phpcms.cn" target="_blank">PHPCMS TEAM</a> ';
  94. $LANG['input_right'] = 'Correct';
  95. $LANG['update_success'] = 'Updated successfully';
  96. $LANG['select_all'] = 'Select all';
  97. $LANG['member_search'] = 'Seach users';
  98. $LANG['input_code'] = 'Please type the code shown';
  99. $LANG['code_error'] = 'Incorrect';
  100. $LANG['module_not_exists'] = 'The module is not installed or disabled';
  101. $LANG['part_cache_success'] = 'Updating cache files';
  102. $LANG['message_tips'] = 'Message';
  103. $LANG['return_previous'] = 'Click here return to previous page';
  104. $LANG['close'] = 'Close';
  105. $LANG['click_here'] = 'Click here if your browser does not automatically redirect';
  106. $LANG['position'] = 'Top spot';
  107. $LANG['no_setting'] = 'Not set';
  108. $LANG['tip_zone'] = 'Hint:';
  109. $LANG['start_update'] = 'Start updating';
  110. $LANG['confirm_recovery'] = 'Are you sure you want to restore database';
  111. $LANG['mirrors_name'] = 'Mirror site name ';
  112. $LANG['mirror_address'] = 'Mirror site address ';
  113. $LANG['three_types'] = 'Only contains digits, letters, underscore.';
  114. $LANG['enter_correct'] = 'Correct';
  115. $LANG['change_level'] = 'Not change ordering';
  116. $LANG['delete_keywords'] = 'Delete keyword?';
  117. $LANG['select_operations'] = 'Please select';
  118. $LANG['menu_name'] = 'Menu name';
  119. $LANG['menu_description'] = 'Menu description';
  120. $LANG['menu_style'] = 'Menu style';
  121. $LANG['drop_down_style'] = 'Drop down style';
  122. $LANG['pop_style'] = 'Pop up style';
  123. $LANG['sites'] = 'Site';
  124. $LANG['all_sites'] = 'All sites';
  125. $LANG['cat_empty'] = 'Null (as primary column)';
  126. $LANG['click_select'] = 'Click to select';
  127. $LANG['level_menu'] = 'Previous menu';
  128. $LANG['file'] = 'File';
  129. $LANG['time'] = 'Time';
  130. $LANG['ie8_tip'] = 'By using IE8, we can achieve the best visions';
  131. $LANG['personal_information'] = 'Personal Info';
  132. $LANG['ajax_tip'] = 'Please start with ajax_ by passing AJAX. Also, please write in ajax_edit_myaction/ajax_delete_myaction only if modifying or deleting record operation';
  133. $LANG['for_chinese_lan'] = 'Corresponding chinese name';
  134. $LANG['manage'] = 'Manage';
  135. $LANG['member_manage'] = 'Manage user';
  136. $LANG['application'] = 'Manage application';
  137. $LANG['communication'] = 'Communication';
  138. $LANG['redeem'] = 'Exchange points';
  139. $LANG['administrator'] = 'Admin section';
  140. $LANG['system_setting'] = 'System settings';
  141. $LANG['update_cache'] = 'Update cache';
  142. $LANG['exit'] = 'Exit ';
  143. $LANG['choose_model'] = 'Please select model';
  144. $LANG['enable'] = 'Enable';
  145. $LANG['close'] = 'Close';
  146. $LANG['role_name'] = 'Role name';
  147. $LANG['role_description'] = 'Role description';
  148. $LANG['enabled'] = 'Enable';
  149. $LANG['ban'] = 'Disable';
  150. $LANG['submit'] = 'Submit';
  151. $LANG['need_subscribe'] = 'Apply to get this function';
  152. $LANG['click_apply'] = 'Click to apply';
  153. $LANG['snda_register_notice'] = 'Note: time for examination and approval is 1-3 days. Please fill in APPID after passing the review (By default, function is closed if APPID is empty.)';
  154. $LANG['connect_micro'] = 'Connect to miniblog';
  155. $LANG['click_register'] = 'Click to register';
  156. $LANG['general'] = 'Normal';
  157. $LANG['danger'] = 'Danger';
  158. $LANG['enter_word'] = 'Please input profanity you want to filter ';
  159. $LANG['keywords_no_exist'] = 'Keyword does not exist';
  160. $LANG['export'] = 'wordcensorship.txt';
  161. $LANG['not_information'] = 'Have not yet been written';
  162. $LANG['choose_category'] = 'Please select column';
  163. $LANG['create_success'] = 'Generated successfully';
  164. $LANG['specified_word_not_exist'] = 'Related word does not exist';
  165. $LANG['open_module'] = 'All module';
  166. $LANG['miao'] = 'Second';
  167. $LANG['att_upload_succ'] = 'Upload successfully';
  168. $LANG['att_upload_limit_ini'] = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.';
  169. $LANG['att_upload_limit_filesize'] = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.';
  170. $LANG['att_upload_limit_part'] = 'The uploaded file was only partially uploaded';
  171. $LANG['att_upload_nofile'] = 'No file was uploaded';
  172. $LANG['att_upload_notemp'] = 'Missing a temporary folder';
  173. $LANG['att_upload_temp_w_f'] = 'Failed to write file to disk.';
  174. $LANG['att_upload_create_dir_f'] = 'Failed to create attachment path';
  175. $LANG['att_upload_dir_permissions'] = 'Failed to write attachment path to disk';
  176. $LANG['att_upload_limit_ext'] = 'Upload file type not allow';
  177. $LANG['att_upload_limit_setsize'] = 'Size of file exceeds file size limit of the process';
  178. $LANG['att_upload_not_allow'] = 'Unable to upload this file';
  179. $LANG['att_upload_limit_time'] = 'Upload for the day exceeded limit';
  180. $LANG['times'] = 'Time';
  181. $LANG['to'] = 'To';
  182. $LANG['determine_search'] = 'Search';
  183. $LANG['removed_data'] = 'Clear the lastest month data';
  184. $LANG['add_submenu'] = 'Add sub menu';
  185. $LANG['modify'] = 'Edit';
  186. $LANG['can_enter'] = 'are able to input';
  187. $LANG['characters'] = 'characters';
  188. $LANG['attachmentupload'] = 'Upload file';
  189. $LANG['imagesupload'] = 'Upload image';
  190. $LANG['hash_check_false'] = '[hash]Failed to verify data';
  191. $LANG['point'] = 'Points';
  192. $LANG['money'] = 'Yuan';
  193. $LANG['block_add'] = 'Add block';
  194. $LANG['click_to_down'] = 'Click to download';
  195. $LANG['linkage_select'] = 'Select';
  196. $LANG['ding_success'] = 'Make stickies successsful';
  197. $LANG['province'] = 'Province';
  198. $LANG['city'] = 'City';
  199. ?>