summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-11-27 18:58:25 +0400
committerAndrew Dolgov <[email protected]>2013-11-27 18:58:25 +0400
commit5e8a618fd822f1a64888737bbb3a12831fe872a6 (patch)
tree2d660b569e5f84a99615e68541a74cbbe0d27d3d /res
parent033dec883ac016270b4df749c091b64f0e9b3518 (diff)
add unsubscribe to feed context menu
Diffstat (limited to 'res')
-rw-r--r--res/menu/feed_menu.xml4
-rw-r--r--res/values/strings.xml3
2 files changed, 7 insertions, 0 deletions
diff --git a/res/menu/feed_menu.xml b/res/menu/feed_menu.xml
index c0578897..fa7dac1f 100644
--- a/res/menu/feed_menu.xml
+++ b/res/menu/feed_menu.xml
@@ -19,5 +19,9 @@
<item
android:id="@+id/create_shortcut"
android:title="@string/place_shortcut"/>
+
+ <item
+ android:id="@+id/unsubscribe_feed"
+ android:title="@string/unsubscribe"/>
</menu> \ No newline at end of file
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 7cbb05c8..fc488f70 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -212,4 +212,7 @@
<string name="prefs_compatible_article_layout">Compatible article layout</string>
<string name="prefs_compatible_layout_summary">Enable if you see glitches in article content</string>
<string name="font_size_dialog_suffix">sp</string>
+ <string name="server_function_not_available">Sorry, this function is not available on your tt-rss version.</string>
+ <string name="unsubscribe">Unsubscribe</string>
+ <string name="unsubscribe_from_prompt">Unsubscribe from %1$s?</string>
</resources>