diff options
author | Daniel Gultsch <daniel.gultsch@rwth-aachen.de> | 2014-04-26 12:40:21 +0200 |
---|---|---|
committer | Daniel Gultsch <daniel.gultsch@rwth-aachen.de> | 2014-04-26 12:40:21 +0200 |
commit | f36f2184698b2c0dc7ace4073ed018cdf3122b5b (patch) | |
tree | cd66b99f8685c57e44c63e020f635a9d6d46dacc /res | |
parent | a55ddb889efb2645b5d72df23edca5bfdf4b8951 (diff) |
unified presence selection for otr and file transfer
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 1bc03a91..70bc8f57 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -68,4 +68,14 @@ <string name="download_image">Download Image</string> <string name="error_loading_image">Error loading image (File not found)</string> <string name="image_offered_for_download"><i>Image file offered for download</i></string> + <string name="not_connected">Not Connected</string> + <string name="you_are_offline">You have to be online to send %s but your account assoziated with this Conversation is currently offline.</string> + <string name="you_are_offline_blank">You can not perform this action while being offline</string> + <string name="files">files</string> + <string name="otr_messages">OTR encrypted messages</string> + <string name="manage_account">Manage account</string> + <string name="contact_offline">Your Contact is Offline</string> + <string name="contact_offline_otr">Sending OTR encrypted messages to an offline contact is unfortunately not supported.\nWould you like to send the message in plain text?</string> + <string name="contact_offline_file">Sending files to an offline contact is unfortunately not supported.</string> + <string name="send_unencrypted">Send unencrypted</string> </resources> |