You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.8 KiB
36 lines
1.8 KiB
<?php
|
|
|
|
/**
|
|
* ECSHOP Plug-in management language file
|
|
* ============================================================================
|
|
* All right reserved (C) 2005-2016 Shanghai Yi Shang Chuang Technology
|
|
* Development Ltd.
|
|
* Web site: http://www.ecmoban.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: plugins.php 17217 2011-01-19 06:29:08Z liubo $
|
|
*/
|
|
|
|
$_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.';
|
|
|
|
?>
|