|
@@ -33,6 +33,8 @@ return array(
|
|
|
'username' => 'HTTP username', // TODO - Translation
|
|
'username' => 'HTTP username', // TODO - Translation
|
|
|
),
|
|
),
|
|
|
'clear_cache' => 'Always clear cache', // TODO - Translation
|
|
'clear_cache' => 'Always clear cache', // TODO - Translation
|
|
|
|
|
+ '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' => 'Retrieves truncated RSS feeds (caution, requires more time!)', // TODO - Translation
|
|
'css_help' => 'Retrieves truncated RSS feeds (caution, requires more time!)', // TODO - Translation
|
|
|
'css_path' => 'Article CSS selector on original website', // TODO - Translation
|
|
'css_path' => 'Article CSS selector on original website', // TODO - Translation
|
|
|
'description' => 'Description', // TODO - Translation
|
|
'description' => 'Description', // TODO - Translation
|
|
@@ -61,6 +63,8 @@ return array(
|
|
|
'main_stream' => 'Show in main stream', // TODO - Translation
|
|
'main_stream' => 'Show in main stream', // TODO - Translation
|
|
|
'normal' => 'Show in its category', // TODO - Translation
|
|
'normal' => 'Show in its category', // TODO - Translation
|
|
|
),
|
|
),
|
|
|
|
|
+ '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(
|
|
'selector_preview' => array(
|
|
|
'show_raw' => 'Show source code', // TODO - Translation
|
|
'show_raw' => 'Show source code', // TODO - Translation
|
|
|
'show_rendered' => 'Show content', // TODO - Translation
|
|
'show_rendered' => 'Show content', // TODO - Translation
|