diff options
| author | 2017-12-16 23:05:40 +0100 | |
|---|---|---|
| committer | 2017-12-16 23:05:40 +0100 | |
| commit | 46f52c8a5eae6d2995a1397f1c6cebeb382fd9cd (patch) | |
| tree | eae5b27f8fbe86468d0dce650526c4e705077e6c /app/i18n/he/sub.php | |
| parent | 8c50a44687d7258df4e7f9829fb02721d7f86eea (diff) | |
i18n hebrew more
Diffstat (limited to 'app/i18n/he/sub.php')
| -rw-r--r-- | app/i18n/he/sub.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app/i18n/he/sub.php b/app/i18n/he/sub.php index 9c7af0dc4..398c23588 100644 --- a/app/i18n/he/sub.php +++ b/app/i18n/he/sub.php @@ -1,6 +1,15 @@ <?php return array( + 'api' => array( + 'documentation' => 'Copy the following URL to use it within an external tool.', // @todo + 'title' => 'API', // @todo + ), + 'bookmarklet' => array( + 'documentation' => 'Drag this button to your bookmarks toolbar or right-click it and choose "Bookmark This Link". Then click "Subscribe" button in any page you want to subscribe to.', // @todo + 'label' => 'Subscribe', // @todo + 'title' => 'Bookmarklet', // @todo + ), 'category' => array( '_' => 'קטגוריה', 'add' => 'הוספת קטגוריה', @@ -38,6 +47,10 @@ return array( 'validator' => 'בדיקות תקינות ההזנה', 'website' => 'אתר URL', ), + 'firefox' => array( + 'documentation' => 'Follow the steps described <a href="https://developer.mozilla.org/en-US/Firefox/Releases/2/Adding_feed_readers_to_Firefox#Adding_a_new_feed_reader_manually">here</a> to add FreshRSS to Firefox feed reader list.', // @todo + 'title' => 'Firefox feed reader', // @todo + ), 'import_export' => array( 'export' => 'ייצוא', 'export_opml' => 'ייצוא רשימת הזנות (OPML)', |
