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.
82 lines
2.7 KiB
82 lines
2.7 KiB
<?php
|
|
|
|
/**
|
|
* ECSHOP EMS plug-in's 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: ems.php 17217 2011-01-19 06:29:08Z liubo $
|
|
*/
|
|
|
|
$_LANG['ems'] = 'EMS express mail service';
|
|
$_LANG['ems_express_desc'] = 'EMS express mail service\'s description';
|
|
//$_LANG['fee_compute_mode'] = 'Cost calculation method';
|
|
$_LANG['item_fee'] = 'Single commodity costs:';
|
|
$_LANG['base_fee'] = 'Cost less than 500g:';
|
|
$_LANG['step_fee'] = 'In addition, every less than or equal to 500g:';
|
|
$_LANG['shipping_print'] = '<table style="width:18.8cm" border="0" cellspacing="0" cellpadding="0">
|
|
<tr>
|
|
<td style="height:3.2cm;"> </td>
|
|
</tr>
|
|
</table>
|
|
<table style="width:18.8cm;" border="0" cellspacing="0" cellpadding="0">
|
|
<tr>
|
|
<td style="width:8.9cm;">
|
|
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
<tr>
|
|
<td style="width:1.6cm; height:0.7cm;"> </td>
|
|
<td style="width:2.3cm;">{$shop_name}</td>
|
|
<td style="width:2cm;"> </td>
|
|
<td>{$service_phone}</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="4" style="height:0.7cm; padding-left:1.6cm;">{$shop_name}</td>
|
|
</tr>
|
|
<tr>
|
|
<td> </td>
|
|
<td colspan="3" style="height:1.7cm;">{$shop_address}</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="3" style="width:6.3cm; height:0.5cm;"></td>
|
|
<td> </td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
<td style="width:0.4cm;"></td>
|
|
<td style="width:9.5cm;">
|
|
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
<tr>
|
|
<td style="width:1.6cm; height:0.7cm;"> </td>
|
|
<td style="width:2.3cm;">{$order.consignee}</td>
|
|
<td style="width:2cm;"> </td>
|
|
<td>{$order.mobile}</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="4" style="height:0.7cm;"> </td>
|
|
</tr>
|
|
<tr>
|
|
<td> </td>
|
|
<td colspan="3" style="height:1.7cm;">{$order.address}</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="3" style="width:6.3cm; height:0.5cm;"></td>
|
|
<td>{$order.zipcode}</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<table style="width:18.8cm" border="0" cellspacing="0" cellpadding="0">
|
|
<tr>
|
|
<td style="height:5.1cm;"> </td>
|
|
</tr>
|
|
</table>';
|
|
|
|
?>
|