summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-12-04 11:04:08 +0400
committerAndrew Dolgov <[email protected]>2012-12-04 11:04:08 +0400
commit25a8c94c8184cf950996ec7aefa07ccb5fd90241 (patch)
treeba2453ec413c3bd0254457f3b79489704568f54d /res/values
parent1b40669cc52fa81c4a66d8591a31d3d864dc5876 (diff)
offline up arrow fixes; bump version; make amount of articles downloaded
in offline mode configurable
Diffstat (limited to 'res/values')
-rw-r--r--res/values/arrays.xml6
-rw-r--r--res/values/strings.xml5
2 files changed, 8 insertions, 3 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 961bd955..4a2ac390 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -25,5 +25,9 @@
<item>HEADLINES</item>
<item>ARTICLES</item>
</string-array>
-
+ <string-array name="pref_offline_amounts">
+ <item>150</item>
+ <item>250</item>
+ <item>500</item>
+ </string-array>
</resources> \ No newline at end of file
diff --git a/res/values/strings.xml b/res/values/strings.xml
index df40d273..c85634ef 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -52,7 +52,7 @@
<string name="http_login_summary">Optional. Fill this if your tt-rss installation is protected by HTTP Basic authentication</string>
<string name="login_summary">Your tt-rss login. Not needed for single user mode</string>
<string name="ttrss_url_summary">URL of your tt-rss installation directory, e.g. http://site.com/tt-rss/</string>
- <string name="download_feed_icons">Download and display feed icons</string>
+ <string name="download_feed_icons">Enable feed icons</string>
<string name="enable_cats">Enable feed categories</string>
<string name="no_feeds_to_display">No feeds to display</string>
<string name="no_headlines_to_display">No headlines to display</string>
@@ -144,6 +144,7 @@
<string name="ssl">SSL</string>
<string name="error_ssl_hostname_rejected">Error: SSL hostname not verified</string>
<string name="offline_oldest_first">Show oldest articles first</string>
- <string name="prefs_dim_status_bar">Dim status bar when reading</string>
+ <string name="prefs_dim_status_bar">Dim status bar</string>
+ <string name="prefs_dim_status_bar_long">Dim status bar when reading</string>
<string name="article_comments">%1$d comments</string>
</resources> \ No newline at end of file