aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorlaco0416 <laco0416@gmail.com>2014-09-15 00:49:45 +0900
committerlaco0416 <laco0416@gmail.com>2014-09-15 00:49:45 +0900
commite07279156a93620c14c7bb81b077564128361f4d (patch)
tree0da16423ec3b3135679c70d74df3ce7171474173 /res
parent4290a16f5f51979d67ecdbda62537940ee0a53db (diff)
downloadSmileEssence-e07279156a93620c14c7bb81b077564128361f4d.tar.gz
Add status copy command
Diffstat (limited to 'res')
-rw-r--r--res/values-ja/strings.xml1
-rw-r--r--res/values/commands.xml1
-rw-r--r--res/values/strings.xml1
3 files changed, 3 insertions, 0 deletions
diff --git a/res/values-ja/strings.xml b/res/values-ja/strings.xml
index 0ac821ae..100c7123 100644
--- a/res/values-ja/strings.xml
+++ b/res/values-ja/strings.xml
@@ -217,6 +217,7 @@
<string name="command_status_add_to_reply">リプライ先に追加する</string>
<string name="command_status_open_talk_view">会話ビューを開く</string>
<string name="command_status_add_to_ignore">以後このツイートを無視する</string>
+ <string name="command_status_copy">入力欄にコピーする</string>
<string name="command_post_morse">モールスに変換する</string>
<string name="command_post_zekamashi">ぜかまし</string>
<string name="command_open_template_list">定型文を挿入する</string>
diff --git a/res/values/commands.xml b/res/values/commands.xml
index 02bfc1f3..3e17951b 100644
--- a/res/values/commands.xml
+++ b/res/values/commands.xml
@@ -47,4 +47,5 @@
<item name="key_command_status_open_chain" type="id"/>
<item name="key_command_status_add_to_ignore" type="id"/>
<item name="key_command_status_search_on_google" type="id"/>
+ <item name="key_command_status_copy" type="id"/>
</resources> \ No newline at end of file
diff --git a/res/values/strings.xml b/res/values/strings.xml
index a7af3f11..a384b223 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -217,6 +217,7 @@
<string name="command_status_open_talk_view">Show this talk</string>
<string name="command_status_add_to_reply">Add to reply</string>
<string name="command_status_add_to_ignore">Ignore this tweet in future</string>
+ <string name="command_status_copy">Copy to input area</string>
<string name="command_post_morse">Parse to morse</string>
<string name="command_post_zekamashi">Zekamasize</string>
<string name="command_open_template_list">Insert Templates</string>