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 the “Subscribe” button in any page you want to subscribe to.', // TODO
'label' => 'Subscribe', // TODO
'title' => 'Bookmarklet', // TODO
),
'category' => array(
'_' => 'קטגוריה',
'add' => 'Add a category', // TODO
'archiving' => 'ארכוב',
'dynamic_opml' => array(
'_' => 'Dynamic OPML', // TODO
'help' => 'Provide the URL to an OPML file 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
'title' => 'כותרת',
),
'feed' => array(
'accept_cookies' => 'Accept cookies', // TODO
'accept_cookies_help' => 'Allow the feed server to set cookies (stored in memory for the duration of the request only)', // TODO
'add' => 'הוספת הזנה',
'advanced' => 'מתקדם',
'archiving' => 'ארכוב',
'auth' => array(
'configuration' => 'כניסה לחשבון',
'help' => 'החיבור מתיר לגשת להזנות RSS מוגנות',
'http' => 'HTTP אימות',
'password' => 'HTTP סיסמה',
'username' => 'HTTP שם משתמש',
),
'change_favicon' => 'Change…', // TODO
'clear_cache' => 'Always clear cache', // TODO
'content_action' => array(
'_' => 'Content action when fetching the article content', // TODO
'append' => 'Add after existing content', // TODO
'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: foo=bar; gdpr_consent=true; cookie=value', // 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: footer, aside, p[data-sanitized-class~="menu"]', // TODO
),
'description' => 'תיאור',
'empty' => 'הזנה זו ריקה. אנא ודאו שהיא עדיין מתוחזקת.',
'error' => 'הזנה זו נתקלה בשגיאה, אנא ודאו שהיא תקינה ואז נסו שנית.', // DIRTY
'export-as-opml' => array(
'download' => 'Download', // TODO
'help' => 'XML file (data subset. See documentation)', // TODO
'label' => 'Export as OPML', // TODO
),
'ext_favicon' => 'Set automatically', // TODO
'favicon_changed_by_ext' => 'The icon has been set by the %s extension.', // TODO
'filteractions' => array(
'_' => 'Filter actions', // TODO
'help' => 'Write one search filter per line. Operators see documentation.', // TODO
'view_filter' => 'Preview filters on existing articles (new window)', // TODO
),
'http_headers' => 'HTTP Headers', // TODO
'http_headers_help' => 'Headers are separated by a newline, and the name and value of a header are separated by a colon (e.g: Accept: application/atom+xml
Authorization: Bearer some-token).', // TODO
'icon' => 'Icon', // TODO
'information' => 'מידע',
'keep_min' => 'מסםר מינימלי של מאמרים לשמור',
'kind' => array(
'_' => 'Type of feed source', // TODO
'html_json' => array(
'_' => 'HTML + XPath + JSON dot notation (JSON in HTML)', // TODO
'xpath' => array(
'_' => 'XPath for JSON in HTML', // TODO
'help' => 'Example: normalize-space(//script[@type="application/json"]) (single JSON)
or: //script[@type="application/ld+json"] (one JSON object per article)', // TODO
),
),
'html_xpath' => array(
'_' => 'HTML + XPath (Web scraping)', // TODO
'feed_title' => array(
'_' => 'feed title', // TODO
'help' => 'Example: //title or a static string: "My custom feed"', // TODO
),
'help' => 'XPath 1.0 is a standard query language for advanced users, and which FreshRSS supports to enable Web scraping.', // TODO
'item' => array(
'_' => 'finding news items
(most important)', // TODO
'help' => 'Example: //div[@class="news-item"]', // TODO
),
'item_author' => array(
'_' => 'item author', // TODO
'help' => 'Can also be a static string. Example: "Anonymous"', // TODO
),
'item_categories' => 'item tags', // TODO
'item_content' => array(
'_' => 'item content', // TODO
'help' => 'Example to take the full item: .', // TODO
),
'item_thumbnail' => array(
'_' => 'item thumbnail', // TODO
'help' => 'Example: descendant::img/@src', // TODO
),
'item_timeFormat' => array(
'_' => 'Custom date/time format', // TODO
'help' => 'Optional. A format supported by DateTime::createFromFormat() such as d-m-Y H:i:s', // TODO
),
'item_timestamp' => array(
'_' => 'item date', // TODO
'help' => 'The result will be parsed by strtotime()', // TODO
),
'item_title' => array(
'_' => 'item title', // TODO
'help' => 'Use in particular the XPath axis descendant:: like descendant::h2', // TODO
),
'item_uid' => array(
'_' => 'item unique ID', // TODO
'help' => 'Optional. Example: descendant::div/@data-uri', // TODO
),
'item_uri' => array(
'_' => 'item link (URL)', // TODO
'help' => 'Example: descendant::a/@href', // TODO
),
'relative' => 'XPath (relative to item) for:', // TODO
'xpath' => 'XPath for:', // TODO
),
'json_dotnotation' => array(
'_' => 'JSON (dot notation)', // TODO
'feed_title' => array(
'_' => 'feed title', // TODO
'help' => 'Example: meta.title or a static string: "My custom feed"', // TODO
),
'help' => 'A JSON dot notated uses dots between objects and brackets for arrays (e.g. data.items[0].title)', // TODO
'item' => array(
'_' => 'finding news items
(most important)', // TODO
'help' => 'JSON path to the array containing the items, e.g. $ or newsItems', // TODO
),
'item_author' => 'item author', // TODO
'item_categories' => 'item tags', // TODO
'item_content' => array(
'_' => 'item content', // TODO
'help' => 'Key under which the content is found, e.g. content', // TODO
),
'item_thumbnail' => array(
'_' => 'item thumbnail', // TODO
'help' => 'Example: image', // TODO
),
'item_timeFormat' => array(
'_' => 'Custom date/time format', // TODO
'help' => 'Optional. A format supported by DateTime::createFromFormat() such as d-m-Y H:i:s', // TODO
),
'item_timestamp' => array(
'_' => 'item date', // TODO
'help' => 'The result will be parsed by strtotime()', // TODO
),
'item_title' => 'item title', // TODO
'item_uid' => 'item unique ID', // TODO
'item_uri' => array(
'_' => 'item link (URL)', // TODO
'help' => 'Example: permalink', // TODO
),
'json' => 'dot notation for:', // TODO
'relative' => 'dot notated path (relative to item) for:', // TODO
),
'jsonfeed' => 'JSON Feed', // TODO
'rss' => 'RSS / Atom (default)', // TODO
'xml_xpath' => 'XML + XPath', // TODO
),
'maintenance' => array(
'clear_cache' => 'Clear cache', // TODO
'clear_cache_help' => 'Clear the cache for this feed.', // TODO
'reload_articles' => 'Reload articles', // TODO
'reload_articles_help' => 'Reload that many articles and fetch complete content if a selector is defined.', // TODO
'title' => 'Maintenance', // TODO
),
'max_http_redir' => 'Max HTTP redirects', // TODO
'max_http_redir_help' => 'Set to 0 or leave blank to disable, -1 for unlimited redirects', // TODO
'method' => array(
'_' => 'HTTP Method', // TODO
),
'method_help' => 'The POST payload has automatic support for application/x-www-form-urlencoded and application/json', // TODO
'method_postparams' => 'Payload for POST', // TODO
'moved_category_deleted' => 'כאשר הקטגוריה נמחקת ההזנות שבתוכה אוטומטית מקוטלגות תחת %s.',
'mute' => array(
'_' => 'mute', // TODO
'state_is_muted' => 'This feed is muted', // TODO
),
'no_selected' => 'אף הזנה לא נבחרה.',
'number_entries' => '%d מאמרים',
'open_feed' => 'Open feed %s', // TODO
'path_entries_conditions' => 'Conditions for content retrieval', // TODO
'priority' => array(
'_' => 'Visibility', // TODO
'category' => 'Show in its category', // TODO
'feed' => 'Show in its feed', // TODO
'hidden' => 'Do not show', // TODO
'important' => 'Show in important feeds', // TODO
'main_stream' => 'הצגה בזרם המרכזי',
),
'proxy' => 'Set a proxy for fetching this feed', // TODO
'proxy_help' => 'Select a protocol (e.g: SOCKS5) and enter the proxy address (e.g: 127.0.0.1:1080 or username:password@127.0.0.1:1080)', // TODO
'reset_favicon' => 'Reset to default', // TODO
'selector_preview' => array(
'show_raw' => 'Show source code', // TODO
'show_rendered' => 'Show content', // TODO
),
'show' => array(
'all' => 'All feeds', // TODO
'error' => 'Show only feeds with errors', // TODO
),
'showing' => array(
'error' => 'Showing only feeds with errors', // TODO
),
'ssl_verify' => 'Verify SSL security', // TODO
'stats' => 'סטטיסטיקות',
'think_to_add' => 'ניתן להוסיף הזנות חדשות.',
'timeout' => 'Timeout in seconds', // TODO
'title' => 'כותרת',
'title_add' => 'הוספת הזנה',
'ttl' => 'אין לרענן אוטומטית יותר מ',
'unicityCriteria' => array(
'_' => 'Article unicity criteria', // TODO
'forced' => 'forced', // TODO
'help' => 'Relevant for invalid feeds.
⚠️ Changing the policy will create duplicates.', // TODO
'id' => 'Standard ID (default)', // TODO
'link' => 'Link', // TODO
'sha1:content' => 'Content', // TODO
'sha1:content_published' => 'Content + Date', // TODO
'sha1:link_published' => 'Link + Date', // TODO
'sha1:link_published_title' => 'Link + Date + Title', // TODO
'sha1:link_published_title_content' => 'Link + Date + Title + Content', // TODO
'sha1:published' => 'Date', // TODO
'sha1:title' => 'Title', // TODO
'sha1:title_published' => 'Title + Date', // TODO
'sha1:title_published_content' => 'Title + Date + Content', // TODO
),
'url' => 'הזנה URL',
'useragent' => 'Set the user agent for fetching this feed', // TODO
'useragent_help' => 'Example: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0)', // TODO
'validator' => 'בדיקות תקינות ההזנה',
'website' => 'אתר URL',
'websub' => 'Instant notifications with WebSub', // TODO
),
'import_export' => array(
'export' => array(
'_' => 'ייצוא',
'sqlite' => 'Download user database as SQLite', // TODO
),
'export_labelled' => 'Export your labelled articles', // TODO
'export_opml' => 'ייצוא רשימת הזנות (OPML)',
'export_starred' => 'ייצוא מועדפים',
'feed_list' => 'רשימה של %s מאמרים',
'file_to_import' => 'קובץ לייבוא
(OPML, Json or Zip)',
'file_to_import_no_zip' => 'קובץ לייבוא
(OPML or Json)',
'import' => 'ייבוא',
'starred_list' => 'רשימת מאמרים מועדפים',
'title' => 'יבוא / יצוא ',
),
'menu' => array(
'add' => 'Add a feed or category', // TODO
'import_export' => 'יבוא / יצוא ',
'label_management' => 'Label management', // TODO
'stats' => array(
'idle' => 'הזנות שלא עודכנו',
'main' => 'סטטיסטיקות ראשיות',
'repartition' => 'חלוקת המאמרים',
'unread_dates' => 'Unread dates', // TODO
),
'subscription_management' => 'ניהול הרשמות',
'subscription_tools' => 'Subscription tools', // TODO
),
'tag' => array(
'auto_label' => 'Add this label to new articles', // TODO
'name' => 'Name', // TODO
'new_name' => 'New name', // TODO
'old_name' => 'Old name', // TODO
),
'title' => array(
'_' => 'ניהול הרשמות',
'add' => 'Add a feed or category', // TODO
'add_category' => 'Add a category', // TODO
'add_dynamic_opml' => 'Add dynamic OPML', // TODO
'add_feed' => 'Add a feed', // TODO
'add_label' => 'Add a label', // TODO
'add_opml_category' => 'OPML category name', // TODO
'delete_label' => 'Delete this label', // TODO
'feed_management' => 'ניהול הזנות RSS',
'subscription_tools' => 'Subscription tools', // TODO
),
);