blob: 87214d380aebffb15fcfe3ced349bed8055218b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?php
// Heading
$_['heading_title'] = 'Citylink';
// Text
$_['text_extension'] = 'Extensiones';
$_['text_success'] = 'Éxito: ¡Has modificado el envío de Citylink!';
$_['text_edit'] = 'Editar Citylink Shipping';
// Entry
$_['entry_rate'] = 'Tarifas de Citylink';
$_['entry_tax_class'] = 'Tax Class';
$_['entry_geo_zone'] = 'Geo Zone';
$_['entry_status'] = 'Estado';
$_['entry_sort_order'] = 'Orden';
// Help
$_['help_rate'] = 'Ingrese valores de hasta 5,2 decimales. (12345.67) Ejemplo: .1:1,.25:1.27 - Pesar menos o igual a 0.1 kg costaría £1.00, Pesos menores o iguales a 0.25g pero más de 0.1Kg costarán 1.27. No ingrese KG o símbolos.';
// Error
$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar el envío de Citylink!';
|