diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2013-11-27 18:58:25 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2013-11-27 18:58:25 +0400 |
| commit | 5e8a618fd822f1a64888737bbb3a12831fe872a6 (patch) | |
| tree | 2d660b569e5f84a99615e68541a74cbbe0d27d3d /res/values/strings.xml | |
| parent | 033dec883ac016270b4df749c091b64f0e9b3518 (diff) | |
add unsubscribe to feed context menu
Diffstat (limited to 'res/values/strings.xml')
| -rw-r--r-- | res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
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> |