Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Comminos <andrewcomminos@gmail.com>2014-01-26 11:04:11 +0400
committerAndrew Comminos <andrewcomminos@gmail.com>2014-01-26 11:04:11 +0400
commita73987c532874a9f235ec5d95216cb78fa426d0f (patch)
treee700e314006cbac44b719e5141e31b151236cc13 /src/main/res
parentef7a1c576080b02a5a5460558646eea0ebb3a9da (diff)
Added proper permission denied message support.
Diffstat (limited to 'src/main/res')
-rw-r--r--src/main/res/values/strings.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index f12f76b..fce65b4 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -45,4 +45,13 @@
<string name="chat_notify_user_recording_stopped">%s stopped recording.</string>
<string name="bluetooth_connected">Bluetooth connected</string>
<string name="bluetooth_disconnected">Bluetooth disconnected</string>
+ <string name="deny_reason_channel_name">Denied: Invalid channel name.</string>
+ <string name="deny_reason_text_too_long">Denied: Text message too long.</string>
+ <string name="deny_reason_no_operation_temp">Denied: Operation not permitted in temporary channel.</string>
+ <string name="deny_reason_no_certificate">You need a certificate to perform this operation.</string>
+ <string name="deny_reason_invalid_username">Invalid username.</string>
+ <string name="deny_reason_channel_full">Channel is full.</string>
+ <string name="deny_reason_channel_nesting">Channel nesting limit reached.</string>
+ <string name="deny_reason_other">Reason: %s</string>
+ <string name="perm_denied">Permission denied.</string>
</resources>