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.
55 lines
2.3 KiB
55 lines
2.3 KiB
<?php
|
|
|
|
/**
|
|
* ECSHOP Region list management language file
|
|
* ============================================================================
|
|
* All right reserved (C) 2005-2016 Shanghai Yi Shang Chuang Technology
|
|
* Development Ltd.
|
|
* Web site: http://www.ecmoban.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: liubo $
|
|
* $Id: area_manage.php 17217 2011-01-19 06:29:08Z liubo $
|
|
*/
|
|
|
|
/* 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';
|
|
$_LANG['area_drop_confirm'] = 'If the default order or the user mode using the following distribution areas, where information will be displayed as empty. Are you sure you want to delete this record?';
|
|
|
|
?>
|