diff options
author | patdenice <patdenice@piwigo.org> | 2008-03-25 23:30:23 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2008-03-25 23:30:23 +0000 |
commit | 6aa72e141a0b651f35e6d4dc08777d715aed2e71 (patch) | |
tree | 87d7ac32a669d0708a7ed8108d939474df3df5e2 /plugins/LocalFilesEditor/language/es_ES/plugin.lang.php | |
parent | ee70a108bea04c718b7a6edb97aec56f2dae2679 (diff) |
Add editarea to LocalFiles Editor.
git-svn-id: http://piwigo.org/svn/trunk@2291 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/LocalFilesEditor/language/es_ES/plugin.lang.php')
-rw-r--r-- | plugins/LocalFilesEditor/language/es_ES/plugin.lang.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/LocalFilesEditor/language/es_ES/plugin.lang.php b/plugins/LocalFilesEditor/language/es_ES/plugin.lang.php index efaeb82d0..e28c1273e 100644 --- a/plugins/LocalFilesEditor/language/es_ES/plugin.lang.php +++ b/plugins/LocalFilesEditor/language/es_ES/plugin.lang.php @@ -39,7 +39,8 @@ $lang['locfiledit_save_file'] = 'Registrar el fichero'; $lang['locfiledit_choose_file'] = 'Escoja un fichero que hay que editar'; $lang['locfiledit_edit'] = 'Editar'; $lang['locfiledit_restore'] = 'Cargar el fichero de salvaguardia'; -$lang['locfiledit_restore_confirm'] = '¿ Desea cargar el fichero de salvaguardia?\nUsted deberá luego hacer clic Registrar para restaurarlo.'; +$lang['locfiledit_restore_confirm'] = '¿ Desea cargar el fichero de salvaguardia? +Usted deberá luego hacer clic Registrar para restaurarlo.'; $lang['locfiledit_bak_loaded1'] = 'Fichero cargado de salvaguardia'; $lang['locfiledit_bak_loaded2'] = 'Usted debe registrarlo para salvaguardarlo.'; $lang['locfiledit_syntax_error'] = '¡ Error de sintaxis! Imposible registrar el fichero.'; |