bnbweb/languages/zh_tw/admin/edit_languages.php
2022-11-15 01:31:15 +08:00

40 lines
1.7 KiB
PHP
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* ECSHOP ?言??
* ============================================================================
* 版?所有 2005-2010 上海商派网?科技有限公司,并保留所有?利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* ?不是一?自由?件!您只能在不用于商?目的的前提下?程序代??行修改和
* 使用;不允??程序代?以任何形式任何目的的再?布。
* ============================================================================
* $Author: liuhui $
* $Id: edit_languages.php 17063 2010-03-25 06:35:46Z liuhui $
*/
$_LANG['edit_languages'] = '語系編輯';
$_LANG['enter_keywords'] = '輸入語系關鍵字';
$_LANG['edit_button'] = '確認修改';
$_LANG['reset_button'] = '還 原';
$_LANG['back_list'] = '返回編輯語系';
$_LANG['item_name'] = '語系名稱';
$_LANG['item_value'] = '語系值';
$_LANG['notice_edit'] = '說明:留空將不會更新語系';
$_LANG['edit_languages_success'] = '恭喜!語系編輯成功!';
$_LANG['edit_languages_false'] = '對不起!語系編輯失敗!';
$_LANG['js_languages']['keyword_empty_error'] = '請輸入您要編輯的語系關鍵字!\n透過搜尋列出與此關鍵字相關的語系清單';
/* 每一??言文件??的?言? */
$_LANG['language_files']['common'] = '公共語系包';
$_LANG['language_files']['shopping_flow'] = '購物流程語系包';
$_LANG['language_files']['user'] = '會員中心語系包';
/* 操作描述 */
$_LANG['handle_tips'] = '請輸入您需要修改的語系關鍵字!';
$_LANG['file_attribute'] = '目前語系包檔案沒有可讀寫的權限!這樣您將不能進行語系的編輯作業。';
?>