📄 area_manage.php
字号:
<?php
/**
* ECSHOP Region list management language file
* ============================================================================
* All right reserved (C) 2005-2007 Beijing Yi Shang Interactive Technology
* Development Ltd.
* Web site: http://www.ecshop.com
* ----------------------------------------------------------------------------
* This is a free/open source software;it means that you can modify, use and
* republish the program code, on the premise of that your behavior is not for
* commercial purposes.
* ============================================================================
* $Author: testyang $
* $Id: area_manage.php 14227 2008-03-10 06:37:24Z testyang $
*/
/* Field information */
$_LANG['region_id'] = 'Region id';
$_LANG['region_name'] = 'Region name';
$_LANG['region_type'] = 'Region type';
$_LANG['area'] = 'Area';
$_LANG['area_next'] = 'Following';
$_LANG['country'] = 'Country';
$_LANG['province'] = 'Province';
$_LANG['city'] = 'City';
$_LANG['cantonal'] = 'Cantonal';
$_LANG['back_page'] = 'Previous';
$_LANG['manage_area'] = 'Manage';
$_LANG['region_name_empty'] = 'Please enter a region name!';
$_LANG['add_country'] = 'Add new country';
$_LANG['add_province'] = 'Add new province';
$_LANG['add_city'] = 'Add new city';
$_LANG['add_cantonal'] = 'Add new cantonal';
/* JS language item */
$_LANG['js_languages']['region_name_empty'] = 'Please enter a region name!';
$_LANG['js_languages']['option_name_empty'] = 'Please enter a option name of survey!';
$_LANG['js_languages']['drop_confirm'] = 'Are you sure delete this record?';
$_LANG['js_languages']['drop'] = 'Delete';
$_LANG['js_languages']['country'] = 'Country';
$_LANG['js_languages']['province'] = 'Province';
$_LANG['js_languages']['city'] = 'City';
$_LANG['js_languages']['cantonal'] = 'Cantonal';
/* Prompting message */
$_LANG['add_area_error'] = 'Add new region failed!';
$_LANG['region_name_exist'] = 'The region name already exists.';
$_LANG['parent_id_exist'] = 'You can\'t delete it, because the region contains subregions!';
$_LANG['form_notic'] = 'View subregion';
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -