diff options
| author | 2014-12-11 17:46:05 +0100 | |
|---|---|---|
| committer | 2014-12-11 17:46:05 +0100 | |
| commit | 0ee16a7d6acb0c0158272fbbdd9ee876d9fb4a4a (patch) | |
| tree | c97d742f41cb88005da88aa8405df0a42c23c520 /app/i18n/en/sub.php | |
| parent | cad4259e627a016a44e48395b242f973c1e4d502 (diff) | |
Fix i18n for import/export
Diffstat (limited to 'app/i18n/en/sub.php')
| -rw-r--r-- | app/i18n/en/sub.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/i18n/en/sub.php b/app/i18n/en/sub.php index b8bc3d33d..dbd148dee 100644 --- a/app/i18n/en/sub.php +++ b/app/i18n/en/sub.php @@ -37,6 +37,17 @@ return array( 'validator' => 'Check the validity of the feed', 'website' => 'Website URL', ), + 'import_export' => array( + 'export' => 'Export', + 'export_opml' => 'Export list of feeds (OPML)', + 'export_starred' => 'Export your favourites', + 'feed_list' => 'List of %s articles', + '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', + 'starred_list' => 'List of favourite articles', + 'title' => 'Import / export', + ), 'menu' => array( 'bookmark' => 'Subscribe (FreshRSS bookmark)', 'import_export' => 'Import / export', |
