diff options
Diffstat (limited to 'inc/lang/es/lang.php')
-rw-r--r-- | inc/lang/es/lang.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/inc/lang/es/lang.php b/inc/lang/es/lang.php index 4b3cb5ae9..c0776e563 100644 --- a/inc/lang/es/lang.php +++ b/inc/lang/es/lang.php @@ -3,6 +3,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * + * @author Pablo <tuthotep@gmail.com> * @author cadetill <cadetill@gmail.com> * @author Guillermo Romero <drirr.gato@gmail.com> * @author Luna Frax <lunafrax@gmail.com> @@ -406,3 +407,5 @@ $lang['page_nonexist_rev'] = 'La página no existía en %s. Por tanto fue cr $lang['unable_to_parse_date'] = 'Incapaz de evaluar el parámetro "%s".'; $lang['email_signature_text'] = 'Este mail ha sido generado por DokuWiki en @DOKUWIKIURL@'; +$lang['log_file_failed_to_open'] = 'Fallo al abrir el archivo de registro'; +$lang['log_file_failed_to_read'] = 'Ha ocurrido un error al leer el registro'; |