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/en.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/en.php')
| -rw-r--r-- | app/i18n/en.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php index 748d9a81b..0c87f52be 100644 --- a/app/i18n/en.php +++ b/app/i18n/en.php @@ -182,7 +182,9 @@ return array ( 'focus_search' => 'Access search box', 'file_to_import' => 'File to import<br />(OPML, Json or Zip)', + 'file_to_import_no_zip' => 'File to import<br />(OPML or Json)', 'import' => 'Import', + 'no_zip_extension' => 'Zip extension is not present on your server.', 'export' => 'Export', 'export_opml' => 'Export list of feeds (OPML)', 'export_starred' => 'Export your favourites', |
