diff --git a/application/forms/Navigation/NavigationConfigForm.php b/application/forms/Navigation/NavigationConfigForm.php index a4092753b..343723399 100644 --- a/application/forms/Navigation/NavigationConfigForm.php +++ b/application/forms/Navigation/NavigationConfigForm.php @@ -215,7 +215,7 @@ class NavigationConfigForm extends ConfigForm foreach ($this->getShareConfig($type) as $sectionName => $sectionConfig) { if ($sectionName !== $this->itemToLoad && $sectionConfig->owner === ($owner ?: $this->getUser()->getUsername()) - && !in_array($sectionName, $children, true) + && ! in_array($sectionName, $children, true) ) { $names[] = $sectionName; } @@ -223,7 +223,7 @@ class NavigationConfigForm extends ConfigForm foreach ($this->getUserConfig($type) as $sectionName => $sectionConfig) { if ($sectionName !== $this->itemToLoad - && !in_array($sectionName, $children, true) + && ! in_array($sectionName, $children, true) ) { $names[] = $sectionName; } @@ -363,8 +363,8 @@ class NavigationConfigForm extends ConfigForm $shared = false; if ($this->hasBeenShared($name)) { if (isset($data['parent']) && $data['parent'] - ? !$this->hasBeenShared($data['parent']) - : ((! isset($data['users']) || !$data['users']) && (! isset($data['groups']) || !$data['groups'])) + ? ! $this->hasBeenShared($data['parent']) + : ((! isset($data['users']) || ! $data['users']) && (! isset($data['groups']) || ! $data['groups'])) ) { // It is shared but shouldn't anymore $config = $this->unshare($name, isset($data['parent']) ? $data['parent'] : null); @@ -579,7 +579,7 @@ class NavigationConfigForm extends ConfigForm ) ); - if ((! $itemForm->requiresParentSelection() || !isset($formData['parent']) || !$formData['parent']) + if ((! $itemForm->requiresParentSelection() || ! isset($formData['parent']) || ! $formData['parent']) && $this->getUser()->can('application/share/navigation') ) { $checked = isset($formData['shared']) ? null : (isset($formData['users']) || isset($formData['groups'])); @@ -719,10 +719,12 @@ class NavigationConfigForm extends ConfigForm if (! empty($forbiddenUsers)) { $valid = false; $this->getElement('users')->addError( - $this->translate(sprintf( - 'You are not permitted to share this navigation item with the following users: %s', + sprintf( + $this->translate( + 'You are not permitted to share this navigation item with the following users: %s' + ), implode(', ', $forbiddenUsers) - )) + ) ); } } @@ -741,10 +743,12 @@ class NavigationConfigForm extends ConfigForm if (! empty($forbiddenGroups)) { $valid = false; $this->getElement('groups')->addError( - $this->translate(sprintf( - 'You are not permitted to share this navigation item with the following groups: %s', + sprintf( + $this->translate( + 'You are not permitted to share this navigation item with the following groups: %s' + ), implode(', ', $forbiddenGroups) - )) + ) ); } } diff --git a/application/locale/de_DE/LC_MESSAGES/icinga.mo b/application/locale/de_DE/LC_MESSAGES/icinga.mo index ba880eae4..007a3b1ad 100644 Binary files a/application/locale/de_DE/LC_MESSAGES/icinga.mo and b/application/locale/de_DE/LC_MESSAGES/icinga.mo differ diff --git a/application/locale/de_DE/LC_MESSAGES/icinga.po b/application/locale/de_DE/LC_MESSAGES/icinga.po index 5247bb3d4..921bef4d7 100644 --- a/application/locale/de_DE/LC_MESSAGES/icinga.po +++ b/application/locale/de_DE/LC_MESSAGES/icinga.po @@ -7,18 +7,17 @@ msgid "" msgstr "" "Project-Id-Version: Icinga Web 2 (None)\n" "Report-Msgid-Bugs-To: dev@icinga.com\n" -"POT-Creation-Date: 2017-07-27 11:44+0000\n" -"PO-Revision-Date: 2017-09-28 15:04+0200\n" -"Last-Translator: Michael Friedrich \n" -"Language: de_DE\n" +"POT-Creation-Date: 2017-11-09 13:18+0000\n" +"PO-Revision-Date: \n" +"Last-Translator: Markus Frosch \n" +"Language-Team: \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-Poedit-Basepath: .\n" -"Language-Team: \n" -"X-Generator: Poedit 2.0.3\n" -"X-Poedit-SearchPath-0: .\n" +"Language: de_DE\n" +"X-Generator: Poedit 2.0.4\n" #: ../../../../library/Icinga/Web/Form/Validator/InArray.php:16 #, php-format @@ -28,11 +27,10 @@ msgstr "\"%s\" ist nicht in der Liste der erlaubten Werte." #: ../../../../library/Icinga/Web/Form/Validator/InArray.php:19 #, php-format msgid "" -"\"%s\" is not in the list of allowed values. Did you mean one of the " -"following?: %s" +"\"%s\" is not in the list of allowed values. Did you mean one of the following?: %s" msgstr "" -"“%s” ist nicht in der Liste der erlaubten Werte. Meinten Sie vielleicht " -"einen der Folgenden?: %s" +"\"%s\" ist nicht in der Liste der erlaubten Werte. Meinten Sie vielleicht einen der " +"Folgenden?: %s" #: ../../../../application/forms/Config/UserBackend/ExternalBackendForm.php:42 #: ../../../../application/forms/Config/Resource/FileResourceForm.php:50 @@ -102,7 +100,7 @@ msgstr "%s: Zeige die %s %u bis %u von %u" #: ../../../../library/Icinga/Web/Form/Element/Number.php:138 #, php-format msgid "'%s' is not a valid number" -msgstr "‘%s’ ist keine gültige Zahl" +msgstr "'%s' ist keine gültige Zahl" #: ../../../../library/Icinga/Authentication/UserGroup/DbUserGroupBackend.php:114 #: ../../../../library/Icinga/Authentication/UserGroup/DbUserGroupBackend.php:115 @@ -114,22 +112,21 @@ msgstr "(keine Unterscheidung von Groß- und Kleinschreibung)" #: ../../../../application/forms/Navigation/NavigationConfigForm.php:417 #, php-format msgid "A navigation item with the name \"%s\" does already exist" -msgstr "Ein Navigationselement mit dem Namen “%s” existiert bereits" +msgstr "Ein Navigationselement mit dem Namen \"%s\" existiert bereits" #: ../../../../application/forms/Config/Resource/LdapResourceForm.php:76 msgid "" -"A protocol scheme such as ldap:// or ldaps:// is mandatory for URIs with a " -"given port and for all other URIs as well once a scheme is given for a " -"single one." +"A protocol scheme such as ldap:// or ldaps:// is mandatory for URIs with a given " +"port and for all other URIs as well once a scheme is given for a single one." msgstr "" -"Ein Protokoll-Schema wie ldap:// oder ldaps:// ist erforderlich für URIs mit " -"einem angegebenen Port und ebenso für alle anderen URIs sobald ein Schema " -"für eine einzige angegeben wird." +"Ein Protokoll-Schema wie ldap:// oder ldaps:// ist erforderlich für URIs mit einem " +"angegebenen Port und ebenso für alle anderen URIs sobald ein Schema für eine einzige " +"angegeben wird." #: ../../../../application/forms/Config/UserBackendConfigForm.php:165 #, php-format msgid "A user backend with the name \"%s\" does already exist" -msgstr "Ein Nutzerbackend mit dem Namen “%s” existiert bereits" +msgstr "Ein Nutzerbackend mit dem Namen \"%s\" existiert bereits" #: ../../../../application/controllers/AboutController.php:19 #: ../../../../library/Icinga/Application/Web.php:305 @@ -227,11 +224,11 @@ msgstr "Allgemeine Einstellungen von Icinga Web 2" #: ../../../../application/forms/Authentication/LoginForm.php:110 msgid "" -"All configured authentication methods failed. Please check the system log or " -"Icinga Web 2 log for more information." +"All configured authentication methods failed. Please check the system log or Icinga " +"Web 2 log for more information." msgstr "" -"Alle konfigurierten Authentifizierungsmethoden sind fehlgeschlagen. Mehr " -"Details dazu stehen im Systemlog oder im Log von Icinga Web 2." +"Alle konfigurierten Authentifizierungsmethoden sind fehlgeschlagen. Mehr Details " +"dazu stehen im Systemlog oder im Log von Icinga Web 2." #: ../../../../application/forms/Security/RoleForm.php:73 #, php-format @@ -260,20 +257,20 @@ msgstr "Erlaubt das Einsehen des Anwendungslogs" #: ../../../../application/forms/Config/UserGroup/LdapUserGroupBackendForm.php:153 msgid "" -"An additional filter to use when looking up groups using the specified " -"connection. Leave empty to not to use any additional filter rules." +"An additional filter to use when looking up groups using the specified connection. " +"Leave empty to not to use any additional filter rules." msgstr "" -"Ein zusätzlicher Filter für die Suche nach Gruppen für die angegebene " -"Verbindung. Leer lassen, um keine Filter zu verwenden." +"Ein zusätzlicher Filter für die Suche nach Gruppen für die angegebene Verbindung. " +"Leer lassen, um keine Filter zu verwenden." -#: ../../../../application/forms/Config/UserBackend/LdapBackendForm.php:156 +#: ../../../../application/forms/Config/UserBackend/LdapBackendForm.php:153 #: ../../../../application/forms/Config/UserGroup/LdapUserGroupBackendForm.php:246 msgid "" -"An additional filter to use when looking up users using the specified " -"connection. Leave empty to not to use any additional filter rules." +"An additional filter to use when looking up users using the specified connection. " +"Leave empty to not to use any additional filter rules." msgstr "" -"Ein zusätzlicher Filter für die Suche nach Benutzern für die angegebene " -"Verbindung. Leer lassen, um keine Filter zu verwenden." +"Ein zusätzlicher Filter für die Suche nach Benutzern für die angegebene Verbindung. " +"Leer lassen, um keine Filter zu verwenden." #: ../../../../application/forms/Announcement/AnnouncementForm.php:96 msgid "Announcement created" @@ -307,7 +304,7 @@ msgstr "Anwendung" msgid "Application Log" msgstr "Anwendungslog" -#: ../../../../application/forms/Config/General/LoggingConfigForm.php:73 +#: ../../../../application/forms/Config/General/LoggingConfigForm.php:74 msgid "Application Prefix" msgstr "Anwendungspräfix" @@ -324,12 +321,12 @@ msgstr "Authentifizierung" #: ../../../../library/Icinga/Web/Controller/AuthBackendController.php:69 #, php-format msgid "Authentication backend \"%s\" is not %s" -msgstr "Authentifizierungsbackend “%s” ist nicht %s" +msgstr "Authentifizierungsbackend \"%s\" ist nicht %s" #: ../../../../library/Icinga/Web/Controller/AuthBackendController.php:62 #, php-format msgid "Authentication backend \"%s\" not found" -msgstr "Authentifizierungsbackend “%s” wurde nicht gefunden" +msgstr "Authentifizierungsbackend \"%s\" wurde nicht gefunden" #: ../../../../application/forms/Config/UserBackendReorderForm.php:65 msgid "Authentication order updated" @@ -357,7 +354,7 @@ msgstr "Zurück" msgid "Backend" msgstr "Backend" -#: ../../../../application/forms/Config/UserBackend/LdapBackendForm.php:60 +#: ../../../../application/forms/Config/UserBackend/LdapBackendForm.php:74 #: ../../../../application/forms/Config/UserBackend/DbBackendForm.php:53 #: ../../../../application/forms/Config/UserBackend/ExternalBackendForm.php:32 #: ../../../../application/forms/Config/UserGroup/LdapUserGroupBackendForm.php:39 @@ -392,22 +389,22 @@ msgstr "Browser (%s)" #: ../../../../application/forms/Security/RoleForm.php:219 #, php-format msgid "Can't add role '%s'. Role already exists" -msgstr "Kann Rolle ‘%s’ nicht hinzufügen. Die Rolle existiert bereits" +msgstr "Kann Rolle '%s' nicht hinzufügen. Die Rolle existiert bereits" #: ../../../../application/forms/Security/RoleForm.php:178 #, php-format msgid "Can't load role '%s'. Role does not exist" -msgstr "Kann Rolle ‘%s’ nicht laden. Die Rolle existiert nicht" +msgstr "Kann Rolle '%s' nicht laden. Die Rolle existiert nicht" #: ../../../../application/forms/Security/RoleForm.php:245 #, php-format msgid "Can't remove role '%s'. Role does not exist" -msgstr "Kann Rolle ‘%s’ nicht löschen. Die Rolle existiert nicht" +msgstr "Kann Rolle '%s' nicht löschen. Die Rolle existiert nicht" #: ../../../../application/forms/Security/RoleForm.php:278 #, php-format msgid "Can't update role '%s'. Role does not exist" -msgstr "Kann Rolle ‘%s’ nicht akualisieren. Die Rolle existiert nicht" +msgstr "Kann Rolle '%s' nicht akualisieren. Die Rolle existiert nicht" #: ../../../../application/views/scripts/user/show.phtml:79 msgctxt "group.membership" @@ -425,12 +422,12 @@ msgstr "Diese Operation abbrechen" #: ../../../../library/Icinga/Repository/IniRepository.php:253 #, php-format msgid "Cannot insert. Section \"%s\" does already exist" -msgstr "Einfügen nicht möglich. Die Sektion “%s” existiert bereits" +msgstr "Einfügen nicht möglich. Die Sektion \"%s\" existiert bereits" #: ../../../../library/Icinga/Application/Config.php:328 #, php-format msgid "Cannot read config file \"%s\". Permission denied" -msgstr "Kann Konfigurationsdatei “%s” nicht lesen" +msgstr "Kann Konfigurationsdatei \"%s\" nicht lesen" #: ../../../../library/Icinga/Web/Widget/FilterEditor.php:283 msgid "Cannot search here" @@ -439,93 +436,83 @@ msgstr "Suche ist hier nicht möglich" #: ../../../../library/Icinga/Repository/IniRepository.php:282 #: ../../../../library/Icinga/Repository/IniRepository.php:297 #, php-format -msgid "" -"Cannot update. Column \"%s\" holds a section's name which must be unique" +msgid "Cannot update. Column \"%s\" holds a section's name which must be unique" msgstr "" -"Aktualisierung nicht möglich. Die Spalte “%s” enthält einen Sektionsnamen, " -"der eindeutig sein muss" +"Aktualisierung nicht möglich. Die Spalte \"%s\" enthält einen Sektionsnamen, der " +"eindeutig sein muss" -#: ../../../../library/Icinga/Repository/IniRepository.php:316 +#: ../../../../library/Icinga/Repository/IniRepository.php:318 #, php-format msgid "Cannot update. Section \"%s\" does already exist" -msgstr "Aktualisierung nicht möglich. Sektion “%s” existiert bereits" +msgstr "Aktualisierung nicht möglich. Sektion \"%s\" existiert bereits" #: ../../../../library/Icinga/Web/Widget/SortBox.php:251 msgid "Change sort direction" msgstr "Sortierreihenfolge" -#: ../../../../application/forms/Config/Resource/DbResourceForm.php:144 +#: ../../../../application/forms/Config/Resource/DbResourceForm.php:150 msgid "Character Set" msgstr "Zeichensatz" #: ../../../../application/forms/Config/General/ThemingConfigForm.php:53 msgctxt "Form element description" msgid "" -"Check this box for disallowing users to change the theme. If a default theme " -"is set, it will be used nonetheless" +"Check this box for disallowing users to change the theme. If a default theme is set, " +"it will be used nonetheless" msgstr "" -"Checkbox auswählen um Benutzeranpassung zu verbieten. Die Standardtheme wird " -"für alle Benutzer angezeigt." +"Checkbox auswählen um Benutzeranpassung zu verbieten. Die Standardtheme wird für " +"alle Benutzer angezeigt." #: ../../../../application/forms/Config/UserGroup/LdapUserGroupBackendForm.php:98 -msgid "" -"Check this box for nested group search in Active Directory based on the user" +msgid "Check this box for nested group search in Active Directory based on the user" msgstr "" -"Häkchen setzen, um in Active Directory anhand des Benutzers in " -"verschachtelten Gruppen zu suchen" +"Häkchen setzen, um in Active Directory anhand des Benutzers in verschachtelten " +"Gruppen zu suchen" -#: ../../../../application/forms/Config/Resource/DbResourceForm.php:152 +#: ../../../../application/forms/Config/Resource/DbResourceForm.php:158 msgid "" -"Check this box for persistent database connections. Persistent connections " -"are not closed at the end of a request, but are cached and re-used. This is " -"experimental" +"Check this box for persistent database connections. Persistent connections are not " +"closed at the end of a request, but are cached and re-used. This is experimental" msgstr "" -"Häkchen setzen für persistente Datenbankverbindungen. Persistente " -"Verbindungen werden am Ende einer Anfrage nicht geschlossen, sondern " -"gecached wiederverwendet" +"Häkchen setzen für persistente Datenbankverbindungen. Persistente Verbindungen " +"werden am Ende einer Anfrage nicht geschlossen, sondern gecached wiederverwendet" #: ../../../../application/forms/Dashboard/DashletForm.php:102 msgid "Check this box if you want to add the dashlet to a new dashboard" msgstr "Häkchen setzen, um dieses Dashlet einem neuen Dashboard hinzuzufügen" -#: ../../../../application/forms/Config/ResourceConfigForm.php:251 +#: ../../../../application/forms/Config/ResourceConfigForm.php:248 msgid "Check this box to enforce changes without connectivity validation" -msgstr "" -"Häkchen setzen, um die Änderungen ohne Validierung der Verbindung zu " -"speichern" +msgstr "Häkchen setzen, um die Änderungen ohne Validierung der Verbindung zu speichern" #: ../../../../application/forms/Config/UserBackendConfigForm.php:376 msgid "" -"Check this box to enforce changes without validating that authentication is " -"possible." +"Check this box to enforce changes without validating that authentication is possible." msgstr "" -"Häkchen setzen, um die Änderungen ohne Validierung der Authentifizierung zu " -"speichern" +"Häkchen setzen, um die Änderungen ohne Validierung der Authentifizierung zu speichern" #: ../../../../library/Icinga/Web/Widget/FilterWidget.php:68 msgid "Click to remove this part of your filter" msgstr "Klicken, um diesen Teil des Filters zu löschen" -#: ../../../../library/Icinga/Web/Widget/Tabs.php:313 +#: ../../../../library/Icinga/Web/Widget/Tabs.php:315 msgid "Close container" msgstr "Bereich schließen" #: ../../../../library/Icinga/Repository/Repository.php:1152 #, php-format msgid "Column \"%s\" cannot be queried" -msgstr "Spalte “%s” kann nicht abgefragt werden" +msgstr "Spalte \"%s\" kann nicht abgefragt werden" #: ../../../../application/forms/Navigation/NavigationConfigForm.php:617 msgid "Comma separated list of group names to share this item with" msgstr "" -"Komma separierte Liste von Gruppennamen, mit denen dieses Element geteilt " -"werden soll" +"Komma separierte Liste von Gruppennamen, mit denen dieses Element geteilt werden soll" #: ../../../../application/forms/Navigation/NavigationConfigForm.php:607 msgid "Comma separated list of usernames to share this item with" msgstr "" -"Komma separierte Liste von Nutzernamen, mit denen dieses Element geteilt " -"werden soll" +"Komma separierte Liste von Nutzernamen, mit denen dieses Element geteilt werden soll" #: ../../../../application/forms/Security/RoleForm.php:131 msgid "Comma-separated list of groups that are assigned to the role" @@ -543,11 +530,8 @@ msgstr "Konfiguration" #: ../../../../application/controllers/RoleController.php:155 #: ../../../../application/controllers/GroupController.php:369 #: ../../../../application/controllers/UserController.php:320 -msgid "" -"Configure roles to permit or restrict users and groups accessing Icinga Web 2" -msgstr "" -"Konfiguration der Zugangsberechtigungen für Nutzer und Gruppen in Icinga Web " -"2" +msgid "Configure roles to permit or restrict users and groups accessing Icinga Web 2" +msgstr "Konfiguration der Zugangsberechtigungen für Nutzer und Gruppen in Icinga Web 2" #: ../../../../application/controllers/ConfigController.php:50 msgid "Configure the user and group backends" @@ -565,14 +549,6 @@ msgstr "Neues Passwort bestätigen" msgid "Confirm Removal" msgstr "Entfernen bestätigen" -#: ../../../../application/forms/Config/Resource/LivestatusResourceForm.php:79 -msgid "" -"Connectivity validation failed, connection to the given resource not " -"possible." -msgstr "" -"Überprüfung fehlgeschlagen. Konnte keine Verbindung zu der angegebenen " -"Ressource herstellen." - #: ../../../../library/Icinga/Chart/GridChart.php:90 msgid "Contains data in a bar or line chart." msgstr "Enthält Daten in einem Balken- oder Liniendiagramm." @@ -583,17 +559,16 @@ msgstr "Enthält Daten in einem Tortendiagramm." #: ../../../../application/forms/Config/General/ApplicationConfigForm.php:54 msgid "" -"Contains the directories that will be searched for available modules, " -"separated by colons. Modules that don't exist in these directories can still " -"be symlinked in the module folder, but won't show up in the list of disabled " -"modules." +"Contains the directories that will be searched for available modules, separated by " +"colons. Modules that don't exist in these directories can still be symlinked in the " +"module folder, but won't show up in the list of disabled modules." msgstr "" -"Enthält die Verzeichnisse, die nach verfügbaren Modulen durchsucht werden " -"(getrennt durch Doppelpunkte). Module, die nicht in diesen Verzeichnissen " -"vorhanden sind, können trotzdem in den Modulordner gesymlinkt werden. Diese " -"werden allerdings nicht in der der deaktivierten Module angezeigt." +"Enthält die Verzeichnisse, die nach verfügbaren Modulen durchsucht werden (getrennt " +"durch Doppelpunkte). Module, die nicht in diesen Verzeichnissen vorhanden sind, " +"können trotzdem in den Modulordner gesymlinkt werden. Diese werden allerdings nicht " +"in der der deaktivierten Module angezeigt." -#: ../../../../library/Icinga/Web/Widget/Tabs.php:330 +#: ../../../../library/Icinga/Web/Widget/Tabs.php:332 msgid "Content" msgstr "Inhalt" @@ -603,11 +578,11 @@ msgstr "Copyright" #: ../../../../application/forms/Config/UserBackendConfigForm.php:82 msgid "" -"Could not find any valid user backend resources. Please configure a resource " -"for authentication first." +"Could not find any valid user backend resources. Please configure a resource for " +"authentication first." msgstr "" -"Es konnten keine gültigen Nutzerbackendressourcen gefunden werden. Bitte " -"legen Sie als Erstes eine Ressource für die Authentifizierung an." +"Es konnten keine gültigen Nutzerbackendressourcen gefunden werden. Bitte legen Sie " +"als Erstes eine Ressource für die Authentifizierung an." #: ../../../../application/views/scripts/dashboard/error.phtml:2 msgid "Could not save dashboard" @@ -655,13 +630,13 @@ msgstr "Neues Backend für Benutzergruppen erstellen" msgid "Create a new announcement" msgstr "Neue Bekanntmachung erstellen" -#: ../../../../application/controllers/ConfigController.php:200 +#: ../../../../application/controllers/ConfigController.php:201 msgid "" -"Create a new backend for authenticating your users. This backend will be " -"added at the end of your authentication order." +"Create a new backend for authenticating your users. This backend will be added at " +"the end of your authentication order." msgstr "" -"Neues Backend für die Nutzerauthentifizierung anlegen. Dieses Backend wird " -"an das Ende Ihrer Authentifizierungsreihenfolge angehängt" +"Neues Backend für die Nutzerauthentifizierung anlegen. Dieses Backend wird an das " +"Ende Ihrer Authentifizierungsreihenfolge angehängt" #: ../../../../application/controllers/UsergroupbackendController.php:42 msgid "Create a new backend to associate users and groups with." @@ -673,9 +648,7 @@ msgstr "Ein neues Navigationselement erzeugen" #: ../../../../application/controllers/NavigationController.php:216 msgid "Create a new navigation item, such as a menu entry or dashlet." -msgstr "" -"Ein neues Navigationselement (zum Beispiel Menüeintrag oder Dashlet) " -"erzeugen." +msgstr "Ein neues Navigationselement (zum Beispiel Menüeintrag oder Dashlet) erzeugen." #: ../../../../application/views/scripts/config/resource.phtml:13 msgid "Create a new resource" @@ -698,7 +671,7 @@ msgstr "Neues Backend für Benutzergruppen erstellen" msgid "Create memberships for %s" msgstr "Mitgliedschaften für %s erstellen" -#: ../../../../library/Icinga/Authentication/UserGroup/LdapUserGroupBackend.php:537 +#: ../../../../library/Icinga/Authentication/UserGroup/LdapUserGroupBackend.php:544 #: ../../../../library/Icinga/Authentication/UserGroup/DbUserGroupBackend.php:122 #: ../../../../library/Icinga/Authentication/User/LdapUserBackend.php:271 msgid "Created At" @@ -718,20 +691,18 @@ msgid "Current Column" msgstr "Aktuelle Spalte" #: ../../../../application/views/scripts/dashboard/index.phtml:16 -msgid "" -"Currently there is no dashlet available. Please contact the administrator." +msgid "Currently there is no dashlet available. Please contact the administrator." msgstr "" -"Momentan ist kein Dashlet verfügbar. Bitte kontaktieren Sie einen " -"Administrator." +"Momentan ist kein Dashlet verfügbar. Bitte kontaktieren Sie einen Administrator." #: ../../../../application/views/scripts/dashboard/index.phtml:20 #, php-format msgid "" -"Currently there is no dashlet available. This might change once you enabled " -"some of the available %s." +"Currently there is no dashlet available. This might change once you enabled some of " +"the available %s." msgstr "" -"Momentan ist kein Dashlet verfügbar. Das könnte durch die Aktivierung von " -"einigen der verfügbaren %s behoben werden." +"Momentan ist kein Dashlet verfügbar. Das könnte durch die Aktivierung von einigen " +"der verfügbaren %s behoben werden." #: ../../../../application/forms/Dashboard/DashletForm.php:121 #: ../../../../application/controllers/DashboardController.php:257 @@ -784,15 +755,15 @@ msgstr "SQL Datenbank" msgid "Database Connection" msgstr "Datenbankverbindung" -#: ../../../../application/forms/Config/Resource/DbResourceForm.php:117 +#: ../../../../application/forms/Config/Resource/DbResourceForm.php:123 msgid "Database Name" msgstr "Datenbankname" -#: ../../../../application/forms/Config/Resource/DbResourceForm.php:85 +#: ../../../../application/forms/Config/Resource/DbResourceForm.php:91 msgid "Database Type" msgstr "Datenbanktyp" -#: ../../../../application/forms/Config/General/LoggingConfigForm.php:61 +#: ../../../../application/forms/Config/General/LoggingConfigForm.php:62 msgctxt "app.config.logging.level" msgid "Debug" msgstr "Debug" @@ -816,11 +787,11 @@ msgstr "Beschreibung" #: ../../../../application/views/scripts/showConfiguration.phtml:19 msgid "" -"Details can be found in the application log. (If you don't have access to " -"this log, call your administrator in this case)" +"Details can be found in the application log. (If you don't have access to this log, " +"call your administrator in this case)" msgstr "" -"Details können im Log der Anwendung gefunden werden. (Wenn kein Zugriff auf " -"das Log möglich ist, kontaktieren Sie bitte Ihren Administrator)" +"Details können im Log der Anwendung gefunden werden. (Wenn kein Zugriff auf das Log " +"möglich ist, kontaktieren Sie bitte Ihren Administrator)" #: ../../../../application/forms/AutoRefreshForm.php:65 msgid "Disable auto refresh" @@ -831,16 +802,16 @@ msgstr "Automatische Aktualisierung deaktivieren" msgid "Disable the %s module" msgstr "Modul %s deaktivieren" -#: ../../../../application/forms/Config/UserBackend/LdapBackendForm.php:91 +#: ../../../../application/forms/Config/UserBackend/LdapBackendForm.php:105 msgctxt "A button to discover LDAP capabilities" msgid "Discover" -msgstr "Entdecken" +msgstr "Erkennen" -#: ../../../../application/forms/Config/UserBackend/LdapBackendForm.php:247 +#: ../../../../application/forms/Config/UserBackend/LdapBackendForm.php:245 msgid "Discover the domain" msgstr "Domain erkennen" -#: ../../../../application/forms/Config/UserBackend/LdapBackendForm.php:226 +#: ../../../../application/forms/Config/UserBackend/LdapBackendForm.php:223 #: ../../../../application/forms/Config/UserGroup/LdapUserGroupBackendForm.php:301 msgid "Domain" msgstr "Domain" @@ -849,7 +820,7 @@ msgstr "Domain" msgid "Don't Store Preferences" msgstr "Einstellungen nicht speichern" -#: ../../../../library/Icinga/Web/Widget/Tabs.php:290 +#: ../../../../library/Icinga/Web/Widget/Tabs.php:292 msgid "Dropdown menu" msgstr "Auswahlmenü" @@ -882,7 +853,7 @@ msgstr "Gruppe %s bearbeiten" msgid "Edit navigation item %s" msgstr "Navigationselement %s bearbeiten" -#: ../../../../application/views/scripts/config/resource.phtml:56 +#: ../../../../application/views/scripts/config/resource.phtml:53 #, php-format msgid "Edit resource %s" msgstr "Ressource %s bearbeiten" @@ -947,17 +918,16 @@ msgstr "Titel für das Dashboard eingeben" #: ../../../../application/forms/Dashboard/DashletForm.php:72 msgid "" -"Enter url to be loaded in the dashlet. You can paste the full URL, including " -"filters." +"Enter url to be loaded in the dashlet. You can paste the full URL, including filters." msgstr "" -"URL angeben, die in dem Dashlet geladen werden soll. Es kann die " -"vollständige URL mit Filtern eingefügt werden." +"URL angeben, die in dem Dashlet geladen werden soll. Es kann die vollständige URL " +"mit Filtern eingefügt werden." #: ../../../../application/controllers/ErrorController.php:110 msgid "Error" msgstr "Fehler" -#: ../../../../application/forms/Config/General/LoggingConfigForm.php:58 +#: ../../../../application/forms/Config/General/LoggingConfigForm.php:59 msgctxt "app.config.logging.level" msgid "Error" msgstr "Fehler" @@ -970,7 +940,7 @@ msgstr "Fehlerdetails" msgid "External" msgstr "Extern" -#: ../../../../application/forms/Config/General/LoggingConfigForm.php:114 +#: ../../../../application/forms/Config/General/LoggingConfigForm.php:115 msgid "Facility" msgstr "Facility" @@ -978,7 +948,7 @@ msgstr "Facility" #: ../../../../application/forms/Config/User/CreateMembershipForm.php:128 #, php-format msgid "Failed to add \"%s\" as group member for \"%s\"" -msgstr "Konnte “%s” nicht der Gruppe “%s” hinzufügen" +msgstr "Konnte \"%s\" nicht der Gruppe \"%s\" hinzufügen" #: ../../../../application/forms/Config/UserGroup/UserGroupForm.php:91 msgid "Failed to add group" @@ -992,12 +962,12 @@ msgstr "Konnte Benutzer nicht hinzufügen" msgid "Failed to create announcement" msgstr "Erstellung der Bekanntmachung fehlgeschlagen" -#: ../../../../library/Icinga/Repository/IniRepository.php:364 +#: ../../../../library/Icinga/Repository/IniRepository.php:366 #, php-format msgid "Failed to delete. An error occurred: %s" msgstr "Löschen fehlgeschlagen. Es ist ein Fehler aufgetreten: %s" -#: ../../../../application/forms/Config/UserBackend/LdapBackendForm.php:115 +#: ../../../../application/forms/Config/UserBackend/LdapBackendForm.php:275 #, php-format msgid "Failed to discover the chosen LDAP connection: %s" msgstr "Die angegeben LDAP-Verbindung konnte nicht gefunden werden: %s" @@ -1015,31 +985,28 @@ msgstr "Der Benutzer (%s) konnte nicht bearbeitet werden" #: ../../../../application/forms/Config/User/CreateMembershipForm.php:183 #, php-format msgid "Failed to fetch any groups from backend %s. Please check your log" -msgstr "" -"Es konnten keine Gruppen vom Backend %s geholt werden. Bitte Log überprüfen" +msgstr "Es konnten keine Gruppen vom Backend %s geholt werden. Bitte Log überprüfen" #: ../../../../application/controllers/GroupController.php:327 #, php-format msgid "Failed to fetch any users from backend %s. Please check your log" -msgstr "" -"Es konnten keine Benutzer vom Backend %s geholt werden. Bitte Log überprüfen" +msgstr "Es konnten keine Benutzer vom Backend %s geholt werden. Bitte Log überprüfen" #: ../../../../application/controllers/UserController.php:278 #, php-format msgid "Failed to fetch memberships from backend %s. Please check your log" msgstr "" -"Es konnten keine Mitgliedschaften vom Backend %s geholt werden. Bitte Log " -"überprüfen" +"Es konnten keine Mitgliedschaften vom Backend %s geholt werden. Bitte Log überprüfen" #: ../../../../library/Icinga/Web/Navigation/Navigation.php:547 #, php-format msgid "" -"Failed to fully parse navigation configuration. Ensure that all referenced " -"parents are existing navigation items: %s" +"Failed to fully parse navigation configuration. Ensure that all referenced parents " +"are existing navigation items: %s" msgstr "" -"Die Navigationskonfiguration konnte nicht vollständig geparst werden. Bitte " -"stellen Sie sicher, dass alle referenziertem Elternelemente existierende " -"Navigationselemente sind: %s" +"Die Navigationskonfiguration konnte nicht vollständig geparst werden. Bitte stellen " +"Sie sicher, dass alle referenziertem Elternelemente existierende Navigationselemente " +"sind: %s" #: ../../../../library/Icinga/Repository/IniRepository.php:261 #, php-format @@ -1048,20 +1015,20 @@ msgstr "Einfügen nicht möglich. Ein Fehler ist aufgetreten: %s" #: ../../../../application/forms/Announcement/AnnouncementForm.php:117 msgid "Failed to remove announcement" -msgstr "Bekanntmachung “%s” konnte nicht entfernt werden" +msgstr "Bekanntmachung \"%s\" konnte nicht entfernt werden" #: ../../../../application/forms/Config/UserGroup/UserGroupForm.php:123 #, php-format msgid "Failed to remove group \"%s\"" -msgstr "Gruppe “%s” konnte nicht entfernt werden" +msgstr "Gruppe \"%s\" konnte nicht entfernt werden" #: ../../../../application/forms/Config/User/UserForm.php:173 #, php-format msgid "Failed to remove user \"%s\"" -msgstr "Benutzer “%s” konnte nicht entfernt werden" +msgstr "Benutzer \"%s\" konnte nicht entfernt werden" #: ../../../../application/forms/Config/UserBackendConfigForm.php:419 -#: ../../../../application/forms/Config/ResourceConfigForm.php:346 +#: ../../../../application/forms/Config/ResourceConfigForm.php:342 #, php-format msgid "Failed to successfully validate the configuration: %s" msgstr "Validierung der Konfiguration schlug fehl: %s" @@ -1069,23 +1036,22 @@ msgstr "Validierung der Konfiguration schlug fehl: %s" #: ../../../../application/controllers/NavigationController.php:381 #, php-format msgid "Failed to unshare navigation item \"%s\"" -msgstr "" -"Teilen des Navigationselementes “%s” konnte nicht rückgängig gemacht werden" +msgstr "Teilen des Navigationselementes \"%s\" konnte nicht rückgängig gemacht werden" #: ../../../../application/forms/Announcement/AnnouncementForm.php:107 msgid "Failed to update announcement" msgstr "Bekanntmachung konnte nicht aktualisiert werden" -#: ../../../../library/Icinga/Repository/IniRepository.php:334 +#: ../../../../library/Icinga/Repository/IniRepository.php:336 #, php-format msgid "Failed to update. An error occurred: %s" msgstr "Aktualisierung fehlgeschlagen. Ein Fehler ist aufgetreten: %s" -#: ../../../../application/forms/Config/ResourceConfigForm.php:264 +#: ../../../../application/forms/Config/ResourceConfigForm.php:261 msgid "File" msgstr "Datei" -#: ../../../../application/forms/Config/General/LoggingConfigForm.php:43 +#: ../../../../application/forms/Config/General/LoggingConfigForm.php:44 msgctxt "app.config.logging.type" msgid "File" msgstr "Datei" @@ -1094,7 +1060,7 @@ msgstr "Datei" msgid "File System (INI Files)" msgstr "Dateisystem" -#: ../../../../application/forms/Config/General/LoggingConfigForm.php:128 +#: ../../../../application/forms/Config/General/LoggingConfigForm.php:129 msgid "File path" msgstr "Dateipfad" @@ -1109,12 +1075,12 @@ msgstr "Muster" #: ../../../../library/Icinga/Repository/Repository.php:1196 #, php-format msgid "Filter column \"%s\" not found" -msgstr "Filterspalte “%s” nicht gefunden" +msgstr "Filterspalte \"%s\" nicht gefunden" #: ../../../../library/Icinga/Repository/Repository.php:1200 #, php-format msgid "Filter column \"%s\" not found in table \"%s\"" -msgstr "Filterspalte “%s” in Tabelle “%s” nicht gefunden" +msgstr "Filterspalte \"%s\" in Tabelle \"%s\" nicht gefunden" #: ../../../../library/Icinga/Web/Widget/FilterEditor.php:746 #: ../../../../library/Icinga/Web/Widget/FilterWidget.php:89 @@ -1129,19 +1095,18 @@ msgstr "Gefiltert" msgid "Finish" msgstr "Fertigstellen" -#: ../../../../application/forms/Config/Resource/DbResourceForm.php:66 +#: ../../../../application/forms/Config/Resource/DbResourceForm.php:72 msgid "For using unix domain sockets, specify localhost" msgstr "Um UNIX Domain Sockets zu verwenden, localhost angeben" -#: ../../../../application/forms/Config/Resource/DbResourceForm.php:62 +#: ../../../../application/forms/Config/Resource/DbResourceForm.php:68 msgid "" -"For using unix domain sockets, specify the path to the unix domain socket " -"directory" +"For using unix domain sockets, specify the path to the unix domain socket directory" msgstr "" -"Um UNIX Domain Sockets zu verwenden, ist die Angabe des Pfades zum UNIX " -"Domain Socket Verzeicnis erforderlich" +"Um UNIX Domain Sockets zu verwenden, ist die Angabe des Pfades zum UNIX Domain " +"Socket Verzeicnis erforderlich" -#: ../../../../application/forms/Config/ResourceConfigForm.php:250 +#: ../../../../application/forms/Config/ResourceConfigForm.php:247 msgid "Force Changes" msgstr "Änderungen erzwingen" @@ -1160,9 +1125,7 @@ msgstr "Git Commit Datum" #: ../../../../application/forms/Security/RoleForm.php:48 msgid "Grant admin permissions, e.g. manage announcements" -msgstr "" -"Verleiht Administratorrechte, erlaubt z. B. das Verwalten von " -"Bekanntmachungen" +msgstr "Verleiht Administratorrechte, erlaubt z. B. das Verwalten von Bekanntmachungen" #: ../../../../library/Icinga/Chart/GridChart.php:89 msgid "Grid Chart" @@ -1177,12 +1140,12 @@ msgstr "Benutzergruppe" #: ../../../../application/forms/Config/UserGroup/UserGroupForm.php:105 #, php-format msgid "Group \"%s\" has been edited" -msgstr "Benutzergruppe “%s” wurde bearbeitet" +msgstr "Benutzergruppe \"%s\" wurde bearbeitet" #: ../../../../application/forms/Config/UserGroup/UserGroupForm.php:121 #, php-format msgid "Group \"%s\" has been removed" -msgstr "Benutzergruppe “%s” wurde entfernt" +msgstr "Benutzergruppe \"%s\" wurde entfernt" #: ../../../../application/controllers/GroupController.php:96 #: ../../../../application/controllers/GroupController.php:184 @@ -1191,7 +1154,7 @@ msgstr "Benutzergruppe “%s” wurde entfernt" #: ../../../../application/controllers/GroupController.php:288 #, php-format msgid "Group \"%s\" not found" -msgstr "Benutzergruppe “%s” wurde nicht gefunden" +msgstr "Benutzergruppe \"%s\" wurde nicht gefunden" #: ../../../../application/views/scripts/user/show.phtml:45 msgid "Group Memberships" @@ -1208,7 +1171,7 @@ msgstr "Gruppe wurde erfolgreich hinzugefügt" #: ../../../../application/forms/Config/UserGroup/AddMemberForm.php:175 #, php-format msgid "Group member \"%s\" added successfully" -msgstr "Gruppenmitlglied “%s” wurde erfolgreich hinzugefügt" +msgstr "Gruppenmitlglied \"%s\" wurde erfolgreich hinzugefügt" #: ../../../../application/forms/Config/UserGroup/AddMemberForm.php:177 msgid "Group members added successfully" @@ -1226,7 +1189,7 @@ msgid "Hint" msgstr "Hinweis" #: ../../../../application/forms/Config/Resource/LdapResourceForm.php:46 -#: ../../../../application/forms/Config/Resource/DbResourceForm.php:95 +#: ../../../../application/forms/Config/Resource/DbResourceForm.php:101 msgid "Host" msgstr "Host" @@ -1280,34 +1243,32 @@ msgstr "Icon" #: ../../../../application/forms/Config/General/DefaultAuthenticationDomainConfigForm.php:36 msgid "" "If a user logs in without specifying any domain (e.g. \"jdoe\" instead of " -"\"jdoe@example.com\"), this default domain will be assumed for the user. " -"Note that if none your LDAP authentication backends are configured to be " -"responsible for this domain or if none of your authentication backends holds " -"usernames with the domain part, users will not be able to login." +"\"jdoe@example.com\"), this default domain will be assumed for the user. Note that " +"if none your LDAP authentication backends are configured to be responsible for this " +"domain or if none of your authentication backends holds usernames with the domain " +"part, users will not be able to login." msgstr "" -"Wenn sich ein Benutzer ohne spezifische Domäne anmeldet (z.B. \"mmuster\" " -"statt \"mmuster@beispiel.de\"), wird diese Domäne für den Benutzer " -"verwendet. Bitte beachten, dass wenn kein LDAP Backend für diese Domäne " -"konfiguriert ist, oder kein Backend den vollen Benutzernamen mit Domäne " -"enthält, die Benutzer sich nicht anmelden können." +"Wenn sich ein Benutzer ohne spezifische Domäne anmeldet (z.B. \"mmuster\" statt " +"\"mmuster@beispiel.de\"), wird diese Domäne für den Benutzer verwendet. Bitte " +"beachten, dass wenn kein LDAP Backend für diese Domäne konfiguriert ist, oder kein " +"Backend den vollen Benutzernamen mit Domäne enthält, die Benutzer sich nicht " +"anmelden können." #: ../../../../application/views/scripts/authentication/logout.phtml:15 msgid "" -"If this message does not disappear, it might be necessary to quit the " -"current session manually by clearing the cache, or by closing the current " -"browser session." +"If this message does not disappear, it might be necessary to quit the current " +"session manually by clearing the cache, or by closing the current browser session." msgstr "" -"Wenn diese Nachricht nicht verschwindet, könnte es nötig sein die aktuelle " -"Sitzung manuell zu beenden indem der Cache gelöscht oder die Browsersitzung " -"geschlossen wird." +"Wenn diese Nachricht nicht verschwindet, könnte es nötig sein die aktuelle Sitzung " +"manuell zu beenden indem der Cache gelöscht oder die Browsersitzung geschlossen wird." #: ../../../../application/views/scripts/showConfiguration.phtml:21 msgid "" -"In case you can access the file by yourself, you can open it and insert the " -"config manually:" +"In case you can access the file by yourself, you can open it and insert the config " +"manually:" msgstr "" -"Wenn Sie Schreibrechte auf die Datei haben, können Sie die Konfiguration " -"manuell einfügen:" +"Wenn Sie Schreibrechte auf die Datei haben, können Sie die Konfiguration manuell " +"einfügen:" #: ../../../../application/views/scripts/user/show.phtml:33 msgid "Inactive" @@ -1317,7 +1278,7 @@ msgstr "Inaktiv" msgid "Incorrect username or password" msgstr "Benutzername oder Kennwort ungültig" -#: ../../../../application/forms/Config/General/LoggingConfigForm.php:60 +#: ../../../../application/forms/Config/General/LoggingConfigForm.php:61 msgctxt "app.config.logging.level" msgid "Information" msgstr "Information" @@ -1326,36 +1287,36 @@ msgstr "Information" #: ../../../../application/forms/Config/UserGroup/UserGroupBackendForm.php:51 #, php-format msgid "Invalid backend type \"%s\" provided" -msgstr "Ungültiger Backendtyp “%s” angegeben" +msgstr "Ungültiger Backendtyp \"%s\" angegeben" -#: ../../../../application/forms/Config/ResourceConfigForm.php:69 +#: ../../../../application/forms/Config/ResourceConfigForm.php:66 #, php-format msgid "Invalid resource type \"%s\" provided" -msgstr "Ungültiger Ressourcentyp “%s” angegeben" +msgstr "Ungültiger Ressourcentyp \"%s\" angegeben" #: ../../../../application/views/scripts/authentication/login.phtml:14 #, php-format msgid "" -"It appears that you did not configure Icinga Web 2 yet so it's not possible " -"to log in without any defined authentication method. Please define a " -"authentication method by following the instructions in the %1$sdocumentation" -"%3$s or by using our %2$sweb-based setup-wizard%3$s." +"It appears that you did not configure Icinga Web 2 yet so it's not possible to log " +"in without any defined authentication method. Please define a authentication method " +"by following the instructions in the %1$sdocumentation%3$s or by using our %2$sweb-" +"based setup-wizard%3$s." msgstr "" "Es scheint, dass Sie Icinga Web 2 noch nicht konfiguriert haben, sodass eine " "Anmeldung nicht möglich nicht. Bitte konfigurieren Sie eine " -"Authentifizierungsmethode, indem Sie den Anweisungen in der %1$sDokumentation" -"%3$s folgen oder über den %2$sweb-basierten Setup-Assistenten%3$s." +"Authentifizierungsmethode, indem Sie den Anweisungen in der %1$sDokumentation%3$s " +"folgen oder über den %2$sweb-basierten Setup-Assistenten%3$s." -#: ../../../../application/forms/Config/UserBackend/LdapBackendForm.php:213 +#: ../../../../application/forms/Config/UserBackend/LdapBackendForm.php:210 msgid "LDAP Base DN" msgstr "LDAP Basis DN" -#: ../../../../application/forms/Config/UserBackend/LdapBackendForm.php:71 +#: ../../../../application/forms/Config/UserBackend/LdapBackendForm.php:86 #: ../../../../application/forms/Config/UserGroup/LdapUserGroupBackendForm.php:53 msgid "LDAP Connection" msgstr "LDAP Verbindung" -#: ../../../../application/forms/Config/UserBackend/LdapBackendForm.php:154 +#: ../../../../application/forms/Config/UserBackend/LdapBackendForm.php:151 msgid "LDAP Filter" msgstr "LDAP Filter" @@ -1387,12 +1348,12 @@ msgstr "LDAP Basis-DN für Benutzer" msgid "LDAP User Filter" msgstr "LDAP Filter für den Benutzer" -#: ../../../../application/forms/Config/UserBackend/LdapBackendForm.php:192 +#: ../../../../application/forms/Config/UserBackend/LdapBackendForm.php:189 #: ../../../../application/forms/Config/UserGroup/LdapUserGroupBackendForm.php:277 msgid "LDAP User Name Attribute" msgstr "LDAP-Attribut für den Benutzernamen" -#: ../../../../application/forms/Config/UserBackend/LdapBackendForm.php:142 +#: ../../../../application/forms/Config/UserBackend/LdapBackendForm.php:139 #: ../../../../application/forms/Config/UserGroup/LdapUserGroupBackendForm.php:233 msgid "LDAP User Object Class" msgstr "LDAP Objektklasse für den Benutzer" @@ -1402,7 +1363,7 @@ msgstr "LDAP Objektklasse für den Benutzer" #: ../../../../application/controllers/GroupController.php:75 #: ../../../../application/controllers/GroupController.php:111 #: ../../../../application/controllers/UserController.php:75 -#: ../../../../library/Icinga/Authentication/UserGroup/LdapUserGroupBackend.php:538 +#: ../../../../library/Icinga/Authentication/UserGroup/LdapUserGroupBackend.php:545 #: ../../../../library/Icinga/Authentication/UserGroup/DbUserGroupBackend.php:123 #: ../../../../library/Icinga/Authentication/User/LdapUserBackend.php:272 #: ../../../../library/Icinga/Authentication/User/DbUserBackend.php:121 @@ -1450,7 +1411,7 @@ msgstr "Geladene Module" msgid "Loading" msgstr "Lade" -#: ../../../../application/forms/Config/General/LoggingConfigForm.php:55 +#: ../../../../application/forms/Config/General/LoggingConfigForm.php:56 msgid "Logging Level" msgstr "Log-Level" @@ -1482,8 +1443,7 @@ msgstr "Abmeldung erfolgreich!" #: ../../../../application/views/scripts/dashboard/error.phtml:7 msgid "Make sure that the webserver can write to this file." -msgstr "" -"Bitte stellen Sie sicher, dass der Webserver in diese Datei schreiben kann." +msgstr "Bitte stellen Sie sicher, dass der Webserver in diese Datei schreiben kann." #: ../../../../application/views/scripts/group/show.phtml:42 msgid "Members" @@ -1524,30 +1484,35 @@ msgstr "Diesen Filter bearbeiten" msgid "Module" msgstr "Modul" -#: ../../../../application/controllers/ConfigController.php:163 +#: ../../../../application/controllers/ConfigController.php:164 #, php-format msgid "Module \"%s\" disabled" -msgstr "Modul “%s” deaktiviert" +msgstr "Modul \"%s\" deaktiviert" -#: ../../../../application/controllers/ConfigController.php:143 +#: ../../../../application/controllers/ConfigController.php:144 #, php-format msgid "Module \"%s\" enabled" -msgstr "Modul “%s” aktiviert" +msgstr "Modul \"%s\" aktiviert" -#: ../../../../application/views/scripts/config/modules.phtml:23 +#: ../../../../application/views/scripts/config/modules.phtml:25 #, php-format msgid "Module %s has failed to load" msgstr "Modul %s konnte nicht geladen werden" -#: ../../../../application/views/scripts/config/modules.phtml:21 -#, php-format -msgid "Module %s is disabled" -msgstr "Modul “%s” ist deaktiviert" - #: ../../../../application/views/scripts/config/modules.phtml:19 #, php-format +msgid "Module %s is dangling" +msgstr "Modul %s fehlt" + +#: ../../../../application/views/scripts/config/modules.phtml:23 +#, php-format +msgid "Module %s is disabled" +msgstr "Modul \"%s\" ist deaktiviert" + +#: ../../../../application/views/scripts/config/modules.phtml:21 +#, php-format msgid "Module %s is enabled" -msgstr "Modul “%s” ist aktiviert" +msgstr "Modul \"%s\" ist aktiviert" #: ../../../../application/forms/Config/General/ApplicationConfigForm.php:50 msgid "Module Path" @@ -1602,32 +1567,32 @@ msgstr "Navigation" #: ../../../../application/controllers/NavigationController.php:322 #, php-format msgid "Navigation Item \"%s\" not found. No action required" -msgstr "Navigationselement “%s” nicht gefunden. Kein Eingriff erfoderlich" +msgstr "Navigationselement \"%s\" nicht gefunden. Kein Eingriff erfoderlich" #: ../../../../application/controllers/NavigationController.php:334 #, php-format msgid "Navigation Item \"%s\" successfully removed" -msgstr "Navigationselement “%s” erfolgreich entfernt" +msgstr "Navigationselement \"%s\" erfolgreich entfernt" #: ../../../../application/controllers/NavigationController.php:374 #, php-format msgid "Navigation item \"%s\" has been unshared" -msgstr "Teilen des Navigationselementes “%s” erfolgreich aufgehoben" +msgstr "Teilen des Navigationselementes \"%s\" erfolgreich aufgehoben" #: ../../../../application/controllers/NavigationController.php:296 #: ../../../../application/controllers/NavigationController.php:407 #, php-format msgid "Navigation item \"%s\" not found" -msgstr "Navigationselement “%s” wurde nicht gefunden" +msgstr "Navigationselement \"%s\" wurde nicht gefunden" #: ../../../../application/controllers/NavigationController.php:285 #, php-format msgid "Navigation item \"%s\" successfully updated" -msgstr "Navigationselement “%s” erfolgreich aktualisiert" +msgstr "Navigationselement \"%s\" erfolgreich aktualisiert" #: ../../../../application/controllers/NavigationController.php:236 msgid "Navigation item successfully created" -msgstr "Navigationselement “%s” erfolgreich angelegt" +msgstr "Navigationselement \"%s\" erfolgreich angelegt" #: ../../../../application/forms/Config/UserGroup/LdapUserGroupBackendForm.php:100 msgid "Nested Group Search" @@ -1657,7 +1622,7 @@ msgstr "Neues Navigationselement erstellen" msgid "New Password" msgstr "Neues Passwort" -#: ../../../../application/controllers/ConfigController.php:323 +#: ../../../../application/controllers/ConfigController.php:324 msgid "New Resource" msgstr "Neue Ressource erstellen" @@ -1669,7 +1634,7 @@ msgstr "Neue Rolle anlegen" msgid "New User" msgstr "Neuen Benutzer anlegen" -#: ../../../../application/controllers/ConfigController.php:233 +#: ../../../../application/controllers/ConfigController.php:234 msgid "New User Backend" msgstr "Neues Backend für Benutzer anlegen" @@ -1697,7 +1662,7 @@ msgstr "Die neue Konfiguration wurde erfolgreich gespeichert" msgid "New dashboard" msgstr "Neues Dashboard" -#: ../../../../application/forms/Config/ResourceConfigForm.php:113 +#: ../../../../application/forms/Config/ResourceConfigForm.php:110 msgid "New resource name missing" msgstr "Name für die neue Ressource fehlt" @@ -1706,7 +1671,7 @@ msgstr "Name für die neue Ressource fehlt" msgid "Next" msgstr "Weiter" -#: ../../../../application/views/scripts/mixedPagination.phtml:77 +#: ../../../../application/views/scripts/mixedPagination.phtml:73 msgid "Next page" msgstr "Nächste Seite" @@ -1724,11 +1689,11 @@ msgstr "Es wurden keine Bekanntmachungen gefunden." #: ../../../../application/forms/Authentication/LoginForm.php:104 msgid "" -"No authentication methods available. Did you create authentication.ini when " -"setting up Icinga Web 2?" +"No authentication methods available. Did you create authentication.ini when setting " +"up Icinga Web 2?" msgstr "" -"Keine Authentifizierungsmethode verfügbar. Wurde bei der Installation von " -"Icinga Web 2 eine authentication.ini erstellt?" +"Keine Authentifizierungsmethode verfügbar. Wurde bei der Installation von Icinga Web " +"2 eine authentication.ini erstellt?" #: ../../../../application/views/scripts/group/list.phtml:22 msgid "No backend found which is able to list user groups" @@ -1744,14 +1709,12 @@ msgstr "Dem Dashboard wurden keine Dashlets hinzugefügt" #: ../../../../application/views/scripts/group/show.phtml:68 msgid "No group member found matching the filter" -msgstr "" -"Es wurde kein Gruppenmitglied gefunden, das den Filterkriterien entspricht" +msgstr "Es wurde kein Gruppenmitglied gefunden, das den Filterkriterien entspricht" #: ../../../../application/views/scripts/user/show.phtml:71 msgid "No memberships found matching the filter" msgstr "" -"Es wurde keine Mitgliedschaften gefunden, welche den Filterkriterien " -"entsprechen" +"Es wurde keine Mitgliedschaften gefunden, welche den Filterkriterien entsprechen" #: ../../../../application/views/scripts/role/list.phtml:17 msgid "No roles found." @@ -1760,8 +1723,7 @@ msgstr "Es wurden keine Rollen gefunden" #: ../../../../application/views/scripts/group/list.phtml:44 msgid "No user groups found matching the filter" msgstr "" -"Es wurden keine Benutzergruppen gefunden, welche den Filterkriterien " -"entsprechen" +"Es wurden keine Benutzergruppen gefunden, welche den Filterkriterien entsprechen" #: ../../../../application/views/scripts/user/list.phtml:44 msgid "No users found matching the filter" @@ -1772,7 +1734,7 @@ msgctxt "No parent for a navigation item" msgid "None" msgstr "Keines" -#: ../../../../application/forms/Config/General/LoggingConfigForm.php:44 +#: ../../../../application/forms/Config/General/LoggingConfigForm.php:45 msgctxt "app.config.logging.type" msgid "None" msgstr "Nicht loggen" @@ -1790,8 +1752,8 @@ msgstr "Kein Userbackend" #: ../../../../application/forms/Config/UserGroup/UserGroupForm.php:63 msgid "" -"Note that all users that are currently a member of this group will have " -"their membership cleared automatically." +"Note that all users that are currently a member of this group will have their " +"membership cleared automatically." msgstr "" "Bitte beachten Sie, dass allen Mitgliedern dieser Gruppe ihre Mitgliedschaft " "automatisch entzogen wird." @@ -1804,15 +1766,14 @@ msgstr "Altes Passwort" msgid "Old password is invalid" msgstr "Altes Passwort ist ungültig" -#: ../../../../application/forms/Config/ResourceConfigForm.php:111 +#: ../../../../application/forms/Config/ResourceConfigForm.php:108 msgid "Old resource name missing" msgstr "Der alte Ressourcenname fehlt" #: ../../../../application/forms/Config/Resource/LdapResourceForm.php:122 msgid "Only the root and its child nodes will be accessible on this resource." msgstr "" -"Auf dieser Ressource werden nur der Wurzelknoten und seine Kindknoten " -"sichtbar sein." +"Auf dieser Ressource werden nur der Wurzelknoten und seine Kindknoten sichtbar sein." #: ../../../../application/views/scripts/navigation/shared.phtml:21 #: ../../../../application/controllers/NavigationController.php:200 @@ -1827,7 +1788,7 @@ msgstr "Seite nicht gefunden." msgid "Page not found." msgstr "Seite nicht gefunden." -#: ../../../../application/views/scripts/mixedPagination.phtml:7 +#: ../../../../application/views/scripts/mixedPagination.phtml:3 msgid "Pagination" msgstr "Seitennavigation" @@ -1841,7 +1802,7 @@ msgid "Parent" msgstr "Übergeordnetes Element" #: ../../../../application/forms/Authentication/LoginForm.php:54 -#: ../../../../application/forms/Config/Resource/DbResourceForm.php:135 +#: ../../../../application/forms/Config/Resource/DbResourceForm.php:141 #: ../../../../application/forms/Config/User/UserForm.php:41 #: ../../../../application/forms/Config/User/UserForm.php:63 msgid "Password" @@ -1859,7 +1820,7 @@ msgstr "Berechtigungen" msgid "Permissions Set" msgstr "Berechtigungen" -#: ../../../../application/forms/Config/Resource/DbResourceForm.php:155 +#: ../../../../application/forms/Config/Resource/DbResourceForm.php:161 msgid "Persistent" msgstr "Persistent" @@ -1873,31 +1834,31 @@ msgstr "Bitte kopieren Sie den folgenden Ausschnitt aus dem Dashboard nach" #: ../../../../application/forms/Authentication/LoginForm.php:117 msgid "" -"Please note that not all authentication methods were available. Check the " -"system log or Icinga Web 2 log for more information." +"Please note that not all authentication methods were available. Check the system log " +"or Icinga Web 2 log for more information." msgstr "" -"Bitte beachten Sie, dass nicht alle Authentifizierungsmethoden verfügbar " -"waren. Im Systemlog oder jenes von Icinga Web 2 für weitere Informationen." +"Bitte beachten Sie, dass nicht alle Authentifizierungsmethoden verfügbar waren. Im " +"Systemlog oder jenes von Icinga Web 2 für weitere Informationen." #: ../../../../application/forms/Config/UserGroup/AddMemberForm.php:143 msgid "" -"Please provide at least one username, either by choosing one in the list or " -"by manually typing one in the text box below" +"Please provide at least one username, either by choosing one in the list or by " +"manually typing one in the text box below" msgstr "" -"Bitte geben Sie mindestens einen Benutzernamen ein, entweder durch Auswahl " -"aus der Liste oder durch händische Eingabe in das Eingabefeld weiter unten" +"Bitte geben Sie mindestens einen Benutzernamen ein, entweder durch Auswahl aus der " +"Liste oder durch händische Eingabe in das Eingabefeld weiter unten" #: ../../../../application/views/scripts/search/hint.phtml:4 msgid "" -"Please use the asterisk (*) as a placeholder for wildcard searches. For " -"convenience I'll always add a wildcard in front and after your search string." +"Please use the asterisk (*) as a placeholder for wildcard searches. For convenience " +"I'll always add a wildcard in front and after your search string." msgstr "" -"Bitte benutze das Sternchen (*) als Jokerzeichen für eine Suche mit " -"Platzhaltern. Der Einfachheit halber hänge ich immer einen Platzhalter an " -"das letzte von Ihnen eingegebene Zeichen an." +"Bitte benutze das Sternchen (*) als Jokerzeichen für eine Suche mit Platzhaltern. " +"Der Einfachheit halber hänge ich immer einen Platzhalter an das letzte von Ihnen " +"eingegebene Zeichen an." #: ../../../../application/forms/Config/Resource/LdapResourceForm.php:91 -#: ../../../../application/forms/Config/Resource/DbResourceForm.php:106 +#: ../../../../application/forms/Config/Resource/DbResourceForm.php:112 msgid "Port" msgstr "Port" @@ -1918,7 +1879,7 @@ msgstr "Einstellungen erfolgreich für die aktuelle Sitzung gespeichert" msgid "Prevents the user from logging in if unchecked" msgstr "Verhindert das Anmelden des Benutzer, wenn nicht markiert" -#: ../../../../application/views/scripts/mixedPagination.phtml:27 +#: ../../../../application/views/scripts/mixedPagination.phtml:23 msgid "Previous page" msgstr "Vorherige Seite" @@ -1929,49 +1890,48 @@ msgstr "Privater Schlüssel" #: ../../../../application/forms/Config/UserGroup/AddMemberForm.php:120 msgid "Provide one or more usernames separated by comma to add as group member" -msgstr "" -"Bitte geben Sie einen oder mehrere Benutzernamen durch Komma getrennt ein, " -"um " +msgstr "Bitte geben Sie einen oder mehrere Benutzernamen durch Komma getrennt ein, um " #: ../../../../library/Icinga/Web/Form/Decorator/Autosubmit.php:125 msgid "" -"Push this button to update the form to reflect the change that was made in " -"the field on the left" +"Push this button to update the form to reflect the change that was made in the field " +"on the left" msgstr "" -"Klicken Sie hier, um die in dem Feld auf der linken Seite gemachten " -"Änderungen auf das Formular anzuwenden" +"Klicken Sie hier, um die in dem Feld auf der linken Seite gemachten Änderungen auf " +"das Formular anzuwenden" #: ../../../../library/Icinga/Web/Form/Decorator/Autosubmit.php:124 -msgid "" -"Push this button to update the form to reflect the changes that were made " -"below" +msgid "Push this button to update the form to reflect the changes that were made below" msgstr "" -"Klicken Sie hier, um die unten gemachten Änderungen auf das Formular " -"anzuwenden" +"Klicken Sie hier, um die unten gemachten Änderungen auf das Formular anzuwenden" -#: ../../../../application/forms/Config/UserBackend/LdapBackendForm.php:249 +#: ../../../../application/forms/Config/UserBackend/LdapBackendForm.php:247 msgid "Push to disover and fill in the domain of the LDAP server." msgstr "Klicken Sie hier, um die Domäne des LDAP Servers zu füllen." -#: ../../../../application/forms/Config/UserBackend/LdapBackendForm.php:93 +#: ../../../../application/forms/Config/UserBackend/LdapBackendForm.php:107 msgid "Push to fill in the chosen connection's default settings." -msgstr "" -"Klicken Sie hier, um die gewählten Verbindungseinstellungen auszufüllen." +msgstr "Klicken Sie hier, um die gewählten Verbindungseinstellungen auszufüllen." #: ../../../../library/Icinga/Repository/Repository.php:1148 #, php-format msgid "Query column \"%s\" not found" -msgstr "Abfragespalte “%s” wurde nicht gefunden" +msgstr "Abfragespalte \"%s\" wurde nicht gefunden" #: ../../../../library/Icinga/Repository/Repository.php:1156 #, php-format msgid "Query column \"%s\" not found in table \"%s\"" -msgstr "Abfragespalte “%s” wurde in Tabelle “%s” nicht gefunden" +msgstr "Abfragespalte \"%s\" wurde in Tabelle \"%s\" nicht gefunden" #: ../../../../library/Icinga/Web/Widget/SearchDashboard.php:61 msgid "Ready to search" msgstr "Bereit zur Suche" +#: ../../../../library/Icinga/Web/Widget/Tabs.php:335 +#, php-format +msgid "Refresh the %s" +msgstr "%s aktualisieren" + #: ../../../../application/views/scripts/user/list.phtml:53 #: ../../../../application/views/scripts/group/show.phtml:77 #: ../../../../application/views/scripts/group/list.phtml:52 @@ -1998,7 +1958,7 @@ msgstr "Dashlet aus Dashboard entfernen" msgid "Remove Navigation Item" msgstr "Dieses Navigationselement entfernen" -#: ../../../../application/controllers/ConfigController.php:362 +#: ../../../../application/controllers/ConfigController.php:363 msgid "Remove Resource" msgstr "Ressource entfernen" @@ -2011,7 +1971,7 @@ msgstr "Rolle entfernen" msgid "Remove User" msgstr "Benutzer entfernen" -#: ../../../../application/controllers/ConfigController.php:303 +#: ../../../../application/controllers/ConfigController.php:304 msgid "Remove User Backend" msgstr "Backend für Benutzer entfernen" @@ -2048,7 +2008,7 @@ msgstr "Navigationselement %s entfernen" msgid "Remove pane %s" msgstr "Dashboard %s entfernen" -#: ../../../../application/views/scripts/config/resource.phtml:68 +#: ../../../../application/views/scripts/config/resource.phtml:65 #, php-format msgid "Remove resource %s" msgstr "Ressource %s entfernen" @@ -2114,46 +2074,45 @@ msgstr "Einen Fehler melden" #: ../../../../library/Icinga/Web/UrlParams.php:160 #, php-format msgid "Required parameter '%s' missing" -msgstr "Der erforderliche Parameter ‘%s’ fehlt" +msgstr "Der erforderliche Parameter '%s' fehlt" #: ../../../../application/views/scripts/config/resource.phtml:19 msgid "Resource" msgstr "Ressource" -#: ../../../../application/forms/Config/ResourceConfigForm.php:195 -#, php-format -msgid "Resource \"%s\" has been successfully changed" -msgstr "Die Ressource “%s” wurde erfolgreich geändert" - #: ../../../../application/forms/Config/ResourceConfigForm.php:192 #, php-format -msgid "Resource \"%s\" has been successfully created" -msgstr "Die Ressource “%s” wurde erfolgreich angelegt" +msgid "Resource \"%s\" has been successfully changed" +msgstr "Die Ressource \"%s\" wurde erfolgreich geändert" -#: ../../../../application/controllers/ConfigController.php:379 +#: ../../../../application/forms/Config/ResourceConfigForm.php:189 +#, php-format +msgid "Resource \"%s\" has been successfully created" +msgstr "Die Ressource \"%s\" wurde erfolgreich angelegt" + +#: ../../../../application/controllers/ConfigController.php:380 #, php-format msgid "Resource \"%s\" has been successfully removed" -msgstr "Die Ressource “%s” wurde erfolgreich entfernt" +msgstr "Die Ressource \"%s\" wurde erfolgreich entfernt" #: ../../../../application/forms/Config/Resource/SshResourceForm.php:36 #: ../../../../application/forms/Config/Resource/FileResourceForm.php:32 -#: ../../../../application/forms/Config/Resource/LivestatusResourceForm.php:35 #: ../../../../application/forms/Config/Resource/LdapResourceForm.php:37 -#: ../../../../application/forms/Config/Resource/DbResourceForm.php:75 +#: ../../../../application/forms/Config/Resource/DbResourceForm.php:81 msgid "Resource Name" msgstr "Ressourcenname" -#: ../../../../application/forms/Config/ResourceConfigForm.php:281 +#: ../../../../application/forms/Config/ResourceConfigForm.php:277 msgid "Resource Type" msgstr "Ressourcentyp" -#: ../../../../application/forms/Config/ResourceConfigForm.php:90 +#: ../../../../application/forms/Config/ResourceConfigForm.php:87 msgid "Resource already exists" msgstr "Die Ressource existiert bereits" -#: ../../../../application/forms/Config/ResourceConfigForm.php:88 -#: ../../../../application/forms/Config/ResourceConfigForm.php:147 -#: ../../../../application/forms/Config/ResourceConfigForm.php:221 +#: ../../../../application/forms/Config/ResourceConfigForm.php:85 +#: ../../../../application/forms/Config/ResourceConfigForm.php:144 +#: ../../../../application/forms/Config/ResourceConfigForm.php:218 msgid "Resource name missing" msgstr "Der Ressourcenname fehlt" @@ -2161,21 +2120,21 @@ msgstr "Der Ressourcenname fehlt" msgid "Resources" msgstr "Ressourcen" -#: ../../../../application/controllers/ConfigController.php:327 +#: ../../../../application/controllers/ConfigController.php:328 msgid "Resources are entities that provide data to Icinga Web 2." msgstr "Ressourcen dienen als Datenquellen für Icinga Web 2." #: ../../../../application/forms/Security/RoleForm.php:64 msgid "Restrict which groups this role can share items and information with" msgstr "" -"Beschränken Sie, mit welchen Gruppen diese Rolle Elemente und Informationen " -"teilen kann." +"Beschränken Sie, mit welchen Gruppen diese Rolle Elemente und Informationen teilen " +"kann." #: ../../../../application/forms/Security/RoleForm.php:58 msgid "Restrict which users this role can share items and information with" msgstr "" -"Beschränken Sie, mit welchen Benutzern diese Rolle Elemente und " -"Informationen teilen kann." +"Beschränken Sie, mit welchen Benutzern diese Rolle Elemente und Informationen teilen " +"kann." #: ../../../../application/views/scripts/config/module.phtml:78 msgid "Restrictions" @@ -2208,31 +2167,31 @@ msgstr "Rollen" msgid "Root DN" msgstr "Wurzel-DN" -#: ../../../../application/forms/Config/ResourceConfigForm.php:272 +#: ../../../../application/forms/Config/ResourceConfigForm.php:268 msgid "SQL Database" msgstr "SQL Datenbank" -#: ../../../../application/forms/Config/ResourceConfigForm.php:266 +#: ../../../../application/forms/Config/ResourceConfigForm.php:262 msgid "SSH Identity" msgstr "SSH-Identität" -#: ../../../../application/forms/Config/Resource/DbResourceForm.php:191 +#: ../../../../application/forms/Config/Resource/DbResourceForm.php:197 msgid "SSL CA" msgstr "SSL-CA" -#: ../../../../application/forms/Config/Resource/DbResourceForm.php:199 +#: ../../../../application/forms/Config/Resource/DbResourceForm.php:205 msgid "SSL CA Path" msgstr "SSL-CA-Pfad" -#: ../../../../application/forms/Config/Resource/DbResourceForm.php:183 +#: ../../../../application/forms/Config/Resource/DbResourceForm.php:189 msgid "SSL Certificate" msgstr "SSL-Zertifikat" -#: ../../../../application/forms/Config/Resource/DbResourceForm.php:209 +#: ../../../../application/forms/Config/Resource/DbResourceForm.php:215 msgid "SSL Cipher" msgstr "SSL-Verschlüsselung" -#: ../../../../application/forms/Config/Resource/DbResourceForm.php:175 +#: ../../../../application/forms/Config/Resource/DbResourceForm.php:181 msgid "SSL Key" msgstr "SSL-Schlüssel" @@ -2244,7 +2203,7 @@ msgstr "Speichern" #: ../../../../application/forms/Config/UserBackendConfigForm.php:46 #: ../../../../application/forms/Config/GeneralConfigForm.php:23 -#: ../../../../application/forms/Config/ResourceConfigForm.php:45 +#: ../../../../application/forms/Config/ResourceConfigForm.php:44 #: ../../../../application/forms/Config/UserGroup/UserGroupBackendForm.php:29 #: ../../../../application/forms/Navigation/NavigationConfigForm.php:85 msgid "Save Changes" @@ -2292,16 +2251,14 @@ msgstr "Wählen Sie das Dashboard aus, dem Sie das Dashlet hinzufügen wollen" #, php-format msgid "Select one or more groups where to add %s as member" msgstr "" -"Wählen Sie eine oder mehrere Gruppen aus, wo Sie %s als Mitglied hinzufügen " -"wollen" +"Wählen Sie eine oder mehrere Gruppen aus, wo Sie %s als Mitglied hinzufügen wollen" #: ../../../../application/forms/Config/UserGroup/AddMemberForm.php:106 msgid "" -"Select one or more users (fetched from your user backends) to add as group " -"member" +"Select one or more users (fetched from your user backends) to add as group member" msgstr "" -"Wählen Sie einen oder mehrere Benutzer (die vom Benutzerbackend geholt " -"wurden), die der Gruppe hinzugefügt werden sollen" +"Wählen Sie einen oder mehrere Benutzer (die vom Benutzerbackend geholt wurden), die " +"der Gruppe hinzugefügt werden sollen" #: ../../../../application/views/scripts/pivottablePagination.phtml:35 msgid "Services" @@ -2309,18 +2266,18 @@ msgstr "Services" #: ../../../../application/forms/Config/General/ApplicationConfigForm.php:40 msgid "" -"Set whether to show an exception's stacktrace by default. This can also be " -"set in a user's preferences with the appropriate permission." +"Set whether to show an exception's stacktrace by default. This can also be set in a " +"user's preferences with the appropriate permission." msgstr "" -"Stellen Sie hier ein, ob standardmäßig ein Stacktrace im Falle von " -"Exceptions angezeigt werden soll. Dies kann auch von Benutzern mit den " -"nötigen Rechten eingestellt werden." +"Stellen Sie hier ein, ob standardmäßig ein Stacktrace im Falle von Exceptions " +"angezeigt werden soll. Dies kann auch von Benutzern mit den nötigen Rechten " +"eingestellt werden." #: ../../../../application/forms/PreferenceForm.php:239 msgid "Set whether to show an exception's stacktrace." msgstr "" -"Stellen Sie hier ein, ob ein Stacktrace im Falle von Exceptions angezeigt " -"werden soll." +"Stellen Sie hier ein, ob ein Stacktrace im Falle von Exceptions angezeigt werden " +"soll." #: ../../../../library/Icinga/Web/Widget/Tabextension/DashboardSettings.php:34 msgid "Settings" @@ -2387,14 +2344,14 @@ msgstr "Zeige detaillierte Informationen über die Benutzergruppe %s" msgid "Show group %s" msgstr "Zeige Gruppe %s" -#: ../../../../application/views/scripts/mixedPagination.phtml:11 -#: ../../../../application/views/scripts/mixedPagination.phtml:44 -#: ../../../../application/views/scripts/mixedPagination.phtml:61 +#: ../../../../application/views/scripts/mixedPagination.phtml:7 +#: ../../../../application/views/scripts/mixedPagination.phtml:40 +#: ../../../../application/views/scripts/mixedPagination.phtml:57 #, php-format msgid "Show rows %u to %u of %u" msgstr "Zeige die Zeilen %d bis %d von %d" -#: ../../../../application/views/scripts/config/modules.phtml:32 +#: ../../../../application/views/scripts/config/modules.phtml:34 #: ../../../../application/views/scripts/about/index.phtml:121 #, php-format msgid "Show the overview of the %s module" @@ -2417,10 +2374,6 @@ msgstr "Überprüfung überspringen" msgid "Skip to Content" msgstr "Zum Inhalt springen" -#: ../../../../application/forms/Config/Resource/LivestatusResourceForm.php:44 -msgid "Socket" -msgstr "Socket" - #: ../../../../application/views/scripts/showConfiguration.phtml:14 msgid "Something went wrong while writing the file" msgstr "Fehler beim Schreiben der Datei" @@ -2456,7 +2409,7 @@ msgstr "System" msgid "Target" msgstr "Ziel" -#: ../../../../application/forms/Config/Resource/DbResourceForm.php:192 +#: ../../../../application/forms/Config/Resource/DbResourceForm.php:198 msgid "The CA certificate file path" msgstr "Der Pfad zur CA-Zertifikat-Datei" @@ -2465,55 +2418,53 @@ msgstr "Der Pfad zur CA-Zertifikat-Datei" msgid "The Icinga Project" msgstr "Das Icinga Projekt" -#: ../../../../application/forms/Config/UserBackend/LdapBackendForm.php:73 +#: ../../../../application/forms/Config/UserBackend/LdapBackendForm.php:88 msgid "The LDAP connection to use for authenticating with this provider." msgstr "" -"Die Datenbankverbindung, welche zur Authentifizierung mit diesem Provider " -"genutzt werden soll" +"Die Datenbankverbindung, welche zur Authentifizierung mit diesem Provider genutzt " +"werden soll" #: ../../../../application/forms/Config/UserGroup/LdapUserGroupBackendForm.php:54 msgid "The LDAP connection to use for this backend." -msgstr "" -"Die Datenbankverbindung, welche mit diesem Backend verwendet werden soll." +msgstr "Die Datenbankverbindung, welche mit diesem Backend verwendet werden soll." -#: ../../../../application/forms/Config/General/LoggingConfigForm.php:77 -#: ../../../../application/forms/Config/General/LoggingConfigForm.php:87 +#: ../../../../application/forms/Config/General/LoggingConfigForm.php:78 +#: ../../../../application/forms/Config/General/LoggingConfigForm.php:88 msgid "The application prefix must not contain whitespace." msgstr "Das Applikationspräfix darf keine Leerzeichen enthalten." #: ../../../../application/forms/Config/UserGroup/LdapUserGroupBackendForm.php:199 msgid "The attribute name used for storing a group's members." msgstr "" -"Der Attributname welcher benutzt wird, um Gruppenmitglieder auf dem LDAP-" -"Server abzulegen" +"Der Attributname welcher benutzt wird, um Gruppenmitglieder auf dem LDAP-Server " +"abzulegen" #: ../../../../application/forms/Config/UserGroup/LdapUserGroupBackendForm.php:186 msgid "The attribute name used for storing a group's name on the LDAP server." msgstr "" -"Der Attributname welcher benutzt wird, um Gruppennamen auf dem LDAP-Server " -"abzulegen" +"Der Attributname welcher benutzt wird, um Gruppennamen auf dem LDAP-Server abzulegen" #: ../../../../application/forms/Config/UserGroup/LdapUserGroupBackendForm.php:279 msgid "The attribute name used for storing a user's name on the LDAP server." msgstr "" -"Der Attributname welcher benutzt wird, um einen Benutzernamen auf dem LDAP-" -"Server abzulegen." +"Der Attributname welcher benutzt wird, um einen Benutzernamen auf dem LDAP-Server " +"abzulegen." -#: ../../../../application/forms/Config/UserBackend/LdapBackendForm.php:194 +#: ../../../../application/forms/Config/UserBackend/LdapBackendForm.php:191 msgid "The attribute name used for storing the user name on the LDAP server." msgstr "" -"Der Attributname welcher benutzt wird, um den Benutzernamen auf dem LDAP-" -"Server abzulegen." +"Der Attributname welcher benutzt wird, um den Benutzernamen auf dem LDAP-Server " +"abzulegen." -#: ../../../../application/forms/Config/Resource/DbResourceForm.php:184 +#: ../../../../application/forms/Config/Resource/DbResourceForm.php:190 msgid "The certificate file path" msgstr "Der Pfad zur Zertifikat-Datei" -#: ../../../../application/forms/Config/Resource/DbResourceForm.php:143 +#: ../../../../application/forms/Config/Resource/DbResourceForm.php:149 msgid "The character set for the database" msgstr "Der Zeichensatz für die Datenbank" -#: ../../../../application/forms/Config/Resource/DbResourceForm.php:176 +#: ../../../../application/forms/Config/Resource/DbResourceForm.php:182 msgid "The client key file path" msgstr "Der Pfad zum Schlüssel des Klienten" @@ -2522,40 +2473,40 @@ msgid "The column pattern must be a valid regular expression." msgstr "Das Muster für die Spalte muss ein gültiger regulärer Ausdruck sein." #: ../../../../application/forms/Config/UserBackendConfigForm.php:426 -#: ../../../../application/forms/Config/ResourceConfigForm.php:353 +#: ../../../../application/forms/Config/ResourceConfigForm.php:349 msgid "The configuration has been successfully validated." msgstr "Die Konfiguration wurde erfolgreich überprüft." #: ../../../../application/forms/Config/UserBackend/DbBackendForm.php:66 msgid "The database connection to use for authenticating with this provider" msgstr "" -"Die Datenbankverbindung, welche zur Authentifizierung mit diesem Provider " -"genutzt werden soll" +"Die Datenbankverbindung, welche zur Authentifizierung mit diesem Provider genutzt " +"werden soll" #: ../../../../application/forms/Config/UserGroup/DbUserGroupBackendForm.php:48 msgid "The database connection to use for this backend" msgstr "" -"Die Datenbankverbindung, welche zur Authentifizierung mit diesem Provider " -"genutzt werden soll" +"Die Datenbankverbindung, welche zur Authentifizierung mit diesem Provider genutzt " +"werden soll" #: ../../../../application/forms/Config/General/ThemingConfigForm.php:40 msgctxt "Form element description" msgid "The default theme" msgstr "Standard-Theme" -#: ../../../../application/forms/Config/UserBackend/LdapBackendForm.php:228 +#: ../../../../application/forms/Config/UserBackend/LdapBackendForm.php:225 msgid "" -"The domain the LDAP server is responsible for upon authentication. Note that " -"if you specify a domain here, the LDAP backend only authenticates users who " -"specify a domain upon login. If the domain of the user matches the domain " -"configured here, this backend is responsible for authenticating the user " -"based on the username without the domain part. If your LDAP backend holds " -"usernames with a domain part or if it is not necessary in your setup to " -"authenticate users based on their domains, leave this field empty." +"The domain the LDAP server is responsible for upon authentication. Note that if you " +"specify a domain here, the LDAP backend only authenticates users who specify a " +"domain upon login. If the domain of the user matches the domain configured here, " +"this backend is responsible for authenticating the user based on the username " +"without the domain part. If your LDAP backend holds usernames with a domain part or " +"if it is not necessary in your setup to authenticate users based on their domains, " +"leave this field empty." msgstr "" -"Die Domäne, für die der LDAP Server beim Anmelden zuständig ist. Wenn Sie " -"hier eine Domäne angeben können sich Benutzer nur anmelden, wenn Sie den " -"Benutzernamen mit Domäne angeben." +"Die Domäne, für die der LDAP Server beim Anmelden zuständig ist. Wenn Sie hier eine " +"Domäne angeben können sich Benutzer nur anmelden, wenn Sie den Benutzernamen mit " +"Domäne angeben." #: ../../../../application/forms/Config/UserGroup/LdapUserGroupBackendForm.php:303 msgid "The domain the LDAP server is responsible for." @@ -2564,13 +2515,13 @@ msgstr "Die Domäne, für die der LDAP Server zuständig ist." #: ../../../../application/views/scripts/showConfiguration.phtml:5 #, php-format msgid "The file %s couldn't be stored. (Error: \"%s\")" -msgstr "Die Datei %s konnte nicht gespeichert werden. (Error: “%s”)" +msgstr "Die Datei %s konnte nicht gespeichert werden. (Error: \"%s\")" #: ../../../../application/forms/Config/Resource/FileResourceForm.php:42 msgid "The filename to fetch information from" msgstr "Die Datei aus welcher Informationen gelesen werden sollen" -#: ../../../../application/forms/Config/UserBackend/LdapBackendForm.php:177 +#: ../../../../application/forms/Config/UserBackend/LdapBackendForm.php:174 msgid "The filter is invalid. Please check your syntax." msgstr "Der Filter ist ungültig. Bitte überprüfen Sie Ihre Syntax." @@ -2588,13 +2539,13 @@ msgstr "" "Der Filter muss als standardgemäßer LDAP-Ausdruck angegeben werden, ohne " "umschließende Klammern. (z.B. &(foo=bar)(bar=foo) oder foo=bar)" -#: ../../../../application/forms/Config/UserBackend/LdapBackendForm.php:160 +#: ../../../../application/forms/Config/UserBackend/LdapBackendForm.php:157 msgid "" -"The filter needs to be expressed as standard LDAP expression. (e.g. " -"&(foo=bar)(bar=foo) or foo=bar)" +"The filter needs to be expressed as standard LDAP expression. (e.g. &(foo=bar)" +"(bar=foo) or foo=bar)" msgstr "" -"Der Filter muss als standardgemäßer LDAP-Ausdruck angegeben werden. (z.B. " -"&(foo=bar)(bar=foo) oder foo=bar)" +"Der Filter muss als standardgemäßer LDAP-Ausdruck angegeben werden. (z.B. &(foo=bar)" +"(bar=foo) oder foo=bar)" #: ../../../../application/forms/Config/UserBackend/ExternalBackendForm.php:54 msgid "The filter pattern must be a valid regular expression." @@ -2602,66 +2553,62 @@ msgstr "Das Filtermuster muss ein gültiger regulärer Ausdruck sein." #: ../../../../application/forms/Config/UserBackend/ExternalBackendForm.php:51 msgid "" -"The filter to use to strip specific parts off from usernames. Leave empty if " -"you do not want to strip off anything." +"The filter to use to strip specific parts off from usernames. Leave empty if you do " +"not want to strip off anything." msgstr "" -"Der Filter, anhand dessen bestimmte Teile von Benutzernamen entfernt werden. " -"Lassen Sie dieses Feld leer, wenn Sie keine Änderungen vornehmen möchten." +"Der Filter, anhand dessen bestimmte Teile von Benutzernamen entfernt werden. Lassen " +"Sie dieses Feld leer, wenn Sie keine Änderungen vornehmen möchten." -#: ../../../../application/forms/Config/General/LoggingConfigForm.php:129 +#: ../../../../application/forms/Config/General/LoggingConfigForm.php:130 msgid "The full path to the log file to write messages to." msgstr "" -"Der vollständige Pfad zu der Logdatei, in welche Nachrichten geschrieben " -"werden sollen." +"Der vollständige Pfad zu der Logdatei, in welche Nachrichten geschrieben werden " +"sollen." #: ../../../../application/forms/Config/Resource/SshResourceForm.php:61 msgid "The given SSH key is invalid" msgstr "Der angegebene SSH-Schlüssel ist ungültig" -#: ../../../../application/forms/Config/Resource/DbResourceForm.php:96 +#: ../../../../application/forms/Config/Resource/DbResourceForm.php:102 msgid "The hostname of the database" msgstr "Der Hostname der Datenbank." #: ../../../../application/forms/Config/Resource/LdapResourceForm.php:48 msgid "" -"The hostname or address of the LDAP server to use for authentication. You " -"can also provide multiple hosts separated by a space" +"The hostname or address of the LDAP server to use for authentication. You can also " +"provide multiple hosts separated by a space" msgstr "" -"Der Hostname oder die IP-Adresse des LDAP-Servers der zur Authentifizierung " -"genutzt werden soll. Sie können auch mehrere Einträge, durch Leerzeichen " -"getrennt, angeben" +"Der Hostname oder die IP-Adresse des LDAP-Servers der zur Authentifizierung genutzt " +"werden soll. Sie können auch mehrere Einträge, durch Leerzeichen getrennt, angeben" #: ../../../../application/forms/Navigation/NavigationItemForm.php:88 msgid "" -"The icon of this navigation item. Leave blank if you do not want a icon " -"being displayed" -msgstr "" -"Das Icon für dieses Navigationselement. Leer lassen, um kein Icon anzuzeigen." +"The icon of this navigation item. Leave blank if you do not want a icon being " +"displayed" +msgstr "Das Icon für dieses Navigationselement. Leer lassen, um kein Icon anzuzeigen." -#: ../../../../application/forms/Config/Resource/DbResourceForm.php:210 +#: ../../../../application/forms/Config/Resource/DbResourceForm.php:216 msgid "The list of permissible ciphers" msgstr "Liste zulässiger Verschlüsselungen" -#: ../../../../application/forms/Config/General/LoggingConfigForm.php:56 +#: ../../../../application/forms/Config/General/LoggingConfigForm.php:57 msgid "The maximum logging level to emit." -msgstr "" -"Der höchste Loglevel, bis zu welchem Nachrichten ausgegeben werden sollen." +msgstr "Der höchste Loglevel, bis zu welchem Nachrichten ausgegeben werden sollen." #: ../../../../application/forms/Announcement/AnnouncementForm.php:34 msgid "The message to display to users" msgstr "Die Nachricht, die den Benutzern angezeigt werden soll" -#: ../../../../application/forms/Config/General/LoggingConfigForm.php:75 -msgid "The name of the application by which to prefix syslog messages." -msgstr "" -"Der Anwendungsname, welcher Syslog-Nachrichten vorangestellt werden soll." +#: ../../../../application/forms/Config/General/LoggingConfigForm.php:76 +#, fuzzy +msgid "The name of the application by which to prefix log messages." +msgstr "Der Anwendungsname, welcher Syslog-Nachrichten vorangestellt werden soll." #: ../../../../application/forms/Navigation/DashletForm.php:19 msgid "The name of the dashboard pane in which to display this dashlet" -msgstr "" -"Der Name des Dashboards, in welchem dieses Dashlet angezeigt werden soll." +msgstr "Der Name des Dashboards, in welchem dieses Dashlet angezeigt werden soll." -#: ../../../../application/forms/Config/Resource/DbResourceForm.php:118 +#: ../../../../application/forms/Config/Resource/DbResourceForm.php:124 msgid "The name of the database to use" msgstr "Der Name der zu benutzenden Datenbank" @@ -2672,59 +2619,53 @@ msgstr "Der Name dieser Rolle" #: ../../../../application/forms/Config/UserBackend/DbBackendForm.php:55 #: ../../../../application/forms/Config/UserBackend/ExternalBackendForm.php:34 msgid "" -"The name of this authentication provider that is used to differentiate it " -"from others" +"The name of this authentication provider that is used to differentiate it from others" msgstr "Der eindeutige Name dieses Authentifizierungsproviders" -#: ../../../../application/forms/Config/UserBackend/LdapBackendForm.php:62 +#: ../../../../application/forms/Config/UserBackend/LdapBackendForm.php:76 msgid "" -"The name of this authentication provider that is used to differentiate it " -"from others." +"The name of this authentication provider that is used to differentiate it from " +"others." msgstr "Der eindeutige Name dieses Authentifizierungsproviders." #: ../../../../application/forms/Navigation/NavigationConfigForm.php:577 -msgid "" -"The name of this navigation item that is used to differentiate it from others" +msgid "The name of this navigation item that is used to differentiate it from others" msgstr "Der eindeutige dieses Navigationselementes" #: ../../../../application/forms/Config/UserGroup/LdapUserGroupBackendForm.php:41 #: ../../../../application/forms/Config/UserGroup/DbUserGroupBackendForm.php:36 msgid "" -"The name of this user group backend that is used to differentiate it from " -"others" +"The name of this user group backend that is used to differentiate it from others" msgstr "Der eindeutige Name dieses Benutzergruppenbackends" #: ../../../../application/forms/Config/UserGroup/LdapUserGroupBackendForm.php:141 msgid "The object class used for storing groups on the LDAP server." msgstr "" -"Die Objekt-Klasse welche benutzt wird, um Gruppen auf diesem LDAP-Server " -"abzulegen" +"Die Objekt-Klasse welche benutzt wird, um Gruppen auf diesem LDAP-Server abzulegen" -#: ../../../../application/forms/Config/UserBackend/LdapBackendForm.php:143 +#: ../../../../application/forms/Config/UserBackend/LdapBackendForm.php:140 #: ../../../../application/forms/Config/UserGroup/LdapUserGroupBackendForm.php:234 msgid "The object class used for storing users on the LDAP server." msgstr "" -"Die Objekt-Klasse welche benutzt wird, um Benutzer auf diesem LDAP-Server " -"abzulegen" +"Die Objekt-Klasse welche benutzt wird, um Benutzer auf diesem LDAP-Server abzulegen" #: ../../../../application/forms/Navigation/NavigationConfigForm.php:662 msgid "" -"The parent item to assign this navigation item to. Select \"None\" to make " -"this a main navigation item" +"The parent item to assign this navigation item to. Select \"None\" to make this a " +"main navigation item" msgstr "" -"Das übergeordnete Element, dem dieses Navigationselement zugewiesen werden " -"soll. Wählen Sie “Keines”, um dies zu einem Hauptnavigationselement zu " -"machen." +"Das übergeordnete Element, dem dieses Navigationselement zugewiesen werden soll. " +"Wählen Sie \"Keines\", um dies zu einem Hauptnavigationselement zu machen." #: ../../../../application/forms/Navigation/MenuItemForm.php:27 msgid "" -"The parent menu to assign this menu entry to. Select \"None\" to make this a " -"main menu entry" +"The parent menu to assign this menu entry to. Select \"None\" to make this a main " +"menu entry" msgstr "" -"Der übergeordnete Menü, dem dieses Menü zugewiesen werden soll. Wählen Sie " -"“Keines”, um dies zu einem Hauptmenüeintrag zu machen." +"Der übergeordnete Menü, dem dieses Menü zugewiesen werden soll. Wählen Sie \"Keines" +"\", um dies zu einem Hauptmenüeintrag zu machen." -#: ../../../../application/forms/Config/Resource/DbResourceForm.php:136 +#: ../../../../application/forms/Config/Resource/DbResourceForm.php:142 msgid "The password to use for authentication" msgstr "Das Kennwort welches zur Authentifizierung benutzt werden soll" @@ -2734,22 +2675,20 @@ msgstr "Das Kennwort welches zum Abfragen des LDAP-Servers benutzt werden soll" #: ../../../../application/forms/Config/UserGroup/LdapUserGroupBackendForm.php:210 msgid "" -"The path where groups can be found on the LDAP server. Leave empty to select " -"all users available using the specified connection." +"The path where groups can be found on the LDAP server. Leave empty to select all " +"users available using the specified connection." msgstr "" -"Der Pfad unter dem Gruppen auf dem LDAP Server gefunden werden können. Leer " -"lassen, um alle verfügbaren Benutzer für die angegebene Verbindung " -"auszuwählen." +"Der Pfad unter dem Gruppen auf dem LDAP Server gefunden werden können. Leer lassen, " +"um alle verfügbaren Benutzer für die angegebene Verbindung auszuwählen." -#: ../../../../application/forms/Config/UserBackend/LdapBackendForm.php:215 +#: ../../../../application/forms/Config/UserBackend/LdapBackendForm.php:212 #: ../../../../application/forms/Config/UserGroup/LdapUserGroupBackendForm.php:291 msgid "" -"The path where users can be found on the LDAP server. Leave empty to select " -"all users available using the specified connection." +"The path where users can be found on the LDAP server. Leave empty to select all " +"users available using the specified connection." msgstr "" -"Der Pfad unter dem Benutzer auf dem LDAP Server gefunden werden können. Leer " -"lassen, um alle verfügbaren Benutzer für die angegebene Verbindung " -"auszuwählen." +"Der Pfad unter dem Benutzer auf dem LDAP Server gefunden werden können. Leer lassen, " +"um alle verfügbaren Benutzer für die angegebene Verbindung auszuwählen." #: ../../../../application/forms/Config/Resource/FileResourceForm.php:59 msgid "The pattern by which to identify columns." @@ -2757,50 +2696,46 @@ msgstr "Der reguläre Ausdruck, mit welchem Spalten identifiziert werden können #: ../../../../application/forms/Security/RoleForm.php:140 msgid "The permissions to grant. You may select more than one permission" -msgstr "" -"Die zu vergebenden Berechtigungen. Sie können mehrere gleichzeitig auswählen." +msgstr "Die zu vergebenden Berechtigungen. Sie können mehrere gleichzeitig auswählen." #: ../../../../application/forms/Config/Resource/LdapResourceForm.php:92 msgid "The port of the LDAP server to use for authentication" -msgstr "" -"Der Port des LDAP-Servers, der zur Authentifizierung genutzt werden soll." +msgstr "Der Port des LDAP-Servers, der zur Authentifizierung genutzt werden soll." -#: ../../../../application/forms/Config/Resource/DbResourceForm.php:105 +#: ../../../../application/forms/Config/Resource/DbResourceForm.php:111 msgid "The port to use" msgstr "Der zu benutzende Port." #: ../../../../application/forms/Config/Resource/SshResourceForm.php:135 #, php-format msgid "The private key for the user \"%s\" is already exists." -msgstr "Der private Schlüssel des Benutzers “%s” ist bereits hinterlegt." +msgstr "Der private Schlüssel des Benutzers \"%s\" ist bereits hinterlegt." #: ../../../../application/forms/Config/Resource/SshResourceForm.php:71 msgid "The private key which will be used for the SSH connections" msgstr "Der private Schlüssel, der für SSH-Verbindungen verwendet wird." -#: ../../../../application/controllers/ConfigController.php:395 +#: ../../../../application/controllers/ConfigController.php:396 #, php-format msgid "" -"The resource \"%s\" is currently utilized for authentication by user backend " -"\"%s\". Removing the resource can result in noone being able to log in any " -"longer." +"The resource \"%s\" is currently utilized for authentication by user backend \"%s\". " +"Removing the resource can result in noone being able to log in any longer." msgstr "" -"Die Ressource “%s” wird momentan für die Authentifizierung durch das " -"Benutzerbackend “%s” verwendet. Das Entfernen dieser Ressource kann dazu " -"führen, dass kein Login mehr möglich ist." +"Die Ressource \"%s\" wird momentan für die Authentifizierung durch das " +"Benutzerbackend \"%s\" verwendet. Das Entfernen dieser Ressource kann dazu führen, " +"dass kein Login mehr möglich ist." -#: ../../../../application/controllers/ConfigController.php:408 +#: ../../../../application/controllers/ConfigController.php:409 #, php-format msgid "" -"The resource \"%s\" is currently utilized to store user preferences. " -"Removing the resource causes all current user preferences not being " -"available any longer." +"The resource \"%s\" is currently utilized to store user preferences. Removing the " +"resource causes all current user preferences not being available any longer." msgstr "" -"Die Ressource “%s” wird momentan für die Speicherung von " -"Benutzereinstellungen verwendet. Das Entfernen dieser Ressource kann dazu " -"führen, dass keine Benutzereinstellungen mehr verfügbar sind." +"Die Ressource \"%s\" wird momentan für die Speicherung von Benutzereinstellungen " +"verwendet. Das Entfernen dieser Ressource kann dazu führen, dass keine " +"Benutzereinstellungen mehr verfügbar sind." -#: ../../../../application/forms/Config/General/LoggingConfigForm.php:115 +#: ../../../../application/forms/Config/General/LoggingConfigForm.php:116 msgid "The syslog facility to utilize." msgstr "Die zu benutzende Syslog-Facility." @@ -2816,12 +2751,11 @@ msgstr "Zeitpunkt, ab dem die Bekanntmachung angezeigt werden soll" msgid "The time to display the announcement until" msgstr "Zeitpunkt, ab dem die Bekanntmachung nicht mehr angezeigt werden soll" -#: ../../../../application/forms/Config/Resource/DbResourceForm.php:201 +#: ../../../../application/forms/Config/Resource/DbResourceForm.php:207 msgid "The trusted CA certificates in PEM format directory path" -msgstr "" -"Der Pfad zum Verzeichnis mit vertrauenswürdigen CA-Zertifikaten im PEM-Format" +msgstr "Der Pfad zum Verzeichnis mit vertrauenswürdigen CA-Zertifikaten im PEM-Format" -#: ../../../../application/forms/Config/Resource/DbResourceForm.php:86 +#: ../../../../application/forms/Config/Resource/DbResourceForm.php:92 msgid "The type of SQL database" msgstr "Der Typ der SQL-Datenbank." @@ -2829,15 +2763,13 @@ msgstr "Der Typ der SQL-Datenbank." msgid "The type of logging to utilize." msgstr "Der Typ des zu benutzenden Loggings." -#: ../../../../application/forms/Config/ResourceConfigForm.php:282 +#: ../../../../application/forms/Config/ResourceConfigForm.php:278 msgid "The type of resource" msgstr "Der Typ der Ressource" #: ../../../../application/forms/Config/UserBackendConfigForm.php:290 msgid "The type of the resource to use for this authenticaton provider" -msgstr "" -"Die Resource, die zum Authentifizieren mit diesem Provider genutzt werden " -"soll" +msgstr "Die Resource, die zum Authentifizieren mit diesem Provider genutzt werden soll" #: ../../../../application/forms/Navigation/NavigationConfigForm.php:640 msgid "The type of this navigation item" @@ -2849,9 +2781,8 @@ msgstr "Der Typ dieses Authentifizierungsbackends für Benutzergruppen" #: ../../../../application/forms/Config/Resource/SshResourceForm.php:37 #: ../../../../application/forms/Config/Resource/FileResourceForm.php:33 -#: ../../../../application/forms/Config/Resource/LivestatusResourceForm.php:36 #: ../../../../application/forms/Config/Resource/LdapResourceForm.php:38 -#: ../../../../application/forms/Config/Resource/DbResourceForm.php:76 +#: ../../../../application/forms/Config/Resource/DbResourceForm.php:82 msgid "The unique name of this resource" msgstr "Der eindeutige Name dieser Ressource" @@ -2859,42 +2790,48 @@ msgstr "Der eindeutige Name dieser Ressource" msgid "The url must not be external." msgstr "Die URL darf nicht extern sein." +#: ../../../../library/Icinga/Web/Form/Validator/UrlValidator.php:19 +msgid "" +"The url must not contain raw double quotes. If you really need double quotes, use " +"%22 instead." +msgstr "" +"Die URL darf keine blanken doppelten Anführungszeichen enthalten. Wenn Sie diese " +"wirklich benötigen nutzen Sie %22." + #: ../../../../application/forms/Navigation/NavigationItemForm.php:56 msgid "" -"The url of this navigation item. Leave blank if only the name should be " -"displayed. For urls with username and password and for all external urls, " -"make sure to prepend an appropriate protocol identifier (e.g. http://example." -"tld)" +"The url of this navigation item. Leave blank if only the name should be displayed. " +"For urls with username and password and for all external urls, make sure to prepend " +"an appropriate protocol identifier (e.g. http://example.tld)" msgstr "" -"Die URL dieses Navigationselementes. Dies kann leer gelassen werden, wenn " -"nur der Name angezeigt werden soll. Stelle für URLs mit Benutzername und " -"Passwort sowie alle externen URLs sicher, dass eine passender Protokollnamen " -"voran gestellt ist (z.B. http://example.tld)" +"Die URL dieses Navigationselementes. Dies kann leer gelassen werden, wenn nur der " +"Name angezeigt werden soll. Stelle für URLs mit Benutzername und Passwort sowie alle " +"externen URLs sicher, dass eine passender Protokollnamen voran gestellt ist (z.B. " +"http://example.tld)" #: ../../../../application/forms/Navigation/DashletForm.php:29 msgid "" "The url to load in the dashlet. For external urls, make sure to prepend an " "appropriate protocol identifier (e.g. http://example.tld)" msgstr "" -"Die URL, die in dem Dashlet geladen werden soll. Stellen Sie für externe " -"URLs sicher, dass Sie einen passenden Protokollnamen voran stellen (z.B. " -"http://example.tld)" +"Die URL, die in dem Dashlet geladen werden soll. Stellen Sie für externe URLs " +"sicher, dass Sie einen passenden Protokollnamen voran stellen (z.B. http://example." +"tld)" #: ../../../../application/forms/Config/UserGroup/LdapUserGroupBackendForm.php:78 msgid "The user backend to link with this user group backend." msgstr "" -"Das Benutzerbackend, mit dem dieses Benutzergruppenbackend verknüpft werden " -"soll." +"Das Benutzerbackend, mit dem dieses Benutzergruppenbackend verknüpft werden soll." #: ../../../../application/forms/Config/Resource/LdapResourceForm.php:132 msgid "" -"The user dn to use for querying the ldap server. Leave the dn and password " -"empty for attempting an anonymous bind" +"The user dn to use for querying the ldap server. Leave the dn and password empty for " +"attempting an anonymous bind" msgstr "" -"Der Benutzer DN, mit dem der LDAP-Server abgefragt werden soll. Leer lassen, " -"um einen anonymen Zugriff zu versuchen." +"Der Benutzer DN, mit dem der LDAP-Server abgefragt werden soll. Leer lassen, um " +"einen anonymen Zugriff zu versuchen." -#: ../../../../application/forms/Config/Resource/DbResourceForm.php:127 +#: ../../../../application/forms/Config/Resource/DbResourceForm.php:133 msgid "The user name to use for authentication" msgstr "Der für die Authentifizierung zu benutzende Benutzername." @@ -2912,11 +2849,9 @@ msgid "There is no such module installed." msgstr "Gegenwärtig ist kein solches Modul installiert." #: ../../../../application/views/scripts/showConfiguration.phtml:15 -msgid "" -"There's an application error preventing you from persisting the configuration" +msgid "There's an application error preventing you from persisting the configuration" msgstr "" -"Ein Fehler in der Anwendung verhindert, dass Sie die Konfiguration speichern " -"können" +"Ein Fehler in der Anwendung verhindert, dass Sie die Konfiguration speichern können" #: ../../../../application/views/scripts/showConfiguration.phtml:10 msgid "This could have one or more of the following reasons:" @@ -2925,11 +2860,11 @@ msgstr "Dies könnte an einem oder mehreren der folgenden Gründe liegen:" #: ../../../../application/views/scripts/navigation/shared.phtml:49 #, php-format msgid "" -"This is a child of the navigation item %1$s. You can only unshare this item " -"by unsharing %1$s" +"This is a child of the navigation item %1$s. You can only unshare this item by " +"unsharing %1$s" msgstr "" -"Dies ist ein untergeordnetes Element des Navigationselementes %1$s. Sie " -"können die Freigabe nur aufheben, wenn Sie dies auch für %1$s tun." +"Dies ist ein untergeordnetes Element des Navigationselementes %1$s. Sie können die " +"Freigabe nur aufheben, wenn Sie dies auch für %1$s tun." #: ../../../../application/views/scripts/config/module.phtml:60 msgid "This module has no dependencies" @@ -2941,34 +2876,30 @@ msgstr "Dieses Modul hat keine Beschreibung" #: ../../../../application/forms/PreferenceForm.php:260 msgid "" -"This option allows you to enable or to disable the global page content auto " -"refresh" +"This option allows you to enable or to disable the global page content auto refresh" msgstr "" -"Diese Option ermöglicht das De-/Aktivieren der globalen automatischen " -"Aktualisierung der Seiteninhalte" +"Diese Option ermöglicht das De-/Aktivieren der globalen automatischen Aktualisierung " +"der Seiteninhalte" #: ../../../../library/Icinga/Web/Form/Decorator/Autosubmit.php:99 msgid "" -"This page will be automatically updated upon change of any of this form's " -"fields" -msgstr "" -"Die Seite wird sich beim Ändern eines Feldes dieses Formulars aktualisieren" +"This page will be automatically updated upon change of any of this form's fields" +msgstr "Die Seite wird sich beim Ändern eines Feldes dieses Formulars aktualisieren" -#: ../../../../library/Icinga/Web/Form.php:949 +#: ../../../../library/Icinga/Web/Form.php:938 #: ../../../../library/Icinga/Web/Form/Decorator/Autosubmit.php:100 msgid "This page will be automatically updated upon change of the value" msgstr "Die Seite wird sich beim Ändern dieses Feldes aktualisieren" #: ../../../../application/forms/Navigation/NavigationConfigForm.php:595 msgid "Tick this box to share this item with others" -msgstr "" -"Markieren Sie dieses Kästchen, um dieses Element mit Anderen zu teilen." +msgstr "Markieren Sie dieses Kästchen, um dieses Element mit Anderen zu teilen." #: ../../../../application/forms/Config/Resource/SshResourceForm.php:90 msgid "To modify the private key you must recreate this resource." msgstr "" -"Um diesen privaten Schlüssel modifizieren zu können, müssen Sie diese " -"Ressource neu anlegen." +"Um diesen privaten Schlüssel modifizieren zu können, müssen Sie diese Ressource neu " +"anlegen." #: ../../../../application/views/scripts/navigation/shared.phtml:20 #: ../../../../application/views/scripts/navigation/index.phtml:30 @@ -2985,11 +2916,10 @@ msgstr "UI Debug" #: ../../../../application/forms/Navigation/NavigationConfigForm.php:479 #, php-format msgid "" -"Unable to delete navigation item \"%s\". There are other items dependent " -"from it: %s" +"Unable to delete navigation item \"%s\". There are other items dependent from it: %s" msgstr "" -"Es ist nicht möglich, das Navigationselement “%s” zu löschen, da andere " -"Elemente davon abhängen: %s" +"Es ist nicht möglich, das Navigationselement \"%s\" zu löschen, da andere Elemente " +"davon abhängen: %s" #: ../../../../application/forms/Navigation/NavigationConfigForm.php:519 #, php-format @@ -2997,19 +2927,18 @@ msgid "" "Unable to unshare navigation item \"%s\". It is dependent from item \"%s\". " "Dependent items can only be unshared by unsharing their parent" msgstr "" -"Es ist nicht möglich, die Freigabe des Navigationselementes “%s” aufzuheben, " -"da es von dem Element “%s” abhängt. Die Freigaben abhängiger Elemente können " -"nur aufgehoben werden, wenn dies auch für ihre Elternelemente durchgeführt " -"wird." +"Es ist nicht möglich, die Freigabe des Navigationselementes \"%s\" aufzuheben, da es " +"von dem Element \"%s\" abhängt. Die Freigaben abhängiger Elemente können nur " +"aufgehoben werden, wenn dies auch für ihre Elternelemente durchgeführt wird." #: ../../../../application/views/scripts/navigation/shared.phtml:42 #: ../../../../application/views/scripts/navigation/index.phtml:54 msgid "Unknown" msgstr "Unbekannt" -#: ../../../../application/forms/Config/ResourceConfigForm.php:115 -#: ../../../../application/forms/Config/ResourceConfigForm.php:149 -#: ../../../../application/forms/Config/ResourceConfigForm.php:223 +#: ../../../../application/forms/Config/ResourceConfigForm.php:112 +#: ../../../../application/forms/Config/ResourceConfigForm.php:146 +#: ../../../../application/forms/Config/ResourceConfigForm.php:220 msgid "Unknown resource provided" msgstr "Unbekannte Ressource angegeben" @@ -3038,7 +2967,7 @@ msgstr "Dashlet aktualisieren" msgid "Update Navigation Item" msgstr "Navigationselement aktualisieren" -#: ../../../../application/controllers/ConfigController.php:343 +#: ../../../../application/controllers/ConfigController.php:344 msgid "Update Resource" msgstr "Ressource aktualisieren" @@ -3051,7 +2980,7 @@ msgstr "Rolle aktualisieren" msgid "Update User" msgstr "Benutzer aktualisieren" -#: ../../../../application/controllers/ConfigController.php:271 +#: ../../../../application/controllers/ConfigController.php:272 msgid "Update User Backend" msgstr "Backend für Benutzer aktualisieren" @@ -3075,7 +3004,7 @@ msgstr "Das eigene Benutzerkonto aktualisieren" msgid "Url" msgstr "URL" -#: ../../../../application/forms/Config/Resource/DbResourceForm.php:164 +#: ../../../../application/forms/Config/Resource/DbResourceForm.php:170 msgid "Use SSL" msgstr "SSL verwenden" @@ -3099,12 +3028,12 @@ msgstr "Benutzername" #: ../../../../application/forms/Config/User/UserForm.php:155 #, php-format msgid "User \"%s\" has been edited" -msgstr "Der Benutzer “%s” wurde bearbeitet" +msgstr "Der Benutzer \"%s\" wurde bearbeitet" #: ../../../../application/forms/Config/User/UserForm.php:171 #, php-format msgid "User \"%s\" has been removed" -msgstr "Der Benutzer “%s” wurde entfernt" +msgstr "Der Benutzer \"%s\" wurde entfernt" #: ../../../../application/controllers/GroupController.php:261 #, php-format @@ -3117,7 +3046,7 @@ msgstr "Der Benutzer \"%s\" wurde aus der Gruppe \"%s\" entfernt" #: ../../../../application/controllers/UserController.php:231 #, php-format msgid "User \"%s\" not found" -msgstr "Der Benutzer “%s” wurde nicht gefunden." +msgstr "Der Benutzer \"%s\" wurde nicht gefunden." #: ../../../../application/forms/Config/User/CreateMembershipForm.php:98 #, php-format @@ -3136,7 +3065,7 @@ msgstr "Backends für Benutzer" #: ../../../../application/views/scripts/group/list.phtml:50 #: ../../../../application/controllers/GroupController.php:73 #: ../../../../application/controllers/UserController.php:109 -#: ../../../../library/Icinga/Authentication/UserGroup/LdapUserGroupBackend.php:536 +#: ../../../../library/Icinga/Authentication/UserGroup/LdapUserGroupBackend.php:543 #: ../../../../library/Icinga/Authentication/UserGroup/DbUserGroupBackend.php:115 #: ../../../../library/Icinga/Authentication/UserGroup/DbUserGroupBackend.php:120 msgid "User Group" @@ -3165,45 +3094,45 @@ msgid "User added successfully" msgstr "Benutzer erfolgreich hinzugefügt" #: ../../../../application/forms/Config/UserBackendReorderForm.php:70 -#: ../../../../application/controllers/ConfigController.php:268 +#: ../../../../application/controllers/ConfigController.php:269 #, php-format msgid "User backend \"%s\" not found" -msgstr "Benutzerbackend “%s” wurde nicht gefunden" +msgstr "Benutzerbackend \"%s\" wurde nicht gefunden" -#: ../../../../application/controllers/ConfigController.php:295 +#: ../../../../application/controllers/ConfigController.php:296 #, php-format msgid "User backend \"%s\" successfully removed" -msgstr "Benutzerbackend “%s” erfolgreich entfernt" +msgstr "Benutzerbackend \"%s\" erfolgreich entfernt" -#: ../../../../application/controllers/ConfigController.php:256 +#: ../../../../application/controllers/ConfigController.php:257 #, php-format msgid "User backend \"%s\" successfully updated" -msgstr "Benutzerbackend “%s” erfolgreich aktualisiert" +msgstr "Benutzerbackend \"%s\" erfolgreich aktualisiert" -#: ../../../../application/controllers/ConfigController.php:225 +#: ../../../../application/controllers/ConfigController.php:226 msgid "User backend successfully created" msgstr "Benutzerbackend erfolgreich angelegt" #: ../../../../library/Icinga/Web/Controller/AuthBackendController.php:127 #, php-format msgid "User group backend \"%s\" is not %s" -msgstr "Benutzerbackend “%s” ist nicht %s" +msgstr "Benutzerbackend \"%s\" ist nicht %s" #: ../../../../application/controllers/UsergroupbackendController.php:94 #: ../../../../library/Icinga/Web/Controller/AuthBackendController.php:120 #, php-format msgid "User group backend \"%s\" not found" -msgstr "Benutzergruppenbackend “%s” wurde nicht gefunden" +msgstr "Benutzergruppenbackend \"%s\" wurde nicht gefunden" #: ../../../../application/controllers/UsergroupbackendController.php:120 #, php-format msgid "User group backend \"%s\" successfully removed" -msgstr "Benutzergruppenbackend “%s” erfolgreich entfernt" +msgstr "Benutzergruppenbackend \"%s\" erfolgreich entfernt" #: ../../../../application/controllers/UsergroupbackendController.php:83 #, php-format msgid "User group backend \"%s\" successfully updated" -msgstr "Benutzergruppenbackend “%s” erfolgreich aktualisiert" +msgstr "Benutzergruppenbackend \"%s\" erfolgreich aktualisiert" #: ../../../../application/controllers/UsergroupbackendController.php:53 msgid "User group backend successfully created" @@ -3211,12 +3140,12 @@ msgstr "Benutzergruppenbackend erfolgreich angelegt" #: ../../../../application/forms/Config/Resource/SshResourceForm.php:47 msgid "" -"User to log in as on the remote Icinga instance. Please note that key-based " -"SSH login must be possible for this user" +"User to log in as on the remote Icinga instance. Please note that key-based SSH " +"login must be possible for this user" msgstr "" -"Der Benutzer, mit dem die Anmeldung in die entfernte Icingainstanz erfolgen " -"soll. Bitte beachten Sie, dass für diesen Benutzer ein schlüsselbasierter " -"Zugriff möglich sein muss." +"Der Benutzer, mit dem die Anmeldung in die entfernte Icingainstanz erfolgen soll. " +"Bitte beachten Sie, dass für diesen Benutzer ein schlüsselbasierter Zugriff möglich " +"sein muss." #: ../../../../library/Icinga/Web/Menu.php:294 msgid "Usergroups" @@ -3225,11 +3154,11 @@ msgstr "Benutzergruppen" #: ../../../../application/views/scripts/user/list.phtml:51 #: ../../../../application/views/scripts/group/show.phtml:75 #: ../../../../application/forms/Authentication/LoginForm.php:45 -#: ../../../../application/forms/Config/Resource/DbResourceForm.php:126 +#: ../../../../application/forms/Config/Resource/DbResourceForm.php:132 #: ../../../../application/forms/Config/User/UserForm.php:33 #: ../../../../application/controllers/GroupController.php:109 #: ../../../../application/controllers/UserController.php:72 -#: ../../../../library/Icinga/Authentication/UserGroup/LdapUserGroupBackend.php:535 +#: ../../../../library/Icinga/Authentication/UserGroup/LdapUserGroupBackend.php:542 #: ../../../../library/Icinga/Authentication/UserGroup/DbUserGroupBackend.php:114 #: ../../../../library/Icinga/Authentication/UserGroup/DbUserGroupBackend.php:118 #: ../../../../library/Icinga/Authentication/User/LdapUserBackend.php:269 @@ -3255,17 +3184,17 @@ msgid "Users Can't Change Theme" msgstr "Theme Benutzeranpassung verbieten" #: ../../../../application/forms/Config/UserBackendConfigForm.php:450 -#: ../../../../application/forms/Config/ResourceConfigForm.php:377 +#: ../../../../application/forms/Config/ResourceConfigForm.php:373 msgid "Validate Configuration" msgstr "Konfiguration validieren" #: ../../../../application/forms/Config/UserBackendConfigForm.php:451 -#: ../../../../application/forms/Config/ResourceConfigForm.php:378 +#: ../../../../application/forms/Config/ResourceConfigForm.php:374 msgid "Validation In Progress" msgstr "Wird überprüft" #: ../../../../application/forms/Config/UserBackendConfigForm.php:408 -#: ../../../../application/forms/Config/ResourceConfigForm.php:335 +#: ../../../../application/forms/Config/ResourceConfigForm.php:331 msgid "Validation Log" msgstr "Validierungslog" @@ -3275,21 +3204,25 @@ msgstr "Validierungslog" msgid "Version" msgstr "Version" -#: ../../../../application/forms/Config/General/LoggingConfigForm.php:59 +#: ../../../../application/forms/Config/General/LoggingConfigForm.php:60 msgctxt "app.config.logging.level" msgid "Warning" msgstr "Warnung" +#: ../../../../application/forms/Config/General/LoggingConfigForm.php:42 +msgctxt "app.config.logging.type" +msgid "Webserver Log" +msgstr "Webserver Log" + #: ../../../../application/views/scripts/authentication/login.phtml:5 msgid "" -"Welcome to Icinga Web 2. For users of the screen reader Jaws full and " -"expectant compliant accessibility is possible only with use of the Firefox " -"browser. VoiceOver on Mac OS X is tested on Chrome, Safari and Firefox." +"Welcome to Icinga Web 2. For users of the screen reader Jaws full and expectant " +"compliant accessibility is possible only with use of the Firefox browser. VoiceOver " +"on Mac OS X is tested on Chrome, Safari and Firefox." msgstr "" -"Willkommen zu Icinga Web 2. Für Nutzer des Screenreader JAWS ist die " -"vollständige und erwartungskonforme Zugänglichkeit nur mit Nutzung des " -"Browsers Firefox möglich. VoiceOver unter Mac OS X ist getestet mit Chrome, " -"Safari und Firefox." +"Willkommen zu Icinga Web 2. Für Nutzer des Screenreader JAWS ist die vollständige " +"und erwartungskonforme Zugänglichkeit nur mit Nutzung des Browsers Firefox möglich. " +"VoiceOver unter Mac OS X ist getestet mit Chrome, Safari und Firefox." #: ../../../../application/views/scripts/dashboard/index.phtml:12 msgid "Welcome to Icinga Web!" @@ -3300,13 +3233,12 @@ msgid "" "Whether to encrypt communication. Choose STARTTLS or LDAPS for encrypted " "communication or none for unencrypted communication" msgstr "" -"Verschlüsselung der Kommunikation. Wählen Sie STARTTLS oder LDAPS für " -"verschlüsselte Kommunikation oder “Keine” für unverschlüsselte Kommunikation." +"Verschlüsselung der Kommunikation. Wählen Sie STARTTLS oder LDAPS für verschlüsselte " +"Kommunikation oder \"Keine\" für unverschlüsselte Kommunikation." -#: ../../../../application/forms/Config/Resource/DbResourceForm.php:166 +#: ../../../../application/forms/Config/Resource/DbResourceForm.php:172 msgid "Whether to encrypt the connection or to authenticate using certificates" -msgstr "" -"Die Verbindung verschlüsseln oder mittels Zertifikaten authentifizieren" +msgstr "Die Verbindung verschlüsseln oder mittels Zertifikaten authentifizieren" #: ../../../../application/views/scripts/joystickPagination.phtml:70 #: ../../../../application/views/scripts/joystickPagination.phtml:96 @@ -3327,6 +3259,18 @@ msgstr "Y-Achse" msgid "Yes" msgstr "Ja" +#: ../../../../application/forms/Navigation/NavigationConfigForm.php:748 +#, php-format +msgid "" +"You are not permitted to share this navigation item with the following groups: %s" +msgstr "Sie sind nicht berechtigt die Navigation mit folgenden Gruppen zu teilen: %s" + +#: ../../../../application/forms/Navigation/NavigationConfigForm.php:724 +#, php-format +msgid "" +"You are not permitted to share this navigation item with the following users: %s" +msgstr "Sie sind nicht berechtigt die Navigation mit folgenden Benutzern zu teilen: %s" + #: ../../../../application/views/scripts/navigation/index.phtml:23 msgid "You did not create any navigation item yet." msgstr "Sie haben noch kein Navigationselement angelegt." @@ -3337,21 +3281,20 @@ msgstr "Sie haben keine Schreibrechte auf diese Datei." #: ../../../../application/controllers/UserController.php:237 msgid "" -"You'll need to configure at least one user group backend first that allows " -"to create new memberships" +"You'll need to configure at least one user group backend first that allows to create " +"new memberships" msgstr "" "Sie müssen zuerst mindestens ein Benutzergruppenbackend anlegen, um neue " "Mitgliedschaften definieren zu können." #: ../../../../application/forms/Authentication/LoginForm.php:143 msgid "" -"You're currently not authenticated using any of the web server's " -"authentication mechanisms. Make sure you'll configure such, otherwise you'll " -"not be able to login." +"You're currently not authenticated using any of the web server's authentication " +"mechanisms. Make sure you'll configure such, otherwise you'll not be able to login." msgstr "" -"Sie sind derzeit nicht über Ihren Webserver authentifiziert. Bitte " -"konfigurieren Sie eine Authentifizierung über Ihren Webserver, sonst werden " -"Sie sich nicht in Icinga Web 2 anmelden können." +"Sie sind derzeit nicht über Ihren Webserver authentifiziert. Bitte konfigurieren Sie " +"eine Authentifizierung über Ihren Webserver, sonst werden Sie sich nicht in Icinga " +"Web 2 anmelden können." #: ../../../../application/forms/PreferenceForm.php:212 msgid "Your Current Language" @@ -3364,24 +3307,24 @@ msgstr "Ihre aktuelle Zeitzone" #: ../../../../application/forms/PreferenceForm.php:162 msgid "" "Your language setting is not applied because your platform is missing the " -"corresponding locale. Make sure to install the correct language pack and " -"restart your web server afterwards." +"corresponding locale. Make sure to install the correct language pack and restart " +"your web server afterwards." msgstr "" -"Die eingestellte Sprache wird nicht verwendet, weil der Plattform das " -"entsprechende Gebietsschema fehlt. Um das zu beheben, muss das korrekte " -"Sprachpaket installiert und der Web-Server neugestartet werden." +"Die eingestellte Sprache wird nicht verwendet, weil der Plattform das entsprechende " +"Gebietsschema fehlt. Um das zu beheben, muss das korrekte Sprachpaket installiert " +"und der Web-Server neugestartet werden." #: ../../../../library/Icinga/Date/DateFormatter.php:176 #, php-format msgctxt "An event happened at the given time" msgid "at %s" -msgstr "vor %s" +msgstr "um %s" #: ../../../../library/Icinga/Date/DateFormatter.php:250 #, php-format msgctxt "An event will happen at the given time" msgid "at %s" -msgstr "in %s" +msgstr "um %s" #: ../../../../application/forms/PreferenceForm.php:174 #: ../../../../application/forms/Config/General/ThemingConfigForm.php:34 @@ -3422,13 +3365,13 @@ msgstr "Module" #, php-format msgctxt "An event happened on the given date or date and time" msgid "on %s" -msgstr "vor %s" +msgstr "am %s" #: ../../../../library/Icinga/Date/DateFormatter.php:239 #, php-format msgctxt "An event will happen on the given date or date and time" msgid "on %s" -msgstr "in %s" +msgstr "am %s" #: ../../../../application/views/scripts/joystickPagination.phtml:71 #: ../../../../application/views/scripts/joystickPagination.phtml:97 @@ -3446,19 +3389,25 @@ msgstr "seit %s" msgid "toggle" msgstr "umschalten" +#~ msgid "" +#~ "Connectivity validation failed, connection to the given resource not possible." +#~ msgstr "" +#~ "Überprüfung fehlgeschlagen. Konnte keine Verbindung zu der angegebenen Ressource " +#~ "herstellen." + +#~ msgid "Socket" +#~ msgstr "Socket" + #~ msgid "" #~ "Upon any of this form's fields were changed, this page is being updated " #~ "automatically." #~ msgstr "" -#~ "Diese Seite wird nach Änderungen in diesem Formular automatisch " -#~ "aktualisiert." +#~ "Diese Seite wird nach Änderungen in diesem Formular automatisch aktualisiert." -#~ msgid "" -#~ "Upon its value changing, this field issues an automatic update of this " -#~ "page." +#~ msgid "Upon its value changing, this field issues an automatic update of this page." #~ msgstr "" -#~ "Dieses Feld löst eine automatische Aktualisierung dieser Seite aus, wenn " -#~ "sein Inhalt geändert wird." +#~ "Dieses Feld löst eine automatische Aktualisierung dieser Seite aus, wenn sein " +#~ "Inhalt geändert wird." #~ msgid "Icinga Wiki" #~ msgstr "Icinga Wiki" @@ -3476,11 +3425,11 @@ msgstr "umschalten" #~ msgstr "Deaktiviert" #~ msgid "" -#~ "Enter url being loaded in the dashlet. You can paste the full URL, " -#~ "including filters." +#~ "Enter url being loaded in the dashlet. You can paste the full URL, including " +#~ "filters." #~ msgstr "" -#~ "URL angeben, die in dem Dashlet geladen werden soll. Es sind vollständige " -#~ "URLs mit Filtern möglich." +#~ "URL angeben, die in dem Dashlet geladen werden soll. Es sind vollständige URLs " +#~ "mit Filtern möglich." #~ msgid "Last Modified" #~ msgstr "Zuletzt verändert" @@ -3530,16 +3479,13 @@ msgstr "umschalten" #~ msgstr "Aktiviere dieses Häkchen um das Logging zu aktivieren." #~ msgid "Click to add a filter expression to this operator" -#~ msgstr "" -#~ "Hier klicken, um einen Filter-Ausdruck zu diesem Operator hinzuzufügen" +#~ msgstr "Hier klicken, um einen Filter-Ausdruck zu diesem Operator hinzuzufügen" #~ msgid "Click to add another operator below this one" -#~ msgstr "" -#~ "Hier klicken, um unterhalb dieses Operators einen weiteren hinzuzufügen" +#~ msgstr "Hier klicken, um unterhalb dieses Operators einen weiteren hinzuzufügen" #~ msgid "Configure how users are associated with groups by Icinga Web 2" -#~ msgstr "" -#~ "Konfiguration der Verknüpfung von Nutzern und Gruppen durch Icinga Web 2" +#~ msgstr "Konfiguration der Verknüpfung von Nutzern und Gruppen durch Icinga Web 2" #~ msgid "Configure how users authenticate with and log into Icinga Web 2" #~ msgstr "Konfiguration der Nutzerauthentifizierung für Icinga Web 2" @@ -3551,8 +3497,7 @@ msgstr "umschalten" #~ msgstr "Überprüfung fehlgeschlagen, die angegebene Datei existiert nicht." #~ msgid "" -#~ "Could not read your authentiction.ini, no authentication methods are " -#~ "available." +#~ "Could not read your authentiction.ini, no authentication methods are available." #~ msgstr "" #~ "Deine authentication.ini konnte nicht gelesen werden, darum sind keine " #~ "Authentifizierungsmethoden verfügbar." @@ -3630,11 +3575,11 @@ msgstr "umschalten" #~ msgstr "Sicherheitscheck fehlgeschlagen, bitte sende das Formular erneut ab" #~ msgid "" -#~ "Select the language to use by default. Can be overwritten by a user in " -#~ "his preferences." +#~ "Select the language to use by default. Can be overwritten by a user in his " +#~ "preferences." #~ msgstr "" -#~ "Die zu benutzende Standard-Sprache. Kann von Benutzern in deren " -#~ "Einstellungen überschrieben werden." +#~ "Die zu benutzende Standard-Sprache. Kann von Benutzern in deren Einstellungen " +#~ "überschrieben werden." #~ msgid "Show %u rows on this page" #~ msgstr "Zeige %u Zeilen pro Seite" @@ -3650,65 +3595,60 @@ msgstr "umschalten" #~ msgid "The path where users can be found on the ldap server" #~ msgstr "" -#~ "Der Pfad unter welchem Benutzer auf diesem LDAP-Server gefunden werden " -#~ "können." +#~ "Der Pfad unter welchem Benutzer auf diesem LDAP-Server gefunden werden können." #~ msgid "The type of SQL database you want to create." #~ msgstr "Der Typ der zu benutzenden SQL Datenbank." #~ msgid "" -#~ "The url of this navigation item. Leave blank if you only want the name " -#~ "being displayed. For external urls, make sure to prepend an appropriate " -#~ "protocol identifier (e.g. http://example.tld)" +#~ "The url of this navigation item. Leave blank if you only want the name being " +#~ "displayed. For external urls, make sure to prepend an appropriate protocol " +#~ "identifier (e.g. http://example.tld)" #~ msgstr "" -#~ "Die URL dieses Navigationselementes. Dies kann leer gelassen werden, wenn " -#~ "nur der Name angezeigt werden soll. Stellen Sie für externe URLs sicher, " -#~ "dass Sie einen passenden Protokollnamen voran stellen (z.B. http://" -#~ "example.tld)" +#~ "Die URL dieses Navigationselementes. Dies kann leer gelassen werden, wenn nur der " +#~ "Name angezeigt werden soll. Stellen Sie für externe URLs sicher, dass Sie einen " +#~ "passenden Protokollnamen voran stellen (z.B. http://example.tld)" #~ msgid "The user dn to use for querying the ldap server" -#~ msgstr "" -#~ "Die DN des Benutzers mit welchem dieser LDAP-Server befragt werden soll" +#~ msgstr "Die DN des Benutzers mit welchem dieser LDAP-Server befragt werden soll" #~ msgid "" -#~ "Upon its value has changed, this field issues an automatic update of this " -#~ "page." +#~ "Upon its value has changed, this field issues an automatic update of this page." #~ msgstr "" -#~ "Dieses Feld löst eine automatische Aktualisierung dieser Seite aus, wenn " -#~ "sein Inhalt geändert wird." +#~ "Dieses Feld löst eine automatische Aktualisierung dieser Seite aus, wenn sein " +#~ "Inhalt geändert wird." #~ msgid "Use Default Language" #~ msgstr "Standardsprache verwenden" -#~ msgid "" -#~ "Using ldap is not possible, the php extension \"ldap\" is not installed." +#~ msgid "Using ldap is not possible, the php extension \"ldap\" is not installed." #~ msgstr "" -#~ "Es ist nicht möglich, LDAP zu benutzen, da die PHP-Erweiterung \"LDAP\" " -#~ "nicht installiert ist." +#~ "Es ist nicht möglich, LDAP zu benutzen, da die PHP-Erweiterung \"LDAP\" nicht " +#~ "installiert ist." #~ msgid "Using the specified backend failed: %s" #~ msgstr "Die angegebene Datenbank zu benutzen war nicht möglich: %s" #~ msgid "" -#~ "We tried to load a dashboard configuration with no success. Please have " -#~ "look that the configuration does exist:" +#~ "We tried to load a dashboard configuration with no success. Please have look that " +#~ "the configuration does exist:" #~ msgstr "" -#~ "Der Versuch die Dashboard-Konfiguration zu laden war nicht erfolgreich. " -#~ "Bitte stelle sicher, dass die folgende Konfigurationsdatei existiert:" +#~ "Der Versuch die Dashboard-Konfiguration zu laden war nicht erfolgreich. Bitte " +#~ "stelle sicher, dass die folgende Konfigurationsdatei existiert:" #~ msgid "" -#~ "You need to install the php extension \"mysql\" and the Zend_Pdo_Mysql " -#~ "classes to use MySQL database resources." +#~ "You need to install the php extension \"mysql\" and the Zend_Pdo_Mysql classes to " +#~ "use MySQL database resources." #~ msgstr "" -#~ "Um MySQL Datenbank-Ressourcen nutzen zu können müssen die PHP-Erweiterung " -#~ "\"mysql\" sowie die Zend_Pdo_Mysql Klassen installiert sein." +#~ "Um MySQL Datenbank-Ressourcen nutzen zu können müssen die PHP-Erweiterung \"mysql" +#~ "\" sowie die Zend_Pdo_Mysql Klassen installiert sein." #~ msgid "" -#~ "You need to install the php extension \"pgsql\" and the Zend_Pdo_Pgsql " -#~ "classes to use PostgreSQL database resources." +#~ "You need to install the php extension \"pgsql\" and the Zend_Pdo_Pgsql classes to " +#~ "use PostgreSQL database resources." #~ msgstr "" -#~ "Um PostgreSQL Datenbank-Ressourcen nutzen zu können müssen die PHP-" -#~ "Erweiterung \"pqsql\" sowie die Zend_Pdo_Pgsql Klassen installiert sein." +#~ "Um PostgreSQL Datenbank-Ressourcen nutzen zu können müssen die PHP-Erweiterung " +#~ "\"pqsql\" sowie die Zend_Pdo_Pgsql Klassen installiert sein." #~ msgid "all" #~ msgstr "alle" diff --git a/library/Icinga/Web/Widget/Tabs.php b/library/Icinga/Web/Widget/Tabs.php index 979b5ef0a..ffe7934a2 100644 --- a/library/Icinga/Web/Widget/Tabs.php +++ b/library/Icinga/Web/Widget/Tabs.php @@ -332,7 +332,7 @@ EOT; $caption = t('Content'); } - $label = t(sprintf('Refresh the %s', $caption)); + $label = sprintf(t('Refresh the %s'), $caption); $title = $label; $tpl = str_replace( diff --git a/modules/doc/application/locale/de_DE/LC_MESSAGES/doc.mo b/modules/doc/application/locale/de_DE/LC_MESSAGES/doc.mo new file mode 100644 index 000000000..6f4038354 Binary files /dev/null and b/modules/doc/application/locale/de_DE/LC_MESSAGES/doc.mo differ diff --git a/modules/doc/application/locale/de_DE/LC_MESSAGES/doc.po b/modules/doc/application/locale/de_DE/LC_MESSAGES/doc.po new file mode 100644 index 000000000..69dc2aa80 --- /dev/null +++ b/modules/doc/application/locale/de_DE/LC_MESSAGES/doc.po @@ -0,0 +1,155 @@ +# Icinga Web 2 - Head for multiple monitoring backends. +# Copyright (C) 2017 Icinga Development Team +# This file is distributed under the same license as Doc Module. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: Doc Module (2.4.2)\n" +"Report-Msgid-Bugs-To: dev@icinga.com\n" +"POT-Creation-Date: 2017-11-09 13:18+0000\n" +"PO-Revision-Date: 2017-11-09 14:34+0100\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-Poedit-Basepath: .\n" +"Last-Translator: Markus Frosch \n" +"Language-Team: \n" +"X-Generator: Poedit 1.8.11\n" +"X-Poedit-SearchPath-0: .\n" + +#: ../../../../modules/doc/library/Doc/DocController.php:79 +#: ../../../../modules/doc/library/Doc/DocController.php:107 +#, php-format +msgid "%s Documentation" +msgstr "%s Dokumentation" + +#: ../../../../modules/doc/application/views/scripts/style/guide.phtml:101 +msgid "Blockquote" +msgstr "Zitat" + +#: ../../../../modules/doc/library/Doc/Renderer/DocSectionRenderer.php:68 +#, php-format +msgid "Chapter %s not found" +msgstr "Kapitel %s nicht gefunden" + +#: ../../../../modules/doc/application/views/scripts/style/guide.phtml:69 +msgid "Comment List" +msgstr "Kommentar Liste" + +#: ../../../../modules/doc/configuration.php:19 +msgid "Developer - Style" +msgstr "Entwickler - Style" + +#: ../../../../modules/doc/configuration.php:24 +msgid "Doc" +msgstr "Doku" + +#: ../../../../modules/doc/configuration.php:6 +msgid "Documentation" +msgstr "Dokumentation" + +#: ../../../../modules/doc/application/controllers/IndexController.php:23 +msgctxt "Tab title" +msgid "Documentation" +msgstr "Dokumentation" + +#: ../../../../modules/doc/library/Doc/DocParser.php:60 +#, php-format +msgid "Documentation directory '%s' is not readable" +msgstr "Dokumentations Verzeichnis '%s' ist nicht lesbar" + +#: ../../../../modules/doc/application/controllers/SearchController.php:95 +#: ../../../../modules/doc/application/controllers/IcingawebController.php:29 +msgid "Documentation for Icinga Web 2 is not available" +msgstr "Dokumentation für Icinga Web 2 ist nicht verfügbar" + +#: ../../../../modules/doc/application/controllers/ModuleController.php:42 +#, php-format +msgid "Documentation for module '%s' is not available" +msgstr "Dokumentation für Modul '%s' ist nicht verfügbar" + +#: ../../../../modules/doc/library/Doc/Renderer/DocTocRenderer.php:88 +msgid "Documentation is empty." +msgstr "Dokumentation ist leer" + +#: ../../../../modules/doc/application/controllers/StyleController.php:35 +msgid "Icons" +msgstr "Icons" + +#: ../../../../modules/doc/application/controllers/StyleController.php:36 +msgid "List all available icons" +msgstr "Liste alles verfügbaren Icons" + +#: ../../../../modules/doc/application/views/scripts/index/index.phtml:16 +msgid "List all modules for which documentation is available" +msgstr "Liste aller Module für die Dokumentation verfügbar ist" + +#: ../../../../modules/doc/application/controllers/ModuleController.php:77 +#, php-format +msgid "Module '%s' is not installed" +msgstr "Modul '%s' ist nicht installiert" + +#: ../../../../modules/doc/application/controllers/ModuleController.php:61 +msgctxt "Tab title" +msgid "Module Documentation" +msgstr "Modul Dokumentation" + +#: ../../../../modules/doc/application/views/scripts/index/index.phtml:13 +msgid "Module documentations" +msgstr "Modul Dokumentationen" + +#: ../../../../modules/doc/application/views/scripts/search/index.phtml:5 +msgid "No documentation found matching the filter" +msgstr "Keine Dokumentation gefunden die auf diesen Filter passt" + +#: ../../../../modules/doc/library/Doc/Renderer/DocSearchRenderer.php:115 +#, php-format +msgctxt "search.render.section.link" +msgid "Show all matches of \"%s\" in the chapter \"%s\"" +msgstr "Alle Treffer von \"%s\" in Kapitel \"%s\" anzeigen" + +#: ../../../../modules/doc/library/Doc/Renderer/DocSearchRenderer.php:123 +#, php-format +msgctxt "search.render.section.link" +msgid "Show all matches of \"%s\" in the section \"%s\" of the chapter \"%s\"" +msgstr "Alle Treffer von \"%s\" in Abschnitt \"%s\" von Kapitel \"%s\" anzeigen" + +#: ../../../../modules/doc/library/Doc/Renderer/DocTocRenderer.php:113 +#, php-format +msgctxt "toc.render.section.link" +msgid "Show the chapter \"%s\"" +msgstr "Kapitel \"%s\" anzeigen" + +#: ../../../../modules/doc/application/views/scripts/index/index.phtml:10 +msgid "Show the documentation's table of contents for Icinga Web 2" +msgstr "Inhaltsübersicht der Dokumentation von Icinga Web 2 anzeigen" + +#: ../../../../modules/doc/application/views/scripts/module/index.phtml:13 +#, php-format +msgid "Show the documentation's table of contents for the %s" +msgstr "Inhaltsübersicht der Dokumentation von %s anzeigen" + +#: ../../../../modules/doc/library/Doc/Renderer/DocTocRenderer.php:117 +#, php-format +msgctxt "toc.render.section.link" +msgid "Show the section \"%s\" of the chapter \"%s\"" +msgstr "Abschnitt \"%s\" von Kapitel \"%s\" anzeigen" + +#: ../../../../modules/doc/application/controllers/StyleController.php:29 +msgid "Style Guide" +msgstr "Style Guide" + +# Nur aus Beispiel +#: ../../../../modules/doc/application/views/scripts/style/guide.phtml:74 +#: ../../../../modules/doc/application/views/scripts/style/guide.phtml:87 +msgid "commented" +msgstr "" + +# Nur aus Beispiel +#: ../../../../modules/doc/application/views/scripts/style/guide.phtml:75 +#: ../../../../modules/doc/application/views/scripts/style/guide.phtml:88 +msgid "some time ago" +msgstr "" diff --git a/modules/monitoring/application/forms/Setup/IdoResourcePage.php b/modules/monitoring/application/forms/Setup/IdoResourcePage.php index 7ddbac24f..cc754a794 100644 --- a/modules/monitoring/application/forms/Setup/IdoResourcePage.php +++ b/modules/monitoring/application/forms/Setup/IdoResourcePage.php @@ -158,11 +158,11 @@ class IdoResourcePage extends Form $db = new DbTool($this->getValues()); $version = $db->connectToDb()->getServerVersion(); if (version_compare($version, '9.1', '<')) { - $this->error($this->translate(sprintf( - 'The server\'s version %s is too old. The minimum required version is %s.', + $this->error(sprintf( + $this->translate('The server\'s version %s is too old. The minimum required version is %s.'), $version, '9.1' - ))); + )); return false; } } diff --git a/modules/monitoring/application/locale/de_DE/LC_MESSAGES/monitoring.mo b/modules/monitoring/application/locale/de_DE/LC_MESSAGES/monitoring.mo index a1e39edc1..7ff3bb676 100644 Binary files a/modules/monitoring/application/locale/de_DE/LC_MESSAGES/monitoring.mo and b/modules/monitoring/application/locale/de_DE/LC_MESSAGES/monitoring.mo differ diff --git a/modules/monitoring/application/locale/de_DE/LC_MESSAGES/monitoring.po b/modules/monitoring/application/locale/de_DE/LC_MESSAGES/monitoring.po index 22a2d58f6..a613a79a4 100644 --- a/modules/monitoring/application/locale/de_DE/LC_MESSAGES/monitoring.po +++ b/modules/monitoring/application/locale/de_DE/LC_MESSAGES/monitoring.po @@ -5,11 +5,11 @@ # msgid "" msgstr "" -"Project-Id-Version: Monitoring Module (2.4.0)\n" +"Project-Id-Version: Monitoring Module (2.4.2)\n" "Report-Msgid-Bugs-To: dev@icinga.com\n" -"POT-Creation-Date: 2017-02-08 10:25+0000\n" -"PO-Revision-Date: 2017-02-08 11:30+0100\n" -"Last-Translator: Alexander A. Klimov \n" +"POT-Creation-Date: 2017-11-09 13:18+0000\n" +"PO-Revision-Date: 2017-11-09 14:40+0100\n" +"Last-Translator: Markus Frosch \n" "Language: de_DE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -26,8 +26,9 @@ msgctxt "Last format parameter represents the time running" msgid "%1$s has been up and running with PID %2$d %3$s" msgstr "%1$s läuft mit PID %2$d %3$s" +# php -r 'setlocale(LC_ALL, "de_DE.UTF-8"); echo strftime("%A, %e. %B %Y");' +# Donnerstag, 9. November 2017 #: ../../../../modules/monitoring/application/views/scripts/partials/event-history.phtml:35 -#, fuzzy msgctxt "date.verbose" msgid "%A, %B %e, %Y" msgstr "%A, %e. %B %Y" @@ -249,7 +250,7 @@ msgstr[1] "%u flapping Services" #: ../../../../modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:179 #: ../../../../modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:278 #: ../../../../modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:325 -#: ../../../../modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:372 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:371 #, php-format msgid "%u is not checked at all" msgid_plural "%u are not checked at all" @@ -288,7 +289,7 @@ msgstr "2 Jahre" msgid "3 Months" msgstr "3 Monate" -#: ../../../../modules/monitoring/application/controllers/TimelineController.php:103 +#: ../../../../modules/monitoring/application/controllers/TimelineController.php:104 msgid "4 Hours" msgstr "4 Stunden" @@ -308,7 +309,7 @@ msgstr "{title}: {value}m max. Reaktionszeit" msgid "{title}: {value}m min. reaction time" msgstr "{title}: {value}m min. Reaktionszeit" -#: ../../../../modules/monitoring/application/forms/Config/TransportConfigForm.php:134 +#: ../../../../modules/monitoring/application/forms/Config/TransportConfigForm.php:142 #, php-format msgid "A command transport with the name \"%s\" does already exist" msgstr "Ein Befehlstransport mit dem Namen \"%s\" existiert bereits" @@ -319,8 +320,8 @@ msgid "" msgstr "" "Ein Kommentar, wie vom Autor eingegeben, verknüpft mit der geplanten Downtime" -#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleHostDowntimeCommandForm.php:78 -#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:212 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:213 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleHostDowntimeCommandForm.php:82 msgid "A downtime must not be in the past" msgstr "Eine Downtime darf nicht in der Vergangenheit sein" @@ -350,11 +351,11 @@ msgstr "API Passwort" msgid "API Username" msgstr "API Benutzername" -#: ../../../../modules/monitoring/application/views/scripts/show/components/acknowledgement.phtml:77 #: ../../../../modules/monitoring/application/views/scripts/partials/object/quick-actions.phtml:15 #: ../../../../modules/monitoring/application/views/scripts/partials/object/quick-actions.phtml:29 #: ../../../../modules/monitoring/application/views/scripts/hosts/show.phtml:30 #: ../../../../modules/monitoring/application/views/scripts/services/show.phtml:29 +#: ../../../../modules/monitoring/application/views/scripts/show/components/acknowledgement.phtml:77 msgid "Acknowledge" msgstr "Bestätigen" @@ -384,9 +385,9 @@ msgid_plural "Acknowledge problems" msgstr[0] "Problem bestätigen" msgstr[1] "Probleme bestätigen" -#: ../../../../modules/monitoring/application/views/scripts/show/components/acknowledgement.phtml:85 #: ../../../../modules/monitoring/application/views/scripts/partials/object/quick-actions.phtml:23 #: ../../../../modules/monitoring/application/views/scripts/partials/object/quick-actions.phtml:37 +#: ../../../../modules/monitoring/application/views/scripts/show/components/acknowledgement.phtml:85 msgid "" "Acknowledge this problem, suppress all future notifications for it and tag " "it as being handled" @@ -394,8 +395,8 @@ msgstr "" "Problem bestätigen, alle zukünftigen Benachrichtigungen unterdrücken und als " "\"in Arbeit\" markieren" -#: ../../../../modules/monitoring/application/views/helpers/HostFlags.php:13 #: ../../../../modules/monitoring/application/views/helpers/ServiceFlags.php:13 +#: ../../../../modules/monitoring/application/views/helpers/HostFlags.php:13 #: ../../../../modules/monitoring/application/views/scripts/show/components/acknowledgement.phtml:15 msgid "Acknowledged" msgstr "Bestätigt" @@ -431,7 +432,7 @@ msgctxt "tooltip" msgid "Acknowledgement removed" msgstr "Bestätigung entfernt" -#: ../../../../modules/monitoring/application/controllers/TimelineController.php:66 +#: ../../../../modules/monitoring/application/controllers/TimelineController.php:67 msgid "Acknowledgements" msgstr "Bestätigungen" @@ -440,7 +441,7 @@ msgid "Acknowledgements Active For At Least Three Days" msgstr "Bestätigungen älter als drei Tage" # Three dots?? -#: ../../../../modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:162 +#: ../../../../modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:166 msgid "Acknowledging problem.." msgid_plural "Acknowledging problems.." msgstr[0] "Bestätige Problem..." @@ -450,8 +451,8 @@ msgstr[1] "Bestätige Probleme..." msgid "Actions" msgstr "Aktionen" -#: ../../../../modules/monitoring/application/views/helpers/HostFlags.php:26 #: ../../../../modules/monitoring/application/views/helpers/ServiceFlags.php:26 +#: ../../../../modules/monitoring/application/views/helpers/HostFlags.php:26 msgid "Active And Passive Checks Disabled" msgstr "Aktive und passive Checks deaktiviert" @@ -459,8 +460,8 @@ msgstr "Aktive und passive Checks deaktiviert" msgid "Active Checks" msgstr "Aktive Checks" -#: ../../../../modules/monitoring/application/views/helpers/HostFlags.php:28 #: ../../../../modules/monitoring/application/views/helpers/ServiceFlags.php:28 +#: ../../../../modules/monitoring/application/views/helpers/HostFlags.php:28 msgid "Active Checks Disabled" msgstr "Aktive Checks deaktiviert" @@ -508,13 +509,13 @@ msgstr "Kommentar zu Service hinzufügen" msgid "Add Service Comments" msgstr "Kommentare zu Service hinzufügen" -#: ../../../../modules/monitoring/application/views/scripts/show/components/comments.phtml:14 #: ../../../../modules/monitoring/application/views/scripts/partials/object/quick-actions.phtml:58 +#: ../../../../modules/monitoring/application/views/scripts/show/components/comments.phtml:14 msgid "Add a new comment to this host" msgstr "Neuen Kommentar für diesen Host hinzufügen" -#: ../../../../modules/monitoring/application/views/scripts/show/components/comments.phtml:26 #: ../../../../modules/monitoring/application/views/scripts/partials/object/quick-actions.phtml:70 +#: ../../../../modules/monitoring/application/views/scripts/show/components/comments.phtml:26 msgid "Add a new comment to this service" msgstr "Neuen Kommentar für diesen Service hinzufügen" @@ -533,13 +534,13 @@ msgid "Add comments" msgstr "Kommentare hinzufügen" # Three dots?? -#: ../../../../modules/monitoring/application/forms/Command/Object/AddCommentCommandForm.php:86 +#: ../../../../modules/monitoring/application/forms/Command/Object/AddCommentCommandForm.php:87 msgid "Adding comment.." msgid_plural "Adding comments.." msgstr[0] "Füge Kommentar hinzu..." msgstr[1] "Füge Kommentare hinzu..." -#: ../../../../modules/monitoring/application/controllers/ListController.php:90 +#: ../../../../modules/monitoring/application/controllers/ListController.php:88 msgid "Address" msgstr "Adresse" @@ -553,7 +554,7 @@ msgid "Alert summary" msgstr "Alarmübersicht" #: ../../../../modules/monitoring/application/views/scripts/list/contactgroups.phtml:24 -#: ../../../../modules/monitoring/application/controllers/ListController.php:327 +#: ../../../../modules/monitoring/application/controllers/ListController.php:325 msgid "Alias" msgstr "Alias" @@ -568,7 +569,7 @@ msgstr "Alias" msgid "All Hosts Enabled" msgstr "Alle Hosts aktiviert" -#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleHostDowntimeCommandForm.php:32 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleHostDowntimeCommandForm.php:35 #: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleHostCheckCommandForm.php:29 msgid "All Services" msgstr "Alle Services" @@ -692,7 +693,7 @@ msgstr "Anwenden" #: ../../../../modules/monitoring/application/views/scripts/comment/show.phtml:42 #: ../../../../modules/monitoring/application/views/scripts/downtime/show.phtml:39 -#: ../../../../modules/monitoring/application/controllers/ListController.php:250 +#: ../../../../modules/monitoring/application/controllers/ListController.php:248 msgid "Author" msgstr "Autor" @@ -714,8 +715,8 @@ msgstr "Backend %s läuft nicht" msgid "Backend Name" msgstr "Backendname" -#: ../../../../modules/monitoring/application/forms/Setup/BackendPage.php:44 -#: ../../../../modules/monitoring/application/forms/Config/BackendConfigForm.php:215 +#: ../../../../modules/monitoring/application/forms/Setup/BackendPage.php:43 +#: ../../../../modules/monitoring/application/forms/Config/BackendConfigForm.php:211 msgid "Backend Type" msgstr "Backendtyp" @@ -764,7 +765,7 @@ msgstr "" "Kann externen Icinga-Befehl nicht senden. Der private Schlüssel für den " "Remote-Benutzer fehlt." -#: ../../../../modules/monitoring/library/Monitoring/Controller.php:97 +#: ../../../../modules/monitoring/library/Monitoring/Controller.php:125 #, php-format msgid "" "Cannot apply restriction %s using the filter %s. You can only use the " @@ -782,7 +783,7 @@ msgstr "" "Kann Befehlstransport \"%s\" nicht erzeugen. Ungültiger Transport-Typ in \"%s" "\" angegeben. Entweder \"%s\", \"%s\" oder \"%s\" verwenden." -#: ../../../../modules/monitoring/application/forms/Config/BackendConfigForm.php:344 +#: ../../../../modules/monitoring/application/forms/Config/BackendConfigForm.php:340 msgid "" "Cannot find the IDO schema. Please verify that the given database contains " "the schema and that the configured user has access to it." @@ -818,7 +819,7 @@ msgstr "Ausführungszeitabschnitt" msgid "Check attempts" msgstr "Check-Versuche" -#: ../../../../modules/monitoring/application/views/scripts/partials/object/detail-content.phtml:32 +#: ../../../../modules/monitoring/application/views/scripts/partials/object/detail-content.phtml:33 msgid "Check execution" msgstr "Check-Ausführung" @@ -839,14 +840,13 @@ msgstr "Jetzt prüfen" msgid "Check result is late" msgstr "Check-Ergebnis ist verspätet" -#: ../../../../modules/monitoring/application/forms/Setup/LivestatusResourcePage.php:78 -msgid "" -"Check this to not to validate connectivity with the given Livestatus socket" +#: ../../../../modules/monitoring/application/forms/Config/TransportConfigForm.php:373 +msgid "Check this box to enforce changes without connectivity validation" msgstr "" -"Häkchen setzen um die Verbindung zum angegebenen Livestatus-Socket nicht zu " -"überprüfen" +"Häkchen setzen, um die Änderungen ohne Validi\n" +"erung der Verbindung zu speichern" -#: ../../../../modules/monitoring/application/forms/Config/BackendConfigForm.php:323 +#: ../../../../modules/monitoring/application/forms/Config/BackendConfigForm.php:319 msgid "Check this to not to validate the IDO schema of the chosen resource." msgstr "" "Häkchen setzen um das IDO Schema der gewählten Ressource nicht zu überprüfen." @@ -859,7 +859,7 @@ msgstr "Häkchen setzen um die Konfiguration nicht zu überprüfen." msgid "Checks" msgstr "Checks" -#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleHostDowntimeCommandForm.php:46 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleHostDowntimeCommandForm.php:50 msgid "Child Hosts" msgstr "Untergeordnete Hosts" @@ -878,14 +878,14 @@ msgstr "" "Das Vorhandensein dieser angepassten Variablen wird angezeigt, aber ihre " "Werte werden maskiert." -#: ../../../../modules/monitoring/application/views/scripts/show/components/command.phtml:12 #: ../../../../modules/monitoring/application/views/scripts/hosts/show.phtml:163 #: ../../../../modules/monitoring/application/views/scripts/services/show.phtml:165 +#: ../../../../modules/monitoring/application/views/scripts/show/components/command.phtml:12 msgid "Command" msgstr "Befehl" -#: ../../../../modules/monitoring/application/forms/Config/Transport/RemoteTransportForm.php:177 #: ../../../../modules/monitoring/application/forms/Config/Transport/LocalTransportForm.php:30 +#: ../../../../modules/monitoring/application/forms/Config/Transport/RemoteTransportForm.php:177 msgid "Command File" msgstr "Command Pipe" @@ -899,8 +899,8 @@ msgstr "Befehlstransport" msgid "Command Transports" msgstr "Befehlstransporte" -#: ../../../../modules/monitoring/application/controllers/ConfigController.php:243 #: ../../../../modules/monitoring/application/forms/Config/TransportReorderForm.php:55 +#: ../../../../modules/monitoring/application/controllers/ConfigController.php:243 #, php-format msgid "Command transport \"%s\" not found" msgstr "Befehlstransport “%s” nicht gefunden" @@ -943,21 +943,21 @@ msgid "Command transport successfully created" msgstr "Der Befehlstransport wurde erfolgreich angelegt" #: ../../../../modules/monitoring/application/views/scripts/downtimes/show.phtml:9 -#: ../../../../modules/monitoring/application/views/scripts/show/contact.phtml:51 #: ../../../../modules/monitoring/application/views/scripts/comment/show.phtml:70 -#: ../../../../modules/monitoring/application/views/scripts/comments/show.phtml:9 #: ../../../../modules/monitoring/application/views/scripts/downtime/show.phtml:163 +#: ../../../../modules/monitoring/application/views/scripts/comments/show.phtml:9 +#: ../../../../modules/monitoring/application/views/scripts/show/contact.phtml:51 msgid "Commands" msgstr "Befehle" #: ../../../../modules/monitoring/application/views/scripts/partials/object/quick-actions.phtml:51 #: ../../../../modules/monitoring/application/views/scripts/partials/object/quick-actions.phtml:63 #: ../../../../modules/monitoring/application/views/scripts/downtime/show.phtml:47 -#: ../../../../modules/monitoring/application/controllers/CommentController.php:56 -#: ../../../../modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:52 -#: ../../../../modules/monitoring/application/forms/Command/Object/SendCustomNotificationCommandForm.php:46 #: ../../../../modules/monitoring/application/forms/Command/Object/AddCommentCommandForm.php:43 #: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:65 +#: ../../../../modules/monitoring/application/forms/Command/Object/SendCustomNotificationCommandForm.php:46 +#: ../../../../modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:54 +#: ../../../../modules/monitoring/application/controllers/CommentController.php:56 msgid "Comment" msgstr "Kommentar" @@ -966,11 +966,11 @@ msgctxt "tooltip" msgid "Comment" msgstr "Kommentar" -#: ../../../../modules/monitoring/application/controllers/ListController.php:439 +#: ../../../../modules/monitoring/application/controllers/ListController.php:437 msgid "Comment Timestamp" msgstr "Kommentarzeitstempel" -#: ../../../../modules/monitoring/application/controllers/ListController.php:442 +#: ../../../../modules/monitoring/application/controllers/ListController.php:440 msgid "Comment Type" msgstr "Kommentartyp" @@ -1004,13 +1004,13 @@ msgid "Comment was created by an user" msgstr "Kommentar wurde von einem Benutzer erstellt" #: ../../../../modules/monitoring/configuration.php:200 -#: ../../../../modules/monitoring/application/views/scripts/show/components/comments.phtml:37 #: ../../../../modules/monitoring/application/views/scripts/hosts/show.phtml:59 #: ../../../../modules/monitoring/application/views/scripts/services/show.phtml:58 +#: ../../../../modules/monitoring/application/views/scripts/show/components/comments.phtml:37 +#: ../../../../modules/monitoring/application/forms/EventOverviewForm.php:64 +#: ../../../../modules/monitoring/application/controllers/TimelineController.php:62 #: ../../../../modules/monitoring/application/controllers/CommentsController.php:63 #: ../../../../modules/monitoring/application/controllers/ListController.php:411 -#: ../../../../modules/monitoring/application/controllers/TimelineController.php:62 -#: ../../../../modules/monitoring/application/forms/EventOverviewForm.php:64 msgid "Comments" msgstr "Kommentare" @@ -1051,11 +1051,11 @@ msgstr "Kontaktgruppen" msgid "Contact details" msgstr "Kontaktdetails" -#: ../../../../modules/monitoring/application/controllers/ListController.php:398 +#: ../../../../modules/monitoring/application/controllers/ListController.php:396 msgid "Contactgroup Alias" msgstr "Kontaktgruppen-Alias" -#: ../../../../modules/monitoring/application/controllers/ListController.php:397 +#: ../../../../modules/monitoring/application/controllers/ListController.php:395 msgid "Contactgroup Name" msgstr "Kontaktgruppenname" @@ -1119,7 +1119,7 @@ msgstr "Kritisch" msgid "Current Downtimes" msgstr "Aktuelle Downtimes" -#: ../../../../modules/monitoring/application/controllers/ListController.php:174 +#: ../../../../modules/monitoring/application/controllers/ListController.php:172 msgid "Current Host State" msgstr "Aktueller Host-Zustand" @@ -1127,19 +1127,19 @@ msgstr "Aktueller Host-Zustand" msgid "Current Incidents" msgstr "Aktuelle Incidents" -#: ../../../../modules/monitoring/application/controllers/ListController.php:169 +#: ../../../../modules/monitoring/application/controllers/ListController.php:167 msgid "Current Service State" msgstr "Aktueller Service-Zustand" -#: ../../../../modules/monitoring/application/controllers/ListController.php:88 +#: ../../../../modules/monitoring/application/controllers/ListController.php:86 msgid "Current State" msgstr "Aktueller Status" -#: ../../../../modules/monitoring/application/views/scripts/partials/object/detail-content.phtml:43 +#: ../../../../modules/monitoring/application/views/scripts/partials/object/detail-content.phtml:44 msgid "Custom Variables" msgstr "Angepasste Variablen" -#: ../../../../modules/monitoring/library/Monitoring/Object/Host.php:185 +#: ../../../../modules/monitoring/library/Monitoring/Object/Host.php:182 msgid "DOWN" msgstr "DOWN" @@ -1189,7 +1189,7 @@ msgstr "Fehlerübersicht" msgid "Defects" msgstr "Fehler" -#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleHostDowntimeCommandForm.php:44 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleHostDowntimeCommandForm.php:48 msgid "Define what should be done with the child hosts of the hosts." msgstr "" "Legen Sie fest, wie die untergeordneten Hosts der Hosts behandelt werden " @@ -1199,7 +1199,7 @@ msgstr "" msgid "Delete comment" msgstr "Kommentar löschen" -#: ../../../../modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml:73 +#: ../../../../modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml:77 msgid "Delete downtime" msgstr "Downtime löschen" @@ -1211,8 +1211,8 @@ msgstr "Diesen Kommentar löschen" msgid "Delete this downtime" msgstr "Diese Downtime löschen" -#: ../../../../modules/monitoring/application/forms/Command/Object/DeleteCommentCommandForm.php:105 #: ../../../../modules/monitoring/application/forms/Command/Object/DeleteCommentsCommandForm.php:84 +#: ../../../../modules/monitoring/application/forms/Command/Object/DeleteCommentCommandForm.php:105 msgid "Deleting comment.." msgid_plural "Deleting comments.." msgstr[0] "Entferne Kommentar..." @@ -1232,8 +1232,8 @@ msgstr[1] "Lösche Downtimes..." msgid "Details" msgstr "Details" -#: ../../../../modules/monitoring/application/controllers/HealthController.php:172 #: ../../../../modules/monitoring/application/forms/Command/Instance/DisableNotificationsExpireCommandForm.php:24 +#: ../../../../modules/monitoring/application/controllers/HealthController.php:172 msgid "Disable Notifications" msgstr "Benachrichtigungen deaktivieren" @@ -1286,8 +1286,8 @@ msgstr "Deaktiviere Event-Handler..." msgid "Disabling event handlers.." msgstr "Deaktiviere Event-Handler..." -#: ../../../../modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:235 #: ../../../../modules/monitoring/application/forms/Command/Object/ToggleObjectFeaturesCommandForm.php:150 +#: ../../../../modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:235 msgid "Disabling flap detection.." msgstr "Deaktiviere Flap-Erkennung..." @@ -1295,8 +1295,8 @@ msgstr "Deaktiviere Flap-Erkennung..." msgid "Disabling host and service notifications.." msgstr "Deaktiviere Benachrichtigungen für Hosts und Services..." -#: ../../../../modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:239 #: ../../../../modules/monitoring/application/forms/Command/Object/ToggleObjectFeaturesCommandForm.php:142 +#: ../../../../modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:239 msgid "Disabling notifications.." msgstr "Deaktiviere Benachrichtigungen..." @@ -1352,7 +1352,7 @@ msgstr "" "Zeige diese Aktion nur für Objekte, die diesem Filter entsprechen. Leer " "lassen, um diese Aktion unabhängig vom Objekt anzuzeigen" -#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleHostDowntimeCommandForm.php:48 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleHostDowntimeCommandForm.php:52 msgid "Do nothing with child hosts" msgstr "Nicht auf untergeordnete Hosts anwenden" @@ -1392,12 +1392,12 @@ msgid "Downtime started" msgstr "Downtime hat begonnen" #: ../../../../modules/monitoring/configuration.php:204 -#: ../../../../modules/monitoring/application/views/scripts/show/components/downtime.phtml:41 #: ../../../../modules/monitoring/application/views/scripts/hosts/show.phtml:96 #: ../../../../modules/monitoring/application/views/scripts/services/show.phtml:95 -#: ../../../../modules/monitoring/application/controllers/ListController.php:212 -#: ../../../../modules/monitoring/application/controllers/DowntimesController.php:70 +#: ../../../../modules/monitoring/application/views/scripts/show/components/downtime.phtml:41 #: ../../../../modules/monitoring/application/forms/EventOverviewForm.php:54 +#: ../../../../modules/monitoring/application/controllers/DowntimesController.php:70 +#: ../../../../modules/monitoring/application/controllers/ListController.php:212 msgid "Downtimes" msgstr "Downtimes" @@ -1407,7 +1407,7 @@ msgstr "Downtimes mehr als drei Tage aktiv" #: ../../../../modules/monitoring/application/views/scripts/downtime/show.phtml:53 #: ../../../../modules/monitoring/application/views/scripts/downtime/show.phtml:135 -#: ../../../../modules/monitoring/application/controllers/ListController.php:255 +#: ../../../../modules/monitoring/application/controllers/ListController.php:253 msgid "Duration" msgstr "Dauer" @@ -1416,10 +1416,10 @@ msgctxt "Downtime status" msgid "ENDS" msgstr "ENDET" -#: ../../../../modules/monitoring/library/Monitoring/BackendStep.php:193 -#: ../../../../modules/monitoring/library/Monitoring/BackendStep.php:206 #: ../../../../modules/monitoring/library/Monitoring/TransportStep.php:139 #: ../../../../modules/monitoring/library/Monitoring/SecurityStep.php:80 +#: ../../../../modules/monitoring/library/Monitoring/BackendStep.php:178 +#: ../../../../modules/monitoring/library/Monitoring/BackendStep.php:191 #, php-format msgid "ERROR: %s" msgstr "FEHLER: %s" @@ -1452,7 +1452,7 @@ msgstr "Bearbeite Monitoring-Backend %s" #: ../../../../modules/monitoring/application/views/scripts/list/contacts.phtml:21 #: ../../../../modules/monitoring/application/views/scripts/list/contacts.phtml:42 #: ../../../../modules/monitoring/application/views/scripts/show/contact.phtml:24 -#: ../../../../modules/monitoring/application/controllers/ListController.php:328 +#: ../../../../modules/monitoring/application/controllers/ListController.php:326 msgid "Email" msgstr "E-Mail" @@ -1476,13 +1476,13 @@ msgstr "Aktiviere Eventhandler..." msgid "Enabling event handlers.." msgstr "Aktiviere Eventhandler..." -#: ../../../../modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:234 #: ../../../../modules/monitoring/application/forms/Command/Object/ToggleObjectFeaturesCommandForm.php:149 +#: ../../../../modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:234 msgid "Enabling flap detection.." msgstr "Aktiviere Flap-Erkennung..." -#: ../../../../modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:238 #: ../../../../modules/monitoring/application/forms/Command/Object/ToggleObjectFeaturesCommandForm.php:141 +#: ../../../../modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:238 msgid "Enabling notifications.." msgstr "Aktiviere Benachrichtigungen..." @@ -1514,17 +1514,17 @@ msgstr "Aktiviere passive Service-Checks..." msgid "Enabling performance data.." msgstr "Aktiviere Performancedaten..." -#: ../../../../modules/monitoring/application/controllers/ListController.php:252 -#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:88 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:89 +#: ../../../../modules/monitoring/application/controllers/ListController.php:250 msgid "End Time" msgstr "Endzeitpunkt" -#: ../../../../modules/monitoring/application/controllers/TimelineController.php:76 +#: ../../../../modules/monitoring/application/controllers/TimelineController.php:77 msgid "Ended downtimes" msgstr "Beendete Downtimes" # Enter the duration of the downtime here. -#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:159 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:160 msgid "" "Enter here the duration of the downtime. The downtime will be automatically " "deleted after this time expired." @@ -1532,7 +1532,7 @@ msgstr "" "Trage hier die gewünschte Dauer der Downtime ein. Die Downtime wird nach " "Ablauf dieser Zeit automatisch gelöscht." -#: ../../../../modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:95 +#: ../../../../modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:99 msgid "" "Enter the expire date and time for this acknowledgement here. Icinga will " "delete the acknowledgement after this time expired." @@ -1541,7 +1541,7 @@ msgstr "" "Bestätigung wird nach Ablauf dieser Zeit von Icinga gelöscht." #: ../../../../modules/monitoring/application/views/scripts/downtime/show.phtml:43 -#: ../../../../modules/monitoring/application/controllers/ListController.php:249 +#: ../../../../modules/monitoring/application/controllers/ListController.php:247 msgid "Entry Time" msgstr "Eingabezeitpunkt" @@ -1561,7 +1561,7 @@ msgid "Event Handlers" msgstr "Eventhandler" #: ../../../../modules/monitoring/configuration.php:220 -#: ../../../../modules/monitoring/application/controllers/ListController.php:548 +#: ../../../../modules/monitoring/application/controllers/ListController.php:546 msgid "Event Overview" msgstr "Ereignisüberblick" @@ -1569,12 +1569,12 @@ msgstr "Ereignisüberblick" msgid "Execution time" msgstr "Ausführungsdauer" -#: ../../../../modules/monitoring/application/controllers/ListController.php:443 +#: ../../../../modules/monitoring/application/controllers/ListController.php:441 msgid "Expiration" msgstr "Ablauf" +#: ../../../../modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:96 #: ../../../../modules/monitoring/application/forms/Command/Instance/DisableNotificationsExpireCommandForm.php:43 -#: ../../../../modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:92 msgid "Expire Time" msgstr "Ablaufzeitpunkt" @@ -1605,14 +1605,15 @@ msgstr "" "Webadministrator." #: ../../../../modules/monitoring/application/forms/Setup/IdoResourcePage.php:143 +#: ../../../../modules/monitoring/application/forms/Config/TransportConfigForm.php:361 #, php-format msgid "Failed to successfully validate the configuration: %s" msgstr "Die Validierung der Konfiguration ist fehlgeschlagen: %s" -#: ../../../../modules/monitoring/application/views/scripts/show/components/flags.phtml:2 #: ../../../../modules/monitoring/application/views/scripts/hosts/show.phtml:200 -#: ../../../../modules/monitoring/application/views/scripts/services/show.phtml:202 #: ../../../../modules/monitoring/application/views/scripts/health/info.phtml:79 +#: ../../../../modules/monitoring/application/views/scripts/services/show.phtml:202 +#: ../../../../modules/monitoring/application/views/scripts/show/components/flags.phtml:2 msgid "Feature Commands" msgstr "Funktionsbefehle" @@ -1621,23 +1622,29 @@ msgid "Filter" msgstr "Filter" #: ../../../../modules/monitoring/application/views/scripts/downtime/show.phtml:60 -#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:107 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:108 msgid "Fixed" msgstr "Fest" +#: ../../../../modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml:45 +#: ../../../../modules/monitoring/application/views/scripts/show/components/downtime.phtml:86 +#, php-format +msgid "Fixed downtime by %s" +msgstr "Feste Downtime von %s" + #: ../../../../modules/monitoring/application/views/scripts/downtime/show.phtml:66 msgid "Fixed downtimes have a static start and end time." msgstr "Fixe Downtimes haben einen statischen Start- und Endzeitpunkt." #: ../../../../modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:8 #: ../../../../modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:10 -#: ../../../../modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:118 #: ../../../../modules/monitoring/application/forms/Command/Object/ToggleObjectFeaturesCommandForm.php:58 +#: ../../../../modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:118 msgid "Flap Detection" msgstr "Flap-Erkennung" -#: ../../../../modules/monitoring/application/views/helpers/HostFlags.php:16 #: ../../../../modules/monitoring/application/views/helpers/ServiceFlags.php:16 +#: ../../../../modules/monitoring/application/views/helpers/HostFlags.php:16 #: ../../../../modules/monitoring/application/views/scripts/partials/comment/comment-description.phtml:5 #: ../../../../modules/monitoring/application/forms/EventOverviewForm.php:84 msgid "Flapping" @@ -1656,17 +1663,23 @@ msgstr "Flapping beendet" #: ../../../../modules/monitoring/application/views/scripts/partials/event-history.phtml:37 #, php-format msgid "Flapping with a %.2f%% state change rate" -msgstr "" +msgstr "Flapping mit einer Änderungsrate von %.2f%%" #: ../../../../modules/monitoring/application/views/scripts/downtime/show.phtml:60 -#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:108 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:109 msgid "Flexible" msgstr "Flexibel" -#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:157 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:158 msgid "Flexible Duration" msgstr "Flexible Dauer" +#: ../../../../modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml:44 +#: ../../../../modules/monitoring/application/views/scripts/show/components/downtime.phtml:85 +#, php-format +msgid "Flexible downtime by %s" +msgstr "Flexible Downtime von %s" + # Double space in source #: ../../../../modules/monitoring/application/views/scripts/downtime/show.phtml:63 msgid "" @@ -1678,6 +1691,10 @@ msgstr "" "hinaus besitzen sie eine Einschränkung der Dauer, innerhalb derer der Host " "oder Service tatsächlich down sein kann." +#: ../../../../modules/monitoring/application/forms/Config/TransportConfigForm.php:371 +msgid "Force Changes" +msgstr "Änderungen erzwingen" + #: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceCheckCommandForm.php:62 msgid "Force Check" msgstr "Check erzwingen" @@ -1724,24 +1741,24 @@ msgstr "" #: ../../../../modules/monitoring/configuration.php:212 #: ../../../../modules/monitoring/application/views/scripts/alertsummary/index.phtml:69 -#: ../../../../modules/monitoring/library/Monitoring/Web/Controller/MonitoredObjectController.php:251 +#: ../../../../modules/monitoring/library/Monitoring/Web/Controller/MonitoredObjectController.php:245 msgid "History" msgstr "Historie" +#: ../../../../modules/monitoring/application/views/scripts/partials/comment/comment-detail.phtml:20 #: ../../../../modules/monitoring/application/views/scripts/list/notifications.phtml:53 #: ../../../../modules/monitoring/application/views/scripts/comment/show.phtml:29 #: ../../../../modules/monitoring/application/views/scripts/comment/show.phtml:31 -#: ../../../../modules/monitoring/application/views/scripts/partials/comment/comment-detail.phtml:20 #: ../../../../modules/monitoring/application/views/scripts/downtime/show.phtml:15 #: ../../../../modules/monitoring/application/views/scripts/downtime/show.phtml:30 -#: ../../../../modules/monitoring/application/controllers/ListController.php:247 -#: ../../../../modules/monitoring/application/controllers/ListController.php:440 #: ../../../../modules/monitoring/application/forms/Config/Transport/ApiTransportForm.php:29 #: ../../../../modules/monitoring/application/forms/Config/Transport/RemoteTransportForm.php:138 -#: ../../../../modules/monitoring/library/Monitoring/BackendStep.php:97 +#: ../../../../modules/monitoring/application/controllers/ListController.php:245 +#: ../../../../modules/monitoring/application/controllers/ListController.php:438 #: ../../../../modules/monitoring/library/Monitoring/TransportStep.php:94 +#: ../../../../modules/monitoring/library/Monitoring/BackendStep.php:97 #: ../../../../modules/monitoring/library/Monitoring/DataView/DataView.php:274 -#: ../../../../modules/monitoring/library/Monitoring/Web/Controller/MonitoredObjectController.php:207 +#: ../../../../modules/monitoring/library/Monitoring/Web/Controller/MonitoredObjectController.php:201 msgid "Host" msgstr "Host" @@ -1749,7 +1766,7 @@ msgstr "Host" msgid "Host Action" msgstr "Hostaktion" -#: ../../../../modules/monitoring/application/controllers/ListController.php:176 +#: ../../../../modules/monitoring/application/controllers/ListController.php:174 msgid "Host Address" msgstr "Host-IP" @@ -1763,11 +1780,11 @@ msgstr "Host-Checks" msgid "Host Group" msgstr "Hostgruppe" -#: ../../../../modules/monitoring/application/controllers/ListController.php:536 +#: ../../../../modules/monitoring/application/controllers/ListController.php:532 msgid "Host Group Name" msgstr "Hostgruppenname" -#: ../../../../modules/monitoring/application/controllers/ListController.php:503 +#: ../../../../modules/monitoring/application/controllers/ListController.php:502 msgid "Host Groups" msgstr "Hostgruppen" @@ -1780,7 +1797,7 @@ msgstr "Host-Probleme" msgid "Host Problems:" msgstr "Host-Probleme:" -#: ../../../../modules/monitoring/application/controllers/ListController.php:173 +#: ../../../../modules/monitoring/application/controllers/ListController.php:171 msgid "Host Severity" msgstr "Schwere (Host)" @@ -1806,9 +1823,9 @@ msgstr "Kein Host gefunden" msgid "Hostgroups" msgstr "Hostgruppen" -#: ../../../../modules/monitoring/application/controllers/ListController.php:89 -#: ../../../../modules/monitoring/application/controllers/ListController.php:175 -#: ../../../../modules/monitoring/application/controllers/ListController.php:600 +#: ../../../../modules/monitoring/application/controllers/ListController.php:87 +#: ../../../../modules/monitoring/application/controllers/ListController.php:173 +#: ../../../../modules/monitoring/application/controllers/ListController.php:598 msgid "Hostname" msgstr "Hostname" @@ -1819,11 +1836,11 @@ msgstr "Hostname oder IP-Adresse der entfernten Icingainstanz" #: ../../../../modules/monitoring/configuration.php:107 #: ../../../../modules/monitoring/configuration.php:176 -#: ../../../../modules/monitoring/application/views/scripts/tactical/components/hostservicechecks.phtml:9 #: ../../../../modules/monitoring/application/views/scripts/show/contact.phtml:39 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/hostservicechecks.phtml:9 +#: ../../../../modules/monitoring/application/forms/StatehistoryForm.php:98 #: ../../../../modules/monitoring/application/controllers/HostsController.php:59 #: ../../../../modules/monitoring/application/controllers/ListController.php:48 -#: ../../../../modules/monitoring/application/forms/StatehistoryForm.php:98 msgid "Hosts" msgstr "Hosts" @@ -1831,7 +1848,7 @@ msgstr "Hosts" msgid "Hour" msgstr "Stunde" -#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:137 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:138 msgid "Hours" msgstr "Stunden" @@ -1845,7 +1862,7 @@ msgstr "IPv4-Adresse" msgid "IPv6 address" msgstr "IPv6-Adresse" -#: ../../../../modules/monitoring/application/forms/Config/TransportConfigForm.php:224 +#: ../../../../modules/monitoring/application/forms/Config/TransportConfigForm.php:232 msgid "Icinga 2 API" msgstr "Icinga 2 API" @@ -1895,7 +1912,7 @@ msgstr "" "verwenden, um Befehle an die Monitoringinstanz zu senden. Dazu werden die " "weiter unter gelisteten Verbindungseinstellungen verwendet:" -#: ../../../../modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:79 +#: ../../../../modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:82 msgid "If the acknowledgement should expire, check this option." msgstr "Diese Option aktivieren, wenn die Bestätigung verfallen soll." @@ -1916,7 +1933,7 @@ msgstr "" "Diese Option aktivieren, wird die Benachrichtigung an alle normalen und " "Eskalationskontakte versendet werden sollen." -#: ../../../../modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:131 +#: ../../../../modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:135 msgid "" "If you do not want an acknowledgement notification to be sent out to the " "appropriate contacts, uncheck this option." @@ -1924,7 +1941,7 @@ msgstr "" "Diese Option deaktivieren, wenn keine Bestätigungsbenachrichtigung zu den " "jeweiligen Kontakten gesendet werden sollen." -#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:101 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:102 msgid "" "If you select the fixed option, the downtime will be in effect between the " "start and end times you specify whereas a flexible downtime starts when the " @@ -1955,7 +1972,7 @@ msgstr "" "verweisen, werden Sie nach ihrer Löschung keine Befehle mehr verschicken " "können." -#: ../../../../modules/monitoring/application/forms/Command/Object/AddCommentCommandForm.php:59 +#: ../../../../modules/monitoring/application/forms/Command/Object/AddCommentCommandForm.php:60 msgid "" "If you uncheck this option, the comment will automatically be deleted the " "next time Icinga is restarted." @@ -1963,7 +1980,7 @@ msgstr "" "Wenn diese Option deaktiviert wird, wird der Kommentar beim nächsten " "Neustart von Icinga automatisch gelöscht." -#: ../../../../modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:119 +#: ../../../../modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:123 msgid "" "If you want the acknowledgement to remain until the host or service recovers " "even if the host or service changes state, check this option." @@ -1972,10 +1989,10 @@ msgstr "" "sich der Host/Service sich erholt hat, selbst wenn sich der Host- oder " "Servicestatus ändern." -#: ../../../../modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:54 -#: ../../../../modules/monitoring/application/forms/Command/Object/SendCustomNotificationCommandForm.php:48 #: ../../../../modules/monitoring/application/forms/Command/Object/AddCommentCommandForm.php:45 #: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:67 +#: ../../../../modules/monitoring/application/forms/Command/Object/SendCustomNotificationCommandForm.php:48 +#: ../../../../modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:56 msgid "" "If you work with other administrators, you may find it useful to share " "information about the the host or service that is having problems. Make sure " @@ -1986,7 +2003,7 @@ msgstr "" "auszutauschen. Stelle sicher, hier eine kurze Tätigkeitsbeschreibung " "einzutragen." -#: ../../../../modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:67 +#: ../../../../modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:70 msgid "" "If you would like the comment to remain even when the acknowledgement is " "removed, check this option." @@ -1994,8 +2011,8 @@ msgstr "" "Diese Option aktivieren, wenn der Kommentar auch nach dem Löschen der " "Bestätigung bestehen bleiben soll." -#: ../../../../modules/monitoring/application/views/helpers/HostFlags.php:22 #: ../../../../modules/monitoring/application/views/helpers/ServiceFlags.php:22 +#: ../../../../modules/monitoring/application/views/helpers/HostFlags.php:22 msgid "In Downtime" msgstr "In einer Downtime" @@ -2018,11 +2035,11 @@ msgstr "" msgid "Instance" msgstr "Instanz" -#: ../../../../modules/monitoring/application/forms/Config/TransportConfigForm.php:202 +#: ../../../../modules/monitoring/application/forms/Config/TransportConfigForm.php:210 msgid "Instance Link" msgstr "Instanzverknüpfung" -#: ../../../../modules/monitoring/application/forms/Config/TransportConfigForm.php:89 +#: ../../../../modules/monitoring/application/forms/Config/TransportConfigForm.php:97 #, php-format msgid "Invalid command transport type \"%s\" given" msgstr "Ungültiger Befehlstransport “%s” angegeben" @@ -2034,7 +2051,7 @@ msgstr "" "Ungültiger Filter angegeben. Es können nur die folgenden Spalten verwendet " "werden: %s" -#: ../../../../modules/monitoring/application/controllers/ListController.php:246 +#: ../../../../modules/monitoring/application/controllers/ListController.php:244 msgid "Is In Effect" msgstr "Ist aktiv" @@ -2056,7 +2073,7 @@ msgstr "" msgid "Label" msgstr "Label" -#: ../../../../modules/monitoring/application/controllers/ListController.php:91 +#: ../../../../modules/monitoring/application/controllers/ListController.php:89 msgid "Last Check" msgstr "Letzter Check" @@ -2064,7 +2081,7 @@ msgstr "Letzter Check" msgid "Last External Command Check" msgstr "Letzter Check für externes Kommando" -#: ../../../../modules/monitoring/application/controllers/ListController.php:177 +#: ../../../../modules/monitoring/application/controllers/ListController.php:175 msgid "Last Host Check" msgstr "Letzter Host-Check" @@ -2072,12 +2089,12 @@ msgstr "Letzter Host-Check" msgid "Last Log File Rotation" msgstr "Letzte Logdateirotation" -#: ../../../../modules/monitoring/application/controllers/ListController.php:171 +#: ../../../../modules/monitoring/application/controllers/ListController.php:169 msgid "Last Service Check" msgstr "Letzter Service-Check" -#: ../../../../modules/monitoring/application/controllers/ListController.php:92 -#: ../../../../modules/monitoring/application/controllers/ListController.php:172 +#: ../../../../modules/monitoring/application/controllers/ListController.php:90 +#: ../../../../modules/monitoring/application/controllers/ListController.php:170 msgid "Last State Change" msgstr "Letzte Statusänderung" @@ -2109,10 +2126,10 @@ msgstr "Latenz" msgid "Legend" msgstr "Legende" -#: ../../../../modules/monitoring/application/views/scripts/show/components/notes.phtml:17 -#: ../../../../modules/monitoring/application/views/scripts/show/components/notes.phtml:18 #: ../../../../modules/monitoring/application/views/scripts/show/components/actions.phtml:17 #: ../../../../modules/monitoring/application/views/scripts/show/components/actions.phtml:18 +#: ../../../../modules/monitoring/application/views/scripts/show/components/notes.phtml:17 +#: ../../../../modules/monitoring/application/views/scripts/show/components/notes.phtml:18 msgid "Link opens in new window" msgstr "Link öffnet sich in einem neuen Fenster" @@ -2303,14 +2320,14 @@ msgid_plural "" msgstr[0] "Zeige %u Service, der gerade OK ist und nicht überwacht wird" msgstr[1] "Zeige %u Services, die gerade OK sind und nicht überwacht werden" -#: ../../../../modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:361 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:360 #, php-format msgid "List %u service that is currently in state PENDING" msgid_plural "List %u services which are currently in state PENDING" msgstr[0] "Zeige %u Service, der gerade AUSSTEHEND ist" msgstr[1] "Zeige %u Services, die gerade AUSSTEHEND sind" -#: ../../../../modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:387 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:385 #, php-format msgid "" "List %u service that is currently in state PENDING and not checked at all" @@ -2451,7 +2468,7 @@ msgstr "Zeige alle Hosts, für die Benachrichtigungen aktiv sind" msgid "List all hosts, which are processing event handlers entirely" msgstr "Zeige alle Hosts, welche Eventhandler verarbeiten" -#: ../../../../modules/monitoring/application/views/scripts/list/servicegrid.phtml:56 +#: ../../../../modules/monitoring/application/views/scripts/list/servicegrid.phtml:66 #, php-format msgid "List all reported services on host %s" msgstr "Zeige alle gemeldeten Services auf Host %s" @@ -2467,12 +2484,12 @@ msgstr "Zeige alle Services in der Gruppe “%s”" msgid "List all services of all hosts in host group \"%s\"" msgstr "Zeige alle Services von allen Hosts in der Hostgruppe %s" -#: ../../../../modules/monitoring/library/Monitoring/Web/Controller/MonitoredObjectController.php:231 +#: ../../../../modules/monitoring/library/Monitoring/Web/Controller/MonitoredObjectController.php:225 #, php-format msgid "List all services on host %s" msgstr "Zeige alle Services von Host %s" -#: ../../../../modules/monitoring/application/views/scripts/list/servicegrid.phtml:36 +#: ../../../../modules/monitoring/application/views/scripts/list/servicegrid.phtml:42 #, php-format msgid "List all services with the name \"%s\" on all reported hosts" msgstr "Zeige alle Services mit dem Namen “%s” auf allen gemeldeten Hosts" @@ -2512,11 +2529,11 @@ msgstr "Zeige Kontakte in der Kontaktgruppe “%s”" msgid "List downtimes" msgstr "Zeige Downtimes" -#: ../../../../modules/monitoring/application/controllers/ListController.php:549 +#: ../../../../modules/monitoring/application/controllers/ListController.php:547 msgid "List event records" msgstr "Zeige Ereigniseinträge" -#: ../../../../modules/monitoring/application/controllers/ListController.php:504 +#: ../../../../modules/monitoring/application/controllers/ListController.php:503 msgid "List host groups" msgstr "Zeige Hostgruppen" @@ -2536,20 +2553,16 @@ msgstr "Servicegruppen auflisten" msgid "List services" msgstr "Zeige Services" -#: ../../../../modules/monitoring/library/Monitoring/BackendStep.php:157 -msgid "Livestatus Resource" -msgstr "Livestatus Ressource" - #: ../../../../modules/monitoring/application/views/scripts/partials/event-history.phtml:200 msgid "Load More" msgstr "Mehr laden" -#: ../../../../modules/monitoring/application/views/scripts/list/servicegrid.phtml:93 -#: ../../../../modules/monitoring/application/views/scripts/list/servicegrid.phtml:114 +#: ../../../../modules/monitoring/application/views/scripts/list/servicegrid.phtml:103 +#: ../../../../modules/monitoring/application/views/scripts/list/servicegrid.phtml:124 msgid "Load more" msgstr "Mehr laden" -#: ../../../../modules/monitoring/application/forms/Config/TransportConfigForm.php:225 +#: ../../../../modules/monitoring/application/forms/Config/TransportConfigForm.php:233 msgid "Local Command File" msgstr "Lokale Befehlsdatei" @@ -2569,7 +2582,7 @@ msgstr "Maximum (Min.)" msgid "Min" msgstr "Minimum" -#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:147 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:148 msgid "Minutes" msgstr "Minuten" @@ -2600,11 +2613,6 @@ msgctxt "setup.page.title" msgid "Monitoring IDO Resource" msgstr "Monitoring-IDO-Ressource" -#: ../../../../modules/monitoring/application/forms/Setup/LivestatusResourcePage.php:14 -msgctxt "setup.page.title" -msgid "Monitoring Livestatus Resource" -msgstr "Monitoring-Livestatus-Ressource" - #: ../../../../modules/monitoring/application/forms/Setup/SecurityPage.php:14 #: ../../../../modules/monitoring/library/Monitoring/SecurityStep.php:42 msgctxt "setup.page.title" @@ -2626,12 +2634,12 @@ msgstr "Das Monitoring-Backend “%s” wurde erfolgreich entfernt" msgid "Monitoring backend \"%s\" successfully updated" msgstr "Das Monitoring-Backend “%s” wurde erfolgreich aktualisiert" -#: ../../../../modules/monitoring/library/Monitoring/Web/Navigation/Renderer/BackendAvailabilityNavigationItemRenderer.php:55 +#: ../../../../modules/monitoring/library/Monitoring/Web/Navigation/Renderer/BackendAvailabilityNavigationItemRenderer.php:63 #, php-format msgid "Monitoring backend %s is not running" msgstr "Das Monitoring-Backend %s läuft nicht" -#: ../../../../modules/monitoring/library/Monitoring/BackendStep.php:189 +#: ../../../../modules/monitoring/library/Monitoring/BackendStep.php:174 #, php-format msgid "" "Monitoring backend configuration could not be written to: %s. An error " @@ -2640,7 +2648,7 @@ msgstr "" "Die Konfiguration für das Monitoring-Backend konnte nicht nach “%s” " "geschrieben werden. Ein Fehler ist aufgetreten:" -#: ../../../../modules/monitoring/library/Monitoring/BackendStep.php:182 +#: ../../../../modules/monitoring/library/Monitoring/BackendStep.php:167 #, php-format msgid "Monitoring backend configuration has been successfully written to: %s" msgstr "" @@ -2706,7 +2714,7 @@ msgid "NOTIFICATION" msgstr "BENACHRICHTIGUNG" #: ../../../../modules/monitoring/application/views/scripts/list/contacts.phtml:20 -#: ../../../../modules/monitoring/application/controllers/ListController.php:326 +#: ../../../../modules/monitoring/application/controllers/ListController.php:324 msgid "Name" msgstr "Name" @@ -2793,7 +2801,7 @@ msgstr "Zu diesem Filter wurden keine Servicegruppen gefunden." msgid "No services found matching the filter" msgstr "Zu diesem Filter wurden keine Services gefunden" -#: ../../../../modules/monitoring/application/views/scripts/list/servicegrid.phtml:14 +#: ../../../../modules/monitoring/application/views/scripts/list/servicegrid.phtml:15 #: ../../../../modules/monitoring/application/views/scripts/list/services.phtml:18 msgid "No services found matching the filter." msgstr "Zu diesem Filter wurden keine Services gefunden." @@ -2806,7 +2814,7 @@ msgstr "Keine Zustandsänderungen im gewählten Zeitabschnitt." msgid "No such contact" msgstr "Der gewünschte Kontakt existiert nicht" -#: ../../../../modules/monitoring/application/forms/Config/TransportConfigForm.php:197 +#: ../../../../modules/monitoring/application/forms/Config/TransportConfigForm.php:205 msgctxt "command transport instance association" msgid "None" msgstr "Keines" @@ -2842,33 +2850,33 @@ msgctxt "tooltip" msgid "Notification" msgstr "Benachrichtigung" -#: ../../../../modules/monitoring/application/controllers/ListController.php:295 +#: ../../../../modules/monitoring/application/controllers/ListController.php:293 msgid "Notification Start" msgstr "Benachrichtigungsanfang" #: ../../../../modules/monitoring/configuration.php:224 -#: ../../../../modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:129 -#: ../../../../modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:131 -#: ../../../../modules/monitoring/application/views/scripts/show/components/notifications.phtml:2 -#: ../../../../modules/monitoring/application/views/scripts/partials/object/detail-content.phtml:24 +#: ../../../../modules/monitoring/application/views/scripts/partials/object/detail-content.phtml:25 #: ../../../../modules/monitoring/application/views/scripts/hosts/show.phtml:137 #: ../../../../modules/monitoring/application/views/scripts/hosts/show.phtml:141 #: ../../../../modules/monitoring/application/views/scripts/services/show.phtml:138 #: ../../../../modules/monitoring/application/views/scripts/services/show.phtml:143 -#: ../../../../modules/monitoring/application/controllers/ListController.php:273 +#: ../../../../modules/monitoring/application/views/scripts/show/components/notifications.phtml:2 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:129 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:131 +#: ../../../../modules/monitoring/application/forms/EventOverviewForm.php:74 +#: ../../../../modules/monitoring/application/forms/Command/Object/ToggleObjectFeaturesCommandForm.php:50 +#: ../../../../modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:127 #: ../../../../modules/monitoring/application/controllers/AlertsummaryController.php:329 #: ../../../../modules/monitoring/application/controllers/AlertsummaryController.php:424 #: ../../../../modules/monitoring/application/controllers/AlertsummaryController.php:467 #: ../../../../modules/monitoring/application/controllers/AlertsummaryController.php:474 #: ../../../../modules/monitoring/application/controllers/TimelineController.php:52 -#: ../../../../modules/monitoring/application/forms/EventOverviewForm.php:74 -#: ../../../../modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:127 -#: ../../../../modules/monitoring/application/forms/Command/Object/ToggleObjectFeaturesCommandForm.php:50 +#: ../../../../modules/monitoring/application/controllers/ListController.php:273 msgid "Notifications" msgstr "Benachrichtigungen" -#: ../../../../modules/monitoring/application/views/helpers/HostFlags.php:19 #: ../../../../modules/monitoring/application/views/helpers/ServiceFlags.php:19 +#: ../../../../modules/monitoring/application/views/helpers/HostFlags.php:19 msgid "Notifications Disabled" msgstr "Benachrichtigungen inaktiv" @@ -2884,7 +2892,7 @@ msgstr "Benachrichtigungen und durchschnittliche Reaktionszeiten pro Stunde." msgid "Notifications and defects per hour" msgstr "Benachrichtigungen und Fehler pro Stunde" -#: ../../../../modules/monitoring/library/Monitoring/Web/Navigation/Renderer/BackendAvailabilityNavigationItemRenderer.php:49 +#: ../../../../modules/monitoring/library/Monitoring/Web/Navigation/Renderer/BackendAvailabilityNavigationItemRenderer.php:57 msgid "Notifications are disabled" msgstr "Benachrichtigungen inaktiv" @@ -2927,7 +2935,7 @@ msgstr "Hosts verfolgen" msgid "Obsessing Over Services" msgstr "Services verfolgen" -#: ../../../../modules/monitoring/application/controllers/ListController.php:570 +#: ../../../../modules/monitoring/application/controllers/ListController.php:566 msgid "Occurence" msgstr "Vorkommen" @@ -2936,22 +2944,22 @@ msgid "Ok" msgstr "Ok" #: ../../../../modules/monitoring/application/controllers/AlertsummaryController.php:535 -#: ../../../../modules/monitoring/application/controllers/TimelineController.php:104 +#: ../../../../modules/monitoring/application/controllers/TimelineController.php:105 msgid "One day" msgstr "Ein Tag" #: ../../../../modules/monitoring/application/controllers/AlertsummaryController.php:537 -#: ../../../../modules/monitoring/application/controllers/TimelineController.php:106 +#: ../../../../modules/monitoring/application/controllers/TimelineController.php:107 msgid "One month" msgstr "Ein Monat" #: ../../../../modules/monitoring/application/controllers/AlertsummaryController.php:536 -#: ../../../../modules/monitoring/application/controllers/TimelineController.php:105 +#: ../../../../modules/monitoring/application/controllers/TimelineController.php:106 msgid "One week" msgstr "Eine Woche" #: ../../../../modules/monitoring/application/controllers/AlertsummaryController.php:538 -#: ../../../../modules/monitoring/application/controllers/TimelineController.php:107 +#: ../../../../modules/monitoring/application/controllers/TimelineController.php:108 msgid "One year" msgstr "Ein Jahr" @@ -2967,8 +2975,8 @@ msgstr "Überfällig" msgid "Overview" msgstr "Übersicht" -#: ../../../../modules/monitoring/library/Monitoring/Object/Host.php:191 #: ../../../../modules/monitoring/library/Monitoring/Object/Service.php:203 +#: ../../../../modules/monitoring/library/Monitoring/Object/Host.php:188 msgid "PENDING" msgstr "AUSSTEHEND" @@ -2977,7 +2985,7 @@ msgstr "AUSSTEHEND" msgid "Pager" msgstr "Pager" -#: ../../../../modules/monitoring/application/controllers/ListController.php:329 +#: ../../../../modules/monitoring/application/controllers/ListController.php:327 msgid "Pager Address / Number" msgstr "Pageradresse/-nummer" @@ -2998,8 +3006,8 @@ msgstr "Passive Service-Checks" msgid "Passive checks" msgstr "Passive Checks" -#: ../../../../modules/monitoring/library/Monitoring/BackendStep.php:113 #: ../../../../modules/monitoring/library/Monitoring/TransportStep.php:106 +#: ../../../../modules/monitoring/library/Monitoring/BackendStep.php:113 msgid "Password" msgstr "Passwort" @@ -3015,8 +3023,8 @@ msgstr "Pfad zur lokalen Icinga Befehlsdatei" msgid "Per Host" msgstr "pro Host" -#: ../../../../modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:188 #: ../../../../modules/monitoring/application/forms/Command/Object/ProcessCheckResultCommandForm.php:79 +#: ../../../../modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:188 msgid "Performance Data" msgstr "Performancedaten" @@ -3025,11 +3033,11 @@ msgid "Performance data" msgstr "Performancedaten" #: ../../../../modules/monitoring/application/views/scripts/comment/show.phtml:47 -#: ../../../../modules/monitoring/application/forms/Command/Object/AddCommentCommandForm.php:56 +#: ../../../../modules/monitoring/application/forms/Command/Object/AddCommentCommandForm.php:57 msgid "Persistent" msgstr "Persisten" -#: ../../../../modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:64 +#: ../../../../modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:67 msgid "Persistent Comment" msgstr "Persistenter Kommentar" @@ -3057,22 +3065,14 @@ msgstr "" "Bitte gib weiter unten die Verbindungsdetails für die IDO-Datenbank der " "Monitoringumgebung an." -#: ../../../../modules/monitoring/application/forms/Setup/LivestatusResourcePage.php:16 -msgid "" -"Please fill out the connection details below to access the Livestatus socket " -"interface for your monitoring environment." -msgstr "" -"Bitte gib weiter unten die Verbindungsdetails für den Livestatus-Socket der " -"Monitoringumgebung an." - #: ../../../../modules/monitoring/application/views/scripts/show/components/output.phtml:1 msgid "Plugin Output" msgstr "Ausgabe des Plugins" #: ../../../../modules/monitoring/application/forms/Config/Transport/ApiTransportForm.php:41 #: ../../../../modules/monitoring/application/forms/Config/Transport/RemoteTransportForm.php:150 -#: ../../../../modules/monitoring/library/Monitoring/BackendStep.php:101 #: ../../../../modules/monitoring/library/Monitoring/TransportStep.php:98 +#: ../../../../modules/monitoring/library/Monitoring/BackendStep.php:101 msgid "Port" msgstr "Port" @@ -3089,7 +3089,7 @@ msgstr "" msgid "Problem Handling" msgstr "Problembehandlung" -#: ../../../../modules/monitoring/application/views/scripts/partials/object/detail-content.phtml:5 +#: ../../../../modules/monitoring/application/views/scripts/partials/object/detail-content.phtml:6 #: ../../../../modules/monitoring/application/views/scripts/services/show.phtml:22 msgid "Problem handling" msgstr "Problembehandlung" @@ -3107,10 +3107,10 @@ msgstr "Prozessinformation" msgid "Process Information" msgstr "Prozessinformation" -#: ../../../../modules/monitoring/application/views/scripts/show/components/command.phtml:21 -#: ../../../../modules/monitoring/application/views/scripts/show/components/command.phtml:33 #: ../../../../modules/monitoring/application/views/scripts/hosts/show.phtml:166 #: ../../../../modules/monitoring/application/views/scripts/services/show.phtml:168 +#: ../../../../modules/monitoring/application/views/scripts/show/components/command.phtml:21 +#: ../../../../modules/monitoring/application/views/scripts/show/components/command.phtml:33 msgid "Process check result" msgstr "Check-Ergebnis verarbeiten" @@ -3137,7 +3137,7 @@ msgstr "Geschützte angepasste Variablen" msgid "Recently Recovered Services" msgstr "Vor kurzem erholte Services" -#: ../../../../modules/monitoring/application/forms/Config/TransportConfigForm.php:226 +#: ../../../../modules/monitoring/application/forms/Config/TransportConfigForm.php:234 msgid "Remote Command File" msgstr "Entfernter Befehlsdatei" @@ -3153,8 +3153,8 @@ msgstr "Entfernter SSH Port" msgid "Remote SSH User" msgstr "Entfernter SSH Benutzer" -#: ../../../../modules/monitoring/application/forms/Command/Object/DeleteDowntimesCommandForm.php:63 #: ../../../../modules/monitoring/application/forms/Command/Object/DeleteCommentsCommandForm.php:63 +#: ../../../../modules/monitoring/application/forms/Command/Object/DeleteDowntimesCommandForm.php:63 msgid "Remove" msgid_plural "Remove All" msgstr[0] "Entfernen" @@ -3227,10 +3227,10 @@ msgstr "Berichtintervall" msgid "Reporting" msgstr "Berichte" -#: ../../../../modules/monitoring/application/views/scripts/show/components/checkstatistics.phtml:34 -#: ../../../../modules/monitoring/application/views/scripts/show/components/checkstatistics.phtml:48 #: ../../../../modules/monitoring/application/views/scripts/hosts/show.phtml:188 #: ../../../../modules/monitoring/application/views/scripts/services/show.phtml:190 +#: ../../../../modules/monitoring/application/views/scripts/show/components/checkstatistics.phtml:34 +#: ../../../../modules/monitoring/application/views/scripts/show/components/checkstatistics.phtml:48 msgid "Reschedule" msgstr "Neu planen" @@ -3250,24 +3250,23 @@ msgstr "Service-Check neu planen" msgid "Reschedule Service Checks" msgstr "Service-Checks neu planen" -#: ../../../../modules/monitoring/application/forms/Config/BackendConfigForm.php:230 +#: ../../../../modules/monitoring/application/forms/Config/BackendConfigForm.php:226 msgid "Resource" msgstr "Ressource" #: ../../../../modules/monitoring/library/Monitoring/BackendStep.php:89 -#: ../../../../modules/monitoring/library/Monitoring/BackendStep.php:162 msgid "Resource Name" msgstr "Ressourcenname" # udpated should be updated -#: ../../../../modules/monitoring/library/Monitoring/BackendStep.php:203 +#: ../../../../modules/monitoring/library/Monitoring/BackendStep.php:188 #, php-format msgid "Resource configuration could not be udpated: %s. An error occured:" msgstr "" "Die Resourcenkonfiguration konnte nicht aktualisiert werden: %s. Ein Fehler " "ist aufgetreten:" -#: ../../../../modules/monitoring/library/Monitoring/BackendStep.php:198 +#: ../../../../modules/monitoring/library/Monitoring/BackendStep.php:183 #, php-format msgid "Resource configuration has been successfully updated: %s" msgstr "Die Ressourcenkonfiguration wurde erfolgreich aktualisiert: %s" @@ -3308,8 +3307,8 @@ msgid "STARTS" msgstr "BEGINNT" #: ../../../../modules/monitoring/application/forms/Config/BackendConfigForm.php:42 +#: ../../../../modules/monitoring/application/forms/Config/TransportConfigForm.php:51 #: ../../../../modules/monitoring/application/forms/Config/SecurityConfigForm.php:20 -#: ../../../../modules/monitoring/application/forms/Config/TransportConfigForm.php:43 msgid "Save Changes" msgstr "Änderungen speichern" @@ -3334,10 +3333,10 @@ msgstr "Service-Downtime planen" msgid "Schedule Service Downtimes" msgstr "Service-Downtimes planen" -#: ../../../../modules/monitoring/application/views/scripts/show/components/downtime.phtml:15 -#: ../../../../modules/monitoring/application/views/scripts/show/components/downtime.phtml:29 #: ../../../../modules/monitoring/application/views/scripts/partials/object/quick-actions.phtml:120 #: ../../../../modules/monitoring/application/views/scripts/partials/object/quick-actions.phtml:134 +#: ../../../../modules/monitoring/application/views/scripts/show/components/downtime.phtml:15 +#: ../../../../modules/monitoring/application/views/scripts/show/components/downtime.phtml:29 msgid "" "Schedule a downtime to suppress all problem notifications within a specific " "period of time" @@ -3364,7 +3363,7 @@ msgid_plural "Schedule downtimes" msgstr[0] "Downtime planen" msgstr[1] "Downtime planen" -#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleHostDowntimeCommandForm.php:30 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleHostDowntimeCommandForm.php:33 msgid "" "Schedule downtime for all services on the hosts and the hosts themselves." msgstr "" @@ -3375,7 +3374,7 @@ msgstr "" msgid "Schedule downtimes" msgstr "Downtimes planen" -#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleHostDowntimeCommandForm.php:50 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleHostDowntimeCommandForm.php:54 msgid "Schedule non-triggered downtime for all child hosts" msgstr "Plane Downtime ohne Auslöser für alle untergeordneten Hosts" @@ -3390,7 +3389,7 @@ msgstr "" msgid "Schedule the next active check to run immediately" msgstr "Nächsten Check sofort einplanen" -#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleHostDowntimeCommandForm.php:49 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleHostDowntimeCommandForm.php:53 msgid "Schedule triggered downtime for all child hosts" msgstr "Plane eine Downtime mit Auslöser für alle untergeordneten Hosts" @@ -3399,11 +3398,11 @@ msgstr "Plane eine Downtime mit Auslöser für alle untergeordneten Hosts" msgid "Scheduled" msgstr "Geplant" -#: ../../../../modules/monitoring/application/controllers/ListController.php:254 +#: ../../../../modules/monitoring/application/controllers/ListController.php:252 msgid "Scheduled End" msgstr "Geplantes Ende" -#: ../../../../modules/monitoring/application/controllers/ListController.php:253 +#: ../../../../modules/monitoring/application/controllers/ListController.php:251 msgid "Scheduled Start" msgstr "Geplanter Start" @@ -3427,7 +3426,7 @@ msgid_plural "Scheduling host checks.." msgstr[0] "Plane Host-Check..." msgstr[1] "Plane Host-Checks.." -#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleHostDowntimeCommandForm.php:112 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleHostDowntimeCommandForm.php:116 msgid "Scheduling host downtime.." msgid_plural "Scheduling host downtimes.." msgstr[0] "Plane Host-Downtime..." @@ -3439,7 +3438,7 @@ msgid_plural "Scheduling service checks.." msgstr[0] "Plane Service-Check..." msgstr[1] "Plane Service-Checks.." -#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:223 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:224 msgid "Scheduling service downtime.." msgid_plural "Scheduling service downtimes.." msgstr[0] "Plane Service-Downtime..." @@ -3454,23 +3453,23 @@ msgstr "Sicherheit" msgid "Send Custom Host Notification" msgstr "Benutzerdefinierte Host-Benachrichtigung senden" -#: ../../../../modules/monitoring/application/controllers/ServicesController.php:226 #: ../../../../modules/monitoring/application/controllers/ServiceController.php:138 +#: ../../../../modules/monitoring/application/controllers/ServicesController.php:226 msgid "Send Custom Service Notification" msgstr "Benutzerdefinierte Service-Benachrichtigung senden" -#: ../../../../modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:128 +#: ../../../../modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:132 msgid "Send Notification" msgstr "Benachrichtigung senden" -#: ../../../../modules/monitoring/application/views/scripts/show/components/notifications.phtml:18 #: ../../../../modules/monitoring/application/views/scripts/partials/object/quick-actions.phtml:88 +#: ../../../../modules/monitoring/application/views/scripts/show/components/notifications.phtml:18 msgid "Send a custom notification to contacts responsible for this host" msgstr "" "Benutzerdefinierte Benachrichtigung an für diesen Host Verantwortliche senden" -#: ../../../../modules/monitoring/application/views/scripts/show/components/notifications.phtml:33 #: ../../../../modules/monitoring/application/views/scripts/partials/object/quick-actions.phtml:102 +#: ../../../../modules/monitoring/application/views/scripts/show/components/notifications.phtml:33 msgid "Send a custom notification to contacts responsible for this service" msgstr "" "Benutzerdefinierte Benachrichtigung an für diesen Service Verantwortliche " @@ -3510,18 +3509,18 @@ msgstr[1] "Sende Benutzerdefinierte Benachrichtigung..." msgid "Sent to %s" msgstr "Gesendet an %s" +#: ../../../../modules/monitoring/application/views/scripts/partials/comment/comment-detail.phtml:3 +#: ../../../../modules/monitoring/application/views/scripts/partials/object/service-header.phtml:48 +#: ../../../../modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml:13 #: ../../../../modules/monitoring/application/views/scripts/list/notifications.phtml:44 #: ../../../../modules/monitoring/application/views/scripts/comment/show.phtml:17 #: ../../../../modules/monitoring/application/views/scripts/comment/show.phtml:19 -#: ../../../../modules/monitoring/application/views/scripts/partials/comment/comment-detail.phtml:3 -#: ../../../../modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml:13 -#: ../../../../modules/monitoring/application/views/scripts/partials/object/service-header.phtml:48 #: ../../../../modules/monitoring/application/views/scripts/downtime/show.phtml:15 #: ../../../../modules/monitoring/application/views/scripts/downtime/show.phtml:26 -#: ../../../../modules/monitoring/application/controllers/ListController.php:248 -#: ../../../../modules/monitoring/application/controllers/ListController.php:441 +#: ../../../../modules/monitoring/application/controllers/ListController.php:246 +#: ../../../../modules/monitoring/application/controllers/ListController.php:439 #: ../../../../modules/monitoring/library/Monitoring/DataView/DataView.php:277 -#: ../../../../modules/monitoring/library/Monitoring/Web/Controller/MonitoredObjectController.php:221 +#: ../../../../modules/monitoring/library/Monitoring/Web/Controller/MonitoredObjectController.php:215 msgid "Service" msgstr "Service" @@ -3536,7 +3535,7 @@ msgid "Service Checks" msgstr "Service-Checks" #: ../../../../modules/monitoring/configuration.php:156 -#: ../../../../modules/monitoring/application/controllers/ListController.php:576 +#: ../../../../modules/monitoring/application/controllers/ListController.php:574 msgid "Service Grid" msgstr "Serviceraster" @@ -3544,7 +3543,7 @@ msgstr "Serviceraster" msgid "Service Group" msgstr "Servicegruppe" -#: ../../../../modules/monitoring/application/controllers/ListController.php:489 +#: ../../../../modules/monitoring/application/controllers/ListController.php:486 msgid "Service Group Name" msgstr "Servicegruppenname" @@ -3552,8 +3551,8 @@ msgstr "Servicegruppenname" msgid "Service Groups" msgstr "Servicegruppen" -#: ../../../../modules/monitoring/application/controllers/ListController.php:170 -#: ../../../../modules/monitoring/application/controllers/ListController.php:601 +#: ../../../../modules/monitoring/application/controllers/ListController.php:168 +#: ../../../../modules/monitoring/application/controllers/ListController.php:599 msgid "Service Name" msgstr "Service-Name" @@ -3568,7 +3567,7 @@ msgid "Service Problems:" msgstr "Serviceprobleme:" # Should be Problem Severity -#: ../../../../modules/monitoring/application/controllers/ListController.php:168 +#: ../../../../modules/monitoring/application/controllers/ListController.php:166 msgid "Service Severity" msgstr "Schweregrad des Problems" @@ -3589,12 +3588,12 @@ msgstr "Servicegruppen" #: ../../../../modules/monitoring/configuration.php:108 #: ../../../../modules/monitoring/configuration.php:180 -#: ../../../../modules/monitoring/application/views/scripts/tactical/components/hostservicechecks.phtml:10 #: ../../../../modules/monitoring/application/views/scripts/show/contact.phtml:44 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/hostservicechecks.phtml:10 +#: ../../../../modules/monitoring/application/forms/StatehistoryForm.php:97 #: ../../../../modules/monitoring/application/controllers/ServicesController.php:66 #: ../../../../modules/monitoring/application/controllers/ListController.php:123 -#: ../../../../modules/monitoring/application/forms/StatehistoryForm.php:97 -#: ../../../../modules/monitoring/library/Monitoring/Web/Controller/MonitoredObjectController.php:234 +#: ../../../../modules/monitoring/library/Monitoring/Web/Controller/MonitoredObjectController.php:228 msgid "Services" msgstr "Services" @@ -3602,7 +3601,7 @@ msgstr "Services" msgid "Set the date and time when the check should be scheduled." msgstr "Setze den Zeitpunkt, zu welchem dieser Check ausgeführt werden soll." -#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:89 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:90 msgid "Set the end date and time for the downtime." msgstr "Setze den Endzeitpunkt für diese Downtime." @@ -3610,40 +3609,38 @@ msgstr "Setze den Endzeitpunkt für diese Downtime." msgid "Set the expire time." msgstr "Setzte das Verfallsdatum." -#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:79 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:80 msgid "Set the start date and time for the downtime." msgstr "Setze den Startzeitpunkt für diese Downtime." -#: ../../../../modules/monitoring/library/Monitoring/MonitoringWizard.php:112 +#: ../../../../modules/monitoring/library/Monitoring/MonitoringWizard.php:107 msgctxt "setup.summary.btn.finish" msgid "Setup the monitoring module for Icinga Web 2" msgstr "Das Monitoringmodul für Icinga Web 2 einrichten" -#: ../../../../modules/monitoring/application/controllers/ListController.php:87 -#: ../../../../modules/monitoring/application/controllers/ListController.php:488 -#: ../../../../modules/monitoring/application/controllers/ListController.php:535 +#: ../../../../modules/monitoring/application/controllers/ListController.php:85 msgid "Severity" msgstr "Schweregrad" -#: ../../../../modules/monitoring/application/views/scripts/list/comments.phtml:45 +#: ../../../../modules/monitoring/application/views/scripts/partials/event-history.phtml:190 +#: ../../../../modules/monitoring/application/views/scripts/partials/show-more.phtml:6 #: ../../../../modules/monitoring/application/views/scripts/list/hostgroups.phtml:270 +#: ../../../../modules/monitoring/application/views/scripts/list/notifications.phtml:82 #: ../../../../modules/monitoring/application/views/scripts/list/contacts.phtml:73 #: ../../../../modules/monitoring/application/views/scripts/list/servicegroups.phtml:166 +#: ../../../../modules/monitoring/application/views/scripts/list/comments.phtml:45 #: ../../../../modules/monitoring/application/views/scripts/list/services.phtml:102 #: ../../../../modules/monitoring/application/views/scripts/list/downtimes.phtml:48 -#: ../../../../modules/monitoring/application/views/scripts/list/notifications.phtml:82 #: ../../../../modules/monitoring/application/views/scripts/list/hosts.phtml:97 -#: ../../../../modules/monitoring/application/views/scripts/partials/show-more.phtml:6 -#: ../../../../modules/monitoring/application/views/scripts/partials/event-history.phtml:190 msgid "Show More" msgstr "Mehr zeigen" -#: ../../../../modules/monitoring/library/Monitoring/Web/Controller/MonitoredObjectController.php:249 +#: ../../../../modules/monitoring/library/Monitoring/Web/Controller/MonitoredObjectController.php:243 #, php-format msgid "Show all event records of host %s" msgstr "Zeige alle Ereigniseinträge für den Host %s" -#: ../../../../modules/monitoring/library/Monitoring/Web/Controller/MonitoredObjectController.php:245 +#: ../../../../modules/monitoring/library/Monitoring/Web/Controller/MonitoredObjectController.php:239 #, php-format msgid "Show all event records of service %s on host %s" msgstr "Zeige alle Ereigniseinträge für Service %s auf Host %s" @@ -3656,28 +3653,28 @@ msgstr "" "Zeige eine Übersicht aller Hosts und Services, ihre aktuellen Zustände und " "Ausutzung der Monitoringmerkmale" -#: ../../../../modules/monitoring/application/views/scripts/list/contactgroups.phtml:39 -#: ../../../../modules/monitoring/application/views/scripts/list/contacts.phtml:35 -#: ../../../../modules/monitoring/application/views/scripts/show/components/contacts.phtml:11 #: ../../../../modules/monitoring/application/views/scripts/partials/event-history.phtml:12 +#: ../../../../modules/monitoring/application/views/scripts/list/contacts.phtml:35 +#: ../../../../modules/monitoring/application/views/scripts/list/contactgroups.phtml:39 +#: ../../../../modules/monitoring/application/views/scripts/show/components/contacts.phtml:11 #, php-format msgid "Show detailed information about %s" msgstr "Zeige detaillierte Informationen über %s" #: ../../../../modules/monitoring/application/views/helpers/Link.php:37 +#: ../../../../modules/monitoring/application/views/scripts/partials/event-history.phtml:154 #: ../../../../modules/monitoring/application/views/scripts/list/services.phtml:65 #: ../../../../modules/monitoring/application/views/scripts/list/hosts.phtml:50 -#: ../../../../modules/monitoring/application/views/scripts/partials/event-history.phtml:154 -#: ../../../../modules/monitoring/library/Monitoring/Web/Controller/MonitoredObjectController.php:204 +#: ../../../../modules/monitoring/library/Monitoring/Web/Controller/MonitoredObjectController.php:198 #, php-format msgid "Show detailed information for host %s" msgstr "Zeige detaillierte Informationen über Host %s" #: ../../../../modules/monitoring/application/views/helpers/Link.php:63 -#: ../../../../modules/monitoring/application/views/scripts/list/servicegrid.phtml:80 -#: ../../../../modules/monitoring/application/views/scripts/list/services.phtml:76 #: ../../../../modules/monitoring/application/views/scripts/partials/event-history.phtml:168 -#: ../../../../modules/monitoring/library/Monitoring/Web/Controller/MonitoredObjectController.php:217 +#: ../../../../modules/monitoring/application/views/scripts/list/servicegrid.phtml:90 +#: ../../../../modules/monitoring/application/views/scripts/list/services.phtml:76 +#: ../../../../modules/monitoring/library/Monitoring/Web/Controller/MonitoredObjectController.php:211 #, php-format msgid "Show detailed information for service %s on host %s" msgstr "Zeige detaillierte Informationen über Service %s auf Host %s" @@ -3726,7 +3723,7 @@ msgstr "" "Zeige die letzten Alarme und visualisiere Benachrichtigungen und Probleme in " "Abhängigkeit von ihrer Anzahl und zeitlichen Verteilung." -#: ../../../../modules/monitoring/application/forms/Config/BackendConfigForm.php:249 +#: ../../../../modules/monitoring/application/forms/Config/BackendConfigForm.php:245 #: ../../../../modules/monitoring/application/forms/Config/Transport/RemoteTransportForm.php:126 msgid "Show resource configuration" msgstr "Zeige die Ressourcenkonfiguration" @@ -3749,11 +3746,11 @@ msgstr "Zeige zusammengefasst Informationen für %u Services" msgid "Show the Event Grid" msgstr "Zeige das Ereignisraster" -#: ../../../../modules/monitoring/application/controllers/ListController.php:576 +#: ../../../../modules/monitoring/application/controllers/ListController.php:574 msgid "Show the Service Grid" msgstr "Zeige das Serviceraster" -#: ../../../../modules/monitoring/application/forms/Config/BackendConfigForm.php:248 +#: ../../../../modules/monitoring/application/forms/Config/BackendConfigForm.php:244 #: ../../../../modules/monitoring/application/forms/Config/Transport/RemoteTransportForm.php:125 #, php-format msgid "Show the configuration of the %s resource" @@ -3765,21 +3762,16 @@ msgstr "" "Zeige die Anzahl der historischen Ereigniseinträge, gruppiert nach Zeit und " "Typ" -#: ../../../../modules/monitoring/application/forms/Setup/LivestatusResourcePage.php:76 #: ../../../../modules/monitoring/application/forms/Setup/IdoResourcePage.php:183 -#: ../../../../modules/monitoring/application/forms/Config/BackendConfigForm.php:321 +#: ../../../../modules/monitoring/application/forms/Config/BackendConfigForm.php:317 msgid "Skip Validation" msgstr "Validierung überspringen" -#: ../../../../modules/monitoring/library/Monitoring/BackendStep.php:166 -msgid "Socket" -msgstr "Socket" - -#: ../../../../modules/monitoring/application/views/scripts/list/services.phtml:49 -#: ../../../../modules/monitoring/application/views/scripts/list/hosts.phtml:36 #: ../../../../modules/monitoring/application/views/scripts/partials/object/host-header.phtml:12 #: ../../../../modules/monitoring/application/views/scripts/partials/object/service-header.phtml:13 #: ../../../../modules/monitoring/application/views/scripts/partials/object/service-header.phtml:42 +#: ../../../../modules/monitoring/application/views/scripts/list/services.phtml:49 +#: ../../../../modules/monitoring/application/views/scripts/list/hosts.phtml:36 msgctxt "Soft state" msgid "Soft" msgstr "Soft" @@ -3789,17 +3781,17 @@ msgctxt "tooltip" msgid "Soft state" msgstr "Soft state" -#: ../../../../modules/monitoring/library/Monitoring/MonitoringWizard.php:109 +#: ../../../../modules/monitoring/library/Monitoring/MonitoringWizard.php:104 msgctxt "setup.welcome.btn.next" msgid "Start" msgstr "Beginnen" -#: ../../../../modules/monitoring/application/controllers/ListController.php:251 -#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:78 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:79 +#: ../../../../modules/monitoring/application/controllers/ListController.php:249 msgid "Start Time" msgstr "Anfangszeit" -#: ../../../../modules/monitoring/application/controllers/TimelineController.php:71 +#: ../../../../modules/monitoring/application/controllers/TimelineController.php:72 msgid "Started downtimes" msgstr "Begonnene Downtimes" @@ -3820,7 +3812,7 @@ msgstr "Statistiken" msgid "Status" msgstr "Zustand" -#: ../../../../modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:116 +#: ../../../../modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:120 msgid "Sticky Acknowledgement" msgstr "Sticky Bestätigung" @@ -3862,14 +3854,14 @@ msgstr "System" msgid "Tactical Overview" msgstr "Taktische Übersicht" -#: ../../../../modules/monitoring/library/Monitoring/MonitoringWizard.php:190 +#: ../../../../modules/monitoring/library/Monitoring/MonitoringWizard.php:183 msgid "" "The Zend database adapter for MySQL is required to access a MySQL database." msgstr "" "Der Zend Datenbank-Adapter für MySQL wird benötigt, um auf MySQL-Datenbanken " "zuzugreifen." -#: ../../../../modules/monitoring/library/Monitoring/MonitoringWizard.php:210 +#: ../../../../modules/monitoring/library/Monitoring/MonitoringWizard.php:203 msgid "" "The Zend database adapter for PostgreSQL is required to access a PostgreSQL " "database." @@ -3878,10 +3870,11 @@ msgstr "" "Datenbanken zuzugreifen." #: ../../../../modules/monitoring/application/forms/Setup/IdoResourcePage.php:102 +#: ../../../../modules/monitoring/application/forms/Config/TransportConfigForm.php:339 msgid "The configuration has been successfully validated." msgstr "Die Konfiguration wurde erfolgreich validiert." -#: ../../../../modules/monitoring/application/forms/Setup/BackendPage.php:46 +#: ../../../../modules/monitoring/application/forms/Setup/BackendPage.php:45 msgid "The data source used for retrieving monitoring information" msgstr "Die Datenquelle für das Abrufen von Monitoring-Daten" @@ -3909,8 +3902,8 @@ msgstr "" "flexiblen (nicht-festen) Downtime ist dies der frühestmögliche Zeitpunkt, zu " "dem sie beginnen kann" -#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleHostDowntimeCommandForm.php:70 -#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:204 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:205 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleHostDowntimeCommandForm.php:74 msgid "The end time must be greater than the start time" msgstr "Der Endzeitpunkt muss hinter dem Startzeitpunkt liegen" @@ -3919,7 +3912,7 @@ msgstr "Der Endzeitpunkt muss hinter dem Startzeitpunkt liegen" msgid "The filter column \"%s\" is not allowed here." msgstr "Die Filterspalte “%s” ist hier nicht erlaubt." -#: ../../../../modules/monitoring/library/Monitoring/MonitoringWizard.php:64 +#: ../../../../modules/monitoring/library/Monitoring/MonitoringWizard.php:62 msgid "The given resource name is already in use." msgstr "Der eingegebene Name der Ressource wird bereits benutzt." @@ -3932,7 +3925,7 @@ msgstr "Die Kennung des Backends" msgid "The last one was sent %s." msgstr "Die letzte wurde %s gesendet." -#: ../../../../modules/monitoring/application/forms/Config/TransportConfigForm.php:204 +#: ../../../../modules/monitoring/application/forms/Config/TransportConfigForm.php:212 msgid "" "The name of the Icinga instance this transport should exclusively transfer " "commands to." @@ -3944,7 +3937,7 @@ msgstr "" msgid "The name of the person who scheduled this downtime" msgstr "Der Name der Person, die die Downtime geplant hat" -#: ../../../../modules/monitoring/application/forms/Config/TransportConfigForm.php:218 +#: ../../../../modules/monitoring/application/forms/Config/TransportConfigForm.php:226 msgid "" "The name of this command transport that is used to differentiate it from " "others" @@ -3972,11 +3965,17 @@ msgstr "" msgid "The plugin output of this check result" msgstr "Der Plugin-Output des Check-Ergebnisses" -#: ../../../../modules/monitoring/application/forms/Config/BackendConfigForm.php:231 +#: ../../../../modules/monitoring/application/forms/Config/BackendConfigForm.php:227 #: ../../../../modules/monitoring/application/forms/Config/Transport/RemoteTransportForm.php:108 msgid "The resource to use" msgstr "Die zu benutzenden Ressource" +#: ../../../../modules/monitoring/application/forms/Setup/IdoResourcePage.php:162 +#, php-format +msgid "The server's version %s is too old. The minimum required version is %s." +msgstr "" +"Die Server Version %s ist zu alt. Die mindestens benötigte Version ist %s." + #: ../../../../modules/monitoring/library/Monitoring/DataView/DataView.php:356 #, php-format msgid "The sort column \"%s\" is not allowed in \"%s\"." @@ -3986,11 +3985,11 @@ msgstr "Die Spalte “%s” ist in “%s” nicht zum Sortieren erlaubt." msgid "The state this check result should report" msgstr "Der von diesem Check-Ergebnis erwartete Status" -#: ../../../../modules/monitoring/application/forms/Config/BackendConfigForm.php:217 +#: ../../../../modules/monitoring/application/forms/Config/BackendConfigForm.php:213 msgid "The type of data source used for retrieving monitoring information" msgstr "Der Typ der Datenquelle für das Abrufen von Monitoring-Daten" -#: ../../../../modules/monitoring/application/forms/Config/BackendConfigForm.php:375 +#: ../../../../modules/monitoring/application/forms/Config/BackendConfigForm.php:371 msgid "" "There is currently more than one icinga instance writing to the IDO. You'll " "see all objects from all instances without any differentation. If this is " @@ -4001,7 +4000,7 @@ msgstr "" "nicht gewünscht ist, sollte eine separate IDO für jede Instanz aufgesetzt " "werden." -#: ../../../../modules/monitoring/application/forms/Config/BackendConfigForm.php:369 +#: ../../../../modules/monitoring/application/forms/Config/BackendConfigForm.php:365 msgid "" "There is currently no icinga instance writing to the IDO. Make sure that a " "icinga instance is configured and able to write to the IDO." @@ -4089,11 +4088,11 @@ msgstr "Dieser Kommentar verfällt am %s um %s" msgid "This comment expires on %s at %s." msgstr "Dieser Kommentar verfällt am %s um %s." -#: ../../../../modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml:50 +#: ../../../../modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml:54 msgid "This downtime is flexible" msgstr "Diese Downtime ist flexibel" -#: ../../../../modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml:54 +#: ../../../../modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml:58 msgid "This downtime is in effect" msgstr "Diese Downtime ist wirksam" @@ -4171,7 +4170,7 @@ msgstr "Diese Benachrichtigung wurde an keinen Kontakt gesendet." msgid "Time to Reaction (Ack, Recover)" msgstr "Zeit bis zur Reaktion (Bestätigung, Wiederherstellung)" -#: ../../../../modules/monitoring/application/controllers/TimelineController.php:109 +#: ../../../../modules/monitoring/application/controllers/TimelineController.php:110 msgid "TimeLine interval" msgstr "Zeitleisten Intervall" @@ -4185,7 +4184,7 @@ msgstr "Zeitleiste" msgid "To" msgstr "Um" -#: ../../../../modules/monitoring/library/Monitoring/MonitoringWizard.php:181 +#: ../../../../modules/monitoring/library/Monitoring/MonitoringWizard.php:174 msgid "" "To access the IDO stored in a MySQL database the PDO-MySQL module for PHP is " "required." @@ -4193,7 +4192,7 @@ msgstr "" "Um auf die in einer MySQL gespeicherte IDO zuzugreifen, wird das PDO-MySQL " "Modul für PHP benötigt." -#: ../../../../modules/monitoring/library/Monitoring/MonitoringWizard.php:201 +#: ../../../../modules/monitoring/library/Monitoring/MonitoringWizard.php:194 msgid "" "To access the IDO stored in a PostgreSQL database the PDO-PostgreSQL module " "for PHP is required." @@ -4209,7 +4208,7 @@ msgstr "" "Füllen die Einstellungen unterhalb aus um die Monitoring Umgebung gegen " "neugierige Augen zu beschützen." -#: ../../../../modules/monitoring/library/Monitoring/MonitoringWizard.php:221 +#: ../../../../modules/monitoring/library/Monitoring/MonitoringWizard.php:214 msgid "" "To send external commands over Icinga 2's API the cURL module for PHP is " "required." @@ -4230,12 +4229,12 @@ msgstr "Top 5 der letzten Alarme" msgid "Total" msgstr "Gesamt" -#: ../../../../modules/monitoring/application/controllers/ListController.php:537 +#: ../../../../modules/monitoring/application/controllers/ListController.php:533 msgid "Total Hosts" msgstr "Alle Hosts" -#: ../../../../modules/monitoring/application/controllers/ListController.php:490 -#: ../../../../modules/monitoring/application/controllers/ListController.php:538 +#: ../../../../modules/monitoring/application/controllers/ListController.php:487 +#: ../../../../modules/monitoring/application/controllers/ListController.php:534 msgid "Total Services" msgstr "Alle Services" @@ -4243,11 +4242,11 @@ msgstr "Alle Services" msgid "Transport" msgstr "Transport" -#: ../../../../modules/monitoring/application/forms/Config/TransportConfigForm.php:216 +#: ../../../../modules/monitoring/application/forms/Config/TransportConfigForm.php:224 msgid "Transport Name" msgstr "Transport Name" -#: ../../../../modules/monitoring/application/forms/Config/TransportConfigForm.php:244 +#: ../../../../modules/monitoring/application/forms/Config/TransportConfigForm.php:252 msgid "Transport Type" msgstr "Transport Typ" @@ -4259,7 +4258,7 @@ msgstr "Verlauf" msgid "Trend for the last 24h" msgstr "Verlauf der letzten 24 Stunden" -#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:99 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:100 msgid "Type" msgstr "Typ" @@ -4278,7 +4277,7 @@ msgctxt "icinga.state" msgid "UNKNOWN" msgstr "UNBEKANNT" -#: ../../../../modules/monitoring/library/Monitoring/Object/Host.php:188 +#: ../../../../modules/monitoring/library/Monitoring/Object/Host.php:185 msgid "UNREACHABLE" msgstr "UNERREICHBAR" @@ -4287,7 +4286,7 @@ msgctxt "icinga.state" msgid "UNREACHABLE" msgstr "UNERREICHBAR" -#: ../../../../modules/monitoring/library/Monitoring/Object/Host.php:182 +#: ../../../../modules/monitoring/library/Monitoring/Object/Host.php:179 msgid "UP" msgstr "UP" @@ -4296,8 +4295,8 @@ msgctxt "icinga.state" msgid "UP" msgstr "UP" -#: ../../../../modules/monitoring/application/views/helpers/HostFlags.php:10 #: ../../../../modules/monitoring/application/views/helpers/ServiceFlags.php:10 +#: ../../../../modules/monitoring/application/views/helpers/HostFlags.php:10 msgid "Unhandled" msgstr "Unbehandelt" @@ -4317,7 +4316,7 @@ msgstr "Nicht erreichbar" msgid "Up" msgstr "Up" -#: ../../../../modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:76 +#: ../../../../modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:79 msgid "Use Expire Time" msgstr "Verfallszeitpunkt nutzen" @@ -4345,16 +4344,18 @@ msgstr "" "Der Benutzer der sich auf der entfernte Icinga Instanz anmeldet. Bitte " "beachte, der Benutzer muss sich per SSH Schlüssel einloggen können." -#: ../../../../modules/monitoring/library/Monitoring/BackendStep.php:109 #: ../../../../modules/monitoring/library/Monitoring/TransportStep.php:102 +#: ../../../../modules/monitoring/library/Monitoring/BackendStep.php:109 msgid "Username" msgstr "Benutzername" -#: ../../../../modules/monitoring/library/Monitoring/MonitoringWizard.php:122 +#: ../../../../modules/monitoring/application/forms/Config/TransportConfigForm.php:278 +#: ../../../../modules/monitoring/library/Monitoring/MonitoringWizard.php:117 msgid "Validate Configuration" msgstr "Validiere die Konfiguration" -#: ../../../../modules/monitoring/library/Monitoring/MonitoringWizard.php:123 +#: ../../../../modules/monitoring/application/forms/Config/TransportConfigForm.php:279 +#: ../../../../modules/monitoring/library/Monitoring/MonitoringWizard.php:118 msgid "Validation In Progress" msgstr "Überprüfung läuft" @@ -4393,11 +4394,11 @@ msgstr "Willkommen bei der Konfiguration des Icinga Web 2 Monitoring Moduls!" msgid "Yes" msgstr "Ja" -#: ../../../../modules/monitoring/library/Monitoring/MonitoringWizard.php:187 +#: ../../../../modules/monitoring/library/Monitoring/MonitoringWizard.php:180 msgid "Zend database adapter for MySQL" msgstr "Zend Datenbankadapter für MySQL" -#: ../../../../modules/monitoring/library/Monitoring/MonitoringWizard.php:207 +#: ../../../../modules/monitoring/library/Monitoring/MonitoringWizard.php:200 msgid "Zend database adapter for PostgreSQL" msgstr "Zend Datenbankadapter für PostgreSQL" @@ -4412,7 +4413,6 @@ msgid "between %s and %s" msgstr "zwischen %s und %s" #: ../../../../modules/monitoring/application/views/scripts/partials/comment/comment-detail.phtml:34 -#: ../../../../modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml:42 msgid "by" msgstr "von" @@ -4424,7 +4424,7 @@ msgstr "geändert" msgid "commented" msgstr "kommentiert" -#: ../../../../modules/monitoring/application/views/scripts/show/components/downtime.phtml:85 +#: ../../../../modules/monitoring/application/views/scripts/show/components/downtime.phtml:90 msgid "created" msgstr "erstellt" @@ -4451,7 +4451,7 @@ msgstr "Endet %s" msgid "expected %s" msgstr "erwartet %s" -#: ../../../../modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml:46 +#: ../../../../modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml:50 #, php-format msgid "expires %s" msgstr "läuft %s ab" @@ -4475,7 +4475,7 @@ msgstr "" "Der Zeitpunkt, an dem die geplante Downtime tatsächlich gestartet wurde" #: ../../../../modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml:29 -#: ../../../../modules/monitoring/library/Monitoring/Object/MonitoredObject.php:733 +#: ../../../../modules/monitoring/library/Monitoring/Object/MonitoredObject.php:713 msgid "host" msgstr "Host" @@ -4531,7 +4531,7 @@ msgctxt "Last format parameter represents the time scheduled" msgid "scheduled flexible %s" msgstr "flexibel geplant %s" -#: ../../../../modules/monitoring/library/Monitoring/Object/MonitoredObject.php:736 +#: ../../../../modules/monitoring/library/Monitoring/Object/MonitoredObject.php:716 msgid "service" msgstr "Service" @@ -4539,7 +4539,7 @@ msgstr "Service" msgid "soft state" msgstr "soft state" -#: ../../../../modules/monitoring/library/Monitoring/MonitoringWizard.php:53 +#: ../../../../modules/monitoring/library/Monitoring/MonitoringWizard.php:51 msgctxt "setup.summary.subject" msgid "the monitoring module" msgstr "das Monitoring Modul" @@ -4552,6 +4552,30 @@ msgstr "Unverändert" msgid "up" msgstr "steigend" +#~ msgid "" +#~ "Check this to not to validate connectivity with the given Livestatus " +#~ "socket" +#~ msgstr "" +#~ "Häkchen setzen um die Verbindung zum angegebenen Livestatus-Socket nicht " +#~ "zu überprüfen" + +#~ msgid "Livestatus Resource" +#~ msgstr "Livestatus Ressource" + +#~ msgctxt "setup.page.title" +#~ msgid "Monitoring Livestatus Resource" +#~ msgstr "Monitoring-Livestatus-Ressource" + +#~ msgid "" +#~ "Please fill out the connection details below to access the Livestatus " +#~ "socket interface for your monitoring environment." +#~ msgstr "" +#~ "Bitte gib weiter unten die Verbindungsdetails für den Livestatus-Socket " +#~ "der Monitoringumgebung an." + +#~ msgid "Socket" +#~ msgstr "Socket" + #~ msgid " Down Hosts (Handled)" #~ msgstr "Hosts Down (bestätigt)" diff --git a/modules/setup/application/forms/DbResourcePage.php b/modules/setup/application/forms/DbResourcePage.php index 4696e9c86..b3f178480 100644 --- a/modules/setup/application/forms/DbResourcePage.php +++ b/modules/setup/application/forms/DbResourcePage.php @@ -141,22 +141,22 @@ class DbResourcePage extends Form if ($this->getValue('db') === 'pgsql') { if ($connectionError !== null) { - $this->warning($this->translate(sprintf( - 'Unable to check the server\'s version. This is usually not a critical error as there is' - . ' probably only access to the database permitted which does not exist yet. If you are' + $this->warning(sprintf( + $this->translate('Unable to check the server\'s version. This is usually not a critical error' + . ' as there is probably only access to the database permitted which does not exist yet. If you are' . ' absolutely sure you are running PostgreSQL in a version equal to or newer than 9.1,' - . ' you can skip the validation and safely proceed to the next step. The error was: %s', + . ' you can skip the validation and safely proceed to the next step. The error was: %s'), $connectionError->getMessage() - ))); + )); $state = false; } else { $version = $db->getServerVersion(); if (version_compare($version, '9.1', '<')) { - $this->error($this->translate(sprintf( - 'The server\'s version %s is too old. The minimum required version is %s.', + $this->error(sprintf( + $this->translate('The server\'s version %s is too old. The minimum required version is %s.'), $version, '9.1' - ))); + )); $state = false; } } diff --git a/modules/setup/application/locale/de_DE/LC_MESSAGES/setup.mo b/modules/setup/application/locale/de_DE/LC_MESSAGES/setup.mo index 296cfae66..ea1349e09 100644 Binary files a/modules/setup/application/locale/de_DE/LC_MESSAGES/setup.mo and b/modules/setup/application/locale/de_DE/LC_MESSAGES/setup.mo differ diff --git a/modules/setup/application/locale/de_DE/LC_MESSAGES/setup.po b/modules/setup/application/locale/de_DE/LC_MESSAGES/setup.po index a9a52b685..64ddfb8c8 100644 --- a/modules/setup/application/locale/de_DE/LC_MESSAGES/setup.po +++ b/modules/setup/application/locale/de_DE/LC_MESSAGES/setup.po @@ -1,74 +1,76 @@ # Icinga Web 2 - Head for multiple monitoring backends. -# Copyright (C) 2016 Icinga Development Team +# Copyright (C) 2017 Icinga Development Team # This file is distributed under the same license as Setup Module. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" -"Project-Id-Version: Setup Module (2.3.4)\n" +"Project-Id-Version: Setup Module (2.4.2)\n" "Report-Msgid-Bugs-To: dev@icinga.com\n" -"POT-Creation-Date: 2016-12-12 09:32+0000\n" -"PO-Revision-Date: 2016-12-13 12:10+0100\n" +"POT-Creation-Date: 2017-11-09 13:19+0000\n" +"PO-Revision-Date: 2017-11-09 14:48+0100\n" +"Last-Translator: Markus Frosch \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" -"Last-Translator: Johannes Meyer \n" +"X-Poedit-Basepath: .\n" "Language-Team: \n" -"X-Generator: Poedit 1.8.7.1\n" +"X-Generator: Poedit 1.8.11\n" +"X-Poedit-SearchPath-0: .\n" -#: /vagrant/modules/setup/library/Setup/Requirement/OSRequirement.php:15 +#: ../../../../modules/setup/library/Setup/Requirement/OSRequirement.php:15 #, php-format msgid "%s Platform" msgstr "%s Plattform" -#: /vagrant/modules/setup/application/views/scripts/form/setup-welcome.phtml:104 +#: ../../../../modules/setup/application/views/scripts/form/setup-welcome.phtml:104 msgid "" msgstr "" -#: /vagrant/modules/setup/application/views/scripts/form/setup-welcome.phtml:84 +#: ../../../../modules/setup/application/views/scripts/form/setup-welcome.phtml:84 msgid "A system group called \"icingaweb2\" exists" msgstr "Eine Systemgruppe namens \"icingaweb2\" existiert" -#: /vagrant/modules/setup/application/forms/DatabaseCreationPage.php:102 +#: ../../../../modules/setup/application/forms/DatabaseCreationPage.php:102 msgid "" "A user which is able to create databases and/or touch the database schema" msgstr "" "Ein Benutzer, der berechtigt ist, Datenbanken zu erstellen und/oder das " "Datenbankschema zu ändern" -#: /vagrant/modules/setup/library/Setup/Steps/UserGroupStep.php:198 +#: ../../../../modules/setup/library/Setup/Steps/UserGroupStep.php:198 #, php-format msgid "" "Account \"%s\" has been successfully added as member to user group \"%s\"." msgstr "Konto \"%s\" wurde erfolgreich zur Benutzergruppe \"%s\" hinzugefügt." -#: /vagrant/modules/setup/library/Setup/Steps/AuthenticationStep.php:203 +#: ../../../../modules/setup/library/Setup/Steps/AuthenticationStep.php:203 #, php-format msgid "Account \"%s\" has been successfully created." msgstr "Konto \"%s\" wurde erfolgreich erstellt." -#: /vagrant/modules/setup/library/Setup/Steps/AuthenticationStep.php:216 +#: ../../../../modules/setup/library/Setup/Steps/AuthenticationStep.php:216 #, php-format msgid "Account \"%s\" has been successfully defined as initial administrator." msgstr "" "Das Konto \"%s\" wurde erfolgreich als initialer Administrator festgelegt." -#: /vagrant/modules/setup/application/forms/AdminAccountPage.php:52 -#: /vagrant/modules/setup/library/Setup/Steps/AuthenticationStep.php:122 +#: ../../../../modules/setup/application/forms/AdminAccountPage.php:52 +#: ../../../../modules/setup/library/Setup/Steps/AuthenticationStep.php:122 msgctxt "setup.page.title" msgid "Administration" msgstr "Administration" -#: /vagrant/modules/setup/library/Setup/Steps/AuthenticationStep.php:167 +#: ../../../../modules/setup/library/Setup/Steps/AuthenticationStep.php:167 #, php-format msgid "" "Administrative rights will initially be granted to a new account called \"%s" "\"." msgstr "Administrative Rechte werden dem neuen Konto \"%s\" verliehen." -#: /vagrant/modules/setup/library/Setup/Steps/AuthenticationStep.php:170 +#: ../../../../modules/setup/library/Setup/Steps/AuthenticationStep.php:170 #, php-format msgid "" "Administrative rights will initially be granted to an existing account " @@ -76,7 +78,7 @@ msgid "" msgstr "" "Administrative Rechte werden dem bereits vorhandenen Konto \"%s\" verliehen." -#: /vagrant/modules/setup/library/Setup/Steps/AuthenticationStep.php:175 +#: ../../../../modules/setup/library/Setup/Steps/AuthenticationStep.php:175 #, php-format msgid "" "Administrative rights will initially be granted to members of the user group " @@ -84,43 +86,43 @@ msgid "" msgstr "" "Administrative Rechte werden Mitgliedern der Benutzergruppe \"%s\" verliehen." -#: /vagrant/modules/setup/library/Setup/Steps/AuthenticationStep.php:73 -#: /vagrant/modules/setup/library/Setup/Steps/AuthenticationStep.php:83 -#: /vagrant/modules/setup/library/Setup/Steps/UserGroupStep.php:83 -#: /vagrant/modules/setup/library/Setup/Steps/UserGroupStep.php:105 -#: /vagrant/modules/setup/library/Setup/Steps/UserGroupStep.php:186 -#: /vagrant/modules/setup/library/Setup/Steps/UserGroupStep.php:191 -#: /vagrant/modules/setup/library/Setup/Steps/UserGroupStep.php:200 -#: /vagrant/modules/setup/library/Setup/Steps/UserGroupStep.php:206 +#: ../../../../modules/setup/library/Setup/Steps/AuthenticationStep.php:73 +#: ../../../../modules/setup/library/Setup/Steps/AuthenticationStep.php:83 +#: ../../../../modules/setup/library/Setup/Steps/UserGroupStep.php:83 +#: ../../../../modules/setup/library/Setup/Steps/UserGroupStep.php:105 +#: ../../../../modules/setup/library/Setup/Steps/UserGroupStep.php:186 +#: ../../../../modules/setup/library/Setup/Steps/UserGroupStep.php:191 +#: ../../../../modules/setup/library/Setup/Steps/UserGroupStep.php:200 +#: ../../../../modules/setup/library/Setup/Steps/UserGroupStep.php:206 msgctxt "setup.role.name" msgid "Administrators" msgstr "Administratoren" -#: /vagrant/modules/setup/library/Setup/Steps/GeneralConfigStep.php:58 +#: ../../../../modules/setup/library/Setup/Steps/GeneralConfigStep.php:58 msgid "An exception's stacktrace is hidden from every user by default." msgstr "" "Stack-Traces von Ausnahmen werden standardmäßig allen Benutzern vorenthalten." -#: /vagrant/modules/setup/library/Setup/Steps/GeneralConfigStep.php:57 +#: ../../../../modules/setup/library/Setup/Steps/GeneralConfigStep.php:57 msgid "An exception's stacktrace is shown to every user by default." msgstr "" "Stack-Traces von Ausnahmen werden standardmäßig allen Benutzern angezeigt." -#: /vagrant/modules/setup/application/forms/GeneralConfigPage.php:21 -#: /vagrant/modules/setup/library/Setup/Steps/GeneralConfigStep.php:50 +#: ../../../../modules/setup/application/forms/GeneralConfigPage.php:21 +#: ../../../../modules/setup/library/Setup/Steps/GeneralConfigStep.php:50 msgctxt "setup.page.title" msgid "Application Configuration" msgstr "Konfiguration der Anwendung" -#: /vagrant/modules/setup/library/Setup/Steps/GeneralConfigStep.php:92 +#: ../../../../modules/setup/library/Setup/Steps/GeneralConfigStep.php:82 msgid "Application Prefix" msgstr "Anwendungspräfix" -#: /vagrant/modules/setup/application/clicommands/ConfigCommand.php:118 +#: ../../../../modules/setup/application/clicommands/ConfigCommand.php:123 msgid "Argument type is mandatory." msgstr "Typ-Argument ist erforderlich." -#: /vagrant/modules/setup/application/forms/AuthBackendPage.php:70 +#: ../../../../modules/setup/application/forms/AuthBackendPage.php:77 msgid "" "As you've chosen to use a database for authentication all you need to do now " "is defining a name for your first authentication backend." @@ -129,23 +131,23 @@ msgstr "" "jetzt nur noch ein Name für das erste Authentifizierungs-Backend definiert " "werden." -#: /vagrant/modules/setup/application/forms/AuthenticationPage.php:22 -#: /vagrant/modules/setup/library/Setup/Steps/AuthenticationStep.php:120 +#: ../../../../modules/setup/application/forms/AuthenticationPage.php:22 +#: ../../../../modules/setup/library/Setup/Steps/AuthenticationStep.php:120 msgctxt "setup.page.title" msgid "Authentication" msgstr "Authentifizierung" -#: /vagrant/modules/setup/application/forms/AuthBackendPage.php:32 -#: /vagrant/modules/setup/library/Setup/Steps/AuthenticationStep.php:121 +#: ../../../../modules/setup/application/forms/AuthBackendPage.php:39 +#: ../../../../modules/setup/library/Setup/Steps/AuthenticationStep.php:121 msgctxt "setup.page.title" msgid "Authentication Backend" msgstr "Authentifizierungs-Backend" -#: /vagrant/modules/setup/application/forms/AuthenticationPage.php:63 +#: ../../../../modules/setup/application/forms/AuthenticationPage.php:63 msgid "Authentication Type" msgstr "Authentifizierungsart" -#: /vagrant/modules/setup/library/Setup/Steps/AuthenticationStep.php:195 +#: ../../../../modules/setup/library/Setup/Steps/AuthenticationStep.php:195 #, php-format msgid "" "Authentication configuration could not be written to: %s. An error occured:" @@ -153,26 +155,26 @@ msgstr "" "Authentifizierungs-Einstellungen konnten nicht nach %s geschrieben werden. " "Ein Fehler ist aufgetreten:" -#: /vagrant/modules/setup/library/Setup/Steps/AuthenticationStep.php:190 +#: ../../../../modules/setup/library/Setup/Steps/AuthenticationStep.php:190 #, php-format msgid "Authentication configuration has been successfully written to: %s" msgstr "" "Authentifizierungs-Einstellungen wurden erfolgreich nach %s geschrieben." -#: /vagrant/modules/setup/application/views/scripts/index/parts/finish.phtml:20 +#: ../../../../modules/setup/application/views/scripts/index/parts/finish.phtml:20 msgid "Back" msgstr "Zurück" -#: /vagrant/modules/setup/library/Setup/Steps/AuthenticationStep.php:138 -#: /vagrant/modules/setup/library/Setup/Steps/UserGroupStep.php:141 +#: ../../../../modules/setup/library/Setup/Steps/AuthenticationStep.php:138 +#: ../../../../modules/setup/library/Setup/Steps/UserGroupStep.php:141 msgid "Backend Name" msgstr "Backend-Name" -#: /vagrant/modules/setup/application/forms/AuthBackendPage.php:95 +#: ../../../../modules/setup/application/forms/AuthBackendPage.php:106 msgid "Backend Type" msgstr "Backend-Typ" -#: /vagrant/modules/setup/application/forms/AuthBackendPage.php:85 +#: ../../../../modules/setup/application/forms/AuthBackendPage.php:96 msgid "" "Before you are able to authenticate using the LDAP connection defined " "earlier you need to provide some more information so that Icinga Web 2 is " @@ -182,90 +184,90 @@ msgstr "" "werden kann, benötigt Icinga Web 2 mehr Informationen für die Auffindung von " "Kontodaten." -#: /vagrant/modules/setup/library/Setup/Steps/ResourceStep.php:157 +#: ../../../../modules/setup/library/Setup/Steps/ResourceStep.php:157 msgid "Bind DN" msgstr "Bind DN" -#: /vagrant/modules/setup/library/Setup/Steps/ResourceStep.php:161 +#: ../../../../modules/setup/library/Setup/Steps/ResourceStep.php:161 msgid "Bind Password" msgstr "Bind Password" -#: /vagrant/modules/setup/application/forms/AdminAccountPage.php:104 +#: ../../../../modules/setup/application/forms/AdminAccountPage.php:104 msgctxt "setup.admin" msgid "By Name" msgstr "Nach Name" -#: /vagrant/modules/setup/library/Setup/Steps/ResourceStep.php:111 +#: ../../../../modules/setup/library/Setup/Steps/ResourceStep.php:111 msgid "CA" msgstr "CA" -#: /vagrant/modules/setup/library/Setup/Steps/ResourceStep.php:118 +#: ../../../../modules/setup/library/Setup/Steps/ResourceStep.php:118 msgid "CA Path" msgstr "CA-Pfad" -#: /vagrant/modules/setup/application/clicommands/ConfigCommand.php:78 +#: ../../../../modules/setup/application/clicommands/ConfigCommand.php:78 #, php-format msgid "Can't change the group of %s to %s: %s" msgstr "Konnte die Gruppe nicht von %s auf %s ändern: %s" -#: /vagrant/modules/setup/application/clicommands/ConfigCommand.php:69 +#: ../../../../modules/setup/application/clicommands/ConfigCommand.php:69 #, php-format msgid "Can't change the mode of the configuration directory to %s: %s" msgstr "" "Konnte die Zugriffsrechte des Einstellungs-Verzeichnisses nicht auf %s " "ändern: %s" -#: /vagrant/modules/setup/application/clicommands/ConfigCommand.php:60 +#: ../../../../modules/setup/application/clicommands/ConfigCommand.php:60 #, php-format msgid "Can't create configuration directory %s: %s" msgstr "Konnte das Einstellungs-Verzeichnis %s nicht erstellen: %s" -#: /vagrant/modules/setup/application/clicommands/TokenCommand.php:84 +#: ../../../../modules/setup/application/clicommands/TokenCommand.php:84 #, php-format msgid "Cannot change access mode of \"%s\" to %o." msgstr "Konnte die Zugriffsrechte von \"%s\" nicht auf %o ändern." -#: /vagrant/modules/setup/library/Setup/Web/Form/Validator/TokenValidator.php:37 +#: ../../../../modules/setup/library/Setup/Web/Form/Validator/TokenValidator.php:37 #, php-format msgid "Cannot validate token, file \"%s\" is empty. Please define a token." msgstr "" "Konnte Token nicht validieren, weil die Datei \"%s\" leer ist. Bitte einen " "Token definieren." -#: /vagrant/modules/setup/library/Setup/Web/Form/Validator/TokenValidator.php:32 +#: ../../../../modules/setup/library/Setup/Web/Form/Validator/TokenValidator.php:32 #, php-format msgid "Cannot validate token: %s (%s)" msgstr "Konnte Token nicht validieren: %s (%s)" -#: /vagrant/modules/setup/application/clicommands/TokenCommand.php:80 +#: ../../../../modules/setup/application/clicommands/TokenCommand.php:80 #, php-format msgid "Cannot write setup token \"%s\" to disk." msgstr "Konnte Einrichtungstoken \"%s\" nicht auf die Festplatte schreiben." -#: /vagrant/modules/setup/application/forms/AuthBackendPage.php:228 +#: ../../../../modules/setup/application/forms/AuthBackendPage.php:241 msgid "Check this to not to validate authentication using this backend" msgstr "" "Häkchen setzen, um die Authentifizierung dieses Backends nicht zu prüfen" -#: /vagrant/modules/setup/application/forms/LdapResourcePage.php:147 +#: ../../../../modules/setup/application/forms/LdapResourcePage.php:147 msgid "" "Check this to not to validate connectivity with the given directory service" msgstr "" "Häkchen setzen, um die Verbindung mit dem angegebenen Verzeichnisdienst " "nicht zu prüfen" -#: /vagrant/modules/setup/application/forms/DatabaseCreationPage.php:203 +#: ../../../../modules/setup/application/forms/DatabaseCreationPage.php:203 msgid "" "Check this to not to validate the ability to login and required privileges" msgstr "" "Häkchen setzen, um nicht zu prüfen, ob das Anmelden möglich ist und die " "erforderlichen Rechte vergeben sind" -#: /vagrant/modules/setup/application/forms/DbResourcePage.php:179 +#: ../../../../modules/setup/application/forms/DbResourcePage.php:179 msgid "Check this to not to validate the configuration" msgstr "Häkchen setzen, um die Einstellungen nicht zu prüfen" -#: /vagrant/modules/setup/application/forms/AdminAccountPage.php:173 +#: ../../../../modules/setup/application/forms/AdminAccountPage.php:173 msgctxt "setup.admin" msgid "" "Choose a user group reported by the LDAP backend to permit its members " @@ -274,7 +276,7 @@ msgstr "" "Wähle eine Benutzergruppe aus dem LDAP Backend dessen Mitglieder " "administrative Rechte verliehen werden sollen." -#: /vagrant/modules/setup/application/forms/AdminAccountPage.php:191 +#: ../../../../modules/setup/application/forms/AdminAccountPage.php:191 #, php-format msgctxt "setup.admin" msgid "" @@ -284,24 +286,24 @@ msgstr "" "Wähle einen Nutzer aus dem %s Backend, der als initialer Administrator " "definiert werden soll." -#: /vagrant/modules/setup/application/forms/AdminAccountPage.php:133 +#: ../../../../modules/setup/application/forms/AdminAccountPage.php:133 msgid "Choose how to define the desired account." msgstr "Wähle aus wie das gewünschte Konto definiert werden soll." -#: /vagrant/modules/setup/library/Setup/Steps/ResourceStep.php:125 +#: ../../../../modules/setup/library/Setup/Steps/ResourceStep.php:125 msgid "Cipher" msgstr "Verschlüsselung" -#: /vagrant/modules/setup/application/views/scripts/index/index.phtml:70 +#: ../../../../modules/setup/application/views/scripts/index/index.phtml:76 msgctxt "setup.progress" msgid "Configuration" msgstr "Einstellungen" -#: /vagrant/modules/setup/application/views/scripts/index/parts/finish.phtml:3 +#: ../../../../modules/setup/application/views/scripts/index/parts/finish.phtml:3 msgid "Congratulations! Icinga Web 2 has been successfully set up." msgstr "Gratulation! Icinga Web 2 wurde erfolgreich eingerichtet." -#: /vagrant/modules/setup/application/forms/LdapDiscoveryPage.php:80 +#: ../../../../modules/setup/application/forms/LdapDiscoveryPage.php:82 #, php-format msgid "" "Could not find any LDAP servers on the domain \"%s\". An error occurred: %s" @@ -309,75 +311,75 @@ msgstr "" "Konnte keine LDAP-Server in Domäne \"%s\" finden. Ein Fehler ist " "aufgetreten: %s" -#: /vagrant/modules/setup/application/clicommands/ConfigCommand.php:155 +#: ../../../../modules/setup/application/clicommands/ConfigCommand.php:160 msgid "Could not write to file" msgstr "Konnte Datei nicht beschreiben" -#: /vagrant/modules/setup/library/Setup/Steps/DatabaseStep.php:72 -#: /vagrant/modules/setup/library/Setup/Steps/DatabaseStep.php:123 +#: ../../../../modules/setup/library/Setup/Steps/DatabaseStep.php:72 +#: ../../../../modules/setup/library/Setup/Steps/DatabaseStep.php:123 msgid "Creating database schema..." msgstr "Erstelle Datenbankschema..." -#: /vagrant/modules/setup/library/Setup/Steps/DatabaseStep.php:79 -#: /vagrant/modules/setup/library/Setup/Steps/DatabaseStep.php:130 +#: ../../../../modules/setup/library/Setup/Steps/DatabaseStep.php:79 +#: ../../../../modules/setup/library/Setup/Steps/DatabaseStep.php:130 #, php-format msgid "Creating login \"%s\"..." msgstr "Erstelle Login \"%s\"..." -#: /vagrant/modules/setup/library/Setup/Steps/DatabaseStep.php:64 -#: /vagrant/modules/setup/library/Setup/Steps/DatabaseStep.php:112 +#: ../../../../modules/setup/library/Setup/Steps/DatabaseStep.php:64 +#: ../../../../modules/setup/library/Setup/Steps/DatabaseStep.php:112 #, php-format msgid "Creating new database \"%s\"..." msgstr "Erstelle neue Datenbank \"%s\"..." -#: /vagrant/modules/setup/library/Setup/Steps/AuthenticationStep.php:147 -#: /vagrant/modules/setup/library/Setup/Steps/UserGroupStep.php:149 +#: ../../../../modules/setup/library/Setup/Steps/AuthenticationStep.php:147 +#: ../../../../modules/setup/library/Setup/Steps/UserGroupStep.php:149 msgid "Custom Filter" msgstr "Benutzerdefinierter Filter" -#: /vagrant/modules/setup/application/forms/AuthenticationPage.php:50 +#: ../../../../modules/setup/application/forms/AuthenticationPage.php:50 msgid "Database" msgstr "Datenbank" -#: /vagrant/modules/setup/library/Setup/Steps/ResourceStep.php:61 +#: ../../../../modules/setup/library/Setup/Steps/ResourceStep.php:61 msgctxt "setup.page.title" msgid "Database" msgstr "Datenbank" -#: /vagrant/modules/setup/library/Setup/Steps/ResourceStep.php:82 +#: ../../../../modules/setup/library/Setup/Steps/ResourceStep.php:82 msgid "Database Name" msgstr "Datenbankname" -#: /vagrant/modules/setup/application/forms/DbResourcePage.php:21 +#: ../../../../modules/setup/application/forms/DbResourcePage.php:21 msgctxt "setup.page.title" msgid "Database Resource" msgstr "Datenbank-Ressource" -#: /vagrant/modules/setup/application/forms/DatabaseCreationPage.php:41 -#: /vagrant/modules/setup/library/Setup/Steps/DatabaseStep.php:245 +#: ../../../../modules/setup/application/forms/DatabaseCreationPage.php:41 +#: ../../../../modules/setup/library/Setup/Steps/DatabaseStep.php:245 msgctxt "setup.page.title" msgid "Database Setup" msgstr "Einrichtung der Datenbank" -#: /vagrant/modules/setup/library/Setup/Steps/ResourceStep.php:70 +#: ../../../../modules/setup/library/Setup/Steps/ResourceStep.php:70 msgid "Database Type" msgstr "Datenbanktyp" -#: /vagrant/modules/setup/library/Setup/Steps/DatabaseStep.php:70 -#: /vagrant/modules/setup/library/Setup/Steps/DatabaseStep.php:121 +#: ../../../../modules/setup/library/Setup/Steps/DatabaseStep.php:70 +#: ../../../../modules/setup/library/Setup/Steps/DatabaseStep.php:121 msgid "Database schema already exists..." msgstr "Datenbank-Schema existiert bereits..." -#: /vagrant/modules/setup/library/Setup/Steps/GeneralConfigStep.php:85 +#: ../../../../modules/setup/library/Setup/Steps/GeneralConfigStep.php:105 msgctxt "app.config.logging.level" msgid "Debug" msgstr "Debug" -#: /vagrant/modules/setup/library/Setup/WebWizard.php:559 +#: ../../../../modules/setup/library/Setup/WebWizard.php:563 msgid "Default Timezone" msgstr "Standard-Zeitzone" -#: /vagrant/modules/setup/application/forms/AdminAccountPage.php:158 +#: ../../../../modules/setup/application/forms/AdminAccountPage.php:158 msgid "" "Define the initial administrative account by providing a username that " "reflects a user created later or one that is authenticated using external " @@ -386,86 +388,86 @@ msgstr "" "Definiere den Namen des initialen Administrators, dessen Konto später " "erstellt oder der mittels externen Mechanismen authentifiziert wird." -#: /vagrant/modules/setup/application/forms/LdapDiscoveryPage.php:51 +#: ../../../../modules/setup/application/forms/LdapDiscoveryPage.php:51 msgid "Do not discover LDAP servers and enter all settings manually." msgstr "Keine LDAP-Server suchen, sondern alle Einstellungen manuell eingeben." -#: /vagrant/modules/setup/library/Setup/Steps/DatabaseStep.php:257 -#: /vagrant/modules/setup/library/Setup/Steps/ResourceStep.php:185 -#: /vagrant/modules/setup/library/Setup/Steps/GeneralConfigStep.php:120 -#: /vagrant/modules/setup/library/Setup/Steps/AuthenticationStep.php:198 -#: /vagrant/modules/setup/library/Setup/Steps/AuthenticationStep.php:211 -#: /vagrant/modules/setup/library/Setup/Steps/AuthenticationStep.php:233 -#: /vagrant/modules/setup/library/Setup/Steps/UserGroupStep.php:180 -#: /vagrant/modules/setup/library/Setup/Steps/UserGroupStep.php:193 -#: /vagrant/modules/setup/library/Setup/Steps/UserGroupStep.php:208 -#: /vagrant/modules/setup/library/Setup/Utils/EnableModuleStep.php:61 +#: ../../../../modules/setup/library/Setup/Utils/EnableModuleStep.php:61 +#: ../../../../modules/setup/library/Setup/Steps/AuthenticationStep.php:198 +#: ../../../../modules/setup/library/Setup/Steps/AuthenticationStep.php:211 +#: ../../../../modules/setup/library/Setup/Steps/AuthenticationStep.php:233 +#: ../../../../modules/setup/library/Setup/Steps/ResourceStep.php:185 +#: ../../../../modules/setup/library/Setup/Steps/GeneralConfigStep.php:134 +#: ../../../../modules/setup/library/Setup/Steps/UserGroupStep.php:180 +#: ../../../../modules/setup/library/Setup/Steps/UserGroupStep.php:193 +#: ../../../../modules/setup/library/Setup/Steps/UserGroupStep.php:208 +#: ../../../../modules/setup/library/Setup/Steps/DatabaseStep.php:257 #, php-format msgid "ERROR: %s" msgstr "FEHLER: %s" -#: /vagrant/modules/setup/application/forms/AdminAccountPage.php:223 +#: ../../../../modules/setup/application/forms/AdminAccountPage.php:223 msgid "Enter the password to assign to the newly created account." msgstr "Passwort eingeben, um es dem neu erstellten Konto zuzuweisen." -#: /vagrant/modules/setup/application/forms/AdminAccountPage.php:211 +#: ../../../../modules/setup/application/forms/AdminAccountPage.php:211 msgid "" "Enter the username to be used when creating an initial administrative " "account." msgstr "" "Den Namen des neu zu erstellenden initialen Administrator-Kontos eingeben." -#: /vagrant/modules/setup/library/Setup/Steps/GeneralConfigStep.php:82 +#: ../../../../modules/setup/library/Setup/Steps/GeneralConfigStep.php:102 msgctxt "app.config.logging.level" msgid "Error" msgstr "Fehler" -#: /vagrant/modules/setup/application/forms/AdminAccountPage.php:121 +#: ../../../../modules/setup/application/forms/AdminAccountPage.php:121 msgctxt "setup.admin" msgid "Existing User" msgstr "Vorhandener Benutzer" -#: /vagrant/modules/setup/application/forms/AuthenticationPage.php:55 +#: ../../../../modules/setup/application/forms/AuthenticationPage.php:55 msgid "External" msgstr "Extern" -#: /vagrant/modules/setup/library/Setup/Steps/DatabaseStep.php:256 +#: ../../../../modules/setup/library/Setup/Steps/DatabaseStep.php:256 msgid "Failed to fully setup the database. An error occured:" msgstr "" "Konnte die Datenbank nicht vollständig einrichten. Ein Fehler ist " "aufgetreten:" -#: /vagrant/modules/setup/application/forms/LdapResourcePage.php:119 -#: /vagrant/modules/setup/application/forms/AuthBackendPage.php:199 -#: /vagrant/modules/setup/application/forms/DbResourcePage.php:117 +#: ../../../../modules/setup/application/forms/DbResourcePage.php:117 +#: ../../../../modules/setup/application/forms/AuthBackendPage.php:210 +#: ../../../../modules/setup/application/forms/LdapResourcePage.php:119 #, php-format msgid "Failed to successfully validate the configuration: %s" msgstr "Konnte die Einstellungen nicht erfolgreich validieren: %s" -#: /vagrant/modules/setup/library/Setup/Steps/GeneralConfigStep.php:78 +#: ../../../../modules/setup/library/Setup/Steps/GeneralConfigStep.php:87 msgctxt "app.config.logging.type" msgid "File" msgstr "Datei" -#: /vagrant/modules/setup/application/clicommands/ConfigCommand.php:150 +#: ../../../../modules/setup/application/clicommands/ConfigCommand.php:155 #, php-format msgid "File %s already exists. Please delete it first." msgstr "Die Datei %s existiert bereits. Bitte löschen Sie sie zuerst." -#: /vagrant/modules/setup/library/Setup/Steps/GeneralConfigStep.php:95 +#: ../../../../modules/setup/library/Setup/Steps/GeneralConfigStep.php:88 msgid "Filepath" msgstr "Dateipfad" -#: /vagrant/modules/setup/library/Setup/Steps/AuthenticationStep.php:158 +#: ../../../../modules/setup/library/Setup/Steps/AuthenticationStep.php:158 msgid "Filter Pattern" msgstr "Filter-Muster" -#: /vagrant/modules/setup/application/views/scripts/index/index.phtml:127 +#: ../../../../modules/setup/application/views/scripts/index/index.phtml:136 msgctxt "setup.progress" msgid "Finish" msgstr "Fertigstellen" -#: /vagrant/modules/setup/application/forms/WelcomePage.php:38 +#: ../../../../modules/setup/application/forms/WelcomePage.php:38 msgid "" "For security reasons we need to ensure that you are permitted to run this " "wizard. Please provide a token by following the instructions below." @@ -474,59 +476,59 @@ msgstr "" "Benutzer diesen Assistenten benutzen. Bitte einen Token wie folgt " "bereitstellen." -#: /vagrant/modules/setup/library/Setup/Steps/GeneralConfigStep.php:51 +#: ../../../../modules/setup/library/Setup/Steps/GeneralConfigStep.php:51 msgctxt "app.config" msgid "General" msgstr "Allgemein" -#: /vagrant/modules/setup/library/Setup/Steps/GeneralConfigStep.php:117 +#: ../../../../modules/setup/library/Setup/Steps/GeneralConfigStep.php:131 #, php-format msgid "General configuration could not be written to: %s. An error occured:" msgstr "" "Allgemeine Einstellungen konnten nicht nach %s geschrieben werden. Ein " "Fehler ist aufgetreten:" -#: /vagrant/modules/setup/library/Setup/Steps/GeneralConfigStep.php:111 +#: ../../../../modules/setup/library/Setup/Steps/GeneralConfigStep.php:125 #, php-format msgid "General configuration has been successfully written to: %s" msgstr "Allgemeine Einstellungen wurden erfolgreich nach %s geschrieben" -#: /vagrant/modules/setup/application/views/scripts/form/setup-welcome.phtml:75 +#: ../../../../modules/setup/application/views/scripts/form/setup-welcome.phtml:75 msgid "Generating a New Setup Token" msgstr "Einen neuen Einrichtungstoken erstellen" -#: /vagrant/modules/setup/library/Setup/Steps/DatabaseStep.php:91 -#: /vagrant/modules/setup/library/Setup/Steps/DatabaseStep.php:142 +#: ../../../../modules/setup/library/Setup/Steps/DatabaseStep.php:91 +#: ../../../../modules/setup/library/Setup/Steps/DatabaseStep.php:142 #, php-format msgid "Granting required privileges to login \"%s\"..." msgstr "Verleihe dem Login \"%s\" die erforderlichen Rechte..." -#: /vagrant/modules/setup/library/Setup/Steps/UserGroupStep.php:157 +#: ../../../../modules/setup/library/Setup/Steps/UserGroupStep.php:157 msgid "Group Member Attribute" msgstr "Gruppenmitgliedschafts-Attribut" -#: /vagrant/modules/setup/application/forms/AdminAccountPage.php:171 +#: ../../../../modules/setup/application/forms/AdminAccountPage.php:171 msgid "Group Name" msgstr "Gruppenname" -#: /vagrant/modules/setup/library/Setup/Steps/UserGroupStep.php:153 +#: ../../../../modules/setup/library/Setup/Steps/UserGroupStep.php:153 msgid "Group Name Attribute" msgstr "Gruppennamen-Attribut" -#: /vagrant/modules/setup/library/Setup/Steps/UserGroupStep.php:145 +#: ../../../../modules/setup/library/Setup/Steps/UserGroupStep.php:145 msgid "Group Object Class" msgstr "Gruppen-Objektklasse" -#: /vagrant/modules/setup/library/Setup/Steps/ResourceStep.php:74 -#: /vagrant/modules/setup/library/Setup/Steps/ResourceStep.php:145 +#: ../../../../modules/setup/library/Setup/Steps/ResourceStep.php:74 +#: ../../../../modules/setup/library/Setup/Steps/ResourceStep.php:145 msgid "Host" msgstr "Host" -#: /vagrant/modules/setup/application/views/scripts/form/setup-welcome.phtml:108 +#: ../../../../modules/setup/application/views/scripts/form/setup-welcome.phtml:108 msgid "Icinga Web 2 documentation" msgstr "Icinga Web 2 Dokumentation" -#: /vagrant/modules/setup/library/Setup/WebWizard.php:571 +#: ../../../../modules/setup/library/Setup/WebWizard.php:575 msgid "" "Icinga Web 2 is developed for and tested on Linux. While we cannot guarantee " "they will, other platforms may also perform as well." @@ -535,7 +537,7 @@ msgstr "" "Plattformen können ebenfalls funktionieren, aber dies kann nicht " "gewährleistet werden." -#: /vagrant/modules/setup/library/Setup/WebWizard.php:607 +#: ../../../../modules/setup/library/Setup/WebWizard.php:611 msgid "" "If you want your users to benefit from language, timezone and date/time " "format negotiation, the INTL module for PHP is required." @@ -544,7 +546,7 @@ msgstr "" "Datum-/Zeit-Formaten profitieren sollen, wird das INTL-Modul für PHP " "benötigt." -#: /vagrant/modules/setup/library/Setup/WebWizard.php:598 +#: ../../../../modules/setup/library/Setup/WebWizard.php:602 msgid "" "If you'd like to authenticate users using LDAP the corresponding PHP module " "is required." @@ -552,24 +554,24 @@ msgstr "" "Wenn Sie Benutzer via LDAP authentifizieren möchten, benötigen Sie das " "entsprechende PHP-Modul." -#: /vagrant/modules/setup/application/views/scripts/form/setup-welcome.phtml:97 +#: ../../../../modules/setup/application/views/scripts/form/setup-welcome.phtml:97 msgid "If you've got the IcingaCLI installed you can do the following:" msgstr "" "Wenn bei Ihnen die IcingaCLI installiert ist, können Sie folgendes tun:" -#: /vagrant/modules/setup/application/views/scripts/form/setup-welcome.phtml:82 +#: ../../../../modules/setup/application/views/scripts/form/setup-welcome.phtml:82 msgid "" "In any case, make sure that all of the following applies to your environment:" msgstr "" "Vergewissern Sie sich in jedem Fall, dass auf Ihre Umgebung folgendes " "zutrifft:" -#: /vagrant/modules/setup/application/views/scripts/form/setup-welcome.phtml:102 +#: ../../../../modules/setup/application/views/scripts/form/setup-welcome.phtml:102 msgid "In case the IcingaCLI is missing you can create the token manually:" msgstr "" "Wenn bei Ihnen die IcingaCLI fehlt, können Sie den Token manuell erstellen:" -#: /vagrant/modules/setup/library/Setup/WebWizard.php:636 +#: ../../../../modules/setup/library/Setup/WebWizard.php:640 msgid "" "In case you want graphs being exported to PDF as well, you'll need the " "ImageMagick extension for PHP." @@ -577,7 +579,7 @@ msgstr "" "Wenn Sie Graphen als PDF exportieren wollen, brauchen Sie die ImageMagick-" "Erweiterung für PHP." -#: /vagrant/modules/setup/library/Setup/WebWizard.php:627 +#: ../../../../modules/setup/library/Setup/WebWizard.php:631 msgid "" "In case you want views being exported to PDF, you'll need the GD extension " "for PHP." @@ -585,23 +587,23 @@ msgstr "" "Wenn Sie Ansichten als PDF exportieren wollen, brauchen Sie die GD-" "Erweiterung für PHP." -#: /vagrant/modules/setup/library/Setup/Steps/GeneralConfigStep.php:84 +#: ../../../../modules/setup/library/Setup/Steps/GeneralConfigStep.php:104 msgctxt "app.config.logging.level" msgid "Information" msgstr "Information" -#: /vagrant/modules/setup/library/Setup/Web/Form/Validator/TokenValidator.php:40 +#: ../../../../modules/setup/library/Setup/Web/Form/Validator/TokenValidator.php:40 msgid "Invalid token supplied." msgstr "Der angegebene Token ist ungültig." -#: /vagrant/modules/setup/library/Setup/WebWizard.php:561 +#: ../../../../modules/setup/library/Setup/WebWizard.php:565 #, php-format msgid "" "It is required that a default timezone has been set using date.timezone in " "%s." msgstr "Eine Standard-Zeitzone muss via date.timezone in %s gesetzt sein." -#: /vagrant/modules/setup/application/forms/DatabaseCreationPage.php:43 +#: ../../../../modules/setup/application/forms/DatabaseCreationPage.php:43 msgid "" "It seems that either the database you defined earlier does not yet exist and " "cannot be created using the provided access credentials, the database does " @@ -616,71 +618,76 @@ msgstr "" "die Datenbank zuzugreifen. Bitte geben Sie geeignete Zugangsdaten ein, um " "das Problem zu lösen." -#: /vagrant/modules/setup/application/forms/LdapDiscoveryPage.php:31 +#: ../../../../modules/setup/application/forms/LdapDiscoveryPage.php:31 msgctxt "setup.page.title" msgid "LDAP Discovery" msgstr "LDAP-Suche" -#: /vagrant/modules/setup/application/forms/LdapResourcePage.php:21 +#: ../../../../modules/setup/application/forms/LdapDiscoveryConfirmPage.php:40 +msgctxt "setup.page.title" +msgid "LDAP Discovery Results" +msgstr "LDAP Erkennung Ergebnisse" + +#: ../../../../modules/setup/application/forms/LdapResourcePage.php:21 msgctxt "setup.page.title" msgid "LDAP Resource" msgstr "LDAP-Ressource" -#: /vagrant/modules/setup/library/Setup/Steps/GeneralConfigStep.php:81 +#: ../../../../modules/setup/library/Setup/Steps/GeneralConfigStep.php:101 msgctxt "app.config.logging" msgid "Level" msgstr "Level" -#: /vagrant/modules/setup/library/Setup/Steps/GeneralConfigStep.php:52 +#: ../../../../modules/setup/library/Setup/Steps/GeneralConfigStep.php:52 msgctxt "app.config" msgid "Logging" msgstr "Protokollierung" -#: /vagrant/modules/setup/library/Setup/Steps/GeneralConfigStep.php:70 +#: ../../../../modules/setup/library/Setup/Steps/GeneralConfigStep.php:70 msgid "Logging will be disabled." msgstr "Protokollierung wird deaktiviert sein." -#: /vagrant/modules/setup/library/Setup/Steps/DatabaseStep.php:77 -#: /vagrant/modules/setup/library/Setup/Steps/DatabaseStep.php:128 +#: ../../../../modules/setup/library/Setup/Steps/DatabaseStep.php:77 +#: ../../../../modules/setup/library/Setup/Steps/DatabaseStep.php:128 #, php-format msgid "Login \"%s\" already exists..." msgstr "Login \"%s\" existiert bereits..." -#: /vagrant/modules/setup/application/views/scripts/index/parts/finish.phtml:10 +#: ../../../../modules/setup/application/views/scripts/index/parts/finish.phtml:10 msgid "Login to Icinga Web 2" msgstr "Bei Icinga Web 2 anmelden" -#: /vagrant/modules/setup/application/views/scripts/form/setup-requirements.phtml:13 +#: ../../../../modules/setup/application/views/scripts/form/setup-requirements.phtml:13 msgid "Module" msgstr "Modul" -#: /vagrant/modules/setup/library/Setup/Utils/EnableModuleStep.php:55 +#: ../../../../modules/setup/library/Setup/Utils/EnableModuleStep.php:55 #, php-format msgid "Module \"%s\" could not be enabled. An error occured:" msgstr "" "Modul \"%s\" konnte nicht aktiviert werden. Ein Fehler ist aufgetreten:" -#: /vagrant/modules/setup/library/Setup/Utils/EnableModuleStep.php:54 +#: ../../../../modules/setup/library/Setup/Utils/EnableModuleStep.php:54 #, php-format msgid "Module \"%s\" has been successfully enabled." msgstr "Modul \"%s\" wurde erfolgreich aktiviert." -#: /vagrant/modules/setup/application/views/scripts/form/setup-modules.phtml:14 +#: ../../../../modules/setup/application/views/scripts/form/setup-modules.phtml:14 msgctxt "setup.page.title" msgid "Modules" msgstr "Module" -#: /vagrant/modules/setup/application/views/scripts/index/index.phtml:44 +#: ../../../../modules/setup/application/views/scripts/index/index.phtml:44 msgctxt "setup.progress" msgid "Modules" msgstr "Module" -#: /vagrant/modules/setup/application/forms/AdminAccountPage.php:114 +#: ../../../../modules/setup/application/forms/AdminAccountPage.php:114 msgctxt "setup.admin" msgid "New User" msgstr "Neuer Benutzer" -#: /vagrant/modules/setup/library/Setup/Steps/DatabaseStep.php:239 +#: ../../../../modules/setup/library/Setup/Steps/DatabaseStep.php:239 msgid "" "No connection to database host possible. You'll need to setup the database " "with the schema required by Icinga Web 2 manually." @@ -689,13 +696,13 @@ msgstr "" "inkl. dem von Icinga Web 2 benötigten Schema muss manuell eingerichtet " "werden." -#: /vagrant/modules/setup/library/Setup/Steps/AuthenticationStep.php:148 -#: /vagrant/modules/setup/library/Setup/Steps/UserGroupStep.php:150 +#: ../../../../modules/setup/library/Setup/Steps/AuthenticationStep.php:148 +#: ../../../../modules/setup/library/Setup/Steps/UserGroupStep.php:150 msgctxt "auth.ldap.filter" msgid "None" msgstr "Keiner" -#: /vagrant/modules/setup/library/Setup/WebWizard.php:239 +#: ../../../../modules/setup/library/Setup/WebWizard.php:239 msgid "" "Note that choosing \"Database\" as preference storage causes Icinga Web 2 to " "use the same database as for authentication." @@ -704,8 +711,8 @@ msgstr "" "gespeichert werden sollen, verwendet Icinga Web 2 die selbe Datenbank wie " "zur Authentifizierung." -#: /vagrant/modules/setup/library/Setup/WebWizard.php:173 -#: /vagrant/modules/setup/library/Setup/WebWizard.php:206 +#: ../../../../modules/setup/library/Setup/WebWizard.php:173 +#: ../../../../modules/setup/library/Setup/WebWizard.php:206 msgid "" "Note that the database itself does not need to exist at this time as it is " "going to be created once the wizard is about to be finished." @@ -714,7 +721,7 @@ msgstr "" "muss. Der Assistent wird sie beim Fertigstellen erstellen, wenn sie noch " "nicht existiert." -#: /vagrant/modules/setup/application/clicommands/TokenCommand.php:42 +#: ../../../../modules/setup/application/clicommands/TokenCommand.php:42 msgid "" "Nothing to show. Please create a new setup token using the generateToken " "action." @@ -722,7 +729,7 @@ msgstr "" "Nichts anzuzeigen. Bitte einen neuen Einrichtungstoken mittels // " "generateToken // erstellen." -#: /vagrant/modules/setup/application/forms/AdminAccountPage.php:54 +#: ../../../../modules/setup/application/forms/AdminAccountPage.php:54 msgid "" "Now it's time to configure your first administrative account or group for " "Icinga Web 2." @@ -730,7 +737,7 @@ msgstr "" "Nun ist es an der Zeit, das erste Administratorkonto oder die erste " "Administratorengruppe für Icinga Web 2 einzustellen." -#: /vagrant/modules/setup/application/forms/GeneralConfigPage.php:23 +#: ../../../../modules/setup/application/forms/GeneralConfigPage.php:23 msgid "" "Now please adjust all application and logging related configuration options " "to fit your needs." @@ -738,14 +745,14 @@ msgstr "" "Ändere bitte nun im Bedarfsfall alle Einstellungen, die die Anwendung und " "das Logging betreffen." -#: /vagrant/modules/setup/library/Setup/WebWizard.php:202 +#: ../../../../modules/setup/library/Setup/WebWizard.php:202 msgid "" "Now please configure the database resource where to store user preferences." msgstr "" "Konfiguriere bitte nun die Datenbank-Ressource, die für die Speicherung der " "Einstellungen der Benutzer verwendet wird." -#: /vagrant/modules/setup/library/Setup/WebWizard.php:169 +#: ../../../../modules/setup/library/Setup/WebWizard.php:169 msgid "" "Now please configure the database resource where to store users and user " "groups." @@ -753,7 +760,7 @@ msgstr "" "Bitte konfigurieren Sie jetzt die Datenbank-Ressource, in der Benutzer und " "Gruppen gespeichert werden sollen." -#: /vagrant/modules/setup/application/forms/LdapResourcePage.php:23 +#: ../../../../modules/setup/application/forms/LdapResourcePage.php:23 msgid "" "Now please configure your AD/LDAP resource. This will later be used to " "authenticate users logging in to Icinga Web 2." @@ -761,22 +768,22 @@ msgstr "" "Konfiguriere bitte nun die AD/LDAP-Ressource, die für die Authentifizierung " "der Benutzer, die sich bei Icinga Web 2 anmelden, verwendet werden wird." -#: /vagrant/modules/setup/library/Setup/Requirement/PhpModuleRequirement.php:19 +#: ../../../../modules/setup/library/Setup/Requirement/PhpModuleRequirement.php:19 #, php-format msgid "PHP Module: %s" msgstr "PHP-Modul: %s" -#: /vagrant/modules/setup/library/Setup/Requirement/PhpVersionRequirement.php:15 +#: ../../../../modules/setup/library/Setup/Requirement/PhpVersionRequirement.php:15 msgid "PHP Version" msgstr "PHP-Version" -#: /vagrant/modules/setup/application/forms/AdminAccountPage.php:221 -#: /vagrant/modules/setup/application/forms/DatabaseCreationPage.php:111 -#: /vagrant/modules/setup/library/Setup/Steps/ResourceStep.php:90 +#: ../../../../modules/setup/application/forms/DatabaseCreationPage.php:111 +#: ../../../../modules/setup/application/forms/AdminAccountPage.php:221 +#: ../../../../modules/setup/library/Setup/Steps/ResourceStep.php:90 msgid "Password" msgstr "Passwort" -#: /vagrant/modules/setup/application/forms/AuthenticationPage.php:24 +#: ../../../../modules/setup/application/forms/AuthenticationPage.php:24 msgid "" "Please choose how you want to authenticate when accessing Icinga Web 2. " "Configuring backend specific details follows in a later step." @@ -784,12 +791,12 @@ msgstr "" "Bitte wählen Sie, wie Sie Zugriffe auf Icinga Web 2 authentifizieren wollen. " "Die Konfiguration Backend-spezifischer Details erfolgt später." -#: /vagrant/modules/setup/application/forms/AdminAccountPage.php:235 +#: ../../../../modules/setup/application/forms/AdminAccountPage.php:235 msgid "Please repeat the password given above to avoid typing errors." msgstr "" "Wiederhole bitte das oben angegebene Passwort, um Tippfehler zu vermeiden." -#: /vagrant/modules/setup/application/views/scripts/form/setup-welcome.phtml:107 +#: ../../../../modules/setup/application/views/scripts/form/setup-welcome.phtml:107 #, php-format msgid "" "Please see the %s for an extensive description on how to access and use this " @@ -798,80 +805,84 @@ msgstr "" "Für eine umfangreiche Erklärung wie dieser Assistent zu benutzen ist lesen " "Sie bitte die %s." -#: /vagrant/modules/setup/library/Setup/Steps/ResourceStep.php:78 -#: /vagrant/modules/setup/library/Setup/Steps/ResourceStep.php:149 +#: ../../../../modules/setup/library/Setup/Steps/ResourceStep.php:78 +#: ../../../../modules/setup/library/Setup/Steps/ResourceStep.php:149 msgid "Port" msgstr "Port" -#: /vagrant/modules/setup/library/Setup/Steps/GeneralConfigStep.php:62 +#: ../../../../modules/setup/library/Setup/Steps/GeneralConfigStep.php:62 #, php-format msgid "Preferences will be stored per user account in INI files at: %s" msgstr "Einstellungen werden in INI-Dateien pro Konto in %s gespeichert" -#: /vagrant/modules/setup/library/Setup/Steps/GeneralConfigStep.php:64 +#: ../../../../modules/setup/library/Setup/Steps/GeneralConfigStep.php:64 msgid "Preferences will be stored using a database." msgstr "Die Einstellungen der Benutzer werden in einer Datenbank gespeichert." -#: /vagrant/modules/setup/library/Setup/Requirement/ConfigDirectoryRequirement.php:14 +#: ../../../../modules/setup/library/Setup/Requirement/ConfigDirectoryRequirement.php:14 msgid "Read- and writable configuration directory" msgstr "Lesbares und beschreibbares Verzeichnis für Einstellungen" -#: /vagrant/modules/setup/application/views/scripts/form/setup-requirements.phtml:37 +#: ../../../../modules/setup/application/views/scripts/form/setup-requirements.phtml:37 msgid "Refresh" msgstr "Aktualisieren" -#: /vagrant/modules/setup/application/views/scripts/form/setup-requirements.phtml:43 +#: ../../../../modules/setup/application/views/scripts/form/setup-requirements.phtml:43 #, php-format msgid "Refresh the page; %s" msgstr "Die Seite aktualisieren; %s" -#: /vagrant/modules/setup/application/forms/AdminAccountPage.php:233 +#: ../../../../modules/setup/application/forms/AdminAccountPage.php:233 msgid "Repeat password" msgstr "Passwort wiederholen" -#: /vagrant/modules/setup/library/Setup/Steps/DatabaseStep.php:86 -#: /vagrant/modules/setup/library/Setup/Steps/DatabaseStep.php:137 +#: ../../../../modules/setup/library/Setup/Steps/DatabaseStep.php:86 +#: ../../../../modules/setup/library/Setup/Steps/DatabaseStep.php:137 #, php-format msgid "Required privileges were already granted to login \"%s\"." msgstr "Das Login \"%s\" verfügt bereits über die erforderlichen Rechte." -#: /vagrant/modules/setup/application/views/scripts/index/index.phtml:57 +#: ../../../../modules/setup/application/views/scripts/index/index.phtml:60 msgctxt "setup.progress" msgid "Requirements" msgstr "Systemvoraussetzungen" -#: /vagrant/modules/setup/library/Setup/Steps/ResourceStep.php:57 +#: ../../../../modules/setup/library/Setup/Steps/ResourceStep.php:57 msgctxt "setup.page.title" msgid "Resource" msgstr "Ressource" -#: /vagrant/modules/setup/library/Setup/Steps/ResourceStep.php:66 -#: /vagrant/modules/setup/library/Setup/Steps/ResourceStep.php:141 +#: ../../../../modules/setup/library/Setup/Steps/ResourceStep.php:66 +#: ../../../../modules/setup/library/Setup/Steps/ResourceStep.php:141 msgid "Resource Name" msgstr "Ressourcenname" -#: /vagrant/modules/setup/library/Setup/Steps/ResourceStep.php:182 +#: ../../../../modules/setup/library/Setup/Steps/ResourceStep.php:182 #, php-format msgid "Resource configuration could not be written to: %s. An error occured:" msgstr "" "Die Ressourcen-Einstellungen konnten nicht nach %s geschrieben werden. Ein " "Fehler ist aufgetreten:" -#: /vagrant/modules/setup/library/Setup/Steps/ResourceStep.php:176 +#: ../../../../modules/setup/library/Setup/Steps/ResourceStep.php:176 #, php-format msgid "Resource configuration has been successfully written to: %s" msgstr "Die Ressourcen-Einstellungen wurden erfolgreich nach %s geschrieben" -#: /vagrant/modules/setup/library/Setup/Steps/ResourceStep.php:55 +#: ../../../../modules/setup/library/Setup/Steps/ResourceStep.php:55 msgctxt "setup.page.title" msgid "Resources" msgstr "Ressourcen" -#: /vagrant/modules/setup/library/Setup/Steps/ResourceStep.php:153 +#: ../../../../modules/setup/application/controllers/IndexController.php:61 +msgid "Restart the setup" +msgstr "Setup neu starten" + +#: ../../../../modules/setup/library/Setup/Steps/ResourceStep.php:153 msgid "Root DN" msgstr "Root DN" -#: /vagrant/modules/setup/library/Setup/WebWizard.php:552 +#: ../../../../modules/setup/library/Setup/WebWizard.php:556 msgid "" "Running Icinga Web 2 requires PHP version 5.3.2. Advanced features like the " "built-in web server require PHP version 5.4." @@ -879,92 +890,92 @@ msgstr "" "Der Betrieb von Icinga Web 2 erfordert die PHP-Version 5.3.2. Anspruchsvolle " "Funktionalitäten wie der eingebaute Webserver erfordern die PHP-Version 5.4." -#: /vagrant/modules/setup/library/Setup/Steps/ResourceStep.php:104 +#: ../../../../modules/setup/library/Setup/Steps/ResourceStep.php:104 msgid "SSL Cert" msgstr "SSL-Zertifikat" -#: /vagrant/modules/setup/library/Setup/Steps/ResourceStep.php:97 +#: ../../../../modules/setup/library/Setup/Steps/ResourceStep.php:97 msgid "SSL Key" msgstr "SSL-Schlüssel" -#: /vagrant/modules/setup/library/Setup/WebWizard.php:356 +#: ../../../../modules/setup/library/Setup/WebWizard.php:358 msgctxt "setup.summary.btn.finish" msgid "Setup Icinga Web 2" msgstr "Icinga Web 2 einrichten" -#: /vagrant/modules/setup/application/forms/WelcomePage.php:36 +#: ../../../../modules/setup/application/forms/WelcomePage.php:36 msgid "Setup Token" msgstr "Einrichtungstoken" -#: /vagrant/modules/setup/application/views/scripts/index/parts/finish.phtml:25 +#: ../../../../modules/setup/application/views/scripts/index/parts/finish.phtml:25 msgid "Show previous wizard-page" msgstr "Zeige die vorherige Assistenten-Seite" -#: /vagrant/modules/setup/application/views/scripts/index/parts/finish.phtml:15 +#: ../../../../modules/setup/application/views/scripts/index/parts/finish.phtml:15 msgid "Show the login page of Icinga Web 2" msgstr "Zeige die Anmelde-Seite von Icinga Web 2" -#: /vagrant/modules/setup/application/forms/LdapDiscoveryPage.php:50 +#: ../../../../modules/setup/application/forms/LdapDiscoveryPage.php:50 msgid "Skip" msgstr "Überspringen" -#: /vagrant/modules/setup/application/forms/DatabaseCreationPage.php:201 -#: /vagrant/modules/setup/application/forms/LdapResourcePage.php:145 -#: /vagrant/modules/setup/application/forms/AuthBackendPage.php:227 -#: /vagrant/modules/setup/application/forms/DbResourcePage.php:178 +#: ../../../../modules/setup/application/forms/DatabaseCreationPage.php:201 +#: ../../../../modules/setup/application/forms/DbResourcePage.php:178 +#: ../../../../modules/setup/application/forms/AuthBackendPage.php:240 +#: ../../../../modules/setup/application/forms/LdapResourcePage.php:145 msgid "Skip Validation" msgstr "Validierung überspringen" -#: /vagrant/modules/setup/application/views/scripts/index/parts/finish.phtml:5 +#: ../../../../modules/setup/application/views/scripts/index/parts/finish.phtml:5 msgid "Sorry! Failed to set up Icinga Web 2 successfully." msgstr "Entschuldigung! Konnte Icinga Web 2 nicht erfolgreich einrichten." -#: /vagrant/modules/setup/library/Setup/WebWizard.php:354 +#: ../../../../modules/setup/library/Setup/WebWizard.php:354 msgctxt "setup.welcome.btn.next" msgid "Start" msgstr "Start" -#: /vagrant/modules/setup/library/Setup/Steps/DatabaseStep.php:59 -#: /vagrant/modules/setup/library/Setup/Steps/DatabaseStep.php:107 +#: ../../../../modules/setup/library/Setup/Steps/DatabaseStep.php:59 +#: ../../../../modules/setup/library/Setup/Steps/DatabaseStep.php:107 #, php-format msgid "Successfully connected to existing database \"%s\"..." msgstr "Erfolgreich mit vorhandener Datenbank \"%s\" verbunden..." -#: /vagrant/modules/setup/application/clicommands/ConfigCommand.php:85 +#: ../../../../modules/setup/application/clicommands/ConfigCommand.php:85 #, php-format msgid "Successfully created configuration directory %s" msgstr "Einstellungs-Verzeichnis %s erfolgreich erstellt" -#: /vagrant/modules/setup/application/clicommands/ConfigCommand.php:157 +#: ../../../../modules/setup/application/clicommands/ConfigCommand.php:162 #, php-format msgid "Successfully written %d bytes to file" msgstr "%d Bytes erfolgreich in Datei geschrieben" -#: /vagrant/modules/setup/library/Setup/Requirement/ClassRequirement.php:26 +#: ../../../../modules/setup/library/Setup/Requirement/ClassRequirement.php:27 #, php-format msgctxt "setup.requirement.class" msgid "The %s class is available." msgstr "Die Klasse %s ist verfügbar." -#: /vagrant/modules/setup/library/Setup/Requirement/ClassRequirement.php:30 +#: ../../../../modules/setup/library/Setup/Requirement/ClassRequirement.php:37 #, php-format msgctxt "setup.requirement.class" msgid "The %s class is missing." msgstr "Die Klasse %s fehlt." -#: /vagrant/modules/setup/library/Setup/Requirement/ClassRequirement.php:27 +#: ../../../../modules/setup/library/Setup/Requirement/ClassRequirement.php:31 #, php-format msgctxt "setup.requirement.class" msgid "The %s is available." msgstr "Der %s ist verfügbar." -#: /vagrant/modules/setup/library/Setup/Requirement/ClassRequirement.php:31 +#: ../../../../modules/setup/library/Setup/Requirement/ClassRequirement.php:41 #, php-format msgctxt "setup.requirement.class" msgid "The %s is missing." msgstr "Der %s fehlt." -#: /vagrant/modules/setup/library/Setup/WebWizard.php:706 +#: ../../../../modules/setup/library/Setup/WebWizard.php:710 msgid "" "The Icinga Web 2 configuration directory defaults to \"/etc/icingaweb2\", if " "not explicitly set in the environment variable \"ICINGAWEB_CONFIGDIR\"." @@ -973,7 +984,7 @@ msgstr "" "Umgebungsvariable \"ICINGAWEB_CONFIGDIR\" bestimmt. Standardwert: \"/etc/" "icingaweb2\"" -#: /vagrant/modules/setup/library/Setup/WebWizard.php:589 +#: ../../../../modules/setup/library/Setup/WebWizard.php:593 msgid "" "The JSON module for PHP is required for various export functionalities as " "well as APIs." @@ -981,27 +992,27 @@ msgstr "" "Das JSON-Modul für PHP wird von diversen Export-Funktionalitäten und APIs " "benötigt." -#: /vagrant/modules/setup/library/Setup/Requirement/PhpConfigRequirement.php:18 +#: ../../../../modules/setup/library/Setup/Requirement/PhpConfigRequirement.php:18 #, php-format msgid "The PHP config `%s' is not defined." msgstr "Die PHP-Einstellung `%s' ist nicht definiert." -#: /vagrant/modules/setup/library/Setup/Requirement/PhpConfigRequirement.php:17 +#: ../../../../modules/setup/library/Setup/Requirement/PhpConfigRequirement.php:17 #, php-format msgid "The PHP config `%s' is set to \"%s\"." msgstr "Die PHP-Einstellung `%s' ist gesetzt auf \"%s\"." -#: /vagrant/modules/setup/library/Setup/Requirement/PhpModuleRequirement.php:30 +#: ../../../../modules/setup/library/Setup/Requirement/PhpModuleRequirement.php:30 #, php-format msgid "The PHP module %s is available." msgstr "Das PHP-Modul %s ist verfügbar." -#: /vagrant/modules/setup/library/Setup/Requirement/PhpModuleRequirement.php:36 +#: ../../../../modules/setup/library/Setup/Requirement/PhpModuleRequirement.php:36 #, php-format msgid "The PHP module %s is missing." msgstr "Das PHP-Modul %s fehlt." -#: /vagrant/modules/setup/library/Setup/WebWizard.php:580 +#: ../../../../modules/setup/library/Setup/WebWizard.php:584 msgid "" "The PHP module for OpenSSL is required to generate cryptographically safe " "password salts." @@ -1009,34 +1020,34 @@ msgstr "" "Das PHP-Modul für OpenSSL ist erforderlich, um kryptographisch sichere " "Passwort-Salts zu erzeugen." -#: /vagrant/modules/setup/library/Setup/WebWizard.php:660 +#: ../../../../modules/setup/library/Setup/WebWizard.php:664 msgctxt "setup.requirement.class" msgid "The Zend database adapter for MySQL is available." msgstr "Der Zend Datenbankadapter für MySQL ist verfügbar." -#: /vagrant/modules/setup/library/Setup/WebWizard.php:665 +#: ../../../../modules/setup/library/Setup/WebWizard.php:669 msgctxt "setup.requirement.class" msgid "The Zend database adapter for MySQL is missing." msgstr "Der Zend Datenbankadapter für MySQL fehlt." -#: /vagrant/modules/setup/library/Setup/WebWizard.php:656 +#: ../../../../modules/setup/library/Setup/WebWizard.php:660 msgid "" "The Zend database adapter for MySQL is required to access a MySQL database." msgstr "" "Der Zend Datenbankadapter für MySQL wird benötigt, um auf MySQL-Datenbanken " "zuzugreifen." -#: /vagrant/modules/setup/library/Setup/WebWizard.php:691 +#: ../../../../modules/setup/library/Setup/WebWizard.php:695 msgctxt "setup.requirement.class" msgid "The Zend database adapter for PostgreSQL is available." msgstr "Der Zend Datenbankadapter für PostgreSQL ist verfügbar." -#: /vagrant/modules/setup/library/Setup/WebWizard.php:696 +#: ../../../../modules/setup/library/Setup/WebWizard.php:700 msgctxt "setup.requirement.class" msgid "The Zend database adapter for PostgreSQL is missing." msgstr "Der Zend Datenbankadapter für PostgreSQL fehlt." -#: /vagrant/modules/setup/library/Setup/WebWizard.php:687 +#: ../../../../modules/setup/library/Setup/WebWizard.php:691 msgid "" "The Zend database adapter for PostgreSQL is required to access a PostgreSQL " "database." @@ -1044,35 +1055,35 @@ msgstr "" "Der Zend Datenbankadapter für PostgreSQL wird benötigt, um auf PostgreSQL-" "Datenbanken zuzugreifen." -#: /vagrant/modules/setup/application/clicommands/ConfigCommand.php:39 -#: /vagrant/modules/setup/application/clicommands/ConfigCommand.php:140 -#: /vagrant/modules/setup/application/clicommands/TokenCommand.php:35 -#: /vagrant/modules/setup/application/clicommands/TokenCommand.php:67 +#: ../../../../modules/setup/application/clicommands/ConfigCommand.php:39 +#: ../../../../modules/setup/application/clicommands/ConfigCommand.php:145 +#: ../../../../modules/setup/application/clicommands/TokenCommand.php:35 +#: ../../../../modules/setup/application/clicommands/TokenCommand.php:67 msgid "" "The argument --config expects a path to Icinga Web 2's configuration files" msgstr "" "Das Argument --config erwartet einen Pfad zu den Einstellungs-Dateien von " "Icinga Web 2" -#: /vagrant/modules/setup/application/clicommands/ConfigCommand.php:46 +#: ../../../../modules/setup/application/clicommands/ConfigCommand.php:46 msgid "" "The argument --group expects a owner group for the configuration directory" msgstr "" "Das Argument --group erwartet eine Systemgruppe, die das Einstellungs-" "Verzeichnis besitzen soll" -#: /vagrant/modules/setup/application/clicommands/ConfigCommand.php:53 +#: ../../../../modules/setup/application/clicommands/ConfigCommand.php:53 msgid "" "The argument --mode expects an access mode for the configuration directory" msgstr "" "Das Argument --mode erwartet die Zugriffsrechte für das Einstellungs-" "Verzeichnis" -#: /vagrant/modules/setup/application/clicommands/ConfigCommand.php:127 +#: ../../../../modules/setup/application/clicommands/ConfigCommand.php:132 msgid "The argument --path expects a URL path" msgstr "Das Argument --path erwartet eine URL" -#: /vagrant/modules/setup/application/clicommands/ConfigCommand.php:134 +#: ../../../../modules/setup/application/clicommands/ConfigCommand.php:139 msgid "" "The argument --root/--document-root expects a directory from which the " "webserver will serve files" @@ -1080,18 +1091,18 @@ msgstr "" "Das Argument --root/--document-root erwartet ein Verzeichnis, aus dem der " "Webserver Dateien ausliefern wird" -#: /vagrant/modules/setup/application/forms/LdapResourcePage.php:126 -#: /vagrant/modules/setup/application/forms/AuthBackendPage.php:206 -#: /vagrant/modules/setup/application/forms/DbResourcePage.php:96 +#: ../../../../modules/setup/application/forms/DbResourcePage.php:96 +#: ../../../../modules/setup/application/forms/AuthBackendPage.php:217 +#: ../../../../modules/setup/application/forms/LdapResourcePage.php:126 msgid "The configuration has been successfully validated." msgstr "Die Einstellungen wurden erfolgreich überprüft." -#: /vagrant/modules/setup/application/clicommands/TokenCommand.php:46 +#: ../../../../modules/setup/application/clicommands/TokenCommand.php:46 #, php-format msgid "The current setup token is: %s\n" msgstr "Der aktuelle Einrichtungstoken ist: %s\n" -#: /vagrant/modules/setup/library/Setup/Steps/DatabaseStep.php:192 +#: ../../../../modules/setup/library/Setup/Steps/DatabaseStep.php:192 #, php-format msgid "" "The database \"%s\" already seems to be fully set up. No action required." @@ -1099,11 +1110,11 @@ msgstr "" "Die Datenbank \"%s\" scheint bereits vollständig eingerichtet zu sein. Keine " "Aktion erforderlich." -#: /vagrant/modules/setup/library/Setup/Steps/DatabaseStep.php:252 +#: ../../../../modules/setup/library/Setup/Steps/DatabaseStep.php:252 msgid "The database has been fully set up!" msgstr "Die Datenbank \"%s\" wurde vollständig eingerichtet!" -#: /vagrant/modules/setup/library/Setup/Steps/DatabaseStep.php:216 +#: ../../../../modules/setup/library/Setup/Steps/DatabaseStep.php:216 #, php-format msgid "" "The database user \"%s\" will be used to create the missing database \"%s\" " @@ -1114,7 +1125,7 @@ msgstr "" "\"%s\" mit dem von Icinga Web 2 benötigten Schema zu erstellen und dem neuen " "Login \"%s\" darauf Zugriff zu geben." -#: /vagrant/modules/setup/library/Setup/Steps/DatabaseStep.php:204 +#: ../../../../modules/setup/library/Setup/Steps/DatabaseStep.php:204 #, php-format msgid "" "The database user \"%s\" will be used to create the missing database \"%s\" " @@ -1125,7 +1136,7 @@ msgstr "" "\"%s\" mit dem von Icinga Web 2 benötigten Schema zu erstellen und dem " "bereits vorhandenen Login \"%s\" darauf Zugriff zu geben." -#: /vagrant/modules/setup/library/Setup/Steps/DatabaseStep.php:229 +#: ../../../../modules/setup/library/Setup/Steps/DatabaseStep.php:229 #, php-format msgid "" "The database user \"%s\" will be used to create the missing database \"%s\" " @@ -1134,7 +1145,7 @@ msgstr "" "Der Datenbank-Nutzer \"%s\" wird benutzt werden, um die fehlende Datenbank " "\"%s\" mit dem von Icinga Web 2 benötigten Schema zu erstellen." -#: /vagrant/modules/setup/library/Setup/Steps/DatabaseStep.php:172 +#: ../../../../modules/setup/library/Setup/Steps/DatabaseStep.php:172 #, php-format msgid "" "The database user \"%s\" will be used to setup the missing schema required " @@ -1145,7 +1156,7 @@ msgstr "" "das von Icinga Web 2 benötigte Schema einzurichten und dem neuen Login \"%s" "\" Zugriff auf diese Datenbank zu geben." -#: /vagrant/modules/setup/library/Setup/Steps/DatabaseStep.php:183 +#: ../../../../modules/setup/library/Setup/Steps/DatabaseStep.php:183 #, php-format msgid "" "The database user \"%s\" will be used to setup the missing schema required " @@ -1154,7 +1165,7 @@ msgstr "" "Der Datenbank-Nutzer \"%s\" wird benutzt werden, um in der Datenbank \"%s\" " "das von Icinga Web 2 benötigte Schema einzurichten." -#: /vagrant/modules/setup/application/forms/DbResourcePage.php:134 +#: ../../../../modules/setup/application/forms/DbResourcePage.php:134 msgid "" "The database you've configured to use for Icinga Web 2 seems to be the one " "of Icinga. Please be aware that this database configuration is supposed to " @@ -1170,27 +1181,32 @@ msgstr "" "die Validierung übersprungen und diese Warnung ignoriert werden. Falls " "nicht, gib bitte eine andere Datenbank an." -#: /vagrant/modules/setup/library/Setup/Requirement/ConfigDirectoryRequirement.php:38 +#: ../../../../modules/setup/library/Setup/Requirement/ConfigDirectoryRequirement.php:38 #, php-format msgid "The directory %s does not exist." msgstr "Das Verzeichnis %s existiert nicht." -#: /vagrant/modules/setup/library/Setup/Requirement/ConfigDirectoryRequirement.php:32 +#: ../../../../modules/setup/library/Setup/Requirement/ConfigDirectoryRequirement.php:32 #, php-format msgid "The directory %s is not readable." msgstr "Das Verzeichnis %s ist nicht lesbar." -#: /vagrant/modules/setup/library/Setup/Requirement/ConfigDirectoryRequirement.php:31 +#: ../../../../modules/setup/library/Setup/Requirement/ConfigDirectoryRequirement.php:31 #, php-format msgid "The directory %s is not writable." msgstr "Das Verzeichnis %s ist nicht beschreibbar." -#: /vagrant/modules/setup/library/Setup/Requirement/ConfigDirectoryRequirement.php:26 +#: ../../../../modules/setup/library/Setup/Requirement/ConfigDirectoryRequirement.php:26 #, php-format msgid "The directory %s is read- and writable." msgstr "Das Verzeichnis %s ist lesbar und beschreibbar." -#: /vagrant/modules/setup/application/views/scripts/form/setup-modules.phtml:15 +#: ../../../../modules/setup/application/forms/LdapDiscoveryConfirmPage.php:82 +#, php-format +msgid "The following directory service has been found on domain \"%s\"." +msgstr "Der folgende Verzeichnis Dienst wurde auf der Domain '%s' gefunden." + +#: ../../../../modules/setup/application/views/scripts/form/setup-modules.phtml:15 msgid "" "The following modules were found in your Icinga Web 2 installation. To " "enable and configure a module, just tick it and click \"Next\"." @@ -1199,7 +1215,7 @@ msgstr "" "ein Modul zu aktivieren und zu konfigurieren, haken Sie es an, bevor Sie auf " "\"Weiter\" klicken." -#: /vagrant/modules/setup/library/Setup/WebWizard.php:213 +#: ../../../../modules/setup/library/Setup/WebWizard.php:213 msgid "" "The given resource name must be unique and is already in use by the LDAP " "resource" @@ -1207,7 +1223,7 @@ msgstr "" "Der gegebene Ressourcenname muss eindeutig sein und wird bereits von der " "LDAP-Ressource verwendet" -#: /vagrant/modules/setup/library/Setup/Steps/AuthenticationStep.php:219 +#: ../../../../modules/setup/library/Setup/Steps/AuthenticationStep.php:219 #, php-format msgid "" "The members of the user group \"%s\" were successfully defined as initial " @@ -1216,16 +1232,16 @@ msgstr "" "Die Mitglieder der Benutzergruppe \"%s\" wurden erfolgreich als initiale " "Administratoren festgelegt." -#: /vagrant/modules/setup/application/clicommands/TokenCommand.php:87 +#: ../../../../modules/setup/application/clicommands/TokenCommand.php:87 #, php-format msgid "The newly generated setup token is: %s\n" msgstr "Der neu erstellte Einrichtungstoken ist: %s\n" -#: /vagrant/modules/setup/application/forms/DatabaseCreationPage.php:112 +#: ../../../../modules/setup/application/forms/DatabaseCreationPage.php:112 msgid "The password for the database user defined above" msgstr "Das Passwort für den oben definierten Datenbank-Nutzer" -#: /vagrant/modules/setup/application/forms/DatabaseCreationPage.php:169 +#: ../../../../modules/setup/application/forms/DatabaseCreationPage.php:169 msgid "" "The provided credentials cannot be used to create the database and/or the " "user." @@ -1233,7 +1249,7 @@ msgstr "" "Die angegebenen Anmeldeinformationen konnten nicht benutzt werden, um die " "Datenbank und/oder den Nutzer zu erstellen." -#: /vagrant/modules/setup/application/forms/DatabaseCreationPage.php:179 +#: ../../../../modules/setup/application/forms/DatabaseCreationPage.php:179 #, php-format msgid "" "The provided credentials cannot be used to grant all required privileges to " @@ -1242,22 +1258,28 @@ msgstr "" "Die angegebenen Anmeldeinformationen konnten nicht benutzt werden, um dem " "Login \"%s\" alle erforderlichen Rechte zu verleihen." -#: /vagrant/modules/setup/application/forms/AuthenticationPage.php:64 +#: ../../../../modules/setup/application/forms/DbResourcePage.php:156 +#, php-format +msgid "The server's version %s is too old. The minimum required version is %s." +msgstr "" +"Die Server Version %s ist zu alt. Die mindestens benötigte Version ist %s." + +#: ../../../../modules/setup/application/forms/AuthenticationPage.php:64 msgid "The type of authentication to use when accessing Icinga Web 2" msgstr "Die Art der Authentifizierung der Zugriffe auf Icinga Web 2" -#: /vagrant/modules/setup/application/forms/AuthBackendPage.php:97 +#: ../../../../modules/setup/application/forms/AuthBackendPage.php:108 msgid "The type of the resource being used for this authenticaton provider" msgstr "" "Der Typ der Ressource, die für diesen Authentifizierungs-Provider benutzt " "wird" -#: /vagrant/modules/setup/application/views/scripts/form/setup-welcome.phtml:86 +#: ../../../../modules/setup/application/views/scripts/form/setup-welcome.phtml:86 #, php-format msgid "The user \"%s\" is a member of the system group \"icingaweb2\"" msgstr "Der Benutzer \"%s\" ist Mitglied der Systemgruppe \"icingaweb2\"" -#: /vagrant/modules/setup/application/views/scripts/form/setup-welcome.phtml:62 +#: ../../../../modules/setup/application/views/scripts/form/setup-welcome.phtml:62 msgid "" "This wizard will guide you through the configuration of Icinga Web 2. Once " "completed and successfully finished you are able to log in and to explore " @@ -1267,7 +1289,7 @@ msgstr "" "Sobald dies erfolgreich abgeschlossen ist, können Sie sich anmelden und all " "die neuen und atemberaubenden Funktionen erkunden!" -#: /vagrant/modules/setup/application/forms/UserGroupBackendPage.php:39 +#: ../../../../modules/setup/application/forms/UserGroupBackendPage.php:39 msgid "" "To allow Icinga Web 2 to associate users and groups, you'll need to provide " "some further information about the LDAP Connection that is already going to " @@ -1277,7 +1299,7 @@ msgstr "" "Informationen über die LDAP-Verbindung benötigt, die bereits für die " "Auffindung von Kontodaten verwendet wird." -#: /vagrant/modules/setup/library/Setup/WebWizard.php:618 +#: ../../../../modules/setup/library/Setup/WebWizard.php:622 msgid "" "To be able to export views and reports to PDF, the DOM module for PHP is " "required." @@ -1285,7 +1307,7 @@ msgstr "" "Um Sichten und Berichte als PDF exportieren zu können, wird das DOM-Modul " "für PHP benötigt." -#: /vagrant/modules/setup/application/views/scripts/form/setup-welcome.phtml:79 +#: ../../../../modules/setup/application/views/scripts/form/setup-welcome.phtml:79 msgid "" "To run this wizard a user needs to authenticate using a token which is " "usually provided to him by an administrator who'd followed the instructions " @@ -1295,7 +1317,7 @@ msgstr "" "Einrichtungstoken, welcher Ihnen meist von einem Administrator nach " "folgender Anleitung bereitgestellt wird, authentifizieren." -#: /vagrant/modules/setup/library/Setup/WebWizard.php:647 +#: ../../../../modules/setup/library/Setup/WebWizard.php:651 msgid "" "To store users or preferences in a MySQL database the PDO-MySQL module for " "PHP is required." @@ -1303,7 +1325,7 @@ msgstr "" "Um Benutzer oder ihre Einstellungen in einer MySQL-Datenbank zu speichern, " "wird das PDO-MySQL-Modul für PHP benötigt." -#: /vagrant/modules/setup/library/Setup/WebWizard.php:678 +#: ../../../../modules/setup/library/Setup/WebWizard.php:682 msgid "" "To store users or preferences in a PostgreSQL database the PDO-PostgreSQL " "module for PHP is required." @@ -1311,16 +1333,16 @@ msgstr "" "Um Benutzer oder ihre Einstellungen in einer PostgreSQL-Datenbank zu " "speichern, wird das PDO-PostgreSQL-Modul für PHP benötigt." -#: /vagrant/modules/setup/library/Setup/Steps/GeneralConfigStep.php:77 +#: ../../../../modules/setup/library/Setup/Steps/GeneralConfigStep.php:97 msgctxt "app.config.logging" msgid "Type" msgstr "Typ" -#: /vagrant/modules/setup/application/forms/AdminAccountPage.php:132 +#: ../../../../modules/setup/application/forms/AdminAccountPage.php:132 msgid "Type Of Definition" msgstr "Definitions-Typ" -#: /vagrant/modules/setup/library/Setup/Steps/UserGroupStep.php:204 +#: ../../../../modules/setup/library/Setup/Steps/UserGroupStep.php:204 #, php-format msgid "" "Unable to add account \"%s\" as member to user group \"%s\". An error " @@ -1329,18 +1351,33 @@ msgstr "" "Konnte Konto \"%s\" nicht der Benutzergruppe \"%s\" hinzufügen. Ein Fehler " "ist aufgetreten:" -#: /vagrant/modules/setup/library/Setup/Steps/AuthenticationStep.php:208 +#: ../../../../modules/setup/application/forms/DbResourcePage.php:145 +#, php-format +msgid "" +"Unable to check the server's version. This is usually not a critical error " +"as there is probably only access to the database permitted which does not " +"exist yet. If you are absolutely sure you are running PostgreSQL in a " +"version equal to or newer than 9.1, you can skip the validation and safely " +"proceed to the next step. The error was: %s" +msgstr "" +"Kann die Server Version nicht prüfen. Dieser Fehler ist nicht kritisch, da " +"wahrscheinlich nur Zugriff auf die Datenbank erlaubt ist, und diese noch " +"nicht existiert. Wenn Sie sicher sind eine PostgreSQL Version von 9.1 oder " +"neuer zu haben, können Sie die Prüfung überspringen und mit dem nächsten " +"Schritt weiter machen. Der Fehler war: %s" + +#: ../../../../modules/setup/library/Setup/Steps/AuthenticationStep.php:208 #, php-format msgid "Unable to create account \"%s\". An error occured:" msgstr "Konnte Konto \"%s\" nicht erstellen. Ein Fehler ist aufgetreten:" -#: /vagrant/modules/setup/library/Setup/Steps/UserGroupStep.php:190 +#: ../../../../modules/setup/library/Setup/Steps/UserGroupStep.php:190 #, php-format msgid "Unable to create user group \"%s\". An error occured:" msgstr "" "Konnte Benutzergruppe \"%s\" nicht erstellen. Ein Fehler ist aufgetreten:" -#: /vagrant/modules/setup/library/Setup/Steps/AuthenticationStep.php:224 +#: ../../../../modules/setup/library/Setup/Steps/AuthenticationStep.php:224 #, php-format msgid "" "Unable to define account \"%s\" as initial administrator. An error occured:" @@ -1348,7 +1385,7 @@ msgstr "" "Konnte Konto \"%s\" nicht als initialen Administrator festlegen. Ein Fehler " "ist aufgetreten:" -#: /vagrant/modules/setup/library/Setup/Steps/AuthenticationStep.php:229 +#: ../../../../modules/setup/library/Setup/Steps/AuthenticationStep.php:229 #, php-format msgid "" "Unable to define the members of the user group \"%s\" as initial " @@ -1357,27 +1394,31 @@ msgstr "" "Konnte die Mitglieder der Benutzergruppe \"%s\" nicht als initiale " "Administratoren festlegen. Ein Fehler ist aufgetreten:" -#: /vagrant/modules/setup/application/clicommands/ConfigCommand.php:123 +#: ../../../../modules/setup/application/clicommands/ConfigCommand.php:128 msgid "Unknown type" msgstr "Unbekannter Typ" -#: /vagrant/modules/setup/application/forms/AdminAccountPage.php:110 +#: ../../../../modules/setup/application/forms/LdapDiscoveryConfirmPage.php:105 +msgid "Use this configuration?" +msgstr "Diese Konfiguration benutzen?" + +#: ../../../../modules/setup/application/forms/AdminAccountPage.php:110 msgctxt "setup.admin" msgid "User Group" msgstr "Benutzergruppe" -#: /vagrant/modules/setup/library/Setup/Steps/UserGroupStep.php:185 +#: ../../../../modules/setup/library/Setup/Steps/UserGroupStep.php:185 #, php-format msgid "User Group \"%s\" has been successfully created." msgstr "Die Benutzergruppe \"%s\" wurde erfolgreich erstellt." -#: /vagrant/modules/setup/application/forms/UserGroupBackendPage.php:37 -#: /vagrant/modules/setup/library/Setup/Steps/UserGroupStep.php:135 +#: ../../../../modules/setup/application/forms/UserGroupBackendPage.php:37 +#: ../../../../modules/setup/library/Setup/Steps/UserGroupStep.php:135 msgctxt "setup.page.title" msgid "User Group Backend" msgstr "Benutzergruppen-Backend" -#: /vagrant/modules/setup/library/Setup/Steps/UserGroupStep.php:177 +#: ../../../../modules/setup/library/Setup/Steps/UserGroupStep.php:177 #, php-format msgid "" "User Group Backend configuration could not be written to: %s. An error " @@ -1386,102 +1427,108 @@ msgstr "" "Benutzergruppen-Backend-Einstellungen konnten nicht nach %s geschrieben " "werden. Ein Fehler ist aufgetreten:" -#: /vagrant/modules/setup/library/Setup/Steps/UserGroupStep.php:172 +#: ../../../../modules/setup/library/Setup/Steps/UserGroupStep.php:172 #, php-format msgid "User Group Backend configuration has been successfully written to: %s" msgstr "" "Benutzergruppen-Backend-Einstellungen wurden erfolgreich nach %s geschrieben" -#: /vagrant/modules/setup/library/Setup/Steps/UserGroupStep.php:134 +#: ../../../../modules/setup/library/Setup/Steps/UserGroupStep.php:134 msgctxt "setup.page.title" msgid "User Groups" msgstr "Benutzergruppen" -#: /vagrant/modules/setup/library/Setup/Steps/AuthenticationStep.php:151 +#: ../../../../modules/setup/library/Setup/Steps/AuthenticationStep.php:151 msgid "User Name Attribute" msgstr "Benutzernamen-Attribut" -#: /vagrant/modules/setup/library/Setup/Steps/AuthenticationStep.php:143 +#: ../../../../modules/setup/library/Setup/Steps/AuthenticationStep.php:143 msgid "User Object Class" msgstr "Benutzer-Objektklasse" -#: /vagrant/modules/setup/application/forms/AdminAccountPage.php:156 -#: /vagrant/modules/setup/application/forms/AdminAccountPage.php:188 -#: /vagrant/modules/setup/application/forms/AdminAccountPage.php:209 -#: /vagrant/modules/setup/application/forms/DatabaseCreationPage.php:100 -#: /vagrant/modules/setup/library/Setup/Steps/ResourceStep.php:86 +#: ../../../../modules/setup/application/forms/DatabaseCreationPage.php:100 +#: ../../../../modules/setup/application/forms/AdminAccountPage.php:156 +#: ../../../../modules/setup/application/forms/AdminAccountPage.php:188 +#: ../../../../modules/setup/application/forms/AdminAccountPage.php:209 +#: ../../../../modules/setup/library/Setup/Steps/ResourceStep.php:86 msgid "Username" msgstr "Benutzername" -#: /vagrant/modules/setup/application/forms/AdminAccountPage.php:259 +#: ../../../../modules/setup/application/forms/AdminAccountPage.php:259 msgid "Username already exists." msgstr "Benutzername existiert bereits." -#: /vagrant/modules/setup/library/Setup/Steps/AuthenticationStep.php:126 +#: ../../../../modules/setup/library/Setup/Steps/AuthenticationStep.php:126 #, php-format msgctxt "setup.summary.auth" msgid "Users will authenticate using %s." msgstr "Benutzer werden mittels %s authentifiziert werden." -#: /vagrant/modules/setup/library/Setup/WebWizard.php:373 +#: ../../../../modules/setup/library/Setup/WebWizard.php:376 msgid "Validate Configuration" msgstr "Einstellungen prüfen" -#: /vagrant/modules/setup/library/Setup/WebWizard.php:374 +#: ../../../../modules/setup/library/Setup/WebWizard.php:377 msgid "Validation In Progress" msgstr "Überprüfung läuft" -#: /vagrant/modules/setup/application/forms/LdapResourcePage.php:108 -#: /vagrant/modules/setup/application/forms/AuthBackendPage.php:188 +#: ../../../../modules/setup/application/forms/AuthBackendPage.php:199 +#: ../../../../modules/setup/application/forms/LdapResourcePage.php:108 msgid "Validation Log" msgstr "Überprüfungsprotokoll" -#: /vagrant/modules/setup/library/Setup/Steps/GeneralConfigStep.php:83 +#: ../../../../modules/setup/library/Setup/Steps/GeneralConfigStep.php:103 msgctxt "app.config.logging.level" msgid "Warning" msgstr "Warnung" -#: /vagrant/modules/setup/application/views/scripts/index/index.phtml:33 +#: ../../../../modules/setup/library/Setup/Steps/GeneralConfigStep.php:76 +msgctxt "app.config.logging.type" +msgid "Webserver Log" +msgstr "Webserver Log" + +#: ../../../../modules/setup/application/views/scripts/index/index.phtml:33 msgctxt "setup.progress" msgid "Welcome" msgstr "Willkommen" -#: /vagrant/modules/setup/application/views/scripts/form/setup-welcome.phtml:54 +#: ../../../../modules/setup/application/views/scripts/form/setup-welcome.phtml:54 msgid "Welcome to the configuration of Icinga Web 2!" msgstr "Willkommen zur Einrichtung von Icinga Web 2!" -#: /vagrant/modules/setup/application/clicommands/ConfigCommand.php:152 +#: ../../../../modules/setup/application/clicommands/ConfigCommand.php:157 #, php-format msgid "Write %s configuration to file: %s" msgstr "Schreibe %s-Einstellungen in die Datei: %s" -#: /vagrant/modules/setup/library/Setup/Requirement/OSRequirement.php:24 +#: ../../../../modules/setup/library/Setup/Requirement/OSRequirement.php:24 #, php-format msgid "You are running PHP on a %s system." msgstr "Sie betreiben PHP auf einem %s System." -#: /vagrant/modules/setup/library/Setup/Requirement/PhpVersionRequirement.php:24 +#: ../../../../modules/setup/library/Setup/Requirement/PhpVersionRequirement.php:24 #, php-format msgid "You are running PHP version %s." msgstr "Ihre PHP-Version: %s." -#: /vagrant/modules/setup/application/forms/LdapDiscoveryPage.php:33 +#: ../../../../modules/setup/application/forms/LdapDiscoveryPage.php:33 msgid "" "You can use this page to discover LDAP or ActiveDirectory servers for " -"authentication. If you don' want to execute a discovery, just skip this step." +"authentication. If you don't want to execute a discovery, just skip this " +"step." msgstr "" "Diese Seite kann genutzt werden, um LDAP- oder ActiveDirectory-Server für " -"die Authentifizierung zu suchen. Wenn eine solche Suche nicht erwünscht ist, " -"kann dieser Schritt übersprungen werden." +"die Authentifizierung zu erkennen. Wenn eine solche Suche nicht erwünscht " +"ist, kann dieser Schritt übersprungen werden." -#: /vagrant/modules/setup/application/views/scripts/form/setup-requirements.phtml:35 +#: ../../../../modules/setup/application/views/scripts/form/setup-requirements.phtml:35 msgid "" "You may also need to restart the web-server for the changes to take effect!" msgstr "" "Sie müssen evtl. auch den Webserver neu starten, damit Ihre Änderungen " "wirksam werden!" -#: /vagrant/modules/setup/application/forms/AuthenticationPage.php:39 +#: ../../../../modules/setup/application/forms/AuthenticationPage.php:39 msgid "" "You're currently not authenticated using any of the web server's " "authentication mechanisms. Make sure you'll configure such, otherwise you'll " @@ -1492,7 +1539,7 @@ msgstr "" "konfiguriert sind. Ansonsten wird die Anmeldung in Icinga Web 2 nicht " "möglich sein." -#: /vagrant/modules/setup/application/views/scripts/form/setup-welcome.phtml:57 +#: ../../../../modules/setup/application/views/scripts/form/setup-welcome.phtml:57 msgid "" "You've already completed the configuration of Icinga Web 2. Note that most " "of your configuration files will be overwritten in case you'll re-configure " @@ -1502,7 +1549,7 @@ msgstr "" "Einstellungs-Dateien überschrieben werden, wenn Icinga Web 2 mittels dieses " "Assistenten neu konfiguriert wird." -#: /vagrant/modules/setup/application/forms/AuthBackendPage.php:110 +#: ../../../../modules/setup/application/forms/AuthBackendPage.php:121 msgid "" "You've chosen to authenticate using a web server's mechanism so it may be " "necessary to adjust usernames before any permissions, restrictions, etc. are " @@ -1512,7 +1559,7 @@ msgstr "" "kann es notwendig sein, Benutzernamen anzupassen, bevor Berechtigungen, " "Einschränkungen, etc. angewendet werden." -#: /vagrant/modules/setup/application/views/scripts/form/setup-summary.phtml:13 +#: ../../../../modules/setup/application/views/scripts/form/setup-summary.phtml:13 #, php-format msgid "" "You've configured %1$s successfully. You can review the changes supposed to " @@ -1526,29 +1573,29 @@ msgstr "" "gewünscht, können jederzeit Korrekturen vorgenommen werden indem zurück " "navigiert wird." -#: /vagrant/modules/setup/application/views/scripts/form/setup-welcome.phtml:88 +#: ../../../../modules/setup/application/views/scripts/form/setup-welcome.phtml:88 msgid "Your webserver's user is a member of the system group \"icingaweb2\"" msgstr "Der Webserver-Nutzer ist ein Mitglied der System-Gruppe \"icingaweb2\"" -#: /vagrant/modules/setup/library/Setup/WebWizard.php:653 +#: ../../../../modules/setup/library/Setup/WebWizard.php:657 msgid "Zend database adapter for MySQL" msgstr "Zend Datenbankadapter für MySQL" -#: /vagrant/modules/setup/library/Setup/WebWizard.php:684 +#: ../../../../modules/setup/library/Setup/WebWizard.php:688 msgid "Zend database adapter for PostgreSQL" msgstr "Zend Datenbankadapter für PostgreSQL" -#: /vagrant/modules/setup/library/Setup/Steps/AuthenticationStep.php:127 +#: ../../../../modules/setup/library/Setup/Steps/AuthenticationStep.php:127 msgctxt "setup.summary.auth.type" msgid "a database" msgstr "eine Datenbank" -#: /vagrant/modules/setup/application/forms/AdminAccountPage.php:195 +#: ../../../../modules/setup/application/forms/AdminAccountPage.php:195 msgctxt "setup.admin.authbackend" msgid "database" msgstr "Datenbank" -#: /vagrant/modules/setup/library/Setup/Steps/AuthenticationStep.php:129 +#: ../../../../modules/setup/library/Setup/Steps/AuthenticationStep.php:129 msgctxt "setup.summary.auth.type" msgid "webserver authentication" msgstr "Webserver-Authentifizierung" diff --git a/modules/translation/application/clicommands/TestCommand.php b/modules/translation/application/clicommands/TestCommand.php new file mode 100644 index 000000000..3e395286e --- /dev/null +++ b/modules/translation/application/clicommands/TestCommand.php @@ -0,0 +1,132 @@ + + * + * EXAMPLES: + * + * icingacli translation test dateformatter de_DE + * icingacli translation test dateformatter fr_FR + */ + public function dateformatterAction() + { + $time = time(); + + /** @uses DateFormatter::timeAgo */ + $this->printTable($this->getMultiTranslated( + 'Time Ago', + array('Icinga\Date\DateFormatter', 'timeAgo'), + array( + "15 sec" => $time - 15, + "62 sec" => $time - 62, + "10 min" => $time - 600, + "1h" => $time - 1 * 3600, + "3h" => $time - 3 * 3600, + "25h" => $time - 25 * 3600, + "31d" => $time - 31 * 24 * 3600, + ) + )); + + $this->printTable($this->getMultiTranslated( + 'Time Since', + array('Icinga\Date\DateFormatter', 'timeSince'), + array( + "15 sec" => $time - 15, + "62 sec" => $time - 62, + "10 min" => $time - 600, + "1h" => $time - 1 * 3600, + "3h" => $time - 3 * 3600, + "25h" => $time - 25 * 3600, + "31d" => $time - 31 * 24 * 3600, + ) + )); + + $this->printTable($this->getMultiTranslated( + 'Time Until', + array('Icinga\Date\DateFormatter', 'timeUntil'), + array( + "15 sec" => $time + 15, + "62 sec" => $time + 62, + "10 min" => $time + 600, + "1h" => $time + 1 * 3600, + "3h" => $time + 3 * 3600, + "25h" => $time + 25 * 3600, + "31d" => $time + 31 * 24 * 3600, + ) + )); + } + + public function defaultAction() + { + $this->dateformatterAction(); + } + + public function init() + { + foreach ($this->params->getAllStandalone() as $l) { + $this->locales[] = $l; + } + // TODO: get from to environment by default? + } + + protected function callTranslated($callback, $arguments, $locale = 'C') + { + Translator::setupLocale($locale); + return call_user_func_array($callback, $arguments); + } + + protected function getMultiTranslated($name, $callback, $arguments, $locales = null) + { + if ($locales === null) { + $locales = $this->locales; + } + array_unshift($locales, 'C'); + + $rows = array(); + + foreach ($arguments as $k => $args) { + $row = array($name => $k); + + if (! is_array($args)) { + $args = array($args); + } + foreach ($locales as $locale) { + $row[$locale] = $this->callTranslated($callback, $args, $locale); + } + $rows[] = $row; + } + + return $rows; + } + + protected function printTable($rows) + { + $tt = new ArrayToTextTableHelper($rows); + $tt->showHeaders(true); + $tt->render(); + echo "\n\n"; + } +} diff --git a/modules/translation/library/Translation/Cli/ArrayToTextTableHelper.php b/modules/translation/library/Translation/Cli/ArrayToTextTableHelper.php new file mode 100644 index 000000000..f5738e6f6 --- /dev/null +++ b/modules/translation/library/Translation/Cli/ArrayToTextTableHelper.php @@ -0,0 +1,233 @@ + + * @link http://www.tonylandis.com/ + * @copyright Copyright (C) 2006-2009 Tony Landis + * @license http://www.opensource.org/licenses/bsd-license.php + */ +class ArrayToTextTableHelper +{ + /** + * @var array The array for processing + */ + protected $rows; + + /** + * @var int The column width settings + */ + protected $cs = array(); + + /** + * @var int The Row lines settings + */ + protected $rs = array(); + + /** + * @var int The Column index of keys + */ + protected $keys = array(); + + /** + * @var int Max Column Height (returns) + */ + protected $mH = 2; + + /** + * @var int Max Row Width (chars) + */ + protected $mW = 30; + + protected $head = false; + protected $pcen = "+"; + protected $prow = "-"; + protected $pcol = "|"; + + + /** + * Prepare array into textual format + * + * @param array $rows The input array + * @param bool $head Show heading + * @param int $maxWidth Max Column Height (returns) + * @param int $maxHeight Max Row Width (chars) + */ + public function __construct($rows) + { + $this->rows =& $rows; + $this->cs = array(); + $this->rs = array(); + + if (! $xc = count($this->rows)) { + return false; + } + + $this->keys = array_keys($this->rows[0]); + $columns = count($this->keys); + + for ($x = 0; $x < $xc; $x++) { + for ($y = 0; $y < $columns; $y++) { + $this->setMax($x, $y, $this->rows[$x][$this->keys[$y]]); + } + } + + return $this; + } + + /** + * Show the headers using the key values of the array for the titles + * + * @param bool $bool + */ + public function showHeaders($bool) + { + if ($bool) { + $this->setHeading(); + } + } + + /** + * Set the maximum width (number of characters) per column before truncating + * + * @param int $maxWidth + */ + public function setMaxWidth($maxWidth) + { + $this->mW = (int) $maxWidth; + } + + /** + * Set the maximum height (number of lines) per row before truncating + * + * @param int $maxHeight + */ + public function setMaxHeight($maxHeight) + { + $this->mH = (int) $maxHeight; + } + + /** + * Prints the data to a text table + * + * @param bool $return Set to 'true' to return text rather than printing + * + * @return mixed + */ + public function render($return = false) + { + if ($return) { + ob_start(null, 0, true); + } + + $this->printLine(); + $this->printHeading(); + + $rc = count($this->rows); + for ($i = 0; $i < $rc; + $i++) { + $this->printRow($i); + } + + $this->printLine(false); + + if ($return) { + $contents = ob_get_contents(); + ob_end_clean(); + return $contents; + } + return null; + } + + protected function setHeading() + { + $data = array(); + foreach ($this->keys as $colKey => $value) { + $this->setMax(false, $colKey, $value); + $data[$colKey] = strtoupper($value); + } + if (! is_array($data)) { + return false; + } + $this->head = $data; + + return $this; + } + + protected function printLine($nl = true) + { + print $this->pcen; + foreach ($this->cs as $key => $val) { + print $this->prow . + str_pad('', $val, $this->prow, STR_PAD_RIGHT) . + $this->prow . + $this->pcen; + } + if ($nl) { + print "\n"; + } + } + + protected function printHeading() + { + if (! is_array($this->head)) { + return false; + } + + print $this->pcol; + foreach ($this->cs as $key => $val) { + print ' ' . + str_pad($this->head[$key], $val, ' ', STR_PAD_BOTH) . + ' ' . + $this->pcol; + } + + print "\n"; + $this->printLine(); + + return $this; + } + + protected function printRow($rowKey) + { + // loop through each line + for ($line = 1; $line <= $this->rs[$rowKey]; $line++) { + print $this->pcol; + for ($colKey = 0; $colKey < count($this->keys); $colKey++) { + print " "; + print str_pad( + substr($this->rows[$rowKey][$this->keys[$colKey]], ($this->mW * ($line - 1)), $this->mW), + $this->cs[$colKey], + ' ', + STR_PAD_RIGHT + ); + print " " . $this->pcol; + } + print "\n"; + } + } + + protected function setMax($rowKey, $colKey, &$colVal) + { + $w = mb_strlen($colVal); + $h = 1; + if ($w > $this->mW) { + $h = ceil($w % $this->mW); + if ($h > $this->mH) { + $h = $this->mH; + } + $w = $this->mW; + } + + if (! isset($this->cs[$colKey]) || $this->cs[$colKey] < $w) { + $this->cs[$colKey] = $w; + } + + if ($rowKey !== false && (! isset($this->rs[$rowKey]) || $this->rs[$rowKey] < $h)) { + $this->rs[$rowKey] = $h; + } + } +}