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.

52 lines
2.3 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: area_manage.php 17217 2011-01-19 06:29:08Z wayne $
*/
/* 字段信息 */
$_LANG['region_id'] = '地區編號';
$_LANG['region_name'] = '地區名稱';
$_LANG['region_type'] = '地區類型';
$_LANG['area'] = '地區';
$_LANG['area_next'] = '以下';
$_LANG['country'] = '一級地區';
$_LANG['province'] = '二級地區';
$_LANG['city'] = '三級地區';
$_LANG['cantonal'] = '四級地區';
$_LANG['back_page'] = '返回上一級';
$_LANG['manage_area'] = '管理';
$_LANG['region_name_empty'] = '區域名稱不能為空!';
$_LANG['add_country'] = '新增一級地區';
$_LANG['add_province'] = '新增二級地區';
$_LANG['add_city'] = '增加三級地區';
$_LANG['add_cantonal'] = '增加四級地區';
/* JS語言項 */
$_LANG['js_languages']['region_name_empty'] = '您必須輸入地區的名稱!';
$_LANG['js_languages']['option_name_empty'] = '必須輸入調查選項名稱!';
$_LANG['js_languages']['drop_confirm'] = '您確定要刪除這條記錄嗎?';
$_LANG['js_languages']['drop'] = '刪除';
$_LANG['js_languages']['country'] = '一級地區';
$_LANG['js_languages']['province'] = '二級地區';
$_LANG['js_languages']['city'] = '三級地區';
$_LANG['js_languages']['cantonal'] = '四級地區';
/* 提示信息 */
$_LANG['add_area_error'] = '添加新地區失敗!';
$_LANG['region_name_exist'] = '已經有相同的地區名稱存在!';
$_LANG['parent_id_exist'] = '該區域下有其它下級地區存在, 不能刪除!';
$_LANG['form_notic'] = '點擊查看下級地區';
$_LANG['area_drop_confirm'] = '如果訂單或用戶默認配送方式中使用以下地區,這些地區信息將顯示為空。您確認要刪除這條記錄嗎?';
?>