/languages/en_us/admin/article.php

https://github.com/country3721/choclate · PHP · 82 lines · 55 code · 11 blank · 16 comment · 0 complexity · 0e40c8b79f73d75eebe81d35cbed892c MD5 · raw file

  1. <?php
  2. /**
  3. * ECSHOP Article management language item
  4. * ============================================================================
  5. * All right reserved (C) 2005-2007 Beijing Yi Shang Interactive Technology
  6. * Development Ltd.
  7. * Web site: http://www.ecshop.com
  8. * ----------------------------------------------------------------------------
  9. * This is a free/open source software;it means that you can modify, use and
  10. * republish the program code, on the premise of that your behavior is not for
  11. * commercial purposes.
  12. * ============================================================================
  13. * $Author: liuhui $
  14. * $Id: article.php 17095 2010-04-12 10:26:10Z liuhui $
  15. */
  16. $_LANG['title'] ='Title';
  17. $_LANG['cat'] ='Category';
  18. $_LANG['reserve'] = 'Reserve';
  19. $_LANG['article_type'] ='Importance';
  20. $_LANG['author'] ='Author';
  21. $_LANG['email'] ='Email';
  22. $_LANG['keywords'] ='Keywords';
  23. $_LANG['lable_description'] ='Page Description';
  24. $_LANG['content'] ='Content';
  25. $_LANG['is_open'] ='Display';
  26. $_LANG['article_id'] ='ID';
  27. $_LANG['add_time'] ='Time';
  28. $_LANG['upload_file'] ='Upload file';
  29. $_LANG['file_url'] ='Or enter file address';
  30. $_LANG['invalid_file'] = 'The file type is invalid';
  31. $_LANG['article_name_exist'] = 'The title already exists.';
  32. $_LANG['select_plz'] = 'Please select...';
  33. $_LANG['external_links'] = 'External links';
  34. $_LANG['top'] ='Top';
  35. $_LANG['common'] ='Common';
  36. $_LANG['isopen'] ='Open';
  37. $_LANG['isclose'] ='Close';
  38. $_LANG['no_article'] = 'There is no article.';
  39. $_LANG['no_select_article'] = 'Please select an article.';
  40. $_LANG['no_select_act'] = 'Select Article Categories!';
  41. $_LANG['display'] = 'Display the article content.';
  42. $_LANG['download'] = 'Download';
  43. $_LANG['both'] = 'Both display content and download files.';
  44. $_LANG['button_remove'] ='Batch delete';
  45. $_LANG['button_hide'] ='Batch hidden';
  46. $_LANG['button_show'] ='Batch show';
  47. $_LANG['move_to'] = 'Transfer to the classification';
  48. $_LANG['button_remove'] ='Batch delete';
  49. $_LANG['article_edit'] = 'Edit article content';
  50. $_LANG['tab_general'] = 'Common information';
  51. $_LANG['tab_content'] = 'Content';
  52. $_LANG['tab_goods'] = 'Relational product';
  53. $_LANG['link_goods'] = 'Products related to article';
  54. $_LANG['keyword'] = 'Keywords';
  55. /* Prompting message */
  56. $_LANG['title_exist'] ='%s already exists.';
  57. $_LANG['back_list'] ='Return to article list.';
  58. $_LANG['continue_add'] ='Continue add new article.';
  59. $_LANG['articleadd_succeed'] ='Add new article successfully.';
  60. $_LANG['articleedit_succeed'] ='Edit article %s successfully.';
  61. $_LANG['articleedit_fail'] ='Edit article has failed.';
  62. $_LANG['no_title'] ='Please enter article title.';
  63. $_LANG['drop_confirm'] = 'Are you sure delete %s ?';
  64. $_LANG['batch_remove_succeed'] = 'You have deleted %d articles successfully.';
  65. /*JS language item*/
  66. $_LANG['js_languages']['no_title'] = 'No title';
  67. $_LANG['js_languages']['no_cat'] = 'Please select a category.';
  68. $_LANG['js_languages']['not_allow_add'] = 'System to retain the classification in the classification does not allow to add article';
  69. $_LANG['js_languages']['drop_confirm'] = 'Are you sure you want to delete this?';
  70. $_LANG['all_cat'] = 'All Categories';
  71. ?>