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/gen.php | |
| parent | 8c50a44687d7258df4e7f9829fb02721d7f86eea (diff) | |
i18n hebrew more
Diffstat (limited to 'app/i18n/he/gen.php')
| -rw-r--r-- | app/i18n/he/gen.php | 17 |
1 files changed, 16 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' => 'זהירות!', |
