34 lines
1.8 KiB
PHP
Executable File
34 lines
1.8 KiB
PHP
Executable File
<?php
|
||
|
||
/**
|
||
* ECSHOP 插件管理?言文件
|
||
* ============================================================================
|
||
* 版?所有 2005-2010 上海商派网?科技有限公司,并保留所有?利。
|
||
* 网站地址: http://www.ecshop.com;
|
||
* ----------------------------------------------------------------------------
|
||
* ?不是一?自由?件!您只能在不用于商?目的的前提下?程序代??行修改和
|
||
* 使用;不允??程序代?以任何形式任何目的的再?布。
|
||
* ============================================================================
|
||
* $Author: liuhui $
|
||
* $Id: plugins.php 17063 2010-03-25 06:35:46Z liuhui $
|
||
*/
|
||
|
||
$_LANG['plugin_name'] = '名稱';
|
||
$_LANG['plugin_desc'] = '描述';
|
||
$_LANG['plugin_version'] = '版本';
|
||
$_LANG['plugin_author'] = '作者';
|
||
|
||
$_LANG['upgrade'] = '升級';
|
||
$_LANG['upgrade_success'] = '升級成功';
|
||
|
||
$_LANG['uninstall_confirm'] = '卸除外掛程式將刪除該外掛程式的所有資料。\n您確定要卸除這個外掛程式嗎?';
|
||
$_LANG['create_table_failed'] = '建立外掛程式的資料表失敗,該外掛程式可能是一個不正確的外掛程式。<br />錯誤資訊:<br />%s';
|
||
$_LANG['dir_readonly'] = '%s 目錄不可寫,請檢查您的伺服器設定。';
|
||
$_LANG['file_readonly'] = '%s 檔案不可寫,請檢查您的伺服器設定。';
|
||
$_LANG['uninstall_success'] = '指定的外掛程式已經卸除成功。';
|
||
$_LANG['install_success'] = '指定的外掛程式已經安裝成功。';
|
||
$_LANG['upgrade_success'] = '指定的外掛程式已經升級成功。';
|
||
$_LANG['plugin_not_exists'] = '沒有找到指定的外掛程式檔案,請確認該外掛程式是否確實存在。';
|
||
$_LANG['class_not_exists'] = '沒有找到指定的外掛程式類別,該外掛程式可能已經損壞。';
|
||
|
||
?>
|