diff options
| author | 2014-08-11 19:02:27 +0200 | |
|---|---|---|
| committer | 2014-08-11 19:02:27 +0200 | |
| commit | 94570aaf5a23dfc02bf1120d168ec30c2ab3f044 (patch) | |
| tree | 7349e8c938792d7cf26515f9fa237f2685f95085 /app/i18n/fr.php | |
| parent | bc71a577fe3154080df9949b394c7ae552773c7b (diff) | |
Improve system import/export
Miss checking presence of zip extension during import
See https://github.com/marienfressinaud/FreshRSS/issues/494
Diffstat (limited to 'app/i18n/fr.php')
| -rw-r--r-- | app/i18n/fr.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/i18n/fr.php b/app/i18n/fr.php index ba8c8686a..57ddebc20 100644 --- a/app/i18n/fr.php +++ b/app/i18n/fr.php @@ -182,7 +182,9 @@ return array ( 'focus_search' => 'Accéder à la recherche', 'file_to_import' => 'Fichier à importer<br />(OPML, Json ou Zip)', + 'file_to_import_no_zip' => 'Fichier à importer<br />(OPML ou Json)', 'import' => 'Importer', + 'no_zip_extension' => 'L’extension Zip n’est pas présente sur votre serveur.', 'export' => 'Exporter', 'export_opml' => 'Exporter la liste des flux (OPML)', 'export_starred' => 'Exporter les favoris', |
