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