diff options
Diffstat (limited to 'app/i18n/pl/sub.php')
| -rw-r--r-- | app/i18n/pl/sub.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/i18n/pl/sub.php b/app/i18n/pl/sub.php index 2980a7168..4817f990c 100644 --- a/app/i18n/pl/sub.php +++ b/app/i18n/pl/sub.php @@ -33,6 +33,8 @@ return array( 'username' => 'Użytkownik HTTP', ), 'clear_cache' => 'Zawsze czyść pamięć podręczną', + 'css_cookie' => 'Use Cookies when fetching the article content', // TODO - Translation + 'css_cookie_help' => 'Example: <kbd>foo=bar; gdpr_consent=true; cookie=value</kbd>', // TODO - Translation 'css_help' => 'Pozwala na ograniczenie zawartości kanałów (uwaga, wymaga więcej czasu!)', 'css_path' => 'Selektor CSS dla wiadomości na pierwotnej stronie', 'description' => 'Opis', @@ -61,6 +63,8 @@ return array( 'main_stream' => 'Pokaż w kanale głównym', 'normal' => 'Pokaż w kategorii kanału', ), + 'proxy' => 'Set a proxy for fetching this feed', // TODO - Translation + 'proxy_help' => 'Select a protocol (e.g: SOCKS5) and enter the proxy address (e.g: <kbd>127.0.0.1:1080</kbd>)', // TODO - Translation 'selector_preview' => array( 'show_raw' => 'Pokaż źródło', 'show_rendered' => 'Pokaż zawartość', |
