blob: a9559b79c395dc90c460ef41bb7985b802275cc3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?php
// Heading
$_['heading_title'] = 'Total de Ventas';
// Text
$_['text_extension'] = 'Extensiones';
$_['text_success'] = 'Éxito: ¡Has modificado las ventas del tablero!';
$_['text_edit'] = 'Editar Ventas del Tablero';
$_['text_view'] = 'Ver más...';
// Entry
$_['entry_status'] = 'Estado';
$_['entry_sort_order'] = 'Orden';
$_['entry_width'] = 'Width';
// Error
$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar las ventas del tablero!';
|