diff options
Diffstat (limited to 'app/i18n/en-us/sub.php')
| -rw-r--r-- | app/i18n/en-us/sub.php | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/app/i18n/en-us/sub.php b/app/i18n/en-us/sub.php index c8912adff..644da1c62 100644 --- a/app/i18n/en-us/sub.php +++ b/app/i18n/en-us/sub.php @@ -33,8 +33,8 @@ return array( 'username' => 'HTTP username', ), 'clear_cache' => 'Always clear cache', - '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_cookie' => 'Use Cookies when fetching the article content', + 'css_cookie_help' => 'Example: <kbd>foo=bar; gdpr_consent=true; cookie=value</kbd>', 'css_help' => 'Retrieves truncated RSS feeds (caution, requires more time!)', 'css_path' => 'Article CSS selector on original website', 'description' => 'Description', @@ -63,8 +63,8 @@ return array( 'main_stream' => 'Show in main stream', 'normal' => 'Show in its category', ), - '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 + 'proxy' => 'Set a proxy for fetching this feed', + 'proxy_help' => 'Select a protocol (e.g: SOCKS5) and enter the proxy address (e.g: <kbd>127.0.0.1:1080</kbd>)', 'selector_preview' => array( 'show_raw' => 'Show source code', 'show_rendered' => 'Show content', @@ -110,9 +110,9 @@ return array( 'add_feed' => 'Add a feed', 'bookmark' => 'Subscribe (FreshRSS bookmark)', 'import_export' => 'Import / export', + 'label_management' => 'Label management', 'subscription_management' => 'Subscription management', 'subscription_tools' => 'Subscription tools', - 'tag_management' => 'Tag management', ), 'tag' => array( 'name' => 'Name', @@ -124,10 +124,10 @@ return array( 'add' => 'Add a feed or category', 'add_category' => 'Add a category', 'add_feed' => 'Add a feed', - 'add_tag' => 'Add a tag', - 'delete_tag' => 'Delete a tag', + 'add_label' => 'Add a label', + 'delete_label' => 'Delete a label', 'feed_management' => 'RSS feeds management', - 'rename_tag' => 'Rename a tag', + 'rename_label' => 'Rename a label', 'subscription_tools' => 'Subscription tools', ), ); |
