diff options
Diffstat (limited to '')
3 files changed, 6 insertions, 3 deletions
diff --git a/plugins/LocalFilesEditor/language/en_UK/plugin.lang.php b/plugins/LocalFilesEditor/language/en_UK/plugin.lang.php index d0d3fb395..291e2b0a0 100644 --- a/plugins/LocalFilesEditor/language/en_UK/plugin.lang.php +++ b/plugins/LocalFilesEditor/language/en_UK/plugin.lang.php @@ -39,7 +39,8 @@ $lang['locfiledit_save_file'] = 'Save file'; $lang['locfiledit_choose_file'] = 'Choose the file to be edited'; $lang['locfiledit_edit'] = 'Edit'; $lang['locfiledit_restore'] = 'Restore the backup file'; -$lang['locfiledit_restore_confirm'] = 'Please confirm?\nRestore won\\\'t be effective till next save.'; +$lang['locfiledit_restore_confirm'] = 'Please confirm? +Restore won\'t be effective till next save.'; $lang['locfiledit_bak_loaded1'] = 'Backup file loaded.'; $lang['locfiledit_bak_loaded2'] = 'You must save file to restore it.'; $lang['locfiledit_syntax_error'] = 'Syntax error! File can\'t be saved.'; 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.'; diff --git a/plugins/LocalFilesEditor/language/fr_FR/plugin.lang.php b/plugins/LocalFilesEditor/language/fr_FR/plugin.lang.php index 1d4eb1714..45f9b725f 100644 --- a/plugins/LocalFilesEditor/language/fr_FR/plugin.lang.php +++ b/plugins/LocalFilesEditor/language/fr_FR/plugin.lang.php @@ -39,7 +39,8 @@ $lang['locfiledit_save_file'] = 'Enregistrer le fichier'; $lang['locfiledit_choose_file'] = 'Choisissez un fichier à éditer'; $lang['locfiledit_edit'] = 'Editer'; $lang['locfiledit_restore'] = 'Charger le fichier de sauvegarde'; -$lang['locfiledit_restore_confirm'] = 'Souaitez-vous charger le fichier de sauvegarde?\nVous devrez ensuite cliquer sur Enregistrer pour le restaurer.'; +$lang['locfiledit_restore_confirm'] = 'Souaitez-vous charger le fichier de sauvegarde? +Vous devrez ensuite cliquer sur Enregistrer pour le restaurer.'; $lang['locfiledit_bak_loaded1'] = 'Fichier de sauvegarde chargé'; $lang['locfiledit_bak_loaded2'] = 'Vous devez l\'enregistrer pour le sauvegarder.'; $lang['locfiledit_syntax_error'] = 'Erreur de syntaxe! Impossible d\'enregistrer le fichier.'; |