diff options
author | Daniel Gultsch <daniel.gultsch@rwth-aachen.de> | 2014-04-16 18:16:23 +0200 |
---|---|---|
committer | Andreas Straub <andy@strb.org> | 2014-04-18 00:17:34 +0200 |
commit | 4a36abf30fb2d59934d5bfd121542fa82f5c98ce (patch) | |
tree | 688bfc660b8159c80b5bddd567c5e8b6ed07bcbc /res/values/strings.xml | |
parent | e711da7248455a6e65146747e1017c0954e089c5 (diff) |
added clear history dialog (no funcionality)
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index edea0f82..c0adec56 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -54,4 +54,9 @@ <string name="send_rejected">rejected</string> <string name="receiving_image">Receiving image file. Please wait…</string> <string name="preparing_image">Preparing image for transmission. Please wait…</string> + <string name="action_clear_history">Clear history</string> + <string name="clear_conversation_history">Clear Conversation history</string> + <string name="clear_histor_msg">Do you want to delete all messages within this Conversation?\n\n<b>Warning:</b> This will not influence messages stored on other devices or servers.</string> + <string name="delete_messages">Delete messages</string> + <string name="also_end_conversation">End this conversations afterwards</string> </resources> |