aboutsummaryrefslogtreecommitdiffstats
path: root/src/frontends/android/app/src/main/res
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontends/android/app/src/main/res')
-rw-r--r--src/frontends/android/app/src/main/res/values-de/strings.xml2
-rw-r--r--src/frontends/android/app/src/main/res/values-pl/strings.xml2
-rw-r--r--src/frontends/android/app/src/main/res/values-ru/strings.xml2
-rw-r--r--src/frontends/android/app/src/main/res/values-ua/strings.xml2
-rw-r--r--src/frontends/android/app/src/main/res/values-zh-rCN/strings.xml2
-rw-r--r--src/frontends/android/app/src/main/res/values-zh-rTW/strings.xml2
-rw-r--r--src/frontends/android/app/src/main/res/values/strings.xml2
7 files changed, 14 insertions, 0 deletions
diff --git a/src/frontends/android/app/src/main/res/values-de/strings.xml b/src/frontends/android/app/src/main/res/values-de/strings.xml
index 34fe84609..bc6927d51 100644
--- a/src/frontends/android/app/src/main/res/values-de/strings.xml
+++ b/src/frontends/android/app/src/main/res/values-de/strings.xml
@@ -166,6 +166,8 @@
<string name="reconnect">Neu verbinden</string>
<string name="connect_profile_question">Verbinde %1$s?</string>
<string name="replaces_active_connection">Dies ersetzt die aktuelle VPN Verbindung!</string>
+ <string name="disconnect_question">VPN Verbindung trennen?</string>
+ <string name="disconnect_active_connection">Dies trennt die aktuelle VPN Verbindung!</string>
<string name="connect">Verbinden</string>
</resources>
diff --git a/src/frontends/android/app/src/main/res/values-pl/strings.xml b/src/frontends/android/app/src/main/res/values-pl/strings.xml
index a87381aa1..424837adf 100644
--- a/src/frontends/android/app/src/main/res/values-pl/strings.xml
+++ b/src/frontends/android/app/src/main/res/values-pl/strings.xml
@@ -166,6 +166,8 @@
<string name="reconnect">Połączyć ponownie</string>
<string name="connect_profile_question">Połącz %1$s?</string>
<string name="replaces_active_connection">To zastąpi aktywne połączenie 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">Połącz</string>
</resources>
diff --git a/src/frontends/android/app/src/main/res/values-ru/strings.xml b/src/frontends/android/app/src/main/res/values-ru/strings.xml
index 0ce54e56e..a53772014 100644
--- a/src/frontends/android/app/src/main/res/values-ru/strings.xml
+++ b/src/frontends/android/app/src/main/res/values-ru/strings.xml
@@ -163,6 +163,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>
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>
diff --git a/src/frontends/android/app/src/main/res/values-zh-rCN/strings.xml b/src/frontends/android/app/src/main/res/values-zh-rCN/strings.xml
index 4202c5f84..606bd2783 100644
--- a/src/frontends/android/app/src/main/res/values-zh-rCN/strings.xml
+++ b/src/frontends/android/app/src/main/res/values-zh-rCN/strings.xml
@@ -163,6 +163,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>
diff --git a/src/frontends/android/app/src/main/res/values-zh-rTW/strings.xml b/src/frontends/android/app/src/main/res/values-zh-rTW/strings.xml
index 6c0e104b5..52f21f8da 100644
--- a/src/frontends/android/app/src/main/res/values-zh-rTW/strings.xml
+++ b/src/frontends/android/app/src/main/res/values-zh-rTW/strings.xml
@@ -163,6 +163,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>
diff --git a/src/frontends/android/app/src/main/res/values/strings.xml b/src/frontends/android/app/src/main/res/values/strings.xml
index f99f7dea5..4ee6be390 100644
--- a/src/frontends/android/app/src/main/res/values/strings.xml
+++ b/src/frontends/android/app/src/main/res/values/strings.xml
@@ -166,6 +166,8 @@
<string name="reconnect">Reconnect</string>
<string name="connect_profile_question">Connect %1$s?</string>
<string name="replaces_active_connection">This will replace your active VPN connection!</string>
+ <string name="disconnect_question">Disconnect VPN?</string>
+ <string name="disconnect_active_connection">This will disconnect the active VPN connection!</string>
<string name="connect">Connect</string>
</resources>