summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'org.fox.ttrss/src/main/res/values/strings.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/values/strings.xml18
1 files changed, 14 insertions, 4 deletions
diff --git a/org.fox.ttrss/src/main/res/values/strings.xml b/org.fox.ttrss/src/main/res/values/strings.xml
index ae2f1cc7..b73a3394 100755
--- a/org.fox.ttrss/src/main/res/values/strings.xml
+++ b/org.fox.ttrss/src/main/res/values/strings.xml
@@ -95,7 +95,7 @@
<string name="article_set_labels">Set labels</string>
<string name="search">Search</string>
<string name="cancel">Cancel</string>
- <string name="pref_font_size">Article text size</string>
+ <string name="pref_font_size">Text size</string>
<string name="dialog_close">Close</string>
<string name="article_link_copy">Copy link to clipboard</string>
<string name="text_copied_to_clipboard">Text copied to clipboard</string>
@@ -139,7 +139,7 @@
<string name="offline_articles_to_download">Amount of articles to download</string>
<string name="offline_articles_to_download_long">How many articles to download for offline mode (newest first)</string>
<string name="pref_headlines_show_content_long">Show content previews in headlines list</string>
- <string name="pref_headlines_show_content">Preview article content</string>
+ <string name="pref_headlines_show_content">Show content preview</string>
<string name="api_too_low">This action requires newer version of Tiny Tiny RSS</string>
<string name="share_url_hint">Article URL</string>
<string name="share_content_hint">Article Content</string>
@@ -183,7 +183,7 @@
<item quantity="other">%1$d unread articles</item>
</plurals>
- <string name="pref_headline_font_size">Headline text size</string>
+ <string name="pref_headline_font_size">Text size</string>
<string name="context_confirm_catchup">Mark all articles in %1$s as read?</string>
<string name="accel_webview_summary">Disable if you see flicker or visual glitches</string>
<string name="accel_webview_title">Accelerate web views (3.0+)</string>
@@ -214,7 +214,7 @@
<string name="prefs_enable_fab">Enable FAB</string>
<string name="prefs_enable_fab_long">Show floating action button when reading</string>
<string name="prefs_open_fresh_on_startup">Open Fresh articles on startup</string>
- <string name="prefs_headline_display_mode">Headline display mode</string>
+ <string name="prefs_headline_display_mode">Display mode</string>
<string name="prefs_headline_display_mode_long">Default, no images, or compact mode</string>
<string name="headline_display_mode_default">Default</string>
<string name="headline_display_mode_no_images">No images</string>
@@ -239,6 +239,8 @@
<string name="headlines_row_top_changed">New articles found, reload feed to continue.</string>
<string name="prefs_custom_tabs_summary">Open external links with browser custom tabs (faster, used if available)</string>
<string name="prefs_use_custom_tabs">Use quick preview</string>
+ <string name="prefs_always_open_uri">Always open in browser</string>
+ <string name="prefs_always_open_uri_summary">Open articles directly in your web browser, instead of going to the detail view</string>
<string name="ask_me_every_time">Ask me every time</string>
<!-- <string name="open_link">Open link</string> -->
<string name="quick_preview">Quick preview</string>
@@ -269,4 +271,12 @@
<string name="logcat_title">Log viewer</string>
<string name="cat_labels">Labels</string>
<string name="cat_uncategorized">Uncategorized</string>
+ <string name="prefs_headline_request_size">How many headlines to request</string>
+ <string name="prefs_headline_request_size_long">Use lower values on slow connections</string>
+ <string name="headlines">Headlines</string>
+ <string name="prefs_headline_images_wifi_only">Show images on Wi-Fi only</string>
+ <string name="prefs_headline_images_wifi_only_long">Overrides previous setting</string>
+ <string name="prefs_inline_video_player">Experimental. Long tap to open separate player</string>
+ <string name="prefs_enable_image_downsampling">Auto-resize images</string>
+ <string name="prefs_enable_image_downsampling_long">Asks backend to downsample images if not on Wi-Fi. Needs a plugin (ttrss-api-resize).</string>
</resources>