diff options
| author | 2014-08-11 19:18:12 +0200 | |
|---|---|---|
| committer | 2014-08-11 19:18:12 +0200 | |
| commit | 8ffd59f34ac458827f2a0217e4630caf69705853 (patch) | |
| tree | 2e05b9f8df5a51ba8d89974e5523e962542fc2a5 /app/i18n/en.php | |
| parent | 94570aaf5a23dfc02bf1120d168ec30c2ab3f044 (diff) | |
Improve import system
Catch errors of zip_open and log it. A notification is shown to indicate
something went wrong.
See https://github.com/marienfressinaud/FreshRSS/issues/494
Diffstat (limited to 'app/i18n/en.php')
| -rw-r--r-- | app/i18n/en.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php index 0c87f52be..416ca851f 100644 --- a/app/i18n/en.php +++ b/app/i18n/en.php @@ -184,6 +184,7 @@ return array ( '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', + 'zip_error' => 'An error occured during Zip import.', 'no_zip_extension' => 'Zip extension is not present on your server.', 'export' => 'Export', 'export_opml' => 'Export list of feeds (OPML)', |
