⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 plugins.php

📁 ECSHOP是一款开源免费的通用电子商务平台构建软件
💻 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;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: plugins.php 14227 2008-03-10 06:37:24Z testyang $
*/

$_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 + -