summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-04-16 20:17:45 +0200
committerArne Schwabe <arne@rfc2549.org>2013-04-16 20:17:45 +0200
commit7e3671e2bd04c0695d8b5bbdb1fe33b888253552 (patch)
treef320bd26e0ce563238aa21f5af8843371d22f989 /res
parentc916abb6d015496cceb38c65d6912ec4454251cd (diff)
Add states when requiring user input
Diffstat (limited to 'res')
-rw-r--r--res/values/untranslatable.xml14
1 files changed, 10 insertions, 4 deletions
diff --git a/res/values/untranslatable.xml b/res/values/untranslatable.xml
index 70ca6b7f..1b4fdd9b 100644
--- a/res/values/untranslatable.xml
+++ b/res/values/untranslatable.xml
@@ -19,9 +19,9 @@
<string name="openssl" translatable="false">OpenSSL</string>
<string name="unknown_state" translatable="false">Unknown state</string>
<string name="permission_description">Allows another app to control OpenVPN</string>
- <string name="bouncy_castle" translatable="false">Bouncy Castle Crypto APIs</string>
- <string name="copyright_bouncycastle" translatable="false">Copyright © 2000–2012 The Legion Of The Bouncy Castle (http://www.bouncycastle.org)</string>
-
+ <string name="bouncy_castle" translatable="false">Bouncy Castle Crypto APIs</string>
+ <string name="copyright_bouncycastle" translatable="false">Copyright © 2000–2012 The Legion Of The Bouncy Castle (http://www.bouncycastle.org)</string>
+
<string-array name="tls_directions_values" translatable="false">
<item>0</item>
<item>1</item>
@@ -43,4 +43,10 @@
<item>-1</item>
</string-array>
-</resources>
+ <!-- These strings should not be visible to the user -->
+ <string name="state_user_vpn_permission" translatable="false">Waiting for user permission to use VPN API</string>
+ <string name="state_user_vpn_password" translatable="false">Waiting for user VPN password</string>
+ <string name="state_user_vpn_password_cancelled" translatable="false">VPN password input dialog cancelled</string>
+ <string name="state_user_vpn_permission_cancelled" translatable="false">VPN API permission dialog cancelled</string>
+
+</resources> \ No newline at end of file