You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66 lines
2.7 KiB
66 lines
2.7 KiB
<?php
|
|
|
|
/**
|
|
* ECSHOP
|
|
* ============================================================================
|
|
* All right reserved (C) 2005-2016 Shanghai Yi Shang Chuang Technology
|
|
* Development Ltd.
|
|
* Web site: http://www.ecmoban.com
|
|
* ----------------------------------------------------------------------------
|
|
* This is a free/open source software;it means that you can modify, use and
|
|
* republish the program code, on the premise of that your behavior is not for
|
|
* commercial purposes.
|
|
* ============================================================================
|
|
* $Author: liubo $
|
|
* $Id: shophelp.php 17217 2011-01-19 06:29:08Z liubo $
|
|
*/
|
|
$_LANG['shophelp_add'] = 'Add new help';
|
|
$_LANG['cat_add'] = 'Add new category';
|
|
$_LANG['cat_name'] = 'Category name';
|
|
$_LANG['title'] = 'Title';
|
|
$_LANG['article_type'] = 'Article type';
|
|
$_LANG['add_time'] = 'Add time';
|
|
$_LANG['sort'] = 'Sort';
|
|
$_LANG['article_add'] = 'Add new article';
|
|
$_LANG['cat'] = 'Article category';
|
|
$_LANG['article_list'] = 'Help information management.';
|
|
$_LANG['back_list'] = 'Return to help information manegement.';
|
|
$_LANG['continue_add'] = 'Continue add new article';
|
|
$_LANG['top'] = 'Top';
|
|
$_LANG['common'] = 'Common';
|
|
$_LANG['num'] = 'Articles quantity';
|
|
|
|
$_LANG['page'] = 'Articles quantity';
|
|
|
|
$_LANG['cat_name_empty'] = 'Name of category can\'t be blank!';
|
|
|
|
$_LANG['article_list'] = 'Help articles list';
|
|
$_LANG['cat_list'] = 'Help categories list';
|
|
|
|
$_LANG['select_plz'] = 'Please select...';
|
|
|
|
/* Prompting message */
|
|
$_LANG['catname_exist'] = '%s already exists.';
|
|
$_LANG['title_exist'] = '%s already exists.';
|
|
$_LANG['catadd_fail'] = 'Add new category has failed';
|
|
$_LANG['catedit_fail'] = 'Edit category has failed';
|
|
$_LANG['remove_fail'] = 'Delete failed';
|
|
$_LANG['edit_fail'] = 'Edit failed';
|
|
$_LANG['enter_int'] = 'Please enter an integer';
|
|
$_LANG['articleadd_succeed'] = 'Add article successfully';
|
|
$_LANG['articleedit_succeed'] = 'Edit %s successfully';
|
|
$_LANG['articlename_exist'] = '%s already exists.';
|
|
$_LANG['not_emptycat'] = 'The category can\'t be deleted ,because there are articles in the category.';
|
|
|
|
/*JS language item*/
|
|
$_LANG['js_languages']['no_catname'] = 'Please enter name of category.';
|
|
$_LANG['js_languages']['lang_remove'] = 'Remove';
|
|
$_LANG['js_languages']['lang_sort'] = 'Sort:';
|
|
$_LANG['js_languages']['lang_article_add'] = 'Add a new help article';
|
|
$_LANG['js_languages']['lang_article_list'] = 'Help articles list';
|
|
$_LANG['js_languages']['remove_confirm'] = 'Are you sure delete the record?';
|
|
$_LANG['js_languages']['no_title'] = 'Please enter article\'s title.';
|
|
$_LANG['js_languages']['no_cat'] = 'Please select the help article\'s category.';
|
|
$_LANG['js_languages']['chap'] = 'Chapter';
|
|
|
|
?>
|