123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- <?php
- /*Language Format:
- Add a new file(.lang.php) with your module name at /phpcms/languages/
- translation save at the array:$LANG
- */
- $LANG['plugin_not_exist'] = '该应用不存在或者未开启,请联系站长!';
- $LANG['plugin_error_or_not_exist'] = 'Plugin Error:该应用不存在或者应用存在语法错误';
- $LANG['plugin_lacks_uninstall_file'] = '缺少卸载文件';
- $LANG['plugin_uninstall_success'] = '应用卸载成功';
- $LANG['plugin_uninstall_fail'] = '应用卸载失败';
- $LANG['plugin_allready_exists'] = '应用已存在';
- $LANG['plugin_configure_success'] = '应用配置成功';
- $LANG['plugin_mkdir_fail'] = '创建文件夹失败,请检查Web目录确定plugin文件夹有写入权限';
- $LANG['plugin_config_not_exist'] = '应用配置文件不存在';
- $LANG['plugin_not_exist_or_pending'] = '应用不存在或未通过认证';
- $LANG['plugin_developing'] = '应用正在开发中尚未通过审核';
- $LANG['plugin_be_locked'] = '应用被锁定,请联系DGGCMS';
- $LANG['plugin_illegal_id'] = '不合法的应用identification';
- $LANG['plugin_illegal_variable'] = '不合法的应用变量名称';
- $LANG['plugin_duplication_name'] = '该应用已经安装过或者与安装过的应用重名';
- $LANG['plugin_incompatible'] = '该插件不兼容目前版本,该插件只能运行在';
- $LANG['plugin_install_success'] = '应用安装成功';
- $LANG['plugin_install_fail'] = '应用安装失败';
- $LANG['plugin_item'] = '条';
- $LANG['plugin_firstpage'] = '首页';
- $LANG['plugin_lastpage'] = '尾页';
- $LANG['plugin_prepage'] = '上一页';
- $LANG['plugin_nextpage'] = '下一页';
- $LANG['plugin_desc'] = '简介';
- $LANG['plugin_config'] = '配置';
- $LANG['plugin_uninstall_confirm'] = '确认卸载';
- $LANG['plugin_uninstall_cancel'] = '取 消';
- $LANG['plugin_agree'] = '我 同 意';
- $LANG['plugin_disagree'] = '我不同意';
- $LANG['plugin_install_app'] = '安装此应用';
- $LANG['plugin_listorder'] = '显示顺序';
- $LANG['plugin_list_name'] = '应用名称';
- $LANG['plugin_list_version'] = '版本';
- $LANG['plugin_list_copy'] = '版权信息';
- $LANG['plugin_list_dir'] = '应用目录';
- $LANG['plugin_close'] = '关闭';
- $LANG['plugin_open'] = '开启';
- $LANG['plugin_uninstall'] = '卸载';
- $LANG['plugin_install'] = '安装';
- $LANG['plugin_visit'] = '访问';
- $LANG['plugin_config'] = '配置';
- $LANG['plugin_app_all'] = '全部';
- $LANG['plugin_free'] = '免费';
- $LANG['plugin_not_free'] = '收费';
- $LANG['plugin_author'] = '开发者';
- $LANG['plugin_pub'] = '插件发布页面';
- $LANG['plugin_click_download'] = '点击下载';
- $LANG['plugin_reg_time'] = '注册时间:';
- $LANG['plugin_copyright'] = '版权归属:';
- $LANG['plugin_copyright_info'] = '© CopyRight 2005-2014 酷溜网(北京)科技有限公司 B2-20040053';
- $LANG['download_fail'] = '下载失败,请手动下载';
- $LANG['download_success'] = '下载成功,正在安装请稍候';
- $LANG['install_online'] = '在线安装';
- $LANG['install_plugin'] = '安装应用';
- $LANG['uninstall_plugin'] = '卸载应用';
- $LANG['plugin_lack_of_necessary_configuration_items'] = '应用安装文件缺少配置所需的必填项目,请检查';
- $LANG['plugin_uninstall_success_no_delete'] = '文件卸载成功,但由于权限问题目录无法删除,请手动删除。';
- $LANG['plugin_debug_tips'] = '您目前的开发模式为调试模式,关闭调试模式请设置configs\system.php中plugin_debug为0,<a href="http://help.open.phpcms.cn/2011/developer_0530/330.html" target="_blank">详细>></a>';
- ?>
|