diff options
| author | 2014-08-09 00:12:37 +0200 | |
|---|---|---|
| committer | 2014-08-09 00:12:37 +0200 | |
| commit | fda8eba4d147a7624f64c03001df1d317804c0d4 (patch) | |
| tree | 78a1f167d61b6091f8edece2f6457ec0c38fb9ff /app/i18n/en.php | |
| parent | 84826491a3fac3bde21c07ad69b114e5b56ed297 (diff) | |
Add a test to check presence of Zip archive.
A notification is shown if we cannot use ZipArchive.
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 9e5bfb223..532327e4a 100644 --- a/app/i18n/en.php +++ b/app/i18n/en.php @@ -185,6 +185,7 @@ return array ( 'export' => 'Export', 'export_opml' => 'Export list of feeds (OPML)', 'export_starred' => 'Export your favourites', + 'export_no_zip_extension' => 'Zip extension is not present on your server. Please try to export files one by one.', 'starred_list' => 'List of favourite articles', 'feed_list' => 'List of %s articles', 'or' => 'or', |
