aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorlaco0416 <laco0416@gmail.com>2014-05-31 14:28:29 +0900
committerlaco0416 <laco0416@gmail.com>2014-05-31 14:28:29 +0900
commitd88e77963385a80469bc408f2439154ceb46deaf (patch)
tree341cfd184903b548c807aa7c10b77a88ce98a54c /res
parenta38fa1b70cedbdca83171428fb58a3cd10fc79b1 (diff)
downloadSmileEssence-d88e77963385a80469bc408f2439154ceb46deaf.tar.gz
Implement retweet ignore system
Diffstat (limited to 'res')
-rw-r--r--res/values-ja/strings.xml2
-rw-r--r--res/values/commands.xml1
-rw-r--r--res/values/strings.xml2
3 files changed, 5 insertions, 0 deletions
diff --git a/res/values-ja/strings.xml b/res/values-ja/strings.xml
index 1659508f..26149a86 100644
--- a/res/values-ja/strings.xml
+++ b/res/values-ja/strings.xml
@@ -221,4 +221,6 @@
<string name="page_name_list">リスト</string>
<string name="notice_userlist_not_selected">リストが選択されていません</string>
<string name="dialog_title_select_userlist">リストを選択</string>
+ <string name="command_status_add_to_ignore">以後このツイートを無視する</string>
+ <string name="notice_add_to_ignore">無視リストに追加しました</string>
</resources>
diff --git a/res/values/commands.xml b/res/values/commands.xml
index a479ad59..61fe17f8 100644
--- a/res/values/commands.xml
+++ b/res/values/commands.xml
@@ -53,4 +53,5 @@
<item name="key_command_message_delete" type="id"/>
<item name="key_command_status_add_to_reply" type="id"/>
<item name="key_command_status_open_chain" type="id"/>
+ <item name="key_command_status_add_to_ignore" type="id"/>
</resources> \ No newline at end of file
diff --git a/res/values/strings.xml b/res/values/strings.xml
index cda5f800..62e5e533 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -229,4 +229,6 @@
<string name="page_name_list">List</string>
<string name="notice_userlist_not_selected">No List is selected</string>
<string name="dialog_title_select_userlist">Select a list</string>
+ <string name="command_status_add_to_ignore">Ignore this tweet in future</string>
+ <string name="notice_add_to_ignore">Added to ignore list</string>
</resources>