www.gusucode.com > ecShop PHP网上商城系统 粉丝修复版 v2.7.3源码程序 > ecshop_xf_v2.7.3/languages/en_us/admin/shopinfo.php

    <?php

/**
 * ECSHOP
 * ============================================================================
 * All right reserved (C) 2005-2011 Beijing Yi Shang Interactive Technology
 * Development Ltd.
 * Web site: http://www.ecshop.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?';

?>