]> git.ipfire.org Git - thirdparty/strongswan.git/blame - src/frontends/android/res/values-de/strings.xml
Add ContentProvider to access log file from other applications
[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
TB
24 <string name="show_log">Log anzeigen</string>
25
26 <!-- Log view -->
27 <string name="log_title">Log</string>
05427857
TB
28
29 <!-- VPN profile list -->
30 <string name="no_profiles">Keine VPN Profile vorhanden.</string>
31 <string name="add_profile">Profil hinzufügen</string>
32 <string name="edit_profile">Bearbeiten</string>
33 <string name="delete_profile">Löschen</string>
374f6253 34 <string name="select_profiles">Profile auswählen</string>
05427857
TB
35 <string name="profiles_deleted">Ausgewählte Profile gelöscht</string>
36 <string name="no_profile_selected">Kein Profil ausgewählt</string>
37 <string name="one_profile_selected">Ein Profil ausgewählt</string>
38 <string name="x_profiles_selected">%1$d Profile ausgewählt</string>
39
40 <!-- VPN profile details -->
41 <string name="profile_edit_save">Speichern</string>
42 <string name="profile_edit_cancel">Abbrechen</string>
43 <string name="profile_name_label">Profilname:</string>
44 <string name="profile_name_hint">(Gateway-Adresse verwenden)</string>
45 <string name="profile_gateway_label">Gateway:</string>
46 <string name="profile_username_label">Benutzername:</string>
47 <string name="profile_password_label">Passwort:</string>
48 <string name="profile_password_hint">(anfordern wenn benötigt)</string>
49 <string name="profile_ca_label">CA-Zertifikat:</string>
50 <string name="profile_ca_auto_label">Automatisch wählen</string>
51 <string name="profile_ca_show_all">Alle Zertifikate anzeigen</string>
52 <!-- Warnings/Notifications in the details view -->
53 <string name="alert_text_no_input_gateway">Bitte geben Sie hier die Gateway-Adresse ein</string>
54 <string name="alert_text_no_input_username">Bitte geben Sie hier Ihren Benutzernamen ein</string>
55 <string name="alert_text_nocertfound_title">Kein CA-Zertifikat ausgewählt</string>
56 <string name="alert_text_nocertfound">Bitte wählen Sie eines aus oder aktivieren Sie <i>Automatisch wählen</i></string>
57
58 <!-- VPN state fragment -->
59 <string name="state_label">Status:</string>
60 <string name="profile_label">Profil:</string>
61 <string name="disconnect">Trennen</string>
62 <string name="state_connecting">Verbinden&#8230;</string>
63 <string name="state_connected">Verbunden</string>
64 <string name="state_disconnecting">Trennen&#8230;</string>
65 <string name="state_disabled">Kein aktives Profil</string>
66 <string name="state_error">Fehler</string>
67
68 <!-- Dialogs -->
69 <string name="login_title">Passwort eingeben um zu verbinden</string>
70 <string name="login_confirm">Verbinden</string>
71 <string name="error_introduction">Fehler beim Aufsetzen des VPN:</string>
72 <string name="error_lookup_failed">Gateway-Adresse konnte nicht aufgelöst werden.</string>
73 <string name="error_unreachable">Gateway ist nicht erreichbar.</string>
74 <string name="error_peer_auth_failed">Authentifizierung des Gateway ist fehlgeschlagen.</string>
75 <string name="error_auth_failed">Benutzerauthentifizierung ist fehlgeschlagen.</string>
76 <string name="error_generic">Unbekannter Fehler während des Verbindens.</string>
77 <string name="connecting_title">Verbinden: %1$s</string>
78 <string name="connecting_message">Verbinde mit \""%1$s\".</string>
79
80</resources>