?? plugins.php
字號:
<?php
/**
* ECSHOP Plug-in management language file
* ============================================================================
* 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: weberliu $
* $Date: 2006-11-05 13:58:32 +0800 (Sunday, 05 November 2006) $
* $Id: plugins.php 2310 2006-11-05 05:58:32Z weberliu $
*/
$_LANG['plugin_name'] = 'Name';
$_LANG['plugin_desc'] = 'Description';
$_LANG['plugin_version'] = 'Version';
$_LANG['plugin_author'] = 'Author';
$_LANG['upgrade'] = 'Upgrade';
$_LANG['upgrade_success'] = 'Upgrade seccessfully!';
$_LANG['uninstall_confirm'] = "Uninstall plug-in will delete all data of the plug-in. \nAre you sure uninstall this plug-in?";
$_LANG['create_table_failed'] = 'Create datasheet of plug-in failed, the plug-in may be invalid. <br/> Wrong message:<br />%s.';
$_LANG['dir_readonly'] = '%s directory can\'t be wrote, please check your server config.';
$_LANG['file_readonly'] = '%s file can\'t be wrote, please check your server config.';
$_LANG['uninstall_success'] = 'The appointed plug-in has uninstalled successfully.';
$_LANG['install_success'] = 'The appointed plug-in has installed successfully.';
$_LANG['upgrade_success'] = 'The appointed plug-in has upgraded successfully.';
$_LANG['plugin_not_exists'] = 'We havn\'t got the appoint plug-in file, please confirm the plug-in whether has existed.';
$_LANG['class_not_exists'] = 'We havn\'t got the appoint plug-in class, the plug-in may be damaged.';
?>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -