summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-09-05 19:00:02 +0400
committerAndrew Dolgov <[email protected]>2012-09-05 19:00:02 +0400
commit0020fdf172f65cad4e4c405ebb0bf40a6e5afb4e (patch)
treed7482ff9c8a1f36a833efa2260502c165f1b1319 /res/values
parent48dc7fd846d4178bc8560f72fac2bce1271ee68a (diff)
add toast notifications for article mark/publish/setnote
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 137af4d9..34085feb 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -123,4 +123,9 @@
<string name="close_article">Close article</string>
<string name="dialog_open_preferences">Open preferences</string>
<string name="dialog_need_configure_prompt">Please fill in your tt-rss server information such as URL, login, and password.</string>
+ <string name="notify_article_marked">Article starred</string>
+ <string name="notify_article_unmarked">Article unstarred</string>
+ <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>
</resources> \ No newline at end of file