Welcome to mirror list, hosted at ThFree Co, Russian Federation.

de_AT.js « l10n « user_ldap « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5695ad9c9876f3631915e712c21e89d98b4e4cb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
OC.L10N.register(
    "user_ldap",
    {
    "Failed to clear the mappings." : "Löschen der Verbindungen gescheitert.",
    "Failed to delete the server configuration" : "Löschen der Server-Konfiguration gescheitert",
    "The configuration is valid and the connection could be established!" : "Die Konfiguration ist gültig und eine Verbindung konnte hergestellt werden!",
    "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "Die Konfiguration ist gültig, aber die Bindung schlug fehl. Bitte überprüfe die Server-Einstellungen und Login-Daten.",
    "The configuration is invalid. Please have a look at the logs for further details." : "DIe Konfiguration ist ungültig. Bitte wirf einen Blick auf die Logs für weitere Details.",
    "No action specified" : "Keine Aktion angegeben",
    "No configuration specified" : "Keine Konfiguration angegeben",
    "No data specified" : "Keine Daten angegeben",
    " Could not set configuration %s" : "Konfiguration %s konnte nicht gespeichert werden",
    "Configuration incorrect" : "Konfiguration fehlerhaft",
    "Configuration incomplete" : "Konfiguration unvollständig",
    "Configuration OK" : "Konfiguration OK",
    "Select groups" : "Gruppen wählen",
    "Select object classes" : "Objekt-Klassen wählen",
    "{nthServer}. Server" : "{nthServer}. Server",
    "Do you really want to delete the current Server Configuration?" : "Soll die momentane Server-Konfiguration wirklich gelöscht werden?",
    "Confirm Deletion" : "Löschen bestätigen",
    "Select attributes" : "Attribute wählen",
    "Could not find the desired feature" : "Funktion konnte nicht gefunden werden",
    "Invalid Host" : "Ungültiger Host",
    "Server" : "Server",
    "Test Configuration" : "Konfiguration testen",
    "Help" : "Hilfe",
    "Groups meeting these criteria are available in %s:" : "Gruppen die den Kriterien entsprechen sind verfügbar unter %s:",
    "Other Attributes:" : "Andere Atribute:",
    "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Legt den beim Login verwendeten Filter fest. %%uid ersetzt den Benutzernamen beim Login. Beispiel: \"uid=%%uid\"",
    "1. Server" : "1. Server",
    "%s. Server:" : "%s. Server:",
    "Host" : "Host",
    "Port" : "Port",
    "User DN" : "User DN",
    "Password" : "Passwort",
    "For anonymous access, leave DN and Password empty." : "Für anonymen Zugriff DN und Passwort frei lassen.",
    "One Base DN per line" : "Ein Basis DN per Zeile",
    "You can specify Base DN for users and groups in the Advanced tab" : "Basis DN für User und Gruppen können im Fortgeschritten-Tab festgelegt werden",
    "Limit %s access to users meeting these criteria:" : "Zugang auf %s für User die diese Kriterien erfüllen limitieren:",
    "The filter specifies which LDAP users shall have access to the %s instance." : "Der Filter spezifiziert welche LDAP User Zugang zu %s haben.",
    "Back" : "Zurück",
    "Continue" : "Weiter",
    "Expert" : "Experte",
    "Advanced" : "Fortgeschritten",
    "<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "<b>Warnung:</b> Die Apps user_ldap und user_webdavauth sind Inkompatibel. Unerwartetes Verhalten kann auftreten. Bitte wende dich an den Systemadministrator um eine auszuschalten.",
    "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "<b>Warnung:</b> Das PHP LDAP Modul ist nicht installiert, das Backend wird nicht funktionieren. Bitte wende dich an den Systemadministrator um es zu installieren.",
    "Connection Settings" : "Verbindungseinstellungen",
    "Configuration Active" : "Verbindung aktiv",
    "Disable Main Server" : "Hauptserver ausschalten",
    "in seconds. A change empties the cache." : "in Sekunden. Änderungen erneuern den Cache.",
    "Directory Settings" : "Verzeichniseinstellungen",
    "User Display Name Field" : "User Display Name Feld",
    "The LDAP attribute to use to generate the user's display name." : "Das LDAP Atribut das für den Anzeigenamen des Users verwendet wird.",
    "Optional; one attribute per line" : "Optional; ein Attribut pro Zeile",
    "The LDAP attribute to use to generate the groups's display name." : "Das LDAP Attribut das für den Anzeigenamen der Gruppe verwendet wird.",
    "Nested Groups" : "Verschachtelte Gruppen",
    "Special Attributes" : "Spezielle Attribute",
    "in bytes" : "in Bytes",
    "Email Field" : "Email-Feld",
    "Internal Username" : "Interner Username",
    "UUID Attribute for Users:" : "UUID Attribut für User:",
    "UUID Attribute for Groups:" : "UUID Attribut für Gruppen:"
},
"nplurals=2; plural=(n != 1);");