special.lang.php 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  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['special'] = 'Topics';
  7. $LANG['title_cannot_empty'] = 'Topic title is required';
  8. $LANG['add_special'] = 'Add topic';
  9. $LANG['add_special_success'] = 'Topic has been saved successfully!';
  10. $LANG['edit_special_success'] = 'Topic has been changed successfully!';
  11. $LANG['select_type'] = 'Please choose a destination category';
  12. $LANG['import_success'] = 'Imported successfully! System will automatically filter replicate information.';
  13. $LANG['select_model'] = 'Please select module';
  14. $LANG['please_in_admin'] = 'Please perform this operation in backstage';
  15. $LANG['banner_no_empty'] = 'Banner URL is required';
  16. $LANG['thumb_no_empty'] = 'Thumbnail image is required';
  17. $LANG['content_add_success'] = 'Content added successfully';
  18. $LANG['content_edit_success'] = 'Content edited successfully';
  19. $LANG['add_content'] = 'Add content';
  20. $LANG['import_content'] = 'Import content';
  21. $LANG['title_no_empty'] = 'Title is required';
  22. $LANG['no_select_type'] = 'Please choose the categories your thematic content will be displayed in';
  23. $LANG['content_no_empty'] = 'Content is required';
  24. $LANG['special_not_exist'] = 'The topic does not exist or has been marked for deletion';
  25. $LANG['content_checking'] = 'The content does not exist or not yet verified';
  26. $LANG['special_setting'] = 'Topic settings';
  27. $LANG['belong_category'] = 'Category';
  28. $LANG['special_title'] = 'Topic name';
  29. $LANG['special_banner'] = 'Banner';
  30. $LANG['sepcial_thumb'] = 'Thumbnail image';
  31. $LANG['special_intro'] = 'Topic guide';
  32. $LANG['ishtml'] = 'Generate static page';
  33. $LANG['special_filename'] = 'Make directory';
  34. $LANG['submit_no_edit'] = 'Please confirm the information. Once submitted, it cannot be modified';
  35. $LANG['index_page'] = 'Page break on Home page';
  36. $LANG['special_template'] = 'Topic template';
  37. $LANG['special_content_template'] = 'Content page template';
  38. $LANG['special_status'] = 'Status';
  39. $LANG['open'] = 'Public';
  40. $LANG['pause'] = 'Suspend';
  41. $LANG['special_type_setting'] = 'Classification';
  42. $LANG['special_type'] = 'Subcategory';
  43. $LANG['type_id'] = 'ID';
  44. $LANG['type_name'] = 'Category name';
  45. $LANG['type_path'] = 'Path';
  46. $LANG['pics_news'] = 'News photos';
  47. $LANG['choose_pic_news'] = 'Choose an article';
  48. $LANG['choose_pic_model'] = 'Please choose all the information related to a model of picture';
  49. $LANG['add_vote'] = 'Add to poll';
  50. $LANG['choose_exist_vote'] = 'Select an existing poll';
  51. $LANG['choose_vote'] = 'Select poll';
  52. $LANG['extend_setting'] = 'Advance settings';
  53. $LANG['add_new_vote'] = 'Add new poll';
  54. $LANG['remove'] = 'Remove';
  55. $LANG['special_type_template'] = 'Category page template';
  56. $LANG['please_input_special_title'] = 'Please input a topic name';
  57. $LANG['min_3_title'] = 'Cannot be less than 6 characters';
  58. $LANG['true'] = 'Correct';
  59. $LANG['server_no_data'] = 'Server busy. Please retry';
  60. $LANG['special_exist'] = 'This topic already exists';
  61. $LANG['checking'] = 'Checking validation...';
  62. $LANG['please_upload_banner'] = 'Please upload a topic banner';
  63. $LANG['please_upload_thumb'] = 'Please upload a topic thumbnail image';
  64. $LANG['special_file'] = 'Please input a filename so as to generate static page.';
  65. $LANG['use_letters'] = 'Please ONLY contain letters, digits or underscores';
  66. $LANG['please_input_name'] = 'Please input filename';
  67. $LANG['error'] = 'Bad input';
  68. $LANG['for_type'] = 'Category';
  69. $LANG['keyword'] = 'keywords';
  70. $LANG['filename_exist'] = 'the filename already exists';
  71. $LANG['input_type_name'] = 'Please input category name';
  72. $LANG['input_type_path'] = 'Please input category path';
  73. //批量更新
  74. $LANG['update_special_success'] = 'Topic updated successfully';
  75. $LANG['update_success'] = 'Updated successfully';
  76. $LANG['index_update_success'] = 'Homepage updated successfully';
  77. $LANG['type_update_success'] = 'Category page updated successfully';
  78. $LANG['type_from'] = 'Category, from <font color="red">';
  79. $LANG['type_end'] = '</font> to <font color="red">';
  80. $LANG['start_update_type'] = 'Start updating category page';
  81. $LANG['content_update_success'] = 'Content page updated successfully';
  82. $LANG['content_from'] = 'Content from';
  83. $LANG['index_create_finish'] = 'Topic page updated successfully';
  84. //添加、修改信息
  85. $LANG['pos_info'] = 'Current location: Topic> Content manage system> Add information';
  86. $LANG['for_type'] = 'Category';
  87. $LANG['cancel_thumb'] = 'Delete image';
  88. $LANG['please_choose_type'] = 'Please choose category';
  89. $LANG['content_title'] = 'Title';
  90. $LANG['check_exist'] = 'Checking for duplicate';
  91. $LANG['title_exist'] = 'Duplicate title';
  92. $LANG['title_no_exist'] = 'No-repeat title';
  93. $LANG['keywords'] = 'Key words';
  94. $LANG['more_keywords_with_blanks'] = 'Multiple words should be separated with space or “,”';
  95. $LANG['description'] = 'Summary';
  96. $LANG['content'] = 'Content';
  97. $LANG['iscutcontent'] = 'Capture content?';
  98. $LANG['characters_to_contents'] = 'Character to content summary';
  99. $LANG['iscutcotent_pic'] = 'Get content the ';
  100. $LANG['picture2thumb'] = 'picture as headline picture';
  101. $LANG['paginationtype'] = 'Pagebreak';
  102. $LANG['no_page'] = 'Page break disabled';
  103. $LANG['collate_copies'] = 'Auto page break';
  104. $LANG['manual_page'] = 'Manual page break';
  105. $LANG['number_of_characters'] = 'Characters, including HTML tags';
  106. $LANG['content_thumb'] = 'Thumbnail image';
  107. $LANG['file_upload'] = 'Attachments';
  108. $LANG['author'] = 'Author';
  109. $LANG['islink'] = 'Redirected';
  110. $LANG['inputtime'] = 'Published time';
  111. $LANG['template_style'] = 'Available style';
  112. $LANG['show_template'] = 'Content page template';
  113. $LANG['save'] = 'Save';
  114. $LANG['save_and_add'] = 'Save and Continue to publish';
  115. $LANG['close'] = 'Close';
  116. $LANG['left_will_missing_data'] = 'Data will be lost when session closed.';
  117. $LANG['please_choose_type'] = 'Please choose category';
  118. $LANG['please_input_title'] = 'Please input title';
  119. $LANG['content_empty'] = 'Content is required';
  120. $LANG['edit_pos_info'] = 'Current location: Topic> Content manage system> Edit information';
  121. //文章列表
  122. $LANG['listorder'] = 'Ordering';
  123. $LANG['hits'] = 'Hits';
  124. $LANG['inputman'] = 'Publisher';
  125. $LANG['update_time'] = 'Updated time';
  126. $LANG['content_edit'] = 'Edit';
  127. $LANG['special_list'] = 'List of topic';
  128. $LANG['input_time'] = 'Published Time';
  129. $LANG['search'] = 'Search';
  130. //信息导入
  131. $LANG['import'] = 'Import';
  132. $LANG['choose_news'] = 'Please select import data';
  133. //专题列表
  134. $LANG['special_info'] = 'Topic info';
  135. $LANG['create_man'] = 'Created by';
  136. $LANG['create_time'] = 'Created Time';
  137. $LANG['add_news'] = 'Add';
  138. $LANG['import_news'] = 'Import';
  139. $LANG['manage_news'] = 'Manage';
  140. $LANG['template_manage'] = 'Maintenance';
  141. $LANG['elite_special'] = 'Promoted topic';
  142. $LANG['remove_elite'] = 'Demote';
  143. $LANG['special_comment'] = 'Topic comments';
  144. $LANG['edit_special'] = 'Edit topic';
  145. $LANG['del_special'] = 'delete topic';
  146. $LANG['update'] = 'Update';
  147. $LANG['see_comment'] = 'View comments';
  148. //维护模板
  149. $LANG['quit_diy'] = 'Quit';
  150. $LANG['save_edit'] = 'Save';
  151. $LANG['preview_diy'] = 'Preview Effect';
  152. $LANG['preview'] = 'Preview';
  153. $LANG['custom'] = 'Custom';
  154. $LANG['upload_background'] = 'Upload background image';
  155. $LANG['remove_background'] = 'Cancel background image';
  156. $LANG['restore_original_skin'] = 'Reset to default theme';
  157. $LANG['change'] = 'Change';
  158. $LANG['repeat_mode'] = 'Page tile';
  159. $LANG['no-repeat'] = 'Apply';
  160. $LANG['repeat'] = 'Tile';
  161. $LANG['repeat-x'] = 'Horizontal';
  162. $LANG['repeat-y'] = 'Vertical';
  163. $LANG['photo_place'] = 'Location';
  164. $LANG['background_scroll'] = 'Scrolling a background';
  165. $LANG['scroll'] = 'Scroll';
  166. $LANG['fixed'] = 'Fixed';
  167. $LANG['bgcolor'] = 'Background color';
  168. $LANG['text_color'] = 'Text color';
  169. $LANG['link_color'] = 'Link color';
  170. $LANG['pc_tag'] = 'DGGCMS tag';
  171. $LANG['show_diy'] = 'Show DIY';
  172. //clssess
  173. $LANG['please_choose_special'] = 'Please select a topic';
  174. $LANG['content_list'] = 'Table of content';
  175. $LANG['hits_order'] = 'Sorting and Browsing';
  176. $LANG['sitename'] = 'Site name';
  177. $LANG['iselite'] = 'Promote to front page?';
  178. $LANG['get_thumb'] = 'Get thumbnail pictures';
  179. $LANG['order_type'] = 'Ordering';
  180. $LANG['id_asc'] = 'ID Ascending';
  181. $LANG['id_desc'] = 'ID Descending';
  182. $LANG['order_asc'] = 'Ordering ascending';
  183. $LANG['order_desc'] = 'Ordering descending';
  184. $LANG['special_id'] = 'Topic ID';
  185. $LANG['total'] = 'Total';
  186. $LANG['yesterday'] = 'Yesterday';
  187. $LANG['today'] = 'Today';
  188. $LANG['week'] = 'This week';
  189. $LANG['month'] = 'This month';
  190. $LANG['please_upload_thumb'] = 'Please first upload thumbnail pictures';
  191. $LANG['crop_thumb'] = 'Crop';
  192. ?>