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.
66 lines
3.1 KiB
66 lines
3.1 KiB
<?php
|
|
|
|
/**
|
|
* ECSHOP Control panel shipping method 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 mean 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: shipping_area.php 17217 2011-01-19 06:29:08Z liubo $
|
|
*/
|
|
|
|
$_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['fee_compute_mode'] = 'Cost calculation';
|
|
$_LANG['fee_by_weight'] = 'By weight';
|
|
$_LANG['fee_by_number'] = 'By number';
|
|
$_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']['del_shipping_area'] = 'Please delete the regional distribution, and then re-add.';
|
|
$_LANG['js_languages']['invalid_free_mondy'] = 'Please enter a free allowance and it must be an integer.';
|
|
$_LANG['js_languages']['blank_shipping_area'] = 'The regional distribution can`t is blank.';
|
|
$_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.';
|
|
?>
|