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.
40 lines
1.4 KiB
40 lines
1.4 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: shopinfo.php 17217 2011-01-19 06:29:08Z liubo $
|
|
*/
|
|
|
|
$_LANG['id'] = 'ID';
|
|
$_LANG['title'] = 'Title';
|
|
$_LANG['add_time'] = 'Add time';
|
|
$_LANG['shopinfo_add'] = 'Add New Article';
|
|
$_LANG['shopinfo_list'] = 'Articles List';
|
|
|
|
$_LANG['back_list'] = 'Return to list';
|
|
$_LANG['continue_add'] = 'Continue';
|
|
$_LANG['articleadd_succeed']= 'Succeed';
|
|
|
|
/* Prompting message */
|
|
$_LANG['title_exist'] = '%s already exists.';
|
|
$_LANG['articleedit_succeed'] = 'Article %s has edited successfully.';
|
|
$_LANG['back_list'] = 'Return to shop\'s information list.';
|
|
$_LANG['edit_fail'] = 'Edit name failed.';
|
|
$_LANG['remove_fail'] = 'Delete failed.';
|
|
$_LANG['title_empty'] = 'Title can\'t be blank!';
|
|
|
|
/*JS language item*/
|
|
$_LANG['js_languages']['no_title'] = 'Please enter a title.';
|
|
$_LANG['js_languages']['remove_confirm'] = 'Are you sure delete the record?';
|
|
|
|
?>
|