aboutsummaryrefslogtreecommitdiffstats
path: root/public/admin/language/es-es/common/developer.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/admin/language/es-es/common/developer.php')
-rw-r--r--public/admin/language/es-es/common/developer.php25
1 files changed, 25 insertions, 0 deletions
diff --git a/public/admin/language/es-es/common/developer.php b/public/admin/language/es-es/common/developer.php
new file mode 100644
index 0000000..9dd105a
--- /dev/null
+++ b/public/admin/language/es-es/common/developer.php
@@ -0,0 +1,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!';