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.

40 lines
1.8 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
/**
* shop 語言編輯
* ============================================================================
* * 版權所有 2005-2012 上海商派網絡科技有限公司,並保留所有權利。
* 網站地址: http://www.shop.com
* ----------------------------------------------------------------------------
* 這不是一個自由軟件!您只能在不用於商業目的的前提下對程序代碼進行修改和
* 使用;不允許對程序代碼以任何形式任何目的的再發佈。
* ============================================================================
* $Author: wayne $
* $Id: edit_languages.php 17217 2011-01-19 06:29:08Z wayne $
*/
$_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'] = '當前語言包文件沒有可讀寫的權限!這樣您將不能進行語言項的編輯操作。';
?>