]> git.ipfire.org Git - thirdparty/strongswan.git/blame - src/frontends/android/res/values-de/strings.xml
android: Remove NOT NULL constraint from username column
[thirdparty/strongswan.git] / src / frontends / android / res / values-de / strings.xml
CommitLineData
05427857
TB
1<?xml version="1.0" encoding="utf-8"?>
2<!--
3 Copyright (C) 2012 Tobias Brunner
4 Copyright (C) 2012 Giuliano Grassi
5 Copyright (C) 2012 Ralf Sager
6 Hochschule fuer Technik Rapperswil
7
8 This program is free software; you can redistribute it and/or modify it
9 under the terms of the GNU General Public License as published by the
10 Free Software Foundation; either version 2 of the License, or (at your
11 option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>.
12
13 This program is distributed in the hope that it will be useful, but
14 WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
15 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16 for more details.
17-->
18<resources>
19
20 <!-- Application -->
21 <string name="app_name">strongSwan VPN Client</string>
22 <string name="main_activity_name">strongSwan</string>
23 <string name="reload_trusted_certs">CA-Zertifikate neu laden</string>
bad119c5 24 <string name="show_log">Log anzeigen</string>
c8d0c3b0 25 <string name="search">Suchen</string>
8df118f7
TB
26 <string name="vpn_not_supported_title">VPN nicht unterstützt</string>
27 <string name="vpn_not_supported">Ihr Gerät unterstützt keine VPN Anwendungen.\nBitte kontaktieren Sie den Hersteller.</string>
bad119c5
TB
28
29 <!-- Log view -->
30 <string name="log_title">Log</string>
6c54c108
TB
31 <string name="send_log">Logdatei senden</string>
32 <string name="empty_log">Logdatei ist leer</string>
33 <string name="log_mail_subject">strongSwan %1$s Logdatei</string>
05427857
TB
34
35 <!-- VPN profile list -->
36 <string name="no_profiles">Keine VPN Profile vorhanden.</string>
37 <string name="add_profile">Profil hinzufügen</string>
38 <string name="edit_profile">Bearbeiten</string>
39 <string name="delete_profile">Löschen</string>
374f6253 40 <string name="select_profiles">Profile auswählen</string>
05427857
TB
41 <string name="profiles_deleted">Ausgewählte Profile gelöscht</string>
42 <string name="no_profile_selected">Kein Profil ausgewählt</string>
43 <string name="one_profile_selected">Ein Profil ausgewählt</string>
44 <string name="x_profiles_selected">%1$d Profile ausgewählt</string>
45
46 <!-- VPN profile details -->
47 <string name="profile_edit_save">Speichern</string>
48 <string name="profile_edit_cancel">Abbrechen</string>
49 <string name="profile_name_label">Profilname:</string>
50 <string name="profile_name_hint">(Gateway-Adresse verwenden)</string>
51 <string name="profile_gateway_label">Gateway:</string>
825c192d 52 <string name="profile_vpn_type_label">Typ:</string>
05427857
TB
53 <string name="profile_username_label">Benutzername:</string>
54 <string name="profile_password_label">Passwort:</string>
55 <string name="profile_password_hint">(anfordern wenn benötigt)</string>
56 <string name="profile_ca_label">CA-Zertifikat:</string>
57 <string name="profile_ca_auto_label">Automatisch wählen</string>
4db2d633
TB
58 <string name="profile_ca_select_certificate_label">CA-Zertifikat auswählen</string>
59 <string name="profile_ca_select_certificate">Wählen Sie ein bestimmtes CA-Zertifikat</string>
05427857
TB
60 <!-- Warnings/Notifications in the details view -->
61 <string name="alert_text_no_input_gateway">Bitte geben Sie hier die Gateway-Adresse ein</string>
62 <string name="alert_text_no_input_username">Bitte geben Sie hier Ihren Benutzernamen ein</string>
63 <string name="alert_text_nocertfound_title">Kein CA-Zertifikat ausgewählt</string>
64 <string name="alert_text_nocertfound">Bitte wählen Sie eines aus oder aktivieren Sie <i>Automatisch wählen</i></string>
65
caf85c87 66 <!-- Trusted certificate selection -->
b0b0eac6 67 <string name="trusted_certs_title">CA-Zertifikate</string>
caf85c87 68 <string name="no_certificates">Keine Zertifikate</string>
b0b0eac6
TB
69 <string name="system_tab">System</string>
70 <string name="user_tab">Benutzer</string>
caf85c87 71
05427857
TB
72 <!-- VPN state fragment -->
73 <string name="state_label">Status:</string>
74 <string name="profile_label">Profil:</string>
75 <string name="disconnect">Trennen</string>
76 <string name="state_connecting">Verbinden&#8230;</string>
77 <string name="state_connected">Verbunden</string>
78 <string name="state_disconnecting">Trennen&#8230;</string>
79 <string name="state_disabled">Kein aktives Profil</string>
80 <string name="state_error">Fehler</string>
81
82 <!-- Dialogs -->
83 <string name="login_title">Passwort eingeben um zu verbinden</string>
84 <string name="login_confirm">Verbinden</string>
85 <string name="error_introduction">Fehler beim Aufsetzen des VPN:</string>
86 <string name="error_lookup_failed">Gateway-Adresse konnte nicht aufgelöst werden.</string>
87 <string name="error_unreachable">Gateway ist nicht erreichbar.</string>
88 <string name="error_peer_auth_failed">Authentifizierung des Gateway ist fehlgeschlagen.</string>
89 <string name="error_auth_failed">Benutzerauthentifizierung ist fehlgeschlagen.</string>
90 <string name="error_generic">Unbekannter Fehler während des Verbindens.</string>
91 <string name="connecting_title">Verbinden: %1$s</string>
92 <string name="connecting_message">Verbinde mit \""%1$s\".</string>
93
94</resources>