aboutsummaryrefslogtreecommitdiffstats
path: root/public/admin/language/es-es/extension/total/tax.php
blob: 6645c1a2d15ecad200e675d6dd206997e7677bed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
// Heading
$_['heading_title']    = 'Taxes';

// Text
$_['text_extension']   = 'Extensiones';
$_['text_success']     = 'Éxito: ¡Ha modificado el total de impuestos!';
$_['text_edit']        = 'Editar Total de Impuestos';

// Entry
$_['entry_status']     = 'Estado';
$_['entry_sort_order'] = 'Orden';

// Error
$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar el total de impuestos!';