mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-29 19:51:20 -04:00
i18n hebrew more
This commit is contained in:
@@ -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' => 'זהירות!',
|
||||
|
||||
@@ -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)',
|
||||
|
||||
Reference in New Issue
Block a user