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

// Text
$_['text_extension']   = 'Extensiones';
$_['text_success']     = 'Éxito: ¡Ha modificado un cliente en el tablero!';
$_['text_edit']        = 'Editar cliente del Tablero';
$_['text_view']        = 'Ver más...';

// Entry
$_['entry_status']     = 'Estado';
$_['entry_sort_order'] = 'Ordenar Pedido';
$_['entry_width']      = 'Width';

// Error
$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar el panel de control del cliente!';