android: Start a specific VPN profile based on special Intents

This commit is contained in:
Tobias Brunner
2012-11-21 18:57:40 +01:00
parent 7241102ace
commit 127d83bb21
5 changed files with 56 additions and 1 deletions
@@ -27,6 +27,7 @@
<string name="vpn_not_supported">Ihr Gerät unterstützt keine VPN Anwendungen.\nBitte kontaktieren Sie den Hersteller.</string>
<string name="vpn_not_supported_during_lockdown">VPN Verbindungen sind nicht möglich im abgeriegelten Modus.</string>
<string name="loading">Laden&#8230;</string>
<string name="profile_not_found">Profil nicht gefunden</string>
<!-- Log view -->
<string name="log_title">Log</string>
@@ -29,6 +29,7 @@
<string name="vpn_not_supported">Urządzenie nie obsługuje aplikacji VPN.\nProszę skontaktować się z producentem.</string>
<string name="vpn_not_supported_during_lockdown">Polączenia nie sa możliwe w trybie zamkniętym</string>
<string name="loading">Wczytywanie&#8230;</string>
<string name="profile_not_found">Nie znaleziono profilu</string>
<!-- Log view -->
<string name="log_title">Log</string>
@@ -27,6 +27,7 @@
<string name="vpn_not_supported">Your device does not support VPN applications.\nPlease contact the manufacturer.</string>
<string name="vpn_not_supported_during_lockdown">VPN connections are not supported in lockdown mode.</string>
<string name="loading">Loading&#8230;</string>
<string name="profile_not_found">Profile not found</string>
<!-- Log view -->
<string name="log_title">Log</string>