?? shipping_area.php
字號:
<?php
/**
* ECSHOP Control panel shipping method 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 mean that you can modify, use and
* republish the program code, on the premise of that your behavior is not for
* commercial purposes.
* ============================================================================
* $Author: wj $
* $Date: 2007-01-09 19:02:43 +0800 (Tuesday, 09 january 2007) $
* $Id: shipping_area.php 4035 2007-01-09 11:02:43Z wj $
*/
$_LANG['shipping_area_name'] = 'Shipping area name';
$_LANG['shipping_area_districts'] = 'Area list';
$_LANG['shipping_area_regions'] = 'Region';
$_LANG['shipping_area_assign'] = 'Shipping method';
$_LANG['area_region'] = 'Region';
$_LANG['area_shipping'] = 'Shipping method';
$_LANG['new_area'] = 'Creat shipping area';
$_LANG['label_country'] = 'Country:';
$_LANG['label_province'] = 'Province:';
$_LANG['label_city'] = 'City:';
$_LANG['label_district'] = 'District:';
$_LANG['delete_selected'] = 'Delete the selected shipping region.';
$_LANG['btn_add_region'] = 'Add the selected region';
$_LANG['free_money'] = 'Free allowance:';
$_LANG['pay_fee'] = 'Cash on shipping payment:';
$_LANG['edit_area'] = 'Edit area';
$_LANG['add_continue'] = 'Continue add shipping region';
$_LANG['back_list'] = 'Return to list page';
$_LANG['empty_regions'] = 'Current region has no related regions.';
/* Prompting message */
$_LANG['repeat_area_name'] = 'The shipping region already exists.';
$_LANG['not_find_plugin'] = 'No shipping plug-in.';
$_LANG['remove_confirm'] = 'Are you sure delete the shipping region?';
$_LANG['remove_success'] = 'Appointed shipping region has be deleted successfully!';
$_LANG['no_shippings'] = 'No shipping.';
$_LANG['add_area_success'] = 'Add shipping region successfully.';
$_LANG['edit_area_success'] = 'Edit shipping region successfully.';
$_LANG['disable_shipping_success'] = 'Appointed shipping region has be removed.';
/* JS language item */
$_LANG['js_languages']['no_area_name'] = 'Please enter name of shipping region.';
$_LANG['js_languages']['invalid_free_mondy'] = 'Please enter a free allowance and it must be an integer.';
$_LANG['js_languages']['lang_remove'] = 'Remove';
$_LANG['js_languages']['lang_remove_confirm'] = 'Are you sure remove the region?';
$_LANG['js_languages']['lang_disabled'] = 'Disabled';
$_LANG['js_languages']['lang_enabled'] = 'Enabled';
$_LANG['js_languages']['lang_setup'] = 'Setup';
$_LANG['js_languages']['lang_region'] = 'Region';
$_LANG['js_languages']['lang_shipping'] = 'Shipping method';
$_LANG['js_languages']['region_exists'] = 'The region already exists.';
?>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -