android: Show confirmation dialog when starting a profile while already connected

This commit is contained in:
Tobias Brunner
2012-11-21 18:57:41 +01:00
parent ac3c6ff479
commit 50b048983c
4 changed files with 127 additions and 9 deletions
@@ -99,5 +99,11 @@
<string name="error_generic">Nieznany błąd w czasie połączenia</string>
<string name="connecting_title">Łączenie: %1$s</string>
<string name="connecting_message">Tworzenie tunelu VPN z \""%1$s\".</string>
<string name="vpn_connected">Połączenie z VPN</string>
<string name="vpn_profile_connected">Ten profil VPN jest obecnie połaczony!</string>
<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="connect">Połącz</string>
</resources>