Skip to content

Commit 8d8f47b

Browse files
authored
Merge pull request dokuwiki#4439 from dokuwiki-translate/lang_update_1119_1747191205
Translation update (es)
2 parents fa1ef15 + 45840e3 commit 8d8f47b

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

inc/lang/es/lang.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
/**
44
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
55
*
6+
* @author Pablo <[email protected]>
67
* @author cadetill <[email protected]>
78
* @author Guillermo Romero <[email protected]>
89
* @author Luna Frax <[email protected]>
@@ -406,3 +407,5 @@
406407
$lang['unable_to_parse_date'] = 'Incapaz de evaluar el parámetro "%s".';
407408
$lang['email_signature_text'] = 'Este mail ha sido generado por DokuWiki en
408409
@DOKUWIKIURL@';
410+
$lang['log_file_failed_to_open'] = 'Fallo al abrir el archivo de registro';
411+
$lang['log_file_failed_to_read'] = 'Ha ocurrido un error al leer el registro';

lib/plugins/extension/lang/es/lang.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,4 @@
101101
$lang['install_upload'] = 'Subir Extensión:';
102102
$lang['repo_error'] = 'El repositorio de plugins no puede ser contactado. Asegúrese que su servidor pueda contactar www.dokuwiki.org y verificar la configuración de su proxy.';
103103
$lang['nossl'] = 'Tu PHP parece no tener soporte SSL. Las descargas no funcionaran para muchas extensiones de DokuWiki.';
104+
$lang['details'] = 'Detalles';

lib/plugins/logviewer/lang/es/lang.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
/**
44
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
55
*
6+
* @author Pablo <[email protected]>
67
* @author cadetill <[email protected]>
78
*/
89
$lang['menu'] = 'Ver registros';
910
$lang['date'] = 'Fecha';
11+
$lang['js']['filter'] = 'Filtrar lineas de registro:';

0 commit comments

Comments
 (0)