content.lang.php 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313
  1. <?php
  2. $LANG['2s_close'] = 'After <font color="red"><B><span id="secondid">2</span></B> seconds it will be automatically closed</font>';
  3. $LANG['news'] = 'News';
  4. $LANG['picture'] = 'Images';
  5. $LANG['down'] = 'Download';
  6. $LANG['info'] = 'Info';
  7. $LANG['string_limit'] = 'Between <B>{minlength}</B> and <B>{maxlength}</B> ';
  8. $LANG['tablename'] = 'Database table';
  9. $LANG['field_manage'] = 'Manage field';
  10. $LANG['fieldname'] = 'Field name';
  11. $LANG['cnames'] = 'Alias';
  12. $LANG['system'] = 'System';
  13. $LANG['must_input'] = 'Require';
  14. $LANG['contribute'] = 'Contribute';
  15. $LANG['basic_configuration'] = 'Basic settings';
  16. $LANG['model_name'] = 'Model name';
  17. $LANG['model_tablename'] = 'Model Entry';
  18. $LANG['description'] = 'Description';
  19. $LANG['template_setting'] = 'Template settings';
  20. $LANG['model_tablename_wrong'] = 'ONLY contain letters, digits, underscores';
  21. $LANG['already_exist'] = 'Already exist';
  22. $LANG['between_1_to_20'] = 'Between 1 and 20';
  23. $LANG['connecting_please_wait'] = 'Connecting...please wait';
  24. $LANG['thumb'] = 'Thumbnail image';
  25. $LANG['all_list'] = 'All articles';
  26. $LANG['all_check_list'] = 'All pending content';
  27. $LANG['thumb_list'] = 'includes thumbnail image';
  28. $LANG['block_site_index'] = 'Homepage';
  29. $LANG['checkall_content'] = 'Verify contents';
  30. $LANG['publish_to_othor_category'] = 'Publish to other columns';
  31. //内容添加表单部分
  32. $LANG['check_title'] = 'check duplicates';
  33. $LANG['title_repeat'] = 'Repeat title ';
  34. $LANG['title_not_repeat'] = 'Not-repeated ';
  35. $LANG['mirror_server_list'] = 'Mirrored servers list';
  36. $LANG['attachment_upload'] = 'Upload attachment';
  37. $LANG['upload_soft'] = 'Upload software';
  38. $LANG['file_list'] = 'File list';
  39. $LANG['multiple_file_list'] = 'Bulk upload';
  40. $LANG['add_remote_url'] = 'Add remote location';
  41. $LANG['remove_out'] = 'Remove';
  42. $LANG['upload_pic'] = 'Upload image';
  43. $LANG['upload_pic_max'] = 'Max number of uploading file for one time';
  44. $LANG['pic_list'] = 'Image list';
  45. $LANG['select_pic'] = 'Select picture';
  46. $LANG['tips_pics'] = 'photos';
  47. $LANG['islink_url'] = 'Redirected link';
  48. $LANG['page_type1'] = 'Pagebreak not set';
  49. $LANG['page_type2'] = 'Auto pagebreak';
  50. $LANG['page_type3'] = 'Manual pagebreak';
  51. $LANG['page_maxlength'] = 'Number of characters (include HTML Tag)';
  52. $LANG['upload_thumbnails'] = 'Please upload thumbnail image';
  53. $LANG['edit_content'] = 'Edit';
  54. $LANG['not_meet_the_conditions'] = 'invalid';
  55. $LANG['not_less_than'] = 'not less than';
  56. $LANG['not_more_than'] = 'not more than';
  57. $LANG['the_value_must_not_repeat'] = 'Cannot repeat';
  58. //type
  59. $LANG['add_type'] = 'Add type';
  60. $LANG['select_model_name'] = 'Model';
  61. $LANG['type_name'] = 'Type';
  62. //workflow
  63. $LANG['workflow_name'] = 'Workflow name';
  64. $LANG['steps'] = 'Review';
  65. $LANG['current_steps'] = 'Level';
  66. $LANG['admin_users'] = 'List of people';
  67. $LANG['workflow_diagram'] = 'Workflow diagram';
  68. $LANG['edit_workflow'] = 'Edit';
  69. $LANG['steps_1'] = 'Level 1';
  70. $LANG['steps_2'] = 'Level 2';
  71. $LANG['steps_3'] = 'Level 3';
  72. $LANG['steps_4'] = 'Level 4';
  73. $LANG['confirm_delete_model'] = 'Are you sure you want to remove 『 {message} 』? Database table will be removed at the same time';
  74. $LANG['workflow_0'] = 'Rejection';
  75. $LANG['workflow_1'] = '1 Check';
  76. $LANG['workflow_2'] = '2 Check';
  77. $LANG['workflow_3'] = '3 Check';
  78. $LANG['workflow_4'] = '4 Check';
  79. $LANG['workflow_99'] = 'Pass';
  80. $LANG['list'] = 'List';
  81. $LANG['catid'] = 'Column ID';
  82. $LANG['cat_tag'] = 'Column tag';
  83. $LANG['sort'] = 'Ordering';
  84. $LANG['id_desc'] = 'Add time DESC';
  85. $LANG['updatetime_desc'] = 'Update time DESC';
  86. $LANG['listorder_asc'] = 'ASCE';
  87. $LANG['listorder_desc'] = 'DESC';
  88. $LANG['subcat'] = 'Sub column';
  89. $LANG['siteid'] = 'Site ID';
  90. //down
  91. $LANG['illegal_parameters'] = 'Parameter is incorrect';
  92. $LANG['url_invalid'] = 'URL not found';
  93. $LANG['url_error'] = 'Invalid address';
  94. $LANG['position'] = 'Top spot';
  95. $LANG['posid'] = 'Top spot ID';
  96. $LANG['posorder'] = 'Ordering condition';
  97. $LANG['possort'] = 'Ordering';
  98. $LANG['id'] = 'ID';
  99. $LANG['updatetime'] = 'Updated time';
  100. $LANG['posasc'] = 'ASCE';
  101. $LANG['posdesc'] = 'DESC';
  102. $LANG['add_content'] = 'Add content';
  103. $LANG['check_passed'] = 'Approval';
  104. $LANG['update_htmls'] = 'Bulk update _{catname}_';
  105. $LANG['elite'] = 'Promoted';
  106. $LANG['no_elite'] = 'Not promoted';
  107. $LANG['related_articles'] = 'Related articles';
  108. $LANG['top'] = 'Top ranking';
  109. $LANG['relevant_articles_id'] = 'Related article id';
  110. $LANG['key_word'] = 'Keywords';
  111. $LANG['reject'] = 'Reject';
  112. $LANG['publish_user'] = 'Publisher';
  113. $LANG['today_hits'] = 'Today hits';
  114. $LANG['yestoday_hits'] = 'Yesterday hits';
  115. $LANG['week_hits'] = 'Weekly hits';
  116. $LANG['month_hits'] = 'Monthly hits';
  117. $LANG['member_contribute'] = 'User submission';
  118. $LANG['comment'] = 'Comment';
  119. $LANG['createhtml'] = 'Generate HTML in batches';
  120. $LANG['passed_checked'] = 'Approval';
  121. $LANG['view_comment'] = 'View comment';
  122. $LANG['copyfrom_tips'] = '≡Please select≡';
  123. $LANG['permission_to_operate'] = 'You do not have permissions';
  124. $LANG['missing_part_parameters'] = 'Missing column ID';
  125. $LANG['you_do_not_check'] = 'Please select';
  126. $LANG['information_does_not_exist'] = 'Info does not exist';
  127. $LANG['after_a_few_seconds_left'] = 'seconds shut automatically...';
  128. $LANG['please_add_category'] = 'There is no column, please add one';
  129. $LANG['need_update_items'] = 'Total update <font color="red">{total}</font> - Completed <font color="red">{creatednum}</font> items(<font color="red">{percent}%</font>)';
  130. $LANG['create_update_success'] = 'Updated completely';
  131. $LANG['start_update_urls'] = 'Start updating URL...';
  132. $LANG['updating'] = 'Updating';
  133. $LANG['have_update_items'] = 'has<font color="red">{total}</font> items - Completed <font color="red">{creatednum}</font> items(<font color="red">{percent}%</font>)';
  134. $LANG['have_update_items'] = 'has <font color="red">{total}</font> items - Completed <font color="red">{creatednum}</font> items(<font color="red">{percent}%</font>)';
  135. $LANG['start_update'] = 'Updating...';
  136. $LANG['start_update_category'] = 'Start updating column page...';
  137. $LANG['start_to_end_id'] = '" {page} - {endpage}Page"';
  138. $LANG['index_create_finish'] = 'Homepage updated successfully! Size: {size}';
  139. $LANG['add_content_position'] = 'Current Location: Content > Content publishing manager > Add content';
  140. $LANG['edit_content_position'] = 'Current Location: Content > Content publishing manager > Edit content';
  141. $LANG['priview_model_position'] = 'Current Location: Content > Model preview';
  142. $LANG['c_status'] = 'Status';
  143. $LANG['c_publish'] = 'Publish';
  144. $LANG['c_check'] = 'Review';
  145. $LANG['save_close'] = 'Save & close';
  146. $LANG['save_continue'] = 'Save & Publish';
  147. $LANG['c_close'] = 'Close(X)';
  148. $LANG['dialog_close'] = 'Close';
  149. $LANG['please_save_information'] = 'Content has not yet been saved';
  150. $LANG['page_manage'] = 'Single page manage';
  151. $LANG['title'] = 'Title';
  152. $LANG['intro'] = 'Introduction';
  153. $LANG['hits'] = 'hits';
  154. $LANG['keywords'] = 'Keywords';
  155. $LANG['content'] = 'Content';
  156. $LANG['c_template'] = 'Template';
  157. $LANG['explode_keywords'] = 'Use space or “,” to seperate multiple keywords';
  158. $LANG['search_category'] = 'Input “pinyin”or“column name” to quick search';
  159. $LANG['quick_into'] = 'Quick access';
  160. $LANG['html_notice'] = '1. Please go to Content > Publishing Manager > Sync publishing point (after set Publishing point and generate static pages ) ';
  161. $LANG['according_model'] = 'According to the way model updating';
  162. $LANG['select_category_area'] = 'Select column area';
  163. $LANG['select_operate_content'] = 'Select content';
  164. $LANG['no_limit_category'] = 'All columns';
  165. $LANG['every_time'] = 'Update each round';
  166. $LANG['information_items'] = 'Item info';
  167. $LANG['update_all'] = 'Update all info';
  168. $LANG['submit_start_update'] = 'Updating';
  169. $LANG['no_limit_model'] = 'All columns';
  170. $LANG['last_information'] = 'Update to the lastest info';
  171. $LANG['push_ctrl_to_select'] = 'Hold “Ctrl”or“Shift” to select more.Hold “Ctrl” to undo the selection.';
  172. $LANG['update_time_from'] = 'Update publishing date from';
  173. $LANG['to'] = 'to';
  174. $LANG['in_information'] = '`information';
  175. $LANG['update_id_from'] = 'Update ID from';
  176. $LANG['please_select_category'] = 'All column';
  177. $LANG['catname'] = 'Column name';
  178. $LANG['confirm_delete'] = 'Are you sure you want to remve it?';
  179. $LANG['push'] = 'Promote';
  180. $LANG['push_to_position'] = 'Promote to top spot';
  181. $LANG['push_to_special'] = 'Promote to topic';
  182. $LANG['belong_category'] = 'Subsidiary column';
  183. $LANG['addtime'] = 'Add time';
  184. $LANG['contribute_time'] = 'Submission time';
  185. $LANG['click_to_select'] = 'Select';
  186. $LANG['available_styles'] = 'Available styles';
  187. $LANG['category_index_tpl'] = 'Column homepage template';
  188. $LANG['category_list_tpl'] = 'Column list page template';
  189. $LANG['content_tpl'] = 'Content page template';
  190. $LANG['not_exists_push'] = 'The push function of module is disabled.';
  191. $LANG['fieldname_was_wrong'] = 'The field name is incorrect.';
  192. $LANG['select_fieldtype'] = 'Please select field type';
  193. $LANG['input_right'] = 'Correct';
  194. $LANG['input_nickname'] = 'Please input alias';
  195. $LANG['nickname_empty'] = 'The field alias is required';
  196. $LANG['model_manage'] = 'Manage model';
  197. $LANG['field_manage'] = 'Field manager';
  198. $LANG['add_field'] = 'Add';
  199. $LANG['manage_field'] = 'Manage';
  200. $LANG['field_type'] = 'Field type';
  201. $LANG['issystem_field'] = 'As field of the primary table';
  202. $LANG['yes'] = 'Yes';
  203. $LANG['no'] = 'No';
  204. $LANG['fieldname'] = 'Field name';
  205. $LANG['fieldname_tips'] = 'ONLY contain letters, digits, underscores. It must start with letters and it must NOT end up with underscore.';
  206. $LANG['field_nickname'] = 'Field alias';
  207. $LANG['nickname_tips'] = 'For example, article title';
  208. $LANG['field_tip'] = 'Field hints';
  209. $LANG['field_tips'] = 'Hints under field alias';
  210. $LANG['relation_parm'] = 'Related parameters ';
  211. $LANG['relation_parm_tips'] = 'Set form properties';
  212. $LANG['form_attr'] = 'Additional properties';
  213. $LANG['form_attr_tips'] = 'Adding JavaScipt Event from here';
  214. $LANG['form_css_name'] = 'Style name';
  215. $LANG['form_css_name_tips'] = 'Define CSS name of form';
  216. $LANG['string_size'] = 'The range of characters length';
  217. $LANG['string_size_tips'] = 'The system will check length validation. Please leave blank if you do not want to limit the length.';
  218. $LANG['minlength'] = 'Min length';
  219. $LANG['maxlength'] = 'Max length';
  220. $LANG['data_preg'] = 'Verify input with regular expressions';
  221. $LANG['data_preg_tips'] = 'The system will verify data by using regular expressions. Please leave blank if you do not want to verify data';
  222. $LANG['often_preg'] = 'Common regular expressions';
  223. $LANG['figure'] = 'Digits';
  224. $LANG['integer'] = 'Integer';
  225. $LANG['letter'] = 'Letters';
  226. $LANG['integer_letter'] = 'digits + letters';
  227. $LANG['hyperlink'] = 'Hyperlink';
  228. $LANG['mobile_number'] = 'Phone number';
  229. $LANG['tel_number'] = 'Tel';
  230. $LANG['zip'] = 'Zip';
  231. $LANG['data_passed_msg'] = 'Data validation error message';
  232. $LANG['unique'] = 'Unique value';
  233. $LANG['basic_field'] = 'As basic info';
  234. $LANG['basic_field_tips'] = 'The left of Add page will be shown on all basic info.';
  235. $LANG['as_search_field'] = 'As search conditions';
  236. $LANG['allow_contributor'] = 'Shown on the article submission of frontend';
  237. $LANG['as_fulltext_field'] = 'As site-wide search info';
  238. $LANG['as_postion_info'] = 'Call tags in top spot';
  239. $LANG['disabled_groups_field'] = 'Select user groups. These group users cannot set up field value';
  240. $LANG['disabled_role_field'] = 'Select role. These roles cannot set up field value';
  241. $LANG['edit_field'] = 'Modify field';
  242. $LANG['field_disabled'] = 'Disable';
  243. $LANG['field_enabled'] = '<font color="red"> Enable</font>';
  244. $LANG['import_model'] = 'Import model';
  245. $LANG['edit_model'] = 'Edit model';
  246. $LANG['export'] = 'Export';
  247. $LANG['template'] = 'Select template';
  248. $LANG['type_name'] = 'Category name';
  249. $LANG['edit_type'] = 'Edit category';
  250. $LANG['updateurl_tips'] = '1. Bulk update URL only if the URLs of content pages changed. Otherwise there is no need to update URLs. <BR> 2. Rule settings: Settings > Related settings > Manage column > Add/ Edit column';
  251. $LANG['onclick_view'] = 'View';
  252. $LANG['title_is_empty'] = 'Title is required';
  253. $LANG['subsidiary_table_datalost'] = 'The information is incomplete, please try to add again after deleting';
  254. $LANG['click_vistor'] = 'Click to visit';
  255. $LANG['visualization_edit'] = 'Block manager';
  256. $LANG['starttime_than_endtime'] = 'Start time must be less than end time.';
  257. $LANG['day_select'] = 'of days';
  258. $LANG['no_limit'] = 'Unlimit';
  259. $LANG['remove'] = 'Bulk move';
  260. $LANG['move_to_categorys'] = 'Target column';
  261. $LANG['from_category'] = 'From assigned column';
  262. $LANG['from_ids'] = 'Assigned ID';
  263. $LANG['from_where'] = 'Source';
  264. $LANG['move_tips'] = '<font color="red">Tips:</font>mutiple issues can be separated by \',\',<font color="red">WITHOUT line breaks</font>';
  265. $LANG['ctrl_source_select'] = 'Hold down the control key to select more than one option';
  266. $LANG['please_input_move_source'] = 'Please select source column or assigned ID';
  267. $LANG['please_select_target_category'] = 'Please select target column';
  268. $LANG['type_name_tips'] = 'Please input Category name, multiple categories are separated by newlines';
  269. $LANG['push_to_category'] = 'Promote to other columns';
  270. $LANG['select_sitelist'] = 'Select site';
  271. $LANG['category_checked'] = 'Selected columns';
  272. $LANG['as_omnipotent_field'] = 'As a universal field of subsidiary field';
  273. $LANG['as_omnipotent_field_tips'] = 'MUST be combined with universal fields. Otherwise, post won`t display properly.';
  274. $LANG['model_does_not_allow_delete'] = 'If the model that already have content, then the deletion fails.';
  275. $LANG['priview_modelfield'] = 'Preview';
  276. $LANG['reject_message'] = 'Your post was rejected. Please submit it again after you complete the edits.';
  277. $LANG['click_edit'] = 'Click to edit';
  278. $LANG['reject_message_tips'] = 'your post does not meet our requirements for technical support. Please post a new thread with all the requirements so we can further help you.<BR>Title:';
  279. $LANG['nocheck_users'] = 'Exempt from review';
  280. $LANG['checkstatus_flag'] = 'allow to be modified during reviewing';
  281. $LANG['content_page'] = 'Content page';
  282. $LANG['reject_msg'] = 'Please input your rejections reason. It will be sent by message.';
  283. $LANG['check_status'] = '<font color="#0000FF">Review status > </font>';
  284. $LANG['cancel_the_picture'] = 'Cancel';
  285. $LANG['model_table_not_exists'] = 'Model is disabled or the content of model does not exist.';
  286. //前台部分
  287. $LANG['info_does_not_exists'] = 'Information does not exist anymore or is not yet approved by administrators';
  288. $LANG['first_page'] = 'First page';
  289. $LANG['last_page'] = 'Last page';
  290. $LANG['category_not_exists'] = 'Column does not exist';
  291. $LANG['have_pay'] = 'You have already paid';
  292. $LANG['msg_readpoint'] = 'You have spent';
  293. $LANG['readpoint_pay'] = ' You will have to pay a fee {readpoint} yuan in order to read an article';
  294. $LANG['readpoint_pay_point'] = 'You will have to pay a fee {readpoint} points in order to read an article';
  295. $LANG['please_enter_content_to_search'] = 'Please input search request';
  296. $LANG['search_minrefreshtime'] = 'You are searching too fast. please wait {min} seconds and search again';
  297. $LANG['not_writable'] = 'Not writable';
  298. $LANG['no_priv'] = 'You do not have permission to access this info';
  299. $LANG['guest_not_allowsearch'] = 'Visitor does not be allow to use search function. Please sign in first.';
  300. $LANG['cut_the_picture'] = 'Crop';
  301. $LANG['moreinfo'] = 'Invoke more info';
  302. ?>