aboutsummaryrefslogtreecommitdiffstats
path: root/public/admin/language/es-es/common/developer.php
blob: 9dd105ab66afcef852d2ad313fc0d3f0d1600b26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?php
// Heading
$_['heading_title']    = 'Configuración del desarrollador';

// Text
$_['text_success']     = 'Éxito: ¡Ha modificado la configuración del desarrollador!';
$_['text_theme']       = 'tema';
$_['text_sass']        = 'SASS';
$_['text_cache']       = 'Éxito: ¡Has eliminado la caché %s!';

// Column
$_['column_component'] = 'Componente';
$_['column_action']    = 'Acción';

// Entry
$_['entry_theme']      = 'Tema';
$_['entry_sass']       = 'SASS';
$_['entry_cache']      = 'Cache';

// Button
$_['button_on']        = 'Encendido';
$_['button_off']       = 'Apagado';

// Error
$_['error_permission']  = 'Advertencia: ¡No tiene permiso para modificar la configuración del programador!';