diff options
Diffstat (limited to 'app/i18n/he/sub.php')
| -rw-r--r-- | app/i18n/he/sub.php | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/app/i18n/he/sub.php b/app/i18n/he/sub.php index ea25fc215..7ac401530 100644 --- a/app/i18n/he/sub.php +++ b/app/i18n/he/sub.php @@ -29,7 +29,9 @@ return array( 'help' => 'Provide the URL to an <a href="http://opml.org/" target="_blank">OPML file</a> to dynamically populate this category with feeds', // TODO ), 'empty' => 'Empty category', // TODO + 'expand' => 'Expand category', // TODO 'information' => 'מידע', + 'open' => 'Open category', // TODO 'opml_url' => 'OPML URL', // TODO 'position' => 'Display position', // TODO 'position_help' => 'To control category sort order', // TODO @@ -183,9 +185,13 @@ return array( 'method_help' => 'The POST payload has automatic support for <code>application/x-www-form-urlencoded</code> and <code>application/json</code>', // TODO 'method_postparams' => 'Payload for POST', // TODO 'moved_category_deleted' => 'כאשר הקטגוריה נמחקת ההזנות שבתוכה אוטומטית מקוטלגות תחת <em>%s</em>.', - 'mute' => 'mute', // TODO + 'mute' => array( + '_' => 'mute', // TODO + 'state_is_muted' => 'This feed is muted', // TODO + ), 'no_selected' => 'אף הזנה לא נבחרה.', 'number_entries' => '%d מאמרים', + 'open_feed' => 'Open feed %s', // TODO 'priority' => array( '_' => 'Visibility', // TODO 'archived' => 'Do not show (archived)', // TODO |
