📄 languages.php
字号:
<?php
//
// +----------------------------------------------------------------------+
// |zen-cart Open Source E-commerce |
// +----------------------------------------------------------------------+
// | Copyright (c) 2003 The zen-cart developers |
// | |
// | http://www.zen-cart.com/index.php |
// | |
// | Portions Copyright (c) 2003 osCommerce |
// +----------------------------------------------------------------------+
// | This source file is subject to version 2.0 of the GPL license, |
// | that is bundled with this package in the file LICENSE, and is |
// | available through the world-wide-web at the following url: |
// | http://www.zen-cart.com/license/2_0.txt. |
// | If you did not receive a copy of the zen-cart license and are unable |
// | to obtain it through the world-wide-web, please send a note to |
// | license@zen-cart.com so we can mail you a copy immediately. |
// +----------------------------------------------------------------------+
// | Simplified Chinese version http://www.zen-cart.cn |
// +----------------------------------------------------------------------+
// $Id: languages.php 290 2004-09-15 19:48:26Z wilt $
//
define('HEADING_TITLE', '语言');
define('TABLE_HEADING_LANGUAGE_NAME', '语言');
define('TABLE_HEADING_LANGUAGE_CODE', '代码');
define('TABLE_HEADING_ACTION', '操作');
define('TEXT_INFO_EDIT_INTRO', '请做必要的修改');
define('TEXT_INFO_LANGUAGE_NAME', '名称:');
define('TEXT_INFO_LANGUAGE_CODE', '代码:');
define('TEXT_INFO_LANGUAGE_IMAGE', '图像:');
define('TEXT_INFO_LANGUAGE_DIRECTORY', '目录:');
define('TEXT_INFO_LANGUAGE_SORT_ORDER', '排列顺序:');
define('TEXT_INFO_INSERT_INTRO', '请输入新语言及其相关数据');
define('TEXT_INFO_DELETE_INTRO', '你确定要删除该语言吗?');
define('TEXT_INFO_HEADING_NEW_LANGUAGE', '新语言');
define('TEXT_INFO_HEADING_EDIT_LANGUAGE', '编辑语言');
define('TEXT_INFO_HEADING_DELETE_LANGUAGE', '删除语言');
define('ERROR_REMOVE_DEFAULT_LANGUAGE', '错误: 缺省语言无法删除. 请设置另一语言为默认值,再试一次.');
define('ERROR_DUPLICATE_LANGUAGE_CODE', '错误: 用那种代码编译的语言已定义.');
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -