diff --git a/classes/Adi/Configuration/Ui/Layout.php b/classes/Adi/Configuration/Ui/Layout.php index 8c10cbf0..81f78095 100644 --- a/classes/Adi/Configuration/Ui/Layout.php +++ b/classes/Adi/Configuration/Ui/Layout.php @@ -217,14 +217,16 @@ private static function create() // Group name __('Brute-Force-Protection', 'next-active-directory-integration') => array( // Group description - self::DESCRIPTION => __( - 'For security reasons you can use the following options to prevent brute force attacks on your user accounts.
' . - '
'. - 'We highly recommend you to use iThemes Security to secure your WordPress environment.
' . - 'NADI Brute Force Protection will not receive updates anymore after the NADI v2.0.13 release and we are planning on removing it completely later this year.' . - '
', + self::DESCRIPTION => array( + __( + 'For security reasons you can use the following options to prevent brute force attacks on your user accounts.', + 'next-active-directory-integration' + ), + // editing translations with loco-translate will not detect concatenated strings + __( + '
We highly recommend you to use iThemes Security to secure your WordPress environment.
NADI Brute Force Protection will not receive updates anymore after the NADI v2.0.13 release and we are planning on removing it completely later this year.
', 'next-active-directory-integration' - ), + )), // Group elements in group self::OPTIONS => array( NextADInt_Adi_Configuration_Options::MAX_LOGIN_ATTEMPTS, diff --git a/classes/Adi/Synchronization/Ui/SyncToActiveDirectoryPage.php b/classes/Adi/Synchronization/Ui/SyncToActiveDirectoryPage.php index 40e94359..93574271 100644 --- a/classes/Adi/Synchronization/Ui/SyncToActiveDirectoryPage.php +++ b/classes/Adi/Synchronization/Ui/SyncToActiveDirectoryPage.php @@ -85,8 +85,9 @@ public function renderAdmin() 'userId' => __('User-ID: (optional)', 'next-active-directory-integration'), 'repeatAction' => __('Repeat WordPress to Active Directory synchronization', 'next-active-directory-integration'), 'startAction' => __('Start WordPress to Active Directory synchronization', 'next-active-directory-integration'), - 'syncDisabled' => __('Check that a connection to a domain controller is established and \'Enable sync to AD\' is checked. Also, a service account has to be provided.', 'next-active-directory-integration') - ); + 'syncDisabled' => __('Check that a connection to a domain controller is established and \'Enable sync to AD\' is checked. Also, a service account has to be provided.', 'next-active-directory-integration'), + 'showLogOutput' => __('Show log output', 'next-active-directory-integration') + ); $params['i18n'] = NextADInt_Core_Util_EscapeUtil::escapeHarmfulHtml($i18n); // render diff --git a/classes/Adi/Synchronization/Ui/SyncToWordPressPage.php b/classes/Adi/Synchronization/Ui/SyncToWordPressPage.php index 32e02fa0..38884324 100644 --- a/classes/Adi/Synchronization/Ui/SyncToWordPressPage.php +++ b/classes/Adi/Synchronization/Ui/SyncToWordPressPage.php @@ -84,8 +84,9 @@ public function renderAdmin() 'descriptionLine2' => __('Settings like auth-code etc. depends on the current blog. So be careful which blog you are using. Here are some examples:', 'next-active-directory-integration'), 'repeatAction' => __('Repeat AD to WordPress synchronization', 'next-active-directory-integration'), 'startAction' => __('Start AD to WordPress synchronization', 'next-active-directory-integration'), - 'syncDisabled' => __('Check that a connection to a domain controller is established and \'Enable sync to WordPress\' is checked. Also, a service account has to be provided.', 'next-active-directory-integration') - ); + 'syncDisabled' => __('Check that a connection to a domain controller is established and \'Enable sync to WordPress\' is checked. Also, a service account has to be provided.', 'next-active-directory-integration'), + 'showLogOutput' => __('Show log output', 'next-active-directory-integration') + ); $params['i18n'] = NextADInt_Core_Util_EscapeUtil::escapeHarmfulHtml($i18n); $this->display(self::TEMPLATE, $params); diff --git a/classes/Adi/Ui/ConnectivityTestPage.php b/classes/Adi/Ui/ConnectivityTestPage.php index 5563d922..b8af91a5 100644 --- a/classes/Adi/Ui/ConnectivityTestPage.php +++ b/classes/Adi/Ui/ConnectivityTestPage.php @@ -96,6 +96,8 @@ public function renderAdmin() $params['nonce'] = wp_create_nonce(self::NONCE); // add nonce for security $params['message'] = $this->result; $params['log'] = $this->log; + + // TODO @dme duplicated code? $params['i18n'] = array( 'title' => __('Test Active Directory authentication', 'next-active-directory-integration'), 'descriptionLine1' => __('Please enter the username and password for the account you want to authenticate with. After submitting the request you will get the debug output.', 'next-active-directory-integration'), @@ -104,7 +106,8 @@ public function renderAdmin() 'username' => __('Username:', 'next-active-directory-integration'), 'password' => __('Password (will be shown):', 'next-active-directory-integration'), 'tryAgain' => __('Try to authenticate again', 'next-active-directory-integration'), - 'tryAuthenticate' => __('Try to authenticate', 'next-active-directory-integration') + 'tryAuthenticate' => __('Try to authenticate', 'next-active-directory-integration'), + 'showLogOutput' => __('Show log output', 'next-active-directory-integration') ); $i18n = array( @@ -115,7 +118,8 @@ public function renderAdmin() 'username' => __('Username:', 'next-active-directory-integration'), 'password' => __('Password (will be shown):', 'next-active-directory-integration'), 'tryAgain' => __('Try to authenticate again', 'next-active-directory-integration'), - 'tryAuthenticate' => __('Try to authenticate', 'next-active-directory-integration') + 'tryAuthenticate' => __('Try to authenticate', 'next-active-directory-integration'), + 'showLogOutput' => __('Show log output', 'next-active-directory-integration') ); $params['i18n'] = NextADInt_Core_Util_EscapeUtil::escapeHarmfulHtml($i18n); diff --git a/languages/next-active-directory-integration-de_DE.mo b/languages/next-active-directory-integration-de_DE.mo index 218fc31e..e460216f 100644 Binary files a/languages/next-active-directory-integration-de_DE.mo and b/languages/next-active-directory-integration-de_DE.mo differ diff --git a/languages/next-active-directory-integration-de_DE.po b/languages/next-active-directory-integration-de_DE.po index e7a17f4b..2b4cde32 100644 --- a/languages/next-active-directory-integration-de_DE.po +++ b/languages/next-active-directory-integration-de_DE.po @@ -1,2738 +1,2848 @@ -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 06:47+0000\n" -"PO-Revision-Date: 2017-10-20 06:53+0000\n" -"Last-Translator: root \n" -"Language-Team: German\n" -"Language: de-DE\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1\n" -"X-Loco-Source-Locale: de_DE\n" -"X-Generator: Loco - https://localise.biz/\n" -"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;" -"_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;" -"esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n" -"X-Poedit-Basepath: ..\n" -"X-Loco-Parser: loco_parse_po\n" -"X-Poedit-SourceCharset: UTF-8\n" -"X-Poedit-SearchPath-0: .\n" -"X-Poedit-SearchPathExcluded-0: vendor" - -#: classes/Adi/Init.php:114 -#, php-format -msgid "" -"Please purchase a valid Next Active Directory Integration support license " -"from %s to support this plug-in." -msgstr "" -"Bitte kaufe eine gültige Next Active Directory Integration Support Lizenz " -"von %s, um das Plugin zu unterstützen." - -#: test/Multisite/Ui/ProfileConfigurationPageTest.php:881 -#: classes/Multisite/Ui/ProfileConfigurationPage.php:419 -msgid "Input field is invisible." -msgstr "Eingabefeld ist unsichtbar." - -#: test/Multisite/Ui/ProfileConfigurationPageTest.php:885 -#: classes/Multisite/Ui/ProfileConfigurationPage.php:423 -msgid "Deactivated and option value not shown." -msgstr "Deaktiviert und Wert wird nicht angezeigt." - -#: test/Multisite/Ui/ProfileConfigurationPageTest.php:889 -#: classes/Multisite/Ui/ProfileConfigurationPage.php:427 -msgid "Deactivated and option value shown." -msgstr "Deaktiviert und Wert wird angezeigt." - -#: test/Multisite/Ui/ProfileConfigurationPageTest.php:893 -#: classes/Multisite/Ui/ProfileConfigurationPage.php:431 -msgid "Blog admin sets the option value." -msgstr "Blog-Administrator setzt den Wert." - -#: classes/Ldap/Attribute/Description.php:23 -msgid "Common Name" -msgstr "Allgeminer Name" - -#: classes/Ldap/Attribute/Description.php:24 -msgid "First name" -msgstr "Vorname" - -#: classes/Ldap/Attribute/Description.php:25 -msgid "Initials" -msgstr "Initialien" - -#: classes/Ldap/Attribute/Description.php:26 -msgid "Last name" -msgstr "Nachname" - -#: classes/Ldap/Attribute/Description.php:27 -#: classes/Adi/Configuration/Options.php:698 -msgid "Display name" -msgstr "Anzeigename" - -#: classes/Ldap/Attribute/Description.php:28 -#: classes/Multisite/Ui/ProfileConfigurationPage.php:133 -#: classes/Multisite/Ui/BlogConfigurationPage.php:111 -msgid "Description" -msgstr "Beschreibung" - -#: classes/Ldap/Attribute/Description.php:29 -msgid "Office" -msgstr "Büro" - -#: classes/Ldap/Attribute/Description.php:30 -msgid "Telephone number" -msgstr "Telefonnummer" - -#: classes/Ldap/Attribute/Description.php:31 -msgid "E-mail" -msgstr "E-mail" - -#: classes/Ldap/Attribute/Description.php:32 -msgid "Web Page" -msgstr "Webseite" - -#: classes/Ldap/Attribute/Description.php:35 -msgid "User logon name" -msgstr "Benutzername" - -#: classes/Ldap/Attribute/Description.php:38 -msgid "Street" -msgstr "Straße" - -#: classes/Ldap/Attribute/Description.php:39 -msgid "P.O. Box" -msgstr "P.O. Box Nummer" - -#: classes/Ldap/Attribute/Description.php:40 -msgid "City" -msgstr "Stadt" - -#: classes/Ldap/Attribute/Description.php:41 -msgid "State" -msgstr "Bundesland" - -#: classes/Ldap/Attribute/Description.php:42 -msgid "ZIP/Postal cide" -msgstr "Postleitzahl" - -#: classes/Ldap/Attribute/Description.php:43 -msgid "Country abbreviation" -msgstr "Länderkürzel" - -#: classes/Ldap/Attribute/Description.php:44 -msgid "Country" -msgstr "Land" - -#: classes/Ldap/Attribute/Description.php:45 -msgid "Country code (number)" -msgstr "Landesvorwahl" - -#: classes/Ldap/Attribute/Description.php:48 -msgid "Home" -msgstr "Telefonnummer" - -#: classes/Ldap/Attribute/Description.php:49 -msgid "Home (other)" -msgstr "Telefonnummer (andere)" - -#: classes/Ldap/Attribute/Description.php:50 -msgid "Pager" -msgstr "Pager" - -#: classes/Ldap/Attribute/Description.php:51 -msgid "Pager (other)" -msgstr "Pager (andere)" - -#: classes/Ldap/Attribute/Description.php:52 -msgid "Mobile" -msgstr "Handy" - -#: classes/Ldap/Attribute/Description.php:53 -msgid "Mobile (Other)" -msgstr "Handy (andere)" - -#: classes/Ldap/Attribute/Description.php:54 -msgid "Fax" -msgstr "Fax" - -#: classes/Ldap/Attribute/Description.php:55 -msgid "Fax (other)" -msgstr "Fax (andere)" - -#: classes/Ldap/Attribute/Description.php:56 -msgid "IP Phone" -msgstr "IP Telefon" - -#: classes/Ldap/Attribute/Description.php:57 -msgid "IP Phone (other)" -msgstr "IP Telefon (andere)" - -#: classes/Ldap/Attribute/Description.php:58 -msgid "Notes" -msgstr "Notizen" - -#: classes/Ldap/Attribute/Description.php:61 -msgid "Title" -msgstr "Titel" - -#: classes/Ldap/Attribute/Description.php:62 -msgid "Department" -msgstr "Abteilung" - -#: classes/Ldap/Attribute/Description.php:63 -msgid "Company" -msgstr "Firma" - -#: classes/Ldap/Attribute/Description.php:64 -msgid "Manager" -msgstr "Manager" - -#: classes/Ldap/Attribute/Description.php:65 -msgid "Direct reports" -msgstr "Direct reports" - -#: classes/Multisite/Ui/BlogProfileRelationshipPage.php:49 -#: classes/Multisite/Ui/BlogProfileRelationshipPage.php:90 -msgid "Profile assignment" -msgstr "Profilzuweisung" - -#: classes/Multisite/Ui/BlogProfileRelationshipPage.php:89 -msgid "Search" -msgstr "Suchen" - -#: classes/Multisite/Ui/BlogProfileRelationshipPage.php:91 -msgid "Default profile" -msgstr "Standardprofil" - -#: classes/Multisite/Ui/BlogProfileRelationshipPage.php:92 -msgid "--- None assigned" -msgstr "--- Nicht zugewiesen" - -#: classes/Multisite/Ui/BlogProfileRelationshipPage.php:93 -msgid "Apply" -msgstr "Übernehmen" - -#: classes/Multisite/Ui/BlogProfileRelationshipPage.php:94 -msgid "Change selected blogs to profile" -msgstr "Ändere Profil der ausgewählten Blogs " - -#: classes/Multisite/Ui/BlogProfileRelationshipPage.php:95 -msgid "--- Use default profile" -msgstr "--- Benutze Standardprofil" - -#: classes/Multisite/Ui/ProfileConfigurationPage.php:83 -msgid "Profile options" -msgstr "Profiloptionen" - -#: classes/Multisite/Ui/ProfileConfigurationPage.php:115 -msgid "" -"The current profile contains unsaved changes. Are you sure you want to " -"continue?" -msgstr "" -"Das aktuelle Profil enthält nicht-gespeicherte Änderungen. Sind Sie sicher " -"das Sie fortfahren wollen ?" - -#: classes/Multisite/Ui/ProfileConfigurationPage.php:116 -msgid "The current profile is associated with the following sites:" -msgstr "Das aktuelle Profil ist mit den folgenden Seiten verknüpft:" - -#: classes/Multisite/Ui/ProfileConfigurationPage.php:117 -msgid "" -"The current profile is associated with {{ associations.length }} sites. Are " -"you sure you want to delete this profile?" -msgstr "" -"Das aktuelle Profil ist mit {{ associations.length }} Seiten verbunden. Sind " -"Sie sicher, dass Sie das Profil löschen möchten?" - -#: classes/Multisite/Ui/ProfileConfigurationPage.php:118 -msgid "Assign to profile:" -msgstr "Neues Profil zuweisen:" - -#: classes/Multisite/Ui/ProfileConfigurationPage.php:119 -#: classes/Multisite/Configuration/Persistence/ProfileRepository.php:154 -msgid "New Profile" -msgstr "Neues Profil" - -#: classes/Multisite/Ui/ProfileConfigurationPage.php:120 -#: classes/Adi/Configuration/Options.php:367 -msgid "None" -msgstr "Keine" - -#: classes/Multisite/Ui/ProfileConfigurationPage.php:121 -msgid "Configure Settings for Profile : " -msgstr "Einstellungen für Profil :" - -#: classes/Multisite/Ui/ProfileConfigurationPage.php:122 -msgid "Create new profile" -msgstr "Erstelle ein neues Profil" - -#: classes/Multisite/Ui/ProfileConfigurationPage.php:123 -msgid "Delete profile" -msgstr "Profil löschen" - -#: classes/Multisite/Ui/ProfileConfigurationPage.php:124 -msgid "View associated profiles" -msgstr "Zeige verbundene Profile" - -#: classes/Multisite/Ui/ProfileConfigurationPage.php:125 -#: classes/Multisite/Ui/BlogConfigurationPage.php:103 -msgid "Regenerate Auth Code" -msgstr "Neuen Auth Code erstellen" - -#: classes/Multisite/Ui/ProfileConfigurationPage.php:126 -#: classes/Multisite/Ui/BlogConfigurationPage.php:104 -msgid "Security group" -msgstr "Sicherheitsgruppen" - -#: classes/Multisite/Ui/ProfileConfigurationPage.php:127 -#: classes/Multisite/Ui/BlogConfigurationPage.php:105 -msgid "WordPress role" -msgstr "WordPress-Rollen" - -#: classes/Multisite/Ui/ProfileConfigurationPage.php:128 -#: classes/Multisite/Ui/BlogConfigurationPage.php:106 -msgid "Please select a role" -msgstr "Bitte wähle eine Rolle aus" - -#: classes/Multisite/Ui/ProfileConfigurationPage.php:129 -#: classes/Multisite/Ui/BlogConfigurationPage.php:107 -msgid "Verify" -msgstr "Verifizieren" - -#: classes/Multisite/Ui/ProfileConfigurationPage.php:130 -#: classes/Multisite/Ui/BlogConfigurationPage.php:108 -msgid "AD Attributes" -msgstr "AD Attribute" - -#: classes/Multisite/Ui/ProfileConfigurationPage.php:131 -#: classes/Multisite/Ui/BlogConfigurationPage.php:109 -msgid "Data Type" -msgstr "Datentypen" - -#: classes/Multisite/Ui/ProfileConfigurationPage.php:132 -#: classes/Multisite/Ui/BlogConfigurationPage.php:110 -msgid "Wordpress Attribute" -msgstr "WordPress-Attribut" - -#: classes/Multisite/Ui/ProfileConfigurationPage.php:134 -#: classes/Multisite/Ui/BlogConfigurationPage.php:112 -msgid "View in User Profile" -msgstr "In Benutzerprofil anzeigen" - -#: classes/Multisite/Ui/ProfileConfigurationPage.php:135 -#: classes/Multisite/Ui/BlogConfigurationPage.php:113 -msgid "Sync to Ad" -msgstr "Sync to Ad" - -#: classes/Multisite/Ui/ProfileConfigurationPage.php:136 -#: classes/Multisite/Ui/BlogConfigurationPage.php:114 -msgid "Overwrite with empty value" -msgstr "Mit leerem Wert überschreiben" - -#: classes/Multisite/Ui/ProfileConfigurationPage.php:137 -#: classes/Multisite/Ui/BlogConfigurationPage.php:115 -msgid "Do you really want to regenerate a new AuthCode?" -msgstr "Möchten Sie wirklich einen neuen Auth Code generieren?" - -#: classes/Multisite/Ui/ProfileConfigurationPage.php:138 -#: classes/Multisite/Ui/BlogConfigurationPage.php:116 -msgid "WordPress Site is currently connected to Domain: " -msgstr "WordPress Seite / Profil ist momentan mit folgender Domäne verbunden: " - -#: classes/Multisite/Ui/ProfileConfigurationPage.php:139 -#: classes/Multisite/Ui/BlogConfigurationPage.php:117 -msgid "Verification successful! WordPress site is now connected to Domain: " -msgstr "" -"Verifizierung erfolgreich! Ihr WordPress-Blog ist nun mit der folgenden " -"Domäne verbunden: " - -#: classes/Multisite/Ui/ProfileConfigurationPage.php:140 -#: classes/Multisite/Ui/BlogConfigurationPage.php:118 -msgid "Verification successful!" -msgstr "Verifizierung erfolgreich!" - -#: classes/Multisite/Ui/ProfileConfigurationPage.php:141 -#: classes/Multisite/Ui/BlogConfigurationPage.php:119 -msgid "Verification failed! Please check your logfile for further information." -msgstr "" -"Verifizierung fehlgeschlagen! Bitte überprüfen Sie die Log-Datei für weitere " -"Informationen." - -#: classes/Multisite/Ui/ProfileConfigurationPage.php:142 -#: classes/Multisite/Ui/BlogConfigurationPage.php:120 -msgid "Manage Permissions" -msgstr "Verwalte Berechtigungen" - -#: classes/Multisite/Ui/ProfileConfigurationPage.php:143 -#: classes/Multisite/Ui/BlogConfigurationPage.php:121 -msgid "No options exists" -msgstr "Es existieren keine Optionen" - -#: classes/Multisite/Ui/ProfileConfigurationPage.php:144 -#: classes/Multisite/Ui/BlogConfigurationPage.php:122 -msgid "Please wait..." -msgstr "Bitte warten..." - -#: classes/Multisite/Ui/ProfileConfigurationPage.php:145 -#: classes/Multisite/Ui/BlogConfigurationPage.php:123 -msgid "Save" -msgstr "Speichern" - -#: classes/Multisite/Ui/ProfileConfigurationPage.php:146 -#: classes/Multisite/Ui/BlogConfigurationPage.php:124 -msgid "You have to verify the connection to the AD before saving." -msgstr "" -"Sie müssen die Verbindung zu einer Domäne verifizieren bevor Sie speichern " -"können." - -#: classes/Multisite/Ui/ProfileConfigurationPage.php:147 -#: classes/Multisite/Ui/ProfileConfigurationPage.php:477 -#: classes/Multisite/Ui/ProfileConfigurationController.php:49 -#: classes/Multisite/Ui/BlogConfigurationPage.php:125 -msgid "An error occurred while saving the configuration." -msgstr "Beim Speichern der Einstellungen ist ein Fehler aufgetreten." - -#: classes/Multisite/Ui/ProfileConfigurationPage.php:148 -#: classes/Multisite/Ui/BlogConfigurationPage.php:126 -msgid "The configuration has been saved successfully." -msgstr "Die Einstellungen wurden erfolgreich gespeichert. " - -#: classes/Multisite/Ui/ProfileConfigurationController.php:52 -msgid "The configuration was saved successfully." -msgstr "Die Konfiguration wurde erfolgreich gespeichert." - -#: classes/Multisite/Ui/BlogConfigurationPage.php:72 -msgid "Configuration" -msgstr "Einstellungen" - -#: classes/Multisite/Ui/BlogConfigurationPage.php:102 -msgid "Next Active Directory Integration Blog Configuration" -msgstr "Next Active Directory Integration Blog Einstellungen" - -#: classes/Multisite/Ui/BlogConfigurationPage.php:608 -msgid "Username has to contain a suffix." -msgstr "Der Benutzername muss ein Suffix enthalten." - -#: classes/Multisite/Ui/BlogConfigurationPage.php:609 -msgid "The given value is invalid." -msgstr "Der angegebene Wert ist ungültig." - -#: classes/Multisite/Ui/BlogConfigurationPage.php:612 -msgid "This value must not be empty." -msgstr "Dieser Wert darf nicht leer sein." - -#: classes/Multisite/Ui/BlogConfigurationPage.php:622 -msgid "" -"Account Suffix does not match the required style. (e.g. \"@company.local\")" -msgstr "" -"Das Suffix des Benutzerkontos entspricht nicht dem erwarteten Format (z. B. " -"\"@company.local\")." - -#: classes/Multisite/Ui/BlogConfigurationPage.php:629 -msgid "Please remove the \"@\", it will be added automatically." -msgstr "Bitte entfernen Sie das \"@\", es wird automatisch hinzugefügt." - -#: classes/Multisite/Ui/BlogConfigurationPage.php:634 -msgid "Maximum login attempts has to be numeric and cannot be negative." -msgstr "" -"Die maximale Anzahl an Anmeldeversuchen muss eine Zahl und nicht negativ " -"sein." - -#: classes/Multisite/Ui/BlogConfigurationPage.php:638 -msgid "Blocking Time has to be numeric and cannot be negative." -msgstr "Die Sperrzeit muss eine Zahl und nicht negativ sein." - -#: classes/Multisite/Ui/BlogConfigurationPage.php:642 -msgid "" -"Admin email does not match the required style. (e.g. \"admin@company.local\")" -msgstr "" -"Die Administrator E-Mail entspricht nicht dem erwarteten Format (z. B. " -"\"admin@company.local\")." - -#: classes/Multisite/Ui/BlogConfigurationPage.php:649 -msgid "" -"From email does not match the required style. (e.g. \"wordpress@company." -"local\")" -msgstr "" -"Absender E-Mail Adresse stimmt nicht mit dem vorausgesetzten Format über ein." -" (Bsp. \"wordpress@company.local\")" - -#: classes/Multisite/Ui/BlogConfigurationPage.php:659 -msgid "Username must not be empty." -msgstr "Der Benutzername darf nicht leer sein." - -#: classes/Multisite/Ui/BlogConfigurationPage.php:671 -msgid "Password must not be empty." -msgstr "Das Passwort darf nicht leer sein." - -#: classes/Multisite/Ui/BlogConfigurationPage.php:687 -msgid "The role super admin can only be set inside a profile." -msgstr "Die Rolle \"super admin\" kann nur in einem Profil gesetzt werden." - -#: classes/Multisite/Ui/BlogConfigurationPage.php:688 -msgid "" -"At least one security group is associated with a non existing WordPress role." -" Please select an existing role for the group." -msgstr "" -"Mindestens eine Sicherheitsgruppe ist mit einer nicht existierenden \n" -"WordPress Rolle verknüpft. Bitte wähle für diese Gruppe eine existierende \n" -"Rolle aus." - -#: classes/Multisite/Ui/BlogConfigurationPage.php:693 -msgid "Cannot use default attribute names for custom attribute mapping." -msgstr "" -"Bitte verwenden Sie keine Default Attribut Namen für benutzerdefinierte " -"Attribute." - -#: classes/Multisite/Ui/BlogConfigurationPage.php:702 -msgid "Ad Attribute / Data Type / WordPress Attribute cannot be empty!" -msgstr "Ad Attribut / Daten Typ / WordPress Attribut darf nicht leer sein!" - -#: classes/Multisite/Ui/BlogConfigurationPage.php:709 -msgid "You cannot use the same WordPress Attribute multiple times." -msgstr "Sie können nicht das gleiche WordPress-Attribut mehrmals verwenden." - -#: classes/Multisite/Ui/BlogConfigurationPage.php:713 -msgid "You cannot use the same Ad Attribute multiple times." -msgstr "Sie können nicht das gleiche Ad Attribut mehrmals verwenden." - -#: classes/Multisite/Ui/BlogConfigurationPage.php:754 -#: classes/Multisite/Ui/BlogConfigurationPage.php:760 -msgid "" -"Verification Username does not match the required style. (e.g. " -"\"Administrator@test.ad\")" -msgstr "" -"Der Benutzername entspricht nicht dem erwarteten Format (z. B. " -"\"Administrator@test.ad\")" - -#: classes/Multisite/Ui/BlogConfigurationPage.php:766 -msgid "Verification Password cannot be empty." -msgstr "Das Passwort darf nicht leer sein." - -#: classes/Multisite/Ui/BlogConfigurationPage.php:784 -msgid "Port has to be numeric and in the range from 0 - 65535." -msgstr "Der Port muss eine Zahl zwischen 0 - 65535 sein." - -#: classes/Multisite/Ui/BlogConfigurationPage.php:788 -msgid "Network timeout has to be numeric and cannot be negative." -msgstr "Der Netzwerk Timeout muss eine Zahl und nicht negativ sein." - -#: classes/Multisite/Ui/BlogConfigurationPage.php:792 -msgid "Domain Controller cannot be empty." -msgstr "Domänencontroller darf nicht leer sein." - -#: classes/Multisite/Ui/BlogConfigurationPage.php:807 -msgid "Base DN does not match the required style. (e.g. \"DC=test,DC=ad\")" -msgstr "" -"Base DN entspricht nicht dem benötigten Format. (e.g. \"DC=test,DC=ad\")" - -#: classes/Multisite/Ui/BlogConfigurationPage.php:813 -msgid "Base DN consists of only one DC. (e.g. \"DC=test,DC=ad\")" -msgstr "Base DN besteht nur aus einem DC. (e.g. \"DC=test,DC=ad\")" - -#: classes/Multisite/Ui/BlogConfigurationPage.php:819 -msgid "Base DN must not be empty" -msgstr "Base DN darf nicht leer sein." - -#: classes/Multisite/Ui/ProfileController.php:157 -msgid "An error occurred while deleting the profile." -msgstr "Beim Löschen dieses Profils ist ein Fehler aufgetreten." - -#: classes/Multisite/Ui/ProfileController.php:160 -msgid "The profile was deleted successfully." -msgstr "Das Profil wurde erfolgreich gelöscht." - -#: classes/Adi/Synchronization/ActiveDirectory.php:219 -msgid "Synchronization is not enabled" -msgstr "Synchronisation nicht aktiviert" - -#: classes/Adi/Synchronization/ActiveDirectory.php:225 -msgid "This user does not have a corresponding Active Directory account" -msgstr "Dieser Benutzer besitzt kein Active Directory-Konto" - -#: classes/Adi/Synchronization/ActiveDirectory.php:229 -msgid "" -"This user is not editable because there is no Sync To AD service account " -"available" -msgstr "" -"Dieser Benutzer kann nicht bearbeitet werden, da kein Sync to AD Service " -"Account hinterlegt wurde." - -#: classes/Adi/Synchronization/WordPress.php:508 -#, php-format -msgid "User \"%s\" no longer found in Active Directory." -msgstr "Benutzer \"%s\" wurde nicht im Active Directory gefunden." - -#: classes/Adi/Synchronization/WordPress.php:514 -#, php-format -msgid "" -"User \"%s\" has no normal Active Directory user account. Only user accounts " -"can be synchronized." -msgstr "" -"Benutzer \"%s\" besitzt kein normales Active Directory-Benutzerkonto. Es " -"können nur Benutzerkonten synchronisiert werden." - -#: classes/Adi/Synchronization/WordPress.php:525 -#, php-format -msgid "The account of user \"%s\" requires a smart card for login." -msgstr "Das Konto von Benutzer \"%s\" benötigt zur Anmeldung eine Smartcard." - -#: classes/Adi/Synchronization/WordPress.php:568 -#, php-format -msgid "User \"%s\" is disabled in Active Directory." -msgstr "Benutzer \"%s\" ist im Active Directory deaktiviert." - -#: classes/Adi/Configuration/Options.php:222 -msgid "Profile name:" -msgstr "Profilname:" - -#: classes/Adi/Configuration/Options.php:224 -#: classes/Adi/Configuration/Options.php:228 -msgid "Name for the current profile" -msgstr "Name des aktuellen Profils" - -#: classes/Adi/Configuration/Options.php:239 -msgid "Support license key:" -msgstr "Support-Lizenzschlüssel" - -#: classes/Adi/Configuration/Options.php:241 -#: classes/Adi/Configuration/Options.php:245 -msgid "" -"Please enter your support license key here, if you have a paid NADI license. It " -"is required to receive support from NeosIT " -"GmbH." -msgstr "" -"Bitte geben Sie hier Ihren Lizenzschlüssel ein, wenn Sie eine NADI Lizenz gekauft haben. " -"Dieser wird benötigt, um Unterstützung durch die NeosIT GmbH zu erhalten." - -#: classes/Adi/Configuration/Options.php:256 -msgid "Enable NADI" -msgstr "NADI aktivieren" - -#: classes/Adi/Configuration/Options.php:258 -msgid "Enable/Disable Next Active Directory Integration" -msgstr "Aktiviert/Deaktiviert Next Active Directory Integration" - -#: classes/Adi/Configuration/Options.php:262 -msgid "" -"Next Active Directory Integration is only used if this option is checked. If " -"you are running a WordPress Multisite Installation you can disable the NADI " -"plug-in for specific sites." -msgstr "" -"Next Active Directory Integration wird nur genutzt, wenn diese Option " -"aktiviert ist. Wenn Sie eine WordPress Multisite Installation verwenden, " -"können Sie diese Option für spezifische Seiten deaktivieren." - -#: classes/Adi/Configuration/Options.php:272 -msgid "Enable \"Test authentication\"" -msgstr "Aktiviere \"Test Authentifizierung\"" - -#: classes/Adi/Configuration/Options.php:277 -msgid "Enable/Disable Test authentication" -msgstr "Aktiviere/Deaktiviere Test Authentifizierung" - -#: classes/Adi/Configuration/Options.php:281 -msgid "" -"The menu entry \"Test authentication\" can be enabled or disabled, based " -"upon this configuration" -msgstr "" -"Der Menü Eintrag \"Test Authentifizierung\" kann mit dieser Optionen " -"aktiviert bzw. deaktiviert werden." - -#: classes/Adi/Configuration/Options.php:291 -msgid "Enable \"Sync to AD\"" -msgstr "Aktiviere \"Sync to AD\"" - -#: classes/Adi/Configuration/Options.php:296 -msgid "Enable/Disable Sync to AD" -msgstr "Aktiviert/Deaktiviert Sync to AD" - -#: classes/Adi/Configuration/Options.php:300 -msgid "" -"The menu entry \"Sync to AD\" can be enabled or disabled, based upon this " -"configuration" -msgstr "" -"Der Menü Eintrag \"Sync to AD\" kann mit dieser Optionen aktiviert bzw. " -"deaktiviert werden." - -#: classes/Adi/Configuration/Options.php:310 -msgid "Enable \"Sync to WordPress\"" -msgstr "Aktiviere \"Sync to WordPress\"" - -#: classes/Adi/Configuration/Options.php:315 -msgid "Enable/Disable Sync to WordPress" -msgstr "Aktiviert/Deaktiviert Sync to WordPress" - -#: classes/Adi/Configuration/Options.php:319 -msgid "" -"The menu entry \"Sync to WordPress\" can be enabled or disabled, based upon " -"this configuration" -msgstr "" -"Der Menü Eintrag \"Sync to WordPress\" kann mit dieser Optionen aktiviert " -"bzw. deaktiviert werden." - -#: classes/Adi/Configuration/Options.php:330 -msgid "Domain controllers" -msgstr "Domänencontroller" - -#: classes/Adi/Configuration/Options.php:332 -msgid "Domain controllers used to authenticate and authorize the users" -msgstr "" -"Der Domänencontroller wird benutzt, um Benutzer zu authentifizieren und zu " -"autorisieren" - -#: classes/Adi/Configuration/Options.php:336 -msgid "" -"The domain controller represents the Active Directory server used to " -"authenticate and authorize your users. You can find your currently set " -"Domain Controller via \"Start -> Run -> nslookup\"." -msgstr "" -"Der Domänencontroller repräsentiert den Active Directory Server, der für das " -"Authentifizieren und das Autorisieren von Benutzern verwendet wird. Sie " -"können Ihren aktuellen Domänencontroller durch \"Start -> Run -> nslookup\" " -"finden." - -#: classes/Adi/Configuration/Options.php:349 -msgid "Port" -msgstr "Port" - -#: classes/Adi/Configuration/Options.php:351 -msgid "" -"Port on which the Active Directory listens. Unencrypted LDAP or STARTTLS use " -"port 389. LDAPS listens on port 636." -msgstr "" -"Port auf dem das Active Directory lauscht. Unverschlüsseltes LDAP oder " -"STARTTLS lauschen auf Port 389. LDAPS lauscht auf Port 636." - -#: classes/Adi/Configuration/Options.php:352 -msgid "" -"This option defines the Active Directory communication port and is by " -"default set to 389." -msgstr "" -"Diese Option definiert den Active Directory Kommunikationsport. " -"Standardmäßig ist dieser auf 389 gesetzt." - -#: classes/Adi/Configuration/Options.php:364 -msgid "Use encryption" -msgstr "Verschlüsslung benutzen" - -#: classes/Adi/Configuration/Options.php:368 -msgid "STARTTLS" -msgstr "STARTTLS" - -#: classes/Adi/Configuration/Options.php:369 -msgid "LDAPS" -msgstr "LDAPS" - -#: classes/Adi/Configuration/Options.php:371 -#: classes/Adi/Configuration/Options.php:373 -msgid "This option handles the encryption type for the LDAP connection." -msgstr "Diese Option steuert den Verschlüsselungstyp für die LDAP Verbindung" - -#: classes/Adi/Configuration/Options.php:375 -msgid "None: No encryption is be used." -msgstr "Keine: Es wird keine Verschlüsselung verwendet." - -#: classes/Adi/Configuration/Options.php:376 -msgid "" -"STARTTLS: Enabling this option activates TLS (Transport Layer Security), " -"which secures the data transport between your Active Directory server and " -"WordPress by encrypting the data. If you want to use STARTTLS, the \"Port\" " -"option should be set as default(\"389\"). Please note that STARTTLS is not " -"the same as LDAPS." -msgstr "" -"STARTTLS: Das Aktivieren dieser Option führt dazu, dass TLS (Transport Layer " -"Security) verwendet wird. TLS verschlüsselt den Datentransport zwischen dem " -"Active Directory Server und WordPress. Wenn Sie STARTTLS benutzen wollen " -"sollte die Option Port auf \"389\" gesetzt sein. Bitte beachten Sie," -" dass STARTTLS nicht das selbe ist wie LDAPS." - -#: classes/Adi/Configuration/Options.php:377 -msgid "" -"LDAPS: The LDAP connection uses LDAPS. By default, Active Directory listens " -"on port 636 for LDAPS connections." -msgstr "" -"LDAPS: Die LDAP Verbindung verwendet LDAPS. Standardmäßig ist der Port auf " -"dem das Active Directory bei einer LDAPS Verbindung lauscht auf 363 gesetzt." - -#: classes/Adi/Configuration/Options.php:388 -msgid "LDAP network timeout" -msgstr "LDAP Netzwerk Timeout" - -#: classes/Adi/Configuration/Options.php:390 -msgid "" -"Seconds after the connection attempt to Active Directory times out. After " -"this period WordPress falls back to local authentication. By default it is " -"set to \"5\"." -msgstr "" -"Gibt die Sekunden bei Verbindungsaufbau zum Active Directory an, nach denen " -"es zu einem Timeout kommt. Nach dieser Zeit fällt WordPress auf die lokale " -"Authentifizierung zurück. Standardmäßig ist diese Option auf \"5\" Sekunden " -"gesetzt." - -#: classes/Adi/Configuration/Options.php:394 -msgid "" -"This option describes the time in seconds which has to pass after a " -"connection attempt to the Active Dirctory server before the the connection " -"times out and falls back to the local WordPress authentication. The default " -"value for this option is \"5\"." -msgstr "" -"Diese Option beschreibt die Zeit in Sekunden nachdem die Verbindung zum " -"Active Directory einen Timeout zurück liefert und WordPress zur lokalen " -"Authentifizierung zurück fällt. Der Standardwert für diese Option beträgt " -"\"5\" Sekunden." - -#: classes/Adi/Configuration/Options.php:406 -msgid "Base DN" -msgstr "Base DN" - -#: classes/Adi/Configuration/Options.php:408 -msgid "" -"Base DN (e.g. \"ou=unit,dc=domain,dc=tld\" or \"cn=users,dc=domain,dc=tld\")" -msgstr "" -"Base DN (z.b. 'ou=unit,dc=domain,dc=tld' or 'cn=users,dc=domain,dc=tld')" - -#: classes/Adi/Configuration/Options.php:412 -msgid "" -"You can find your Active Directory Base DN, if you follow this step by step " -"guide correctly." -msgstr "" -"Sie können ihren Active Directory Base DN finden, indem Sie folgende " -"Schritte befolgen." - -#: classes/Adi/Configuration/Options.php:416 -msgid "1. Connect to your Active Directory server by using Remote Desktop." -msgstr "" -"1. Verbinden Sie sich zu ihrem Active Directory Server über Remote Desktop." - -#: classes/Adi/Configuration/Options.php:417 -msgid "" -"2. Start -> Administrative Tools -> Active Directory Users and Computers" -msgstr "" -"2. Start -> Administratorwerkzeuge -> Active Directory Benutzer und Computer" - -#: classes/Adi/Configuration/Options.php:418 -msgid "3. Click on your Domain Controller -> right-click Users -> Properties" -msgstr "" -"3. Klicken Sie auf Domänencontroller -> Rechtsklick Benutzer -> Attribute" - -#: classes/Adi/Configuration/Options.php:419 -msgid "4. Attribute -> Select distinguishedName in the list -> press View" -msgstr "" -"4. Attribute -> wählen Sie distinguishedName in der Liste aus -> drücken Sie " -"Anzeigen" - -#: classes/Adi/Configuration/Options.php:420 -msgid "5. Copy your Base DN." -msgstr "5. Kopieren Sie ihren Base DN." - -#: classes/Adi/Configuration/Options.php:430 -msgid "Username" -msgstr "Benutzername" - -#: classes/Adi/Configuration/Options.php:432 -msgid "" -"Username used to authenticate against the Active Directory in order to " -"connect your WordPress site or profile to a domain (e.g. administration@test." -"ad)" -msgstr "" -"Benutzername, der benutzt wird um den Benutzer gegen das Active Directory zu " -"Authentifizieren und eine Verbindung zwischen der WordPress Seite / dem " -"verwendeten Profil und einer Domäne herzustellen (z. B. administration@test." -"ad)." - -#: classes/Adi/Configuration/Options.php:436 -msgid "" -"You have to enter a valid Active Directory account to connect your WordPress " -"site to a specific Active Directory domain." -msgstr "" -"Sie müssen ein gültiges Active Directory-Konto angeben, um eine Verbindung " -"zwischen der WordPress Seite / dem WordPress Profil und einer Active " -"Directory-Domäne herzustellen." - -#: classes/Adi/Configuration/Options.php:449 -#: classes/Adi/Configuration/Ui/Layout.php:140 -#: classes/Adi/Configuration/Ui/Layout.php:144 -msgid "Password" -msgstr "Passwort" - -#: classes/Adi/Configuration/Options.php:451 -msgid "" -"Password used to authenticate against the Active Directory in order to " -"connect your WordPress site or profile to a domain." -msgstr "" -"Passwort, das benutzt wird um den Benutzer gegen das Active Directory zu " -"authentifizieren und eine Verbindung zwischen der WordPress Seite / dem " -"verwendeten Profil und einer Domäne herzustellen. " - -#: classes/Adi/Configuration/Options.php:455 -msgid "" -"You have to enter the password for the Active Directory user in order to " -"connect your WordPress site or profile to a domain." -msgstr "" -"Sie müssen ein Passwort für den Active Directory-Benutzer angeben im eine " -"Verbindung zwischen der WordPress Seite / dem Profil und einer Active " -"Directory-Domäne herstellen zu können." - -#: classes/Adi/Configuration/Options.php:468 -msgid "Domain SID" -msgstr "Domain SID" - -#: classes/Adi/Configuration/Options.php:470 -#: classes/Adi/Configuration/Options.php:474 -msgid "" -"Shows whether the current WordPress site is connected to an AD domain or not." -msgstr "" -"Diese Option zeigt an, ob die WordPress Seite / das Profil eine Verbindung " -"zu einer Active Directory Domäne besitzt." - -#: classes/Adi/Configuration/Options.php:487 -msgid "NetBIOS name" -msgstr "NetBIOS Name" - -#: classes/Adi/Configuration/Options.php:489 -#: classes/Adi/Configuration/Options.php:493 -msgid "" -"The NetBIOS name of the connected Active Directory is required for NTLM SSO." -msgstr "" -"Der NetBIOS Name des verbundenen Active Directory wird für das NTLM SSO " -"benötigt." - -#: classes/Adi/Configuration/Options.php:506 -msgid "Exclude usernames from authentication" -msgstr "Schließt Benutzernamen von der Authentifizierung aus" - -#: classes/Adi/Configuration/Options.php:508 -msgid "" -"Entered usernames will always be excluded from NADI login authentication. " -"Usernames are case-insensitive." -msgstr "" -"Die angegebenen Benutzernamen werden von der NADI-Authentifizierung " -"ausgeschlossen. Groß-/Kleinschreibung wird nicht " -"berücksichtigt." - -#: classes/Adi/Configuration/Options.php:513 -msgid "" -"Every username you have entered will not be authenticated against the Active " -"Directory, instead the WordPress authentication mechanism is used. You have " -"to explicitly declare every username with every used suffix." -msgstr "" -"Jeden Benutzer, den du hier eingibt, wird nicht gegen das Active Directory " -"authentifiziert. Stattdessen wird der WordPress " -"Authentifizierungsmechanismus verwendet. Du muss explizit jeden " -"Benutzernamen mit jeden verwendeten Suffix eintragen." - -#: classes/Adi/Configuration/Options.php:526 -msgid "Account suffix" -msgstr "Suffix für Benutzernamen" - -#: classes/Adi/Configuration/Options.php:528 -msgid "" -"This suffix will be appended to all usernames during the Active Directory " -"authentication process, e.g. \"@company.local\"." -msgstr "" -"Dieses Suffix wird an alle Benutzernamen während des " -"Authentifizierungsvorgangs angehangen (z. B. \"@company.local\")." - -#: classes/Adi/Configuration/Options.php:533 -msgid "" -"The Account suffix is added to all usernames during the Active Directory " -"authentication process." -msgstr "" -"Dieses Account Suffix wird an alle Benutzernamen während des Active " -"Directory Authentifizierungsvorgangs angehangen." - -#: classes/Adi/Configuration/Options.php:537 -msgid "" -"Example: An *Account Suffix* \"@company.local\" is used. When the user " -"\"my_username\" logs in, the complete username is set to " -"\"my_username@company.local\"." -msgstr "" -"Beispiel: Das *Suffix für Benutzernamen* \"@company.local\" wird benutzt. " -"Wenn der Benutzer \"mein_benutzername\" sich einloggen möchte, wird der " -"komplette Benutzername auf \"mein_benutzername@company.local\" gesetzt." - -#: classes/Adi/Configuration/Options.php:541 -msgid "Do not forget to start the suffix with \"@\"." -msgstr "Vergessen Sie nicht, das Suffix mit \"@\" zu beginnen." - -#: classes/Adi/Configuration/Options.php:542 -msgid "" -"If you have multiple account suffixes like *@emea.company.local*, *@africa." -"company.local* enter each of them and put the primary domain name (@company." -"local) at the *last* position." -msgstr "" -"Wenn Sie mehrere Suffixe verwenden möchten, wie zum Beispiel *@emea.company." -"local*, *@africa.company.local* fügen Sie dieser der Liste hinzu. Fügen Sie " -"den primären Domänennamen (@Company.local) an letzter " -"Position hinzu." - -#: classes/Adi/Configuration/Options.php:556 -msgid "Use sAMAccountName for newly created users" -msgstr "Benutze sAMAccountName für neu erstellte Benutzer" - -#: classes/Adi/Configuration/Options.php:558 -msgid "" -"If checked, the sAMAccountName will be set as username for newly created " -"users." -msgstr "" -"Wenn diese Option aktiviert ist, wird NADI beim Erstellen neuer Benutzer den " -"sAMAccountName als Benutzername in WordPress setzen." - -#: classes/Adi/Configuration/Options.php:562 -msgid "" -"Instead of using the user principal name for newly created users, the " -"sAMAccountName will be used." -msgstr "" -"Anstelle des normalerweise verwendeten userPrincipalName wird bei neu " -"erstellten Benutzern der sAMAccountName als Benutzername in WordPress " -"gesetzt." - -#: classes/Adi/Configuration/Options.php:574 -msgid "Automatic user creation" -msgstr "Automatische Erstellung von Benutzern" - -#: classes/Adi/Configuration/Options.php:576 -msgid "" -"If enabled, users will be created in your WordPress instance after they have " -"successful authenticated." -msgstr "" -"Wenn aktiviert, werden Benutzer, die sich erfolgreich am Active Directory " -"authentifizieren, automatisch in der WordPress-Instanz erstellt." - -#: classes/Adi/Configuration/Options.php:581 -msgid "Created users will obtain the subscriber role by default." -msgstr "" -"Neu erstellte Benutzer bekommen automatisch die Rolle subscriber zugewiesen." - -#: classes/Adi/Configuration/Options.php:585 -msgid "" -"The default role can be altered, by using the Role equivalent groups option " -"inside the Permission Tab." -msgstr "" -"Die Standardrolle kann beeinflusst werden, indem die \"Zuordnung von " -"Berechtigungsgruppen\" unter dem Reiter \"Berechtigungen\" angepasst werden." - -#: classes/Adi/Configuration/Options.php:595 -msgid "Automatic user synchronization" -msgstr "Automatische Synchronisation von Benutzern" - -#: classes/Adi/Configuration/Options.php:597 -msgid "" -"After a successful login a users WordPress profile will be automatically " -"synchronized with his Active Directory account." -msgstr "" -"Nach erfolgreichem Anmelden in WordPress, wird das WordPress-Benutzerkonto " -"automatisch mit dem Active Directory Account synchronisiert." - -#: classes/Adi/Configuration/Options.php:600 -msgid "" -"Enabling this option will result in NADI synchronizing the user's " -"information every time they login to WordPress." -msgstr "" -"Durch das Aktivieren dieser Option wird NADI bei jeder Anmeldung eines " -"Benutzers in WordPress das WordPress-Profil mit den Daten aus dem Active " -"Directory synchronisieren." - -#: classes/Adi/Configuration/Options.php:604 -msgid "Requires \"Automatic user creation\" to be enabled." -msgstr "\"Automatische Erstellung von Benutzern\" muss aktiviert sein." - -#: classes/Adi/Configuration/Options.php:614 -msgid "Automatically update user description" -msgstr "Automatische Aktualisierung der Benutzerbeschreibung" - -#: classes/Adi/Configuration/Options.php:616 -msgid "" -"Automatically updates the description of users after login and for newly " -"created users" -msgstr "" -"Aktualisiert automatisch die Beschreibung von erfolgreich angemeldeten und " -"neu erstellten Benutzern." - -#: classes/Adi/Configuration/Options.php:619 -msgid "" -"This option will only work if you already have \"Automatic user creation\" " -"and \"Automatic user update\" enabled. As the title says it will " -"automatically update the description of newly created users and users who " -"login." -msgstr "" -"Diese Option funktioniert nur wenn \"Automatische Erstellung von Benutzern\" " -"und \"Automatisches Aktualisieren von Benutzern\" aktiviert sind." - -#: classes/Adi/Configuration/Options.php:631 -msgid "Default email domain" -msgstr "Standard E-Mail Domain" - -#: classes/Adi/Configuration/Options.php:633 -#: classes/Adi/Configuration/Options.php:637 -msgid "" -"If the Active Directory attribute \"mail\" is blank, a user's email will be " -"set to username@ValueOfThisTextbox." -msgstr "" -"Wenn das Active Directory Attribut 'mail' leer ist, wird die E-Mail eines " -"Benutzers auf benutzername@$WERT gesetzt." - -#: classes/Adi/Configuration/Options.php:649 -msgid "Email address conflict handling" -msgstr "Behandlung von E-Mail-Adresskonflikten" - -#: classes/Adi/Configuration/Options.php:652 -msgid "Prevent (recommended)" -msgstr "Verhindern (empfohlen)" - -#: classes/Adi/Configuration/Options.php:653 -msgid "Allow (UNSAFE)" -msgstr "Erlauben (unsicher)" - -#: classes/Adi/Configuration/Options.php:654 -msgid "Create" -msgstr "Erstellen" - -#: classes/Adi/Configuration/Options.php:656 -msgid "" -"This option handles email address conflicts caused by creating multiple " -"users using the same email address." -msgstr "" -"Diese Option behandelt die auftretenden Konflikte, wenn Benutzer in der " -"WordPress Datenbank mit gleicher E-Mailadresse erstellt werden." - -#: classes/Adi/Configuration/Options.php:658 -msgid "" -"This option handles email address conflicts caused by creating multiple " -"users using the same email address. WordPress requires a unique email " -"address for each user in an installation." -msgstr "" -"Diese Option behandelt die auftretenden Konflikte, wenn Benutzer in der " -"WordPress Datenbank mit gleicher E-Mailadresse erstellt werden. WordPress " -"setzt einzigartige E-Mail Adressen für jeden Benutzer voraus." - -#: classes/Adi/Configuration/Options.php:660 -msgid "" -"Prevent: User is not created, if his email address is already in use by " -"another user. (recommended)" -msgstr "" -"Verhindern: Benutzer wird nicht erstellt, wenn die E-Mailadresse bereits in " -"Benutzung ist (empfohlen)." - -#: classes/Adi/Configuration/Options.php:664 -msgid "Allow: Allow users to share one email address. (UNSAFE)" -msgstr "" -"Erlauben: Erlaubt Benutzern sich eine E-Mailadresse zu teilen (UNSICHER)." - -#: classes/Adi/Configuration/Options.php:665 -msgid "" -"Create: In case of a conflict, the new user is created with a unique and " -"randomly generated email address." -msgstr "" -"Erstellen: Im Falle eines Konflikts wird der neue Benutzer mir einer " -"einzigartigen, zufällig erstellen E-Mailadresse generiert." - -#: classes/Adi/Configuration/Options.php:676 -msgid "Prevent email change" -msgstr "Änderungen der E-Mailadresse verhindern" - -#: classes/Adi/Configuration/Options.php:678 -msgid "" -"Prevents users authenticated by Active Directory from changing their email " -"address in WordPress." -msgstr "" -"Verhindert, dass Benutzer, die sich gegenüber des Active Directory " -"authentifiziert haben, ihre E-Mailadresse in WordPress ändern." - -#: classes/Adi/Configuration/Options.php:683 -msgid "" -"Activating this option will forbid users authenticated by Active Directory " -"to change their email address in in WordPress." -msgstr "" -"Diese Option verhindert, dass Benutzer die bereits gegen das Active " -"Directory authentifiziert wurden, ihre E-Mailadresse in WordPress ändern." - -#: classes/Adi/Configuration/Options.php:687 -msgid "This option does not apply to the administrator." -msgstr "Diese Option betrifft nicht die Administratoren." - -#: classes/Adi/Configuration/Options.php:701 -msgid "sAMAccountName (the username)" -msgstr "sAMAccountName (der Benutzername)" - -#: classes/Adi/Configuration/Options.php:702 -msgid "displayName" -msgstr "Anzeigename" - -#: classes/Adi/Configuration/Options.php:703 -msgid "description" -msgstr "Beschreibung" - -#: classes/Adi/Configuration/Options.php:704 -msgid "givenName (firstname)" -msgstr "givenName (Vorname)" - -#: classes/Adi/Configuration/Options.php:705 -msgid "SN (lastname)" -msgstr "SN (Nachname)" - -#: classes/Adi/Configuration/Options.php:706 -msgid "givenName SN (firstname lastname)" -msgstr "givenName SN (Vorname Nachname)" - -#: classes/Adi/Configuration/Options.php:707 -msgid "CN (Common Name, the whole name)" -msgstr "CN (Common Name, der ganze Name)" - -#: classes/Adi/Configuration/Options.php:708 -msgid "mail" -msgstr " mail (E-Mail)" - -#: classes/Adi/Configuration/Options.php:710 -#: classes/Adi/Configuration/Options.php:714 -msgid "" -"This option allows you to configure how users should be displayed inside " -"posts/comments." -msgstr "" -"Diese Option erlaubt Ihnen zu konfigurieren, wie Benutzer bei neuen " -"Einträgen/Kommentaren dargestellt werden sollen." - -#: classes/Adi/Configuration/Options.php:726 -msgid "Show user status" -msgstr "Zeige Benutzerstatus an" - -#: classes/Adi/Configuration/Options.php:728 -msgid "" -"Show additional columns (NADI User, disabled) inside the " -"WordPress users list." -msgstr "" -"Zeige extra Spalten NADI Benutzer, deaktivert in der " -"WordPress Benutzerliste an." - -#: classes/Adi/Configuration/Options.php:730 -msgid "Show additional columns" -msgstr "Zeige extra Spalten" - -#: classes/Adi/Configuration/Options.php:738 -msgid "Fallback to local password" -msgstr "Lokale Passwortauthentifizierung" - -#: classes/Adi/Configuration/Options.php:740 -msgid "" -"Fallback to local(WordPress) password check if Active Directory " -"authentication fails." -msgstr "" -"Bei fehlgeschlagener Active Directory-Authentifizierung, kann der Benutzer " -"sich gegenüber WordPress authentifizieren." - -#: classes/Adi/Configuration/Options.php:744 -msgid "" -"If this option is enabled, users who failed to authenticate against Active " -"Directory will try to authenticate using the local WordPress password." -msgstr "" -"Wenn diese Option aktiviert ist, können sich Benutzer bei einer " -"fehlgeschlagenen Authentifizierung gegen das Active Directory noch einmal " -"gegen das lokale WordPress-Passwort authentifizieren." - -#: classes/Adi/Configuration/Options.php:748 -msgid "" -"But this might be a security risk (for example, if the local password is " -"outdated). It's recommended to turn this off." -msgstr "" -"Hierbei können Sicherheitsrisken entstehen, zum Beispiel wenn das lokale " -"Passwort veraltet ist. Es wird empfohlen, diese Option zu " -"deaktivieren." - -#: classes/Adi/Configuration/Options.php:761 -msgid "Set local password on first successful login" -msgstr "Setze das lokale Passwort bei erster erfolgreicher Anmeldung" - -#: classes/Adi/Configuration/Options.php:763 -msgid "" -"The first time a user successfully logs in his local password will be " -"equated with the password he used to authenticate against the Active " -"Directory." -msgstr "" -"Beim ersten erfolgreichen Authentifizieren gegen das Active Directory wird " -"das lokale WordPress Passwort auf das Passwort gesetzt, das beim " -"Authentifizieren gegen das Active Directory verwendet wurde." - -#: classes/Adi/Configuration/Options.php:768 -msgid "" -"The first time a user successfully logs in his local password will be " -"equated with the password he used to authenticate against the Active " -"Directory. If this option is deactivated a random password for this user " -"will be set." -msgstr "" -"Beim ersten erfolgreichen Authentifizierung gegen das Active Directory wird " -"das lokale WordPress Passwort auf das Passwort gesetzt das beim " -"Authentifizieren gegen das Active Directory verwendet wurde. Ist diese " -"Option deaktiviert wird ein zufälliges Passwort gesetzt." - -#: classes/Adi/Configuration/Options.php:772 -msgid "" -"If this option is deactivated a random password for this user will be set." -msgstr "" -"Wenn diese Option deaktiviert ist, wird ein zufällig generiertes Passwort " -"als lokales Passwort gesetzt." - -#: classes/Adi/Configuration/Options.php:773 -msgid "" -"The option does only work if *User > Automatic user creation* is enabled." -msgstr "" -"Diese Option funktioniert nur, wenn Benutzer > Automatisches Erstellen " -"von Benutzern aktiviert ist." - -#: classes/Adi/Configuration/Options.php:783 -msgid "Allow local password changes" -msgstr "Erlaube lokale Passwortänderung" - -#: classes/Adi/Configuration/Options.php:785 -#: classes/Adi/Configuration/Options.php:790 -msgid "" -"Enabling this option allows users to change their local WordPress password." -msgstr "" -"Das Aktivieren dieser Option erlaubt esm Benutzern ihr lokales WordPress-" -"Passwort zu ändern." - -#: classes/Adi/Configuration/Options.php:791 -msgid "" -"This option has no effect on the Active Directory password " -"and will not be synchronized back to the Active Directory." -msgstr "" -"Dieser Option hat keine Auswirkungen auf das Active " -"Directory Passwort und wird nicht zurück zum Active " -"Directory synchronisiert." - -#: classes/Adi/Configuration/Options.php:802 -msgid "Automatic password update" -msgstr "Automatisches Aktualisieren des Passworts" - -#: classes/Adi/Configuration/Options.php:804 -msgid "" -"This option updates the local password every time a user successfully logs " -"in." -msgstr "" -"Diese Option aktualisiert das lokale Passwort eines Benutzers bei jedem " -"erfolgreichem Login." - -#: classes/Adi/Configuration/Options.php:809 -msgid "" -"This option updates the local password every time a user successfully logs " -"in. If a user has changed his Active Directory password and successfully " -"authenticates against Active Directory while trying to login to WordPress, " -"his local WordPress password will be equated with the new Active Directory " -"password." -msgstr "" -"Diese Option aktualisiert das lokale Passwort eines Benutzers bei jeder " -"erfolgreichen Anmeldung. Wenn der Benutzer sein Active Directory Passwort " -"geändert hat und sich bei der Anmeldung in die WordPress-Instanz erfolgreich " -"gegen das Active Directory authentifiziert dann wird das lokale Passwort " -"automatisch mit dem Active Directory Passwort überschrieben." - -#: classes/Adi/Configuration/Options.php:813 -msgid "" -"Note: Activating this option makes little sense if Allow local password " -"changes is enabled." -msgstr "" -"Hinwes: Das Aktivieren dieser Option ergibt keinen Sinn , wenn Lokale " -"Passwort Änderung erlauben aktiviert ist." - -#: classes/Adi/Configuration/Options.php:817 -msgid "" -"Works only if User > Automatic user creation and User > " -"Automatic user synchronization is enabled." -msgstr "" -"Funktioert nur wenn Benutzer > Automatisches Erstellen von " -"Benutzern und Benutzer > Automatisches Synchronisieren von " -"Benutzernaktiviert sind." - -#: classes/Adi/Configuration/Options.php:828 -msgid "Authorize by group membership" -msgstr "Autorisierung durch Gruppenmitgliedschaft" - -#: classes/Adi/Configuration/Options.php:830 -msgid "" -"This option authorizes only members of the given Active Directory security " -"groups to gain access to WordPress." -msgstr "" -"Diese Option autorisiert nur die Benutzer der angegebenen Active Directory-" -"Sicherheitsgruppen sich in WordPress anzumelden." - -#: classes/Adi/Configuration/Options.php:834 -msgid "" -"This option authorizes only members of the given Active Directory security " -"groups to gain access to WordPress. This authorization occurs " -"after the authentication." -msgstr "" -"Diese Option autorisiert nur die Benutzer der angegebenen Active Directory-" -"Sicherheitsgruppen sich in WordPress anzumelden. Die Autorisierung erfolgt " -"nach der Authentifizierung." - -#: classes/Adi/Configuration/Options.php:846 -msgid "Authorization group(s)" -msgstr "Autorisierungsgruppen" - -#: classes/Adi/Configuration/Options.php:848 -msgid "" -"If not empty, only the defined security groups have access to WordPress." -msgstr "" -"Wenn dieses Feld nicht leer ist, haben nur die Mitglieder " -"der hier eingetragenen Sicherheitsgruppen Zugang zu WordPress." - -#: classes/Adi/Configuration/Options.php:853 -msgid "Please define your Authorization group(s) here." -msgstr "Bitte geben Sie die Autorisierungsgruppe(n) hier an." - -#: classes/Adi/Configuration/Options.php:857 -msgid "" -"Works only if \"User > Automatic user creation\" and \"User > Automatic user " -"synchronization\" are enabled." -msgstr "" -"Funktioniert nur wenn Benutzer > Automatisches Erstellen von " -"Benutzern und Benutzer > Automatisches Synchronisieren von " -"Benutzern aktiviert sind." - -#: classes/Adi/Configuration/Options.php:870 -msgid "Role equivalent groups" -msgstr "Zuordnung von Berechtigungsgruppen" - -#: classes/Adi/Configuration/Options.php:872 -msgid "" -"List of one or multiple Active Directory security groups which correspond to " -"WordPress' roles." -msgstr "" -"Zuordnung zwischen Active Directory-Sicherheitsgruppen und WordPress-Rollen." - -#: classes/Adi/Configuration/Options.php:877 -msgid "" -"Please enter the names of the Active Directory security groups which " -"correspond to WordPress user roles using the following schema." -msgstr "" -"Bitte tragen Sie die Namen der Active Directory-Sicherheitsgruppen ein, die " -"Sie mit WordPress-Rollen verknüpfen möchten." - -#: classes/Adi/Configuration/Options.php:881 -msgid "Example:" -msgstr "Beispiel:" - -#: classes/Adi/Configuration/Options.php:882 -msgid "ad-group=wp-role;" -msgstr "ad-group=wp-role;" - -#: classes/Adi/Configuration/Options.php:883 -msgid "wordpressadmins=administrator;" -msgstr "wordpressadmins=administrator;" - -#: classes/Adi/Configuration/Options.php:884 -msgid "wordpressmoderator=editor;" -msgstr "wordpressmoderator=editor;" - -#: classes/Adi/Configuration/Options.php:885 -msgid "wordpressuser=contributor;" -msgstr "wordpressuser=contributor;" - -#: classes/Adi/Configuration/Options.php:886 -msgid " (3.8 Capability vs. Role Table)" -msgstr " (3.8 Capability vs. Role Table)" - -#: classes/Adi/Configuration/Options.php:892 -msgid "" -"Group memberships cannot be checked across domains. So if you have two " -"domains, instr and qc, and qc is the domain specified above, if instr is " -"linked to qc, I can authenticate instr users, but not check instr group " -"memberships." -msgstr "" -"Gruppenmitgliedschaften können nicht über verschiedene Domänen hinweg " -"überprüft werden. Wenn Sie also zwei Domains haben, instr und qc und es sich " -"bei qc um die zuvor spezifizierte handelt, währent instr mit qc verbunden " -"ist, dann können instr Benutzer authentifiziert werden, aber es kann nicht " -"abgefragt werden welche Gruppenmitgliedschaft sie besitzen." - -#: classes/Adi/Configuration/Options.php:906 -msgid "Clean existing Roles" -msgstr "Existierende Rollen entfernen" - -#: classes/Adi/Configuration/Options.php:908 -msgid "" -"Disabling this option will result in NADI not removing previous assigned " -"WordPress roles anymore while updating the user." -msgstr "" -"Wenn Sie diese Option deaktivieren, werden vorher zugewiesenen WordPress " -"Rollen nicht entfernt während der Nutzer aktualisiert wird." - -#: classes/Adi/Configuration/Options.php:913 -msgid "-" -msgstr "-" - -#: classes/Adi/Configuration/Options.php:925 -msgid "Enable lost password recovery" -msgstr "Aktiviere Zurücksetzen des Passworts" - -#: classes/Adi/Configuration/Options.php:927 -msgid "The user can reset his password in the login screen." -msgstr "" -"Der Benutzer hat die Möglichkeit, sein WordPress-Passwort auf der " -"Anmeldeseite zurückzusetzen." - -#: classes/Adi/Configuration/Options.php:928 -msgid "" -"Enabling this option will allow users to reset their local password in the " -"login screen." -msgstr "" -"Das Aktivieren dieser Option erlaubt dem Benutzer das lokale WordPress " -"Passwort auf der Anmeldeseite zurückzusetzen." - -#: classes/Adi/Configuration/Options.php:940 -msgid "Enable SSO" -msgstr "SSO aktivieren" - -#: classes/Adi/Configuration/Options.php:942 -#: classes/Adi/Configuration/Options.php:946 -msgid "" -"This option will grant users the possibility to Single Sign On WordPress " -"once they got authenticated against Active Directory." -msgstr "" -"Diese Option ermöglicht es dem Benutzer Single Sign On für WordPress zu " -"verwenden, nachdem er erfolgreich gegen das Active Directory authentifiziert " -"wurde." - -#: classes/Adi/Configuration/Options.php:957 -#: classes/Adi/Configuration/Options.php:1257 -#: classes/Adi/Configuration/Options.php:1376 -msgid "Service account username" -msgstr "Service Account Benutzername" - -#: classes/Adi/Configuration/Options.php:959 -#: classes/Adi/Configuration/Options.php:963 -#: classes/Adi/Configuration/Options.php:1378 -msgid "" -"Username of an Active Directory account with read permissions for the users " -"in the Active Directory (e.g. \"ldapuser@company.local\")." -msgstr "" -"Benutzername eines Active Directory-Benutzers mit Leserechten für alle " -"Benutzer im Active Directory. Beispiel: 'ldapuser@company.local'" - -#: classes/Adi/Configuration/Options.php:974 -#: classes/Adi/Configuration/Options.php:1275 -#: classes/Adi/Configuration/Options.php:1394 -msgid "Service account password" -msgstr "Service Account Passwort" - -#: classes/Adi/Configuration/Options.php:976 -#: classes/Adi/Configuration/Options.php:978 -msgid "" -"Password of an Active Directory account with read permissions for the users " -"in the Active Directory." -msgstr "" -"Passwort eines Active Directory-Benutzers mit Leserechten für alle Benutzer " -"im Active Directory." - -#: classes/Adi/Configuration/Options.php:989 -msgid "Username variable" -msgstr "Variable mit Benutzernamen" - -#: classes/Adi/Configuration/Options.php:996 -msgid "" -"The PHP server variable which is used by the web server to retrieve the " -"current user." -msgstr "" -"Die PHP Servervariable, die vom Webserver genutzt wird, um den aktuellen " -"Benutzer auszulesen." - -#: classes/Adi/Configuration/Options.php:1002 -#, php-format -msgid "%s: The default server variable." -msgstr "%s: Die standard Servervariable." - -#: classes/Adi/Configuration/Options.php:1006 -#, php-format -msgid "" -"%s: Is used when working with proxies. The variable \"REMOTE_USER\" must be " -"forwarded from the proxy." -msgstr "" -"%s: Wird in Kombination mit einem Proxy verwendet. Die Variable " -"\\\"REMOTE_USER\\\" muss vom Proxy weitergeleitet werden." - -#: classes/Adi/Configuration/Options.php:1011 -#, php-format -msgid "" -"%s: All http headers are prefixed HTTP_ so that you can distinguish between " -"them and environment variables." -msgstr "" -"%s: Alle http Header besitzen das Prefix HTTP_ damit Sie, sie von den " -"Umgebungsvariablen unterscheiden können." - -#: classes/Adi/Configuration/Options.php:1024 -msgid "Maximum number of allowed login attempts" -msgstr "Maximale Anzahl an Authentifizierungsversuchen" - -#: classes/Adi/Configuration/Options.php:1026 -msgid "" -"Maximum number of failed login attempts before a user account is blocked. If " -"empty or \"0\" Brute Force Protection is disabled." -msgstr "" -"Maximale Anzahl an Authentifizierungsversuchen bevor das Benutzerkonto " -"gesperrt wird. Wenn diese Option auf \"0\" gesetzt wird, ist Brute Force " -"Protection deaktiviert." - -#: classes/Adi/Configuration/Options.php:1031 -msgid "" -"Please enter the amount of tries a user has to login with his correct " -"username and password combination before he gets blocked for the specified " -"time." -msgstr "" -"Bitte geben Sie die Anzahl der Anmeldeversuche ein, die ein Benutzer besitzt," -" bevor er für die von Ihnen angegebene Zeit gesperrt wird." - -#: classes/Adi/Configuration/Options.php:1035 -msgid "You can set the time below this option." -msgstr "Sie können die Sperrzeit unter dieser Option festlegen." - -#: classes/Adi/Configuration/Options.php:1039 -msgid "" -"If you want to disable the Brute Force Protection just set the maximum " -"number of allowed login attempts to 0." -msgstr "" -"Wenn Sie den Brute Force Schutz deaktivieren möchten, setzen Sie einfach die " -"maximale Anzahl an erlaubten Authentifizierungsversuche auf '0'." - -#: classes/Adi/Configuration/Options.php:1052 -msgid "Blocking time" -msgstr "Sperrzeit" - -#: classes/Adi/Configuration/Options.php:1054 -msgid "" -"Time in seconds for which the account is blocked if too many failed login " -"attempts occurred." -msgstr "" -"Geben Sie an, wie lange ein Benutzer bei Erreichen des fehlgeschlagenen " -"Login Limits gesperrt werden soll (Zeit in Sekunden)." - -#: classes/Adi/Configuration/Options.php:1058 -msgid "" -"With help of this option you can set the time a user is being blocked after " -"the amount of failed login attempts has been reached." -msgstr "" -"Über diese Option können Sie festlegen, wie lange ein Benutzer gesperrt " -"werden soll, wenn er das Limit für fehlerhafte Logins erreicht hat." - -#: classes/Adi/Configuration/Options.php:1070 -msgid "Notify users of blocked account" -msgstr "Benachrichtige Benutzer über Kontosperrung" - -#: classes/Adi/Configuration/Options.php:1072 -msgid "Notify a user by e-mail when his account has been blocked." -msgstr "" -"Benachrichtige den Benutzer, sobald sein WordPress-Konto gesperrt wurde." - -#: classes/Adi/Configuration/Options.php:1073 -msgid "" -"If enabled *NADI* notifies the user by email that his account has been " -"blocked." -msgstr "" -"Wenn diese Option aktiviert ist, wird ein Benutzer per E-Mail darüber " -"informiert, dass sein Konto gesperrt wurde." - -#: classes/Adi/Configuration/Options.php:1085 -msgid "Notify admins of blocked accounts" -msgstr "Benachrichtige Administratoren über gesperrte Konten" - -#: classes/Adi/Configuration/Options.php:1087 -msgid "Notify admin(s) by e-mail when a user account has been blocked." -msgstr "" -"Benachrichtigte Administratoren per E-Mail, sobald das WordPress-Konto eines " -"Benutzers gesperrt wurde." - -#: classes/Adi/Configuration/Options.php:1088 -msgid "" -"Enabling this option will also notify the admin(s) about blocked user " -"accounts." -msgstr "" -"Das Aktivieren dieser Option führt zur Benachrichtigung des/der " -"Administrators(en), sobald das Konto eines Benutzers gesperrt wurde." - -#: classes/Adi/Configuration/Options.php:1099 -msgid "Email addresses for notifications" -msgstr "E-Mailadressen für Benachrichtigung" - -#: classes/Adi/Configuration/Options.php:1101 -msgid "Given email addresses will receive emails for admin notifications." -msgstr "" -"Geben Sie die E-Mailadressen für die Administratorbenachrichtigungen an." - -#: classes/Adi/Configuration/Options.php:1105 -msgid "" -"If the admin notification event is triggered and no admin email have been " -"set, the email is forwarded to the blog administrator's email address." -msgstr "" -"Wenn eine Benachrichtigung für Administratoren ausgelöst wird und keine " -"Administrator E-Mailadresse hinterlegt ist, wird stattdessen der Blog " -"Administrator per E-Mail informiert." - -#: classes/Adi/Configuration/Options.php:1118 -msgid "From email address" -msgstr "Absender E-Mail Adresse" - -#: classes/Adi/Configuration/Options.php:1120 -msgid "" -"Email address the Brute Force Protection information email should be send " -"from." -msgstr "" -"Absender E-Mail Adresse von der aus die Brute Force Protection Informations " -"Emails versendet werden sollen." - -#: classes/Adi/Configuration/Options.php:1124 -msgid "" -"If you leave this field blank WordPress will build the \"from email " -"address\" by itself. (wordpress@domain.local)" -msgstr "" -"Wenn sie dieses Feld leer lassen, wird WordPress die Absender E-Mail Adresse " -"selbst erzeugen. (Bsp. wordpress@domain.local)" - -#: classes/Adi/Configuration/Options.php:1136 -#: classes/Adi/Configuration/Options.php:1138 -#: classes/Adi/Configuration/Options.php:1139 -msgid "Allow login via XML-RPC" -msgstr "Erlaube den Login über die XML-RPC Schnittstelle" - -#: classes/Adi/Configuration/Options.php:1155 -msgid "Additional User Attributes" -msgstr "Zusätzliche Benutzerattribute" - -#: classes/Adi/Configuration/Options.php:1161 -msgid "AD User Attribute:" -msgstr "AD Benutzerattribut:" - -#: classes/Adi/Configuration/Options.php:1168 -msgid "Data Type:" -msgstr "Datentyp:" - -#: classes/Adi/Configuration/Options.php:1170 -msgid "Only a text" -msgstr "Nur ein Text" - -#: classes/Adi/Configuration/Options.php:1171 -msgid "An array with texts" -msgstr "Ein Array von Texten" - -#: classes/Adi/Configuration/Options.php:1172 -msgid "Natural number" -msgstr "Natürliche Zahl" - -#: classes/Adi/Configuration/Options.php:1173 -msgid "Boolean" -msgstr "Boolean" - -#: classes/Adi/Configuration/Options.php:1174 -msgid "Octet" -msgstr "Octet" - -#: classes/Adi/Configuration/Options.php:1175 -msgid "Time" -msgstr "Zeit" - -#: classes/Adi/Configuration/Options.php:1176 -msgid "Timestamp" -msgstr "Zeitstempel" - -#: classes/Adi/Configuration/Options.php:1177 -msgid "CN" -msgstr "CN" - -#: classes/Adi/Configuration/Options.php:1184 -msgid "User Meta Key:" -msgstr "User Meta Key:" - -#: classes/Adi/Configuration/Options.php:1188 -msgid "Enter additional Active Directory attributes." -msgstr "Fügen Sie zusätzliche Active Directory-Attribute hinzu." - -#: classes/Adi/Configuration/Options.php:1193 -msgid "" -"Additional Attributes that should appear on the user profile must also be " -"placed in \"Attributes to show\"." -msgstr "" -"Zusätzliche Attribute, die im WordPress-Benutzerprofi angezeigt werden " -"sollen, müssen die Checkbox \"In Benutzer Profil anzeigen\" gesetzt haben" - -#: classes/Adi/Configuration/Options.php:1207 -msgid "Enable sync to AD" -msgstr "Aktiviere Sync to AD" - -#: classes/Adi/Configuration/Options.php:1209 -msgid "Synchronize the user's WordPress profile back to Active Directory." -msgstr "" -"Synchronisiert das WordPress-Profil eines Benutzers zurück zum Active " -"Directory." - -#: classes/Adi/Configuration/Options.php:1214 -msgid "" -"By enabling this option NADI will automatically synchronize the user's " -"profile back to the Active Directory if it has changed." -msgstr "" -"Durch das Aktivieren dieser Option wird NADI automatisch die Profile von " -"Benutzern zurück zum Active Directory synchronisieren, sobald es zu " -"Änderungen kommt." - -#: classes/Adi/Configuration/Options.php:1218 -msgid "" -"The synchronization is automatically triggered whenever a user profile gets " -"updated." -msgstr "" -"Die Synchronisation wird jedes Mal ausgelöst, sobald das WordPress-" -"Benutzerprofil aktualisiert wird." - -#: classes/Adi/Configuration/Options.php:1229 -msgid "Use Sync To AD service account" -msgstr "Benutze Sync to AD Service Account" - -#: classes/Adi/Configuration/Options.php:1231 -msgid "" -"By enabling this option users will not be asked for their Active Directory " -"password when updating their WordPress user profile. Instead a central " -"Active Directory service account is used.
If this option is " -"disabled, you have to configure your Active Directory properly." -msgstr "" -"Wenn Sie diese Option aktivieren, werden Benutzer die versuchen ihr " -"WordPress-Profil zu aktualisieren nicht nach ihrem Active " -"Directory Passwort gefragt. Stattdessen wird der zentral hinterlegte Active " -"Directory Service Account Benutzer benutzt.
Wenn diese Option " -"deaktiviert ist , müssen Sie dafür sorgen, dass ihr Active " -"Directory richtig konfiguriert ist." - -#: classes/Adi/Configuration/Options.php:1236 -msgid "" -"By enabling this option users will not be asked for their Active Directory " -"password when updating their WordPress user profile. Instead a central " -"Active Directory service account will be used." -msgstr "" -"Durch das Aktivieren dieser Option werden Benutzer nicht nach ihrem Active " -"Directory-Passwort gefragt, wenn sie ihr WordPress-Profil aktuallisieren " -"möchten. Stattdessen wird der zentral hinterlegte Active Directory Service " -"Account benutzt." - -#: classes/Adi/Configuration/Options.php:1240 -msgid "" -"If this option is disabled, you need to set the required permissions in the " -"Active Directory. Please refer to the documentation on how to do this." -msgstr "" -"Wenn diese Option deaktiviert ist müssen sie die benötigten Berechtigungen " -"im Active Directory vergeben. Bitte werfen Sie dazu einen Blick in die " -"Dokumentation." - -#: classes/Adi/Configuration/Options.php:1244 -msgid "" -"NOTICE: The password of this service account is stored encrypted, but **USE " -"IT AT YOUR OWN RISK**. To avoid this you have to grant your users the " -"permission to change their own AD attributes. See FAQ for details." -msgstr "" -"ACHTUNG: Das Passwort des Service Accounts wird verschlüsselt aufbewahrt, " -"benutzen Sie diese Option trotzdem nur **AUF EIGENE GEFAHR**. Eine andere " -"Möglichkeit wäre den Benutzern das Ändern ihrer AD Attribute zu erlauben. " -"Für Details werfen Sie bitten einen Blick in unsere FAQ." - -#: classes/Adi/Configuration/Options.php:1259 -msgid "" -"Username of an Active Directory account with write permissions for the users " -"in the Active Directory (e.g. administrator@company.local)." -msgstr "" -"Benutzername eines Active Directory Accounts mit Schreibrechten für die " -"Benutzer in Active Directory (z. B. adminstrator@company.local)." - -#: classes/Adi/Configuration/Options.php:1263 -msgid "" -"If you define a Sync To AD service account with write permissions inside the " -"Active Directory, changes will automatically be written to the Active " -"Directory database using this user." -msgstr "" -"Wenn Sie einen Sync To AD Service Account mit Schreibrechten im " -"Active Directory festlegen, werden Änderungen automatisch über diesen " -"Benutzer in das Active Directory geschrieben." - -#: classes/Adi/Configuration/Options.php:1277 -msgid "" -"Password for Sync To AD service account. Leave empty if password should not " -"be changed." -msgstr "Passwort für den Sync To AD Service Account " - -#: classes/Adi/Configuration/Options.php:1280 -msgid "" -"This option defines a NEW password for the Sync To AD service account. Leave " -"this field blank if you do not want to change the password." -msgstr "" -"Diese Option definiert ein das Passwort für den Sync To AD Service " -"Account." - -#: classes/Adi/Configuration/Options.php:1292 -#: classes/Adi/Configuration/Options.php:1335 -msgid "Auth code" -msgstr "Auth Code" - -#: classes/Adi/Configuration/Options.php:1294 -msgid "This code is needed for Sync to AD." -msgstr "" -"Dieser Code wird für die Synchronisation zum Active Directory verwendet." - -#: classes/Adi/Configuration/Options.php:1298 -msgid "" -"The authentication code is used to authenticate the global sync user against " -"the Active Directory." -msgstr "" -"Der Auth Code wird zur Authentifizierung des Service Accounts gegen das " -"Active Directory verwendet." - -#: classes/Adi/Configuration/Options.php:1311 -msgid "Enable sync to WordPress" -msgstr "Aktiviere Sync To WordPress" - -#: classes/Adi/Configuration/Options.php:1313 -#: classes/Adi/Configuration/Options.php:1318 -msgid "" -"Enabling this option will allow NADI to sync users from the Active Directory " -"to the WordPress database." -msgstr "" -"Durch das Aktivieren dieser Option kann NADI Benutzer aus dem Active " -"Directory in die WordPress-Datenbank synchronisieren." - -#: classes/Adi/Configuration/Options.php:1322 -msgid "" -"Hint: You could use a cron job, which is nothing more than a timetable " -"executing the Sync to WordPress/update at defined times, to always keep your " -"WordPress database up to date with your Active Directory user information." -msgstr "" -"Hinweis: Sie können einen Cron-Job verwenden. Dabei handelt es sich um " -"nichts weiter als eine zeitgesteuerte Ausführung der Sync To WordPress " -"Funktion zu von ihnen festgelegten Zeiten. Dadurch wird ihre WordPress " -"Datenbank immer mit den aktuellsten Daten aus ihrem Active Directory auf dem " -"neuesten Stand gehalten." - -#: classes/Adi/Configuration/Options.php:1337 -#: classes/Adi/Configuration/Options.php:1338 -msgid "This code is needed for Sync to WordPress." -msgstr "Dieser Code wird für Sync to WordPress benötigt." - -#: classes/Adi/Configuration/Options.php:1351 -msgid "Import members of security groups" -msgstr "Importiere Mitglieder aus Sicherheitsgruppen" - -#: classes/Adi/Configuration/Options.php:1353 -msgid "" -"The members of the security groups entered here will be imported. See the " -"documentation on how to import members of Domain Users or Domain " -"Administrators." -msgstr "" -"Die Mitglieder der hier angegebenen Sicherheitsgruppen werden importiert. " -"Bitte werfen Sie einen Blick in unsere Dokumentation, um zu verstehen, wie " -"Sie Mitglieder der Sicheheitsgruppen Domänen-Benutzer und " -"Domänen Administratoren importieren können." - -#: classes/Adi/Configuration/Options.php:1358 -msgid "" -"Here you can enter the security groups which will be imported every time " -"Sync To WordPress is executed." -msgstr "" -"Hier können Sie die Sicherheitsgruppen angeben, deren Mitglieder bei jedem " -"Sync to WordPress aktualisiert bzw. importiert werden." - -#: classes/Adi/Configuration/Options.php:1362 -msgid "" -"If you want to include the users of the built in user group \"Domain Users\" " -"you have to enter \"id:513\". More information can be found in the official " -"documentation." -msgstr "" -"Wenn Sie die Benutzer der eingebauten Sicherheitsgruppe Domänen-" -"Benutzer importieren möchten, müssen Sie \"id:513\" angeben. Weitere " -"Informationen finden Sie in der offiziellen Dokumentation." - -#: classes/Adi/Configuration/Options.php:1382 -msgid "" -"In order to import multiple users at once you have to define a user with " -"Active Directory users read permission." -msgstr "" -"Um mehrere Benutzer auf einmal zu importieren, müssen Sie einen Service " -"Account mit Leseberechtigungen für Benutzer im Active Directory " -"festlegen." - -#: classes/Adi/Configuration/Options.php:1396 -msgid "Password for Sync to WordPress user." -msgstr "Passwort für Sync to WordPress Service Account." - -#: classes/Adi/Configuration/Options.php:1397 -msgid "" -"As you already defined the Sync to WordPress service account username before " -"you now have to define the password for this user as well." -msgstr "" -"Bitte geben Sie das Passwort für den zuvor angegebenen Sync to WordPress " -"Service Account Benutzer an." - -#: classes/Adi/Configuration/Options.php:1409 -msgid "Automatically deactivate users" -msgstr "Automatisches Deaktivieren von Benutzern" - -#: classes/Adi/Configuration/Options.php:1411 -#: classes/Adi/Configuration/Options.php:1415 -msgid "" -"Deactivated users can only be re-activated manually by administrators on the " -"users profile page or by using the *Sync to WordPress* feature." -msgstr "" -"Deaktivierte Benutzer können nur manuell durch einen Administrator über das " -"WordPress-Benutzerprofil aktiviert werden oder durch das Benutzen der " -"Sync to WordPress-Funktion." - -#: classes/Adi/Configuration/Options.php:1427 -msgid "Import disabled users" -msgstr "Deaktivierte Benutzer importieren" - -#: classes/Adi/Configuration/Options.php:1429 -#: classes/Adi/Configuration/Options.php:1433 -msgid "Users deactivated in Active Directory are synchronized to WordPress." -msgstr "" -"Im Active Directory deaktivierte Benutzer werden zu WordPress synchronisiert." - -#: classes/Adi/Configuration/Options.php:1445 -msgid "Enable Logging" -msgstr "Aktiviere Logging" - -#: classes/Adi/Configuration/Options.php:1447 -msgid "" -"If enabled, NADI will create a logfile at the default location " -"\"PLUGINPATH/logs/debug.log\". " -msgstr "" -"Wenn diese Option aktiviert ist, erstellt NADI eine Logdatei im Pfad " -"\"PLUGINPATH/logs/\". " - -#: classes/Adi/Configuration/Options.php:1451 -msgid "" -"If enabled, NADI will create a logfile and start logging to it. Default path " -"is \"PLUGINPATH/logs/debug.log\"." -msgstr "" -"Wenn diese Option aktiviert ist wird NADI eine Logdatei anlegen. Hierfür \n" -"wird der folgende Standardpfad benutzt: \"PLUGINPFAD/logs/debug.log\"." - -#: classes/Adi/Configuration/Options.php:1463 -msgid "Custom Path" -msgstr "Eigener Pfad" - -#: classes/Adi/Configuration/Options.php:1465 -msgid "" -"The logfile will be created at the set location. (e.g. /custompath/logs/)." -msgstr "" -"Die Logdatei wird in dem von Ihnen angegebenen Pfad erstellt. (z.b. " -"/custompath/logs/)." - -#: classes/Adi/Configuration/Options.php:1469 -msgid "" -"If you do not have permission for the default path on your system you can " -"set a new path. The debug.log file will be created at the set location." -msgstr "" -"Wenn Sie nicht die benötigte Berechtigung für den Default Pfad besitzen, " -"können sie einen neuen Pfad angeben. Die Logdatei wird in dem von ihnen " -"angegebenen Pfad erstellt." - -#: classes/Adi/Configuration/ImportService.php:101 -msgid "" -"You are running inside a Multisite network installation. This requires you " -"to add a new NADI profile or edit the default NADI profile." -msgstr "" -"Sie nutzen eine WordPress Multisite Installation. Es wird vorausgesetzt, " -"dass Sie ein neues NADI Profil anlegen oder das Standartprofil bearbeiten." - -#: classes/Adi/Configuration/ImportService.php:105 -#, php-format -msgid "" -"There are %d sites in your Multisite network which have a previous " -"version of NADI(ADI) running. Make sure to disable all existing " -"installations and create a new profile for all of them!" -msgstr "" -"Es sind %d Seiten in ihrem Multisite Netzwerk vorhanden, die eine " -"ältere Versionen von NADI(ADI) besitzen. Stellen Sie sicher, dass Sie alle " -"existierenden Installationen deaktivieren und erstellen Sie für jede ein " -"neues Profil!" - -#: classes/Adi/Configuration/ImportService.php:110 -msgid "" -"Migration of previous ADI options are not supported when running in " -"Multisite installations. Please verify the NADI configuration" -msgstr "" -"Die Migration von älteren ADI Einstellungen wird für Multisite " -"Installationen nicht unterstützt. Bitte überprüfen Sie die NADI " -"Einstellungen." - -#: classes/Adi/Configuration/ImportService.php:116 -msgid "" -"Options of a previous ADI installation have been migrated. You " -"must re-enter the credentials of Sync to WordPress/AD " -"service accounts." -msgstr "" -"Die Einstellungen einer vorher installierten ADI Version wurden übernommen. " -"Sie müssen die Einstellungen für den Sync to " -"WordPress/AD Service Account neu vornehmen." - -#: classes/Adi/Authentication/LoginService.php:108 -msgid "" -"Lost Password feature has been disabled by the \"Next Active Directory " -"Integration\" plugin." -msgstr "" -"Die \"Password vergessen?\" Funktion wurde durch das \"Next Active Directory " -"Integration\" Plugin deaktiviert." - -#: classes/Adi/Authentication/LoginService.php:174 -msgid "Next ADI prevents XML RPC authentication!" -msgstr "NADI verhindert die Authenifizierung über die XML RPC Schnittstelle." - -#: classes/Adi/Mail/Message.php:47 -msgid "Account blocked" -msgstr "Konto gesperrt" - -#: classes/Adi/Mail/Message.php:83 -#, php-format -msgid "" -"Someone tried to login into the WordPress site \"%s\" (%s) with your " -"username \"%s\" - but was stopped after too many wrong attempts." -msgstr "" -"Jemand hat versucht, sich auf der WordPress Seite \"%s\" (%s) mit deinem " -"Benutzer \"%s\" anzumelden - nach zu vielen falschen Versuchen wurde er " -"gestoppt." - -#: classes/Adi/Mail/Message.php:84 -#, php-format -msgid "" -"Someone tried to login into the WordPress site \"%s\" (%s) with the username " -"\"%s\" - but was stopped after too many wrong attempts." -msgstr "" -"Jemand hat versucht, sich auf der WordPress Seite \"%s\" (%s) mit dem " -"Benutzer \"%s\" anzumelden - nach zu vielen falschen Versuchen wurde er " -"gestoppt." - -#: classes/Adi/Mail/Message.php:85 -#, php-format -msgid "This account is associated with \"%s %s\" and the email address \"%s\"." -msgstr "Der Account ist assoziiert mit \"%s %s\" und der E-Mail Adresse \"%s\"" - -#: classes/Adi/Mail/Message.php:86 -#, php-format -msgid "The login attempt was made from IP-Address: %s" -msgstr "Der Loginversuch erfolgte von der IP-Adresse %s" - -#: classes/Adi/Mail/Message.php:87 -#, php-format -msgid "For security reasons this account is now blocked for %d seconds." -msgstr "Aus Sicherheitsgründen ist dein Account für %d Sekunden blockiert." - -#: classes/Adi/Mail/Message.php:88 -msgid "" -"PLEASE CONTACT AN ADMIN IF SOMEONE STILL TRIES TO LOGIN INTO YOUR ACCOUNT." -msgstr "" -"BITTE KONTAKTIERE EINEN ADMINISTRATOR, WENN JEMAND IMMER NOCH VERSUCHT, SICH " -"IN DEINEN ACCOUNT EINZULOGGEN." - -#: classes/Adi/Mail/Message.php:89 -msgid "" -"THIS IS A SYSTEM GENERATED E-MAIL, PLEASE DO NOT RESPOND TO THE E-MAIL " -"ADDRESS SPECIFIED ABOVE." -msgstr "" -"DIES IST EINE AUTOMATISCH GENERIERTE NACHRICHT, BITTE ANTWORTEN SIE NICHT " -"DIESER E-MAIL-ADRESSE." - -#: classes/Adi/Ui/Menu.php:77 classes/Adi/Multisite/Ui/Menu.php:61 -msgid "Active Directory Integration" -msgstr "Active Directory Integration" - -#: classes/Adi/Ui/ConnectivityTestPage.php:84 -msgid "Test authentication" -msgstr "Test der Authentifizierung" - -#: classes/Adi/Ui/ConnectivityTestPage.php:100 -#: classes/Adi/Ui/ConnectivityTestPage.php:111 -msgid "Test Active Directory authentication" -msgstr "Teste Active Directory Authentifizierung" - -#: classes/Adi/Ui/ConnectivityTestPage.php:101 -#: classes/Adi/Ui/ConnectivityTestPage.php:112 -msgid "" -"Please enter the username and password for the account you want to " -"authenticate with. After submitting the request you will get the debug " -"output." -msgstr "" -"Bitte geben Sie den Benutzernamen und das Passwort für den Account an, mit " -"dem Sie sich authentifizieren wollen. Nach dem Absenden erhalten Sie eine " -"Ausgabe zur weiteren Analyse." - -#: classes/Adi/Ui/ConnectivityTestPage.php:102 -#: classes/Adi/Ui/ConnectivityTestPage.php:113 -msgid "" -"For this page feature of blocking user accounts with failed login attempts " -"is disabled. You do not have to worry about locking an account." -msgstr "" -"Für diese Seite ist das Blockieren von Benutzerkonten durch fehlgeschlagene " -"Anmeldeversuche deaktiviert. Sie müssen sich keine Sorgen darüber machen, " -"dass Ihr Konto gesperrt wird." - -#: classes/Adi/Ui/ConnectivityTestPage.php:103 -msgid "Please note that the entered password is not masked." -msgstr "" -"Bitte beachten Sie, dass das Passwort im Klartext " -"dargestellt wird." - -#: classes/Adi/Ui/ConnectivityTestPage.php:104 -#: classes/Adi/Ui/ConnectivityTestPage.php:115 -msgid "Username:" -msgstr "Benutzername:" - -#: classes/Adi/Ui/ConnectivityTestPage.php:105 -#: classes/Adi/Ui/ConnectivityTestPage.php:116 -msgid "Password (will be shown):" -msgstr "Passwort (wird angezeigt):" - -#: classes/Adi/Ui/ConnectivityTestPage.php:106 -#: classes/Adi/Ui/ConnectivityTestPage.php:117 -msgid "Try to authenticate again" -msgstr "Teste Authentifizierung erneut" - -#: classes/Adi/Ui/ConnectivityTestPage.php:107 -#: classes/Adi/Ui/ConnectivityTestPage.php:118 -msgid "Try to authenticate" -msgstr "Teste Authentifizierung" - -#: classes/Adi/Ui/ConnectivityTestPage.php:114 -msgid "Please note that the entered password is not masked." -msgstr "" -"Bitte beachten Sie, dass das Passwort im Klartext " -"dargestellt wird." - -#: classes/Adi/Ui/ConnectivityTestPage.php:142 -msgid "You do not have sufficient permissions." -msgstr "Sie besitzen nicht die benötigten Rechte." - -#: classes/Adi/Ui/ConnectivityTestPage.php:155 -msgid "User logged on." -msgstr "Benutzer angemeldet." - -#: classes/Adi/Ui/ConnectivityTestPage.php:157 -msgid "Logon failed." -msgstr "Anmeldung fehlgeschlagen." - -#: test/Adi/Synchronization/Ui/SyncToActiveDirectoryTest.php:161 -#: classes/Adi/Synchronization/Ui/SyncToActiveDirectoryPage.php:88 -msgid "" -"Check that a connection to a domain controller is established and 'Enable " -"sync to AD' is checked. Also, a service account has to be provided." -msgstr "" -"Überprüfen Sie, dass eine Verbindung zum Domain Controller hergestellt wurde " -"und \"Sync to Ad aktivieren\" aktiviert ist. Außerdem muss ein Service " -"Account hinterlegt wurden sein." - -#: classes/Multisite/View/Page/Abstract.php:81 -#: classes/Adi/Synchronization/Ui/SyncToActiveDirectoryPage.php:109 -#: classes/Adi/Synchronization/Ui/SyncToWordPressPage.php:108 -msgid "You do not have sufficient permissions to access this page." -msgstr "" -"Sie besitzen nicht die benötigten Berechtigungen, um auf diese Seite " -"zuzugreifen." - -#: classes/Multisite/Configuration/Persistence/ProfileRepository.php:269 -msgid "My NADI profile" -msgstr "Mein NADI Profil" - -#: classes/Multisite/Configuration/Persistence/ProfileRepository.php:270 -msgid "" -"This profile has been created by the plugin installation automatically. It " -"can safely be deleted." -msgstr "" -"Dieses Profil wurde automatisch bei der Installation von NADI erstellt und " -"kann ohne Probleme gelöscht werden." - -#: classes/Multisite/Ui/Table/ProfileAssignment.php:63 -msgid "Cannot find valid site name." -msgstr "Der valide Seitenname konnte nicht gefunden werden." - -#: classes/Multisite/Ui/Table/ProfileAssignment.php:74 -msgid "Site Name" -msgstr "Seitenname" - -#: classes/Multisite/Ui/Table/ProfileAssignment.php:75 -msgid "URL" -msgstr "URL" - -#: classes/Multisite/Ui/Table/ProfileAssignment.php:270 -#, php-format -msgid "Select %s" -msgstr "Auswählen %s" - -#: classes/Adi/Synchronization/Ui/SyncToActiveDirectoryPage.php:58 -#: classes/Adi/Configuration/Ui/Layout.php:258 -msgid "Sync to AD" -msgstr "Sync to AD" - -#: classes/Adi/Synchronization/Ui/SyncToActiveDirectoryPage.php:82 -#: classes/Adi/Configuration/Ui/Layout.php:262 -msgid "Sync To Active Directory" -msgstr "Sync to Active Directory" - -#: classes/Adi/Synchronization/Ui/SyncToActiveDirectoryPage.php:83 -msgid "" -"If you want to trigger Sync to Active Directory, you must know the URL to " -"the index.php of your blog:" -msgstr "" -"Wenn Sie Sync to Active Directory auslösen möchten, müssen Sie die " -"URL zur index.php Ihres Blogs kennen:" - -#: classes/Adi/Synchronization/Ui/SyncToActiveDirectoryPage.php:84 -#: classes/Adi/Synchronization/Ui/SyncToWordPressPage.php:84 -msgid "" -"Settings like auth-code etc. depends on the current blog. So be careful " -"which blog you are using. Here are some examples:" -msgstr "" -"Einstellungen wie Auth Code hängen vom aktuellen Blog ab. Seien Sie " -"also vorsichtig dabei und achten Sie darauf welchen Blog Sie zurzeit " -"verwenden. Hier sind ein paar Beispiele:" - -#: classes/Adi/Synchronization/Ui/SyncToActiveDirectoryPage.php:85 -msgid "User-ID: (optional)" -msgstr "User-ID: (optional)" - -#: classes/Adi/Synchronization/Ui/SyncToActiveDirectoryPage.php:86 -msgid "Repeat WordPress to Active Directory synchronization" -msgstr "Wiederhole WordPress to Active Directory Synchronisation" - -#: classes/Adi/Synchronization/Ui/SyncToActiveDirectoryPage.php:87 -msgid "Start WordPress to Active Directory synchronization" -msgstr "Starte WordPress to Active Directory Synchronisation" - -#: classes/Adi/Synchronization/Ui/SyncToActiveDirectoryPage.php:121 -msgid "Sync to AD succeeded." -msgstr "Sync to AD erfolgreich." - -#: classes/Adi/Synchronization/Ui/SyncToActiveDirectoryPage.php:123 -msgid "Sync to AD failed." -msgstr "Sync to AD fehlgeschlagen." - -#: classes/Adi/Synchronization/Ui/SyncToWordPressPage.php:58 -#: classes/Adi/Configuration/Ui/Layout.php:278 -msgid "Sync to WordPress" -msgstr "Sync to WordPress" - -#: classes/Adi/Synchronization/Ui/SyncToWordPressPage.php:82 -#: classes/Adi/Configuration/Ui/Layout.php:282 -msgid "Sync To WordPress" -msgstr "Sync to WordPress" - -#: classes/Adi/Synchronization/Ui/SyncToWordPressPage.php:83 -msgid "" -"If you want to trigger Sync to WordPress, you must know the URL to the index." -"php of your blog:" -msgstr "" -"Wenn Sie Sync to WordPress auslösen möchten, müssen Sie die URL zur " -"index.php Ihres Blogs kennen:" - -#: classes/Adi/Synchronization/Ui/SyncToWordPressPage.php:85 -msgid "Repeat AD to WordPress synchronization" -msgstr "Wiederhole AD to WordPress Synchronisation." - -#: classes/Adi/Synchronization/Ui/SyncToWordPressPage.php:86 -msgid "Start AD to WordPress synchronization" -msgstr "Starte AD to WordPress Synchronisation" - -#: classes/Adi/Synchronization/Ui/SyncToWordPressPage.php:87 -msgid "" -"Check that a connection to a domain controller is established and 'Enable " -"sync to WordPress' is checked. Also, a service account has to be provided." -msgstr "" -"Überprüfen Sie, dass eine Verbindung zum Domain Controller hergestellt wurde " -"und \"Sync to WordPress aktivieren\" aktiviert ist. Außerdem muss ein " -"Service Account hinterlegt wurden sein." - -#: classes/Adi/Synchronization/Ui/SyncToWordPressPage.php:118 -msgid "Sync to WordPress succeeded." -msgstr "Sync to WordPress erfolreich." - -#: classes/Adi/Synchronization/Ui/SyncToWordPressPage.php:120 -msgid "Sync to WordPress failed." -msgstr "Sync to WordPress fehlgeschlagen." - -#: classes/Adi/Configuration/Ui/Layout.php:55 -msgid "Profile" -msgstr "Profil" - -#: classes/Adi/Configuration/Ui/Layout.php:58 -msgid "Profile Options" -msgstr "Profiloptionen" - -#: classes/Adi/Configuration/Ui/Layout.php:64 -msgid "" -"On this page you can configure whether NADI should be enabled for a specific " -"profile or not." -msgstr "" -"Auf dieser Seite können Sie einstellen, ob NADI für ein bestimmtes Profil " -"aktiviert sein soll oder nicht." - -#: classes/Adi/Configuration/Ui/Layout.php:69 -msgid "Menu" -msgstr "Menü" - -#: classes/Adi/Configuration/Ui/Layout.php:70 -msgid "It is also possible to only disable certain NADI features." -msgstr "Es ist auch möglich, einzelne NADI-Funktionen zu deaktivieren." - -#: classes/Adi/Configuration/Ui/Layout.php:82 -msgid "Environment" -msgstr "Umgebung" - -#: classes/Adi/Configuration/Ui/Layout.php:86 -msgid "Active Directory Environment" -msgstr "Active Directory-Umgebung" - -#: classes/Adi/Configuration/Ui/Layout.php:87 -msgid "" -"On this page you can configure the connection details for your Active " -"Directory." -msgstr "" -"Auf dieser Seite können Sie die Verbindungsinformationen für Ihr Active " -"Directory hinterlegen." - -#: classes/Adi/Configuration/Ui/Layout.php:100 -msgid "Verify Credentials" -msgstr "Anmeldedaten für die Verifizierung" - -#: classes/Adi/Configuration/Ui/Layout.php:101 -msgid "Connect your WordPress site or profile to a domain." -msgstr "" -"Verbinden Sie Ihre WordPress-Seite oder Ihr WordPress-Profil mit einer " -"Domäne." - -#: classes/Adi/Configuration/Ui/Layout.php:114 -msgid "User" -msgstr "Benutzer" - -#: classes/Adi/Configuration/Ui/Layout.php:118 -msgid "User Settings" -msgstr "Benutzereinstellungen" - -#: classes/Adi/Configuration/Ui/Layout.php:119 -msgid "" -"On this page you can configure how users should be created, updated and " -"displayed. You can also prevent specific users from authenticating against " -"the Active Directory. " -msgstr "" -"Auf dieser Seite können Sie festlegen, wie Benutzer erstellt, aktualisiert " -"und angezeigt werden sollen. Außerdem können Sie bestimmte Benutzer von der " -"Authentifizierung gegen das Active Directory ausschließen." - -#: classes/Adi/Configuration/Ui/Layout.php:145 -msgid "" -"The password configuration page allows you to configure if users should be " -"able to change their password, how failed authentications should be handled " -"and so on." -msgstr "" -"Die Passworteinstellungen erlauben Ihnen festzulegen, ob z. B. Benutzer die " -"Möglichkeit haben sollen, ihr Passwort zu ändern, wie fehlgeschlagene " -"Authentifizierungen behandelt werden sollen usw." - -#: classes/Adi/Configuration/Ui/Layout.php:160 -#: classes/Adi/Configuration/Ui/Layout.php:164 -msgid "Permissions" -msgstr "Berechtigungen" - -#: classes/Adi/Configuration/Ui/Layout.php:166 -msgid "" -"On this page you can configure whether only specific Active Directory " -"Security groups should be granted access to WordPress. You can also define " -"if certain Active Directory security groups should have WordPress role " -"permissions by default." -msgstr "" -"Auf dieser Seite können Sie festlegen, ob nur Mitglieder festgelegter " -"Sicherheitsgruppen Zugang zu WordPress haben sollen. Außerdem können Sie " -"festlegen, welche WordPress-Berechtigungen Mitglieder bestimmter Active " -"Directory Sicherheitsgruppen standardmäßig besitzen sollen." - -#: classes/Adi/Configuration/Ui/Layout.php:170 -msgid "" -"Premium-Extensions: Custom Role " -"Management " -"available." -msgstr "" -"Premium-Erweiterung: Custom Role " -"Management " -"verfügbar." - -#: classes/Adi/Configuration/Ui/Layout.php:184 -msgid "Security" -msgstr "Sicherheit" - -#: classes/Adi/Configuration/Ui/Layout.php:188 -msgid "Single Sign On" -msgstr "Single Sign On" - -#: classes/Adi/Configuration/Ui/Layout.php:189 -msgid "Single Sign On Configuration" -msgstr "Single Sign On Konfiguration" - -#: classes/Adi/Configuration/Ui/Layout.php:193 -msgid "" -"Premium-Extensions: SingleSignOn for " -"BuddyPress, WooCommerce und Ultimate Member available." -msgstr "" -"Premium-Erweiterung: SingleSignOn for " -"BuddyPress, WooCommerce und Ultimate Member verfügbar." - -#: classes/Adi/Configuration/Ui/Layout.php:206 -msgid "Brute-Force-Protection" -msgstr "Brute-Force-Schutz" - -#: classes/Adi/Configuration/Ui/Layout.php:208 -msgid "" -msgstr "" - -#: classes/Adi/Configuration/Ui/Layout.php:229 -#: classes/Adi/Configuration/Ui/Layout.php:233 -msgid "Attributes" -msgstr "Attribute" - -#: classes/Adi/Configuration/Ui/Layout.php:236 -msgid "" -"User attributes from the Active Directory are stored as User Meta Data. " -"These attributes can then be used in your themes and they can be shown on " -"the profile page of your users." -msgstr "" -"Benutzerattribute aus dem Active Directory werden als Benutzer Meta-Daten " -"gespeichert. Diese Eigenschaften können in Ihren Themes benutzt werden oder " -"auf der WordPress-Profilseite der Benutzer angezeigt werden." - -#: classes/Adi/Configuration/Ui/Layout.php:240 -msgid "" -"The attributes are only stored in the WordPress database if you activate " -"\"Automatic User Creation\" and are only updated if you activate \"Automatic " -"User Update\" on tab \"User\"." -msgstr "" -"Die Attribute werden nur in der WordPress-Datenbank gespeichert, wenn Sie " -"die Optionen Automatisches Erstellen von Benutzern und " -"Automatisches Aktuallisieren von Benutzern unter dem Reiter " -"Benutzer aktiviert haben." - -#: classes/Adi/Configuration/Ui/Layout.php:245 -#, php-format -msgid "" -"The following WordPress attributes are reserved by NADI and cannot be used: " -"%s" -msgstr "" -"Die folgenden WordPress-Attribute sind durch NADI reserviert und können " -"nicht benutzt werden: %s" - -#: classes/Adi/Configuration/Ui/Layout.php:246 -msgid "" -"Premium-Extensions: BuddyPress simple " -"attributes, BuddyPress profile photo, Profile Pictures and User Photo " -"integration " -"available." -msgstr "" -"Premium-Erweiterung: BuddyPress simple " -"attributes, BuddyPress profile photo, Profile Pictures und User Photo " -"integration " -"verfügbar." - -#: classes/Adi/Configuration/Ui/Layout.php:263 -msgid "Synchronize WordPress profiles back to Active Directory." -msgstr "Synchronisiert WordPress-Profile zurück zum Active Directory" - -#: classes/Adi/Configuration/Ui/Layout.php:284 -msgid "" -"You can import/update the users from Active Directory, for example by using " -"a cron job." -msgstr "" -"Sie können Benutzer aus dem Actice Directory importieren oder aktuallisieren " -"indem Sie ein Cron-Job verwenden." - -#: classes/Adi/Configuration/Ui/Layout.php:301 -#: classes/Adi/Configuration/Ui/Layout.php:305 -msgid "Logging" -msgstr "Logging" - -#: classes/Adi/Configuration/Ui/Layout.php:307 -msgid "On this tab you can configure the NADI event logger." -msgstr "" -"In diesem Tab können Einstellung bezüglich des NADI Event Loggers \n" -"vorgenommen werden." - -#: classes/Adi/Authentication/Ui/ShowBlockedMessage.php:62 -#, php-format -msgid "" -"Authentication denied by Next Active Directory Integration Brute Force " -"Protection. Your account is blocked for %s seconds." -msgstr "" -"Die Authentifizierung wurde von der Brute Force Protection des Next Active " -"Directory Integration Plugins abgelehnt. Dein Account ist für %s Sekunden " -"blockiert." - -#: classes/Adi/Authentication/Ui/ShowBlockedMessage.php:75 -#, php-format -msgid "" -"Authentication denied by Next Active Directory Integration Brute Force " -"Protection.
Your account is blocked for %s seconds." -msgstr "" -"Die Authentifizierung wurde durch die Next Active Directory Integration " -"Brute Force Protection verhindert.
Ihr Account wurde für %s Sekunden " -"gesperrt." - -#: classes/Adi/Authentication/Ui/SingleSignOn.php:32 -msgid "Log in using SSO" -msgstr "Anmeldung über SSO" - -#: classes/Adi/User/Ui/ExtendUserList.php:88 -msgid "NADI User" -msgstr "NADI Benutzer" - -#: classes/Adi/User/Ui/ExtendUserList.php:89 -msgid "Disabled" -msgstr "Deaktiviert" - -#: classes/Adi/User/Ui/ExtendUserList.php:93 -msgid "Managed by CRM" -msgstr "Verwaltet durch CRM" - -#: classes/Adi/User/Ui/ExtendUserList.php:156 -msgid "User is disabled by NADI." -msgstr "Benutzer ist durch NADI deaktiviert." - -#: classes/Adi/Configuration/Import/Ui/ExtendPluginList.php:64 -msgid "Download ADI v1 configuration" -msgstr "Download ADI v1 Konfigurationen" - -#: classes/Adi/Multisite/Site/Ui/ExtendSiteList.php:60 -msgid "Active NADI profile" -msgstr "Aktives NADI-Profil" - -#: classes/Adi/Multisite/Site/Ui/ExtendSiteList.php:83 -#, php-format -msgid "%s (default profile)" -msgstr "%s (Standardprofil)" - -#: classes/Adi/Multisite/Site/Ui/ExtendSiteList.php:95 -msgid "None assigned" -msgstr "Nicht zugewiesen" - -#: classes/Adi/User/Profile/Ui/ShowLdapAttributes.php:102 -msgid "Additional Information provided by Next Active Directory Integration" -msgstr "" -"Zusätzliche Information bereitgestellt durch Next Active Directory " -"Integration" - -#: classes/Adi/User/Profile/Ui/ShowLdapAttributes.php:103 -msgid "Reenter password" -msgstr "Passwort neu eingeben" - -#: classes/Adi/User/Profile/Ui/ShowLdapAttributes.php:104 -msgid "" -"If you want to save the changes in \"Additional Information\" back to the " -"Active Directory you must enter your password." -msgstr "" -"Wenn Sie die Änderungen unter Zusätzliche Informationen zum Active " -"Directory synchronisieren möchten, müssen Sie ihr Passwort eingeben." - -#: classes/Adi/User/Profile/Ui/ShowLdapAttributes.php:105 -msgid "Profile can not be edited or synchronized back to Active Directory:" -msgstr "" -"Das Profil kann nicht bearbeitet oder zum Active Directory synchronisiert " -"werden:" - -#: classes/Adi/User/Profile/Ui/ProvideDisableUserOption.php:70 -msgid "User Disabled" -msgstr "Benutzer deaktiviert" - -#: classes/Adi/User/Profile/Ui/ProvideDisableUserOption.php:71 -msgid "" -"If selected, the user can not log in and his e-mail address will be changed " -"for security reasons. The e-mail address is restored if the user is " -"reenabled." -msgstr "" -"Wenn sie diese Option aktivieren, kann der Benutzer sich nicht mehr anmelden " -"und seine E-Mailadresse wird aus Sicherheitsgründen geändert. Die E-" -"Mailadresse wird bei Aktivierung des Benutzers wiederhergestellt." - -#: classes/Adi/User/Profile/Ui/ProvideDisableUserOption.php:72 -msgid "Information on last disabling: " -msgstr "Informationen zur letzten Deaktivierung: " - -#: classes/Adi/User/Profile/Ui/ProvideDisableUserOption.php:73 -msgid "" -"Attention: This flag is automatically set (or unset) by Sync to WordPresss " -"and its state may change on next run of synchronization." -msgstr "" -"Achtung: Diese Option wird automatisch durch Sync to WordPress " -"aktiviert (bzw. deaktiviert). Der aktuelle Status kann sich also bei der " -"nächsten Synchronisation ändern." - -#: classes/Adi/User/Profile/Ui/ProvideDisableUserOption.php:107 -#, php-format -msgid "" -"User \"%s\" with ID \"%s\" manually disabled by \"%s\" with the ID \"%s\"." -msgstr "" -"Benutzer \"%s\" mit ID \"%s\" wurde manuell von \"%s\" mit der ID \"%s\" " -"deaktiviert." - -#: classes/Adi/User/Profile/Ui/TriggerActiveDirectorySynchronization.php:159 -msgid "" -"Error on writing additional attributes back to Active Directory. Service " -"Account is not setup properly. Please contact your WordPress administrator." -msgstr "" -"Es ist ein Fehler beim Synchronisieren der Daten zum Active Directory " -"aufgetreten. Der Service Account ist nicht richtig konfiguriert. Bitte " -"kontaktieren sie ihren WordPress Administrator." - -#: classes/Adi/User/Profile/Ui/TriggerActiveDirectorySynchronization.php:179 -msgid "" -"No password given, so additional attributes have not been written back to " -"Active Directory" -msgstr "" -"Es wurde kein Passwort angegeben. Zusätzliche Attribute wurden nicht zurück " -"in das Active Directory geschrieben." - -#: classes/Adi/User/Profile/Ui/TriggerActiveDirectorySynchronization.php:196 -msgid "" -"Error on writing additional attributes back to Active Directory. Please " -"contact your WordPress administrator?" -msgstr "" -"Der Versuch, zusätzliche Attribute zurück zum Active Directory zu schreiben, " -"ist fehlgeschlagen. Bitte kontaktieren Sie ihren Administrator." - -#: classes/Adi/User/Profile/Ui/PreventEmailChange.php:98 -msgid "" -"You must not change your email address. The plugin 'Next Active Directory " -"Integration' prevents it." -msgstr "" -"Sie dürfen ihre E-Mailadresse nicht ändern. Das Plugin \"Next Active " -"Directory Integration\" verhindert die Änderung." - -#. Name of the plugin -msgid "Next Active Directory Integration" -msgstr "Next Active Directory Integration" - -#. Description of the plugin -msgid "" -"This is the successor of the Active Directory Integration plug-in which " -"allows you to authenticate, authorize, create and update users through " -"Active Directory." -msgstr "" -"Dies ist der Nachfolger vom Active Directory Integration plug-in. Dieser " -"erlaubt ihnen mit hilfe des Active Directory benutzer zu authorisieren, " -"authentifizieren, zu erstellen und zu aktuallisieren." - -#. URI of the plugin -msgid "https://www.active-directory-wp.com" -msgstr "https://www.active-directory-wp.com" - -#. Author of the plugin -msgid "NeosIT GmbH" -msgstr "NeosIT GmbH" - -#. Author URI of the plugin -msgid "http://www.neos-it.de/" -msgstr "http://www.neos-it.de/" +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-22 16:49+0000\n" +"PO-Revision-Date: 2018-01-22 16:50+0000\n" +"Last-Translator: admin \n" +"Language-Team: German\n" +"Language: de-DE\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1\n" +"X-Loco-Source-Locale: de_DE\n" +"X-Generator: Loco - https://localise.biz/\n" +"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;" +"_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;" +"esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n" +"X-Poedit-Basepath: ..\n" +"X-Loco-Parser: loco_parse_po\n" +"X-Poedit-SourceCharset: UTF-8\n" +"X-Poedit-SearchPath-0: .\n" +"X-Poedit-SearchPathExcluded-0: vendor" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Ui/ConnectivityTestPage.php:110 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Ui/ConnectivityTestPage.php:122 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Synchronization/Ui/SyncToActiveDirectoryPage.php:89 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Synchronization/Ui/SyncToWordPressPage.php:88 +msgid "Show log output" +msgstr "Log-Ausgabe anzeigen" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Init.php:114 +#, php-format +msgid "" +"Please purchase a valid Next Active Directory Integration support license " +"from %s to support this plug-in." +msgstr "" +"Bitte kaufe eine gültige Next Active Directory Integration Support Lizenz " +"von %s, um das Plugin zu unterstützen." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/ImportService.php:101 +msgid "" +"You are running inside a Multisite network installation. This requires you " +"to add a new NADI profile or edit the default NADI profile." +msgstr "" +"Sie nutzen eine WordPress Multisite Installation. Es wird vorausgesetzt, " +"dass Sie ein neues NADI Profil anlegen oder das Standartprofil bearbeiten." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/ImportService.php:105 +#, php-format +msgid "" +"There are %d sites in your Multisite network which have a previous " +"version of NADI(ADI) running. Make sure to disable all existing " +"installations and create a new profile for all of them!" +msgstr "" +"Es sind %d Seiten in ihrem Multisite Netzwerk vorhanden, die eine " +"ältere Versionen von NADI(ADI) besitzen. Stellen Sie sicher, dass Sie alle " +"existierenden Installationen deaktivieren und erstellen Sie für jede ein " +"neues Profil!" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/ImportService.php:110 +msgid "" +"Migration of previous ADI options are not supported when running in " +"Multisite installations. Please verify the NADI configuration" +msgstr "" +"Die Migration von älteren ADI Einstellungen wird für Multisite " +"Installationen nicht unterstützt. Bitte überprüfen Sie die NADI " +"Einstellungen." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/ImportService.php:116 +msgid "" +"Options of a previous ADI installation have been migrated. You " +"must re-enter the credentials of Sync to WordPress/AD " +"service accounts." +msgstr "" +"Die Einstellungen einer vorher installierten ADI Version wurden übernommen. " +"Sie müssen die Einstellungen für den Sync to " +"WordPress/AD Service Account neu vornehmen." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:222 +msgid "Profile name:" +msgstr "Profilname:" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:224 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:228 +msgid "Name for the current profile" +msgstr "Name des aktuellen Profils" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:239 +msgid "Support license key:" +msgstr "Support-Lizenzschlüssel" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:241 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:245 +msgid "" +"Please enter your support license key here, if you have a paid NADI license. It " +"is required to receive support from NeosIT " +"GmbH." +msgstr "" +"Bitte geben Sie hier Ihren Lizenzschlüssel ein, wenn Sie eine NADI Lizenz gekauft haben. " +"Dieser wird benötigt, um Unterstützung durch die NeosIT GmbH zu erhalten." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:256 +msgid "Enable NADI" +msgstr "NADI aktivieren" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:258 +msgid "Enable/Disable Next Active Directory Integration" +msgstr "Aktiviert/Deaktiviert Next Active Directory Integration" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:262 +msgid "" +"Next Active Directory Integration is only used if this option is checked. If " +"you are running a WordPress Multisite Installation you can disable the NADI " +"plug-in for specific sites." +msgstr "" +"Next Active Directory Integration wird nur genutzt, wenn diese Option " +"aktiviert ist. Wenn Sie eine WordPress Multisite Installation verwenden, " +"können Sie diese Option für spezifische Seiten deaktivieren." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:272 +msgid "Enable \"Test authentication\"" +msgstr "Aktiviere \"Test Authentifizierung\"" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:277 +msgid "Enable/Disable Test authentication" +msgstr "Aktiviere/Deaktiviere Test Authentifizierung" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:281 +msgid "" +"The menu entry \"Test authentication\" can be enabled or disabled, based " +"upon this configuration" +msgstr "" +"Der Menü Eintrag \"Test Authentifizierung\" kann mit dieser Optionen " +"aktiviert bzw. deaktiviert werden." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:291 +msgid "Enable \"Sync to AD\"" +msgstr "Aktiviere \"Sync to AD\"" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:296 +msgid "Enable/Disable Sync to AD" +msgstr "Aktiviert/Deaktiviert Sync to AD" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:300 +msgid "" +"The menu entry \"Sync to AD\" can be enabled or disabled, based upon this " +"configuration" +msgstr "" +"Der Menü Eintrag \"Sync to AD\" kann mit dieser Optionen aktiviert bzw. " +"deaktiviert werden." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:310 +msgid "Enable \"Sync to WordPress\"" +msgstr "Aktiviere \"Sync to WordPress\"" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:315 +msgid "Enable/Disable Sync to WordPress" +msgstr "Aktiviert/Deaktiviert Sync to WordPress" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:319 +msgid "" +"The menu entry \"Sync to WordPress\" can be enabled or disabled, based upon " +"this configuration" +msgstr "" +"Der Menü Eintrag \"Sync to WordPress\" kann mit dieser Optionen aktiviert " +"bzw. deaktiviert werden." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:330 +msgid "Domain controllers" +msgstr "Domänencontroller" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:332 +msgid "Domain controllers used to authenticate and authorize the users" +msgstr "" +"Der Domänencontroller wird benutzt, um Benutzer zu authentifizieren und zu " +"autorisieren" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:336 +msgid "" +"The domain controller represents the Active Directory server used to " +"authenticate and authorize your users. You can find your currently set " +"Domain Controller via \"Start -> Run -> nslookup\"." +msgstr "" +"Der Domänencontroller repräsentiert den Active Directory Server, der für das " +"Authentifizieren und das Autorisieren von Benutzern verwendet wird. Sie " +"können Ihren aktuellen Domänencontroller durch \"Start -> Run -> nslookup\" " +"finden." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:349 +msgid "Port" +msgstr "Port" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:351 +msgid "" +"Port on which the Active Directory listens. Unencrypted LDAP or STARTTLS use " +"port 389. LDAPS listens on port 636." +msgstr "" +"Port auf dem das Active Directory lauscht. Unverschlüsseltes LDAP oder " +"STARTTLS lauschen auf Port 389. LDAPS lauscht auf Port 636." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:352 +msgid "" +"This option defines the Active Directory communication port and is by " +"default set to 389." +msgstr "" +"Diese Option definiert den Active Directory Kommunikationsport. " +"Standardmäßig ist dieser auf 389 gesetzt." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:364 +msgid "Use encryption" +msgstr "Verschlüsslung benutzen" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:367 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/ProfileConfigurationPage.php:120 +msgid "None" +msgstr "Keine" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:368 +msgid "STARTTLS" +msgstr "STARTTLS" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:369 +msgid "LDAPS" +msgstr "LDAPS" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:371 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:373 +msgid "This option handles the encryption type for the LDAP connection." +msgstr "Diese Option steuert den Verschlüsselungstyp für die LDAP Verbindung" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:375 +msgid "None: No encryption is be used." +msgstr "Keine: Es wird keine Verschlüsselung verwendet." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:376 +msgid "" +"STARTTLS: Enabling this option activates TLS (Transport Layer Security), " +"which secures the data transport between your Active Directory server and " +"WordPress by encrypting the data. If you want to use STARTTLS, the \"Port\" " +"option should be set as default(\"389\"). Please note that STARTTLS is not " +"the same as LDAPS." +msgstr "" +"STARTTLS: Das Aktivieren dieser Option führt dazu, dass TLS (Transport Layer " +"Security) verwendet wird. TLS verschlüsselt den Datentransport zwischen dem " +"Active Directory Server und WordPress. Wenn Sie STARTTLS benutzen wollen " +"sollte die Option Port auf \"389\" gesetzt sein. Bitte beachten Sie," +" dass STARTTLS nicht das selbe ist wie LDAPS." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:377 +msgid "" +"LDAPS: The LDAP connection uses LDAPS. By default, Active Directory listens " +"on port 636 for LDAPS connections." +msgstr "" +"LDAPS: Die LDAP Verbindung verwendet LDAPS. Standardmäßig ist der Port auf " +"dem das Active Directory bei einer LDAPS Verbindung lauscht auf 363 gesetzt." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:388 +msgid "LDAP network timeout" +msgstr "LDAP Netzwerk Timeout" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:390 +msgid "" +"Seconds after the connection attempt to Active Directory times out. After " +"this period WordPress falls back to local authentication. By default it is " +"set to \"5\"." +msgstr "" +"Gibt die Sekunden bei Verbindungsaufbau zum Active Directory an, nach denen " +"es zu einem Timeout kommt. Nach dieser Zeit fällt WordPress auf die lokale " +"Authentifizierung zurück. Standardmäßig ist diese Option auf \"5\" Sekunden " +"gesetzt." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:394 +msgid "" +"This option describes the time in seconds which has to pass after a " +"connection attempt to the Active Dirctory server before the the connection " +"times out and falls back to the local WordPress authentication. The default " +"value for this option is \"5\"." +msgstr "" +"Diese Option beschreibt die Zeit in Sekunden nachdem die Verbindung zum " +"Active Directory einen Timeout zurück liefert und WordPress zur lokalen " +"Authentifizierung zurück fällt. Der Standardwert für diese Option beträgt " +"\"5\" Sekunden." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:406 +msgid "Base DN" +msgstr "Base DN" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:408 +msgid "" +"Base DN (e.g. \"ou=unit,dc=domain,dc=tld\" or \"cn=users,dc=domain,dc=tld\")" +msgstr "" +"Base DN (z.B. \"ou=unit,dc=domain,dc=tld\" or \"cn=users,dc=domain,dc=tld\")" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:412 +msgid "" +"You can find your Active Directory Base DN, if you follow this step by step " +"guide correctly." +msgstr "" +"Sie können ihren Active Directory Base DN finden, indem Sie folgende " +"Schritte befolgen." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:416 +msgid "1. Connect to your Active Directory server by using Remote Desktop." +msgstr "" +"1. Verbinden Sie sich zu ihrem Active Directory Server über Remote Desktop." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:417 +msgid "" +"2. Start -> Administrative Tools -> Active Directory Users and Computers" +msgstr "" +"2. Start -> Administratorwerkzeuge -> Active Directory Benutzer und Computer" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:418 +msgid "3. Click on your Domain Controller -> right-click Users -> Properties" +msgstr "" +"3. Klicken Sie auf Domänencontroller -> Rechtsklick Benutzer -> Attribute" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:419 +msgid "4. Attribute -> Select distinguishedName in the list -> press View" +msgstr "" +"4. Attribute -> wählen Sie distinguishedName in der Liste aus -> drücken Sie " +"Anzeigen" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:420 +msgid "5. Copy your Base DN." +msgstr "5. Kopieren Sie ihren Base DN." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:430 +msgid "Username" +msgstr "Benutzername" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:432 +msgid "" +"Username used to authenticate against the Active Directory in order to " +"connect your WordPress site or profile to a domain (e.g. administration@test." +"ad)" +msgstr "" +"Benutzername, der benutzt wird um den Benutzer gegen das Active Directory zu " +"Authentifizieren und eine Verbindung zwischen der WordPress Seite / dem " +"verwendeten Profil und einer Domäne herzustellen (z. B. administration@test." +"ad)." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:436 +msgid "" +"You have to enter a valid Active Directory account to connect your WordPress " +"site to a specific Active Directory domain." +msgstr "" +"Sie müssen ein gültiges Active Directory-Konto angeben, um eine Verbindung " +"zwischen der WordPress Seite / dem WordPress Profil und einer Active " +"Directory-Domäne herzustellen." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:449 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Ui/Layout.php:140 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Ui/Layout.php:144 +msgid "Password" +msgstr "Passwort" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:451 +msgid "" +"Password used to authenticate against the Active Directory in order to " +"connect your WordPress site or profile to a domain." +msgstr "" +"Passwort, das benutzt wird um den Benutzer gegen das Active Directory zu " +"authentifizieren und eine Verbindung zwischen der WordPress Seite / dem " +"verwendeten Profil und einer Domäne herzustellen. " + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:455 +msgid "" +"You have to enter the password for the Active Directory user in order to " +"connect your WordPress site or profile to a domain." +msgstr "" +"Sie müssen ein Passwort für den Active Directory-Benutzer angeben im eine " +"Verbindung zwischen der WordPress Seite / dem Profil und einer Active " +"Directory-Domäne herstellen zu können." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:468 +msgid "Domain SID" +msgstr "Domain SID" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:470 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:474 +msgid "" +"Shows whether the current WordPress site is connected to an AD domain or not." +msgstr "" +"Diese Option zeigt an, ob die WordPress Seite / das Profil eine Verbindung " +"zu einer Active Directory Domäne besitzt." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:487 +msgid "NetBIOS name" +msgstr "NetBIOS Name" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:489 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:493 +msgid "" +"The NetBIOS name of the connected Active Directory is required for NTLM SSO." +msgstr "" +"Der NetBIOS Name des verbundenen Active Directory wird für das NTLM SSO " +"benötigt." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:506 +msgid "Exclude usernames from authentication" +msgstr "Schließt Benutzernamen von der Authentifizierung aus" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:508 +msgid "" +"Entered usernames will always be excluded from NADI login authentication. " +"Usernames are case-insensitive." +msgstr "" +"Die angegebenen Benutzernamen werden von der NADI-Authentifizierung " +"ausgeschlossen. Groß-/Kleinschreibung wird nicht " +"berücksichtigt." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:513 +msgid "" +"Every username you have entered will not be authenticated against the Active " +"Directory, instead the WordPress authentication mechanism is used. You have " +"to explicitly declare every username with every used suffix." +msgstr "" +"Jeden Benutzer, den du hier eingibt, wird nicht gegen das Active Directory " +"authentifiziert. Stattdessen wird der WordPress " +"Authentifizierungsmechanismus verwendet. Du muss explizit jeden " +"Benutzernamen mit jeden verwendeten Suffix eintragen." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:526 +msgid "Account suffix" +msgstr "Suffix für Benutzernamen" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:528 +msgid "" +"This suffix will be appended to all usernames during the Active Directory " +"authentication process, e.g. \"@company.local\"." +msgstr "" +"Dieses Suffix wird an alle Benutzernamen während des " +"Authentifizierungsvorgangs angehangen (z. B. \"@company.local\")." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:533 +msgid "" +"The Account suffix is added to all usernames during the Active Directory " +"authentication process." +msgstr "" +"Dieses Account Suffix wird an alle Benutzernamen während des Active " +"Directory Authentifizierungsvorgangs angehangen." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:537 +msgid "" +"Example: An *Account Suffix* \"@company.local\" is used. When the user " +"\"my_username\" logs in, the complete username is set to " +"\"my_username@company.local\"." +msgstr "" +"Beispiel: Das *Suffix für Benutzernamen* \"@company.local\" wird benutzt. " +"Wenn der Benutzer \"mein_benutzername\" sich einloggen möchte, wird der " +"komplette Benutzername auf \"mein_benutzername@company.local\" gesetzt." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:541 +msgid "Do not forget to start the suffix with \"@\"." +msgstr "Vergessen Sie nicht, das Suffix mit \"@\" zu beginnen." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:542 +msgid "" +"If you have multiple account suffixes like *@emea.company.local*, *@africa." +"company.local* enter each of them and put the primary domain name (@company." +"local) at the *last* position." +msgstr "" +"Wenn Sie mehrere Suffixe verwenden möchten, wie zum Beispiel *@emea.company." +"local*, *@africa.company.local* fügen Sie dieser der Liste hinzu. Fügen Sie " +"den primären Domänennamen (@Company.local) an letzter " +"Position hinzu." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:556 +msgid "Use sAMAccountName for newly created users" +msgstr "Benutze sAMAccountName für neu erstellte Benutzer" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:558 +msgid "" +"If checked, the sAMAccountName will be set as username for newly created " +"users." +msgstr "" +"Wenn diese Option aktiviert ist, wird NADI beim Erstellen neuer Benutzer den " +"sAMAccountName als Benutzername in WordPress setzen." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:562 +msgid "" +"Instead of using the user principal name for newly created users, the " +"sAMAccountName will be used." +msgstr "" +"Anstelle des normalerweise verwendeten userPrincipalName wird bei neu " +"erstellten Benutzern der sAMAccountName als Benutzername in WordPress " +"gesetzt." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:574 +msgid "Automatic user creation" +msgstr "Automatische Erstellung von Benutzern" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:576 +msgid "" +"If enabled, users will be created in your WordPress instance after they have " +"successful authenticated." +msgstr "" +"Wenn aktiviert, werden Benutzer, die sich erfolgreich am Active Directory " +"authentifizieren, automatisch in der WordPress-Instanz erstellt." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:581 +msgid "Created users will obtain the subscriber role by default." +msgstr "" +"Neu erstellte Benutzer bekommen automatisch die Rolle subscriber zugewiesen." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:585 +msgid "" +"The default role can be altered, by using the Role equivalent groups option " +"inside the Permission Tab." +msgstr "" +"Die Standardrolle kann beeinflusst werden, indem die \"Zuordnung von " +"Berechtigungsgruppen\" unter dem Reiter \"Berechtigungen\" angepasst werden." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:595 +msgid "Automatic user synchronization" +msgstr "Automatische Synchronisation von Benutzern" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:597 +msgid "" +"After a successful login a users WordPress profile will be automatically " +"synchronized with his Active Directory account." +msgstr "" +"Nach erfolgreichem Anmelden in WordPress, wird das WordPress-Benutzerkonto " +"automatisch mit dem Active Directory Account synchronisiert." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:600 +msgid "" +"Enabling this option will result in NADI synchronizing the user's " +"information every time they login to WordPress." +msgstr "" +"Durch das Aktivieren dieser Option wird NADI bei jeder Anmeldung eines " +"Benutzers in WordPress das WordPress-Profil mit den Daten aus dem Active " +"Directory synchronisieren." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:604 +msgid "Requires \"Automatic user creation\" to be enabled." +msgstr "\"Automatische Erstellung von Benutzern\" muss aktiviert sein." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:614 +msgid "Automatically update user description" +msgstr "Automatische Aktualisierung der Benutzerbeschreibung" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:616 +msgid "" +"Automatically updates the description of users after login and for newly " +"created users" +msgstr "" +"Aktualisiert automatisch die Beschreibung von erfolgreich angemeldeten und " +"neu erstellten Benutzern." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:619 +msgid "" +"This option will only work if you already have \"Automatic user creation\" " +"and \"Automatic user update\" enabled. As the title says it will " +"automatically update the description of newly created users and users who " +"login." +msgstr "" +"Diese Option funktioniert nur wenn \"Automatische Erstellung von Benutzern\" " +"und \"Automatisches Aktualisieren von Benutzern\" aktiviert sind." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:631 +msgid "Default email domain" +msgstr "Standard E-Mail Domain" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:633 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:637 +msgid "" +"If the Active Directory attribute \"mail\" is blank, a user's email will be " +"set to username@ValueOfThisTextbox." +msgstr "" +"Wenn das Active Directory Attribut 'mail' leer ist, wird die E-Mail eines " +"Benutzers auf benutzername@$WERT gesetzt." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:649 +msgid "Email address conflict handling" +msgstr "Behandlung von E-Mail-Adresskonflikten" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:652 +msgid "Prevent (recommended)" +msgstr "Verhindern (empfohlen)" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:653 +msgid "Allow (UNSAFE)" +msgstr "Erlauben (unsicher)" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:654 +msgid "Create" +msgstr "Erstellen" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:656 +msgid "" +"This option handles email address conflicts caused by creating multiple " +"users using the same email address." +msgstr "" +"Diese Option behandelt die auftretenden Konflikte, wenn Benutzer in der " +"WordPress Datenbank mit gleicher E-Mailadresse erstellt werden." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:658 +msgid "" +"This option handles email address conflicts caused by creating multiple " +"users using the same email address. WordPress requires a unique email " +"address for each user in an installation." +msgstr "" +"Diese Option behandelt die auftretenden Konflikte, wenn Benutzer in der " +"WordPress Datenbank mit gleicher E-Mailadresse erstellt werden. WordPress " +"setzt einzigartige E-Mail Adressen für jeden Benutzer voraus." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:660 +msgid "" +"Prevent: User is not created, if his email address is already in use by " +"another user. (recommended)" +msgstr "" +"Verhindern: Benutzer wird nicht erstellt, wenn die E-Mailadresse bereits in " +"Benutzung ist (empfohlen)." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:664 +msgid "Allow: Allow users to share one email address. (UNSAFE)" +msgstr "" +"Erlauben: Erlaubt Benutzern sich eine E-Mailadresse zu teilen (UNSICHER)." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:665 +msgid "" +"Create: In case of a conflict, the new user is created with a unique and " +"randomly generated email address." +msgstr "" +"Erstellen: Im Falle eines Konflikts wird der neue Benutzer mir einer " +"einzigartigen, zufällig erstellen E-Mailadresse generiert." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:676 +msgid "Prevent email change" +msgstr "Änderungen der E-Mailadresse verhindern" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:678 +msgid "" +"Prevents users authenticated by Active Directory from changing their email " +"address in WordPress." +msgstr "" +"Verhindert, dass Benutzer, die sich gegenüber des Active Directory " +"authentifiziert haben, ihre E-Mailadresse in WordPress ändern." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:683 +msgid "" +"Activating this option will forbid users authenticated by Active Directory " +"to change their email address in in WordPress." +msgstr "" +"Diese Option verhindert, dass Benutzer die bereits gegen das Active " +"Directory authentifiziert wurden, ihre E-Mailadresse in WordPress ändern." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:687 +msgid "This option does not apply to the administrator." +msgstr "Diese Option betrifft nicht die Administratoren." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:698 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Ldap/Attribute/Description.php:27 +msgid "Display name" +msgstr "Anzeigename" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:701 +msgid "sAMAccountName (the username)" +msgstr "sAMAccountName (der Benutzername)" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:702 +msgid "displayName" +msgstr "Anzeigename" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:703 +msgid "description" +msgstr "Beschreibung" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:704 +msgid "givenName (firstname)" +msgstr "givenName (Vorname)" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:705 +msgid "SN (lastname)" +msgstr "SN (Nachname)" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:706 +msgid "givenName SN (firstname lastname)" +msgstr "givenName SN (Vorname Nachname)" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:707 +msgid "CN (Common Name, the whole name)" +msgstr "CN (Common Name, der ganze Name)" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:708 +msgid "mail" +msgstr " mail (E-Mail)" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:710 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:714 +msgid "" +"This option allows you to configure how users should be displayed inside " +"posts/comments." +msgstr "" +"Diese Option erlaubt Ihnen zu konfigurieren, wie Benutzer bei neuen " +"Einträgen/Kommentaren dargestellt werden sollen." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:726 +msgid "Show user status" +msgstr "Zeige Benutzerstatus an" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:728 +msgid "" +"Show additional columns (NADI User, disabled) inside the " +"WordPress users list." +msgstr "" +"Zeige extra Spalten NADI Benutzer, deaktivert in der " +"WordPress Benutzerliste an." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:730 +msgid "Show additional columns" +msgstr "Zeige extra Spalten" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:738 +msgid "Fallback to local password" +msgstr "Lokale Passwortauthentifizierung" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:740 +msgid "" +"Fallback to local(WordPress) password check if Active Directory " +"authentication fails." +msgstr "" +"Bei fehlgeschlagener Active Directory-Authentifizierung, kann der Benutzer " +"sich gegenüber WordPress authentifizieren." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:744 +msgid "" +"If this option is enabled, users who failed to authenticate against Active " +"Directory will try to authenticate using the local WordPress password." +msgstr "" +"Wenn diese Option aktiviert ist, können sich Benutzer bei einer " +"fehlgeschlagenen Authentifizierung gegen das Active Directory noch einmal " +"gegen das lokale WordPress-Passwort authentifizieren." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:748 +msgid "" +"But this might be a security risk (for example, if the local password is " +"outdated). It's recommended to turn this off." +msgstr "" +"Hierbei können Sicherheitsrisken entstehen, zum Beispiel wenn das lokale " +"Passwort veraltet ist. Es wird empfohlen, diese Option zu " +"deaktivieren." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:761 +msgid "Set local password on first successful login" +msgstr "Setze das lokale Passwort bei erster erfolgreicher Anmeldung" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:763 +msgid "" +"The first time a user successfully logs in his local password will be " +"equated with the password he used to authenticate against the Active " +"Directory." +msgstr "" +"Beim ersten erfolgreichen Authentifizieren gegen das Active Directory wird " +"das lokale WordPress Passwort auf das Passwort gesetzt, das beim " +"Authentifizieren gegen das Active Directory verwendet wurde." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:768 +msgid "" +"The first time a user successfully logs in his local password will be " +"equated with the password he used to authenticate against the Active " +"Directory. If this option is deactivated a random password for this user " +"will be set." +msgstr "" +"Beim ersten erfolgreichen Authentifizierung gegen das Active Directory wird " +"das lokale WordPress Passwort auf das Passwort gesetzt das beim " +"Authentifizieren gegen das Active Directory verwendet wurde. Ist diese " +"Option deaktiviert wird ein zufälliges Passwort gesetzt." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:772 +msgid "" +"If this option is deactivated a random password for this user will be set." +msgstr "" +"Wenn diese Option deaktiviert ist, wird ein zufällig generiertes Passwort " +"als lokales Passwort gesetzt." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:773 +msgid "" +"The option does only work if *User > Automatic user creation* is enabled." +msgstr "" +"Diese Option funktioniert nur, wenn Benutzer > Automatisches Erstellen " +"von Benutzern aktiviert ist." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:783 +msgid "Allow local password changes" +msgstr "Erlaube lokale Passwortänderung" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:785 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:790 +msgid "" +"Enabling this option allows users to change their local WordPress password." +msgstr "" +"Das Aktivieren dieser Option erlaubt esm Benutzern ihr lokales WordPress-" +"Passwort zu ändern." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:791 +msgid "" +"This option has no effect on the Active Directory password " +"and will not be synchronized back to the Active Directory." +msgstr "" +"Dieser Option hat keine Auswirkungen auf das Active " +"Directory Passwort und wird nicht zurück zum Active " +"Directory synchronisiert." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:802 +msgid "Automatic password update" +msgstr "Automatisches Aktualisieren des Passworts" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:804 +msgid "" +"This option updates the local password every time a user successfully logs " +"in." +msgstr "" +"Diese Option aktualisiert das lokale Passwort eines Benutzers bei jedem " +"erfolgreichem Login." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:809 +msgid "" +"This option updates the local password every time a user successfully logs " +"in. If a user has changed his Active Directory password and successfully " +"authenticates against Active Directory while trying to login to WordPress, " +"his local WordPress password will be equated with the new Active Directory " +"password." +msgstr "" +"Diese Option aktualisiert das lokale Passwort eines Benutzers bei jeder " +"erfolgreichen Anmeldung. Wenn der Benutzer sein Active Directory Passwort " +"geändert hat und sich bei der Anmeldung in die WordPress-Instanz erfolgreich " +"gegen das Active Directory authentifiziert dann wird das lokale Passwort " +"automatisch mit dem Active Directory Passwort überschrieben." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:813 +msgid "" +"Note: Activating this option makes little sense if Allow local password " +"changes is enabled." +msgstr "" +"Hinwes: Das Aktivieren dieser Option ergibt keinen Sinn , wenn Lokale " +"Passwort Änderung erlauben aktiviert ist." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:817 +msgid "" +"Works only if User > Automatic user creation and User > " +"Automatic user synchronization is enabled." +msgstr "" +"Funktioert nur wenn Benutzer > Automatisches Erstellen von " +"Benutzern und Benutzer > Automatisches Synchronisieren von " +"Benutzernaktiviert sind." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:828 +msgid "Authorize by group membership" +msgstr "Autorisierung durch Gruppenmitgliedschaft" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:830 +msgid "" +"This option authorizes only members of the given Active Directory security " +"groups to gain access to WordPress." +msgstr "" +"Diese Option autorisiert nur die Benutzer der angegebenen Active Directory-" +"Sicherheitsgruppen sich in WordPress anzumelden." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:834 +msgid "" +"This option authorizes only members of the given Active Directory security " +"groups to gain access to WordPress. This authorization occurs " +"after the authentication." +msgstr "" +"Diese Option autorisiert nur die Benutzer der angegebenen Active Directory-" +"Sicherheitsgruppen sich in WordPress anzumelden. Die Autorisierung erfolgt " +"nach der Authentifizierung." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:846 +msgid "Authorization group(s)" +msgstr "Autorisierungsgruppen" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:848 +msgid "" +"If not empty, only the defined security groups have access to WordPress." +msgstr "" +"Wenn dieses Feld nicht leer ist, haben nur die Mitglieder " +"der hier eingetragenen Sicherheitsgruppen Zugang zu WordPress." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:853 +msgid "Please define your Authorization group(s) here." +msgstr "Bitte geben Sie die Autorisierungsgruppe(n) hier an." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:857 +msgid "" +"Works only if \"User > Automatic user creation\" and \"User > Automatic user " +"synchronization\" are enabled." +msgstr "" +"Funktioniert nur wenn Benutzer > Automatisches Erstellen von " +"Benutzern und Benutzer > Automatisches Synchronisieren von " +"Benutzern aktiviert sind." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:870 +msgid "Role equivalent groups" +msgstr "Zuordnung von Berechtigungsgruppen" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:872 +msgid "" +"List of one or multiple Active Directory security groups which correspond to " +"WordPress' roles." +msgstr "" +"Zuordnung zwischen Active Directory-Sicherheitsgruppen und WordPress-Rollen." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:877 +msgid "" +"Please enter the names of the Active Directory security groups which " +"correspond to WordPress user roles using the following schema." +msgstr "" +"Bitte tragen Sie die Namen der Active Directory-Sicherheitsgruppen ein, die " +"Sie mit WordPress-Rollen verknüpfen möchten." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:881 +msgid "Example:" +msgstr "Beispiel:" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:882 +msgid "ad-group=wp-role;" +msgstr "ad-group=wp-role;" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:883 +msgid "wordpressadmins=administrator;" +msgstr "wordpressadmins=administrator;" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:884 +msgid "wordpressmoderator=editor;" +msgstr "wordpressmoderator=editor;" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:885 +msgid "wordpressuser=contributor;" +msgstr "wordpressuser=contributor;" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:886 +msgid " (3.8 Capability vs. Role Table)" +msgstr " (3.8 Capability vs. Role Table)" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:892 +msgid "" +"Group memberships cannot be checked across domains. So if you have two " +"domains, instr and qc, and qc is the domain specified above, if instr is " +"linked to qc, I can authenticate instr users, but not check instr group " +"memberships." +msgstr "" +"Gruppenmitgliedschaften können nicht über verschiedene Domänen hinweg " +"überprüft werden. Wenn Sie also zwei Domains haben, instr und qc und es sich " +"bei qc um die zuvor spezifizierte handelt, währent instr mit qc verbunden " +"ist, dann können instr Benutzer authentifiziert werden, aber es kann nicht " +"abgefragt werden welche Gruppenmitgliedschaft sie besitzen." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:906 +msgid "Clean existing Roles" +msgstr "Existierende Rollen entfernen" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:908 +msgid "" +"Disabling this option will result in NADI not removing previous assigned " +"WordPress roles anymore while updating the user." +msgstr "" +"Wenn Sie diese Option deaktivieren, werden vorher zugewiesenen WordPress " +"Rollen nicht entfernt während der Nutzer aktualisiert wird." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:913 +msgid "-" +msgstr "-" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:925 +msgid "Enable lost password recovery" +msgstr "Aktiviere Zurücksetzen des Passworts" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:927 +msgid "The user can reset his password in the login screen." +msgstr "" +"Der Benutzer hat die Möglichkeit, sein WordPress-Passwort auf der " +"Anmeldeseite zurückzusetzen." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:928 +msgid "" +"Enabling this option will allow users to reset their local password in the " +"login screen." +msgstr "" +"Das Aktivieren dieser Option erlaubt dem Benutzer das lokale WordPress " +"Passwort auf der Anmeldeseite zurückzusetzen." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:940 +msgid "Enable SSO" +msgstr "SSO aktivieren" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:942 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:946 +msgid "" +"This option will grant users the possibility to Single Sign On WordPress " +"once they got authenticated against Active Directory." +msgstr "" +"Diese Option ermöglicht es dem Benutzer Single Sign On für WordPress zu " +"verwenden, nachdem er erfolgreich gegen das Active Directory authentifiziert " +"wurde." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:957 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1257 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1376 +msgid "Service account username" +msgstr "Service Account Benutzername" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:959 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:963 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1378 +msgid "" +"Username of an Active Directory account with read permissions for the users " +"in the Active Directory (e.g. \"ldapuser@company.local\")." +msgstr "" +"Benutzername eines Active Directory-Benutzers mit Leserechten für alle " +"Benutzer im Active Directory. Beispiel: 'ldapuser@company.local'" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:974 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1275 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1394 +msgid "Service account password" +msgstr "Service Account Passwort" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:976 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:978 +msgid "" +"Password of an Active Directory account with read permissions for the users " +"in the Active Directory." +msgstr "" +"Passwort eines Active Directory-Benutzers mit Leserechten für alle Benutzer " +"im Active Directory." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:989 +msgid "Username variable" +msgstr "Variable mit Benutzernamen" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:996 +msgid "" +"The PHP server variable which is used by the web server to retrieve the " +"current user." +msgstr "" +"Die PHP Servervariable, die vom Webserver genutzt wird, um den aktuellen " +"Benutzer auszulesen." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1002 +#, php-format +msgid "%s: The default server variable." +msgstr "%s: Die standard Servervariable." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1006 +#, php-format +msgid "" +"%s: Is used when working with proxies. The variable \"REMOTE_USER\" must be " +"forwarded from the proxy." +msgstr "" +"%s: Wird in Kombination mit einem Proxy verwendet. Die Variable " +"\\\"REMOTE_USER\\\" muss vom Proxy weitergeleitet werden." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1011 +#, php-format +msgid "" +"%s: All http headers are prefixed HTTP_ so that you can distinguish between " +"them and environment variables." +msgstr "" +"%s: Alle http Header besitzen das Prefix HTTP_ damit Sie, sie von den " +"Umgebungsvariablen unterscheiden können." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1024 +msgid "Maximum number of allowed login attempts" +msgstr "Maximale Anzahl an Authentifizierungsversuchen" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1026 +msgid "" +"Maximum number of failed login attempts before a user account is blocked. If " +"empty or \"0\" Brute Force Protection is disabled." +msgstr "" +"Maximale Anzahl an Authentifizierungsversuchen bevor das Benutzerkonto " +"gesperrt wird. Wenn diese Option auf \"0\" gesetzt wird, ist Brute Force " +"Protection deaktiviert." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1031 +msgid "" +"Please enter the amount of tries a user has to login with his correct " +"username and password combination before he gets blocked for the specified " +"time." +msgstr "" +"Bitte geben Sie die Anzahl der Anmeldeversuche ein, die ein Benutzer besitzt," +" bevor er für die von Ihnen angegebene Zeit gesperrt wird." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1035 +msgid "You can set the time below this option." +msgstr "Sie können die Sperrzeit unter dieser Option festlegen." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1039 +msgid "" +"If you want to disable the Brute Force Protection just set the maximum " +"number of allowed login attempts to 0." +msgstr "" +"Wenn Sie den Brute Force Schutz deaktivieren möchten, setzen Sie einfach die " +"maximale Anzahl an erlaubten Authentifizierungsversuche auf '0'." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1052 +msgid "Blocking time" +msgstr "Sperrzeit" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1054 +msgid "" +"Time in seconds for which the account is blocked if too many failed login " +"attempts occurred." +msgstr "" +"Geben Sie an, wie lange ein Benutzer bei Erreichen des fehlgeschlagenen " +"Login Limits gesperrt werden soll (Zeit in Sekunden)." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1058 +msgid "" +"With help of this option you can set the time a user is being blocked after " +"the amount of failed login attempts has been reached." +msgstr "" +"Über diese Option können Sie festlegen, wie lange ein Benutzer gesperrt " +"werden soll, wenn er das Limit für fehlerhafte Logins erreicht hat." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1070 +msgid "Notify users of blocked account" +msgstr "Benachrichtige Benutzer über Kontosperrung" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1072 +msgid "Notify a user by e-mail when his account has been blocked." +msgstr "" +"Benachrichtige den Benutzer, sobald sein WordPress-Konto gesperrt wurde." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1073 +msgid "" +"If enabled *NADI* notifies the user by email that his account has been " +"blocked." +msgstr "" +"Wenn diese Option aktiviert ist, wird ein Benutzer per E-Mail darüber " +"informiert, dass sein Konto gesperrt wurde." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1085 +msgid "Notify admins of blocked accounts" +msgstr "Benachrichtige Administratoren über gesperrte Konten" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1087 +msgid "Notify admin(s) by e-mail when a user account has been blocked." +msgstr "" +"Benachrichtigte Administratoren per E-Mail, sobald das WordPress-Konto eines " +"Benutzers gesperrt wurde." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1088 +msgid "" +"Enabling this option will also notify the admin(s) about blocked user " +"accounts." +msgstr "" +"Das Aktivieren dieser Option führt zur Benachrichtigung des/der " +"Administrators(en), sobald das Konto eines Benutzers gesperrt wurde." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1099 +msgid "Email addresses for notifications" +msgstr "E-Mailadressen für Benachrichtigung" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1101 +msgid "Given email addresses will receive emails for admin notifications." +msgstr "" +"Geben Sie die E-Mailadressen für die Administratorbenachrichtigungen an." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1105 +msgid "" +"If the admin notification event is triggered and no admin email have been " +"set, the email is forwarded to the blog administrator's email address." +msgstr "" +"Wenn eine Benachrichtigung für Administratoren ausgelöst wird und keine " +"Administrator E-Mailadresse hinterlegt ist, wird stattdessen der Blog " +"Administrator per E-Mail informiert." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1118 +msgid "From email address" +msgstr "Absender E-Mail Adresse" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1120 +msgid "" +"Email address the Brute Force Protection information email should be send " +"from." +msgstr "" +"Absender E-Mail Adresse von der aus die Brute Force Protection Informations " +"Emails versendet werden sollen." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1124 +msgid "" +"If you leave this field blank WordPress will build the \"from email " +"address\" by itself. (wordpress@domain.local)" +msgstr "" +"Wenn sie dieses Feld leer lassen, wird WordPress die Absender E-Mail Adresse " +"selbst erzeugen. (Bsp. wordpress@domain.local)" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1136 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1138 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1139 +msgid "Allow login via XML-RPC" +msgstr "Erlaube den Login über die XML-RPC Schnittstelle" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1155 +msgid "Additional User Attributes" +msgstr "Zusätzliche Benutzerattribute" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1161 +msgid "AD User Attribute:" +msgstr "AD Benutzerattribut:" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1168 +msgid "Data Type:" +msgstr "Datentyp:" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1170 +msgid "Only a text" +msgstr "Nur ein Text" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1171 +msgid "An array with texts" +msgstr "Ein Array von Texten" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1172 +msgid "Natural number" +msgstr "Natürliche Zahl" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1173 +msgid "Boolean" +msgstr "Boolean" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1174 +msgid "Octet" +msgstr "Octet" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1175 +msgid "Time" +msgstr "Zeit" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1176 +msgid "Timestamp" +msgstr "Zeitstempel" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1177 +msgid "CN" +msgstr "CN" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1184 +msgid "User Meta Key:" +msgstr "User Meta Key:" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1188 +msgid "Enter additional Active Directory attributes." +msgstr "Fügen Sie zusätzliche Active Directory-Attribute hinzu." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1193 +msgid "" +"Additional Attributes that should appear on the user profile must also be " +"placed in \"Attributes to show\"." +msgstr "" +"Zusätzliche Attribute, die im WordPress-Benutzerprofi angezeigt werden " +"sollen, müssen die Checkbox \"In Benutzer Profil anzeigen\" gesetzt haben" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1207 +msgid "Enable sync to AD" +msgstr "Aktiviere Sync to AD" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1209 +msgid "Synchronize the user's WordPress profile back to Active Directory." +msgstr "" +"Synchronisiert das WordPress-Profil eines Benutzers zurück zum Active " +"Directory." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1214 +msgid "" +"By enabling this option NADI will automatically synchronize the user's " +"profile back to the Active Directory if it has changed." +msgstr "" +"Durch das Aktivieren dieser Option wird NADI automatisch die Profile von " +"Benutzern zurück zum Active Directory synchronisieren, sobald es zu " +"Änderungen kommt." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1218 +msgid "" +"The synchronization is automatically triggered whenever a user profile gets " +"updated." +msgstr "" +"Die Synchronisation wird jedes Mal ausgelöst, sobald das WordPress-" +"Benutzerprofil aktualisiert wird." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1229 +msgid "Use Sync To AD service account" +msgstr "Benutze Sync to AD Service Account" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1231 +msgid "" +"By enabling this option users will not be asked for their Active Directory " +"password when updating their WordPress user profile. Instead a central " +"Active Directory service account is used.
If this option is " +"disabled, you have to configure your Active Directory properly." +msgstr "" +"Wenn Sie diese Option aktivieren, werden Benutzer die versuchen ihr " +"WordPress-Profil zu aktualisieren nicht nach ihrem Active " +"Directory Passwort gefragt. Stattdessen wird der zentral hinterlegte Active " +"Directory Service Account Benutzer benutzt.
Wenn diese Option " +"deaktiviert ist , müssen Sie dafür sorgen, dass ihr Active " +"Directory richtig konfiguriert ist." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1236 +msgid "" +"By enabling this option users will not be asked for their Active Directory " +"password when updating their WordPress user profile. Instead a central " +"Active Directory service account will be used." +msgstr "" +"Durch das Aktivieren dieser Option werden Benutzer nicht nach ihrem Active " +"Directory-Passwort gefragt, wenn sie ihr WordPress-Profil aktuallisieren " +"möchten. Stattdessen wird der zentral hinterlegte Active Directory Service " +"Account benutzt." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1240 +msgid "" +"If this option is disabled, you need to set the required permissions in the " +"Active Directory. Please refer to the documentation on how to do this." +msgstr "" +"Wenn diese Option deaktiviert ist müssen sie die benötigten Berechtigungen " +"im Active Directory vergeben. Bitte werfen Sie dazu einen Blick in die " +"Dokumentation." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1244 +msgid "" +"NOTICE: The password of this service account is stored encrypted, but **USE " +"IT AT YOUR OWN RISK**. To avoid this you have to grant your users the " +"permission to change their own AD attributes. See FAQ for details." +msgstr "" +"ACHTUNG: Das Passwort des Service Accounts wird verschlüsselt aufbewahrt, " +"benutzen Sie diese Option trotzdem nur **AUF EIGENE GEFAHR**. Eine andere " +"Möglichkeit wäre den Benutzern das Ändern ihrer AD Attribute zu erlauben. " +"Für Details werfen Sie bitten einen Blick in unsere FAQ." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1259 +msgid "" +"Username of an Active Directory account with write permissions for the users " +"in the Active Directory (e.g. administrator@company.local)." +msgstr "" +"Benutzername eines Active Directory Accounts mit Schreibrechten für die " +"Benutzer in Active Directory (z. B. adminstrator@company.local)." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1263 +msgid "" +"If you define a Sync To AD service account with write permissions inside the " +"Active Directory, changes will automatically be written to the Active " +"Directory database using this user." +msgstr "" +"Wenn Sie einen Sync To AD Service Account mit Schreibrechten im " +"Active Directory festlegen, werden Änderungen automatisch über diesen " +"Benutzer in das Active Directory geschrieben." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1277 +msgid "" +"Password for Sync To AD service account. Leave empty if password should not " +"be changed." +msgstr "Passwort für den Sync To AD Service Account " + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1280 +msgid "" +"This option defines a NEW password for the Sync To AD service account. Leave " +"this field blank if you do not want to change the password." +msgstr "" +"Diese Option definiert ein das Passwort für den Sync To AD Service " +"Account." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1292 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1335 +msgid "Auth code" +msgstr "Auth Code" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1294 +msgid "This code is needed for Sync to AD." +msgstr "" +"Dieser Code wird für die Synchronisation zum Active Directory verwendet." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1298 +msgid "" +"The authentication code is used to authenticate the global sync user against " +"the Active Directory." +msgstr "" +"Der Auth Code wird zur Authentifizierung des Service Accounts gegen das " +"Active Directory verwendet." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1311 +msgid "Enable sync to WordPress" +msgstr "Aktiviere Sync To WordPress" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1313 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1318 +msgid "" +"Enabling this option will allow NADI to sync users from the Active Directory " +"to the WordPress database." +msgstr "" +"Durch das Aktivieren dieser Option kann NADI Benutzer aus dem Active " +"Directory in die WordPress-Datenbank synchronisieren." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1322 +msgid "" +"Hint: You could use a cron job, which is nothing more than a timetable " +"executing the Sync to WordPress/update at defined times, to always keep your " +"WordPress database up to date with your Active Directory user information." +msgstr "" +"Hinweis: Sie können einen Cron-Job verwenden. Dabei handelt es sich um " +"nichts weiter als eine zeitgesteuerte Ausführung der Sync To WordPress " +"Funktion zu von ihnen festgelegten Zeiten. Dadurch wird ihre WordPress " +"Datenbank immer mit den aktuellsten Daten aus ihrem Active Directory auf dem " +"neuesten Stand gehalten." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1337 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1338 +msgid "This code is needed for Sync to WordPress." +msgstr "Dieser Code wird für Sync to WordPress benötigt." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1351 +msgid "Import members of security groups" +msgstr "Importiere Mitglieder aus Sicherheitsgruppen" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1353 +msgid "" +"The members of the security groups entered here will be imported. See the " +"documentation on how to import members of Domain Users or Domain " +"Administrators." +msgstr "" +"Die Mitglieder der hier angegebenen Sicherheitsgruppen werden importiert. " +"Bitte werfen Sie einen Blick in unsere Dokumentation, um zu verstehen, wie " +"Sie Mitglieder der Sicheheitsgruppen Domänen-Benutzer und " +"Domänen Administratoren importieren können." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1358 +msgid "" +"Here you can enter the security groups which will be imported every time " +"Sync To WordPress is executed." +msgstr "" +"Hier können Sie die Sicherheitsgruppen angeben, deren Mitglieder bei jedem " +"Sync to WordPress aktualisiert bzw. importiert werden." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1362 +msgid "" +"If you want to include the users of the built in user group \"Domain Users\" " +"you have to enter \"id:513\". More information can be found in the official " +"documentation." +msgstr "" +"Wenn Sie die Benutzer der eingebauten Sicherheitsgruppe Domänen-" +"Benutzer importieren möchten, müssen Sie \"id:513\" angeben. Weitere " +"Informationen finden Sie in der offiziellen Dokumentation." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1382 +msgid "" +"In order to import multiple users at once you have to define a user with " +"Active Directory users read permission." +msgstr "" +"Um mehrere Benutzer auf einmal zu importieren, müssen Sie einen Service " +"Account mit Leseberechtigungen für Benutzer im Active Directory " +"festlegen." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1396 +msgid "Password for Sync to WordPress user." +msgstr "Passwort für Sync to WordPress Service Account." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1397 +msgid "" +"As you already defined the Sync to WordPress service account username before " +"you now have to define the password for this user as well." +msgstr "" +"Bitte geben Sie das Passwort für den zuvor angegebenen Sync to WordPress " +"Service Account Benutzer an." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1409 +msgid "Automatically deactivate users" +msgstr "Automatisches Deaktivieren von Benutzern" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1411 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1415 +msgid "" +"Deactivated users can only be re-activated manually by administrators on the " +"users profile page or by using the *Sync to WordPress* feature." +msgstr "" +"Deaktivierte Benutzer können nur manuell durch einen Administrator über das " +"WordPress-Benutzerprofil aktiviert werden oder durch das Benutzen der " +"Sync to WordPress-Funktion." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1427 +msgid "Import disabled users" +msgstr "Deaktivierte Benutzer importieren" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1429 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1433 +msgid "Users deactivated in Active Directory are synchronized to WordPress." +msgstr "" +"Im Active Directory deaktivierte Benutzer werden zu WordPress synchronisiert." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1445 +msgid "Enable Logging" +msgstr "Aktiviere Logging" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1447 +msgid "" +"If enabled, NADI will create a logfile at the default location " +"\"PLUGINPATH/logs/debug.log\". " +msgstr "" +"Wenn diese Option aktiviert ist, erstellt NADI eine Logdatei im Pfad " +"\"PLUGINPATH/logs/\". " + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1451 +msgid "" +"If enabled, NADI will create a logfile and start logging to it. Default path " +"is \"PLUGINPATH/logs/debug.log\"." +msgstr "" +"Wenn diese Option aktiviert ist wird NADI eine Logdatei anlegen. Hierfür \n" +"wird der folgende Standardpfad benutzt: \"PLUGINPFAD/logs/debug.log\"." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1463 +msgid "Custom Path" +msgstr "Eigener Pfad" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1465 +msgid "" +"The logfile will be created at the set location. (e.g. /custompath/logs/)." +msgstr "" +"Die Logdatei wird in dem von Ihnen angegebenen Pfad erstellt. (z.b. " +"/custompath/logs/)." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Options.php:1469 +msgid "" +"If you do not have permission for the default path on your system you can " +"set a new path. The debug.log file will be created at the set location." +msgstr "" +"Wenn Sie nicht die benötigte Berechtigung für den Default Pfad besitzen, " +"können sie einen neuen Pfad angeben. Die Logdatei wird in dem von ihnen " +"angegebenen Pfad erstellt." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Synchronization/WordPress.php:508 +#, php-format +msgid "User \"%s\" no longer found in Active Directory." +msgstr "Benutzer \"%s\" wurde nicht im Active Directory gefunden." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Synchronization/WordPress.php:514 +#, php-format +msgid "" +"User \"%s\" has no normal Active Directory user account. Only user accounts " +"can be synchronized." +msgstr "" +"Benutzer \"%s\" besitzt kein normales Active Directory-Benutzerkonto. Es " +"können nur Benutzerkonten synchronisiert werden." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Synchronization/WordPress.php:525 +#, php-format +msgid "The account of user \"%s\" requires a smart card for login." +msgstr "Das Konto von Benutzer \"%s\" benötigt zur Anmeldung eine Smartcard." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Synchronization/WordPress.php:568 +#, php-format +msgid "User \"%s\" is disabled in Active Directory." +msgstr "Benutzer \"%s\" ist im Active Directory deaktiviert." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Synchronization/ActiveDirectory.php:219 +msgid "Synchronization is not enabled" +msgstr "Synchronisation nicht aktiviert" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Synchronization/ActiveDirectory.php:225 +msgid "This user does not have a corresponding Active Directory account" +msgstr "Dieser Benutzer besitzt kein Active Directory-Konto" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Synchronization/ActiveDirectory.php:229 +msgid "" +"This user is not editable because there is no Sync To AD service account " +"available" +msgstr "" +"Dieser Benutzer kann nicht bearbeitet werden, da kein Sync to AD Service " +"Account hinterlegt wurde." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Mail/Message.php:47 +msgid "Account blocked" +msgstr "Konto gesperrt" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Mail/Message.php:83 +#, php-format +msgid "" +"Someone tried to login into the WordPress site \"%s\" (%s) with your " +"username \"%s\" - but was stopped after too many wrong attempts." +msgstr "" +"Jemand hat versucht, sich auf der WordPress Seite \"%s\" (%s) mit deinem " +"Benutzer \"%s\" anzumelden - nach zu vielen falschen Versuchen wurde er " +"gestoppt." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Mail/Message.php:84 +#, php-format +msgid "" +"Someone tried to login into the WordPress site \"%s\" (%s) with the username " +"\"%s\" - but was stopped after too many wrong attempts." +msgstr "" +"Jemand hat versucht, sich auf der WordPress Seite \"%s\" (%s) mit dem " +"Benutzer \"%s\" anzumelden - nach zu vielen falschen Versuchen wurde er " +"gestoppt." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Mail/Message.php:85 +#, php-format +msgid "This account is associated with \"%s %s\" and the email address \"%s\"." +msgstr "Der Account ist assoziiert mit \"%s %s\" und der E-Mail Adresse \"%s\"" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Mail/Message.php:86 +#, php-format +msgid "The login attempt was made from IP-Address: %s" +msgstr "Der Loginversuch erfolgte von der IP-Adresse %s" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Mail/Message.php:87 +#, php-format +msgid "For security reasons this account is now blocked for %d seconds." +msgstr "Aus Sicherheitsgründen ist dein Account für %d Sekunden blockiert." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Mail/Message.php:88 +msgid "" +"PLEASE CONTACT AN ADMIN IF SOMEONE STILL TRIES TO LOGIN INTO YOUR ACCOUNT." +msgstr "" +"BITTE KONTAKTIERE EINEN ADMINISTRATOR, WENN JEMAND IMMER NOCH VERSUCHT, SICH " +"IN DEINEN ACCOUNT EINZULOGGEN." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Mail/Message.php:89 +msgid "" +"THIS IS A SYSTEM GENERATED E-MAIL, PLEASE DO NOT RESPOND TO THE E-MAIL " +"ADDRESS SPECIFIED ABOVE." +msgstr "" +"DIES IST EINE AUTOMATISCH GENERIERTE NACHRICHT, BITTE ANTWORTEN SIE NICHT " +"DIESER E-MAIL-ADRESSE." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Ui/Menu.php:77 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Multisite/Ui/Menu.php:61 +msgid "Active Directory Integration" +msgstr "Active Directory Integration" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Ui/ConnectivityTestPage.php:84 +msgid "Test authentication" +msgstr "Test der Authentifizierung" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Ui/ConnectivityTestPage.php:102 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Ui/ConnectivityTestPage.php:114 +msgid "Test Active Directory authentication" +msgstr "Teste Active Directory Authentifizierung" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Ui/ConnectivityTestPage.php:103 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Ui/ConnectivityTestPage.php:115 +msgid "" +"Please enter the username and password for the account you want to " +"authenticate with. After submitting the request you will get the debug " +"output." +msgstr "" +"Bitte geben Sie den Benutzernamen und das Passwort für den Account an, mit " +"dem Sie sich authentifizieren wollen. Nach dem Absenden erhalten Sie eine " +"Ausgabe zur weiteren Analyse." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Ui/ConnectivityTestPage.php:104 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Ui/ConnectivityTestPage.php:116 +msgid "" +"For this page feature of blocking user accounts with failed login attempts " +"is disabled. You do not have to worry about locking an account." +msgstr "" +"Für diese Seite ist das Blockieren von Benutzerkonten durch fehlgeschlagene " +"Anmeldeversuche deaktiviert. Sie müssen sich keine Sorgen darüber machen, " +"dass Ihr Konto gesperrt wird." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Ui/ConnectivityTestPage.php:105 +msgid "Please note that the entered password is not masked." +msgstr "" +"Bitte beachten Sie, dass das Passwort im Klartext " +"dargestellt wird." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Ui/ConnectivityTestPage.php:106 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Ui/ConnectivityTestPage.php:118 +msgid "Username:" +msgstr "Benutzername:" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Ui/ConnectivityTestPage.php:107 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Ui/ConnectivityTestPage.php:119 +msgid "Password (will be shown):" +msgstr "Passwort (wird angezeigt):" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Ui/ConnectivityTestPage.php:108 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Ui/ConnectivityTestPage.php:120 +msgid "Try to authenticate again" +msgstr "Teste Authentifizierung erneut" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Ui/ConnectivityTestPage.php:109 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Ui/ConnectivityTestPage.php:121 +msgid "Try to authenticate" +msgstr "Teste Authentifizierung" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Ui/ConnectivityTestPage.php:117 +msgid "Please note that the entered password is not masked." +msgstr "" +"Bitte beachten Sie, dass das Passwort im Klartext " +"dargestellt wird." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Ui/ConnectivityTestPage.php:146 +msgid "You do not have sufficient permissions." +msgstr "Sie besitzen nicht die benötigten Rechte." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Ui/ConnectivityTestPage.php:159 +msgid "User logged on." +msgstr "Benutzer angemeldet." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Ui/ConnectivityTestPage.php:161 +msgid "Logon failed." +msgstr "Anmeldung fehlgeschlagen." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Authentication/LoginService.php:108 +msgid "" +"Lost Password feature has been disabled by the \"Next Active Directory " +"Integration\" plugin." +msgstr "" +"Die \"Password vergessen?\" Funktion wurde durch das \"Next Active Directory " +"Integration\" Plugin deaktiviert." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Authentication/LoginService.php:174 +msgid "Next ADI prevents XML RPC authentication!" +msgstr "NADI verhindert die Authenifizierung über die XML RPC Schnittstelle." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/ProfileConfigurationPage.php:83 +msgid "Profile options" +msgstr "Profiloptionen" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/ProfileConfigurationPage.php:115 +msgid "" +"The current profile contains unsaved changes. Are you sure you want to " +"continue?" +msgstr "" +"Das aktuelle Profil enthält nicht-gespeicherte Änderungen. Sind Sie sicher " +"das Sie fortfahren wollen ?" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/ProfileConfigurationPage.php:116 +msgid "The current profile is associated with the following sites:" +msgstr "Das aktuelle Profil ist mit den folgenden Seiten verknüpft:" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/ProfileConfigurationPage.php:117 +msgid "" +"The current profile is associated with {{ associations.length }} sites. Are " +"you sure you want to delete this profile?" +msgstr "" +"Das aktuelle Profil ist mit {{ associations.length }} Seiten verbunden. Sind " +"Sie sicher, dass Sie das Profil löschen möchten?" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/ProfileConfigurationPage.php:118 +msgid "Assign to profile:" +msgstr "Neues Profil zuweisen:" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/ProfileConfigurationPage.php:119 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Configuration/Persistence/ProfileRepository.php:154 +msgid "New Profile" +msgstr "Neues Profil" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/ProfileConfigurationPage.php:121 +msgid "Configure Settings for Profile : " +msgstr "Einstellungen für Profil :" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/ProfileConfigurationPage.php:122 +msgid "Create new profile" +msgstr "Erstelle ein neues Profil" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/ProfileConfigurationPage.php:123 +msgid "Delete profile" +msgstr "Profil löschen" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/ProfileConfigurationPage.php:124 +msgid "View associated profiles" +msgstr "Zeige verbundene Profile" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/ProfileConfigurationPage.php:125 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:103 +msgid "Regenerate Auth Code" +msgstr "Neuen Auth Code erstellen" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/ProfileConfigurationPage.php:126 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:104 +msgid "Security group" +msgstr "Sicherheitsgruppen" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/ProfileConfigurationPage.php:127 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:105 +msgid "WordPress role" +msgstr "WordPress-Rollen" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/ProfileConfigurationPage.php:128 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:106 +msgid "Please select a role" +msgstr "Bitte wähle eine Rolle aus" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/ProfileConfigurationPage.php:129 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:107 +msgid "Verify" +msgstr "Verifizieren" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/ProfileConfigurationPage.php:130 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:108 +msgid "AD Attributes" +msgstr "AD Attribute" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/ProfileConfigurationPage.php:131 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:109 +msgid "Data Type" +msgstr "Datentypen" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/ProfileConfigurationPage.php:132 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:110 +msgid "Wordpress Attribute" +msgstr "WordPress-Attribut" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/ProfileConfigurationPage.php:133 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:111 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Ldap/Attribute/Description.php:28 +msgid "Description" +msgstr "Beschreibung" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/ProfileConfigurationPage.php:134 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:112 +msgid "View in User Profile" +msgstr "In Benutzerprofil anzeigen" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/ProfileConfigurationPage.php:135 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:113 +msgid "Sync to Ad" +msgstr "Sync to Ad" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/ProfileConfigurationPage.php:136 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:114 +msgid "Overwrite with empty value" +msgstr "Mit leerem Wert überschreiben" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/ProfileConfigurationPage.php:137 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:115 +msgid "Do you really want to regenerate a new AuthCode?" +msgstr "Möchten Sie wirklich einen neuen Auth Code generieren?" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/ProfileConfigurationPage.php:138 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:116 +msgid "WordPress Site is currently connected to Domain: " +msgstr "WordPress Seite / Profil ist momentan mit folgender Domäne verbunden: " + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/ProfileConfigurationPage.php:139 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:117 +msgid "Verification successful! WordPress site is now connected to Domain: " +msgstr "" +"Verifizierung erfolgreich! Ihr WordPress-Blog ist nun mit der folgenden " +"Domäne verbunden: " + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/ProfileConfigurationPage.php:140 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:118 +msgid "Verification successful!" +msgstr "Verifizierung erfolgreich!" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/ProfileConfigurationPage.php:141 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:119 +msgid "Verification failed! Please check your logfile for further information." +msgstr "" +"Verifizierung fehlgeschlagen! Bitte überprüfen Sie die Log-Datei für weitere " +"Informationen." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/ProfileConfigurationPage.php:142 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:120 +msgid "Manage Permissions" +msgstr "Verwalte Berechtigungen" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/ProfileConfigurationPage.php:143 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:121 +msgid "No options exists" +msgstr "Es existieren keine Optionen" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/ProfileConfigurationPage.php:144 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:122 +msgid "Please wait..." +msgstr "Bitte warten..." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/ProfileConfigurationPage.php:145 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:123 +msgid "Save" +msgstr "Speichern" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/ProfileConfigurationPage.php:146 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:124 +msgid "You have to verify the connection to the AD before saving." +msgstr "" +"Sie müssen die Verbindung zu einer Domäne verifizieren bevor Sie speichern " +"können." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/ProfileConfigurationPage.php:147 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/ProfileConfigurationPage.php:477 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/ProfileConfigurationController.php:49 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:125 +msgid "An error occurred while saving the configuration." +msgstr "Beim Speichern der Einstellungen ist ein Fehler aufgetreten." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/ProfileConfigurationPage.php:148 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:126 +msgid "The configuration has been saved successfully." +msgstr "Die Einstellungen wurden erfolgreich gespeichert. " + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/ProfileConfigurationPage.php:419 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/test/Multisite/Ui/ProfileConfigurationPageTest.php:881 +msgid "Input field is invisible." +msgstr "Eingabefeld ist unsichtbar." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/ProfileConfigurationPage.php:423 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/test/Multisite/Ui/ProfileConfigurationPageTest.php:885 +msgid "Deactivated and option value not shown." +msgstr "Deaktiviert und Wert wird nicht angezeigt." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/ProfileConfigurationPage.php:427 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/test/Multisite/Ui/ProfileConfigurationPageTest.php:889 +msgid "Deactivated and option value shown." +msgstr "Deaktiviert und Wert wird angezeigt." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/ProfileConfigurationPage.php:431 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/test/Multisite/Ui/ProfileConfigurationPageTest.php:893 +msgid "Blog admin sets the option value." +msgstr "Blog-Administrator setzt den Wert." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/ProfileController.php:157 +msgid "An error occurred while deleting the profile." +msgstr "Beim Löschen dieses Profils ist ein Fehler aufgetreten." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/ProfileController.php:160 +msgid "The profile was deleted successfully." +msgstr "Das Profil wurde erfolgreich gelöscht." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/ProfileConfigurationController.php:52 +msgid "The configuration was saved successfully." +msgstr "Die Konfiguration wurde erfolgreich gespeichert." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogProfileRelationshipPage.php:49 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogProfileRelationshipPage.php:90 +msgid "Profile assignment" +msgstr "Profilzuweisung" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogProfileRelationshipPage.php:89 +msgid "Search" +msgstr "Suchen" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogProfileRelationshipPage.php:91 +msgid "Default profile" +msgstr "Standardprofil" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogProfileRelationshipPage.php:92 +msgid "--- None assigned" +msgstr "--- Nicht zugewiesen" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogProfileRelationshipPage.php:93 +msgid "Apply" +msgstr "Übernehmen" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogProfileRelationshipPage.php:94 +msgid "Change selected blogs to profile" +msgstr "Ändere Profil der ausgewählten Blogs " + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogProfileRelationshipPage.php:95 +msgid "--- Use default profile" +msgstr "--- Benutze Standardprofil" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:72 +msgid "Configuration" +msgstr "Einstellungen" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:102 +msgid "Next Active Directory Integration Blog Configuration" +msgstr "Next Active Directory Integration Blog Einstellungen" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:608 +msgid "Username has to contain a suffix." +msgstr "Der Benutzername muss ein Suffix enthalten." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:609 +msgid "The given value is invalid." +msgstr "Der angegebene Wert ist ungültig." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:612 +msgid "This value must not be empty." +msgstr "Dieser Wert darf nicht leer sein." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:622 +msgid "" +"Account Suffix does not match the required style. (e.g. \"@company.local\")" +msgstr "" +"Das Suffix des Benutzerkontos entspricht nicht dem erwarteten Format (z. B. " +"\"@company.local\")." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:629 +msgid "Please remove the \"@\", it will be added automatically." +msgstr "Bitte entfernen Sie das \"@\", es wird automatisch hinzugefügt." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:634 +msgid "Maximum login attempts has to be numeric and cannot be negative." +msgstr "" +"Die maximale Anzahl an Anmeldeversuchen muss eine Zahl und nicht negativ " +"sein." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:638 +msgid "Blocking Time has to be numeric and cannot be negative." +msgstr "Die Sperrzeit muss eine Zahl und nicht negativ sein." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:642 +msgid "" +"Admin email does not match the required style. (e.g. \"admin@company.local\")" +msgstr "" +"Die Administrator E-Mail entspricht nicht dem erwarteten Format (z. B. " +"\"admin@company.local\")." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:649 +msgid "" +"From email does not match the required style. (e.g. \"wordpress@company." +"local\")" +msgstr "" +"Absender E-Mail Adresse stimmt nicht mit dem vorausgesetzten Format über ein." +" (Bsp. \"wordpress@company.local\")" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:659 +msgid "Username must not be empty." +msgstr "Der Benutzername darf nicht leer sein." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:671 +msgid "Password must not be empty." +msgstr "Das Passwort darf nicht leer sein." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:687 +msgid "The role super admin can only be set inside a profile." +msgstr "Die Rolle \"super admin\" kann nur in einem Profil gesetzt werden." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:688 +msgid "" +"At least one security group is associated with a non existing WordPress role." +" Please select an existing role for the group." +msgstr "" +"Mindestens eine Sicherheitsgruppe ist mit einer nicht existierenden \n" +"WordPress Rolle verknüpft. Bitte wähle für diese Gruppe eine existierende \n" +"Rolle aus." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:693 +msgid "Cannot use default attribute names for custom attribute mapping." +msgstr "" +"Bitte verwenden Sie keine Default Attribut Namen für benutzerdefinierte " +"Attribute." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:702 +msgid "Ad Attribute / Data Type / WordPress Attribute cannot be empty!" +msgstr "Ad Attribut / Daten Typ / WordPress Attribut darf nicht leer sein!" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:709 +msgid "You cannot use the same WordPress Attribute multiple times." +msgstr "Sie können nicht das gleiche WordPress-Attribut mehrmals verwenden." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:713 +msgid "You cannot use the same Ad Attribute multiple times." +msgstr "Sie können nicht das gleiche Ad Attribut mehrmals verwenden." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:754 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:760 +msgid "" +"Verification Username does not match the required style. (e.g. " +"\"Administrator@test.ad\")" +msgstr "" +"Der Benutzername entspricht nicht dem erwarteten Format (z. B. " +"\"Administrator@test.ad\")" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:766 +msgid "Verification Password cannot be empty." +msgstr "Das Passwort darf nicht leer sein." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:784 +msgid "Port has to be numeric and in the range from 0 - 65535." +msgstr "Der Port muss eine Zahl zwischen 0 - 65535 sein." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:788 +msgid "Network timeout has to be numeric and cannot be negative." +msgstr "Der Netzwerk Timeout muss eine Zahl und nicht negativ sein." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:792 +msgid "Domain Controller cannot be empty." +msgstr "Domänencontroller darf nicht leer sein." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:807 +msgid "Base DN does not match the required style. (e.g. \"DC=test,DC=ad\")" +msgstr "" +"Base DN entspricht nicht dem benötigten Format. (e.g. \"DC=test,DC=ad\")" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:813 +msgid "Base DN consists of only one DC. (e.g. \"DC=test,DC=ad\")" +msgstr "Base DN besteht nur aus einem DC. (e.g. \"DC=test,DC=ad\")" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/BlogConfigurationPage.php:819 +msgid "Base DN must not be empty" +msgstr "Base DN darf nicht leer sein" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Ldap/Attribute/Description.php:23 +msgid "Common Name" +msgstr "Allgeminer Name" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Ldap/Attribute/Description.php:24 +msgid "First name" +msgstr "Vorname" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Ldap/Attribute/Description.php:25 +msgid "Initials" +msgstr "Initialien" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Ldap/Attribute/Description.php:26 +msgid "Last name" +msgstr "Nachname" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Ldap/Attribute/Description.php:29 +msgid "Office" +msgstr "Büro" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Ldap/Attribute/Description.php:30 +msgid "Telephone number" +msgstr "Telefonnummer" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Ldap/Attribute/Description.php:31 +msgid "E-mail" +msgstr "E-mail" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Ldap/Attribute/Description.php:32 +msgid "Web Page" +msgstr "Webseite" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Ldap/Attribute/Description.php:35 +msgid "User logon name" +msgstr "Benutzername" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Ldap/Attribute/Description.php:38 +msgid "Street" +msgstr "Straße" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Ldap/Attribute/Description.php:39 +msgid "P.O. Box" +msgstr "P.O. Box Nummer" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Ldap/Attribute/Description.php:40 +msgid "City" +msgstr "Stadt" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Ldap/Attribute/Description.php:41 +msgid "State" +msgstr "Bundesland" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Ldap/Attribute/Description.php:42 +msgid "ZIP/Postal cide" +msgstr "Postleitzahl" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Ldap/Attribute/Description.php:43 +msgid "Country abbreviation" +msgstr "Länderkürzel" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Ldap/Attribute/Description.php:44 +msgid "Country" +msgstr "Land" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Ldap/Attribute/Description.php:45 +msgid "Country code (number)" +msgstr "Landesvorwahl" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Ldap/Attribute/Description.php:48 +msgid "Home" +msgstr "Telefonnummer" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Ldap/Attribute/Description.php:49 +msgid "Home (other)" +msgstr "Telefonnummer (andere)" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Ldap/Attribute/Description.php:50 +msgid "Pager" +msgstr "Pager" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Ldap/Attribute/Description.php:51 +msgid "Pager (other)" +msgstr "Pager (andere)" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Ldap/Attribute/Description.php:52 +msgid "Mobile" +msgstr "Handy" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Ldap/Attribute/Description.php:53 +msgid "Mobile (Other)" +msgstr "Handy (andere)" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Ldap/Attribute/Description.php:54 +msgid "Fax" +msgstr "Fax" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Ldap/Attribute/Description.php:55 +msgid "Fax (other)" +msgstr "Fax (andere)" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Ldap/Attribute/Description.php:56 +msgid "IP Phone" +msgstr "IP Telefon" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Ldap/Attribute/Description.php:57 +msgid "IP Phone (other)" +msgstr "IP Telefon (andere)" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Ldap/Attribute/Description.php:58 +msgid "Notes" +msgstr "Notizen" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Ldap/Attribute/Description.php:61 +msgid "Title" +msgstr "Titel" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Ldap/Attribute/Description.php:62 +msgid "Department" +msgstr "Abteilung" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Ldap/Attribute/Description.php:63 +msgid "Company" +msgstr "Firma" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Ldap/Attribute/Description.php:64 +msgid "Manager" +msgstr "Manager" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Ldap/Attribute/Description.php:65 +msgid "Direct reports" +msgstr "Direct reports" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Ui/Layout.php:55 +msgid "Profile" +msgstr "Profil" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Ui/Layout.php:58 +msgid "Profile Options" +msgstr "Profiloptionen" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Ui/Layout.php:64 +msgid "" +"On this page you can configure whether NADI should be enabled for a specific " +"profile or not." +msgstr "" +"Auf dieser Seite können Sie einstellen, ob NADI für ein bestimmtes Profil " +"aktiviert sein soll oder nicht." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Ui/Layout.php:69 +msgid "Menu" +msgstr "Menü" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Ui/Layout.php:70 +msgid "It is also possible to only disable certain NADI features." +msgstr "Es ist auch möglich, einzelne NADI-Funktionen zu deaktivieren." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Ui/Layout.php:82 +msgid "Environment" +msgstr "Umgebung" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Ui/Layout.php:86 +msgid "Active Directory Environment" +msgstr "Active Directory-Umgebung" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Ui/Layout.php:87 +msgid "" +"On this page you can configure the connection details for your Active " +"Directory." +msgstr "" +"Auf dieser Seite können Sie die Verbindungsinformationen für Ihr Active " +"Directory hinterlegen." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Ui/Layout.php:100 +msgid "Verify Credentials" +msgstr "Anmeldedaten für die Verifizierung" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Ui/Layout.php:101 +msgid "Connect your WordPress site or profile to a domain." +msgstr "" +"Verbinden Sie Ihre WordPress-Seite oder Ihr WordPress-Profil mit einer " +"Domäne." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Ui/Layout.php:114 +msgid "User" +msgstr "Benutzer" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Ui/Layout.php:118 +msgid "User Settings" +msgstr "Benutzereinstellungen" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Ui/Layout.php:119 +msgid "" +"On this page you can configure how users should be created, updated and " +"displayed. You can also prevent specific users from authenticating against " +"the Active Directory. " +msgstr "" +"Auf dieser Seite können Sie festlegen, wie Benutzer erstellt, aktualisiert " +"und angezeigt werden sollen. Außerdem können Sie bestimmte Benutzer von der " +"Authentifizierung gegen das Active Directory ausschließen." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Ui/Layout.php:145 +msgid "" +"The password configuration page allows you to configure if users should be " +"able to change their password, how failed authentications should be handled " +"and so on." +msgstr "" +"Die Passworteinstellungen erlauben Ihnen festzulegen, ob z. B. Benutzer die " +"Möglichkeit haben sollen, ihr Passwort zu ändern, wie fehlgeschlagene " +"Authentifizierungen behandelt werden sollen usw." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Ui/Layout.php:160 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Ui/Layout.php:164 +msgid "Permissions" +msgstr "Berechtigungen" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Ui/Layout.php:166 +msgid "" +"On this page you can configure whether only specific Active Directory " +"Security groups should be granted access to WordPress. You can also define " +"if certain Active Directory security groups should have WordPress role " +"permissions by default." +msgstr "" +"Auf dieser Seite können Sie festlegen, ob nur Mitglieder festgelegter " +"Sicherheitsgruppen Zugang zu WordPress haben sollen. Außerdem können Sie " +"festlegen, welche WordPress-Berechtigungen Mitglieder bestimmter Active " +"Directory Sicherheitsgruppen standardmäßig besitzen sollen." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Ui/Layout.php:170 +msgid "" +"Premium-Extensions: Custom Role " +"Management " +"available." +msgstr "" +"Premium-Erweiterung: Custom Role " +"Management " +"verfügbar." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Ui/Layout.php:184 +msgid "Security" +msgstr "Sicherheit" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Ui/Layout.php:188 +msgid "Single Sign On" +msgstr "Single Sign On" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Ui/Layout.php:189 +msgid "Single Sign On Configuration" +msgstr "Single Sign On Konfiguration" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Ui/Layout.php:193 +msgid "" +"Premium-Extensions: SingleSignOn for " +"BuddyPress, WooCommerce und Ultimate Member available." +msgstr "" +"Premium-Erweiterung: SingleSignOn for " +"BuddyPress, WooCommerce und Ultimate Member verfügbar." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Ui/Layout.php:206 +msgid "Brute-Force-Protection" +msgstr "Brute-Force-Schutz" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Ui/Layout.php:209 +msgid "" +"For security reasons you can use the following options to prevent brute " +"force attacks on your user accounts." +msgstr "" +"Aus Sicherheitsgründen können Sie die folgenden Einstellungen verwenden, um " +"wiederholte fehlerhafte Anmeldeversuche zu verhindern." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Ui/Layout.php:214 +msgid "" +"
We " +"highly recommend you to use iThemes Security to secure your WordPress environment. " +"
NADI Brute Force Protection will not receive updates anymore after the " +"NADI v2.0.13 release and we are planning on removing it completely later " +"this year.
" +msgstr "" +"
Wir " +"empfehlen die Verwendung des iThemes Security Plugins um Ihre WordPress-Instanz zu " +"schützen.
Der Brute-Force-Schutz wird ab der NADI Version 2.0.13 keine " +"weiteren Updates erhalten. Diese Funktion soll künftig entfernt werden. " +"
" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Ui/Layout.php:231 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Ui/Layout.php:235 +msgid "Attributes" +msgstr "Attribute" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Ui/Layout.php:238 +msgid "" +"User attributes from the Active Directory are stored as User Meta Data. " +"These attributes can then be used in your themes and they can be shown on " +"the profile page of your users." +msgstr "" +"Benutzerattribute aus dem Active Directory werden als Benutzer Meta-Daten " +"gespeichert. Diese Eigenschaften können in Ihren Themes benutzt werden oder " +"auf der WordPress-Profilseite der Benutzer angezeigt werden." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Ui/Layout.php:242 +msgid "" +"The attributes are only stored in the WordPress database if you activate " +"\"Automatic User Creation\" and are only updated if you activate \"Automatic " +"User Update\" on tab \"User\"." +msgstr "" +"Die Attribute werden nur in der WordPress-Datenbank gespeichert, wenn Sie " +"die Optionen Automatisches Erstellen von Benutzern und Automatisches " +"Aktuallisieren von Benutzern unter dem Reiter Benutzer aktiviert haben." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Ui/Layout.php:247 +#, php-format +msgid "" +"The following WordPress attributes are reserved by NADI and cannot be used: " +"%s" +msgstr "" +"Die folgenden WordPress-Attribute sind durch NADI reserviert und können " +"nicht benutzt werden: %s" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Ui/Layout.php:248 +msgid "" +"Premium-Extensions: BuddyPress simple " +"attributes, BuddyPress profile photo, Profile Pictures and User Photo " +"integration " +"available." +msgstr "" +"Premium-Erweiterung: BuddyPress simple " +"attributes, BuddyPress profile photo, Profile Pictures und User Photo " +"integration " +"verfügbar." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Ui/Layout.php:260 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Synchronization/Ui/SyncToActiveDirectoryPage.php:58 +msgid "Sync to AD" +msgstr "Sync to AD" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Ui/Layout.php:264 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Synchronization/Ui/SyncToActiveDirectoryPage.php:82 +msgid "Sync To Active Directory" +msgstr "Sync to Active Directory" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Ui/Layout.php:265 +msgid "Synchronize WordPress profiles back to Active Directory." +msgstr "Synchronisiert WordPress-Profile zurück zum Active Directory" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Ui/Layout.php:280 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Synchronization/Ui/SyncToWordPressPage.php:58 +msgid "Sync to WordPress" +msgstr "Sync to WordPress" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Ui/Layout.php:284 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Synchronization/Ui/SyncToWordPressPage.php:82 +msgid "Sync To WordPress" +msgstr "Sync to WordPress" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Ui/Layout.php:286 +msgid "" +"You can import/update the users from Active Directory, for example by using " +"a cron job." +msgstr "" +"Sie können Benutzer aus dem Actice Directory importieren oder aktuallisieren " +"indem Sie ein Cron-Job verwenden." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Ui/Layout.php:303 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Ui/Layout.php:307 +msgid "Logging" +msgstr "Logging" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Ui/Layout.php:309 +msgid "On this tab you can configure the NADI event logger." +msgstr "" +"In diesem Tab können Einstellung bezüglich des NADI Event Loggers " +"vorgenommen werden." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Synchronization/Ui/SyncToActiveDirectoryPage.php:83 +msgid "" +"If you want to trigger Sync to Active Directory, you must know the URL to " +"the index.php of your blog:" +msgstr "" +"Wenn Sie Sync to Active Directory auslösen möchten, müssen Sie die " +"URL zur index.php Ihres Blogs kennen:" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Synchronization/Ui/SyncToActiveDirectoryPage.php:84 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Synchronization/Ui/SyncToWordPressPage.php:84 +msgid "" +"Settings like auth-code etc. depends on the current blog. So be careful " +"which blog you are using. Here are some examples:" +msgstr "" +"Einstellungen wie Auth Code hängen vom aktuellen Blog ab. Seien Sie " +"also vorsichtig dabei und achten Sie darauf welchen Blog Sie zurzeit " +"verwenden. Hier sind ein paar Beispiele:" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Synchronization/Ui/SyncToActiveDirectoryPage.php:85 +msgid "User-ID: (optional)" +msgstr "User-ID: (optional)" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Synchronization/Ui/SyncToActiveDirectoryPage.php:86 +msgid "Repeat WordPress to Active Directory synchronization" +msgstr "Wiederhole WordPress to Active Directory Synchronisation" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Synchronization/Ui/SyncToActiveDirectoryPage.php:87 +msgid "Start WordPress to Active Directory synchronization" +msgstr "Starte WordPress to Active Directory Synchronisation" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Synchronization/Ui/SyncToActiveDirectoryPage.php:88 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/test/Adi/Synchronization/Ui/SyncToActiveDirectoryTest.php:161 +msgid "" +"Check that a connection to a domain controller is established and 'Enable " +"sync to AD' is checked. Also, a service account has to be provided." +msgstr "" +"Überprüfen Sie, dass eine Verbindung zum Domain Controller hergestellt wurde " +"und \"Sync to Ad aktivieren\" aktiviert ist. Außerdem muss ein Service " +"Account hinterlegt wurden sein." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Synchronization/Ui/SyncToActiveDirectoryPage.php:110 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Synchronization/Ui/SyncToWordPressPage.php:109 +#: +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/View/Page/Abstract.php:81 +msgid "You do not have sufficient permissions to access this page." +msgstr "" +"Sie besitzen nicht die benötigten Berechtigungen, um auf diese Seite " +"zuzugreifen." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Synchronization/Ui/SyncToActiveDirectoryPage.php:122 +msgid "Sync to AD succeeded." +msgstr "Sync to AD erfolgreich." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Synchronization/Ui/SyncToActiveDirectoryPage.php:124 +msgid "Sync to AD failed." +msgstr "Sync to AD fehlgeschlagen." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Synchronization/Ui/SyncToWordPressPage.php:83 +msgid "" +"If you want to trigger Sync to WordPress, you must know the URL to the index." +"php of your blog:" +msgstr "" +"Wenn Sie Sync to WordPress auslösen möchten, müssen Sie die URL zur " +"index.php Ihres Blogs kennen:" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Synchronization/Ui/SyncToWordPressPage.php:85 +msgid "Repeat AD to WordPress synchronization" +msgstr "Wiederhole AD to WordPress Synchronisation." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Synchronization/Ui/SyncToWordPressPage.php:86 +msgid "Start AD to WordPress synchronization" +msgstr "Starte AD to WordPress Synchronisation" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Synchronization/Ui/SyncToWordPressPage.php:87 +msgid "" +"Check that a connection to a domain controller is established and 'Enable " +"sync to WordPress' is checked. Also, a service account has to be provided." +msgstr "" +"Überprüfen Sie, dass eine Verbindung zum Domain Controller hergestellt wurde " +"und \"Sync to WordPress aktivieren\" aktiviert ist. Außerdem muss ein " +"Service Account hinterlegt wurden sein." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Synchronization/Ui/SyncToWordPressPage.php:119 +msgid "Sync to WordPress succeeded." +msgstr "Sync to WordPress erfolreich." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Synchronization/Ui/SyncToWordPressPage.php:121 +msgid "Sync to WordPress failed." +msgstr "Sync to WordPress fehlgeschlagen." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Authentication/Ui/SingleSignOn.php:32 +msgid "Log in using SSO" +msgstr "Anmeldung über SSO" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Authentication/Ui/ShowBlockedMessage.php:62 +#, php-format +msgid "" +"Authentication denied by Next Active Directory Integration Brute Force " +"Protection. Your account is blocked for %s seconds." +msgstr "" +"Die Authentifizierung wurde von der Brute Force Protection des Next Active " +"Directory Integration Plugins abgelehnt. Dein Account ist für %s Sekunden " +"blockiert." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Authentication/Ui/ShowBlockedMessage.php:75 +#, php-format +msgid "" +"Authentication denied by Next Active Directory Integration Brute Force " +"Protection.
Your account is blocked for %s seconds." +msgstr "" +"Die Authentifizierung wurde durch die Next Active Directory Integration " +"Brute Force Protection verhindert.
Ihr Account wurde für %s Sekunden " +"gesperrt." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/User/Ui/ExtendUserList.php:88 +msgid "NADI User" +msgstr "NADI Benutzer" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/User/Ui/ExtendUserList.php:89 +msgid "Disabled" +msgstr "Deaktiviert" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/User/Ui/ExtendUserList.php:93 +msgid "Managed by CRM" +msgstr "Verwaltet durch CRM" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/User/Ui/ExtendUserList.php:156 +msgid "User is disabled by NADI." +msgstr "Benutzer ist durch NADI deaktiviert." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Configuration/Persistence/ProfileRepository.php:269 +msgid "My NADI profile" +msgstr "Mein NADI Profil" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Configuration/Persistence/ProfileRepository.php:270 +msgid "" +"This profile has been created by the plugin installation automatically. It " +"can safely be deleted." +msgstr "" +"Dieses Profil wurde automatisch bei der Installation von NADI erstellt und " +"kann ohne Probleme gelöscht werden." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/Table/ProfileAssignment.php:63 +msgid "Cannot find valid site name." +msgstr "Der valide Seitenname konnte nicht gefunden werden." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/Table/ProfileAssignment.php:74 +msgid "Site Name" +msgstr "Seitenname" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/Table/ProfileAssignment.php:75 +msgid "URL" +msgstr "URL" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Multisite/Ui/Table/ProfileAssignment.php:270 +#, php-format +msgid "Select %s" +msgstr "Auswählen %s" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Configuration/Import/Ui/ExtendPluginList.php:64 +msgid "Download ADI v1 configuration" +msgstr "Download ADI v1 Konfigurationen" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Multisite/Site/Ui/ExtendSiteList.php:60 +msgid "Active NADI profile" +msgstr "Aktives NADI-Profil" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Multisite/Site/Ui/ExtendSiteList.php:83 +#, php-format +msgid "%s (default profile)" +msgstr "%s (Standardprofil)" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/Multisite/Site/Ui/ExtendSiteList.php:95 +msgid "None assigned" +msgstr "Nicht zugewiesen" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/User/Profile/Ui/TriggerActiveDirectorySynchronization.php:159 +msgid "" +"Error on writing additional attributes back to Active Directory. Service " +"Account is not setup properly. Please contact your WordPress administrator." +msgstr "" +"Es ist ein Fehler beim Synchronisieren der Daten zum Active Directory " +"aufgetreten. Der Service Account ist nicht richtig konfiguriert. Bitte " +"kontaktieren sie ihren WordPress Administrator." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/User/Profile/Ui/TriggerActiveDirectorySynchronization.php:179 +msgid "" +"No password given, so additional attributes have not been written back to " +"Active Directory" +msgstr "" +"Es wurde kein Passwort angegeben. Zusätzliche Attribute wurden nicht zurück " +"in das Active Directory geschrieben." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/User/Profile/Ui/TriggerActiveDirectorySynchronization.php:196 +msgid "" +"Error on writing additional attributes back to Active Directory. Please " +"contact your WordPress administrator?" +msgstr "" +"Der Versuch, zusätzliche Attribute zurück zum Active Directory zu schreiben, " +"ist fehlgeschlagen. Bitte kontaktieren Sie ihren Administrator." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/User/Profile/Ui/ProvideDisableUserOption.php:70 +msgid "User Disabled" +msgstr "Benutzer deaktiviert" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/User/Profile/Ui/ProvideDisableUserOption.php:71 +msgid "" +"If selected, the user can not log in and his e-mail address will be changed " +"for security reasons. The e-mail address is restored if the user is " +"reenabled." +msgstr "" +"Wenn sie diese Option aktivieren, kann der Benutzer sich nicht mehr anmelden " +"und seine E-Mailadresse wird aus Sicherheitsgründen geändert. Die E-" +"Mailadresse wird bei Aktivierung des Benutzers wiederhergestellt." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/User/Profile/Ui/ProvideDisableUserOption.php:72 +msgid "Information on last disabling: " +msgstr "Informationen zur letzten Deaktivierung: " + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/User/Profile/Ui/ProvideDisableUserOption.php:73 +msgid "" +"Attention: This flag is automatically set (or unset) by Sync to WordPresss " +"and its state may change on next run of synchronization." +msgstr "" +"Achtung: Diese Option wird automatisch durch Sync to WordPress " +"aktiviert (bzw. deaktiviert). Der aktuelle Status kann sich also bei der " +"nächsten Synchronisation ändern." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/User/Profile/Ui/ProvideDisableUserOption.php:107 +#, php-format +msgid "" +"User \"%s\" with ID \"%s\" manually disabled by \"%s\" with the ID \"%s\"." +msgstr "" +"Benutzer \"%s\" mit ID \"%s\" wurde manuell von \"%s\" mit der ID \"%s\" " +"deaktiviert." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/User/Profile/Ui/PreventEmailChange.php:98 +msgid "" +"You must not change your email address. The plugin 'Next Active Directory " +"Integration' prevents it." +msgstr "" +"Sie dürfen ihre E-Mailadresse nicht ändern. Das Plugin \"Next Active " +"Directory Integration\" verhindert die Änderung." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/User/Profile/Ui/ShowLdapAttributes.php:102 +msgid "Additional Information provided by Next Active Directory Integration" +msgstr "" +"Zusätzliche Information bereitgestellt durch Next Active Directory " +"Integration" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/User/Profile/Ui/ShowLdapAttributes.php:103 +msgid "Reenter password" +msgstr "Passwort neu eingeben" + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/User/Profile/Ui/ShowLdapAttributes.php:104 +msgid "" +"If you want to save the changes in \"Additional Information\" back to the " +"Active Directory you must enter your password." +msgstr "" +"Wenn Sie die Änderungen unter Zusätzliche Informationen zum Active " +"Directory synchronisieren möchten, müssen Sie ihr Passwort eingeben." + +#: ../../../../../Work/Projects/php/active-directory-integration2/classes/Adi/User/Profile/Ui/ShowLdapAttributes.php:105 +msgid "Profile can not be edited or synchronized back to Active Directory:" +msgstr "" +"Das Profil kann nicht bearbeitet oder zum Active Directory synchronisiert " +"werden:" + +#. Name of the plugin +msgid "Next Active Directory Integration" +msgstr "Next Active Directory Integration" + +#. Description of the plugin +msgid "" +"This is the successor of the Active Directory Integration plug-in which " +"allows you to authenticate, authorize, create and update users through " +"Active Directory." +msgstr "" +"Dies ist der Nachfolger vom Active Directory Integration plug-in. Dieser " +"erlaubt ihnen mit hilfe des Active Directory benutzer zu authorisieren, " +"authentifizieren, zu erstellen und zu aktuallisieren." + +#. URI of the plugin +msgid "https://www.active-directory-wp.com" +msgstr "https://www.active-directory-wp.com" + +#. Author of the plugin +msgid "NeosIT GmbH" +msgstr "NeosIT GmbH" + +#. Author URI of the plugin +msgid "http://www.neos-it.de/" +msgstr "http://www.neos-it.de/" \ No newline at end of file diff --git a/languages/next-active-directory-integration-de_DE_formal.mo b/languages/next-active-directory-integration-de_DE_formal.mo index 36492e13..ad38e160 100644 Binary files a/languages/next-active-directory-integration-de_DE_formal.mo and b/languages/next-active-directory-integration-de_DE_formal.mo differ diff --git a/views/sync-to-ad.twig b/views/sync-to-ad.twig index e4c11cad..659aedf7 100644 --- a/views/sync-to-ad.twig +++ b/views/sync-to-ad.twig @@ -56,7 +56,7 @@
diff --git a/views/sync-to-wordpress.twig b/views/sync-to-wordpress.twig index c6c33db3..c2416094 100644 --- a/views/sync-to-wordpress.twig +++ b/views/sync-to-wordpress.twig @@ -45,7 +45,7 @@
diff --git a/views/test-connection.twig b/views/test-connection.twig index 30aa9cb4..437e22f7 100644 --- a/views/test-connection.twig +++ b/views/test-connection.twig @@ -44,7 +44,7 @@