aboutsummaryrefslogtreecommitdiffstats
path: root/src/frontends/android/app/src/main/res/values-ua/strings.xml
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2017-06-23 10:35:08 +0200
committerTobias Brunner <tobias@strongswan.org>2017-07-03 10:39:26 +0200
commit1265b353d4634892c9c97da19f2f197466891ba6 (patch)
tree735aa686898710d2b55ae5c06058bada1250b768 /src/frontends/android/app/src/main/res/values-ua/strings.xml
parentd0ed8ee89e150cd063185d724a7a7e88e4d9dc25 (diff)
downloadstrongswan-1265b353d4634892c9c97da19f2f197466891ba6.tar.bz2
strongswan-1265b353d4634892c9c97da19f2f197466891ba6.tar.xz
android: Allow disconnecting via MainActivity but display a confirmation dialog
Diffstat (limited to 'src/frontends/android/app/src/main/res/values-ua/strings.xml')
-rw-r--r--src/frontends/android/app/src/main/res/values-ua/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/frontends/android/app/src/main/res/values-ua/strings.xml b/src/frontends/android/app/src/main/res/values-ua/strings.xml
index 5b769b787..4d3600952 100644
--- a/src/frontends/android/app/src/main/res/values-ua/strings.xml
+++ b/src/frontends/android/app/src/main/res/values-ua/strings.xml
@@ -164,6 +164,8 @@
<string name="reconnect">Перепідключитися</string>
<string name="connect_profile_question">Підключити %1$s?</string>
<string name="replaces_active_connection">Ця дія замінить ваше поточне VPN з\'єднання!</string>
+ <string name="disconnect_question">Disconnect VPN?</string>
+ <string name="disconnect_active_connection">This will disconnect the active VPN connection!</string>
<string name="connect">Підключити</string>
</resources>