aboutsummaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2012-09-19 23:49:03 +0400
committerAndrew Dolgov <fox@fakecake.org>2012-09-19 23:49:03 +0400
commitd361b0fec497911de1e8616cb4d0768601e07171 (patch)
treef5f92112ca8451d255e765b9f5d1670a79b6850a /res/values
parent71fb6880f565ff417ccd5ac387263dfb8bd05826 (diff)
parent45992f20f25bc94f2f81df2392df26b6c6f8cea7 (diff)
merge separate-activities
Diffstat (limited to 'res/values')
-rw-r--r--res/values/arrays.xml10
-rw-r--r--res/values/strings.xml11
2 files changed, 17 insertions, 4 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index ef479753..961bd955 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -17,5 +17,13 @@
<item>1</item>
<item>2</item>
</string-array>
-
+ <string-array name="pref_view_mode_names">
+ <item>@string/category_browse_headlines</item>
+ <item>@string/category_browse_articles</item>
+ </string-array>
+ <string-array name="pref_view_mode_values">
+ <item>HEADLINES</item>
+ <item>ARTICLES</item>
+ </string-array>
+
</resources> \ No newline at end of file
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 3a3fc913..2c766d85 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -24,7 +24,7 @@
<string name="loading_message">Loading, please wait…</string>
<string name="menu_unread_feeds">Show unread feeds</string>
<string name="menu_all_feeds">Show all feeds</string>
- <string name="update_feeds">Refresh feeds</string>
+ <string name="update_feeds">Refresh</string>
<string name="share_article">Share article</string>
<string name="catchup">Mark read</string>
<string name="sort_feeds_by_unread">Sort feeds by unread count</string>
@@ -128,6 +128,11 @@
<string name="notify_article_published">Article published</string>
<string name="notify_article_unpublished">Article unpublished</string>
<string name="notify_article_note_set">Article note saved</string>
- <string name="force_small_tablet_ui">Force compact interface</string>
- <string name="prefs_for_tablets">Tablets</string>
+ <string name="update_headlines">Refresh</string>
+ <string name="attachment_share">Share</string>
+ <string name="error_network_unavailable">Error: network unavailable</string>
+ <string name="category_browse_headlines">Browse headlines</string>
+ <string name="pref_default_view_mode">Default feed view</string>
+ <string name="pref_default_view_mode_long">Which feed view to open by default on smartphones</string>
+ <string name="donate_thanks">Donation found, thank you for support!</string>
</resources> \ No newline at end of file