?? 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錛沬t means that you can modify, use and
* republish the program code, on the premise of that your behavior is not for
* commercial purposes.
* ============================================================================
* $Author: liry $
* $Date: 2007-02-03 19:41:07 +0800 (Saturday, 03 February 2007) $
* $Id: area_manage.php 5062 2007-02-03 11:41:07Z liry $
*/
/* 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 + -