<string name="app_name">strongSwan VPN Client</string>
<string name="main_activity_name">strongSwan</string>
<string name="reload_trusted_certs">CA-Zertifikate neu laden</string>
+ <string name="show_log">Log anzeigen</string>
+ <string name="search">Suchen</string>
+ <string name="vpn_not_supported_title">VPN nicht unterstützt</string>
+ <string name="vpn_not_supported">Ihr Gerät unterstützt keine VPN Anwendungen.\nBitte kontaktieren Sie den Hersteller.</string>
+
+ <!-- Log view -->
+ <string name="log_title">Log</string>
+ <string name="send_log">Logdatei senden</string>
+ <string name="empty_log">Logdatei ist leer</string>
+ <string name="log_mail_subject">strongSwan %1$s Logdatei</string>
<!-- VPN profile list -->
<string name="no_profiles">Keine VPN Profile vorhanden.</string>
<string name="profile_name_label">Profilname:</string>
<string name="profile_name_hint">(Gateway-Adresse verwenden)</string>
<string name="profile_gateway_label">Gateway:</string>
+ <string name="profile_vpn_type_label">Typ:</string>
<string name="profile_username_label">Benutzername:</string>
<string name="profile_password_label">Passwort:</string>
<string name="profile_password_hint">(anfordern wenn benötigt)</string>
<string name="profile_ca_label">CA-Zertifikat:</string>
<string name="profile_ca_auto_label">Automatisch wählen</string>
- <string name="profile_ca_show_all">Alle Zertifikate anzeigen</string>
+ <string name="profile_ca_select_certificate_label">CA-Zertifikat auswählen</string>
+ <string name="profile_ca_select_certificate">Wählen Sie ein bestimmtes CA-Zertifikat</string>
<!-- Warnings/Notifications in the details view -->
<string name="alert_text_no_input_gateway">Bitte geben Sie hier die Gateway-Adresse ein</string>
<string name="alert_text_no_input_username">Bitte geben Sie hier Ihren Benutzernamen ein</string>
<string name="alert_text_nocertfound_title">Kein CA-Zertifikat ausgewählt</string>
<string name="alert_text_nocertfound">Bitte wählen Sie eines aus oder aktivieren Sie <i>Automatisch wählen</i></string>
+ <!-- Trusted certificate selection -->
+ <string name="trusted_certs_title">CA-Zertifikate</string>
+ <string name="no_certificates">Keine Zertifikate</string>
+ <string name="system_tab">System</string>
+ <string name="user_tab">Benutzer</string>
+
<!-- VPN state fragment -->
<string name="state_label">Status:</string>
<string name="profile_label">Profil:</string>