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

// Text
$_['text_extension']   = 'Extensiones';
$_['text_success']     = 'Éxito: ¡Has modificado los totales totales!';
$_['text_edit']        = 'Editar Total de Total';

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

// Error
$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar los totales totales!';