diff options
Diffstat (limited to 'app/i18n/he/sub.php')
| -rw-r--r-- | app/i18n/he/sub.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/i18n/he/sub.php b/app/i18n/he/sub.php index 978f2bb0a..180fc6a0c 100644 --- a/app/i18n/he/sub.php +++ b/app/i18n/he/sub.php @@ -57,13 +57,14 @@ return array( 'prepend' => 'Add before existing content', // TODO 'replace' => 'Replace existing content', // TODO ), + 'content_retrieval' => 'Content retrieval', // TODO 'css_cookie' => 'Use Cookies when fetching the article content', // TODO 'css_cookie_help' => 'Example: <kbd>foo=bar; gdpr_consent=true; cookie=value</kbd>', // TODO 'css_help' => 'קבלת הזנות RSS קטומות (זהירות, לוקח זמן רב יותר!)', 'css_path' => 'נתיב הCSS של המאמר באתר המקורי', 'css_path_filter' => array( '_' => 'CSS selector of the elements to remove', // TODO - 'help' => 'A CSS selector may be a list such as: <kbd>.footer, .aside, p[data-sanitized-class="menu"]</kbd>', // TODO + 'help' => 'A CSS selector may be a list such as: <kbd>.footer, .aside, p[data-sanitized-class~="menu"]</kbd>', // TODO ), 'description' => 'תיאור', 'empty' => 'הזנה זו ריקה. אנא ודאו שהיא עדיין מתוחזקת.', @@ -201,6 +202,7 @@ return array( 'no_selected' => 'אף הזנה לא נבחרה.', 'number_entries' => '%d מאמרים', 'open_feed' => 'Open feed %s', // TODO + 'path_entries_condition' => 'Condition for content retrieval', // TODO 'priority' => array( '_' => 'Visibility', // TODO 'archived' => 'Do not show (archived)', // TODO |
