?? 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錛沬t means that you can modify, use and
* republish the program code, on the premise of that your behavior is not for
* commercial purposes.
* ============================================================================
* $Author: liry $
* $Date: 2007-02-03 19:41:07 +0800 (Saturday, 03 February 2007) $
* $Id: shopinfo.php 5062 2007-02-03 11:41:07Z liry $
*/
$_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 + -