blob: 303cc8075e68a2c47cc7b2a6d80db29e6b7bc383 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?php
// Heading
$_['heading_title'] = 'Mapa del Mundo';
// Text
$_['text_extension'] = 'Extensiones';
$_['text_success'] = 'Éxito: ¡Has modificado el mapa del tablero!';
$_['text_edit'] = 'Editar Mapa del Tablero';
$_['text_order'] = 'Pedidos';
$_['text_sale'] = 'Ventas';
// Entry
$_['entry_status'] = 'Estado';
$_['entry_sort_order'] = 'Ordenar Pedido';
$_['entry_width'] = 'Width';
// Error
$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar el mapa del tablero!!';
|