blob: 107ae941f8212dcdf7b2fd5b1f997293dc9753d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?php
// Heading
$_['heading_title'] = 'Envío gratis';
// Text
$_['text_extension'] = 'Extensiones';
$_['text_success'] = 'Éxito: ¡Has modificado el envío gratis!';
$_['text_edit'] = 'Editar envío gratis';
// Entry
$_['entry_total'] = 'Total';
$_['entry_geo_zone'] = 'Geo Zone';
$_['entry_status'] = 'Estado';
$_['entry_sort_order'] = 'Orden';
// Help
$_['help_total'] = 'Subtotal cantidad necesaria antes de que el módulo de envío gratuito esté disponible.';
// Error
$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar el envío gratis!';
|