Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. OC.L10N.register(
  2. "user_ldap",
  3. {
  4. "Failed to clear the mappings." : "Löschen der Verbindungen gescheitert.",
  5. "Failed to delete the server configuration" : "Löschen der Server-Konfiguration gescheitert",
  6. "The configuration is valid and the connection could be established!" : "Die Konfiguration ist gültig und eine Verbindung konnte hergestellt werden!",
  7. "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.",
  8. "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.",
  9. "No action specified" : "Keine Aktion angegeben",
  10. "No configuration specified" : "Keine Konfiguration angegeben",
  11. "No data specified" : "Keine Daten angegeben",
  12. " Could not set configuration %s" : "Konfiguration %s konnte nicht gespeichert werden",
  13. "Configuration incorrect" : "Konfiguration fehlerhaft",
  14. "Configuration incomplete" : "Konfiguration unvollständig",
  15. "Configuration OK" : "Konfiguration OK",
  16. "Select groups" : "Gruppen wählen",
  17. "Select object classes" : "Objekt-Klassen wählen",
  18. "{nthServer}. Server" : "{nthServer}. Server",
  19. "Do you really want to delete the current Server Configuration?" : "Soll die momentane Server-Konfiguration wirklich gelöscht werden?",
  20. "Confirm Deletion" : "Löschen bestätigen",
  21. "Select attributes" : "Attribute wählen",
  22. "Could not find the desired feature" : "Funktion konnte nicht gefunden werden",
  23. "Invalid Host" : "Ungültiger Host",
  24. "Server" : "Server",
  25. "Users" : "Benutzer",
  26. "Test Configuration" : "Konfiguration testen",
  27. "Help" : "Hilfe",
  28. "Groups meeting these criteria are available in %s:" : "Gruppen die den Kriterien entsprechen sind verfügbar unter %s:",
  29. "Other Attributes:" : "Andere Atribute:",
  30. "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\"",
  31. "1. Server" : "1. Server",
  32. "%s. Server:" : "%s. Server:",
  33. "Host" : "Host",
  34. "Port" : "Port",
  35. "User DN" : "User DN",
  36. "Password" : "Passwort",
  37. "For anonymous access, leave DN and Password empty." : "Für anonymen Zugriff DN und Passwort frei lassen.",
  38. "One Base DN per line" : "Ein Basis DN per Zeile",
  39. "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",
  40. "The filter specifies which LDAP users shall have access to the %s instance." : "Der Filter spezifiziert welche LDAP User Zugang zu %s haben.",
  41. "Back" : "Zurück",
  42. "Continue" : "Weiter",
  43. "Expert" : "Experte",
  44. "Advanced" : "Fortgeschritten",
  45. "<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.",
  46. "<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.",
  47. "Connection Settings" : "Verbindungseinstellungen",
  48. "Configuration Active" : "Verbindung aktiv",
  49. "Disable Main Server" : "Hauptserver ausschalten",
  50. "in seconds. A change empties the cache." : "in Sekunden. Änderungen erneuern den Cache.",
  51. "Directory Settings" : "Verzeichniseinstellungen",
  52. "User Display Name Field" : "User Display Name Feld",
  53. "The LDAP attribute to use to generate the user's display name." : "Das LDAP Atribut das für den Anzeigenamen des Users verwendet wird.",
  54. "Optional; one attribute per line" : "Optional; ein Attribut pro Zeile",
  55. "The LDAP attribute to use to generate the groups's display name." : "Das LDAP Attribut das für den Anzeigenamen der Gruppe verwendet wird.",
  56. "Nested Groups" : "Verschachtelte Gruppen",
  57. "Special Attributes" : "Spezielle Attribute",
  58. "in bytes" : "in Bytes",
  59. "Email Field" : "Email-Feld",
  60. "Internal Username" : "Interner Username",
  61. "UUID Attribute for Users:" : "UUID Attribut für User:",
  62. "UUID Attribute for Groups:" : "UUID Attribut für Gruppen:"
  63. },
  64. "nplurals=2; plural=(n != 1);");