diff options
| author | 2018-12-01 22:12:42 +0100 | |
|---|---|---|
| committer | 2018-12-01 22:12:42 +0100 | |
| commit | 7cbfdb4e0932230742060b1d04e86f221a7cb10d (patch) | |
| tree | f5b6db8d34e9d1706ebb967fb6da026390ac488e /app/i18n/he/sub.php | |
| parent | e43abad50c400a590f310934c7490071ae820734 (diff) | |
Filter feeds in error (#2160)
https://github.com/FreshRSS/FreshRSS/issues/2146
Diffstat (limited to 'app/i18n/he/sub.php')
| -rw-r--r-- | app/i18n/he/sub.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/i18n/he/sub.php b/app/i18n/he/sub.php index 474abb8ad..f467df28c 100644 --- a/app/i18n/he/sub.php +++ b/app/i18n/he/sub.php @@ -46,6 +46,13 @@ return array( 'normal' => 'Show in its category', //TODO - Translation ), 'pubsubhubbub' => 'Instant notification with PubSubHubbub', //TODO - Translation + 'show' => array( + 'all' => 'Show all feeds', //TODO - Translation + 'error' => 'Show only feeds with error', //TODO - Translation + ), + 'showing' => array( + 'error' => 'Showing only feeds with error', //TODO - Translation + ), 'ssl_verify' => 'Verify SSL security', //TODO - Translation 'stats' => 'סטטיסטיקות', 'think_to_add' => 'ניתן להוסיף הזנות חדשות.', |
