diff options
Diffstat (limited to 'plugins/LocalFilesEditor/language/fr_FR')
-rw-r--r-- | plugins/LocalFilesEditor/language/fr_FR/plugin.lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/LocalFilesEditor/language/fr_FR/plugin.lang.php b/plugins/LocalFilesEditor/language/fr_FR/plugin.lang.php index 40c56492a..cb6d1d1d5 100644 --- a/plugins/LocalFilesEditor/language/fr_FR/plugin.lang.php +++ b/plugins/LocalFilesEditor/language/fr_FR/plugin.lang.php @@ -51,5 +51,6 @@ $lang['locfiledit_parent_directory'] = 'Dossier parent'; $lang['locfiledit_filename_error'] = 'Caractères interdits dans le nom du fichier.'; $lang['locfiledit_file_already_exists'] = 'Le fichier existe déjà.'; $lang['locfiledit_model_error'] = 'Veuillez sélectionner un modèle.'; +$lang['locfiledit_empty_filename'] = 'Veuillez indiquer un nom de fichier.'; ?>
\ No newline at end of file |