📄 shopinfo.php
字号:
<?php
/**
* ECSHOP
* ============================================================================
* All right reserved (C) 2005-2007 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: testyang $
* $Id: shopinfo.php 14227 2008-03-10 06:37:24Z testyang $
*/
$_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?';
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -