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.

86 lines
5.3 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
/**
* shop 管理中心配送方式管理语言文件
* ============================================================================
* * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。
* 网站地址: http://www.shop.com
* ----------------------------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
* 使用;不允许对程序代码以任何形式任何目的的再发布。
* ============================================================================
* $Author: wayne $
* $Id: shipping.php 17217 2011-01-19 06:29:08Z wayne $
*/
$_LANG['shipping_name'] = '配送方式名称';
$_LANG['shipping_version'] = '插件版本';
$_LANG['shipping_desc'] = '配送方式描述';
$_LANG['shipping_author'] = '插件作者';
$_LANG['insure'] = '保价费用';
$_LANG['support_cod'] = '货到付款?';
$_LANG['shipping_area'] = '设置区域';
$_LANG['shipping_print_edit'] = '编辑打印模板';
$_LANG['shipping_print_template'] = '快递单模板';
$_LANG['shipping_template_info'] = '订单模板变量说明:<br/>{$shop_name}表示网店名称<br/>{$province}表示网店所属省份<br/>{$city}表示网店所属城市<br/>{$shop_address}表示网店地址<br/>{$service_phone}表示网店联系电话<br/>{$order.order_amount}表示订单金额<br/>{$order.region}表示收件人地区<br/>{$order.tel}表示收件人电话<br/>{$order.mobile}表示收件人手机<br/>{$order.zipcode}表示收件人邮编<br/>{$order.address}表示收件人详细地址<br/>{$order.consignee}表示收件人名称<br/>{$order.order_sn}表示订单号';
/* 表单部分 */
$_LANG['shipping_install'] = '安装配送方式';
$_LANG['install_succeess'] = '配送方式 %s 安装成功!';
$_LANG['del_lable'] = '删除标签';
$_LANG['upload_shipping_bg'] = '上传打印单图片';
$_LANG['del_shipping_bg'] = '删除打印单图片';
$_LANG['save_setting'] = '保存设置';
$_LANG['recovery_default'] = '恢复默认';
/* 快递单部分 */
$_LANG['lable_select_notice'] = '--选择插入标签--';
$_LANG['lable_box']['shop_country'] = '网店-国家';
$_LANG['lable_box']['shop_province'] = '网店-省份';
$_LANG['lable_box']['shop_city'] = '网店-城市';
$_LANG['lable_box']['shop_name'] = '网店-名称';
$_LANG['lable_box']['shop_district'] = '网店-区/县';
$_LANG['lable_box']['shop_tel'] = '网店-联系电话';
$_LANG['lable_box']['shop_address'] = '网店-地址';
$_LANG['lable_box']['customer_country'] = '收件人-国家';
$_LANG['lable_box']['customer_province'] = '收件人-省份';
$_LANG['lable_box']['customer_city'] = '收件人-城市';
$_LANG['lable_box']['customer_district'] = '收件人-区/县';
$_LANG['lable_box']['customer_tel'] = '收件人-电话';
$_LANG['lable_box']['customer_mobel'] = '收件人-手机';
$_LANG['lable_box']['customer_post'] = '收件人-邮编';
$_LANG['lable_box']['customer_address'] = '收件人-详细地址';
$_LANG['lable_box']['customer_name'] = '收件人-姓名';
$_LANG['lable_box']['year'] = '年-当日日期';
$_LANG['lable_box']['months'] = '月-当日日期';
$_LANG['lable_box']['day'] = '日-当日日期';
$_LANG['lable_box']['order_no'] = '订单号-订单';
$_LANG['lable_box']['order_postscript'] = '备注-订单';
$_LANG['lable_box']['order_best_time'] = '送货时间-订单';
$_LANG['lable_box']['pigeon'] = '√-对号';
//$_LANG['lable_box']['custom_content'] = '自定义内容';
/* 提示信息 */
$_LANG['no_shipping_name'] = '对不起,配送方式名称不能为空。';
$_LANG['no_shipping_desc'] = '对不起,配送方式描述内容不能为空。';
$_LANG['repeat_shipping_name'] = '对不起,已经存在一个同名的配送方式。';
$_LANG['uninstall_success'] = '配送方式 %s 已经成功卸载。';
$_LANG['add_shipping_area'] = '为该配送方式新建配送区域';
$_LANG['no_shipping_insure'] = '对不起保价费用不能为空不想使用请将其设置为0';
$_LANG['not_support_insure'] = '该配送方式不支持保价,保价费用设置失败';
$_LANG['invalid_insure'] = '配送保价费用不是一个合法价格';
$_LANG['no_shipping_install'] = '您的配送方式尚未安装,暂不能编辑模板';
$_LANG['edit_template_success'] = '快递模板已经成功编辑。';
/* JS 语言 */
$_LANG['js_languages']['lang_removeconfirm'] = '您确定要卸载该配送方式吗?';
$_LANG['js_languages']['shipping_area'] = '设置区域';
$_LANG['js_languages']['upload_falid'] = '错误:文件类型不正确。请上传“%s”类型的文件';
$_LANG['js_languages']['upload_del_falid'] = '错误:删除失败!';
$_LANG['js_languages']['upload_del_confirm'] = "提示:您确认删除打印单图片吗?";
$_LANG['js_languages']['no_select_upload'] = "错误:您还没有选择打印单图片。请使用“浏览...”按钮选择!";
$_LANG['js_languages']['no_select_lable'] = "操作终止!您未选择任何标签。";
$_LANG['js_languages']['no_add_repeat_lable'] = "操作失败!不允许添加重复标签。";
$_LANG['js_languages']['no_select_lable_del'] = "删除失败!您没有选中任何标签。";
$_LANG['js_languages']['recovery_default_suer'] = "您确认恢复默认吗?恢复默认后将显示安装时的内容。";
?>