blob: 67418bd1907abe8a298f4db0fb16b98448afd601 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?php
// Heading
$_['heading_title'] = 'Shipping';
// Text
$_['text_extension'] = 'Extensiones';
$_['text_success'] = 'Éxito: ¡Ha modificado el total de Shipping!';
$_['text_edit'] = 'Editar Shipping Total';
// Entry
$_['entry_estimator'] = 'Shipping Estimator';
$_['entry_status'] = 'Estado';
$_['entry_sort_order'] = 'Orden';
// Error
$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar el total de Shipping!';
|