diff options
| -rw-r--r-- | app/i18n/he/gen.php | 17 | ||||
| -rw-r--r-- | app/i18n/he/sub.php | 13 |
2 files changed, 29 insertions, 1 deletions
diff --git a/app/i18n/he/gen.php b/app/i18n/he/gen.php index 35bc7e3e2..c9cd8ff57 100644 --- a/app/i18n/he/gen.php +++ b/app/i18n/he/gen.php @@ -104,10 +104,19 @@ return array( 'should_be_activated' => 'חובה להפעיל JavaScript', ), 'lang' => array( + 'cz' => 'Čeština', 'de' => 'Deutsch', 'en' => 'English', + 'es' => 'Español', 'fr' => 'Français', 'he' => 'עברית', + 'it' => 'Italiano', + 'kr' => '한국어', + 'nl' => 'Nederlands', + 'pt-br' => 'Português (Brasil)', + 'ru' => 'Русский', + 'tr' => 'Türkçe', + 'zh-cn' => '简体中文', ), 'menu' => array( 'about' => 'אודות', @@ -125,6 +134,7 @@ return array( 'sharing' => 'שיתוף', 'shortcuts' => 'קיצורי דרך', 'stats' => 'סטטיסטיקות', + 'system' => 'System configuration', // @todo 'update' => 'עדכון', 'user_management' => 'Manage users', // @todo 'user_profile' => 'Profile', // @todo @@ -144,10 +154,15 @@ return array( 'email' => 'דואר אלקטרוני', 'facebook' => 'Facebook', 'g+' => 'Google+', + 'gnusocial' => 'GNU social', + 'jdh' => 'Journal du hacker', + 'mastodon' => 'Mastodon', + 'movim' => 'Movim', 'print' => 'הדפסה', 'shaarli' => 'Shaarli', 'twitter' => 'Twitter', - 'wallabag' => 'wallabag', + 'wallabag' => 'wallabag v1', + 'wallabagv2' => 'wallabag v2', ), 'short' => array( 'attention' => 'זהירות!', 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)', |
