diff options
Diffstat (limited to 'app/i18n/he/sub.php')
| -rw-r--r-- | app/i18n/he/sub.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/i18n/he/sub.php b/app/i18n/he/sub.php index eb4df468c..44dc74dbe 100644 --- a/app/i18n/he/sub.php +++ b/app/i18n/he/sub.php @@ -246,7 +246,10 @@ return array( 'websub' => 'Instant notifications with WebSub', // TODO ), 'import_export' => array( - 'export' => 'ייצוא', + 'export' => array( + '_' => 'ייצוא', + 'sqlite' => 'Download user database as SQLite', // TODO + ), 'export_labelled' => 'Export your labelled articles', // TODO 'export_opml' => 'ייצוא רשימת הזנות (OPML)', 'export_starred' => 'ייצוא מועדפים', |
