diff --git a/modules/monitoring/application/forms/Config/TransportConfigForm.php b/modules/monitoring/application/forms/Config/TransportConfigForm.php index c950e0626..eef114ab7 100644 --- a/modules/monitoring/application/forms/Config/TransportConfigForm.php +++ b/modules/monitoring/application/forms/Config/TransportConfigForm.php @@ -4,6 +4,7 @@ namespace Icinga\Module\Monitoring\Forms\Config; use InvalidArgumentException; +use Icinga\Application\Platform; use Icinga\Exception\IcingaException; use Icinga\Exception\NotFoundError; use Icinga\Forms\ConfigForm; @@ -224,6 +225,9 @@ class TransportConfigForm extends ConfigForm LocalCommandFile::TRANSPORT => $this->translate('Local Command File'), RemoteCommandFile::TRANSPORT => $this->translate('Remote Command File') ); + if (! Platform::extensionLoaded('curl')) { + unset($transportTypes[ApiCommandTransport::TRANSPORT]); + } $transportType = isset($formData['transport']) ? $formData['transport'] : null; if ($transportType === null) { 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 e57f8c290..b4ec4311e 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 e63b03a15..465838a45 100644 --- a/modules/monitoring/application/locale/de_DE/LC_MESSAGES/monitoring.po +++ b/modules/monitoring/application/locale/de_DE/LC_MESSAGES/monitoring.po @@ -1,52 +1,54 @@ # 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 Monitoring Module. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" -"Project-Id-Version: Monitoring Module (2.3.4)\n" +"Project-Id-Version: Monitoring Module (2.4.0)\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:41+0100\n" +"POT-Creation-Date: 2017-02-01 14:27+0000\n" +"PO-Revision-Date: 2017-02-01 15:32+0100\n" +"Last-Translator: Johannes Meyer \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-Poedit-SearchPath-0: .\n" -#: /vagrant/modules/monitoring/application/views/scripts/health/info.phtml:65 +#: ../../../../modules/monitoring/application/views/scripts/health/info.phtml:65 #, php-format 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" -#: /vagrant/modules/monitoring/application/views/scripts/partials/event-history.phtml:35 +#: ../../../../modules/monitoring/application/views/scripts/partials/event-history.phtml:35 #, fuzzy msgctxt "date.verbose" msgid "%A, %B %e, %Y" msgstr "%A, %e. %B %Y" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/hostservicechecks.phtml:75 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/hostservicechecks.phtml:75 #, php-format msgid "%d Active" msgid_plural "%d Active" msgstr[0] "%d Aktiv" msgstr[1] "%d Aktive" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/hostservicechecks.phtml:55 -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/hostservicechecks.phtml:111 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/hostservicechecks.phtml:55 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/hostservicechecks.phtml:111 #, php-format msgid "%d Disabled" msgid_plural "%d Disabled" msgstr[0] "%d Deaktiviert" msgstr[1] "%d Deaktivierte" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/hostservicechecks.phtml:37 -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/hostservicechecks.phtml:93 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/hostservicechecks.phtml:37 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/hostservicechecks.phtml:93 #, php-format msgid "%d Passive" msgid_plural "%d Passive" @@ -54,37 +56,37 @@ msgstr[0] "%d Passiv" msgstr[1] "%d Passive" # Plural missing -#: /vagrant/modules/monitoring/application/views/scripts/list/eventgrid.phtml:38 +#: ../../../../modules/monitoring/application/views/scripts/list/eventgrid.phtml:38 #, php-format msgid "%d hosts down on %s" msgstr "%d Hosts DOWN am %s" # Plural missing -#: /vagrant/modules/monitoring/application/views/scripts/list/eventgrid.phtml:16 +#: ../../../../modules/monitoring/application/views/scripts/list/eventgrid.phtml:16 #, php-format msgid "%d hosts ok on %s" msgstr "%d Hosts OK am %s" # Plural missing -#: /vagrant/modules/monitoring/application/views/scripts/list/eventgrid.phtml:21 +#: ../../../../modules/monitoring/application/views/scripts/list/eventgrid.phtml:21 #, php-format msgid "%d hosts unreachable on %s" msgstr "%d Hosts NICHT ERREICHBAR am %s" # Plural missing -#: /vagrant/modules/monitoring/application/views/helpers/Perfdata.php:97 +#: ../../../../modules/monitoring/application/views/helpers/Perfdata.php:97 #, php-format msgid "%d more ..." msgstr "%d weitere ..." # Plural missing -#: /vagrant/modules/monitoring/application/views/scripts/show/components/notifications.phtml:54 +#: ../../../../modules/monitoring/application/views/scripts/show/components/notifications.phtml:54 #, php-format msgid "%d notifications have been sent for this issue." msgstr "%d Benachrichtigungen wurden für dieses Problem versandt." -#: /vagrant/modules/monitoring/application/views/scripts/hosts/show.phtml:118 -#: /vagrant/modules/monitoring/application/views/scripts/services/show.phtml:117 +#: ../../../../modules/monitoring/application/views/scripts/hosts/show.phtml:118 +#: ../../../../modules/monitoring/application/views/scripts/services/show.phtml:117 #, php-format msgid "%d scheduled downtime" msgid_plural "%d scheduled downtimes" @@ -92,299 +94,299 @@ msgstr[0] "%d geplante Downtime" msgstr[1] "%d geplante Downtimes" # Plural missing -#: /vagrant/modules/monitoring/application/views/scripts/list/eventgrid.phtml:26 +#: ../../../../modules/monitoring/application/views/scripts/list/eventgrid.phtml:26 #, php-format msgid "%d services critical on %s" msgstr "%d Services KRITISCH am %s" # Plural missing -#: /vagrant/modules/monitoring/application/views/scripts/list/eventgrid.phtml:48 +#: ../../../../modules/monitoring/application/views/scripts/list/eventgrid.phtml:48 #, php-format msgid "%d services ok on %s" msgstr "%d Services OK am %s" # Plural missing -#: /vagrant/modules/monitoring/application/views/scripts/list/eventgrid.phtml:43 +#: ../../../../modules/monitoring/application/views/scripts/list/eventgrid.phtml:43 #, php-format msgid "%d services unknown on %s" msgstr "%d Services UNBEKANNT am %s" # Plural missing -#: /vagrant/modules/monitoring/application/views/scripts/list/eventgrid.phtml:32 +#: ../../../../modules/monitoring/application/views/scripts/list/eventgrid.phtml:32 #, php-format msgid "%d services warning on %s" msgstr "%d Services WARNING am %s" # Plural missing -#: /vagrant/modules/monitoring/configuration.php:136 +#: ../../../../modules/monitoring/configuration.php:136 #, php-format msgid "%d unhandled hosts down" msgstr "%d unbestätigte Hosts DOWN" # Plural missing -#: /vagrant/modules/monitoring/application/views/scripts/hosts/show.phtml:27 -#: /vagrant/modules/monitoring/application/views/scripts/services/show.phtml:27 +#: ../../../../modules/monitoring/application/views/scripts/hosts/show.phtml:27 +#: ../../../../modules/monitoring/application/views/scripts/services/show.phtml:27 #, php-format msgid "%d unhandled problems" msgstr "%d unbestätigte Probleme" # Plural missing -#: /vagrant/modules/monitoring/configuration.php:148 +#: ../../../../modules/monitoring/configuration.php:148 #, php-format msgid "%d unhandled services critical" msgstr "%d unbestätigte Services KRITISCH" -#: /vagrant/modules/monitoring/application/views/scripts/hosts/show.phtml:46 -#: /vagrant/modules/monitoring/application/views/scripts/services/show.phtml:44 +#: ../../../../modules/monitoring/application/views/scripts/hosts/show.phtml:46 +#: ../../../../modules/monitoring/application/views/scripts/services/show.phtml:44 #, php-format msgid "%s acknowledgement" msgid_plural "%s acknowledgements" msgstr[0] "%s Bestätigung" msgstr[1] "%s Bestätigungen" -#: /vagrant/modules/monitoring/application/views/scripts/hosts/show.phtml:80 -#: /vagrant/modules/monitoring/application/views/scripts/services/show.phtml:79 +#: ../../../../modules/monitoring/application/views/scripts/hosts/show.phtml:80 +#: ../../../../modules/monitoring/application/views/scripts/services/show.phtml:79 #, php-format msgid "%s comment" msgid_plural "%s comments" msgstr[0] "%s Kommentar" msgstr[1] "%s Kommentare" -#: /vagrant/modules/monitoring/application/views/scripts/health/not-running.phtml:7 +#: ../../../../modules/monitoring/application/views/scripts/health/not-running.phtml:7 #, php-format msgid "%s is currently not up and running" msgstr "%s ist momentan nicht in Betrieb" # Plural missing -#: /vagrant/modules/monitoring/application/views/scripts/list/components/selectioninfo.phtml:12 +#: ../../../../modules/monitoring/application/views/scripts/list/components/selectioninfo.phtml:12 #, php-format msgctxt "Multi-selection count" msgid "%s row(s) selected" msgstr "%s Zeilen ausgewählt" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/hostservicechecks.phtml:19 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/hostservicechecks.phtml:19 #, php-format msgid "%u Active" msgid_plural "%u Active" msgstr[0] "%u Aktiv" msgstr[1] "%u Aktive" -#: /vagrant/modules/monitoring/application/views/scripts/list/components/hostssummary.phtml:12 +#: ../../../../modules/monitoring/application/views/scripts/list/components/hostssummary.phtml:12 #, php-format msgid "%u Host" msgid_plural "%u Hosts" msgstr[0] "%d Host" msgstr[1] "%d Hosts" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/problem_hosts.phtml:11 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/problem_hosts.phtml:11 #, php-format msgid "%u Host DOWN" msgid_plural "%u Hosts DOWN" msgstr[0] "%u Host DOWN" msgstr[1] "%u Hosts DOWN" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:20 -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:141 -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:220 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:20 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:141 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:220 #, php-format msgid "%u Host Disabled" msgid_plural "%u Hosts Disabled" msgstr[0] "%u deaktivierter Host" msgstr[1] "%u deaktivierte Hosts" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:50 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:50 #, php-format msgid "%u Host Flapping" msgid_plural "%u Hosts Flapping" msgstr[0] "%u flapping Host" msgstr[1] "%u flapping Hosts" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/ok_hosts.phtml:34 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/ok_hosts.phtml:34 #, php-format msgid "%u Host PENDING" msgid_plural "%u Hosts PENDING" msgstr[0] "%u Host AUSSTEHEND" msgstr[1] "%u Hosts AUSSTEHEND" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/problem_hosts.phtml:30 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/problem_hosts.phtml:30 #, php-format msgid "%u Host UNREACHABLE" msgid_plural "%u Hosts UNREACHABLE" msgstr[0] "%u Host NICHT ERREICHBAR" msgstr[1] "%u Hosts NICHT ERREICHBAR" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/ok_hosts.phtml:16 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/ok_hosts.phtml:16 #, php-format msgid "%u Host UP" msgid_plural "%u Hosts UP" msgstr[0] "%u Host UP" msgstr[1] "%u Hosts UP" -#: /vagrant/modules/monitoring/application/views/scripts/list/components/servicesummary.phtml:13 +#: ../../../../modules/monitoring/application/views/scripts/list/components/servicesummary.phtml:13 #, php-format msgid "%u Service" msgid_plural "%u Services" msgstr[0] "%u Service" msgstr[1] "%u Services" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:75 -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:175 -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:254 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:75 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:175 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:254 #, php-format msgid "%u Service Disabled" msgid_plural "%u Services Disabled" msgstr[0] "%u deaktivierter Service" msgstr[1] "%u deaktivierte Services" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:105 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:105 #, php-format msgid "%u Service Flapping" msgid_plural "%u Services Flapping" msgstr[0] "%u flapping Service" msgstr[1] "%u flapping Services" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:80 -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:179 -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:278 -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:325 -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:372 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:80 +#: ../../../../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 #, php-format msgid "%u is not checked at all" msgid_plural "%u are not checked at all" msgstr[0] "%u wird nicht überwacht" msgstr[1] "%u werden nicht überwacht" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:53 -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:152 -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:251 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:53 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:152 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:251 #, php-format msgid "%u is passively checked" msgid_plural "%u are passively checked" msgstr[0] "%u wird passiv überwacht" msgstr[1] "%u werden passiv überwacht" -#: /vagrant/modules/monitoring/application/views/scripts/list/hosts.phtml:60 +#: ../../../../modules/monitoring/application/views/scripts/list/hosts.phtml:60 #, php-format msgid "%u unhandled service" msgid_plural "%u unhandled services" msgstr[0] "%u unbestätigter Service" msgstr[1] "%u unbestätigte Services" -#: /vagrant/modules/monitoring/library/Monitoring/DataView/DataView.php:235 +#: ../../../../modules/monitoring/library/Monitoring/DataView/DataView.php:234 msgid "(Case insensitive)" msgstr "(Schreibungsunabhängig)" -#: /vagrant/modules/monitoring/application/forms/StatehistoryForm.php:72 +#: ../../../../modules/monitoring/application/forms/StatehistoryForm.php:72 msgid "1 Year" msgstr "1 Jahr" -#: /vagrant/modules/monitoring/application/forms/StatehistoryForm.php:73 +#: ../../../../modules/monitoring/application/forms/StatehistoryForm.php:73 msgid "2 Years" msgstr "2 Jahre" -#: /vagrant/modules/monitoring/application/forms/StatehistoryForm.php:69 +#: ../../../../modules/monitoring/application/forms/StatehistoryForm.php:69 msgid "3 Months" msgstr "3 Monate" -#: /vagrant/modules/monitoring/application/controllers/TimelineController.php:102 +#: ../../../../modules/monitoring/application/controllers/TimelineController.php:103 msgid "4 Hours" msgstr "4 Stunden" -#: /vagrant/modules/monitoring/application/forms/StatehistoryForm.php:70 +#: ../../../../modules/monitoring/application/forms/StatehistoryForm.php:70 msgid "4 Months" msgstr "4 Monate" -#: /vagrant/modules/monitoring/application/forms/StatehistoryForm.php:71 +#: ../../../../modules/monitoring/application/forms/StatehistoryForm.php:71 msgid "8 Months" msgstr "8 Monate" -#: /vagrant/modules/monitoring/application/controllers/AlertsummaryController.php:448 +#: ../../../../modules/monitoring/application/controllers/AlertsummaryController.php:448 msgid "{title}: {value}m max. reaction time" msgstr "{title}: {value}m max. Reaktionszeit" -#: /vagrant/modules/monitoring/application/controllers/AlertsummaryController.php:438 +#: ../../../../modules/monitoring/application/controllers/AlertsummaryController.php:438 msgid "{title}: {value}m min. reaction time" msgstr "{title}: {value}m min. Reaktionszeit" -#: /vagrant/modules/monitoring/application/forms/Config/TransportConfigForm.php:133 +#: ../../../../modules/monitoring/application/forms/Config/TransportConfigForm.php:134 #, php-format msgid "A command transport with the name \"%s\" does already exist" msgstr "Ein Befehlstransport mit dem Namen \"%s\" existiert bereits" -#: /vagrant/modules/monitoring/application/views/scripts/downtime/show.phtml:46 +#: ../../../../modules/monitoring/application/views/scripts/downtime/show.phtml:46 msgid "" "A comment, as entered by the author, associated with the scheduled downtime" msgstr "" "Ein Kommentar, wie vom Autor eingegeben, verknüpft mit der geplanten Downtime" -#: /vagrant/modules/monitoring/application/forms/Command/Object/ScheduleHostDowntimeCommandForm.php:74 -#: /vagrant/modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:212 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleHostDowntimeCommandForm.php:78 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:212 msgid "A downtime must not be in the past" msgstr "Eine Downtime darf nicht in der Vergangenheit sein" -#: /vagrant/modules/monitoring/application/forms/Config/BackendConfigForm.php:113 +#: ../../../../modules/monitoring/application/forms/Config/BackendConfigForm.php:113 #, php-format msgid "A monitoring backend with the name \"%s\" does already exist" msgstr "Ein Monitoring-Backend mit dem Namen \"%s\" existiert bereits" -#: /vagrant/modules/monitoring/application/views/scripts/show/components/notifications.phtml:49 +#: ../../../../modules/monitoring/application/views/scripts/show/components/notifications.phtml:49 #, php-format msgid "A notification has been sent for this issue %s." msgstr "Eine Benachrichtigung für dieses Problem wurde %s gesendet" -#: /vagrant/modules/monitoring/application/views/scripts/partials/event-history.phtml:72 +#: ../../../../modules/monitoring/application/views/scripts/partials/event-history.phtml:72 msgid "ACKNOWLEDGED" msgstr "BESTÄTIGT" -#: /vagrant/modules/monitoring/application/views/scripts/partials/event-history.phtml:78 +#: ../../../../modules/monitoring/application/views/scripts/partials/event-history.phtml:77 msgid "ACKNOWLEDGEMENT REMOVED" msgstr "BESTÄTIGUNG ENTFERNT" -#: /vagrant/modules/monitoring/application/forms/Config/Transport/ApiTransportForm.php:62 +#: ../../../../modules/monitoring/application/forms/Config/Transport/ApiTransportForm.php:63 msgid "API Password" msgstr "API Passwort" -#: /vagrant/modules/monitoring/application/forms/Config/Transport/ApiTransportForm.php:50 +#: ../../../../modules/monitoring/application/forms/Config/Transport/ApiTransportForm.php:51 msgid "API Username" msgstr "API Benutzername" -#: /vagrant/modules/monitoring/application/views/scripts/show/components/acknowledgement.phtml:77 -#: /vagrant/modules/monitoring/application/views/scripts/partials/object/quick-actions.phtml:15 -#: /vagrant/modules/monitoring/application/views/scripts/partials/object/quick-actions.phtml:29 -#: /vagrant/modules/monitoring/application/views/scripts/hosts/show.phtml:30 -#: /vagrant/modules/monitoring/application/views/scripts/services/show.phtml:29 +#: ../../../../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" # Plural version?? -#: /vagrant/modules/monitoring/application/controllers/HostController.php:118 +#: ../../../../modules/monitoring/application/controllers/HostController.php:118 msgid "Acknowledge Host Problem" msgstr "Hostproblem bestätigen" # Plural version?? -#: /vagrant/modules/monitoring/application/controllers/HostsController.php:175 +#: ../../../../modules/monitoring/application/controllers/HostsController.php:176 msgid "Acknowledge Host Problems" msgstr "Hostprobleme bestätigen" # Plural version?? -#: /vagrant/modules/monitoring/application/controllers/ServiceController.php:76 +#: ../../../../modules/monitoring/application/controllers/ServiceController.php:78 msgid "Acknowledge Service Problem" msgstr "Serviceproblem bestätigen" # Plural version?? -#: /vagrant/modules/monitoring/application/controllers/ServicesController.php:178 +#: ../../../../modules/monitoring/application/controllers/ServicesController.php:178 msgid "Acknowledge Service Problems" msgstr "Serviceprobleme bestätigen" -#: /vagrant/modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:35 +#: ../../../../modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:35 msgid "Acknowledge problem" msgid_plural "Acknowledge problems" msgstr[0] "Problem bestätigen" msgstr[1] "Probleme bestätigen" -#: /vagrant/modules/monitoring/application/views/scripts/show/components/acknowledgement.phtml:85 -#: /vagrant/modules/monitoring/application/views/scripts/partials/object/quick-actions.phtml:23 -#: /vagrant/modules/monitoring/application/views/scripts/partials/object/quick-actions.phtml:37 +#: ../../../../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" @@ -392,30 +394,30 @@ msgstr "" "Problem bestätigen, alle zukünftigen Benachrichtigungen unterdrücken und als " "\"in Arbeit\" markieren" -#: /vagrant/modules/monitoring/application/views/helpers/HostFlags.php:13 -#: /vagrant/modules/monitoring/application/views/helpers/ServiceFlags.php:13 -#: /vagrant/modules/monitoring/application/views/scripts/show/components/acknowledgement.phtml:15 +#: ../../../../modules/monitoring/application/views/scripts/show/components/acknowledgement.phtml:15 +#: ../../../../modules/monitoring/application/views/helpers/ServiceFlags.php:13 +#: ../../../../modules/monitoring/application/views/helpers/HostFlags.php:13 msgid "Acknowledged" msgstr "Bestätigt" -#: /vagrant/modules/monitoring/application/views/scripts/partials/event-history.phtml:71 +#: ../../../../modules/monitoring/application/views/scripts/partials/event-history.phtml:71 msgctxt "tooltip" msgid "Acknowledged" msgstr "Bestätigt" -#: /vagrant/modules/monitoring/configuration.php:331 +#: ../../../../modules/monitoring/configuration.php:331 msgid "Acknowledged Problem Hosts" msgstr "Bestätigte Host-Probleme" -#: /vagrant/modules/monitoring/configuration.php:327 +#: ../../../../modules/monitoring/configuration.php:327 msgid "Acknowledged Problem Services" msgstr "Bestätigte Service-Probleme" -#: /vagrant/modules/monitoring/application/views/scripts/partials/comment/comment-description.phtml:20 +#: ../../../../modules/monitoring/application/views/scripts/partials/comment/comment-description.phtml:20 msgid "Acknowledgement" msgstr "Bestätigung" -#: /vagrant/modules/monitoring/application/views/scripts/show/components/acknowledgement.phtml:35 +#: ../../../../modules/monitoring/application/views/scripts/show/components/acknowledgement.phtml:35 #, php-format msgid "" "Acknowledgement remains until the %1$s recovers even if the %1$s changes " @@ -424,189 +426,189 @@ msgstr "" "Bestätigung bleibt erhalten, bis der %1$s sich erholt, auch wenn der %1$s " "den Zustand wechselt" -#: /vagrant/modules/monitoring/application/views/scripts/partials/event-history.phtml:77 +#: ../../../../modules/monitoring/application/views/scripts/partials/event-history.phtml:76 msgctxt "tooltip" msgid "Acknowledgement removed" msgstr "Bestätigung entfernt" -#: /vagrant/modules/monitoring/application/controllers/TimelineController.php:65 +#: ../../../../modules/monitoring/application/controllers/TimelineController.php:66 msgid "Acknowledgements" msgstr "Bestätigungen" -#: /vagrant/modules/monitoring/configuration.php:298 +#: ../../../../modules/monitoring/configuration.php:298 msgid "Acknowledgements Active For At Least Three Days" msgstr "Bestätigungen älter als drei Tage" # Three dots?? -#: /vagrant/modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:162 +#: ../../../../modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:162 msgid "Acknowledging problem.." msgid_plural "Acknowledging problems.." msgstr[0] "Bestätige Problem..." msgstr[1] "Bestätige Probleme..." -#: /vagrant/modules/monitoring/application/views/scripts/show/components/actions.phtml:41 +#: ../../../../modules/monitoring/application/views/scripts/show/components/actions.phtml:41 msgid "Actions" msgstr "Aktionen" -#: /vagrant/modules/monitoring/application/views/helpers/HostFlags.php:26 -#: /vagrant/modules/monitoring/application/views/helpers/ServiceFlags.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" -#: /vagrant/modules/monitoring/application/forms/Command/Object/ToggleObjectFeaturesCommandForm.php:38 +#: ../../../../modules/monitoring/application/forms/Command/Object/ToggleObjectFeaturesCommandForm.php:38 msgid "Active Checks" msgstr "Aktive Checks" -#: /vagrant/modules/monitoring/application/views/helpers/HostFlags.php:28 -#: /vagrant/modules/monitoring/application/views/helpers/ServiceFlags.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" -#: /vagrant/modules/monitoring/application/views/scripts/health/info.phtml:54 +#: ../../../../modules/monitoring/application/views/scripts/health/info.phtml:54 msgid "Active Endpoint" msgstr "Aktiver Endpunkt" -#: /vagrant/modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:90 +#: ../../../../modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:91 msgid "Active Host Checks" msgstr "Aktive Hostchecks" -#: /vagrant/modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:99 +#: ../../../../modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:100 msgid "Active Service Checks" msgstr "Aktive Servicechecks" -#: /vagrant/modules/monitoring/application/views/scripts/health/stats.phtml:109 +#: ../../../../modules/monitoring/application/views/scripts/health/stats.phtml:109 msgid "Active checks" msgstr "Aktive Checks" -#: /vagrant/modules/monitoring/application/views/scripts/downtime/show.phtml:145 +#: ../../../../modules/monitoring/application/views/scripts/downtime/show.phtml:145 msgid "Actual end time" msgstr "Tatsächliche Endzeit" -#: /vagrant/modules/monitoring/application/views/scripts/downtime/show.phtml:140 +#: ../../../../modules/monitoring/application/views/scripts/downtime/show.phtml:140 msgid "Actual start time" msgstr "Tatsächliche Startzeit" # Plural version?? -#: /vagrant/modules/monitoring/application/controllers/HostController.php:130 +#: ../../../../modules/monitoring/application/controllers/HostController.php:130 msgid "Add Host Comment" msgstr "Kommentar zu Host hinzufügen" # Plural version?? -#: /vagrant/modules/monitoring/application/controllers/HostsController.php:163 +#: ../../../../modules/monitoring/application/controllers/HostsController.php:164 msgid "Add Host Comments" msgstr "Kommentare zu Host hinzufügen" # Plural version?? -#: /vagrant/modules/monitoring/application/controllers/ServiceController.php:88 +#: ../../../../modules/monitoring/application/controllers/ServiceController.php:90 msgid "Add Service Comment" msgstr "Kommentar zu Service hinzufügen" # Plural version?? -#: /vagrant/modules/monitoring/application/controllers/ServicesController.php:166 +#: ../../../../modules/monitoring/application/controllers/ServicesController.php:166 msgid "Add Service Comments" msgstr "Kommentare zu Service hinzufügen" -#: /vagrant/modules/monitoring/application/views/scripts/show/components/comments.phtml:14 -#: /vagrant/modules/monitoring/application/views/scripts/partials/object/quick-actions.phtml:58 +#: ../../../../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" -#: /vagrant/modules/monitoring/application/views/scripts/show/components/comments.phtml:26 -#: /vagrant/modules/monitoring/application/views/scripts/partials/object/quick-actions.phtml:70 +#: ../../../../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" -#: /vagrant/modules/monitoring/application/views/scripts/show/components/comments.phtml:7 -#: /vagrant/modules/monitoring/application/views/scripts/show/components/comments.phtml:19 -#: /vagrant/modules/monitoring/application/forms/Command/Object/AddCommentCommandForm.php:29 +#: ../../../../modules/monitoring/application/forms/Command/Object/AddCommentCommandForm.php:29 +#: ../../../../modules/monitoring/application/views/scripts/show/components/comments.phtml:7 +#: ../../../../modules/monitoring/application/views/scripts/show/components/comments.phtml:19 msgid "Add comment" msgid_plural "Add comments" msgstr[0] "Kommentar hinzufügen" msgstr[1] "Kommentare hinzufügen" # Obsolete, there is already another entry for this phrase -#: /vagrant/modules/monitoring/application/views/scripts/hosts/show.phtml:62 -#: /vagrant/modules/monitoring/application/views/scripts/services/show.phtml:61 +#: ../../../../modules/monitoring/application/views/scripts/hosts/show.phtml:62 +#: ../../../../modules/monitoring/application/views/scripts/services/show.phtml:61 msgid "Add comments" msgstr "Kommentare hinzufügen" # Three dots?? -#: /vagrant/modules/monitoring/application/forms/Command/Object/AddCommentCommandForm.php:86 +#: ../../../../modules/monitoring/application/forms/Command/Object/AddCommentCommandForm.php:86 msgid "Adding comment.." msgid_plural "Adding comments.." msgstr[0] "Füge Kommentar hinzu..." msgstr[1] "Füge Kommentare hinzu..." -#: /vagrant/modules/monitoring/application/controllers/ListController.php:90 +#: ../../../../modules/monitoring/application/controllers/ListController.php:90 msgid "Address" msgstr "Adresse" -#: /vagrant/modules/monitoring/application/controllers/AlertsummaryController.php:54 -#: /vagrant/modules/monitoring/application/controllers/AlertsummaryController.php:58 +#: ../../../../modules/monitoring/application/controllers/AlertsummaryController.php:54 +#: ../../../../modules/monitoring/application/controllers/AlertsummaryController.php:58 msgid "Alert Summary" msgstr "Alarmübersicht" -#: /vagrant/modules/monitoring/application/views/scripts/alertsummary/index.phtml:11 +#: ../../../../modules/monitoring/application/views/scripts/alertsummary/index.phtml:11 msgid "Alert summary" msgstr "Alarmübersicht" -#: /vagrant/modules/monitoring/application/views/scripts/list/contactgroups.phtml:24 -#: /vagrant/modules/monitoring/application/controllers/ListController.php:327 +#: ../../../../modules/monitoring/application/views/scripts/list/contactgroups.phtml:24 +#: ../../../../modules/monitoring/application/controllers/ListController.php:327 msgid "Alias" msgstr "Alias" -#: /vagrant/modules/monitoring/application/views/scripts/partials/object/host-header.phtml:24 +#: ../../../../modules/monitoring/application/views/scripts/partials/object/host-header.phtml:24 msgctxt "host" msgid "Alias" msgstr "Alias" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:39 -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:160 -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:239 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:39 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:160 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:239 msgid "All Hosts Enabled" msgstr "Alle Hosts aktiviert" -#: /vagrant/modules/monitoring/application/forms/Command/Object/ScheduleHostDowntimeCommandForm.php:32 -#: /vagrant/modules/monitoring/application/forms/Command/Object/ScheduleHostCheckCommandForm.php:29 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleHostDowntimeCommandForm.php:32 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleHostCheckCommandForm.php:29 msgid "All Services" msgstr "Alle Services" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:94 -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:194 -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:273 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:94 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:194 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:273 msgid "All Services Enabled" msgstr "Alle Services aktiviert" -#: /vagrant/modules/monitoring/library/Monitoring/Backend/MonitoringBackend.php:178 +#: ../../../../modules/monitoring/library/Monitoring/Backend/MonitoringBackend.php:175 msgid "All backends are disabled" msgstr "Alle Backends sind deaktiviert" -#: /vagrant/modules/monitoring/configuration.php:16 +#: ../../../../modules/monitoring/configuration.php:16 msgid "Allow acknowledging host and service problems" msgstr "Erlaube das Bestätigen von Host- und Serviceproblemen" -#: /vagrant/modules/monitoring/configuration.php:24 +#: ../../../../modules/monitoring/configuration.php:24 msgid "Allow adding and deleting host and service comments" msgstr "" "Erlaube das Hinzufügen und Löschen von Kommentaren zu Hosts und Services" -#: /vagrant/modules/monitoring/configuration.php:8 +#: ../../../../modules/monitoring/configuration.php:8 msgid "Allow all commands" msgstr "Erlaube alle Befehle" -#: /vagrant/modules/monitoring/configuration.php:28 +#: ../../../../modules/monitoring/configuration.php:28 msgid "Allow commenting on hosts and services" msgstr "Erlaube das Kommentieren von Hosts und Services" -#: /vagrant/modules/monitoring/configuration.php:32 +#: ../../../../modules/monitoring/configuration.php:32 msgid "Allow deleting host and service comments" msgstr "Erlaube das Löschen von Kommentaren zu Hosts und Services" -#: /vagrant/modules/monitoring/configuration.php:44 +#: ../../../../modules/monitoring/configuration.php:44 msgid "Allow deleting host and service downtimes" msgstr "Erlaube das Löschen von Downtimes für Hosts und Services" -#: /vagrant/modules/monitoring/configuration.php:60 +#: ../../../../modules/monitoring/configuration.php:60 msgid "" "Allow processing commands for toggling active checks on host and service " "objects" @@ -614,7 +616,7 @@ msgstr "" "Erlaube die Befehls-Verarbeitung zum Umschalten aktiver Überprüfungen von " "Host- und Serviceobjekten" -#: /vagrant/modules/monitoring/configuration.php:72 +#: ../../../../modules/monitoring/configuration.php:72 msgid "" "Allow processing commands for toggling event handlers on host and service " "objects" @@ -622,20 +624,20 @@ msgstr "" "Erlaube die Befehls-Verarbeitung zum Umschalten der Event-Handler von Host- " "und Serviceobjekten" -#: /vagrant/modules/monitoring/configuration.php:52 +#: ../../../../modules/monitoring/configuration.php:52 msgid "" "Allow processing commands for toggling features on an instance-wide basis" msgstr "" "Erlaube die Befehls-Verarbeitung um Funktionen instanzweit umzuschalten" -#: /vagrant/modules/monitoring/configuration.php:56 +#: ../../../../modules/monitoring/configuration.php:56 msgid "" "Allow processing commands for toggling features on host and service objects" msgstr "" "Erlaube die Befehls-Verarbeitung um Funktionen von Host- und Serviceobjekten " "umzuschalten " -#: /vagrant/modules/monitoring/configuration.php:76 +#: ../../../../modules/monitoring/configuration.php:76 msgid "" "Allow processing commands for toggling flap detection on host and service " "objects" @@ -643,7 +645,7 @@ msgstr "" "Erlaube die Befehls-Verarbeitung zum Umschalten der Flap-Erkennung von Host- " "und Serviceobjekten" -#: /vagrant/modules/monitoring/configuration.php:68 +#: ../../../../modules/monitoring/configuration.php:68 msgid "" "Allow processing commands for toggling notifications on host and service " "objects" @@ -651,7 +653,7 @@ msgstr "" "Erlaube die Befehls-Verarbeitung zum Umschalten der Benachrichtigungen von " "Host- und Serviceobjekten" -#: /vagrant/modules/monitoring/configuration.php:64 +#: ../../../../modules/monitoring/configuration.php:64 msgid "" "Allow processing commands for toggling passive checks on host and service " "objects" @@ -659,102 +661,102 @@ msgstr "" "Erlaube die Befehls-Verarbeitung zum Umschalten passiver Überprüfungen von " "Host- und Serviceobjekten" -#: /vagrant/modules/monitoring/configuration.php:48 +#: ../../../../modules/monitoring/configuration.php:48 msgid "Allow processing host and service check results" msgstr "Erlaube die Verarbeitung von Host und Service Check-Ergebnissen" -#: /vagrant/modules/monitoring/configuration.php:20 +#: ../../../../modules/monitoring/configuration.php:20 msgid "Allow removing problem acknowledgements" msgstr "Erlaube das Entfernen von Problembestätigungen" -#: /vagrant/modules/monitoring/configuration.php:36 +#: ../../../../modules/monitoring/configuration.php:36 msgid "Allow scheduling and deleting host and service downtimes" msgstr "Erlaube das Planen und Löschen von Host- und Servicedowntimes" -#: /vagrant/modules/monitoring/configuration.php:12 +#: ../../../../modules/monitoring/configuration.php:12 msgid "Allow scheduling host and service checks" msgstr "Erlaube das Planen von Host- und Servicechecks" -#: /vagrant/modules/monitoring/configuration.php:40 +#: ../../../../modules/monitoring/configuration.php:40 msgid "Allow scheduling host and service downtimes" msgstr "Erlaube das Planen von Host- und Servicedowntimes" -#: /vagrant/modules/monitoring/configuration.php:80 +#: ../../../../modules/monitoring/configuration.php:80 msgid "Allow sending custom notifications for hosts and services" msgstr "" "Erlaube das Senden von angepassten Benachrichtigungen für Hosts und Services" -#: /vagrant/modules/monitoring/application/forms/StatehistoryForm.php:20 +#: ../../../../modules/monitoring/application/forms/StatehistoryForm.php:20 msgid "Apply" msgstr "Anwenden" -#: /vagrant/modules/monitoring/application/views/scripts/comment/show.phtml:42 -#: /vagrant/modules/monitoring/application/views/scripts/downtime/show.phtml:39 -#: /vagrant/modules/monitoring/application/controllers/ListController.php:250 +#: ../../../../modules/monitoring/application/views/scripts/downtime/show.phtml:39 +#: ../../../../modules/monitoring/application/views/scripts/comment/show.phtml:42 +#: ../../../../modules/monitoring/application/controllers/ListController.php:250 msgid "Author" msgstr "Autor" -#: /vagrant/modules/monitoring/application/views/scripts/alertsummary/index.phtml:33 +#: ../../../../modules/monitoring/application/views/scripts/alertsummary/index.phtml:33 msgid "Average" msgstr "Durchschnitt" -#: /vagrant/modules/monitoring/application/controllers/AlertsummaryController.php:434 +#: ../../../../modules/monitoring/application/controllers/AlertsummaryController.php:434 msgid "Avg (min)" msgstr "ø (min)" -#: /vagrant/modules/monitoring/application/views/scripts/health/info.phtml:74 +#: ../../../../modules/monitoring/application/views/scripts/health/info.phtml:74 #, php-format msgid "Backend %s is not running" msgstr "Backend %s läuft nicht" -#: /vagrant/modules/monitoring/application/forms/Setup/BackendPage.php:28 -#: /vagrant/modules/monitoring/application/forms/Config/BackendConfigForm.php:187 +#: ../../../../modules/monitoring/application/forms/Config/BackendConfigForm.php:187 +#: ../../../../modules/monitoring/application/forms/Setup/BackendPage.php:28 msgid "Backend Name" msgstr "Backendname" -#: /vagrant/modules/monitoring/application/forms/Setup/BackendPage.php:44 -#: /vagrant/modules/monitoring/application/forms/Config/BackendConfigForm.php:215 +#: ../../../../modules/monitoring/application/forms/Config/BackendConfigForm.php:215 +#: ../../../../modules/monitoring/application/forms/Setup/BackendPage.php:44 msgid "Backend Type" msgstr "Backendtyp" -#: /vagrant/modules/monitoring/configuration.php:94 +#: ../../../../modules/monitoring/configuration.php:94 msgid "Backends" msgstr "Backends" -#: /vagrant/modules/monitoring/application/forms/Command/Object/SendCustomNotificationCommandForm.php:73 +#: ../../../../modules/monitoring/application/forms/Command/Object/SendCustomNotificationCommandForm.php:73 msgid "Broadcast" msgstr "Broadcast" -#: /vagrant/modules/monitoring/library/Monitoring/BackendStep.php:134 +#: ../../../../modules/monitoring/library/Monitoring/BackendStep.php:134 msgid "CA" msgstr "CA" -#: /vagrant/modules/monitoring/library/Monitoring/BackendStep.php:141 +#: ../../../../modules/monitoring/library/Monitoring/BackendStep.php:141 msgid "CA Path" msgstr "CA-Pfad" -#: /vagrant/modules/monitoring/application/views/scripts/partials/event-history.phtml:62 +#: ../../../../modules/monitoring/application/views/scripts/partials/event-history.phtml:62 msgid "COMMENT" msgstr "KOMMENTAR" -#: /vagrant/modules/monitoring/application/views/scripts/partials/event-history.phtml:67 +#: ../../../../modules/monitoring/application/views/scripts/partials/event-history.phtml:67 msgid "COMMENT DELETED" msgstr "KOMMENTAR GELÖSCHT" -#: /vagrant/modules/monitoring/library/Monitoring/Object/Service.php:197 +#: ../../../../modules/monitoring/library/Monitoring/Object/Service.php:197 msgid "CRITICAL" msgstr "KRITISCH" -#: /vagrant/modules/monitoring/application/forms/Command/Object/ProcessCheckResultCommandForm.php:58 +#: ../../../../modules/monitoring/application/forms/Command/Object/ProcessCheckResultCommandForm.php:60 msgctxt "icinga.state" msgid "CRITICAL" msgstr "KRITISCH" -#: /vagrant/modules/monitoring/library/Monitoring/Command/Transport/RemoteCommandFile.php:228 +#: ../../../../modules/monitoring/library/Monitoring/Command/Transport/RemoteCommandFile.php:228 msgid "Can't send external Icinga Command. Remote user is missing" msgstr "Kann externen Icinga-Befehl nicht senden. Der Remote-Benutzer fehlt." -#: /vagrant/modules/monitoring/library/Monitoring/Command/Transport/RemoteCommandFile.php:233 +#: ../../../../modules/monitoring/library/Monitoring/Command/Transport/RemoteCommandFile.php:233 msgid "" "Can't send external Icinga Command. The private key for the remote user is " "missing" @@ -762,7 +764,7 @@ msgstr "" "Kann externen Icinga-Befehl nicht senden. Der private Schlüssel für den " "Remote-Benutzer fehlt." -#: /vagrant/modules/monitoring/library/Monitoring/Controller.php:97 +#: ../../../../modules/monitoring/library/Monitoring/Controller.php:97 #, php-format msgid "" "Cannot apply restriction %s using the filter %s. You can only use the " @@ -771,7 +773,7 @@ msgstr "" "Kann die Einschränkung %s nicht mit dem Filter %s anwenden. Es können nur " "die folgenden Spalten verwendet werden: %s" -#: /vagrant/modules/monitoring/library/Monitoring/Command/Transport/CommandTransport.php:79 +#: ../../../../modules/monitoring/library/Monitoring/Command/Transport/CommandTransport.php:80 #, php-format msgid "" "Cannot create command transport \"%s\". Invalid transport defined in \"%s\". " @@ -780,7 +782,7 @@ msgstr "" "Kann Befehlstransport \"%s\" nicht erzeugen. Ungültiger Transport-Typ in \"%s" "\" angegeben. Entweder \"%s\", \"%s\" oder \"%s\" verwenden." -#: /vagrant/modules/monitoring/application/forms/Config/BackendConfigForm.php:344 +#: ../../../../modules/monitoring/application/forms/Config/BackendConfigForm.php:344 msgid "" "Cannot find the IDO schema. Please verify that the given database contains " "the schema and that the configured user has access to it." @@ -789,83 +791,83 @@ msgstr "" "Datenbankverbindung das Schema enthält und dass der konfigurierte Benutzer " "Zugriff darauf hat." -#: /vagrant/modules/monitoring/application/views/scripts/hosts/show.phtml:158 -#: /vagrant/modules/monitoring/application/views/scripts/services/show.phtml:160 +#: ../../../../modules/monitoring/application/views/scripts/hosts/show.phtml:158 +#: ../../../../modules/monitoring/application/views/scripts/services/show.phtml:160 msgid "Check Execution" msgstr "Check-Ausführung" -#: /vagrant/modules/monitoring/application/views/scripts/health/stats.phtml:113 -#: /vagrant/modules/monitoring/application/views/scripts/health/stats.phtml:140 +#: ../../../../modules/monitoring/application/views/scripts/health/stats.phtml:113 +#: ../../../../modules/monitoring/application/views/scripts/health/stats.phtml:140 msgid "Check Performance" msgstr "Check-Performance" -#: /vagrant/modules/monitoring/application/views/scripts/show/components/checksource.phtml:4 +#: ../../../../modules/monitoring/application/views/scripts/show/components/checksource.phtml:4 msgid "Check Source" msgstr "Check-Quelle" -#: /vagrant/modules/monitoring/application/forms/Command/Object/ScheduleServiceCheckCommandForm.php:51 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceCheckCommandForm.php:51 msgid "Check Time" msgstr "Ausführungszeitpunkt" -#: /vagrant/modules/monitoring/application/views/scripts/show/components/checktimeperiod.phtml:4 -#: /vagrant/modules/monitoring/application/views/scripts/show/components/checktimeperiod.phtml:15 +#: ../../../../modules/monitoring/application/views/scripts/show/components/checktimeperiod.phtml:4 +#: ../../../../modules/monitoring/application/views/scripts/show/components/checktimeperiod.phtml:15 msgid "Check Timeperiod" msgstr "Ausführungszeitabschnitt" -#: /vagrant/modules/monitoring/application/views/scripts/show/components/checkstatistics.phtml:66 +#: ../../../../modules/monitoring/application/views/scripts/show/components/checkstatistics.phtml:66 msgid "Check attempts" msgstr "Check-Versuche" -#: /vagrant/modules/monitoring/application/views/scripts/partials/object/detail-content.phtml:32 +#: ../../../../modules/monitoring/application/views/scripts/partials/object/detail-content.phtml:32 msgid "Check execution" msgstr "Check-Ausführung" -#: /vagrant/modules/monitoring/application/views/scripts/show/components/checkstatistics.phtml:75 +#: ../../../../modules/monitoring/application/views/scripts/show/components/checkstatistics.phtml:75 msgid "Check execution time" msgstr "Check-Ausführungsdauer" -#: /vagrant/modules/monitoring/application/views/scripts/show/components/checkstatistics.phtml:82 +#: ../../../../modules/monitoring/application/views/scripts/show/components/checkstatistics.phtml:82 msgid "Check latency" msgstr "Check-Latenz" -#: /vagrant/modules/monitoring/application/forms/Command/Object/CheckNowCommandForm.php:42 -#: /vagrant/modules/monitoring/application/forms/Command/Object/CheckNowCommandForm.php:45 +#: ../../../../modules/monitoring/application/forms/Command/Object/CheckNowCommandForm.php:42 +#: ../../../../modules/monitoring/application/forms/Command/Object/CheckNowCommandForm.php:45 msgid "Check now" msgstr "Jetzt prüfen" -#: /vagrant/modules/monitoring/application/views/scripts/show/components/checkstatistics.phtml:12 +#: ../../../../modules/monitoring/application/views/scripts/show/components/checkstatistics.phtml:12 msgid "Check result is late" msgstr "Check-Ergebnis ist verspätet" -#: /vagrant/modules/monitoring/application/forms/Setup/LivestatusResourcePage.php:78 +#: ../../../../modules/monitoring/application/forms/Setup/LivestatusResourcePage.php:78 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" -#: /vagrant/modules/monitoring/application/forms/Config/BackendConfigForm.php:323 +#: ../../../../modules/monitoring/application/forms/Config/BackendConfigForm.php:323 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." -#: /vagrant/modules/monitoring/application/forms/Setup/IdoResourcePage.php:185 +#: ../../../../modules/monitoring/application/forms/Setup/IdoResourcePage.php:184 msgid "Check this to not to validate the configuration" msgstr "Häkchen setzen um die Konfiguration nicht zu überprüfen." -#: /vagrant/modules/monitoring/application/views/scripts/health/stats.phtml:114 +#: ../../../../modules/monitoring/application/views/scripts/health/stats.phtml:114 msgid "Checks" msgstr "Checks" -#: /vagrant/modules/monitoring/application/forms/Command/Object/ScheduleHostDowntimeCommandForm.php:43 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleHostDowntimeCommandForm.php:46 msgid "Child Hosts" msgstr "Untergeordnete Hosts" -#: /vagrant/modules/monitoring/library/Monitoring/BackendStep.php:148 +#: ../../../../modules/monitoring/library/Monitoring/BackendStep.php:148 msgid "Cipher" msgstr "Chiffre" -#: /vagrant/modules/monitoring/application/forms/Config/SecurityConfigForm.php:58 +#: ../../../../modules/monitoring/application/forms/Config/SecurityConfigForm.php:58 msgid "" "Comma separated case insensitive list of protected custom variables. Use * " "as a placeholder for zero or more wildcard characters. Existance of those " @@ -876,48 +878,48 @@ msgstr "" "Das Vorhandensein dieser angepassten Variablen wird angezeigt, aber ihre " "Werte werden maskiert." -#: /vagrant/modules/monitoring/application/views/scripts/show/components/command.phtml:12 -#: /vagrant/modules/monitoring/application/views/scripts/hosts/show.phtml:163 -#: /vagrant/modules/monitoring/application/views/scripts/services/show.phtml:165 +#: ../../../../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" -#: /vagrant/modules/monitoring/application/forms/Config/Transport/RemoteTransportForm.php:177 -#: /vagrant/modules/monitoring/application/forms/Config/Transport/LocalTransportForm.php:30 +#: ../../../../modules/monitoring/application/forms/Config/Transport/RemoteTransportForm.php:177 +#: ../../../../modules/monitoring/application/forms/Config/Transport/LocalTransportForm.php:30 msgid "Command File" msgstr "Command Pipe" -#: /vagrant/modules/monitoring/application/forms/Setup/TransportPage.php:14 -#: /vagrant/modules/monitoring/library/Monitoring/TransportStep.php:119 +#: ../../../../modules/monitoring/library/Monitoring/TransportStep.php:119 +#: ../../../../modules/monitoring/application/forms/Setup/TransportPage.php:14 msgctxt "setup.page.title" msgid "Command Transport" msgstr "Befehlstransport" -#: /vagrant/modules/monitoring/application/views/scripts/config/index.phtml:62 +#: ../../../../modules/monitoring/application/views/scripts/config/index.phtml:62 msgid "Command Transports" msgstr "Befehlstransporte" -#: /vagrant/modules/monitoring/application/controllers/ConfigController.php:240 +#: ../../../../modules/monitoring/application/controllers/ConfigController.php:240 #, php-format msgid "Command transport \"%s\" not found" msgstr "Befehlstransport “%s” nicht gefunden" -#: /vagrant/modules/monitoring/application/forms/Command/CommandForm.php:65 +#: ../../../../modules/monitoring/application/forms/Command/CommandForm.php:65 #, php-format msgid "Command transport \"%s\" not found." msgstr "Befehlstransport “%s” nicht gefunden." -#: /vagrant/modules/monitoring/application/controllers/ConfigController.php:189 +#: ../../../../modules/monitoring/application/controllers/ConfigController.php:189 #, php-format msgid "Command transport \"%s\" successfully removed" msgstr "Befehlstransport “%s” erfolgreich entfernt" -#: /vagrant/modules/monitoring/application/controllers/ConfigController.php:229 +#: ../../../../modules/monitoring/application/controllers/ConfigController.php:229 #, php-format msgid "Command transport \"%s\" successfully updated" msgstr "Befehlstransport “%s” erfolgreich aktualisiert" -#: /vagrant/modules/monitoring/library/Monitoring/TransportStep.php:135 +#: ../../../../modules/monitoring/library/Monitoring/TransportStep.php:135 #, php-format msgid "" "Command transport configuration could not be written to: %s. An error " @@ -926,148 +928,148 @@ msgstr "" "Die Konfiguration des Befehlstransports konnte nicht nach \"%s\" geschrieben " "werden. Ein Fehler ist aufgetreten:" -#: /vagrant/modules/monitoring/library/Monitoring/TransportStep.php:127 +#: ../../../../modules/monitoring/library/Monitoring/TransportStep.php:127 #, php-format msgid "Command transport configuration has been successfully created: %s" msgstr "Die Konfiguration des Befehlstransports wurde erfolgreich angelegt: %s" -#: /vagrant/modules/monitoring/application/controllers/ConfigController.php:268 +#: ../../../../modules/monitoring/application/controllers/ConfigController.php:268 msgid "Command transport successfully created" msgstr "Der Befehlstransport wurde erfolgreich angelegt" -#: /vagrant/modules/monitoring/application/views/scripts/downtimes/show.phtml:9 -#: /vagrant/modules/monitoring/application/views/scripts/show/contact.phtml:51 -#: /vagrant/modules/monitoring/application/views/scripts/comment/show.phtml:70 -#: /vagrant/modules/monitoring/application/views/scripts/comments/show.phtml:9 -#: /vagrant/modules/monitoring/application/views/scripts/downtime/show.phtml:163 +#: ../../../../modules/monitoring/application/views/scripts/comments/show.phtml:9 +#: ../../../../modules/monitoring/application/views/scripts/downtime/show.phtml:163 +#: ../../../../modules/monitoring/application/views/scripts/comment/show.phtml:70 +#: ../../../../modules/monitoring/application/views/scripts/downtimes/show.phtml:9 +#: ../../../../modules/monitoring/application/views/scripts/show/contact.phtml:51 msgid "Commands" msgstr "Befehle" -#: /vagrant/modules/monitoring/application/views/scripts/partials/object/quick-actions.phtml:51 -#: /vagrant/modules/monitoring/application/views/scripts/partials/object/quick-actions.phtml:63 -#: /vagrant/modules/monitoring/application/views/scripts/downtime/show.phtml:47 -#: /vagrant/modules/monitoring/application/controllers/CommentController.php:56 -#: /vagrant/modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:52 -#: /vagrant/modules/monitoring/application/forms/Command/Object/SendCustomNotificationCommandForm.php:46 -#: /vagrant/modules/monitoring/application/forms/Command/Object/AddCommentCommandForm.php:43 -#: /vagrant/modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:65 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:65 +#: ../../../../modules/monitoring/application/forms/Command/Object/SendCustomNotificationCommandForm.php:46 +#: ../../../../modules/monitoring/application/forms/Command/Object/AddCommentCommandForm.php:43 +#: ../../../../modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:52 +#: ../../../../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 msgid "Comment" msgstr "Kommentar" -#: /vagrant/modules/monitoring/application/views/scripts/partials/event-history.phtml:61 +#: ../../../../modules/monitoring/application/views/scripts/partials/event-history.phtml:61 msgctxt "tooltip" msgid "Comment" msgstr "Kommentar" -#: /vagrant/modules/monitoring/application/controllers/ListController.php:439 +#: ../../../../modules/monitoring/application/controllers/ListController.php:439 msgid "Comment Timestamp" msgstr "Kommentarzeitstempel" -#: /vagrant/modules/monitoring/application/controllers/ListController.php:442 +#: ../../../../modules/monitoring/application/controllers/ListController.php:442 msgid "Comment Type" msgstr "Kommentartyp" -#: /vagrant/modules/monitoring/application/views/scripts/comment/show.phtml:12 +#: ../../../../modules/monitoring/application/views/scripts/comment/show.phtml:12 msgid "Comment detail information" msgstr "Detailinformation zum Kommentar" -#: /vagrant/modules/monitoring/application/controllers/CommentController.php:49 +#: ../../../../modules/monitoring/application/controllers/CommentController.php:49 msgid "Comment not found" msgstr "Kommentar nicht gefunden" -#: /vagrant/modules/monitoring/application/views/scripts/partials/event-history.phtml:66 +#: ../../../../modules/monitoring/application/views/scripts/partials/event-history.phtml:66 msgctxt "tooltip" msgid "Comment removed" msgstr "Kommentar gelöscht" -#: /vagrant/modules/monitoring/application/views/scripts/partials/comment/comment-description.phtml:16 +#: ../../../../modules/monitoring/application/views/scripts/partials/comment/comment-description.phtml:16 msgid "Comment was caused by a downtime" msgstr "Kommentar wurde durch eine Downtime erstellt" -#: /vagrant/modules/monitoring/application/views/scripts/partials/comment/comment-description.phtml:6 +#: ../../../../modules/monitoring/application/views/scripts/partials/comment/comment-description.phtml:6 msgid "Comment was caused by a flapping host or service" msgstr "Kommentar wurde durch einen flapping Host oder Service erstellt" -#: /vagrant/modules/monitoring/application/views/scripts/partials/comment/comment-description.phtml:21 +#: ../../../../modules/monitoring/application/views/scripts/partials/comment/comment-description.phtml:21 msgid "Comment was caused by an acknowledgement" msgstr "Kommentar wurde durch eine Bestätigung erstellt" -#: /vagrant/modules/monitoring/application/views/scripts/partials/comment/comment-description.phtml:11 +#: ../../../../modules/monitoring/application/views/scripts/partials/comment/comment-description.phtml:11 msgid "Comment was created by an user" msgstr "Kommentar wurde von einem Benutzer erstellt" -#: /vagrant/modules/monitoring/configuration.php:200 -#: /vagrant/modules/monitoring/application/views/scripts/show/components/comments.phtml:37 -#: /vagrant/modules/monitoring/application/views/scripts/hosts/show.phtml:59 -#: /vagrant/modules/monitoring/application/views/scripts/services/show.phtml:58 -#: /vagrant/modules/monitoring/application/controllers/CommentsController.php:63 -#: /vagrant/modules/monitoring/application/controllers/ListController.php:411 -#: /vagrant/modules/monitoring/application/controllers/TimelineController.php:61 -#: /vagrant/modules/monitoring/application/forms/EventOverviewForm.php:64 +#: ../../../../modules/monitoring/configuration.php:200 +#: ../../../../modules/monitoring/application/forms/EventOverviewForm.php:64 +#: ../../../../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/controllers/CommentsController.php:63 +#: ../../../../modules/monitoring/application/controllers/ListController.php:411 +#: ../../../../modules/monitoring/application/controllers/TimelineController.php:62 msgid "Comments" msgstr "Kommentare" -#: /vagrant/modules/monitoring/library/Monitoring/Backend/MonitoringBackend.php:196 +#: ../../../../modules/monitoring/library/Monitoring/Backend/MonitoringBackend.php:191 #, php-format msgid "Configuration for backend %s is disabled" msgstr "Die Konfiguration für das Backend %s ist deaktiviert" -#: /vagrant/modules/monitoring/configuration.php:98 +#: ../../../../modules/monitoring/configuration.php:98 msgid "" "Configure how to protect your monitoring environment against prying eyes" msgstr "" "Konfigurieren Sie den Schutz Ihrer Monitoringumgebung gegen neugierige Blicke" -#: /vagrant/modules/monitoring/configuration.php:93 +#: ../../../../modules/monitoring/configuration.php:93 msgid "Configure how to retrieve monitoring information" msgstr "Konfiguriere wie Monitoringinformationen geholt werden" -#: /vagrant/modules/monitoring/application/controllers/CommentsController.php:96 +#: ../../../../modules/monitoring/application/controllers/CommentsController.php:96 #, php-format msgid "Confirm removal of %d comments." msgstr "Bestätige das Entfernen von %d Kommentaren." -#: /vagrant/modules/monitoring/application/controllers/DowntimesController.php:100 +#: ../../../../modules/monitoring/application/controllers/DowntimesController.php:100 #, php-format msgid "Confirm removal of %d downtimes." msgstr "Bestätige das Entfernen von %d Downtimes." -#: /vagrant/modules/monitoring/application/views/scripts/list/contactgroups.phtml:23 +#: ../../../../modules/monitoring/application/views/scripts/list/contactgroups.phtml:23 msgid "Contact Group " msgstr "Kontaktgruppe" -#: /vagrant/modules/monitoring/application/controllers/ListController.php:382 +#: ../../../../modules/monitoring/application/controllers/ListController.php:382 msgid "Contact Groups" msgstr "Kontaktgruppen" -#: /vagrant/modules/monitoring/application/views/scripts/show/contact.phtml:6 +#: ../../../../modules/monitoring/application/views/scripts/show/contact.phtml:6 msgid "Contact details" msgstr "Kontaktdetails" -#: /vagrant/modules/monitoring/application/controllers/ListController.php:398 +#: ../../../../modules/monitoring/application/controllers/ListController.php:398 msgid "Contactgroup Alias" msgstr "Kontaktgruppen-Alias" -#: /vagrant/modules/monitoring/application/controllers/ListController.php:397 +#: ../../../../modules/monitoring/application/controllers/ListController.php:397 msgid "Contactgroup Name" msgstr "Kontaktgruppenname" -#: /vagrant/modules/monitoring/configuration.php:196 -#: /vagrant/modules/monitoring/application/views/scripts/show/components/contacts.phtml:35 +#: ../../../../modules/monitoring/configuration.php:196 +#: ../../../../modules/monitoring/application/views/scripts/show/components/contacts.phtml:35 msgid "Contactgroups" msgstr "Kontaktgruppen" -#: /vagrant/modules/monitoring/configuration.php:192 -#: /vagrant/modules/monitoring/application/views/scripts/show/components/contacts.phtml:17 -#: /vagrant/modules/monitoring/application/controllers/ListController.php:308 +#: ../../../../modules/monitoring/configuration.php:192 +#: ../../../../modules/monitoring/application/views/scripts/show/components/contacts.phtml:17 +#: ../../../../modules/monitoring/application/controllers/ListController.php:308 msgid "Contacts" msgstr "Kontakte" -#: /vagrant/modules/monitoring/application/forms/Config/Transport/RemoteTransportForm.php:47 +#: ../../../../modules/monitoring/application/forms/Config/Transport/RemoteTransportForm.php:47 msgid "Could not find any valid SSH resources" msgstr "Konnte keine gültigen SSH-Ressourcen finden" -#: /vagrant/modules/monitoring/application/forms/Config/BackendConfigForm.php:65 +#: ../../../../modules/monitoring/application/forms/Config/BackendConfigForm.php:65 msgid "" "Could not find any valid monitoring backend resources. Please configure a " "database resource first." @@ -1075,269 +1077,269 @@ msgstr "" "Konnte keine gültigen Ressourcen für das Monitoringbackend finden. Bitte " "konfiguriere zuerst eine Datenbankressource." -#: /vagrant/modules/monitoring/application/controllers/ConfigController.php:254 +#: ../../../../modules/monitoring/application/controllers/ConfigController.php:254 msgid "Create New Command Transport" msgstr "Neuen Befehlstransport anlegen" -#: /vagrant/modules/monitoring/application/controllers/ConfigController.php:93 +#: ../../../../modules/monitoring/application/controllers/ConfigController.php:93 msgid "Create New Monitoring Backend" msgstr "Neues Monitoringbackend anlegen" -#: /vagrant/modules/monitoring/application/views/scripts/config/index.phtml:64 +#: ../../../../modules/monitoring/application/views/scripts/config/index.phtml:64 msgid "Create a New Command Transport" msgstr "Neuen Befehlstransport anlegen" -#: /vagrant/modules/monitoring/application/views/scripts/config/index.phtml:9 +#: ../../../../modules/monitoring/application/views/scripts/config/index.phtml:9 msgid "Create a New Monitoring Backend" msgstr "Neues Monitoringbackend anlegen" -#: /vagrant/modules/monitoring/application/views/scripts/config/index.phtml:70 +#: ../../../../modules/monitoring/application/views/scripts/config/index.phtml:70 msgid "Create a new command transport" msgstr "Neuen Befehlstransport anlegen" -#: /vagrant/modules/monitoring/application/views/scripts/config/index.phtml:15 +#: ../../../../modules/monitoring/application/views/scripts/config/index.phtml:15 msgid "Create a new monitoring backend" msgstr "Neues Monitoringbackend anlegen" -#: /vagrant/modules/monitoring/application/views/scripts/comment/show.phtml:52 +#: ../../../../modules/monitoring/application/views/scripts/comment/show.phtml:52 msgid "Created" msgstr "Angelegt" -#: /vagrant/modules/monitoring/application/views/helpers/Perfdata.php:41 -#: /vagrant/modules/monitoring/application/forms/StatehistoryForm.php:114 +#: ../../../../modules/monitoring/application/forms/StatehistoryForm.php:114 +#: ../../../../modules/monitoring/application/views/helpers/Perfdata.php:41 msgid "Critical" msgstr "Kritisch" -#: /vagrant/modules/monitoring/configuration.php:160 +#: ../../../../modules/monitoring/configuration.php:160 msgid "Current Downtimes" msgstr "Aktuelle Downtimes" -#: /vagrant/modules/monitoring/application/controllers/ListController.php:174 +#: ../../../../modules/monitoring/application/controllers/ListController.php:174 msgid "Current Host State" msgstr "Aktueller Host-Zustand" -#: /vagrant/modules/monitoring/configuration.php:254 +#: ../../../../modules/monitoring/configuration.php:254 msgid "Current Incidents" msgstr "Aktuelle Incidents" -#: /vagrant/modules/monitoring/application/controllers/ListController.php:169 +#: ../../../../modules/monitoring/application/controllers/ListController.php:169 msgid "Current Service State" msgstr "Aktueller Service-Zustand" -#: /vagrant/modules/monitoring/application/controllers/ListController.php:88 +#: ../../../../modules/monitoring/application/controllers/ListController.php:88 msgid "Current State" msgstr "Aktueller Status" -#: /vagrant/modules/monitoring/application/views/scripts/partials/object/detail-content.phtml:43 +#: ../../../../modules/monitoring/application/views/scripts/partials/object/detail-content.phtml:43 msgid "Custom Variables" msgstr "Angepasste Variablen" -#: /vagrant/modules/monitoring/library/Monitoring/Object/Host.php:185 +#: ../../../../modules/monitoring/library/Monitoring/Object/Host.php:185 msgid "DOWN" msgstr "DOWN" -#: /vagrant/modules/monitoring/application/forms/Command/Object/ProcessCheckResultCommandForm.php:124 +#: ../../../../modules/monitoring/application/forms/Command/Object/ProcessCheckResultCommandForm.php:126 msgctxt "icinga.state" msgid "DOWN" msgstr "DOWN" -#: /vagrant/modules/monitoring/application/views/scripts/partials/event-history.phtml:89 +#: ../../../../modules/monitoring/application/views/scripts/partials/event-history.phtml:87 msgid "DOWNTIME DELETED" msgstr "DOWNTIME GELÖSCHT" -#: /vagrant/modules/monitoring/application/views/scripts/partials/event-history.phtml:127 +#: ../../../../modules/monitoring/application/views/scripts/partials/event-history.phtml:125 msgid "DOWNTIME END" msgstr "DOWNTIME ENDE" -#: /vagrant/modules/monitoring/application/views/scripts/partials/event-history.phtml:121 +#: ../../../../modules/monitoring/application/views/scripts/partials/event-history.phtml:120 msgid "DOWNTIME START" msgstr "DOWNTIME START" -#: /vagrant/modules/monitoring/library/Monitoring/BackendStep.php:105 +#: ../../../../modules/monitoring/library/Monitoring/BackendStep.php:105 msgid "Database Name" msgstr "Datenbankname" -#: /vagrant/modules/monitoring/library/Monitoring/BackendStep.php:84 +#: ../../../../modules/monitoring/library/Monitoring/BackendStep.php:84 msgid "Database Resource" msgstr "Datenbankressource" -#: /vagrant/modules/monitoring/library/Monitoring/BackendStep.php:93 +#: ../../../../modules/monitoring/library/Monitoring/BackendStep.php:93 msgid "Database Type" msgstr "Datenbanktyp" -#: /vagrant/modules/monitoring/application/views/scripts/downtime/show.phtml:42 +#: ../../../../modules/monitoring/application/views/scripts/downtime/show.phtml:42 msgid "Date and time this downtime was entered" msgstr "Zeitpunkt, zu dem diese Downtime angelegt wurde" -#: /vagrant/modules/monitoring/application/controllers/AlertsummaryController.php:642 -#: /vagrant/modules/monitoring/application/controllers/AlertsummaryController.php:645 +#: ../../../../modules/monitoring/application/controllers/AlertsummaryController.php:642 +#: ../../../../modules/monitoring/application/controllers/AlertsummaryController.php:645 msgid "Day" msgstr "Tag" -#: /vagrant/modules/monitoring/application/controllers/AlertsummaryController.php:463 +#: ../../../../modules/monitoring/application/controllers/AlertsummaryController.php:463 msgid "Defect Chart" msgstr "Fehlerübersicht" -#: /vagrant/modules/monitoring/application/controllers/AlertsummaryController.php:484 +#: ../../../../modules/monitoring/application/controllers/AlertsummaryController.php:484 msgid "Defects" msgstr "Fehler" -#: /vagrant/modules/monitoring/application/forms/Command/Object/ScheduleHostDowntimeCommandForm.php:41 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleHostDowntimeCommandForm.php:44 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 " "sollen." -#: /vagrant/modules/monitoring/application/views/scripts/partials/comment/comment-detail.phtml:61 +#: ../../../../modules/monitoring/application/views/scripts/partials/comment/comment-detail.phtml:61 msgid "Delete comment" msgstr "Kommentar löschen" -#: /vagrant/modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml:73 +#: ../../../../modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml:73 msgid "Delete downtime" msgstr "Downtime löschen" -#: /vagrant/modules/monitoring/application/forms/Command/Object/DeleteCommentCommandForm.php:40 +#: ../../../../modules/monitoring/application/forms/Command/Object/DeleteCommentCommandForm.php:40 msgid "Delete this comment" msgstr "Diesen Kommentar löschen" -#: /vagrant/modules/monitoring/application/forms/Command/Object/DeleteDowntimeCommandForm.php:40 +#: ../../../../modules/monitoring/application/forms/Command/Object/DeleteDowntimeCommandForm.php:40 msgid "Delete this downtime" msgstr "Diese Downtime löschen" -#: /vagrant/modules/monitoring/application/forms/Command/Object/DeleteCommentCommandForm.php:105 -#: /vagrant/modules/monitoring/application/forms/Command/Object/DeleteCommentsCommandForm.php:84 +#: ../../../../modules/monitoring/application/forms/Command/Object/DeleteCommentCommandForm.php:105 +#: ../../../../modules/monitoring/application/forms/Command/Object/DeleteCommentsCommandForm.php:84 msgid "Deleting comment.." msgid_plural "Deleting comments.." msgstr[0] "Entferne Kommentar..." msgstr[1] "Entferne Kommentare..." -#: /vagrant/modules/monitoring/application/forms/Command/Object/DeleteDowntimeCommandForm.php:106 +#: ../../../../modules/monitoring/application/forms/Command/Object/DeleteDowntimeCommandForm.php:106 msgid "Deleting downtime." msgstr "Lösche Downtime..." -#: /vagrant/modules/monitoring/application/forms/Command/Object/DeleteDowntimesCommandForm.php:84 +#: ../../../../modules/monitoring/application/forms/Command/Object/DeleteDowntimesCommandForm.php:84 msgid "Deleting downtime.." msgid_plural "Deleting downtimes.." msgstr[0] "Lösche Downtime..." msgstr[1] "Lösche Downtimes..." -#: /vagrant/modules/monitoring/application/views/scripts/downtime/show.phtml:10 +#: ../../../../modules/monitoring/application/views/scripts/downtime/show.phtml:10 msgid "Details" msgstr "Details" -#: /vagrant/modules/monitoring/application/controllers/HealthController.php:172 -#: /vagrant/modules/monitoring/application/forms/Command/Instance/DisableNotificationsExpireCommandForm.php:24 +#: ../../../../modules/monitoring/application/forms/Command/Instance/DisableNotificationsExpireCommandForm.php:24 +#: ../../../../modules/monitoring/application/controllers/HealthController.php:172 msgid "Disable Notifications" msgstr "Benachrichtigungen deaktivieren" -#: /vagrant/modules/monitoring/application/forms/Config/BackendConfigForm.php:179 +#: ../../../../modules/monitoring/application/forms/Config/BackendConfigForm.php:179 msgid "Disable This Backend" msgstr "Backend deaktivieren" -#: /vagrant/modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:69 +#: ../../../../modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:70 msgid "Disable notifications for a specific time on a program-wide basis" msgstr "" "Deaktiviere Benachrichtigungen applikationsweit für eine bestimmte Zeitspanne" -#: /vagrant/modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:71 +#: ../../../../modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:72 msgid "Disable temporarily" msgstr "Vorübergehend deaktivieren" -#: /vagrant/modules/monitoring/configuration.php:323 +#: ../../../../modules/monitoring/configuration.php:323 msgid "Disabled Host Checks" msgstr "Deaktivierte Host-Checks" -#: /vagrant/modules/monitoring/configuration.php:315 +#: ../../../../modules/monitoring/configuration.php:315 msgid "Disabled Host Notifications" msgstr "Deaktivierte Host-Benachrichtigungen" -#: /vagrant/modules/monitoring/configuration.php:319 +#: ../../../../modules/monitoring/configuration.php:319 msgid "Disabled Service Checks" msgstr "Deaktivierte Service-Checks" -#: /vagrant/modules/monitoring/configuration.php:311 +#: ../../../../modules/monitoring/configuration.php:311 msgid "Disabled Service Notifications" msgstr "Deaktivierte Service-Benachrichtigungen" -#: /vagrant/modules/monitoring/application/forms/Command/Object/ToggleObjectFeaturesCommandForm.php:130 +#: ../../../../modules/monitoring/application/forms/Command/Object/ToggleObjectFeaturesCommandForm.php:130 msgid "Disabling active checks.." msgstr "Deaktiviere aktive Checks..." -#: /vagrant/modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:222 +#: ../../../../modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:223 msgid "Disabling active host checks.." msgstr "Deaktiviere aktive Host-Checks..." -#: /vagrant/modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:226 +#: ../../../../modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:227 msgid "Disabling active service checks.." msgstr "Deaktiviere aktive Service-Checks..." -#: /vagrant/modules/monitoring/application/forms/Command/Object/ToggleObjectFeaturesCommandForm.php:146 +#: ../../../../modules/monitoring/application/forms/Command/Object/ToggleObjectFeaturesCommandForm.php:146 msgid "Disabling event handler.." msgstr "Deaktiviere Event-Handler..." -#: /vagrant/modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:230 +#: ../../../../modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:231 msgid "Disabling event handlers.." msgstr "Deaktiviere Event-Handler..." -#: /vagrant/modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:234 -#: /vagrant/modules/monitoring/application/forms/Command/Object/ToggleObjectFeaturesCommandForm.php:150 +#: ../../../../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..." -#: /vagrant/modules/monitoring/application/forms/Command/Instance/DisableNotificationsExpireCommandForm.php:61 +#: ../../../../modules/monitoring/application/forms/Command/Instance/DisableNotificationsExpireCommandForm.php:61 msgid "Disabling host and service notifications.." msgstr "Deaktiviere Benachrichtigungen für Hosts und Services..." -#: /vagrant/modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:238 -#: /vagrant/modules/monitoring/application/forms/Command/Object/ToggleObjectFeaturesCommandForm.php:142 +#: ../../../../modules/monitoring/application/forms/Command/Object/ToggleObjectFeaturesCommandForm.php:142 +#: ../../../../modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:239 msgid "Disabling notifications.." msgstr "Deaktiviere Benachrichtigungen..." -#: /vagrant/modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:242 +#: ../../../../modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:243 msgid "Disabling obsessing over hosts.." msgstr "Deaktiviere Verfolgung von Hosts..." -#: /vagrant/modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:246 +#: ../../../../modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:247 msgid "Disabling obsessing over services.." msgstr "Deaktiviere Verfolgung von Services..." -#: /vagrant/modules/monitoring/application/forms/Command/Object/ToggleObjectFeaturesCommandForm.php:138 +#: ../../../../modules/monitoring/application/forms/Command/Object/ToggleObjectFeaturesCommandForm.php:138 msgid "Disabling obsessing.." msgstr "Deaktiviere Verfolgung..." -#: /vagrant/modules/monitoring/application/forms/Command/Object/ToggleObjectFeaturesCommandForm.php:134 +#: ../../../../modules/monitoring/application/forms/Command/Object/ToggleObjectFeaturesCommandForm.php:134 msgid "Disabling passive checks.." msgstr "Deaktiviere passive Checks..." -#: /vagrant/modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:250 +#: ../../../../modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:251 msgid "Disabling passive host checks.." msgstr "Deaktiviere passive Host-Checks..." -#: /vagrant/modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:254 +#: ../../../../modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:255 msgid "Disabling passive service checks.." msgstr "Deaktiviere passive Service-Checks..." -#: /vagrant/modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:258 +#: ../../../../modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:259 msgid "Disabling performance data.." msgstr "Deaktiviere Performancedaten..." -#: /vagrant/modules/monitoring/application/controllers/CommentController.php:57 +#: ../../../../modules/monitoring/application/controllers/CommentController.php:57 msgid "Display detailed information about a comment." msgstr "Zeige detaillierte Informationen über einen Kommentar." -#: /vagrant/modules/monitoring/application/controllers/DowntimeController.php:67 +#: ../../../../modules/monitoring/application/controllers/DowntimeController.php:67 msgid "Display detailed information about a downtime." msgstr "Zeige detaillierte Informationen über eine Downtime." -#: /vagrant/modules/monitoring/application/controllers/CommentsController.php:65 +#: ../../../../modules/monitoring/application/controllers/CommentsController.php:65 msgid "Display detailed information about multiple comments." msgstr "Zeige detaillierte Informationen über mehrere Kommentare." -#: /vagrant/modules/monitoring/application/controllers/DowntimesController.php:71 +#: ../../../../modules/monitoring/application/controllers/DowntimesController.php:71 msgid "Display detailed information about multiple downtimes." msgstr "Zeige detaillierte Informationen über mehrere Downtimes." -#: /vagrant/modules/monitoring/application/forms/Navigation/ActionForm.php:26 +#: ../../../../modules/monitoring/application/forms/Navigation/ActionForm.php:26 msgid "" "Display this action only for objects matching this filter. Leave it blank if " "you want this action being displayed regardless of the object" @@ -1345,179 +1347,179 @@ msgstr "" "Zeige diese Aktion nur für Objekte, die diesem Filter entsprechen. Leer " "lassen, um diese Aktion unabhängig vom Objekt anzuzeigen" -#: /vagrant/modules/monitoring/application/forms/Command/Object/ScheduleHostDowntimeCommandForm.php:45 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleHostDowntimeCommandForm.php:48 msgid "Do nothing with child hosts" msgstr "Nicht auf untergeordnete Hosts anwenden" -#: /vagrant/modules/monitoring/application/forms/StatehistoryForm.php:134 +#: ../../../../modules/monitoring/application/forms/StatehistoryForm.php:134 msgid "Down" msgstr "Down" -#: /vagrant/modules/monitoring/application/views/scripts/partials/comment/comment-description.phtml:15 -#: /vagrant/modules/monitoring/application/views/scripts/partials/object/quick-actions.phtml:112 -#: /vagrant/modules/monitoring/application/views/scripts/partials/object/quick-actions.phtml:126 -#: /vagrant/modules/monitoring/application/controllers/DowntimeController.php:66 +#: ../../../../modules/monitoring/application/views/scripts/partials/object/quick-actions.phtml:112 +#: ../../../../modules/monitoring/application/views/scripts/partials/object/quick-actions.phtml:126 +#: ../../../../modules/monitoring/application/views/scripts/partials/comment/comment-description.phtml:15 +#: ../../../../modules/monitoring/application/controllers/DowntimeController.php:66 msgid "Downtime" msgstr "Downtime" -#: /vagrant/modules/monitoring/application/views/scripts/partials/event-history.phtml:126 +#: ../../../../modules/monitoring/application/views/scripts/partials/event-history.phtml:124 msgctxt "tooltip" msgid "Downtime ended" msgstr "Downtime endete" -#: /vagrant/modules/monitoring/application/controllers/DowntimeController.php:58 +#: ../../../../modules/monitoring/application/controllers/DowntimeController.php:58 msgid "Downtime not found" msgstr "Downtime nicht gefunden" -#: /vagrant/modules/monitoring/application/views/scripts/partials/event-history.phtml:88 +#: ../../../../modules/monitoring/application/views/scripts/partials/event-history.phtml:86 msgctxt "tooltip" msgid "Downtime removed" msgstr "Downtime entfernt" -#: /vagrant/modules/monitoring/application/views/scripts/partials/event-history.phtml:82 +#: ../../../../modules/monitoring/application/views/scripts/partials/event-history.phtml:81 msgctxt "tooltip" msgid "Downtime scheduled" msgstr "Downtime geplant" -#: /vagrant/modules/monitoring/application/views/scripts/partials/event-history.phtml:120 +#: ../../../../modules/monitoring/application/views/scripts/partials/event-history.phtml:119 msgctxt "tooltip" msgid "Downtime started" msgstr "Downtime hat begonnen" -#: /vagrant/modules/monitoring/configuration.php:204 -#: /vagrant/modules/monitoring/application/views/scripts/show/components/downtime.phtml:41 -#: /vagrant/modules/monitoring/application/views/scripts/hosts/show.phtml:96 -#: /vagrant/modules/monitoring/application/views/scripts/services/show.phtml:95 -#: /vagrant/modules/monitoring/application/controllers/ListController.php:212 -#: /vagrant/modules/monitoring/application/controllers/DowntimesController.php:70 -#: /vagrant/modules/monitoring/application/forms/EventOverviewForm.php:54 +#: ../../../../modules/monitoring/configuration.php:204 +#: ../../../../modules/monitoring/application/forms/EventOverviewForm.php:54 +#: ../../../../modules/monitoring/application/views/scripts/hosts/show.phtml:96 +#: ../../../../modules/monitoring/application/views/scripts/services/show.phtml:95 +#: ../../../../modules/monitoring/application/views/scripts/show/components/downtime.phtml:41 +#: ../../../../modules/monitoring/application/controllers/ListController.php:212 +#: ../../../../modules/monitoring/application/controllers/DowntimesController.php:70 msgid "Downtimes" msgstr "Downtimes" -#: /vagrant/modules/monitoring/configuration.php:302 +#: ../../../../modules/monitoring/configuration.php:302 msgid "Downtimes Active For More Than Three Days" msgstr "Downtimes mehr als drei Tage aktiv" -#: /vagrant/modules/monitoring/application/views/scripts/downtime/show.phtml:53 -#: /vagrant/modules/monitoring/application/views/scripts/downtime/show.phtml:135 -#: /vagrant/modules/monitoring/application/controllers/ListController.php:255 +#: ../../../../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 msgid "Duration" msgstr "Dauer" -#: /vagrant/modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml:3 +#: ../../../../modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml:3 msgctxt "Downtime status" msgid "ENDS" msgstr "ENDET" -#: /vagrant/modules/monitoring/library/Monitoring/BackendStep.php:193 -#: /vagrant/modules/monitoring/library/Monitoring/BackendStep.php:206 -#: /vagrant/modules/monitoring/library/Monitoring/TransportStep.php:139 -#: /vagrant/modules/monitoring/library/Monitoring/SecurityStep.php:80 +#: ../../../../modules/monitoring/library/Monitoring/SecurityStep.php:80 +#: ../../../../modules/monitoring/library/Monitoring/TransportStep.php:139 +#: ../../../../modules/monitoring/library/Monitoring/BackendStep.php:193 +#: ../../../../modules/monitoring/library/Monitoring/BackendStep.php:206 #, php-format msgid "ERROR: %s" msgstr "FEHLER: %s" -#: /vagrant/modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml:6 +#: ../../../../modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml:6 msgctxt "Downtime status" msgid "EXPIRES" msgstr "LÄUFT AB" -#: /vagrant/modules/monitoring/application/controllers/ConfigController.php:210 +#: ../../../../modules/monitoring/application/controllers/ConfigController.php:210 #, php-format msgid "Edit Command Transport %s" msgstr "Bearbeiter Befehlstransport %s" -#: /vagrant/modules/monitoring/application/controllers/ConfigController.php:51 +#: ../../../../modules/monitoring/application/controllers/ConfigController.php:51 #, php-format msgid "Edit Monitoring Backend %s" msgstr "Bearbeite Monitoring-Backend %s" -#: /vagrant/modules/monitoring/application/views/scripts/config/index.phtml:90 +#: ../../../../modules/monitoring/application/views/scripts/config/index.phtml:90 #, php-format msgid "Edit command transport %s" msgstr "Bearbeite Befehlstransport %s" -#: /vagrant/modules/monitoring/application/views/scripts/config/index.phtml:35 +#: ../../../../modules/monitoring/application/views/scripts/config/index.phtml:35 #, php-format msgid "Edit monitoring backend %s" msgstr "Bearbeite Monitoring-Backend %s" -#: /vagrant/modules/monitoring/application/views/scripts/list/contacts.phtml:21 -#: /vagrant/modules/monitoring/application/views/scripts/list/contacts.phtml:42 -#: /vagrant/modules/monitoring/application/views/scripts/show/contact.phtml:24 -#: /vagrant/modules/monitoring/application/controllers/ListController.php:328 +#: ../../../../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 msgid "Email" msgstr "E-Mail" -#: /vagrant/modules/monitoring/application/forms/Command/Object/ToggleObjectFeaturesCommandForm.php:129 +#: ../../../../modules/monitoring/application/forms/Command/Object/ToggleObjectFeaturesCommandForm.php:129 msgid "Enabling active checks.." msgstr "Aktiviere aktive Checks..." -#: /vagrant/modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:221 +#: ../../../../modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:222 msgid "Enabling active host checks.." msgstr "Aktiviere aktive Host-Checks..." -#: /vagrant/modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:225 +#: ../../../../modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:226 msgid "Enabling active service checks.." msgstr "Aktiviere aktive Service-Checks..." -#: /vagrant/modules/monitoring/application/forms/Command/Object/ToggleObjectFeaturesCommandForm.php:145 +#: ../../../../modules/monitoring/application/forms/Command/Object/ToggleObjectFeaturesCommandForm.php:145 msgid "Enabling event handler.." msgstr "Aktiviere Eventhandler..." -#: /vagrant/modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:229 +#: ../../../../modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:230 msgid "Enabling event handlers.." msgstr "Aktiviere Eventhandler..." -#: /vagrant/modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:233 -#: /vagrant/modules/monitoring/application/forms/Command/Object/ToggleObjectFeaturesCommandForm.php:149 +#: ../../../../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..." -#: /vagrant/modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:237 -#: /vagrant/modules/monitoring/application/forms/Command/Object/ToggleObjectFeaturesCommandForm.php:141 +#: ../../../../modules/monitoring/application/forms/Command/Object/ToggleObjectFeaturesCommandForm.php:141 +#: ../../../../modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:238 msgid "Enabling notifications.." msgstr "Aktiviere Benachrichtigungen..." -#: /vagrant/modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:241 +#: ../../../../modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:242 msgid "Enabling obsessing over hosts.." msgstr "Aktiviere Hostverfolgung..." -#: /vagrant/modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:245 +#: ../../../../modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:246 msgid "Enabling obsessing over services.." msgstr "Aktiviere Serviceverfolgung..." -#: /vagrant/modules/monitoring/application/forms/Command/Object/ToggleObjectFeaturesCommandForm.php:137 +#: ../../../../modules/monitoring/application/forms/Command/Object/ToggleObjectFeaturesCommandForm.php:137 msgid "Enabling obsessing.." msgstr "Aktiviere Verfolgung..." -#: /vagrant/modules/monitoring/application/forms/Command/Object/ToggleObjectFeaturesCommandForm.php:133 +#: ../../../../modules/monitoring/application/forms/Command/Object/ToggleObjectFeaturesCommandForm.php:133 msgid "Enabling passive checks.." msgstr "Aktiviere passive Checks..." -#: /vagrant/modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:249 +#: ../../../../modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:250 msgid "Enabling passive host checks.." msgstr "Aktiviere passive Host-Checks..." -#: /vagrant/modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:253 +#: ../../../../modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:254 msgid "Enabling passive service checks.." msgstr "Aktiviere passive Service-Checks..." -#: /vagrant/modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:257 +#: ../../../../modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:258 msgid "Enabling performance data.." msgstr "Aktiviere Performancedaten..." -#: /vagrant/modules/monitoring/application/controllers/ListController.php:252 -#: /vagrant/modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:88 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:88 +#: ../../../../modules/monitoring/application/controllers/ListController.php:252 msgid "End Time" msgstr "Endzeitpunkt" -#: /vagrant/modules/monitoring/application/controllers/TimelineController.php:75 +#: ../../../../modules/monitoring/application/controllers/TimelineController.php:76 msgid "Ended downtimes" msgstr "Beendete Downtimes" # Enter the duration of the downtime here. -#: /vagrant/modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:159 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:159 msgid "" "Enter here the duration of the downtime. The downtime will be automatically " "deleted after this time expired." @@ -1525,7 +1527,7 @@ msgstr "" "Trage hier die gewünschte Dauer der Downtime ein. Die Downtime wird nach " "Ablauf dieser Zeit automatisch gelöscht." -#: /vagrant/modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:95 +#: ../../../../modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:95 msgid "" "Enter the expire date and time for this acknowledgement here. Icinga will " "delete the acknowledgement after this time expired." @@ -1533,62 +1535,62 @@ msgstr "" "Tragen Sie hier Ablaufdatum und -uhrzeit für diese Bestätigung ein. Die " "Bestätigung wird nach Ablauf dieser Zeit von Icinga gelöscht." -#: /vagrant/modules/monitoring/application/views/scripts/downtime/show.phtml:43 -#: /vagrant/modules/monitoring/application/controllers/ListController.php:249 +#: ../../../../modules/monitoring/application/views/scripts/downtime/show.phtml:43 +#: ../../../../modules/monitoring/application/controllers/ListController.php:249 msgid "Entry Time" msgstr "Eingabezeitpunkt" -#: /vagrant/modules/monitoring/configuration.php:216 -#: /vagrant/modules/monitoring/application/controllers/ListController.php:337 +#: ../../../../modules/monitoring/configuration.php:216 +#: ../../../../modules/monitoring/application/controllers/ListController.php:337 msgid "Event Grid" msgstr "Ereignisraster" -#: /vagrant/modules/monitoring/application/forms/Command/Object/ToggleObjectFeaturesCommandForm.php:54 +#: ../../../../modules/monitoring/application/forms/Command/Object/ToggleObjectFeaturesCommandForm.php:54 msgid "Event Handler" msgstr "Eventhandler" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:208 -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:210 -#: /vagrant/modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:108 +#: ../../../../modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:109 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:208 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:210 msgid "Event Handlers" msgstr "Eventhandler" -#: /vagrant/modules/monitoring/configuration.php:220 -#: /vagrant/modules/monitoring/application/controllers/ListController.php:548 +#: ../../../../modules/monitoring/configuration.php:220 +#: ../../../../modules/monitoring/application/controllers/ListController.php:548 msgid "Event Overview" msgstr "Ereignisüberblick" -#: /vagrant/modules/monitoring/application/views/scripts/health/stats.phtml:116 +#: ../../../../modules/monitoring/application/views/scripts/health/stats.phtml:116 msgid "Execution time" msgstr "Ausführungsdauer" -#: /vagrant/modules/monitoring/application/controllers/ListController.php:443 +#: ../../../../modules/monitoring/application/controllers/ListController.php:443 msgid "Expiration" msgstr "Ablauf" -#: /vagrant/modules/monitoring/application/forms/Command/Instance/DisableNotificationsExpireCommandForm.php:43 -#: /vagrant/modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:92 +#: ../../../../modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:92 +#: ../../../../modules/monitoring/application/forms/Command/Instance/DisableNotificationsExpireCommandForm.php:43 msgid "Expire Time" msgstr "Ablaufzeitpunkt" -#: /vagrant/modules/monitoring/application/views/scripts/comment/show.phtml:57 +#: ../../../../modules/monitoring/application/views/scripts/comment/show.phtml:57 msgid "Expires" msgstr "Läuft ab" -#: /vagrant/modules/monitoring/application/views/scripts/show/components/acknowledgement.phtml:27 +#: ../../../../modules/monitoring/application/views/scripts/show/components/acknowledgement.phtml:27 #, php-format msgid "Expires %s" msgstr "Läuft ab %s" -#: /vagrant/modules/monitoring/application/views/scripts/partials/event-history.phtml:94 +#: ../../../../modules/monitoring/application/views/scripts/partials/event-history.phtml:92 msgid "FLAPPING" msgstr "FLAPPING" -#: /vagrant/modules/monitoring/application/views/scripts/partials/event-history.phtml:100 +#: ../../../../modules/monitoring/application/views/scripts/partials/event-history.phtml:98 msgid "FLAPPING STOPPED" msgstr "FLAPPING BEENDET" -#: /vagrant/modules/monitoring/library/Monitoring/Command/Transport/CommandTransport.php:142 +#: ../../../../modules/monitoring/library/Monitoring/Command/Transport/CommandTransport.php:143 msgid "" "Failed to send external Icinga command. No transport has been configured for " "this instance. Please contact your Icinga Web administrator." @@ -1597,66 +1599,71 @@ msgstr "" "kein Transport konfiguriert. Bitte kontaktieren Sie Ihren Icinga " "Webadministrator." -#: /vagrant/modules/monitoring/application/forms/Setup/IdoResourcePage.php:143 +#: ../../../../modules/monitoring/application/forms/Setup/IdoResourcePage.php:143 #, php-format msgid "Failed to successfully validate the configuration: %s" msgstr "Die Validierung der Konfiguration ist fehlgeschlagen: %s" -#: /vagrant/modules/monitoring/application/views/scripts/show/components/flags.phtml:2 -#: /vagrant/modules/monitoring/application/views/scripts/hosts/show.phtml:200 -#: /vagrant/modules/monitoring/application/views/scripts/services/show.phtml:202 -#: /vagrant/modules/monitoring/application/views/scripts/health/info.phtml:79 +#: ../../../../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/show/components/flags.phtml:2 msgid "Feature Commands" msgstr "Funktionsbefehle" -#: /vagrant/modules/monitoring/application/forms/Navigation/ActionForm.php:24 +#: ../../../../modules/monitoring/application/forms/Navigation/ActionForm.php:24 msgid "Filter" msgstr "Filter" -#: /vagrant/modules/monitoring/application/views/scripts/downtime/show.phtml:60 -#: /vagrant/modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:107 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:107 +#: ../../../../modules/monitoring/application/views/scripts/downtime/show.phtml:60 msgid "Fixed" msgstr "Fest" -#: /vagrant/modules/monitoring/application/views/scripts/downtime/show.phtml:66 +#: ../../../../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." -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:8 -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:10 -#: /vagrant/modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:117 -#: /vagrant/modules/monitoring/application/forms/Command/Object/ToggleObjectFeaturesCommandForm.php:58 +#: ../../../../modules/monitoring/application/forms/Command/Object/ToggleObjectFeaturesCommandForm.php:58 +#: ../../../../modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:118 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:8 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:10 msgid "Flap Detection" msgstr "Flap-Erkennung" -#: /vagrant/modules/monitoring/application/views/helpers/HostFlags.php:16 -#: /vagrant/modules/monitoring/application/views/helpers/ServiceFlags.php:16 -#: /vagrant/modules/monitoring/application/views/scripts/partials/comment/comment-description.phtml:5 -#: /vagrant/modules/monitoring/application/forms/EventOverviewForm.php:84 +#: ../../../../modules/monitoring/application/forms/EventOverviewForm.php:84 +#: ../../../../modules/monitoring/application/views/scripts/partials/comment/comment-description.phtml:5 +#: ../../../../modules/monitoring/application/views/helpers/ServiceFlags.php:16 +#: ../../../../modules/monitoring/application/views/helpers/HostFlags.php:16 msgid "Flapping" msgstr "Flapping" -#: /vagrant/modules/monitoring/application/views/scripts/partials/event-history.phtml:93 +#: ../../../../modules/monitoring/application/views/scripts/partials/event-history.phtml:91 msgctxt "tooltip" msgid "Flapping started" msgstr "Flapping begonnen" -#: /vagrant/modules/monitoring/application/views/scripts/partials/event-history.phtml:99 +#: ../../../../modules/monitoring/application/views/scripts/partials/event-history.phtml:97 msgctxt "tooltip" msgid "Flapping stopped" msgstr "Flapping beendet" -#: /vagrant/modules/monitoring/application/views/scripts/downtime/show.phtml:60 -#: /vagrant/modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:108 +#: ../../../../modules/monitoring/application/views/scripts/partials/event-history.phtml:37 +#, php-format +msgid "Flapping with a %.2f%% state change rate" +msgstr "" + +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:108 +#: ../../../../modules/monitoring/application/views/scripts/downtime/show.phtml:60 msgid "Flexible" msgstr "Flexibel" -#: /vagrant/modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:157 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:157 msgid "Flexible Duration" msgstr "Flexible Dauer" # Double space in source -#: /vagrant/modules/monitoring/application/views/scripts/downtime/show.phtml:63 +#: ../../../../modules/monitoring/application/views/scripts/downtime/show.phtml:63 msgid "" "Flexible downtimes have a hard start and end time, but also an additional " "restriction on the duration in which the host or service may actually be " @@ -1666,178 +1673,178 @@ msgstr "" "hinaus besitzen sie eine Einschränkung der Dauer, innerhalb derer der Host " "oder Service tatsächlich down sein kann." -#: /vagrant/modules/monitoring/application/forms/Command/Object/ScheduleServiceCheckCommandForm.php:62 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceCheckCommandForm.php:62 msgid "Force Check" msgstr "Check erzwingen" -#: /vagrant/modules/monitoring/application/forms/Command/Object/SendCustomNotificationCommandForm.php:58 +#: ../../../../modules/monitoring/application/forms/Command/Object/SendCustomNotificationCommandForm.php:58 msgid "Forced" msgstr "Erzwungen" -#: /vagrant/modules/monitoring/application/forms/StatehistoryForm.php:66 +#: ../../../../modules/monitoring/application/forms/StatehistoryForm.php:66 msgid "From" msgstr "Von" -#: /vagrant/modules/monitoring/application/views/scripts/health/info.phtml:48 +#: ../../../../modules/monitoring/application/views/scripts/health/info.phtml:48 msgid "Global Host Event Handler" msgstr "Globaler Host Event Handler" -#: /vagrant/modules/monitoring/application/views/scripts/health/info.phtml:42 +#: ../../../../modules/monitoring/application/views/scripts/health/info.phtml:42 msgid "Global Service Event Handler" msgstr "Globaler Service Event Handler" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:31 -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:130 -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:229 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:31 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:130 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:229 msgid "Handled" msgstr "Behandelt" -#: /vagrant/modules/monitoring/application/views/scripts/partials/event-history.phtml:108 +#: ../../../../modules/monitoring/application/views/scripts/partials/event-history.phtml:107 msgctxt "tooltip" msgid "Hard state" msgstr "Hard state" -#: /vagrant/modules/monitoring/application/controllers/TimelineController.php:56 +#: ../../../../modules/monitoring/application/controllers/TimelineController.php:57 msgid "Hard state changes" msgstr "Hard state-Änderungen" -#: /vagrant/modules/monitoring/application/controllers/AlertsummaryController.php:325 +#: ../../../../modules/monitoring/application/controllers/AlertsummaryController.php:325 msgid "Healing Chart" msgstr "Erholungs-Diagramm" -#: /vagrant/modules/monitoring/configuration.php:89 +#: ../../../../modules/monitoring/configuration.php:89 msgid "Hide the properties of monitored objects that match the filter" msgstr "" "Verstecke die Eigenschaften überwachter Objekte, die dem Filter entsprechen" -#: /vagrant/modules/monitoring/configuration.php:212 -#: /vagrant/modules/monitoring/application/views/scripts/alertsummary/index.phtml:69 -#: /vagrant/modules/monitoring/library/Monitoring/Web/Controller/MonitoredObjectController.php:251 +#: ../../../../modules/monitoring/configuration.php:212 +#: ../../../../modules/monitoring/library/Monitoring/Web/Controller/MonitoredObjectController.php:251 +#: ../../../../modules/monitoring/application/views/scripts/alertsummary/index.phtml:69 msgid "History" msgstr "Historie" -#: /vagrant/modules/monitoring/application/views/scripts/list/notifications.phtml:53 -#: /vagrant/modules/monitoring/application/views/scripts/comment/show.phtml:29 -#: /vagrant/modules/monitoring/application/views/scripts/comment/show.phtml:31 -#: /vagrant/modules/monitoring/application/views/scripts/partials/comment/comment-detail.phtml:20 -#: /vagrant/modules/monitoring/application/views/scripts/downtime/show.phtml:15 -#: /vagrant/modules/monitoring/application/views/scripts/downtime/show.phtml:30 -#: /vagrant/modules/monitoring/application/controllers/ListController.php:247 -#: /vagrant/modules/monitoring/application/controllers/ListController.php:440 -#: /vagrant/modules/monitoring/application/forms/Config/Transport/ApiTransportForm.php:29 -#: /vagrant/modules/monitoring/application/forms/Config/Transport/RemoteTransportForm.php:139 -#: /vagrant/modules/monitoring/library/Monitoring/BackendStep.php:97 -#: /vagrant/modules/monitoring/library/Monitoring/TransportStep.php:94 -#: /vagrant/modules/monitoring/library/Monitoring/DataView/DataView.php:275 -#: /vagrant/modules/monitoring/library/Monitoring/Web/Controller/MonitoredObjectController.php:207 +#: ../../../../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/application/forms/Config/Transport/RemoteTransportForm.php:138 +#: ../../../../modules/monitoring/application/forms/Config/Transport/ApiTransportForm.php:29 +#: ../../../../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/views/scripts/comment/show.phtml:29 +#: ../../../../modules/monitoring/application/views/scripts/comment/show.phtml:31 +#: ../../../../modules/monitoring/application/views/scripts/list/notifications.phtml:53 +#: ../../../../modules/monitoring/application/controllers/ListController.php:247 +#: ../../../../modules/monitoring/application/controllers/ListController.php:440 msgid "Host" msgstr "Host" -#: /vagrant/modules/monitoring/configuration.php:115 +#: ../../../../modules/monitoring/configuration.php:115 msgid "Host Action" msgstr "Hostaktion" -#: /vagrant/modules/monitoring/application/controllers/ListController.php:176 +#: ../../../../modules/monitoring/application/controllers/ListController.php:176 msgid "Host Address" msgstr "Host-IP" -#: /vagrant/modules/monitoring/application/views/scripts/health/stats.phtml:61 -#: /vagrant/modules/monitoring/application/views/scripts/health/stats.phtml:121 -#: /vagrant/modules/monitoring/application/views/scripts/health/stats.phtml:148 +#: ../../../../modules/monitoring/application/views/scripts/health/stats.phtml:61 +#: ../../../../modules/monitoring/application/views/scripts/health/stats.phtml:121 +#: ../../../../modules/monitoring/application/views/scripts/health/stats.phtml:148 msgid "Host Checks" msgstr "Host-Checks" -#: /vagrant/modules/monitoring/application/views/scripts/list/hostgroups.phtml:25 +#: ../../../../modules/monitoring/application/views/scripts/list/hostgroups.phtml:25 msgid "Host Group" msgstr "Hostgruppe" -#: /vagrant/modules/monitoring/application/controllers/ListController.php:536 +#: ../../../../modules/monitoring/application/controllers/ListController.php:536 msgid "Host Group Name" msgstr "Hostgruppenname" -#: /vagrant/modules/monitoring/application/controllers/ListController.php:503 +#: ../../../../modules/monitoring/application/controllers/ListController.php:503 msgid "Host Groups" msgstr "Hostgruppen" -#: /vagrant/modules/monitoring/configuration.php:132 -#: /vagrant/modules/monitoring/configuration.php:264 +#: ../../../../modules/monitoring/configuration.php:132 +#: ../../../../modules/monitoring/configuration.php:264 msgid "Host Problems" msgstr "Host-Probleme" -#: /vagrant/modules/monitoring/application/views/scripts/health/stats.phtml:35 +#: ../../../../modules/monitoring/application/views/scripts/health/stats.phtml:35 msgid "Host Problems:" msgstr "Host-Probleme:" -#: /vagrant/modules/monitoring/application/controllers/ListController.php:173 +#: ../../../../modules/monitoring/application/controllers/ListController.php:173 msgid "Host Severity" msgstr "Schwere (Host)" -#: /vagrant/modules/monitoring/application/views/scripts/list/hostgroups.phtml:26 +#: ../../../../modules/monitoring/application/views/scripts/list/hostgroups.phtml:26 msgid "Host States" msgstr "Host-Zustände" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/hostservicechecks.phtml:3 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/hostservicechecks.phtml:3 msgid "Host and Service Checks" msgstr "Host- und Servicechecks" -#: /vagrant/modules/monitoring/application/views/scripts/health/disable-notifications.phtml:10 +#: ../../../../modules/monitoring/application/views/scripts/health/disable-notifications.phtml:10 msgid "Host and service notifications are already disabled." msgstr "Die Host- und Servicebenachrichtigungen sind bereits deaktiviert." -#: /vagrant/modules/monitoring/application/controllers/HostController.php:33 +#: ../../../../modules/monitoring/application/controllers/HostController.php:33 msgid "Host not found" msgstr "Kein Host gefunden" -#: /vagrant/modules/monitoring/configuration.php:109 -#: /vagrant/modules/monitoring/configuration.php:188 -#: /vagrant/modules/monitoring/application/views/scripts/show/components/hostgroups.phtml:16 +#: ../../../../modules/monitoring/configuration.php:109 +#: ../../../../modules/monitoring/configuration.php:188 +#: ../../../../modules/monitoring/application/views/scripts/show/components/hostgroups.phtml:16 msgid "Hostgroups" msgstr "Hostgruppen" -#: /vagrant/modules/monitoring/application/controllers/ListController.php:89 -#: /vagrant/modules/monitoring/application/controllers/ListController.php:175 -#: /vagrant/modules/monitoring/application/controllers/ListController.php:600 +#: ../../../../modules/monitoring/application/controllers/ListController.php:89 +#: ../../../../modules/monitoring/application/controllers/ListController.php:175 +#: ../../../../modules/monitoring/application/controllers/ListController.php:600 msgid "Hostname" msgstr "Hostname" -#: /vagrant/modules/monitoring/application/forms/Config/Transport/ApiTransportForm.php:31 -#: /vagrant/modules/monitoring/application/forms/Config/Transport/RemoteTransportForm.php:141 +#: ../../../../modules/monitoring/application/forms/Config/Transport/RemoteTransportForm.php:140 +#: ../../../../modules/monitoring/application/forms/Config/Transport/ApiTransportForm.php:31 msgid "Hostname or address of the remote Icinga instance" msgstr "Hostname oder IP-Adresse der entfernten Icingainstanz" -#: /vagrant/modules/monitoring/configuration.php:107 -#: /vagrant/modules/monitoring/configuration.php:176 -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/hostservicechecks.phtml:9 -#: /vagrant/modules/monitoring/application/views/scripts/show/contact.phtml:39 -#: /vagrant/modules/monitoring/application/controllers/HostsController.php:59 -#: /vagrant/modules/monitoring/application/controllers/ListController.php:48 -#: /vagrant/modules/monitoring/application/forms/StatehistoryForm.php:98 +#: ../../../../modules/monitoring/configuration.php:107 +#: ../../../../modules/monitoring/configuration.php:176 +#: ../../../../modules/monitoring/application/forms/StatehistoryForm.php:98 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/hostservicechecks.phtml:9 +#: ../../../../modules/monitoring/application/views/scripts/show/contact.phtml:39 +#: ../../../../modules/monitoring/application/controllers/HostsController.php:59 +#: ../../../../modules/monitoring/application/controllers/ListController.php:48 msgid "Hosts" msgstr "Hosts" -#: /vagrant/modules/monitoring/application/controllers/AlertsummaryController.php:639 +#: ../../../../modules/monitoring/application/controllers/AlertsummaryController.php:639 msgid "Hour" msgstr "Stunde" -#: /vagrant/modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:137 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:137 msgid "Hours" msgstr "Stunden" -#: /vagrant/modules/monitoring/application/views/scripts/partials/object/host-header.phtml:34 -#: /vagrant/modules/monitoring/application/views/scripts/partials/object/service-header.phtml:30 +#: ../../../../modules/monitoring/application/views/scripts/partials/object/service-header.phtml:30 +#: ../../../../modules/monitoring/application/views/scripts/partials/object/host-header.phtml:34 msgid "IPv4 address" msgstr "IPv4-Adresse" -#: /vagrant/modules/monitoring/application/views/scripts/partials/object/host-header.phtml:29 -#: /vagrant/modules/monitoring/application/views/scripts/partials/object/service-header.phtml:25 +#: ../../../../modules/monitoring/application/views/scripts/partials/object/service-header.phtml:25 +#: ../../../../modules/monitoring/application/views/scripts/partials/object/host-header.phtml:29 msgid "IPv6 address" msgstr "IPv6-Adresse" -#: /vagrant/modules/monitoring/application/forms/Config/TransportConfigForm.php:225 +#: ../../../../modules/monitoring/application/forms/Config/TransportConfigForm.php:224 msgid "Icinga 2 API" msgstr "Icinga 2 API" -#: /vagrant/modules/monitoring/library/Monitoring/SecurityStep.php:45 +#: ../../../../modules/monitoring/library/Monitoring/SecurityStep.php:45 msgid "" "Icinga Web 2 will protect your monitoring environment against prying eyes " "using the configuration specified below:" @@ -1845,7 +1852,7 @@ msgstr "" "Icinga Web 2 wird die Monitoringumgebung, anhand der unten spezifizierten " "Konfiguration, vor neugierigen Blicken schützen:" -#: /vagrant/modules/monitoring/library/Monitoring/BackendStep.php:77 +#: ../../../../modules/monitoring/library/Monitoring/BackendStep.php:77 #, php-format msgid "" "Icinga Web 2 will retrieve information from your monitoring environment " @@ -1854,7 +1861,7 @@ msgstr "" "Icinga Web 2 wird Informationen aus der Monitoringumgebung über ein Backend " "mit dem Namen “%s” und die weiter unten spezifizierte Ressourcen abrufen:" -#: /vagrant/modules/monitoring/library/Monitoring/TransportStep.php:87 +#: ../../../../modules/monitoring/library/Monitoring/TransportStep.php:87 msgid "" "Icinga Web 2 will use the Icinga 2 API to send commands to your monitoring " "instance by using the connection details listed below:" @@ -1863,7 +1870,7 @@ msgstr "" "Monitoringinstanz zu senden. Dazu werden die folgenden " "Verbindungseinstellungen verwendet:" -#: /vagrant/modules/monitoring/library/Monitoring/TransportStep.php:49 +#: ../../../../modules/monitoring/library/Monitoring/TransportStep.php:49 #, php-format msgid "" "Icinga Web 2 will use the named pipe located at \"%s\" to send commands to " @@ -1872,7 +1879,7 @@ msgstr "" "Icinga Web 2 wird die Named Pipe “%s” verwenden, um Befehle an die " "Monitoringinstanz zu schicken." -#: /vagrant/modules/monitoring/library/Monitoring/TransportStep.php:60 +#: ../../../../modules/monitoring/library/Monitoring/TransportStep.php:60 #, php-format msgid "" "Icinga Web 2 will use the named pipe located on a remote machine at \"%s\" " @@ -1883,11 +1890,11 @@ msgstr "" "verwenden, um Befehle an die Monitoringinstanz zu senden. Dazu werden die " "weiter unter gelisteten Verbindungseinstellungen verwendet:" -#: /vagrant/modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:79 +#: ../../../../modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:79 msgid "If the acknowledgement should expire, check this option." msgstr "Diese Option aktivieren, wenn die Bestätigung verfallen soll." -#: /vagrant/modules/monitoring/application/forms/Command/Object/SendCustomNotificationCommandForm.php:61 +#: ../../../../modules/monitoring/application/forms/Command/Object/SendCustomNotificationCommandForm.php:61 msgid "" "If you check this option, the notification is sent out regardless of time " "restrictions and whether or not notifications are enabled." @@ -1896,7 +1903,7 @@ msgstr "" "versendet, unabhängig von zeitlichen Beschränkungen und ob " "Benachrichtigungen aktiviert sind oder nicht." -#: /vagrant/modules/monitoring/application/forms/Command/Object/SendCustomNotificationCommandForm.php:76 +#: ../../../../modules/monitoring/application/forms/Command/Object/SendCustomNotificationCommandForm.php:76 msgid "" "If you check this option, the notification is sent out to all normal and " "escalated contacts." @@ -1904,7 +1911,7 @@ msgstr "" "Diese Option aktivieren, wird die Benachrichtigung an alle normalen und " "Eskalationskontakte versendet werden sollen." -#: /vagrant/modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:131 +#: ../../../../modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:131 msgid "" "If you do not want an acknowledgement notification to be sent out to the " "appropriate contacts, uncheck this option." @@ -1912,7 +1919,7 @@ msgstr "" "Diese Option deaktivieren, wenn keine Bestätigungsbenachrichtigung zu den " "jeweiligen Kontakten gesendet werden sollen." -#: /vagrant/modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:101 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:101 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 " @@ -1926,7 +1933,7 @@ msgstr "" "Endzeitpunkt in einen Problem-Zustand eintritt und dauert so lange, wie im " "Feld \"Dauer\" angegeben. Diese Optionen gibt es für feste Downtimes nicht." -#: /vagrant/modules/monitoring/application/forms/Command/Object/ScheduleServiceCheckCommandForm.php:64 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceCheckCommandForm.php:64 msgid "" "If you select this option, Icinga will force a check regardless of both what " "time the scheduled check occurs and whether or not checks are enabled." @@ -1934,7 +1941,7 @@ msgstr "" "Wenn diese Option aktiviert wird, erzwingt Icinga einen Check unabhängig vom " "eingeplanten Zeitraum, auch ungeachtet ob Checks aktiviert sind oder nicht." -#: /vagrant/modules/monitoring/application/controllers/ConfigController.php:175 +#: ../../../../modules/monitoring/application/controllers/ConfigController.php:175 msgid "" "If you still have any environments or views referring to this transport, you " "won't be able to send commands anymore after deletion." @@ -1943,7 +1950,7 @@ msgstr "" "verweisen, werden Sie nach ihrer Löschung keine Befehle mehr verschicken " "können." -#: /vagrant/modules/monitoring/application/forms/Command/Object/AddCommentCommandForm.php:59 +#: ../../../../modules/monitoring/application/forms/Command/Object/AddCommentCommandForm.php:59 msgid "" "If you uncheck this option, the comment will automatically be deleted the " "next time Icinga is restarted." @@ -1951,7 +1958,7 @@ msgstr "" "Wenn diese Option deaktiviert wird, wird der Kommentar beim nächsten " "Neustart von Icinga automatisch gelöscht." -#: /vagrant/modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:119 +#: ../../../../modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:119 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." @@ -1960,10 +1967,10 @@ msgstr "" "sich der Host/Service sich erholt hat, selbst wenn sich der Host- oder " "Servicestatus ändern." -#: /vagrant/modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:54 -#: /vagrant/modules/monitoring/application/forms/Command/Object/SendCustomNotificationCommandForm.php:48 -#: /vagrant/modules/monitoring/application/forms/Command/Object/AddCommentCommandForm.php:45 -#: /vagrant/modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:67 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:67 +#: ../../../../modules/monitoring/application/forms/Command/Object/SendCustomNotificationCommandForm.php:48 +#: ../../../../modules/monitoring/application/forms/Command/Object/AddCommentCommandForm.php:45 +#: ../../../../modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:54 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 " @@ -1974,7 +1981,7 @@ msgstr "" "auszutauschen. Stelle sicher, hier eine kurze Tätigkeitsbeschreibung " "einzutragen." -#: /vagrant/modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:67 +#: ../../../../modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:67 msgid "" "If you would like the comment to remain even when the acknowledgement is " "removed, check this option." @@ -1982,16 +1989,16 @@ msgstr "" "Diese Option aktivieren, wenn der Kommentar auch nach dem Löschen der " "Bestätigung bestehen bleiben soll." -#: /vagrant/modules/monitoring/application/views/helpers/HostFlags.php:22 -#: /vagrant/modules/monitoring/application/views/helpers/ServiceFlags.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" -#: /vagrant/modules/monitoring/application/views/scripts/downtime/show.phtml:151 +#: ../../../../modules/monitoring/application/views/scripts/downtime/show.phtml:151 msgid "In effect" msgstr "Aktiv" -#: /vagrant/modules/monitoring/application/views/scripts/downtime/show.phtml:131 +#: ../../../../modules/monitoring/application/views/scripts/downtime/show.phtml:131 msgid "" "Indicates the number of seconds that the scheduled downtime should last. " "This is usually only needed if this is a flexible downtime, which can start " @@ -2002,35 +2009,35 @@ msgstr "" "Downtime handelt. Diese kann zu einem variablen Zeitpunkt starten, aber " "dauert für die angegebene Dauer an." -#: /vagrant/modules/monitoring/application/views/scripts/show/components/command.phtml:7 +#: ../../../../modules/monitoring/application/views/scripts/show/components/command.phtml:7 msgid "Instance" msgstr "Instanz" -#: /vagrant/modules/monitoring/application/forms/Config/TransportConfigForm.php:201 +#: ../../../../modules/monitoring/application/forms/Config/TransportConfigForm.php:202 msgid "Instance Link" msgstr "Instanzverknüpfung" -#: /vagrant/modules/monitoring/application/forms/Config/TransportConfigForm.php:88 +#: ../../../../modules/monitoring/application/forms/Config/TransportConfigForm.php:89 #, php-format msgid "Invalid command transport type \"%s\" given" msgstr "Ungültiger Befehlstransport “%s” angegeben" -#: /vagrant/modules/monitoring/application/forms/Navigation/ActionForm.php:61 +#: ../../../../modules/monitoring/application/forms/Navigation/ActionForm.php:61 #, php-format msgid "Invalid filter provided. You can only use the following columns: %s" msgstr "" "Ungültiger Filter angegeben. Es können nur die folgenden Spalten verwendet " "werden: %s" -#: /vagrant/modules/monitoring/application/controllers/ListController.php:246 +#: ../../../../modules/monitoring/application/controllers/ListController.php:246 msgid "Is In Effect" msgstr "Ist aktiv" -#: /vagrant/modules/monitoring/application/views/scripts/show/components/checksource.phtml:11 +#: ../../../../modules/monitoring/application/views/scripts/show/components/checksource.phtml:11 msgid "Is reachable" msgstr "Ist erreichbar" -#: /vagrant/modules/monitoring/application/forms/Setup/WelcomePage.php:43 +#: ../../../../modules/monitoring/application/forms/Setup/WelcomePage.php:45 msgid "" "It offers various status and reporting views with powerful filter " "capabilities that allow you to keep track of the most important events in " @@ -2040,224 +2047,224 @@ msgstr "" "Filtermöglichkeiten an, die dabei helfen, die wichtigsten Ereignisse " "Monitoringumgebung im Blick zu behalten." -#: /vagrant/modules/monitoring/application/views/helpers/Perfdata.php:36 +#: ../../../../modules/monitoring/application/views/helpers/Perfdata.php:36 msgid "Label" msgstr "Label" -#: /vagrant/modules/monitoring/application/controllers/ListController.php:91 +#: ../../../../modules/monitoring/application/controllers/ListController.php:91 msgid "Last Check" msgstr "Letzter Check" -#: /vagrant/modules/monitoring/application/views/scripts/health/info.phtml:32 +#: ../../../../modules/monitoring/application/views/scripts/health/info.phtml:32 msgid "Last External Command Check" msgstr "Letzter Check für externes Kommando" -#: /vagrant/modules/monitoring/application/controllers/ListController.php:177 +#: ../../../../modules/monitoring/application/controllers/ListController.php:177 msgid "Last Host Check" msgstr "Letzter Host-Check" -#: /vagrant/modules/monitoring/application/views/scripts/health/info.phtml:36 +#: ../../../../modules/monitoring/application/views/scripts/health/info.phtml:36 msgid "Last Log File Rotation" msgstr "Letzte Logdateirotation" -#: /vagrant/modules/monitoring/application/controllers/ListController.php:171 +#: ../../../../modules/monitoring/application/controllers/ListController.php:171 msgid "Last Service Check" msgstr "Letzter Service-Check" -#: /vagrant/modules/monitoring/application/controllers/ListController.php:92 -#: /vagrant/modules/monitoring/application/controllers/ListController.php:172 +#: ../../../../modules/monitoring/application/controllers/ListController.php:92 +#: ../../../../modules/monitoring/application/controllers/ListController.php:172 msgid "Last State Change" msgstr "Letzte Statusänderung" -#: /vagrant/modules/monitoring/application/views/scripts/health/info.phtml:28 +#: ../../../../modules/monitoring/application/views/scripts/health/info.phtml:28 msgid "Last Status Update" msgstr "Letze Status-Aktualisierung" -#: /vagrant/modules/monitoring/application/views/scripts/show/components/checkstatistics.phtml:7 +#: ../../../../modules/monitoring/application/views/scripts/show/components/checkstatistics.phtml:7 msgid "Last check" msgstr "Letzter Check" -#: /vagrant/modules/monitoring/application/views/scripts/show/components/checkstatistics.phtml:7 +#: ../../../../modules/monitoring/application/views/scripts/show/components/checkstatistics.phtml:7 msgid "Last update" msgstr "Letze Aktualisierung" -#: /vagrant/modules/monitoring/configuration.php:290 +#: ../../../../modules/monitoring/configuration.php:290 msgid "Late Host Check Results" msgstr "Verspätete Host-Check Resultate" -#: /vagrant/modules/monitoring/configuration.php:294 +#: ../../../../modules/monitoring/configuration.php:294 msgid "Late Service Check Results" msgstr "Verspätete Service-Check-Ergebnisse" -#: /vagrant/modules/monitoring/application/views/scripts/health/stats.phtml:115 +#: ../../../../modules/monitoring/application/views/scripts/health/stats.phtml:115 msgid "Latency" msgstr "Latenz" -#: /vagrant/modules/monitoring/application/views/scripts/timeline/index.phtml:15 +#: ../../../../modules/monitoring/application/views/scripts/timeline/index.phtml:15 msgid "Legend" msgstr "Legende" -#: /vagrant/modules/monitoring/application/views/scripts/show/components/notes.phtml:17 -#: /vagrant/modules/monitoring/application/views/scripts/show/components/notes.phtml:18 -#: /vagrant/modules/monitoring/application/views/scripts/show/components/actions.phtml:17 -#: /vagrant/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 +#: ../../../../modules/monitoring/application/views/scripts/show/components/actions.phtml:17 +#: ../../../../modules/monitoring/application/views/scripts/show/components/actions.phtml:18 msgid "Link opens in new window" msgstr "Link öffnet sich in einem neuen Fenster" -#: /vagrant/modules/monitoring/application/views/scripts/list/hosts.phtml:73 +#: ../../../../modules/monitoring/application/views/scripts/list/hosts.phtml:73 #, php-format msgid "List %s unhandled service problem on host %s" msgid_plural "List %s unhandled service problems on host %s" msgstr[0] "Zeige %s unbehandelte Serviceproblem auf Host %s" msgstr[1] "Zeige %s unbehandelte Serviceprobleme auf Host %s" -#: /vagrant/modules/monitoring/application/views/scripts/timeline/index.phtml:110 +#: ../../../../modules/monitoring/application/views/scripts/timeline/index.phtml:110 #, php-format msgctxt "timeline.link.title" msgid "List %u %s registered %s" msgstr "Zeige %u %s eingetragene %s" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/hostservicechecks.phtml:26 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/hostservicechecks.phtml:26 #, php-format msgid "List %u actively checked host" msgid_plural "List %u actively checked hosts" msgstr[0] "Zeige %u aktiv überwachten Host" msgstr[1] "Zeige %u aktiv überwachte Hosts" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/hostservicechecks.phtml:82 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/hostservicechecks.phtml:82 #, php-format msgid "List %u actively checked service" msgid_plural "List %u actively checked services" msgstr[0] "Zeige %u aktiv überwachten Service" msgstr[1] "Zeige %u aktiv überwachte Services" -#: /vagrant/modules/monitoring/application/views/scripts/list/components/hostssummary.phtml:17 +#: ../../../../modules/monitoring/application/views/scripts/list/components/hostssummary.phtml:17 #, php-format msgid "List %u host" msgid_plural "List all %u hosts" msgstr[0] "Zeige %u Host" msgstr[1] "Zeige alle %u Hosts" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:29 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:29 #, php-format msgid "List %u host for which flap detection has been disabled" msgid_plural "List %u hosts for which flap detection has been disabled" msgstr[0] "Zeige %u Host, für welchen die Flap-Erkennung deaktiviert wurde" msgstr[1] "Zeige %u Hosts, für welche die Flap-Erkennung deaktiviert wurde" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:150 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:150 #, php-format msgid "List %u host for which notifications are suppressed" msgid_plural "List %u hosts for which notifications are suppressed" msgstr[0] "Zeige %u Host, für welchen Benachrichtigungen deaktiviert wurden" msgstr[1] "Zeige %u Hosts, für welche Benachrichtigungen deaktiviert wurden" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:59 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:59 #, php-format msgid "List %u host that is currently flapping" msgid_plural "List %u hosts which are currently flapping" msgstr[0] "Zeige %u Host, der gerade im Zustand FLAPPING ist" msgstr[1] "Zeige %u Hosts, die gerade im Zustand FLAPPING sind" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/problem_hosts.phtml:18 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/problem_hosts.phtml:18 #, php-format msgid "List %u host that is currently in state DOWN" msgid_plural "List %u hosts which are currently in state DOWN" msgstr[0] "Zeige %u Host, der gerade DOWN ist" msgstr[1] "Zeige %u Hosts, die gerade DOWN sind" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/ok_hosts.phtml:41 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/ok_hosts.phtml:41 #, php-format msgid "List %u host that is currently in state PENDING" msgid_plural "List %u hosts which are currently in state PENDING" msgstr[0] "Zeige %u Host, der gerade AUSSTEHEND ist" msgstr[1] "Zeige %u Hosts, die gerade AUSSTEHEND sind" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/problem_hosts.phtml:40 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/problem_hosts.phtml:40 #, php-format msgid "List %u host that is currently in state UNREACHABLE" msgid_plural "List %u hosts which are currently in state UNREACHABLE" msgstr[0] "Zeige %u Host, der gerade UNERREICHBAR ist" msgstr[1] "Zeige %u Hosts, die gerade UNREACHABLE sind" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/ok_hosts.phtml:23 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/ok_hosts.phtml:23 #, php-format msgid "List %u host that is currently in state UP" msgid_plural "List %u hosts which are currently in state UP" msgstr[0] "Zeige %u Host, der gerade UP ist" msgstr[1] "Zeige %u Hosts, die gerade UP sind" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/hostservicechecks.phtml:62 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/hostservicechecks.phtml:62 #, php-format msgid "List %u host that is not being checked at all" msgid_plural "List %u hosts which are not being checked at all" msgstr[0] "Zeige %u Host, der nicht überwacht wird" msgstr[1] "Zeige %u Hosts, die nicht überwacht werden" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:229 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:229 #, php-format msgid "List %u host that is not processing any event handlers" msgid_plural "List %u hosts which are not processing any event handlers" msgstr[0] "Zeige %u Host, der keine Eventhandler verarbeitet" msgstr[1] "Zeige %u Hosts, die keine Eventhandler verarbeiten" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/hostservicechecks.phtml:44 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/hostservicechecks.phtml:44 #, php-format msgid "List %u passively checked host" msgid_plural "List %u passively checked hosts" msgstr[0] "Zeige %u passiv überwachten Host" msgstr[1] "Zeige %u passiv überwachte Hosts" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/hostservicechecks.phtml:100 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/hostservicechecks.phtml:100 #, php-format msgid "List %u passively checked service" msgid_plural "List %u passively checked services" msgstr[0] "Zeige %u passiv überwachten Service" msgstr[1] "Zeige %u passiv überwachte Services" -#: /vagrant/modules/monitoring/application/views/scripts/list/components/servicesummary.phtml:20 +#: ../../../../modules/monitoring/application/views/scripts/list/components/servicesummary.phtml:20 #, php-format msgid "List %u service" msgid_plural "List all %u services" msgstr[0] "Zeige %u Service" msgstr[1] "Zeige alle %u Services" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:84 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:84 #, php-format msgid "List %u service for which flap detection has been disabled" msgid_plural "List %u services for which flap detection has been disabled" msgstr[0] "Zeige %u Service, für den die Flap-Erkennung deaktiviert wurde" msgstr[1] "Zeige %u Services, für welche die Flap-Erkennung deaktiviert wurde" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:184 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:184 #, php-format msgid "List %u service for which notifications are suppressed" msgid_plural "List %u services for which notifications are suppressed" msgstr[0] "Zeige %u Service, für den Benachrichtigungen unterdrückt werden" msgstr[1] "Zeige %u Services, für welche Benachrichtigungen unterdrückt werden" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:114 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:114 #, php-format msgid "List %u service that is currently flapping" msgid_plural "List %u services which are currently flapping" msgstr[0] "Zeige %u Service, der gerade im Zustand FLAPPING ist" msgstr[1] "Zeige %u Services, die gerade im Zustand FLAPPING sind" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:20 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:20 #, php-format msgid "List %u service that is currently in state CRITICAL" msgid_plural "List %u services which are currently in state CRITICAL" msgstr[0] "Zeige %u Service, der gerade KRITISCH ist" msgstr[1] "Zeige %u Services, die gerade KRITISCH sind" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:41 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:41 #, php-format msgid "List %u service that is currently in state CRITICAL (Handled)" msgid_plural "List %u services which are currently in state CRITICAL (Handled)" msgstr[0] "Zeige %u Service im Zustand KRITISCH (behandelt)" msgstr[1] "Zeige %u Services im Zustand KRITISCH (behandelt)" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:95 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:95 #, php-format msgid "" "List %u service that is currently in state CRITICAL and not checked at all" @@ -2267,7 +2274,7 @@ msgstr[0] "Zeige %u Service, der gerade KRITISCH ist und nicht überwacht wird" msgstr[1] "" "Zeige %u Services, die gerade KRITISCH sind und nicht überwacht werden" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:68 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:68 #, php-format msgid "" "List %u service that is currently in state CRITICAL and passively checked" @@ -2276,14 +2283,14 @@ msgid_plural "" msgstr[0] "Zeige %u Service, der gerade KRITISCH und passiv überwacht ist" msgstr[1] "Zeige %u Services, die gerade KRITISCH und passiv überwacht sind" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:314 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:314 #, php-format msgid "List %u service that is currently in state OK" msgid_plural "List %u services which are currently in state OK" msgstr[0] "Zeige %u Service der gerade OK ist" msgstr[1] "Zeige %u Services die gerade OK sind" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:340 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:340 #, php-format msgid "List %u service that is currently in state OK and not checked at all" msgid_plural "" @@ -2291,14 +2298,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" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:361 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:361 #, 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" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:387 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:387 #, php-format msgid "" "List %u service that is currently in state PENDING and not checked at all" @@ -2309,21 +2316,21 @@ msgstr[0] "" msgstr[1] "" "Zeige %u Services, die gerade AUSSTEHEND sind und nicht überwacht werden" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:218 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:218 #, php-format msgid "List %u service that is currently in state UNKNOWN" msgid_plural "List %u services which are currently in state UNKNOWN" msgstr[0] "Zeige %u Service, der gerade UNBEKANNT ist" msgstr[1] "Zeige %u Services, die gerade UNBEKANNT sind" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:239 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:239 #, php-format msgid "List %u service that is currently in state UNKNOWN (Handled)" msgid_plural "List %u services which are currently in state UNKNOWN (Handled)" msgstr[0] "Zeige %u Service, der gerade UNBEKANNT ist (behandelt)" msgstr[1] "Zeige %u Services, die gerade UNBEKANNT sind (behandelt)" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:293 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:293 #, php-format msgid "" "List %u service that is currently in state UNKNOWN and not checked at all" @@ -2333,7 +2340,7 @@ msgstr[0] "Zeige %u Service, der gerade UNBEKANNT ist und nicht überwacht wird" msgstr[1] "" "Zeige %u Services, die gerade UNBEKANNT sind und nicht überwacht werden" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:266 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:266 #, php-format msgid "" "List %u service that is currently in state UNKNOWN and passively checked" @@ -2344,21 +2351,21 @@ msgstr[0] "" msgstr[1] "" "Zeige %u Services, die gerade UNBEKANNT sind und passiv überwacht werden" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:119 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:119 #, php-format msgid "List %u service that is currently in state WARNING" msgid_plural "List %u services which are currently in state WARNING" msgstr[0] "Zeige %u Service, der gerade WARNUNG ist" msgstr[1] "Zeige %u Services, die gerade WARNUNG sind" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:140 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:140 #, php-format msgid "List %u service that is currently in state WARNING (Handled)" msgid_plural "List %u services which are currently in state WARNING (Handled)" msgstr[0] "Zeige %u Service, der gerade WARNUNG ist (behandelt)" msgstr[1] "Zeige %u Services, die gerade WARNUNG sind (behandelt)" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:194 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:194 #, php-format msgid "" "List %u service that is currently in state WARNING and not checked at all" @@ -2368,7 +2375,7 @@ msgstr[0] "Zeige %u Service, der gerade WARNUNG ist und nicht überwacht wird" msgstr[1] "" "Zeige %u Services, die gerade WARNUNG sind und nicht überwacht werden" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:167 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml:167 #, php-format msgid "" "List %u service that is currently in state WARNING and passively checked" @@ -2378,248 +2385,248 @@ msgstr[0] "Zeige %u Service, der gerade WARNUNG ist und passiv überwacht wird" msgstr[1] "" "Zeige %u Services, die gerade WARNUNG sind und passiv überwacht werden" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/hostservicechecks.phtml:118 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/hostservicechecks.phtml:118 #, php-format msgid "List %u service that is not being checked at all" msgid_plural "List %u services which are not being checked at all" msgstr[0] "Zeige %u Service, der gerade nicht überwacht wird" msgstr[1] "Zeige %u Services, die gerade nicht überwacht werden" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:263 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:263 #, php-format msgid "List %u service that is not processing any event handlers" msgid_plural "List %u services which are not processing any event handlers" msgstr[0] "Zeige %u Service, der keine Eventhandler verarbeitet" msgstr[1] "Zeige %u Services, die keine Eventhandler verarbeiten" -#: /vagrant/modules/monitoring/application/views/scripts/partials/comment/comments-header.phtml:23 +#: ../../../../modules/monitoring/application/views/scripts/partials/comment/comments-header.phtml:23 #, php-format msgid "List all %d comments" msgstr "Zeige alle %d Kommentare" -#: /vagrant/modules/monitoring/application/views/scripts/partials/downtime/downtimes-header.phtml:31 +#: ../../../../modules/monitoring/application/views/scripts/partials/downtime/downtimes-header.phtml:31 #, php-format msgid "List all %d downtimes" msgstr "Zeige alle %d Downtimes" -#: /vagrant/modules/monitoring/application/views/scripts/partials/host/objects-header.phtml:32 +#: ../../../../modules/monitoring/application/views/scripts/partials/host/objects-header.phtml:32 #, php-format msgid "List all %d hosts" msgstr "Zeige alle %d Hosts" -#: /vagrant/modules/monitoring/application/views/scripts/partials/service/objects-header.phtml:36 +#: ../../../../modules/monitoring/application/views/scripts/partials/service/objects-header.phtml:36 #, php-format msgid "List all %d services" msgstr "Zeige alle %d Services" -#: /vagrant/modules/monitoring/application/views/scripts/timeline/index.phtml:74 +#: ../../../../modules/monitoring/application/views/scripts/timeline/index.phtml:74 #, php-format msgctxt "timeline.link.title" msgid "List all event records registered %s" msgstr "Alle Ereigniseinträge auflisten, die %s registriert wurden" -#: /vagrant/modules/monitoring/application/views/scripts/list/hostgroups.phtml:43 -#: /vagrant/modules/monitoring/application/views/scripts/show/components/hostgroups.phtml:11 +#: ../../../../modules/monitoring/application/views/scripts/list/hostgroups.phtml:43 +#: ../../../../modules/monitoring/application/views/scripts/show/components/hostgroups.phtml:11 #, php-format msgid "List all hosts in the group \"%s\"" msgstr "Zeige alle Hosts in der Gruppe “%s”" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:43 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:43 #, fuzzy msgid "List all hosts, for which flap detection is enabled entirely" msgstr "Zeige alle Hosts, für die die Flap-Erkennung aktiv ist" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:164 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:164 #, fuzzy msgid "List all hosts, for which notifications are enabled entirely" msgstr "Zeige alle Hosts, für die Benachrichtigungen aktiv sind" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:243 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:243 #, fuzzy msgid "List all hosts, which are processing event handlers entirely" msgstr "Zeige alle Hosts, welche Eventhandler verarbeiten" -#: /vagrant/modules/monitoring/application/views/scripts/list/servicegrid.phtml:56 +#: ../../../../modules/monitoring/application/views/scripts/list/servicegrid.phtml:56 #, php-format msgid "List all reported services on host %s" msgstr "Zeige alle gemeldeten Services auf Host %s" -#: /vagrant/modules/monitoring/application/views/scripts/list/servicegroups.phtml:38 -#: /vagrant/modules/monitoring/application/views/scripts/show/components/servicegroups.phtml:11 +#: ../../../../modules/monitoring/application/views/scripts/list/servicegroups.phtml:38 +#: ../../../../modules/monitoring/application/views/scripts/show/components/servicegroups.phtml:11 #, php-format msgid "List all services in the group \"%s\"" msgstr "Zeige alle Services in der Gruppe “%s”" -#: /vagrant/modules/monitoring/application/views/scripts/list/hostgroups.phtml:141 +#: ../../../../modules/monitoring/application/views/scripts/list/hostgroups.phtml:141 #, php-format msgid "List all services of all hosts in host group \"%s\"" msgstr "Zeige alle Services von allen Hosts in der Hostgruppe %s" -#: /vagrant/modules/monitoring/library/Monitoring/Web/Controller/MonitoredObjectController.php:231 +#: ../../../../modules/monitoring/library/Monitoring/Web/Controller/MonitoredObjectController.php:231 #, php-format msgid "List all services on host %s" msgstr "Zeige alle Services von Host %s" -#: /vagrant/modules/monitoring/application/views/scripts/list/servicegrid.phtml:36 +#: ../../../../modules/monitoring/application/views/scripts/list/servicegrid.phtml:36 #, 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" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:98 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:98 #, fuzzy msgid "List all services, for which flap detection is enabled entirely" msgstr "Zeige alle Hosts, für die die Flap-Erkennung aktiv ist" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:198 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:198 #, fuzzy msgid "List all services, for which notifications are enabled entirely" msgstr "Zeige alle Hosts, für die Benachrichtigungen aktiv sind" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:277 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:277 msgid "List all services, which are processing event handlers entirely" msgstr "Alle Hosts auflisten, welche Eventhandler verarbeiten" -#: /vagrant/modules/monitoring/application/controllers/ListController.php:412 +#: ../../../../modules/monitoring/application/controllers/ListController.php:412 msgid "List comments" msgstr "Zeige Kommentare" -#: /vagrant/modules/monitoring/application/controllers/ListController.php:383 +#: ../../../../modules/monitoring/application/controllers/ListController.php:383 msgid "List contact groups" msgstr "Zeige Kontaktgruppen" -#: /vagrant/modules/monitoring/application/controllers/ListController.php:309 +#: ../../../../modules/monitoring/application/controllers/ListController.php:309 msgid "List contacts" msgstr "Zeige Kontakte" -#: /vagrant/modules/monitoring/application/views/scripts/show/components/contacts.phtml:29 +#: ../../../../modules/monitoring/application/views/scripts/show/components/contacts.phtml:29 #, php-format msgid "List contacts in contact-group \"%s\"" msgstr "Zeige Kontakte in der Kontaktgruppe “%s”" -#: /vagrant/modules/monitoring/application/controllers/ListController.php:213 +#: ../../../../modules/monitoring/application/controllers/ListController.php:213 msgid "List downtimes" msgstr "Zeige Downtimes" -#: /vagrant/modules/monitoring/application/controllers/ListController.php:549 +#: ../../../../modules/monitoring/application/controllers/ListController.php:549 msgid "List event records" msgstr "Zeige Ereigniseinträge" -#: /vagrant/modules/monitoring/application/controllers/ListController.php:504 +#: ../../../../modules/monitoring/application/controllers/ListController.php:504 msgid "List host groups" msgstr "Zeige Hostgruppen" -#: /vagrant/modules/monitoring/application/controllers/ListController.php:49 +#: ../../../../modules/monitoring/application/controllers/ListController.php:49 msgid "List hosts" msgstr "Zeige Hosts" -#: /vagrant/modules/monitoring/application/controllers/ListController.php:274 +#: ../../../../modules/monitoring/application/controllers/ListController.php:274 msgid "List notifications" msgstr "Zeige Benachrichtigungen" -#: /vagrant/modules/monitoring/application/controllers/ListController.php:464 +#: ../../../../modules/monitoring/application/controllers/ListController.php:464 msgid "List service groups" msgstr "Servicegruppen auflisten" -#: /vagrant/modules/monitoring/application/controllers/ListController.php:124 +#: ../../../../modules/monitoring/application/controllers/ListController.php:124 msgid "List services" msgstr "Zeige Services" -#: /vagrant/modules/monitoring/library/Monitoring/BackendStep.php:157 +#: ../../../../modules/monitoring/library/Monitoring/BackendStep.php:157 msgid "Livestatus Resource" msgstr "Livestatus Ressource" -#: /vagrant/modules/monitoring/application/views/scripts/partials/event-history.phtml:202 +#: ../../../../modules/monitoring/application/views/scripts/partials/event-history.phtml:200 msgid "Load More" msgstr "Mehr laden" -#: /vagrant/modules/monitoring/application/views/scripts/list/servicegrid.phtml:93 -#: /vagrant/modules/monitoring/application/views/scripts/list/servicegrid.phtml:114 +#: ../../../../modules/monitoring/application/views/scripts/list/servicegrid.phtml:93 +#: ../../../../modules/monitoring/application/views/scripts/list/servicegrid.phtml:114 msgid "Load more" msgstr "Mehr laden" -#: /vagrant/modules/monitoring/application/forms/Config/TransportConfigForm.php:223 +#: ../../../../modules/monitoring/application/forms/Config/TransportConfigForm.php:225 msgid "Local Command File" msgstr "Lokale Befehlsdatei" -#: /vagrant/modules/monitoring/application/forms/Config/Transport/RemoteTransportForm.php:89 +#: ../../../../modules/monitoring/application/forms/Config/Transport/RemoteTransportForm.php:89 msgid "Make use of the ssh identity resource" msgstr "Verwende die SSH-Identitätsressource" -#: /vagrant/modules/monitoring/application/views/helpers/Perfdata.php:39 +#: ../../../../modules/monitoring/application/views/helpers/Perfdata.php:39 msgid "Max" msgstr "Maximum" -#: /vagrant/modules/monitoring/application/controllers/AlertsummaryController.php:444 +#: ../../../../modules/monitoring/application/controllers/AlertsummaryController.php:444 msgid "Max (min)" msgstr "Maximum (Min.)" -#: /vagrant/modules/monitoring/application/views/helpers/Perfdata.php:38 +#: ../../../../modules/monitoring/application/views/helpers/Perfdata.php:38 msgid "Min" msgstr "Minimum" -#: /vagrant/modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:147 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:147 msgid "Minutes" msgstr "Minuten" -#: /vagrant/modules/monitoring/application/views/scripts/config/index.phtml:21 +#: ../../../../modules/monitoring/application/views/scripts/config/index.phtml:21 msgid "Monitoring Backend" msgstr "Monitoring-Backend" -#: /vagrant/modules/monitoring/application/forms/Setup/BackendPage.php:14 -#: /vagrant/modules/monitoring/library/Monitoring/BackendStep.php:73 +#: ../../../../modules/monitoring/library/Monitoring/BackendStep.php:73 +#: ../../../../modules/monitoring/application/forms/Setup/BackendPage.php:14 msgctxt "setup.page.title" msgid "Monitoring Backend" msgstr "Monitoring-Backend" -#: /vagrant/modules/monitoring/application/views/scripts/config/index.phtml:7 +#: ../../../../modules/monitoring/application/views/scripts/config/index.phtml:7 msgid "Monitoring Backends" msgstr "Monitoring-Backends" -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:3 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:3 msgid "Monitoring Features" msgstr "Monitoring-Features" -#: /vagrant/modules/monitoring/configuration.php:245 +#: ../../../../modules/monitoring/configuration.php:245 msgid "Monitoring Health" msgstr "Monitoring-Status" -#: /vagrant/modules/monitoring/application/forms/Setup/IdoResourcePage.php:21 +#: ../../../../modules/monitoring/application/forms/Setup/IdoResourcePage.php:21 msgctxt "setup.page.title" msgid "Monitoring IDO Resource" msgstr "Monitoring-IDO-Ressource" -#: /vagrant/modules/monitoring/application/forms/Setup/LivestatusResourcePage.php:14 +#: ../../../../modules/monitoring/application/forms/Setup/LivestatusResourcePage.php:14 msgctxt "setup.page.title" msgid "Monitoring Livestatus Resource" msgstr "Monitoring-Livestatus-Ressource" -#: /vagrant/modules/monitoring/application/forms/Setup/SecurityPage.php:14 -#: /vagrant/modules/monitoring/library/Monitoring/SecurityStep.php:42 +#: ../../../../modules/monitoring/library/Monitoring/SecurityStep.php:42 +#: ../../../../modules/monitoring/application/forms/Setup/SecurityPage.php:14 msgctxt "setup.page.title" msgid "Monitoring Security" msgstr "Monitoring-Sicherheit" -#: /vagrant/modules/monitoring/application/controllers/ConfigController.php:79 +#: ../../../../modules/monitoring/application/controllers/ConfigController.php:79 #, php-format msgid "Monitoring backend \"%s\" not found" msgstr "Das Monitoring-Backend “%s” wurde nicht gefunden" -#: /vagrant/modules/monitoring/application/controllers/ConfigController.php:149 +#: ../../../../modules/monitoring/application/controllers/ConfigController.php:149 #, php-format msgid "Monitoring backend \"%s\" successfully removed" msgstr "Das Monitoring-Backend “%s” wurde erfolgreich entfernt" -#: /vagrant/modules/monitoring/application/controllers/ConfigController.php:68 +#: ../../../../modules/monitoring/application/controllers/ConfigController.php:68 #, php-format msgid "Monitoring backend \"%s\" successfully updated" msgstr "Das Monitoring-Backend “%s” wurde erfolgreich aktualisiert" -#: /vagrant/modules/monitoring/library/Monitoring/Web/Navigation/Renderer/BackendAvailabilityNavigationItemRenderer.php:55 +#: ../../../../modules/monitoring/library/Monitoring/Web/Navigation/Renderer/BackendAvailabilityNavigationItemRenderer.php:55 #, php-format msgid "Monitoring backend %s is not running" msgstr "Das Monitoring-Backend %s läuft nicht" -#: /vagrant/modules/monitoring/library/Monitoring/BackendStep.php:189 +#: ../../../../modules/monitoring/library/Monitoring/BackendStep.php:189 #, php-format msgid "" "Monitoring backend configuration could not be written to: %s. An error " @@ -2628,18 +2635,18 @@ msgstr "" "Die Konfiguration für das Monitoring-Backend konnte nicht nach “%s” " "geschrieben werden. Ein Fehler ist aufgetreten:" -#: /vagrant/modules/monitoring/library/Monitoring/BackendStep.php:182 +#: ../../../../modules/monitoring/library/Monitoring/BackendStep.php:182 #, php-format msgid "Monitoring backend configuration has been successfully written to: %s" msgstr "" "Die Konfiguration für das Monitoring-Backend wurde erfolgreich nach “%s” " "geschrieben." -#: /vagrant/modules/monitoring/application/controllers/ConfigController.php:116 +#: ../../../../modules/monitoring/application/controllers/ConfigController.php:116 msgid "Monitoring backend successfully created" msgstr "Monitoring-Backend erfolgreich angelegt" -#: /vagrant/modules/monitoring/library/Monitoring/SecurityStep.php:76 +#: ../../../../modules/monitoring/library/Monitoring/SecurityStep.php:76 #, php-format msgid "" "Monitoring security configuration could not be written to: %s. An error " @@ -2648,362 +2655,362 @@ msgstr "" "Die Sicherheitskonfiguration für das Monitoring konnte nicht nach “%s” " "geschrieben werden. Ein Fehler ist aufgetreten:" -#: /vagrant/modules/monitoring/library/Monitoring/SecurityStep.php:68 +#: ../../../../modules/monitoring/library/Monitoring/SecurityStep.php:68 #, php-format msgid "Monitoring security configuration has been successfully created: %s" msgstr "" "Die Sicherheitskonfiguration für das Monitoring wurde erfolgreich angelegt: " "%s" -#: /vagrant/modules/monitoring/application/controllers/AlertsummaryController.php:648 +#: ../../../../modules/monitoring/application/controllers/AlertsummaryController.php:648 msgid "Month" msgstr "Monat" -#: /vagrant/modules/monitoring/configuration.php:309 +#: ../../../../modules/monitoring/configuration.php:309 msgid "Muted" msgstr "Stumm" -#: /vagrant/modules/monitoring/application/views/scripts/health/info.phtml:21 -#: /vagrant/modules/monitoring/application/views/scripts/health/info.phtml:39 -#: /vagrant/modules/monitoring/application/views/scripts/health/info.phtml:45 -#: /vagrant/modules/monitoring/application/views/scripts/health/info.phtml:51 -#: /vagrant/modules/monitoring/application/views/scripts/health/info.phtml:57 +#: ../../../../modules/monitoring/application/views/scripts/health/info.phtml:21 +#: ../../../../modules/monitoring/application/views/scripts/health/info.phtml:39 +#: ../../../../modules/monitoring/application/views/scripts/health/info.phtml:45 +#: ../../../../modules/monitoring/application/views/scripts/health/info.phtml:51 +#: ../../../../modules/monitoring/application/views/scripts/health/info.phtml:57 msgid "N/A" msgstr "Nicht verfügbar" -#: /vagrant/modules/monitoring/application/views/scripts/partials/event-history.phtml:51 +#: ../../../../modules/monitoring/application/views/scripts/partials/event-history.phtml:51 msgid "NOTIFICATION" msgstr "BENACHRICHTIGUNG" -#: /vagrant/modules/monitoring/application/views/scripts/list/contacts.phtml:20 -#: /vagrant/modules/monitoring/application/controllers/ListController.php:326 +#: ../../../../modules/monitoring/application/views/scripts/list/contacts.phtml:20 +#: ../../../../modules/monitoring/application/controllers/ListController.php:326 msgid "Name" msgstr "Name" -#: /vagrant/modules/monitoring/application/forms/Config/SecurityConfigForm.php:31 +#: ../../../../modules/monitoring/application/forms/Config/SecurityConfigForm.php:31 msgid "New security configuration has successfully been stored" msgstr "Die neue Sicherheitskonfiguration wurde erfolgreich gespeichert" -#: /vagrant/modules/monitoring/application/views/scripts/show/components/checkstatistics.phtml:22 +#: ../../../../modules/monitoring/application/views/scripts/show/components/checkstatistics.phtml:22 msgid "Next check" msgstr "Nächster Check" -#: /vagrant/modules/monitoring/application/views/scripts/show/components/checkstatistics.phtml:22 +#: ../../../../modules/monitoring/application/views/scripts/show/components/checkstatistics.phtml:22 msgid "Next update" msgstr "Nächste Aktualisierung" -#: /vagrant/modules/monitoring/application/views/scripts/comment/show.phtml:48 -#: /vagrant/modules/monitoring/application/views/scripts/downtime/show.phtml:155 +#: ../../../../modules/monitoring/application/views/scripts/downtime/show.phtml:155 +#: ../../../../modules/monitoring/application/views/scripts/comment/show.phtml:48 msgid "No" msgstr "Nein" -#: /vagrant/modules/monitoring/library/Monitoring/Backend/MonitoringBackend.php:176 +#: ../../../../modules/monitoring/library/Monitoring/Backend/MonitoringBackend.php:173 msgid "No backend has been configured" msgstr "Es wurde kein Backend konfiguriert" -#: /vagrant/modules/monitoring/library/Monitoring/Command/Transport/CommandTransport.php:41 +#: ../../../../modules/monitoring/library/Monitoring/Command/Transport/CommandTransport.php:42 #, php-format msgid "No command transports have been configured in \"%s\"." msgstr "Kein Befehlstransport konfiguriert in “%s”." -#: /vagrant/modules/monitoring/application/views/scripts/list/comments.phtml:15 +#: ../../../../modules/monitoring/application/views/scripts/list/comments.phtml:15 msgid "No comments found matching the filter" msgstr "Zu diesem Filter wurden keine Kommentare gefunden" -#: /vagrant/modules/monitoring/library/Monitoring/Backend/MonitoringBackend.php:189 +#: ../../../../modules/monitoring/library/Monitoring/Backend/MonitoringBackend.php:184 #, php-format msgid "No configuration for backend %s" msgstr "Keine Konfiguration für Backend %s" -#: /vagrant/modules/monitoring/application/views/scripts/list/contactgroups.phtml:16 +#: ../../../../modules/monitoring/application/views/scripts/list/contactgroups.phtml:16 msgid "No contact groups found matching the filter" msgstr "Zu diesem Filter wurden keine Kontaktgruppen gefunden" -#: /vagrant/modules/monitoring/application/views/scripts/list/contacts.phtml:14 +#: ../../../../modules/monitoring/application/views/scripts/list/contacts.phtml:14 msgid "No contacts found matching the filter" msgstr "Zu diesem Filter wurden keine Kontakte gefunden" -#: /vagrant/modules/monitoring/application/views/scripts/list/downtimes.phtml:19 +#: ../../../../modules/monitoring/application/views/scripts/list/downtimes.phtml:19 msgid "No downtimes found matching the filter." msgstr "Zu diesem Filter wurden keine Downtimes gefunden." -#: /vagrant/modules/monitoring/application/views/scripts/partials/event-history.phtml:31 +#: ../../../../modules/monitoring/application/views/scripts/partials/event-history.phtml:31 msgid "No historical events found matching the filter." msgstr "Zu diesem Filter wurden keine historischen Ereignisse gefunden." -#: /vagrant/modules/monitoring/application/views/scripts/list/hostgroups.phtml:18 +#: ../../../../modules/monitoring/application/views/scripts/list/hostgroups.phtml:18 msgid "No host groups found matching the filter." msgstr "Zu diesem Filter wurden keine Hostgruppen gefunden." -#: /vagrant/modules/monitoring/application/views/scripts/hosts/show.phtml:18 +#: ../../../../modules/monitoring/application/views/scripts/hosts/show.phtml:18 msgid "No hosts found matching the filter" msgstr "Zu diesem Filter wurden keine Hosts gefunden" -#: /vagrant/modules/monitoring/application/views/scripts/list/hosts.phtml:17 +#: ../../../../modules/monitoring/application/views/scripts/list/hosts.phtml:17 msgid "No hosts found matching the filter." msgstr "Zu diesem Filter wurden keine Hosts gefunden." -#: /vagrant/modules/monitoring/application/views/scripts/show/components/notifications.phtml:62 +#: ../../../../modules/monitoring/application/views/scripts/show/components/notifications.phtml:62 msgid "No notification has been sent for this issue." msgstr "Für dieses Problem wurde keine Benachrichtigung gesendet." -#: /vagrant/modules/monitoring/application/views/scripts/list/notifications.phtml:18 +#: ../../../../modules/monitoring/application/views/scripts/list/notifications.phtml:18 msgid "No notifications found matching the filter." msgstr "Zu diesem Filter wurde keine Benachrichtigung gefunden." -#: /vagrant/modules/monitoring/application/views/scripts/show/contact.phtml:69 +#: ../../../../modules/monitoring/application/views/scripts/show/contact.phtml:69 msgid "No notifications have been sent for this contact" msgstr "Für dieses Problem wurde keine Benachrichtigung gesendet" -#: /vagrant/modules/monitoring/application/views/scripts/list/servicegroups.phtml:16 +#: ../../../../modules/monitoring/application/views/scripts/list/servicegroups.phtml:16 msgid "No service groups found matching the filter." msgstr "Zu diesem Filter wurden keine Servicegruppen gefunden." -#: /vagrant/modules/monitoring/application/views/scripts/services/show.phtml:20 +#: ../../../../modules/monitoring/application/views/scripts/services/show.phtml:20 msgid "No services found matching the filter" msgstr "Zu diesem Filter wurden keine Services gefunden" -#: /vagrant/modules/monitoring/application/views/scripts/list/servicegrid.phtml:14 -#: /vagrant/modules/monitoring/application/views/scripts/list/services.phtml:18 +#: ../../../../modules/monitoring/application/views/scripts/list/services.phtml:18 +#: ../../../../modules/monitoring/application/views/scripts/list/servicegrid.phtml:14 msgid "No services found matching the filter." msgstr "Zu diesem Filter wurden keine Services gefunden." -#: /vagrant/modules/monitoring/application/views/scripts/list/eventgrid.phtml:77 +#: ../../../../modules/monitoring/application/views/scripts/list/eventgrid.phtml:77 msgid "No state changes in the selected time period." msgstr "Keine Zustandsänderungen im gewählten Zeitabschnitt." -#: /vagrant/modules/monitoring/application/views/scripts/show/contact.phtml:12 +#: ../../../../modules/monitoring/application/views/scripts/show/contact.phtml:12 msgid "No such contact" msgstr "Der gewünschte Kontakt existiert nicht" -#: /vagrant/modules/monitoring/application/forms/Config/TransportConfigForm.php:196 +#: ../../../../modules/monitoring/application/forms/Config/TransportConfigForm.php:197 msgctxt "command transport instance association" msgid "None" msgstr "Keines" -#: /vagrant/modules/monitoring/library/Monitoring/SecurityStep.php:56 +#: ../../../../modules/monitoring/library/Monitoring/SecurityStep.php:56 msgctxt "monitoring.protected_customvars" msgid "None" msgstr "Keines" -#: /vagrant/modules/monitoring/application/views/scripts/show/components/acknowledgement.phtml:57 +#: ../../../../modules/monitoring/application/views/scripts/show/components/acknowledgement.phtml:57 msgid "Not acknowledged" msgstr "Nicht bestätigt" -#: /vagrant/modules/monitoring/application/views/scripts/show/components/checksource.phtml:13 +#: ../../../../modules/monitoring/application/views/scripts/show/components/checksource.phtml:13 msgid "Not reachable" msgstr "Nicht erreichbar" -#: /vagrant/modules/monitoring/application/views/scripts/list/notifications.phtml:68 +#: ../../../../modules/monitoring/application/views/scripts/list/notifications.phtml:68 msgid "Not sent out to any contact" msgstr "An keinen Kontakt gesendet" -#: /vagrant/modules/monitoring/application/views/scripts/show/components/notes.phtml:37 +#: ../../../../modules/monitoring/application/views/scripts/show/components/notes.phtml:37 msgid "Notes" msgstr "Bemerkungen" -#: /vagrant/modules/monitoring/application/views/scripts/partials/object/quick-actions.phtml:80 -#: /vagrant/modules/monitoring/application/views/scripts/partials/object/quick-actions.phtml:94 +#: ../../../../modules/monitoring/application/views/scripts/partials/object/quick-actions.phtml:80 +#: ../../../../modules/monitoring/application/views/scripts/partials/object/quick-actions.phtml:94 msgid "Notification" msgstr "Benachrichtigung" -#: /vagrant/modules/monitoring/application/views/scripts/partials/event-history.phtml:50 +#: ../../../../modules/monitoring/application/views/scripts/partials/event-history.phtml:50 msgctxt "tooltip" msgid "Notification" msgstr "Benachrichtigung" -#: /vagrant/modules/monitoring/application/controllers/ListController.php:295 +#: ../../../../modules/monitoring/application/controllers/ListController.php:295 msgid "Notification Start" msgstr "Benachrichtigungsanfang" -#: /vagrant/modules/monitoring/configuration.php:224 -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:129 -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml:131 -#: /vagrant/modules/monitoring/application/views/scripts/show/components/notifications.phtml:2 -#: /vagrant/modules/monitoring/application/views/scripts/partials/object/detail-content.phtml:24 -#: /vagrant/modules/monitoring/application/views/scripts/hosts/show.phtml:137 -#: /vagrant/modules/monitoring/application/views/scripts/hosts/show.phtml:141 -#: /vagrant/modules/monitoring/application/views/scripts/services/show.phtml:138 -#: /vagrant/modules/monitoring/application/views/scripts/services/show.phtml:143 -#: /vagrant/modules/monitoring/application/controllers/ListController.php:273 -#: /vagrant/modules/monitoring/application/controllers/AlertsummaryController.php:329 -#: /vagrant/modules/monitoring/application/controllers/AlertsummaryController.php:424 -#: /vagrant/modules/monitoring/application/controllers/AlertsummaryController.php:467 -#: /vagrant/modules/monitoring/application/controllers/AlertsummaryController.php:474 -#: /vagrant/modules/monitoring/application/controllers/TimelineController.php:51 -#: /vagrant/modules/monitoring/application/forms/EventOverviewForm.php:74 -#: /vagrant/modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:126 -#: /vagrant/modules/monitoring/application/forms/Command/Object/ToggleObjectFeaturesCommandForm.php:50 +#: ../../../../modules/monitoring/configuration.php:224 +#: ../../../../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/views/scripts/partials/object/detail-content.phtml:24 +#: ../../../../modules/monitoring/application/views/scripts/hosts/show.phtml:137 +#: ../../../../modules/monitoring/application/views/scripts/hosts/show.phtml:141 +#: ../../../../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/services/show.phtml:138 +#: ../../../../modules/monitoring/application/views/scripts/services/show.phtml:143 +#: ../../../../modules/monitoring/application/views/scripts/show/components/notifications.phtml:2 +#: ../../../../modules/monitoring/application/controllers/ListController.php:273 +#: ../../../../modules/monitoring/application/controllers/TimelineController.php:52 +#: ../../../../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 msgid "Notifications" msgstr "Benachrichtigungen" -#: /vagrant/modules/monitoring/application/views/helpers/HostFlags.php:19 -#: /vagrant/modules/monitoring/application/views/helpers/ServiceFlags.php:19 +#: ../../../../modules/monitoring/application/views/helpers/ServiceFlags.php:19 +#: ../../../../modules/monitoring/application/views/helpers/HostFlags.php:19 msgid "Notifications Disabled" msgstr "Benachrichtigungen inaktiv" -#: /vagrant/modules/monitoring/application/views/scripts/alertsummary/index.phtml:15 +#: ../../../../modules/monitoring/application/views/scripts/alertsummary/index.phtml:15 msgid "Notifications and Problems" msgstr "Benachrichtigungen und Probleme" -#: /vagrant/modules/monitoring/application/controllers/AlertsummaryController.php:326 +#: ../../../../modules/monitoring/application/controllers/AlertsummaryController.php:326 msgid "Notifications and average reaction time per hour." msgstr "Benachrichtigungen und durchschnittliche Reaktionszeiten pro Stunde." -#: /vagrant/modules/monitoring/application/controllers/AlertsummaryController.php:464 +#: ../../../../modules/monitoring/application/controllers/AlertsummaryController.php:464 msgid "Notifications and defects per hour" msgstr "Benachrichtigungen und Fehler pro Stunde" -#: /vagrant/modules/monitoring/library/Monitoring/Web/Navigation/Renderer/BackendAvailabilityNavigationItemRenderer.php:49 +#: ../../../../modules/monitoring/library/Monitoring/Web/Navigation/Renderer/BackendAvailabilityNavigationItemRenderer.php:49 msgid "Notifications are disabled" msgstr "Benachrichtigungen inaktiv" -#: /vagrant/modules/monitoring/application/views/scripts/show/contact.phtml:58 +#: ../../../../modules/monitoring/application/views/scripts/show/contact.phtml:58 msgid "Notifications sent to this contact" msgstr "An diesen Kontakt gesendete Benachrichtigungen" -#: /vagrant/modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:78 +#: ../../../../modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:79 #, php-format msgid "Notifications will be re-enabled in %s" msgstr "Benachrichtigungen werden reaktiviert in %s" -#: /vagrant/modules/monitoring/application/views/scripts/health/disable-notifications.phtml:13 +#: ../../../../modules/monitoring/application/views/scripts/health/disable-notifications.phtml:13 #, php-format msgid "Notifications will be re-enabled in %s." msgstr "Benachrichtigungen werden reaktiviert in %s." -#: /vagrant/modules/monitoring/library/Monitoring/Object/Service.php:191 +#: ../../../../modules/monitoring/library/Monitoring/Object/Service.php:191 msgid "OK" msgstr "OK" -#: /vagrant/modules/monitoring/application/forms/Command/Object/ProcessCheckResultCommandForm.php:56 +#: ../../../../modules/monitoring/application/forms/Command/Object/ProcessCheckResultCommandForm.php:58 msgctxt "icinga.state" msgid "OK" msgstr "OK" -#: /vagrant/modules/monitoring/application/forms/StatehistoryForm.php:94 +#: ../../../../modules/monitoring/application/forms/StatehistoryForm.php:94 msgid "Object type" msgstr "Objekttyp" -#: /vagrant/modules/monitoring/application/forms/Command/Object/ToggleObjectFeaturesCommandForm.php:46 +#: ../../../../modules/monitoring/application/forms/Command/Object/ToggleObjectFeaturesCommandForm.php:46 msgid "Obsessing" msgstr "Verfolgung" -#: /vagrant/modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:149 +#: ../../../../modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:150 msgid "Obsessing Over Hosts" msgstr "Hosts verfolgen" -#: /vagrant/modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:158 +#: ../../../../modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:159 msgid "Obsessing Over Services" msgstr "Services verfolgen" -#: /vagrant/modules/monitoring/application/controllers/ListController.php:570 +#: ../../../../modules/monitoring/application/controllers/ListController.php:570 msgid "Occurence" msgstr "Vorkommen" -#: /vagrant/modules/monitoring/application/forms/StatehistoryForm.php:117 +#: ../../../../modules/monitoring/application/forms/StatehistoryForm.php:117 msgid "Ok" msgstr "Ok" -#: /vagrant/modules/monitoring/application/controllers/AlertsummaryController.php:535 -#: /vagrant/modules/monitoring/application/controllers/TimelineController.php:103 +#: ../../../../modules/monitoring/application/controllers/TimelineController.php:104 +#: ../../../../modules/monitoring/application/controllers/AlertsummaryController.php:535 msgid "One day" msgstr "Ein Tag" -#: /vagrant/modules/monitoring/application/controllers/AlertsummaryController.php:537 -#: /vagrant/modules/monitoring/application/controllers/TimelineController.php:105 +#: ../../../../modules/monitoring/application/controllers/TimelineController.php:106 +#: ../../../../modules/monitoring/application/controllers/AlertsummaryController.php:537 msgid "One month" msgstr "Ein Monat" -#: /vagrant/modules/monitoring/application/controllers/AlertsummaryController.php:536 -#: /vagrant/modules/monitoring/application/controllers/TimelineController.php:104 +#: ../../../../modules/monitoring/application/controllers/TimelineController.php:105 +#: ../../../../modules/monitoring/application/controllers/AlertsummaryController.php:536 msgid "One week" msgstr "Eine Woche" -#: /vagrant/modules/monitoring/application/controllers/AlertsummaryController.php:538 -#: /vagrant/modules/monitoring/application/controllers/TimelineController.php:106 +#: ../../../../modules/monitoring/application/controllers/TimelineController.php:107 +#: ../../../../modules/monitoring/application/controllers/AlertsummaryController.php:538 msgid "One year" msgstr "Ein Jahr" -#: /vagrant/modules/monitoring/application/forms/Command/Object/ProcessCheckResultCommandForm.php:68 +#: ../../../../modules/monitoring/application/forms/Command/Object/ProcessCheckResultCommandForm.php:70 msgid "Output" msgstr "Ausgabe" -#: /vagrant/modules/monitoring/configuration.php:288 +#: ../../../../modules/monitoring/configuration.php:288 msgid "Overdue" msgstr "Überfällig" -#: /vagrant/modules/monitoring/configuration.php:168 +#: ../../../../modules/monitoring/configuration.php:168 msgid "Overview" msgstr "Übersicht" -#: /vagrant/modules/monitoring/library/Monitoring/Object/Host.php:191 -#: /vagrant/modules/monitoring/library/Monitoring/Object/Service.php:203 +#: ../../../../modules/monitoring/library/Monitoring/Object/Host.php:191 +#: ../../../../modules/monitoring/library/Monitoring/Object/Service.php:203 msgid "PENDING" msgstr "AUSSTEHEND" -#: /vagrant/modules/monitoring/application/views/scripts/list/contacts.phtml:22 -#: /vagrant/modules/monitoring/application/views/scripts/show/contact.phtml:34 +#: ../../../../modules/monitoring/application/views/scripts/list/contacts.phtml:22 +#: ../../../../modules/monitoring/application/views/scripts/show/contact.phtml:34 msgid "Pager" msgstr "Pager" -#: /vagrant/modules/monitoring/application/controllers/ListController.php:329 +#: ../../../../modules/monitoring/application/controllers/ListController.php:329 msgid "Pager Address / Number" msgstr "Pageradresse/-nummer" -#: /vagrant/modules/monitoring/application/views/scripts/health/stats.phtml:141 -#: /vagrant/modules/monitoring/application/forms/Command/Object/ToggleObjectFeaturesCommandForm.php:42 +#: ../../../../modules/monitoring/application/forms/Command/Object/ToggleObjectFeaturesCommandForm.php:42 +#: ../../../../modules/monitoring/application/views/scripts/health/stats.phtml:141 msgid "Passive Checks" msgstr "Passive Checks" -#: /vagrant/modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:167 +#: ../../../../modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:168 msgid "Passive Host Checks" msgstr "Passive Host-Checks" -#: /vagrant/modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:176 +#: ../../../../modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:177 msgid "Passive Service Checks" msgstr "Passive Service-Checks" -#: /vagrant/modules/monitoring/application/views/scripts/health/stats.phtml:136 +#: ../../../../modules/monitoring/application/views/scripts/health/stats.phtml:136 msgid "Passive checks" msgstr "Passive Checks" -#: /vagrant/modules/monitoring/library/Monitoring/BackendStep.php:113 -#: /vagrant/modules/monitoring/library/Monitoring/TransportStep.php:106 +#: ../../../../modules/monitoring/library/Monitoring/TransportStep.php:106 +#: ../../../../modules/monitoring/library/Monitoring/BackendStep.php:113 msgid "Password" msgstr "Passwort" -#: /vagrant/modules/monitoring/application/forms/Config/Transport/RemoteTransportForm.php:179 +#: ../../../../modules/monitoring/application/forms/Config/Transport/RemoteTransportForm.php:179 msgid "Path to the Icinga command file on the remote Icinga instance" msgstr "Pfad zur Icinga Befehlsdatei auf der entfernten Icingainstanz" -#: /vagrant/modules/monitoring/application/forms/Config/Transport/LocalTransportForm.php:32 +#: ../../../../modules/monitoring/application/forms/Config/Transport/LocalTransportForm.php:32 msgid "Path to the local Icinga command file" msgstr "Pfad zur lokalen Icinga Befehlsdatei" -#: /vagrant/modules/monitoring/application/views/scripts/health/stats.phtml:88 +#: ../../../../modules/monitoring/application/views/scripts/health/stats.phtml:88 msgid "Per Host" msgstr "pro Host" -#: /vagrant/modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:187 -#: /vagrant/modules/monitoring/application/forms/Command/Object/ProcessCheckResultCommandForm.php:77 +#: ../../../../modules/monitoring/application/forms/Command/Object/ProcessCheckResultCommandForm.php:79 +#: ../../../../modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php:188 msgid "Performance Data" msgstr "Performancedaten" -#: /vagrant/modules/monitoring/application/views/scripts/show/components/perfdata.phtml:2 +#: ../../../../modules/monitoring/application/views/scripts/show/components/perfdata.phtml:2 msgid "Performance data" msgstr "Performancedaten" -#: /vagrant/modules/monitoring/application/views/scripts/comment/show.phtml:47 -#: /vagrant/modules/monitoring/application/forms/Command/Object/AddCommentCommandForm.php:56 +#: ../../../../modules/monitoring/application/forms/Command/Object/AddCommentCommandForm.php:56 +#: ../../../../modules/monitoring/application/views/scripts/comment/show.phtml:47 msgid "Persistent" msgstr "Persisten" -#: /vagrant/modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:64 +#: ../../../../modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:64 msgid "Persistent Comment" msgstr "Persistenter Kommentar" -#: /vagrant/modules/monitoring/application/forms/Setup/BackendPage.php:16 +#: ../../../../modules/monitoring/application/forms/Setup/BackendPage.php:16 msgid "" "Please configure below how Icinga Web 2 should retrieve monitoring " "information." @@ -3011,7 +3018,7 @@ msgstr "" "Bitte konfiguriere weiter unten, wie Icinga Web 2 Monitoringinformation " "abrufen soll." -#: /vagrant/modules/monitoring/application/forms/Setup/TransportPage.php:16 +#: ../../../../modules/monitoring/application/forms/Setup/TransportPage.php:16 msgid "" "Please define below how you want to send commands to your monitoring " "instance." @@ -3019,7 +3026,7 @@ msgstr "" "Bitte legen weiter unten fest, wie Befehle an die Monitoringinstanz gesendet " "werden sollen." -#: /vagrant/modules/monitoring/application/forms/Setup/IdoResourcePage.php:23 +#: ../../../../modules/monitoring/application/forms/Setup/IdoResourcePage.php:23 msgid "" "Please fill out the connection details below to access the IDO database of " "your monitoring environment." @@ -3027,7 +3034,7 @@ msgstr "" "Bitte gib weiter unten die Verbindungsdetails für die IDO-Datenbank der " "Monitoringumgebung an." -#: /vagrant/modules/monitoring/application/forms/Setup/LivestatusResourcePage.php:16 +#: ../../../../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." @@ -3035,18 +3042,18 @@ msgstr "" "Bitte gib weiter unten die Verbindungsdetails für den Livestatus-Socket der " "Monitoringumgebung an." -#: /vagrant/modules/monitoring/application/views/scripts/show/components/output.phtml:1 +#: ../../../../modules/monitoring/application/views/scripts/show/components/output.phtml:1 msgid "Plugin Output" msgstr "Ausgabe des Plugins" -#: /vagrant/modules/monitoring/application/forms/Config/Transport/ApiTransportForm.php:40 -#: /vagrant/modules/monitoring/application/forms/Config/Transport/RemoteTransportForm.php:150 -#: /vagrant/modules/monitoring/library/Monitoring/BackendStep.php:101 -#: /vagrant/modules/monitoring/library/Monitoring/TransportStep.php:98 +#: ../../../../modules/monitoring/library/Monitoring/TransportStep.php:98 +#: ../../../../modules/monitoring/library/Monitoring/BackendStep.php:101 +#: ../../../../modules/monitoring/application/forms/Config/Transport/RemoteTransportForm.php:150 +#: ../../../../modules/monitoring/application/forms/Config/Transport/ApiTransportForm.php:41 msgid "Port" msgstr "Port" -#: /vagrant/modules/monitoring/application/views/scripts/list/components/selectioninfo.phtml:3 +#: ../../../../modules/monitoring/application/views/scripts/list/components/selectioninfo.phtml:3 msgctxt "Multi-selection help" msgid "" "Press and hold the Ctrl key while clicking on rows to select multiple rows " @@ -3055,259 +3062,259 @@ msgstr "" "Drücke und halte STRG beim klicken auf Spalten, um mehrere auszuwählen. Mit " "der Umschalttaste können Bereiche von Spalten auswählen" -#: /vagrant/modules/monitoring/application/views/scripts/hosts/show.phtml:20 +#: ../../../../modules/monitoring/application/views/scripts/hosts/show.phtml:20 msgid "Problem Handling" msgstr "Problembehandlung" -#: /vagrant/modules/monitoring/application/views/scripts/partials/object/detail-content.phtml:5 -#: /vagrant/modules/monitoring/application/views/scripts/services/show.phtml:22 +#: ../../../../modules/monitoring/application/views/scripts/partials/object/detail-content.phtml:5 +#: ../../../../modules/monitoring/application/views/scripts/services/show.phtml:22 msgid "Problem handling" msgstr "Problembehandlung" -#: /vagrant/modules/monitoring/configuration.php:124 +#: ../../../../modules/monitoring/configuration.php:124 msgid "Problems" msgstr "Probleme" -#: /vagrant/modules/monitoring/application/views/scripts/health/info.phtml:14 +#: ../../../../modules/monitoring/application/views/scripts/health/info.phtml:14 msgid "Process Info" msgstr "Prozessinformation" -#: /vagrant/modules/monitoring/application/controllers/HealthController.php:33 -#: /vagrant/modules/monitoring/application/controllers/HealthController.php:55 +#: ../../../../modules/monitoring/application/controllers/HealthController.php:33 +#: ../../../../modules/monitoring/application/controllers/HealthController.php:55 msgid "Process Information" msgstr "Prozessinformation" -#: /vagrant/modules/monitoring/application/views/scripts/show/components/command.phtml:21 -#: /vagrant/modules/monitoring/application/views/scripts/show/components/command.phtml:33 -#: /vagrant/modules/monitoring/application/views/scripts/hosts/show.phtml:166 -#: /vagrant/modules/monitoring/application/views/scripts/services/show.phtml:168 +#: ../../../../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" -#: /vagrant/modules/monitoring/application/forms/Command/Object/ProcessCheckResultCommandForm.php:107 +#: ../../../../modules/monitoring/application/forms/Command/Object/ProcessCheckResultCommandForm.php:109 msgid "Processing check result.." msgid_plural "Processing check results.." msgstr[0] "Verarbeite Check-Ergebnis..." msgstr[1] "Verarbeite Check-Ergebnisse..." -#: /vagrant/modules/monitoring/application/views/scripts/health/info.phtml:24 +#: ../../../../modules/monitoring/application/views/scripts/health/info.phtml:24 msgid "Program Start Time" msgstr "Startzeitpunkt des Programms" -#: /vagrant/modules/monitoring/application/views/scripts/health/info.phtml:18 +#: ../../../../modules/monitoring/application/views/scripts/health/info.phtml:18 msgid "Program Version" msgstr "Programmversion" -#: /vagrant/modules/monitoring/application/forms/Config/SecurityConfigForm.php:56 -#: /vagrant/modules/monitoring/library/Monitoring/SecurityStep.php:53 +#: ../../../../modules/monitoring/library/Monitoring/SecurityStep.php:53 +#: ../../../../modules/monitoring/application/forms/Config/SecurityConfigForm.php:56 msgid "Protected Custom Variables" msgstr "Geschützte angepasste Variablen" -#: /vagrant/modules/monitoring/configuration.php:260 +#: ../../../../modules/monitoring/configuration.php:260 msgid "Recently Recovered Services" msgstr "Vor kurzem erholte Services" -#: /vagrant/modules/monitoring/application/forms/Config/TransportConfigForm.php:224 +#: ../../../../modules/monitoring/application/forms/Config/TransportConfigForm.php:226 msgid "Remote Command File" msgstr "Entfernter Befehlsdatei" -#: /vagrant/modules/monitoring/library/Monitoring/TransportStep.php:69 +#: ../../../../modules/monitoring/library/Monitoring/TransportStep.php:69 msgid "Remote Host" msgstr "Entfernter Host" -#: /vagrant/modules/monitoring/library/Monitoring/TransportStep.php:73 +#: ../../../../modules/monitoring/library/Monitoring/TransportStep.php:73 msgid "Remote SSH Port" msgstr "Entfernter SSH Port" -#: /vagrant/modules/monitoring/library/Monitoring/TransportStep.php:77 +#: ../../../../modules/monitoring/library/Monitoring/TransportStep.php:77 msgid "Remote SSH User" msgstr "Entfernter SSH Benutzer" -#: /vagrant/modules/monitoring/application/forms/Command/Object/DeleteDowntimesCommandForm.php:63 -#: /vagrant/modules/monitoring/application/forms/Command/Object/DeleteCommentsCommandForm.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" msgstr[1] "Alles entfernen" -#: /vagrant/modules/monitoring/application/views/scripts/comments/show.phtml:11 +#: ../../../../modules/monitoring/application/views/scripts/comments/show.phtml:11 #, php-format msgid "Remove %d comments" msgstr "Entferne %d Kommentare" -#: /vagrant/modules/monitoring/application/controllers/ConfigController.php:172 +#: ../../../../modules/monitoring/application/controllers/ConfigController.php:172 #, php-format msgid "Remove Command Transport %s" msgstr "Entferne Befehlstransport %s" -#: /vagrant/modules/monitoring/application/controllers/ConfigController.php:139 +#: ../../../../modules/monitoring/application/controllers/ConfigController.php:139 #, php-format msgid "Remove Monitoring Backend %s" msgstr "Entferne Monitoringbackend %s" -#: /vagrant/modules/monitoring/application/forms/Command/Object/RemoveAcknowledgementCommandForm.php:73 -#: /vagrant/modules/monitoring/application/forms/Command/Object/RemoveAcknowledgementCommandForm.php:92 +#: ../../../../modules/monitoring/application/forms/Command/Object/RemoveAcknowledgementCommandForm.php:73 +#: ../../../../modules/monitoring/application/forms/Command/Object/RemoveAcknowledgementCommandForm.php:92 msgid "Remove acknowledgement" msgid_plural "Remove acknowledgements" msgstr[0] "Bestätigung entfernen" msgstr[1] "Bestätigung entfernen" -#: /vagrant/modules/monitoring/application/views/scripts/downtimes/show.phtml:11 +#: ../../../../modules/monitoring/application/views/scripts/downtimes/show.phtml:11 #, php-format msgid "Remove all %d scheduled downtimes" msgstr "Entferne alle %d geplanten Downtimes" -#: /vagrant/modules/monitoring/application/controllers/CommentsController.php:94 +#: ../../../../modules/monitoring/application/controllers/CommentsController.php:94 msgid "Remove all Comments" msgstr "Entferne alle Kommentare" -#: /vagrant/modules/monitoring/application/controllers/DowntimesController.php:98 +#: ../../../../modules/monitoring/application/controllers/DowntimesController.php:98 msgid "Remove all Downtimes" msgstr "Entferne alle Downtimes" -#: /vagrant/modules/monitoring/application/views/scripts/comments/show.phtml:16 +#: ../../../../modules/monitoring/application/views/scripts/comments/show.phtml:16 msgid "Remove all selected comments" msgstr "Entferne alle ausgewählten Kommentare" -#: /vagrant/modules/monitoring/application/views/scripts/downtimes/show.phtml:16 +#: ../../../../modules/monitoring/application/views/scripts/downtimes/show.phtml:16 msgid "Remove all selected downtimes" msgstr "Entferne alle ausgewählten Downtimes" -#: /vagrant/modules/monitoring/application/views/scripts/config/index.phtml:107 +#: ../../../../modules/monitoring/application/views/scripts/config/index.phtml:107 #, php-format msgid "Remove command transport %s" msgstr "Befehlstransport %s entfernen" -#: /vagrant/modules/monitoring/application/views/scripts/config/index.phtml:52 +#: ../../../../modules/monitoring/application/views/scripts/config/index.phtml:52 #, php-format msgid "Remove monitoring backend %s" msgstr "Entferne Monitoringbackend %s" -#: /vagrant/modules/monitoring/application/forms/Command/Object/RemoveAcknowledgementCommandForm.php:114 +#: ../../../../modules/monitoring/application/forms/Command/Object/RemoveAcknowledgementCommandForm.php:114 msgid "Removing acknowledgement.." msgid_plural "Removing acknowledgements.." msgstr[0] "Entferne Problembestätigung..." msgstr[1] "Problembestätigung entfernen" -#: /vagrant/modules/monitoring/application/controllers/AlertsummaryController.php:540 +#: ../../../../modules/monitoring/application/controllers/AlertsummaryController.php:540 msgid "Report interval" msgstr "Berichtintervall" -#: /vagrant/modules/monitoring/configuration.php:236 +#: ../../../../modules/monitoring/configuration.php:236 msgid "Reporting" msgstr "Berichte" -#: /vagrant/modules/monitoring/application/views/scripts/show/components/checkstatistics.phtml:34 -#: /vagrant/modules/monitoring/application/views/scripts/show/components/checkstatistics.phtml:48 -#: /vagrant/modules/monitoring/application/views/scripts/hosts/show.phtml:188 -#: /vagrant/modules/monitoring/application/views/scripts/services/show.phtml:190 +#: ../../../../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" -#: /vagrant/modules/monitoring/application/controllers/HostController.php:142 +#: ../../../../modules/monitoring/application/controllers/HostController.php:142 msgid "Reschedule Host Check" msgstr "Host-Check neu planen" -#: /vagrant/modules/monitoring/application/controllers/HostsController.php:187 +#: ../../../../modules/monitoring/application/controllers/HostsController.php:188 msgid "Reschedule Host Checks" msgstr "Host-Checks neu planen" -#: /vagrant/modules/monitoring/application/controllers/ServiceController.php:100 +#: ../../../../modules/monitoring/application/controllers/ServiceController.php:102 msgid "Reschedule Service Check" msgstr "Service-Check neu planen" -#: /vagrant/modules/monitoring/application/controllers/ServicesController.php:190 +#: ../../../../modules/monitoring/application/controllers/ServicesController.php:190 msgid "Reschedule Service Checks" msgstr "Service-Checks neu planen" -#: /vagrant/modules/monitoring/application/forms/Config/BackendConfigForm.php:230 +#: ../../../../modules/monitoring/application/forms/Config/BackendConfigForm.php:230 msgid "Resource" msgstr "Ressource" -#: /vagrant/modules/monitoring/library/Monitoring/BackendStep.php:89 -#: /vagrant/modules/monitoring/library/Monitoring/BackendStep.php:162 +#: ../../../../modules/monitoring/library/Monitoring/BackendStep.php:89 +#: ../../../../modules/monitoring/library/Monitoring/BackendStep.php:162 msgid "Resource Name" msgstr "Ressourcenname" # udpated should be updated -#: /vagrant/modules/monitoring/library/Monitoring/BackendStep.php:203 +#: ../../../../modules/monitoring/library/Monitoring/BackendStep.php:203 #, 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:" -#: /vagrant/modules/monitoring/library/Monitoring/BackendStep.php:198 +#: ../../../../modules/monitoring/library/Monitoring/BackendStep.php:198 #, php-format msgid "Resource configuration has been successfully updated: %s" msgstr "Die Ressourcenkonfiguration wurde erfolgreich aktualisiert: %s" -#: /vagrant/modules/monitoring/configuration.php:85 +#: ../../../../modules/monitoring/configuration.php:85 msgid "Restrict views to the Icinga objects that match the filter" msgstr "Beschränke die Sicht auf die Icingaobjekte, die dem Filter entsprechen" -#: /vagrant/modules/monitoring/application/views/scripts/health/stats.phtml:60 -#: /vagrant/modules/monitoring/application/views/scripts/health/stats.phtml:86 +#: ../../../../modules/monitoring/application/views/scripts/health/stats.phtml:60 +#: ../../../../modules/monitoring/application/views/scripts/health/stats.phtml:86 msgid "Runtime Variables" msgstr "Laufzeitvariablen" -#: /vagrant/modules/monitoring/application/views/scripts/partials/event-history.phtml:83 +#: ../../../../modules/monitoring/application/views/scripts/partials/event-history.phtml:82 msgid "SCHEDULED DOWNTIME" msgstr "GEPLANTE DOWNTIME" -#: /vagrant/modules/monitoring/application/forms/Config/Transport/RemoteTransportForm.php:108 +#: ../../../../modules/monitoring/application/forms/Config/Transport/RemoteTransportForm.php:107 msgid "SSH Identity" msgstr "SSH-Identität" -#: /vagrant/modules/monitoring/application/forms/Config/Transport/ApiTransportForm.php:41 -#: /vagrant/modules/monitoring/application/forms/Config/Transport/RemoteTransportForm.php:151 +#: ../../../../modules/monitoring/application/forms/Config/Transport/RemoteTransportForm.php:151 +#: ../../../../modules/monitoring/application/forms/Config/Transport/ApiTransportForm.php:42 msgid "SSH port to connect to on the remote Icinga instance" msgstr "SSH-Port auf der entfernten Icingainstanz" -#: /vagrant/modules/monitoring/library/Monitoring/BackendStep.php:127 +#: ../../../../modules/monitoring/library/Monitoring/BackendStep.php:127 msgid "SSL Cert" msgstr "SSL-Zertifikat" -#: /vagrant/modules/monitoring/library/Monitoring/BackendStep.php:120 +#: ../../../../modules/monitoring/library/Monitoring/BackendStep.php:120 msgid "SSL Key" msgstr "SSL-Schlüssel" -#: /vagrant/modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml:6 +#: ../../../../modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml:6 msgctxt "Downtime status" msgid "STARTS" msgstr "BEGINNT" -#: /vagrant/modules/monitoring/application/forms/Config/BackendConfigForm.php:42 -#: /vagrant/modules/monitoring/application/forms/Config/SecurityConfigForm.php:20 -#: /vagrant/modules/monitoring/application/forms/Config/TransportConfigForm.php:42 +#: ../../../../modules/monitoring/application/forms/Config/SecurityConfigForm.php:20 +#: ../../../../modules/monitoring/application/forms/Config/BackendConfigForm.php:42 +#: ../../../../modules/monitoring/application/forms/Config/TransportConfigForm.php:43 msgid "Save Changes" msgstr "Änderungen speichern" -#: /vagrant/modules/monitoring/application/views/scripts/hosts/show.phtml:179 -#: /vagrant/modules/monitoring/application/views/scripts/services/show.phtml:181 +#: ../../../../modules/monitoring/application/views/scripts/hosts/show.phtml:179 +#: ../../../../modules/monitoring/application/views/scripts/services/show.phtml:181 msgid "Schedule Check" msgstr "Check planen" -#: /vagrant/modules/monitoring/application/controllers/HostController.php:154 +#: ../../../../modules/monitoring/application/controllers/HostController.php:154 msgid "Schedule Host Downtime" msgstr "Host-Downtime planen" -#: /vagrant/modules/monitoring/application/controllers/HostsController.php:199 +#: ../../../../modules/monitoring/application/controllers/HostsController.php:200 msgid "Schedule Host Downtimes" msgstr "Host-Downtimes planen" -#: /vagrant/modules/monitoring/application/controllers/ServiceController.php:112 +#: ../../../../modules/monitoring/application/controllers/ServiceController.php:114 msgid "Schedule Service Downtime" msgstr "Service-Downtime planen" -#: /vagrant/modules/monitoring/application/controllers/ServicesController.php:202 +#: ../../../../modules/monitoring/application/controllers/ServicesController.php:202 msgid "Schedule Service Downtimes" msgstr "Service-Downtimes planen" -#: /vagrant/modules/monitoring/application/views/scripts/show/components/downtime.phtml:15 -#: /vagrant/modules/monitoring/application/views/scripts/show/components/downtime.phtml:29 -#: /vagrant/modules/monitoring/application/views/scripts/partials/object/quick-actions.phtml:120 -#: /vagrant/modules/monitoring/application/views/scripts/partials/object/quick-actions.phtml:134 +#: ../../../../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" @@ -3315,310 +3322,310 @@ msgstr "" "Plane eine Downtime, um alle Problembenachrichtigungen innerhalb eines " "bestimmten Zeitabschnitts zu unterdrücken" -#: /vagrant/modules/monitoring/application/forms/Command/Object/ScheduleServiceCheckCommandForm.php:34 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceCheckCommandForm.php:34 msgid "Schedule check" msgid_plural "Schedule checks" msgstr[0] "Check planen" msgstr[1] "Check neu planen" -#: /vagrant/modules/monitoring/application/forms/Command/Object/ScheduleHostCheckCommandForm.php:32 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleHostCheckCommandForm.php:32 msgid "Schedule check for all services on the hosts and the hosts themselves." msgstr "" "Plane einen Check für alle Services auf Hosts und für die Hosts an sich." -#: /vagrant/modules/monitoring/application/views/scripts/show/components/downtime.phtml:7 -#: /vagrant/modules/monitoring/application/views/scripts/show/components/downtime.phtml:21 -#: /vagrant/modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:47 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:47 +#: ../../../../modules/monitoring/application/views/scripts/show/components/downtime.phtml:7 +#: ../../../../modules/monitoring/application/views/scripts/show/components/downtime.phtml:21 msgid "Schedule downtime" msgid_plural "Schedule downtimes" msgstr[0] "Downtime planen" msgstr[1] "Downtime planen" -#: /vagrant/modules/monitoring/application/forms/Command/Object/ScheduleHostDowntimeCommandForm.php:30 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleHostDowntimeCommandForm.php:30 msgid "" "Schedule downtime for all services on the hosts and the hosts themselves." msgstr "" "Plane einen Check für alle Services auf Hosts und für die Hosts an sich." -#: /vagrant/modules/monitoring/application/views/scripts/hosts/show.phtml:100 -#: /vagrant/modules/monitoring/application/views/scripts/services/show.phtml:99 +#: ../../../../modules/monitoring/application/views/scripts/hosts/show.phtml:100 +#: ../../../../modules/monitoring/application/views/scripts/services/show.phtml:99 msgid "Schedule downtimes" msgstr "Downtimes planen" -#: /vagrant/modules/monitoring/application/forms/Command/Object/ScheduleHostDowntimeCommandForm.php:47 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleHostDowntimeCommandForm.php:50 msgid "Schedule non-triggered downtime for all child hosts" msgstr "Plane Downtime ohne Auslöser für alle untergeordneten Hosts" -#: /vagrant/modules/monitoring/application/views/scripts/show/components/checkstatistics.phtml:42 -#: /vagrant/modules/monitoring/application/views/scripts/show/components/checkstatistics.phtml:56 +#: ../../../../modules/monitoring/application/views/scripts/show/components/checkstatistics.phtml:42 +#: ../../../../modules/monitoring/application/views/scripts/show/components/checkstatistics.phtml:56 msgid "Schedule the next active check at a different time than the current one" msgstr "" "Plane den nächsten aktiven Check zu einem anderen Zeitpunkt als den " "Gegenwärtigen" -#: /vagrant/modules/monitoring/application/forms/Command/Object/CheckNowCommandForm.php:44 +#: ../../../../modules/monitoring/application/forms/Command/Object/CheckNowCommandForm.php:44 msgid "Schedule the next active check to run immediately" msgstr "Nächsten Check sofort einplanen" -#: /vagrant/modules/monitoring/application/forms/Command/Object/ScheduleHostDowntimeCommandForm.php:46 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleHostDowntimeCommandForm.php:49 msgid "Schedule triggered downtime for all child hosts" msgstr "Plane eine Downtime mit Auslöser für alle untergeordneten Hosts" -#: /vagrant/modules/monitoring/application/views/scripts/health/stats.phtml:72 -#: /vagrant/modules/monitoring/application/views/scripts/health/stats.phtml:100 +#: ../../../../modules/monitoring/application/views/scripts/health/stats.phtml:72 +#: ../../../../modules/monitoring/application/views/scripts/health/stats.phtml:100 msgid "Scheduled" msgstr "Geplant" -#: /vagrant/modules/monitoring/application/controllers/ListController.php:254 +#: ../../../../modules/monitoring/application/controllers/ListController.php:254 msgid "Scheduled End" msgstr "Geplantes Ende" -#: /vagrant/modules/monitoring/application/controllers/ListController.php:253 +#: ../../../../modules/monitoring/application/controllers/ListController.php:253 msgid "Scheduled Start" msgstr "Geplanter Start" -#: /vagrant/modules/monitoring/application/views/scripts/downtime/show.phtml:127 +#: ../../../../modules/monitoring/application/views/scripts/downtime/show.phtml:127 msgid "Scheduled end" msgstr "Geplantes Ende" -#: /vagrant/modules/monitoring/application/views/scripts/downtime/show.phtml:120 +#: ../../../../modules/monitoring/application/views/scripts/downtime/show.phtml:120 msgid "Scheduled start" msgstr "Geplanter Start" -#: /vagrant/modules/monitoring/application/forms/Command/Object/CheckNowCommandForm.php:74 +#: ../../../../modules/monitoring/application/forms/Command/Object/CheckNowCommandForm.php:74 msgid "Scheduling check.." msgid_plural "Scheduling checks.." msgstr[0] "Plane Check..." msgstr[1] "Plane Checks.." -#: /vagrant/modules/monitoring/application/forms/Command/Object/ScheduleHostCheckCommandForm.php:55 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleHostCheckCommandForm.php:55 msgid "Scheduling host check.." msgid_plural "Scheduling host checks.." msgstr[0] "Plane Host-Check..." msgstr[1] "Plane Host-Checks.." -#: /vagrant/modules/monitoring/application/forms/Command/Object/ScheduleHostDowntimeCommandForm.php:108 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleHostDowntimeCommandForm.php:112 msgid "Scheduling host downtime.." msgid_plural "Scheduling host downtimes.." msgstr[0] "Plane Host-Downtime..." msgstr[1] "Plane Host-Downtimes.." -#: /vagrant/modules/monitoring/application/forms/Command/Object/ScheduleServiceCheckCommandForm.php:100 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceCheckCommandForm.php:100 msgid "Scheduling service check.." msgid_plural "Scheduling service checks.." msgstr[0] "Plane Service-Check..." msgstr[1] "Plane Service-Checks.." -#: /vagrant/modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:223 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:223 msgid "Scheduling service downtime.." msgid_plural "Scheduling service downtimes.." msgstr[0] "Plane Service-Downtime..." msgstr[1] "Plane Service-Downtimes.." -#: /vagrant/modules/monitoring/configuration.php:99 +#: ../../../../modules/monitoring/configuration.php:99 msgid "Security" msgstr "Sicherheit" -#: /vagrant/modules/monitoring/application/controllers/HostsController.php:223 -#: /vagrant/modules/monitoring/application/controllers/HostController.php:178 +#: ../../../../modules/monitoring/application/controllers/HostsController.php:224 +#: ../../../../modules/monitoring/application/controllers/HostController.php:178 msgid "Send Custom Host Notification" msgstr "Benutzerdefinierte Host-Benachrichtigung senden" -#: /vagrant/modules/monitoring/application/controllers/ServicesController.php:226 -#: /vagrant/modules/monitoring/application/controllers/ServiceController.php:136 +#: ../../../../modules/monitoring/application/controllers/ServicesController.php:226 +#: ../../../../modules/monitoring/application/controllers/ServiceController.php:138 msgid "Send Custom Service Notification" msgstr "Benutzerdefinierte Service-Benachrichtigung senden" -#: /vagrant/modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:128 +#: ../../../../modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:128 msgid "Send Notification" msgstr "Benachrichtigung senden" -#: /vagrant/modules/monitoring/application/views/scripts/show/components/notifications.phtml:18 -#: /vagrant/modules/monitoring/application/views/scripts/partials/object/quick-actions.phtml:88 +#: ../../../../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" -#: /vagrant/modules/monitoring/application/views/scripts/show/components/notifications.phtml:33 -#: /vagrant/modules/monitoring/application/views/scripts/partials/object/quick-actions.phtml:102 +#: ../../../../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 " "senden" -#: /vagrant/modules/monitoring/application/views/scripts/list/contacts.phtml:44 -#: /vagrant/modules/monitoring/application/views/scripts/list/contacts.phtml:45 -#: /vagrant/modules/monitoring/application/views/scripts/show/contact.phtml:26 +#: ../../../../modules/monitoring/application/views/scripts/list/contacts.phtml:44 +#: ../../../../modules/monitoring/application/views/scripts/list/contacts.phtml:45 +#: ../../../../modules/monitoring/application/views/scripts/show/contact.phtml:26 #, php-format msgid "Send a mail to %s" msgstr "Sende eine E-Mail an %s" -#: /vagrant/modules/monitoring/application/forms/Command/Object/SendCustomNotificationCommandForm.php:30 +#: ../../../../modules/monitoring/application/forms/Command/Object/SendCustomNotificationCommandForm.php:30 msgid "Send custom notification" msgid_plural "Send custom notifications" msgstr[0] "Benutzerdefinierte Benachrichtigung senden" msgstr[1] "Benutzerdefinierte Benachrichtigungen senden" -#: /vagrant/modules/monitoring/application/views/scripts/show/components/notifications.phtml:10 -#: /vagrant/modules/monitoring/application/views/scripts/show/components/notifications.phtml:25 +#: ../../../../modules/monitoring/application/views/scripts/show/components/notifications.phtml:10 +#: ../../../../modules/monitoring/application/views/scripts/show/components/notifications.phtml:25 msgid "Send notification" msgstr "Benachrichtigung senden" -#: /vagrant/modules/monitoring/application/views/scripts/hosts/show.phtml:144 -#: /vagrant/modules/monitoring/application/views/scripts/services/show.phtml:146 +#: ../../../../modules/monitoring/application/views/scripts/hosts/show.phtml:144 +#: ../../../../modules/monitoring/application/views/scripts/services/show.phtml:146 msgid "Send notifications" msgstr "Benachrichtigungen senden" -#: /vagrant/modules/monitoring/application/forms/Command/Object/SendCustomNotificationCommandForm.php:104 +#: ../../../../modules/monitoring/application/forms/Command/Object/SendCustomNotificationCommandForm.php:104 msgid "Sending custom notification.." msgid_plural "Sending custom notifications.." msgstr[0] "Benutzerdefinierte Benachrichtigung senden" msgstr[1] "Sende Benutzerdefinierte Benachrichtigung..." -#: /vagrant/modules/monitoring/application/views/scripts/list/notifications.phtml:60 +#: ../../../../modules/monitoring/application/views/scripts/list/notifications.phtml:60 #, php-format msgid "Sent to %s" msgstr "Gesendet an %s" -#: /vagrant/modules/monitoring/application/views/scripts/list/notifications.phtml:44 -#: /vagrant/modules/monitoring/application/views/scripts/comment/show.phtml:17 -#: /vagrant/modules/monitoring/application/views/scripts/comment/show.phtml:19 -#: /vagrant/modules/monitoring/application/views/scripts/partials/comment/comment-detail.phtml:3 -#: /vagrant/modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml:13 -#: /vagrant/modules/monitoring/application/views/scripts/partials/object/service-header.phtml:48 -#: /vagrant/modules/monitoring/application/views/scripts/downtime/show.phtml:15 -#: /vagrant/modules/monitoring/application/views/scripts/downtime/show.phtml:26 -#: /vagrant/modules/monitoring/application/controllers/ListController.php:248 -#: /vagrant/modules/monitoring/application/controllers/ListController.php:441 -#: /vagrant/modules/monitoring/library/Monitoring/DataView/DataView.php:278 -#: /vagrant/modules/monitoring/library/Monitoring/Web/Controller/MonitoredObjectController.php:221 +#: ../../../../modules/monitoring/library/Monitoring/DataView/DataView.php:277 +#: ../../../../modules/monitoring/library/Monitoring/Web/Controller/MonitoredObjectController.php:221 +#: ../../../../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/partials/comment/comment-detail.phtml:3 +#: ../../../../modules/monitoring/application/views/scripts/downtime/show.phtml:15 +#: ../../../../modules/monitoring/application/views/scripts/downtime/show.phtml:26 +#: ../../../../modules/monitoring/application/views/scripts/comment/show.phtml:17 +#: ../../../../modules/monitoring/application/views/scripts/comment/show.phtml:19 +#: ../../../../modules/monitoring/application/views/scripts/list/notifications.phtml:44 +#: ../../../../modules/monitoring/application/controllers/ListController.php:248 +#: ../../../../modules/monitoring/application/controllers/ListController.php:441 msgid "Service" msgstr "Service" -#: /vagrant/modules/monitoring/configuration.php:116 +#: ../../../../modules/monitoring/configuration.php:116 msgid "Service Action" msgstr "Service-Aktion" -#: /vagrant/modules/monitoring/application/views/scripts/health/stats.phtml:87 -#: /vagrant/modules/monitoring/application/views/scripts/health/stats.phtml:127 -#: /vagrant/modules/monitoring/application/views/scripts/health/stats.phtml:152 +#: ../../../../modules/monitoring/application/views/scripts/health/stats.phtml:87 +#: ../../../../modules/monitoring/application/views/scripts/health/stats.phtml:127 +#: ../../../../modules/monitoring/application/views/scripts/health/stats.phtml:152 msgid "Service Checks" msgstr "Service-Checks" -#: /vagrant/modules/monitoring/configuration.php:156 -#: /vagrant/modules/monitoring/application/controllers/ListController.php:576 +#: ../../../../modules/monitoring/configuration.php:156 +#: ../../../../modules/monitoring/application/controllers/ListController.php:576 msgid "Service Grid" msgstr "Serviceraster" -#: /vagrant/modules/monitoring/application/views/scripts/list/servicegroups.phtml:23 +#: ../../../../modules/monitoring/application/views/scripts/list/servicegroups.phtml:23 msgid "Service Group" msgstr "Servicegruppe" -#: /vagrant/modules/monitoring/application/controllers/ListController.php:489 +#: ../../../../modules/monitoring/application/controllers/ListController.php:489 msgid "Service Group Name" msgstr "Servicegruppenname" -#: /vagrant/modules/monitoring/application/controllers/ListController.php:463 +#: ../../../../modules/monitoring/application/controllers/ListController.php:463 msgid "Service Groups" msgstr "Servicegruppen" -#: /vagrant/modules/monitoring/application/controllers/ListController.php:170 -#: /vagrant/modules/monitoring/application/controllers/ListController.php:601 +#: ../../../../modules/monitoring/application/controllers/ListController.php:170 +#: ../../../../modules/monitoring/application/controllers/ListController.php:601 msgid "Service Name" msgstr "Service-Name" -#: /vagrant/modules/monitoring/configuration.php:144 -#: /vagrant/modules/monitoring/configuration.php:256 -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/ok_hosts.phtml:78 +#: ../../../../modules/monitoring/configuration.php:144 +#: ../../../../modules/monitoring/configuration.php:256 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/ok_hosts.phtml:78 msgid "Service Problems" msgstr "Serviceprobleme" -#: /vagrant/modules/monitoring/application/views/scripts/health/stats.phtml:20 +#: ../../../../modules/monitoring/application/views/scripts/health/stats.phtml:20 msgid "Service Problems:" msgstr "Serviceprobleme:" # Should be Problem Severity -#: /vagrant/modules/monitoring/application/controllers/ListController.php:168 +#: ../../../../modules/monitoring/application/controllers/ListController.php:168 msgid "Service Severity" msgstr "Schweregrad des Problems" -#: /vagrant/modules/monitoring/application/views/scripts/list/hostgroups.phtml:28 -#: /vagrant/modules/monitoring/application/views/scripts/list/servicegroups.phtml:24 +#: ../../../../modules/monitoring/application/views/scripts/list/servicegroups.phtml:24 +#: ../../../../modules/monitoring/application/views/scripts/list/hostgroups.phtml:28 msgid "Service States" msgstr "Service-Zustände" -#: /vagrant/modules/monitoring/application/controllers/ServiceController.php:36 +#: ../../../../modules/monitoring/application/controllers/ServiceController.php:38 msgid "Service not found" msgstr "Service nicht gefunden" -#: /vagrant/modules/monitoring/configuration.php:110 -#: /vagrant/modules/monitoring/configuration.php:184 -#: /vagrant/modules/monitoring/application/views/scripts/show/components/servicegroups.phtml:17 +#: ../../../../modules/monitoring/configuration.php:110 +#: ../../../../modules/monitoring/configuration.php:184 +#: ../../../../modules/monitoring/application/views/scripts/show/components/servicegroups.phtml:17 msgid "Servicegroups" msgstr "Servicegruppen" -#: /vagrant/modules/monitoring/configuration.php:108 -#: /vagrant/modules/monitoring/configuration.php:180 -#: /vagrant/modules/monitoring/application/views/scripts/tactical/components/hostservicechecks.phtml:10 -#: /vagrant/modules/monitoring/application/views/scripts/show/contact.phtml:44 -#: /vagrant/modules/monitoring/application/controllers/ServicesController.php:66 -#: /vagrant/modules/monitoring/application/controllers/ListController.php:123 -#: /vagrant/modules/monitoring/application/forms/StatehistoryForm.php:97 -#: /vagrant/modules/monitoring/library/Monitoring/Web/Controller/MonitoredObjectController.php:234 +#: ../../../../modules/monitoring/configuration.php:108 +#: ../../../../modules/monitoring/configuration.php:180 +#: ../../../../modules/monitoring/library/Monitoring/Web/Controller/MonitoredObjectController.php:234 +#: ../../../../modules/monitoring/application/forms/StatehistoryForm.php:97 +#: ../../../../modules/monitoring/application/views/scripts/tactical/components/hostservicechecks.phtml:10 +#: ../../../../modules/monitoring/application/views/scripts/show/contact.phtml:44 +#: ../../../../modules/monitoring/application/controllers/ServicesController.php:66 +#: ../../../../modules/monitoring/application/controllers/ListController.php:123 msgid "Services" msgstr "Services" -#: /vagrant/modules/monitoring/application/forms/Command/Object/ScheduleServiceCheckCommandForm.php:53 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceCheckCommandForm.php:53 msgid "Set the date and time when the check should be scheduled." msgstr "Setze den Zeitpunkt, zu welchem dieser Check ausgeführt werden soll." -#: /vagrant/modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:89 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:89 msgid "Set the end date and time for the downtime." msgstr "Setze den Endzeitpunkt für diese Downtime." -#: /vagrant/modules/monitoring/application/forms/Command/Instance/DisableNotificationsExpireCommandForm.php:44 +#: ../../../../modules/monitoring/application/forms/Command/Instance/DisableNotificationsExpireCommandForm.php:44 msgid "Set the expire time." msgstr "Setzte das Verfallsdatum." -#: /vagrant/modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:79 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:79 msgid "Set the start date and time for the downtime." msgstr "Setze den Startzeitpunkt für diese Downtime." -#: /vagrant/modules/monitoring/library/Monitoring/MonitoringWizard.php:114 +#: ../../../../modules/monitoring/library/Monitoring/MonitoringWizard.php:112 msgctxt "setup.summary.btn.finish" msgid "Setup the monitoring module for Icinga Web 2" msgstr "Das Monitoringmodul für Icinga Web 2 einrichten" -#: /vagrant/modules/monitoring/application/controllers/ListController.php:87 -#: /vagrant/modules/monitoring/application/controllers/ListController.php:488 -#: /vagrant/modules/monitoring/application/controllers/ListController.php:535 +#: ../../../../modules/monitoring/application/controllers/ListController.php:87 +#: ../../../../modules/monitoring/application/controllers/ListController.php:488 +#: ../../../../modules/monitoring/application/controllers/ListController.php:535 msgid "Severity" msgstr "Schweregrad" -#: /vagrant/modules/monitoring/application/views/scripts/list/comments.phtml:45 -#: /vagrant/modules/monitoring/application/views/scripts/list/hostgroups.phtml:270 -#: /vagrant/modules/monitoring/application/views/scripts/list/contacts.phtml:73 -#: /vagrant/modules/monitoring/application/views/scripts/list/servicegroups.phtml:166 -#: /vagrant/modules/monitoring/application/views/scripts/list/services.phtml:102 -#: /vagrant/modules/monitoring/application/views/scripts/list/downtimes.phtml:48 -#: /vagrant/modules/monitoring/application/views/scripts/list/notifications.phtml:82 -#: /vagrant/modules/monitoring/application/views/scripts/list/hosts.phtml:97 -#: /vagrant/modules/monitoring/application/views/scripts/partials/show-more.phtml:6 -#: /vagrant/modules/monitoring/application/views/scripts/partials/event-history.phtml:192 +#: ../../../../modules/monitoring/application/views/scripts/partials/show-more.phtml:6 +#: ../../../../modules/monitoring/application/views/scripts/partials/event-history.phtml:190 +#: ../../../../modules/monitoring/application/views/scripts/list/comments.phtml:45 +#: ../../../../modules/monitoring/application/views/scripts/list/notifications.phtml:82 +#: ../../../../modules/monitoring/application/views/scripts/list/servicegroups.phtml:166 +#: ../../../../modules/monitoring/application/views/scripts/list/downtimes.phtml:48 +#: ../../../../modules/monitoring/application/views/scripts/list/hostgroups.phtml:270 +#: ../../../../modules/monitoring/application/views/scripts/list/services.phtml:102 +#: ../../../../modules/monitoring/application/views/scripts/list/contacts.phtml:73 +#: ../../../../modules/monitoring/application/views/scripts/list/hosts.phtml:97 msgid "Show More" msgstr "Mehr zeigen" -#: /vagrant/modules/monitoring/library/Monitoring/Web/Controller/MonitoredObjectController.php:249 +#: ../../../../modules/monitoring/library/Monitoring/Web/Controller/MonitoredObjectController.php:249 #, php-format msgid "Show all event records of host %s" msgstr "Zeige alle Ereigniseinträge für den Host %s" -#: /vagrant/modules/monitoring/library/Monitoring/Web/Controller/MonitoredObjectController.php:245 +#: ../../../../modules/monitoring/library/Monitoring/Web/Controller/MonitoredObjectController.php:245 #, 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" -#: /vagrant/modules/monitoring/application/controllers/TacticalController.php:20 +#: ../../../../modules/monitoring/application/controllers/TacticalController.php:20 msgid "" "Show an overview of all hosts and services, their current states and " "monitoring feature utilisation" @@ -3626,52 +3633,52 @@ msgstr "" "Zeige eine Übersicht aller Hosts und Services, ihre aktuellen Zustände und " "Ausutzung der Monitoringmerkmale" -#: /vagrant/modules/monitoring/application/views/scripts/list/contactgroups.phtml:39 -#: /vagrant/modules/monitoring/application/views/scripts/list/contacts.phtml:35 -#: /vagrant/modules/monitoring/application/views/scripts/show/components/contacts.phtml:11 -#: /vagrant/modules/monitoring/application/views/scripts/partials/event-history.phtml:12 +#: ../../../../modules/monitoring/application/views/scripts/partials/event-history.phtml:12 +#: ../../../../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 #, php-format msgid "Show detailed information about %s" msgstr "Zeige detaillierte Informationen über %s" -#: /vagrant/modules/monitoring/application/views/helpers/Link.php:37 -#: /vagrant/modules/monitoring/application/views/scripts/list/services.phtml:65 -#: /vagrant/modules/monitoring/application/views/scripts/list/hosts.phtml:50 -#: /vagrant/modules/monitoring/application/views/scripts/partials/event-history.phtml:156 -#: /vagrant/modules/monitoring/library/Monitoring/Web/Controller/MonitoredObjectController.php:204 +#: ../../../../modules/monitoring/library/Monitoring/Web/Controller/MonitoredObjectController.php:204 +#: ../../../../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/helpers/Link.php:37 #, php-format msgid "Show detailed information for host %s" msgstr "Zeige detaillierte Informationen über Host %s" -#: /vagrant/modules/monitoring/application/views/helpers/Link.php:63 -#: /vagrant/modules/monitoring/application/views/scripts/list/servicegrid.phtml:80 -#: /vagrant/modules/monitoring/application/views/scripts/list/services.phtml:76 -#: /vagrant/modules/monitoring/application/views/scripts/partials/event-history.phtml:170 -#: /vagrant/modules/monitoring/library/Monitoring/Web/Controller/MonitoredObjectController.php:217 +#: ../../../../modules/monitoring/library/Monitoring/Web/Controller/MonitoredObjectController.php:217 +#: ../../../../modules/monitoring/application/views/scripts/partials/event-history.phtml:168 +#: ../../../../modules/monitoring/application/views/scripts/list/services.phtml:76 +#: ../../../../modules/monitoring/application/views/scripts/list/servicegrid.phtml:80 +#: ../../../../modules/monitoring/application/views/helpers/Link.php:63 #, php-format msgid "Show detailed information for service %s on host %s" msgstr "Zeige detaillierte Informationen über Service %s auf Host %s" -#: /vagrant/modules/monitoring/application/views/scripts/partials/comment/comment-detail.phtml:27 +#: ../../../../modules/monitoring/application/views/scripts/partials/comment/comment-detail.phtml:27 #, php-format msgid "Show detailed information for this comment about host %s" msgstr "Zeige detaillierte Informationen zu diesem Kommentar über Host %s" -#: /vagrant/modules/monitoring/application/views/scripts/partials/comment/comment-detail.phtml:13 +#: ../../../../modules/monitoring/application/views/scripts/partials/comment/comment-detail.phtml:13 #, php-format msgid "Show detailed information for this comment about service %s on host %s" msgstr "" "Zeige detaillierte Informationen zu diesem Kommentar zu dem Service %s auf " "Host %s" -#: /vagrant/modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml:35 +#: ../../../../modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml:35 #, php-format msgid "Show detailed information for this downtime scheduled for host %s" msgstr "" "Zeige detaillierte Informationen über diese Downtime, die für den Host %s " "geplant ist" -#: /vagrant/modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml:22 +#: ../../../../modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml:22 #, php-format msgid "" "Show detailed information for this downtime scheduled for service %s on host " @@ -3680,7 +3687,7 @@ msgstr "" "Zeige detaillierte Informationen über diese Downtime, die für den Service %s " "auf Host %s geplant ist" -#: /vagrant/modules/monitoring/application/controllers/HealthController.php:30 +#: ../../../../modules/monitoring/application/controllers/HealthController.php:30 msgid "" "Show information about the current monitoring instance's process and it's " "performance as well as available features" @@ -3688,7 +3695,7 @@ msgstr "" "Zeige Informationen über den Prozess dieser Monitoring-Instanz, ihre " "Leistung sowie die verfügbaren Features" -#: /vagrant/modules/monitoring/application/controllers/AlertsummaryController.php:51 +#: ../../../../modules/monitoring/application/controllers/AlertsummaryController.php:51 msgid "" "Show recent alerts and visualize notifications and problems based on their " "amount and chronological distribution" @@ -3696,150 +3703,150 @@ msgstr "" "Zeige die letzten Alarme und visualisiere Benachrichtigungen und Probleme in " "Abhängigkeit von ihrer Anzahl und zeitlichen Verteilung." -#: /vagrant/modules/monitoring/application/forms/Config/BackendConfigForm.php:249 -#: /vagrant/modules/monitoring/application/forms/Config/Transport/RemoteTransportForm.php:127 +#: ../../../../modules/monitoring/application/forms/Config/BackendConfigForm.php:249 +#: ../../../../modules/monitoring/application/forms/Config/Transport/RemoteTransportForm.php:126 msgid "Show resource configuration" msgstr "Zeige die Ressourcenkonfiguration" -#: /vagrant/modules/monitoring/application/controllers/HealthController.php:41 +#: ../../../../modules/monitoring/application/controllers/HealthController.php:41 msgid "Show statistics about the monitored objects" msgstr "Zeige Statistiken zu den überwachten Objekten" -#: /vagrant/modules/monitoring/application/controllers/HostsController.php:61 +#: ../../../../modules/monitoring/application/controllers/HostsController.php:61 #, php-format msgid "Show summarized information for %u hosts" msgstr "Zeige zusammengefasst Informationen für %u Hosts" -#: /vagrant/modules/monitoring/application/controllers/ServicesController.php:68 +#: ../../../../modules/monitoring/application/controllers/ServicesController.php:68 #, php-format msgid "Show summarized information for %u services" msgstr "Zeige zusammengefasst Informationen für %u Services" -#: /vagrant/modules/monitoring/application/controllers/ListController.php:337 +#: ../../../../modules/monitoring/application/controllers/ListController.php:337 msgid "Show the Event Grid" msgstr "Zeige das Ereignisraster" -#: /vagrant/modules/monitoring/application/controllers/ListController.php:576 +#: ../../../../modules/monitoring/application/controllers/ListController.php:576 msgid "Show the Service Grid" msgstr "Zeige das Serviceraster" -#: /vagrant/modules/monitoring/application/forms/Config/BackendConfigForm.php:248 -#: /vagrant/modules/monitoring/application/forms/Config/Transport/RemoteTransportForm.php:126 +#: ../../../../modules/monitoring/application/forms/Config/BackendConfigForm.php:248 +#: ../../../../modules/monitoring/application/forms/Config/Transport/RemoteTransportForm.php:125 #, php-format msgid "Show the configuration of the %s resource" msgstr "Zeige die Konfiguration der %s Ressource" -#: /vagrant/modules/monitoring/application/controllers/TimelineController.php:24 +#: ../../../../modules/monitoring/application/controllers/TimelineController.php:24 msgid "Show the number of historical event records grouped by time and type" msgstr "" "Zeige die Anzahl der historischen Ereigniseinträge, gruppiert nach Zeit und " "Typ" -#: /vagrant/modules/monitoring/application/forms/Setup/LivestatusResourcePage.php:76 -#: /vagrant/modules/monitoring/application/forms/Setup/IdoResourcePage.php:184 -#: /vagrant/modules/monitoring/application/forms/Config/BackendConfigForm.php:321 +#: ../../../../modules/monitoring/application/forms/Config/BackendConfigForm.php:321 +#: ../../../../modules/monitoring/application/forms/Setup/IdoResourcePage.php:183 +#: ../../../../modules/monitoring/application/forms/Setup/LivestatusResourcePage.php:76 msgid "Skip Validation" msgstr "Validierung überspringen" -#: /vagrant/modules/monitoring/library/Monitoring/BackendStep.php:166 +#: ../../../../modules/monitoring/library/Monitoring/BackendStep.php:166 msgid "Socket" msgstr "Socket" -#: /vagrant/modules/monitoring/application/views/scripts/list/services.phtml:49 -#: /vagrant/modules/monitoring/application/views/scripts/list/hosts.phtml:36 -#: /vagrant/modules/monitoring/application/views/scripts/partials/object/host-header.phtml:12 -#: /vagrant/modules/monitoring/application/views/scripts/partials/object/service-header.phtml:13 -#: /vagrant/modules/monitoring/application/views/scripts/partials/object/service-header.phtml:42 +#: ../../../../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/partials/object/host-header.phtml:12 +#: ../../../../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" -#: /vagrant/modules/monitoring/application/views/scripts/partials/event-history.phtml:114 +#: ../../../../modules/monitoring/application/views/scripts/partials/event-history.phtml:113 msgctxt "tooltip" msgid "Soft state" msgstr "Soft state" -#: /vagrant/modules/monitoring/library/Monitoring/MonitoringWizard.php:111 +#: ../../../../modules/monitoring/library/Monitoring/MonitoringWizard.php:109 msgctxt "setup.welcome.btn.next" msgid "Start" msgstr "Beginnen" -#: /vagrant/modules/monitoring/application/controllers/ListController.php:251 -#: /vagrant/modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:78 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:78 +#: ../../../../modules/monitoring/application/controllers/ListController.php:251 msgid "Start Time" msgstr "Anfangszeit" -#: /vagrant/modules/monitoring/application/controllers/TimelineController.php:70 +#: ../../../../modules/monitoring/application/controllers/TimelineController.php:71 msgid "Started downtimes" msgstr "Begonnene Downtimes" -#: /vagrant/modules/monitoring/application/forms/StatehistoryForm.php:111 -#: /vagrant/modules/monitoring/application/forms/StatehistoryForm.php:130 +#: ../../../../modules/monitoring/application/forms/StatehistoryForm.php:111 +#: ../../../../modules/monitoring/application/forms/StatehistoryForm.php:130 msgid "State" msgstr "Zustand" -#: /vagrant/modules/monitoring/application/forms/EventOverviewForm.php:44 +#: ../../../../modules/monitoring/application/forms/EventOverviewForm.php:44 msgid "State Changes" msgstr "Zustandsänderungen" -#: /vagrant/modules/monitoring/application/controllers/HealthController.php:43 +#: ../../../../modules/monitoring/application/controllers/HealthController.php:43 msgid "Stats" msgstr "Statistiken" -#: /vagrant/modules/monitoring/application/forms/Command/Object/ProcessCheckResultCommandForm.php:53 +#: ../../../../modules/monitoring/application/forms/Command/Object/ProcessCheckResultCommandForm.php:55 msgid "Status" msgstr "Zustand" -#: /vagrant/modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:116 +#: ../../../../modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:116 msgid "Sticky Acknowledgement" msgstr "Sticky Bestätigung" -#: /vagrant/modules/monitoring/application/forms/Command/Object/ProcessCheckResultCommandForm.php:31 +#: ../../../../modules/monitoring/application/forms/Command/Object/ProcessCheckResultCommandForm.php:31 msgid "Submit Passive Check Result" msgid_plural "Submit Passive Check Results" msgstr[0] "Passives Check-Ergebnis übermitteln" msgstr[1] "Passives Check-Ergebnisse übermitteln" -#: /vagrant/modules/monitoring/application/controllers/HostController.php:166 +#: ../../../../modules/monitoring/application/controllers/HostController.php:166 msgid "Submit Passive Host Check Result" msgstr "Passives Host-Check-Ergebnis übermitteln" -#: /vagrant/modules/monitoring/application/controllers/HostsController.php:211 +#: ../../../../modules/monitoring/application/controllers/HostsController.php:212 msgid "Submit Passive Host Check Results" msgstr "Passive Host-Check-Ergebnisse übermitteln" -#: /vagrant/modules/monitoring/application/controllers/ServiceController.php:124 +#: ../../../../modules/monitoring/application/controllers/ServiceController.php:126 msgid "Submit Passive Service Check Result" msgstr "Passives Service-Check-Ergebnis übermitteln" -#: /vagrant/modules/monitoring/application/controllers/ServicesController.php:214 +#: ../../../../modules/monitoring/application/controllers/ServicesController.php:214 msgid "Submit Passive Service Check Results" msgstr "Passive Service-Check-Ergebnisse übermitteln" -#: /vagrant/modules/monitoring/application/views/scripts/show/components/command.phtml:17 +#: ../../../../modules/monitoring/application/views/scripts/show/components/command.phtml:17 #, php-format msgid "Submit a one time or so called passive result for the %s check" msgstr "" "Einmaliges oder sogenanntes passives Check-Ergebnis für den %s-Check " "übermitteln" -#: /vagrant/modules/monitoring/configuration.php:244 +#: ../../../../modules/monitoring/configuration.php:244 msgid "System" msgstr "System" -#: /vagrant/modules/monitoring/configuration.php:172 -#: /vagrant/modules/monitoring/application/controllers/TacticalController.php:23 +#: ../../../../modules/monitoring/configuration.php:172 +#: ../../../../modules/monitoring/application/controllers/TacticalController.php:23 msgid "Tactical Overview" msgstr "Taktische Übersicht" -#: /vagrant/modules/monitoring/library/Monitoring/MonitoringWizard.php:192 +#: ../../../../modules/monitoring/library/Monitoring/MonitoringWizard.php:190 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." -#: /vagrant/modules/monitoring/library/Monitoring/MonitoringWizard.php:212 +#: ../../../../modules/monitoring/library/Monitoring/MonitoringWizard.php:210 msgid "" "The Zend database adapter for PostgreSQL is required to access a PostgreSQL " "database." @@ -3847,19 +3854,19 @@ msgstr "" "Der Zend Datenbank-Adapter für PostgreSQL wird benötigt, um auf PostgreSQL-" "Datenbanken zuzugreifen." -#: /vagrant/modules/monitoring/application/forms/Setup/IdoResourcePage.php:102 +#: ../../../../modules/monitoring/application/forms/Setup/IdoResourcePage.php:102 msgid "The configuration has been successfully validated." msgstr "Die Konfiguration wurde erfolgreich validiert." -#: /vagrant/modules/monitoring/application/forms/Setup/BackendPage.php:46 +#: ../../../../modules/monitoring/application/forms/Setup/BackendPage.php:46 msgid "The data source used for retrieving monitoring information" msgstr "Die Datenquelle für das Abrufen von Monitoring-Daten" -#: /vagrant/modules/monitoring/application/views/scripts/downtime/show.phtml:143 +#: ../../../../modules/monitoring/application/views/scripts/downtime/show.phtml:143 msgid "The date/time the scheduled downtime actually ended" msgstr "Der tatsächliche Endzeitpunkt der geplanten Downtime" -#: /vagrant/modules/monitoring/application/views/scripts/downtime/show.phtml:123 +#: ../../../../modules/monitoring/application/views/scripts/downtime/show.phtml:123 msgid "" "The date/time the scheduled downtime is supposed to end. If this is a " "flexible (non-fixed) downtime, this refers to the last possible time that " @@ -3869,7 +3876,7 @@ msgstr "" "flexiblen (nicht-festen) Downtime ist dies der spätmöglichste Zeitpunkt, zu " "dem sie beginnen kann" -#: /vagrant/modules/monitoring/application/views/scripts/downtime/show.phtml:116 +#: ../../../../modules/monitoring/application/views/scripts/downtime/show.phtml:116 msgid "" "The date/time the scheduled downtime is supposed to start. If this is a " "flexible (non-fixed) downtime, this refers to the earliest possible time " @@ -3879,30 +3886,30 @@ msgstr "" "flexiblen (nicht-festen) Downtime ist dies der frühestmögliche Zeitpunkt, zu " "dem sie beginnen kann" -#: /vagrant/modules/monitoring/application/forms/Command/Object/ScheduleHostDowntimeCommandForm.php:66 -#: /vagrant/modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:204 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleHostDowntimeCommandForm.php:70 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:204 msgid "The end time must be greater than the start time" msgstr "Der Endzeitpunkt muss hinter dem Startzeitpunkt liegen" -#: /vagrant/modules/monitoring/library/Monitoring/DataView/DataView.php:448 +#: ../../../../modules/monitoring/library/Monitoring/DataView/DataView.php:447 #, php-format msgid "The filter column \"%s\" is not allowed here." msgstr "Die Filterspalte “%s” ist hier nicht erlaubt." -#: /vagrant/modules/monitoring/library/Monitoring/MonitoringWizard.php:66 +#: ../../../../modules/monitoring/library/Monitoring/MonitoringWizard.php:64 msgid "The given resource name is already in use." msgstr "Der eingegebene Name der Ressource wird bereits benutzt." -#: /vagrant/modules/monitoring/application/forms/Setup/BackendPage.php:29 +#: ../../../../modules/monitoring/application/forms/Setup/BackendPage.php:29 msgid "The identifier of this backend" msgstr "Die Kennung des Backends" -#: /vagrant/modules/monitoring/application/views/scripts/show/components/notifications.phtml:57 +#: ../../../../modules/monitoring/application/views/scripts/show/components/notifications.phtml:57 #, php-format msgid "The last one was sent %s." msgstr "Die letzte wurde %s gesendet." -#: /vagrant/modules/monitoring/application/forms/Config/TransportConfigForm.php:203 +#: ../../../../modules/monitoring/application/forms/Config/TransportConfigForm.php:204 msgid "" "The name of the Icinga instance this transport should exclusively transfer " "commands to." @@ -3910,11 +3917,11 @@ msgstr "" "Der Name der einzigen Icinga-Instanz, an die dieser Transport Befehle " "übermitteln soll." -#: /vagrant/modules/monitoring/application/views/scripts/downtime/show.phtml:38 +#: ../../../../modules/monitoring/application/views/scripts/downtime/show.phtml:38 msgid "The name of the person who scheduled this downtime" msgstr "Der Name der Person, die die Downtime geplant hat" -#: /vagrant/modules/monitoring/application/forms/Config/TransportConfigForm.php:217 +#: ../../../../modules/monitoring/application/forms/Config/TransportConfigForm.php:218 msgid "" "The name of this command transport that is used to differentiate it from " "others" @@ -3922,7 +3929,7 @@ msgstr "" "Der Name des Befehlstransports, welcher verwendet wird, um ihn von anderen " "zu unterscheiden" -#: /vagrant/modules/monitoring/application/forms/Config/BackendConfigForm.php:189 +#: ../../../../modules/monitoring/application/forms/Config/BackendConfigForm.php:189 msgid "" "The name of this monitoring backend that is used to differentiate it from " "others" @@ -3930,7 +3937,7 @@ msgstr "" "Der Name des Monitoring-Backends, welcher verwendet wird, um es von anderen " "zu unterscheiden" -#: /vagrant/modules/monitoring/application/forms/Command/Object/ProcessCheckResultCommandForm.php:79 +#: ../../../../modules/monitoring/application/forms/Command/Object/ProcessCheckResultCommandForm.php:81 msgid "" "The performance data of this check result. Leave empty if this check result " "has no performance data" @@ -3938,29 +3945,29 @@ msgstr "" "Die Performance-Daten des Check-Ergebnisses. Freilassen, wenn dieses Check-" "Ergebnis keine Performance-Daten hat" -#: /vagrant/modules/monitoring/application/forms/Command/Object/ProcessCheckResultCommandForm.php:69 +#: ../../../../modules/monitoring/application/forms/Command/Object/ProcessCheckResultCommandForm.php:71 msgid "The plugin output of this check result" msgstr "Der Plugin-Output des Check-Ergebnisses" -#: /vagrant/modules/monitoring/application/forms/Config/BackendConfigForm.php:231 -#: /vagrant/modules/monitoring/application/forms/Config/Transport/RemoteTransportForm.php:109 +#: ../../../../modules/monitoring/application/forms/Config/BackendConfigForm.php:231 +#: ../../../../modules/monitoring/application/forms/Config/Transport/RemoteTransportForm.php:108 msgid "The resource to use" msgstr "Die zu benutzenden Ressource" -#: /vagrant/modules/monitoring/library/Monitoring/DataView/DataView.php:357 +#: ../../../../modules/monitoring/library/Monitoring/DataView/DataView.php:356 #, php-format msgid "The sort column \"%s\" is not allowed in \"%s\"." msgstr "Die Spalte “%s” ist in “%s” nicht zum Sortieren erlaubt." -#: /vagrant/modules/monitoring/application/forms/Command/Object/ProcessCheckResultCommandForm.php:54 +#: ../../../../modules/monitoring/application/forms/Command/Object/ProcessCheckResultCommandForm.php:56 msgid "The state this check result should report" msgstr "Der von diesem Check-Ergebnis erwartete Status" -#: /vagrant/modules/monitoring/application/forms/Config/BackendConfigForm.php:217 +#: ../../../../modules/monitoring/application/forms/Config/BackendConfigForm.php:217 msgid "The type of data source used for retrieving monitoring information" msgstr "Der Typ der Datenquelle für das Abrufen von Monitoring-Daten" -#: /vagrant/modules/monitoring/application/forms/Config/BackendConfigForm.php:375 +#: ../../../../modules/monitoring/application/forms/Config/BackendConfigForm.php:375 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 " @@ -3971,7 +3978,7 @@ msgstr "" "nicht gewünscht ist, sollte eine separate IDO für jede Instanz aufgesetzt " "werden." -#: /vagrant/modules/monitoring/application/forms/Config/BackendConfigForm.php:369 +#: ../../../../modules/monitoring/application/forms/Config/BackendConfigForm.php:369 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." @@ -3979,12 +3986,12 @@ msgstr "" "Es gibt zurzeit keine Icinga-Instanz die in die IDO schreibt. Stelle sicher, " "dass eine Icinga-Instanz konfiguriert ist und in die IDO schreiben kann." -#: /vagrant/modules/monitoring/library/Monitoring/Backend/MonitoringBackend.php:91 +#: ../../../../modules/monitoring/library/Monitoring/Backend/MonitoringBackend.php:89 #, php-format msgid "There is no \"%s\" monitoring backend" msgstr "Es gibt kein “%s” Monitoring-Backend" -#: /vagrant/modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:23 +#: ../../../../modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:23 msgid "" "This command is used to acknowledge host or service problems. When a problem " "is acknowledged, future notifications about problems are temporarily " @@ -3995,12 +4002,12 @@ msgstr "" "Probleme vorübergehend deaktiviert, bis der entsprechende Host oder Service " "sich erholt." -#: /vagrant/modules/monitoring/application/forms/Command/Object/AddCommentCommandForm.php:20 +#: ../../../../modules/monitoring/application/forms/Command/Object/AddCommentCommandForm.php:20 msgid "This command is used to add host or service comments." msgstr "" "Dieser Befehl wird verwendet, um Host- oder Service-Kommentare hinzuzufügen." -#: /vagrant/modules/monitoring/application/forms/Command/Instance/DisableNotificationsExpireCommandForm.php:26 +#: ../../../../modules/monitoring/application/forms/Command/Instance/DisableNotificationsExpireCommandForm.php:26 msgid "" "This command is used to disable host and service notifications for a " "specific time." @@ -4008,7 +4015,7 @@ msgstr "" "Dieser Befehl wird verwendet, um Host- oder Service-Benachrichtigungen für " "eine bestimmte Zeit zu deaktivieren." -#: /vagrant/modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:33 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:33 msgid "" "This command is used to schedule host and service downtimes. During the " "specified downtime, Icinga will not send notifications out about the hosts " @@ -4023,7 +4030,7 @@ msgstr "" "Downtimes bleiben über Herunterfahren und Neustart von Icinga hinweg " "erhalten." -#: /vagrant/modules/monitoring/application/forms/Command/Object/ScheduleServiceCheckCommandForm.php:23 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceCheckCommandForm.php:23 msgid "" "This command is used to schedule the next check of hosts or services. Icinga " "will re-queue the hosts or services to be checked at the time you specify." @@ -4032,42 +4039,42 @@ msgstr "" "Services einzuplanen. Aktuell anstehende Überprüfungen werden durch die neu " "spezifizierte ersetzt." -#: /vagrant/modules/monitoring/application/forms/Command/Object/SendCustomNotificationCommandForm.php:21 +#: ../../../../modules/monitoring/application/forms/Command/Object/SendCustomNotificationCommandForm.php:21 msgid "" "This command is used to send custom notifications about hosts or services." msgstr "" "Dieser Befehl wird verwendet, um angepasste Benachrichtigungen über Hosts " "und Services zu versenden." -#: /vagrant/modules/monitoring/application/forms/Command/Object/ProcessCheckResultCommandForm.php:20 +#: ../../../../modules/monitoring/application/forms/Command/Object/ProcessCheckResultCommandForm.php:20 msgid "This command is used to submit passive host or service check results." msgstr "" "Dieser Befehl wird verwendet, um passive Host- oder Service-" "Überprüfungsergebnisse zu übermitteln." -#: /vagrant/modules/monitoring/application/views/scripts/comment/show.phtml:63 +#: ../../../../modules/monitoring/application/views/scripts/comment/show.phtml:63 msgid "This comment does not expire." msgstr "Dieser Kommentar verfällt nicht." -#: /vagrant/modules/monitoring/application/views/scripts/partials/comment/comment-detail.phtml:41 +#: ../../../../modules/monitoring/application/views/scripts/partials/comment/comment-detail.phtml:41 #, php-format msgid "This comment expires on %s at %s" msgstr "Dieser Kommentar verfällt am %s um %s" -#: /vagrant/modules/monitoring/application/views/scripts/comment/show.phtml:60 +#: ../../../../modules/monitoring/application/views/scripts/comment/show.phtml:60 #, php-format msgid "This comment expires on %s at %s." msgstr "Dieser Kommentar verfällt am %s um %s." -#: /vagrant/modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml:50 +#: ../../../../modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml:50 msgid "This downtime is flexible" msgstr "Diese Downtime ist flexibel" -#: /vagrant/modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml:54 +#: ../../../../modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml:54 msgid "This downtime is in effect" msgstr "Diese Downtime ist wirksam" -#: /vagrant/modules/monitoring/application/views/scripts/downtime/show.phtml:106 +#: ../../../../modules/monitoring/application/views/scripts/downtime/show.phtml:106 #, php-format msgid "" "This fixed host downtime has been scheduled to start on %s at %s and to end " @@ -4075,13 +4082,13 @@ msgid "" msgstr "" "Diese feste Host-Downtime soll am %s um %s beginnen und am %s um %s enden." -#: /vagrant/modules/monitoring/application/views/scripts/downtime/show.phtml:96 +#: ../../../../modules/monitoring/application/views/scripts/downtime/show.phtml:96 #, php-format msgid "" "This fixed host downtime was started on %s at %s and expires on %s at %s." msgstr "Diese feste Host-Downtime begann am %s um %s und verfällt am %s um %s." -#: /vagrant/modules/monitoring/application/views/scripts/downtime/show.phtml:105 +#: ../../../../modules/monitoring/application/views/scripts/downtime/show.phtml:105 #, php-format msgid "" "This fixed service downtime has been scheduled to start on %s at %s and to " @@ -4089,14 +4096,14 @@ msgid "" msgstr "" "Diese feste Service-Downtime soll am %s um %s beginnen und am %s um %s enden." -#: /vagrant/modules/monitoring/application/views/scripts/downtime/show.phtml:95 +#: ../../../../modules/monitoring/application/views/scripts/downtime/show.phtml:95 #, php-format msgid "" "This fixed service downtime was started on %s at %s and expires on %s at %s." msgstr "" "Diese feste Service-Downtime begann am %s um %s und verfällt am %s um %s." -#: /vagrant/modules/monitoring/application/views/scripts/downtime/show.phtml:85 +#: ../../../../modules/monitoring/application/views/scripts/downtime/show.phtml:85 #, php-format msgid "" "This flexible host downtime has been scheduled to start between %s - %s and " @@ -4104,7 +4111,7 @@ msgid "" msgstr "" "Diese flexible Host-Downtime soll zwischen %s und %s beginnen und %s dauern." -#: /vagrant/modules/monitoring/application/views/scripts/downtime/show.phtml:74 +#: ../../../../modules/monitoring/application/views/scripts/downtime/show.phtml:74 #, php-format msgid "" "This flexible host downtime was started on %s at %s and lasts for %s until " @@ -4112,7 +4119,7 @@ msgid "" msgstr "" "Diese flexible Host-Downtime begann am %s um %s und dauert %s bis %s %s." -#: /vagrant/modules/monitoring/application/views/scripts/downtime/show.phtml:84 +#: ../../../../modules/monitoring/application/views/scripts/downtime/show.phtml:84 #, php-format msgid "" "This flexible service downtime has been scheduled to start between %s - %s " @@ -4121,7 +4128,7 @@ msgstr "" "Diese flexible Service-Downtime soll zwischen %s und %s beginnen und %s " "dauern." -#: /vagrant/modules/monitoring/application/views/scripts/downtime/show.phtml:73 +#: ../../../../modules/monitoring/application/views/scripts/downtime/show.phtml:73 #, php-format msgid "" "This flexible service downtime was started on %s at %s and lasts for %s " @@ -4129,33 +4136,33 @@ msgid "" msgstr "" "Diese flexible Service-Downtime begann am %s um %s und dauert %s bis %s %s." -#: /vagrant/modules/monitoring/application/forms/Setup/WelcomePage.php:33 +#: ../../../../modules/monitoring/application/forms/Setup/WelcomePage.php:35 msgid "This is the core module for Icinga Web 2." msgstr "Dies ist das Kernmodul von Icinga Web 2" -#: /vagrant/modules/monitoring/application/views/scripts/partials/event-history.phtml:56 +#: ../../../../modules/monitoring/application/views/scripts/partials/event-history.phtml:56 msgid "This notification was not sent out to any contact." msgstr "Diese Benachrichtigung wurde an keinen Kontakt gesendet." -#: /vagrant/modules/monitoring/application/views/scripts/alertsummary/index.phtml:22 +#: ../../../../modules/monitoring/application/views/scripts/alertsummary/index.phtml:22 msgid "Time to Reaction (Ack, Recover)" msgstr "Zeit bis zur Reaktion (Bestätigung, Wiederherstellung)" -#: /vagrant/modules/monitoring/application/controllers/TimelineController.php:108 +#: ../../../../modules/monitoring/application/controllers/TimelineController.php:109 msgid "TimeLine interval" msgstr "Zeitleisten Intervall" -#: /vagrant/modules/monitoring/configuration.php:228 -#: /vagrant/modules/monitoring/application/controllers/TimelineController.php:25 -#: /vagrant/modules/monitoring/application/controllers/TimelineController.php:29 +#: ../../../../modules/monitoring/configuration.php:228 +#: ../../../../modules/monitoring/application/controllers/TimelineController.php:25 +#: ../../../../modules/monitoring/application/controllers/TimelineController.php:29 msgid "Timeline" msgstr "Zeitleiste" -#: /vagrant/modules/monitoring/application/forms/StatehistoryForm.php:81 +#: ../../../../modules/monitoring/application/forms/StatehistoryForm.php:81 msgid "To" msgstr "Um" -#: /vagrant/modules/monitoring/library/Monitoring/MonitoringWizard.php:183 +#: ../../../../modules/monitoring/library/Monitoring/MonitoringWizard.php:181 msgid "" "To access the IDO stored in a MySQL database the PDO-MySQL module for PHP is " "required." @@ -4163,7 +4170,7 @@ msgstr "" "Um auf die in einer MySQL gespeicherte IDO zuzugreifen, wird das PDO-MySQL " "Modul für PHP benötigt." -#: /vagrant/modules/monitoring/library/Monitoring/MonitoringWizard.php:203 +#: ../../../../modules/monitoring/library/Monitoring/MonitoringWizard.php:201 msgid "" "To access the IDO stored in a PostgreSQL database the PDO-PostgreSQL module " "for PHP is required." @@ -4171,7 +4178,7 @@ msgstr "" "Um auf die in einer PostgreSQL gespeicherte IDO zuzugreifen, wird das PDO-" "PostgreSQL Modul für PHP benötigt." -#: /vagrant/modules/monitoring/application/forms/Setup/SecurityPage.php:16 +#: ../../../../modules/monitoring/application/forms/Setup/SecurityPage.php:16 msgid "" "To protect your monitoring environment against prying eyes please fill out " "the settings below." @@ -4179,127 +4186,135 @@ msgstr "" "Füllen die Einstellungen unterhalb aus um die Monitoring Umgebung gegen " "neugierige Augen zu beschützen." -#: /vagrant/modules/monitoring/application/forms/StatehistoryForm.php:84 +#: ../../../../modules/monitoring/library/Monitoring/MonitoringWizard.php:221 +msgid "" +"To send external commands over Icinga 2's API the cURL module for PHP is " +"required." +msgstr "" +"Um externe Icinga-Befehle über die Icinga 2 API zu versenden, wird das cURL " +"Modul für PHP benötigt." + +#: ../../../../modules/monitoring/application/forms/StatehistoryForm.php:84 msgid "Today" msgstr "Heute" -#: /vagrant/modules/monitoring/application/views/scripts/alertsummary/index.phtml:56 +#: ../../../../modules/monitoring/application/views/scripts/alertsummary/index.phtml:56 msgid "Top 5 Recent Alerts" msgstr "Top 5 der letzten Alarme" -#: /vagrant/modules/monitoring/application/views/scripts/health/stats.phtml:68 -#: /vagrant/modules/monitoring/application/views/scripts/health/stats.phtml:94 +#: ../../../../modules/monitoring/application/views/scripts/health/stats.phtml:68 +#: ../../../../modules/monitoring/application/views/scripts/health/stats.phtml:94 msgid "Total" msgstr "Gesamt" -#: /vagrant/modules/monitoring/application/controllers/ListController.php:537 +#: ../../../../modules/monitoring/application/controllers/ListController.php:537 msgid "Total Hosts" msgstr "Alle Hosts" -#: /vagrant/modules/monitoring/application/controllers/ListController.php:490 -#: /vagrant/modules/monitoring/application/controllers/ListController.php:538 +#: ../../../../modules/monitoring/application/controllers/ListController.php:490 +#: ../../../../modules/monitoring/application/controllers/ListController.php:538 msgid "Total Services" msgstr "Alle Services" -#: /vagrant/modules/monitoring/application/views/scripts/config/index.phtml:76 +#: ../../../../modules/monitoring/application/views/scripts/config/index.phtml:76 msgid "Transport" msgstr "Transport" -#: /vagrant/modules/monitoring/application/forms/Config/TransportConfigForm.php:215 +#: ../../../../modules/monitoring/application/forms/Config/TransportConfigForm.php:216 msgid "Transport Name" msgstr "Transport Name" -#: /vagrant/modules/monitoring/application/forms/Config/TransportConfigForm.php:240 +#: ../../../../modules/monitoring/application/forms/Config/TransportConfigForm.php:244 msgid "Transport Type" msgstr "Transport Typ" -#: /vagrant/modules/monitoring/application/views/scripts/alertsummary/index.phtml:29 +#: ../../../../modules/monitoring/application/views/scripts/alertsummary/index.phtml:29 msgid "Trend" msgstr "Verlauf" -#: /vagrant/modules/monitoring/application/views/scripts/alertsummary/index.phtml:39 +#: ../../../../modules/monitoring/application/views/scripts/alertsummary/index.phtml:39 msgid "Trend for the last 24h" msgstr "Verlauf der letzten 24 Stunden" -#: /vagrant/modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:99 +#: ../../../../modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:99 msgid "Type" msgstr "Typ" -#: /vagrant/modules/monitoring/application/views/scripts/config/index.phtml:39 -#: /vagrant/modules/monitoring/application/views/scripts/config/index.phtml:94 +#: ../../../../modules/monitoring/application/views/scripts/config/index.phtml:39 +#: ../../../../modules/monitoring/application/views/scripts/config/index.phtml:94 #, php-format msgid "Type: %s" msgstr "Typ: %s" -#: /vagrant/modules/monitoring/library/Monitoring/Object/Service.php:200 +#: ../../../../modules/monitoring/library/Monitoring/Object/Service.php:200 msgid "UNKNOWN" msgstr "UNBEKANNT" -#: /vagrant/modules/monitoring/application/forms/Command/Object/ProcessCheckResultCommandForm.php:59 +#: ../../../../modules/monitoring/application/forms/Command/Object/ProcessCheckResultCommandForm.php:61 msgctxt "icinga.state" msgid "UNKNOWN" msgstr "UNBEKANNT" -#: /vagrant/modules/monitoring/library/Monitoring/Object/Host.php:188 +#: ../../../../modules/monitoring/library/Monitoring/Object/Host.php:188 msgid "UNREACHABLE" msgstr "UNERREICHBAR" -#: /vagrant/modules/monitoring/application/forms/Command/Object/ProcessCheckResultCommandForm.php:128 +#: ../../../../modules/monitoring/application/forms/Command/Object/ProcessCheckResultCommandForm.php:130 msgctxt "icinga.state" msgid "UNREACHABLE" msgstr "UNERREICHBAR" -#: /vagrant/modules/monitoring/library/Monitoring/Object/Host.php:182 +#: ../../../../modules/monitoring/library/Monitoring/Object/Host.php:182 msgid "UP" msgstr "UP" -#: /vagrant/modules/monitoring/application/forms/Command/Object/ProcessCheckResultCommandForm.php:123 +#: ../../../../modules/monitoring/application/forms/Command/Object/ProcessCheckResultCommandForm.php:125 msgctxt "icinga.state" msgid "UP" msgstr "UP" -#: /vagrant/modules/monitoring/application/views/helpers/HostFlags.php:10 -#: /vagrant/modules/monitoring/application/views/helpers/ServiceFlags.php:10 +#: ../../../../modules/monitoring/application/views/helpers/ServiceFlags.php:10 +#: ../../../../modules/monitoring/application/views/helpers/HostFlags.php:10 msgid "Unhandled" msgstr "Unbehandelt" -#: /vagrant/modules/monitoring/application/views/scripts/health/stats.phtml:14 +#: ../../../../modules/monitoring/application/views/scripts/health/stats.phtml:14 msgid "Unhandled Problems:" msgstr "Unbehandelte Probleme:" -#: /vagrant/modules/monitoring/application/forms/StatehistoryForm.php:116 +#: ../../../../modules/monitoring/application/forms/StatehistoryForm.php:116 msgid "Unknown" msgstr "Unbekannt" -#: /vagrant/modules/monitoring/application/forms/StatehistoryForm.php:135 +#: ../../../../modules/monitoring/application/forms/StatehistoryForm.php:135 msgid "Unreachable" msgstr "Nicht erreichbar" -#: /vagrant/modules/monitoring/application/forms/StatehistoryForm.php:133 +#: ../../../../modules/monitoring/application/forms/StatehistoryForm.php:133 msgid "Up" msgstr "Up" -#: /vagrant/modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:76 +#: ../../../../modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php:76 msgid "Use Expire Time" msgstr "Verfallszeitpunkt nutzen" -#: /vagrant/modules/monitoring/application/forms/Config/Transport/RemoteTransportForm.php:88 +#: ../../../../modules/monitoring/application/forms/Config/Transport/RemoteTransportForm.php:88 msgid "Use SSH Identity" msgstr "Benutze SSH Identität" -#: /vagrant/modules/monitoring/application/views/scripts/comment/show.phtml:43 -#: /vagrant/modules/monitoring/application/views/scripts/downtime/show.phtml:40 -#: /vagrant/modules/monitoring/application/forms/Config/Transport/RemoteTransportForm.php:163 +#: ../../../../modules/monitoring/application/forms/Config/Transport/RemoteTransportForm.php:163 +#: ../../../../modules/monitoring/application/views/scripts/downtime/show.phtml:40 +#: ../../../../modules/monitoring/application/views/scripts/comment/show.phtml:43 msgid "User" msgstr "Benutzer" -#: /vagrant/modules/monitoring/application/views/scripts/partials/comment/comment-description.phtml:10 +#: ../../../../modules/monitoring/application/views/scripts/partials/comment/comment-description.phtml:10 msgid "User Comment" msgstr "Benutzerkommentar" -#: /vagrant/modules/monitoring/application/forms/Config/Transport/ApiTransportForm.php:52 -#: /vagrant/modules/monitoring/application/forms/Config/Transport/ApiTransportForm.php:64 -#: /vagrant/modules/monitoring/application/forms/Config/Transport/RemoteTransportForm.php:165 +#: ../../../../modules/monitoring/application/forms/Config/Transport/RemoteTransportForm.php:165 +#: ../../../../modules/monitoring/application/forms/Config/Transport/ApiTransportForm.php:53 +#: ../../../../modules/monitoring/application/forms/Config/Transport/ApiTransportForm.php:65 msgid "" "User to log in as on the remote Icinga instance. Please note that key-based " "SSH login must be possible for this user" @@ -4307,210 +4322,210 @@ msgstr "" "Der Benutzer der sich auf der entfernte Icinga Instanz anmeldet. Bitte " "beachte, der Benutzer muss sich per SSH Schlüssel einloggen können." -#: /vagrant/modules/monitoring/library/Monitoring/BackendStep.php:109 -#: /vagrant/modules/monitoring/library/Monitoring/TransportStep.php:102 +#: ../../../../modules/monitoring/library/Monitoring/TransportStep.php:102 +#: ../../../../modules/monitoring/library/Monitoring/BackendStep.php:109 msgid "Username" msgstr "Benutzername" -#: /vagrant/modules/monitoring/library/Monitoring/MonitoringWizard.php:124 +#: ../../../../modules/monitoring/library/Monitoring/MonitoringWizard.php:122 msgid "Validate Configuration" msgstr "Validiere die Konfiguration" -#: /vagrant/modules/monitoring/library/Monitoring/MonitoringWizard.php:125 +#: ../../../../modules/monitoring/library/Monitoring/MonitoringWizard.php:123 msgid "Validation In Progress" msgstr "Überprüfung läuft" -#: /vagrant/modules/monitoring/application/forms/Setup/IdoResourcePage.php:131 +#: ../../../../modules/monitoring/application/forms/Setup/IdoResourcePage.php:131 msgid "Validation Log" msgstr "Überprüfungsprotokoll" -#: /vagrant/modules/monitoring/application/views/helpers/Perfdata.php:37 +#: ../../../../modules/monitoring/application/views/helpers/Perfdata.php:37 msgid "Value" msgstr "Wert" -#: /vagrant/modules/monitoring/application/controllers/AlertsummaryController.php:623 +#: ../../../../modules/monitoring/application/controllers/AlertsummaryController.php:623 msgid "Value for interval not valid" msgstr "Wert des Intervalls ist nicht zulässig" -#: /vagrant/modules/monitoring/library/Monitoring/Object/Service.php:194 +#: ../../../../modules/monitoring/library/Monitoring/Object/Service.php:194 msgid "WARNING" msgstr "WARNUNG" -#: /vagrant/modules/monitoring/application/forms/Command/Object/ProcessCheckResultCommandForm.php:57 +#: ../../../../modules/monitoring/application/forms/Command/Object/ProcessCheckResultCommandForm.php:59 msgctxt "icinga.state" msgid "WARNING" msgstr "WARNUNG" -#: /vagrant/modules/monitoring/application/views/helpers/Perfdata.php:40 -#: /vagrant/modules/monitoring/application/forms/StatehistoryForm.php:115 +#: ../../../../modules/monitoring/application/forms/StatehistoryForm.php:115 +#: ../../../../modules/monitoring/application/views/helpers/Perfdata.php:40 msgid "Warning" msgstr "Warnung" -#: /vagrant/modules/monitoring/application/forms/Setup/WelcomePage.php:21 +#: ../../../../modules/monitoring/application/forms/Setup/WelcomePage.php:22 msgid "Welcome to the configuration of the monitoring module for Icinga Web 2!" msgstr "Willkommen bei der Konfiguration des Icinga Web 2 Monitoring Moduls!" -#: /vagrant/modules/monitoring/application/views/scripts/comment/show.phtml:48 -#: /vagrant/modules/monitoring/application/views/scripts/downtime/show.phtml:155 +#: ../../../../modules/monitoring/application/views/scripts/downtime/show.phtml:155 +#: ../../../../modules/monitoring/application/views/scripts/comment/show.phtml:48 msgid "Yes" msgstr "Ja" -#: /vagrant/modules/monitoring/library/Monitoring/MonitoringWizard.php:189 +#: ../../../../modules/monitoring/library/Monitoring/MonitoringWizard.php:187 msgid "Zend database adapter for MySQL" msgstr "Zend Datenbankadapter für MySQL" -#: /vagrant/modules/monitoring/library/Monitoring/MonitoringWizard.php:209 +#: ../../../../modules/monitoring/library/Monitoring/MonitoringWizard.php:207 msgid "Zend database adapter for PostgreSQL" msgstr "Zend Datenbankadapter für PostgreSQL" -#: /vagrant/modules/monitoring/application/views/scripts/show/components/acknowledgement.phtml:22 +#: ../../../../modules/monitoring/application/views/scripts/show/components/acknowledgement.phtml:22 msgid "acknowledged" msgstr "bestätigt" -#: /vagrant/modules/monitoring/application/views/scripts/timeline/index.phtml:60 +#: ../../../../modules/monitoring/application/views/scripts/timeline/index.phtml:60 #, php-format msgctxt "timeline.link.title.datetime.twice" msgid "between %s and %s" msgstr "zwischen %s und %s" -#: /vagrant/modules/monitoring/application/views/scripts/partials/comment/comment-detail.phtml:34 -#: /vagrant/modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml:42 +#: ../../../../modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml:42 +#: ../../../../modules/monitoring/application/views/scripts/partials/comment/comment-detail.phtml:34 msgid "by" msgstr "von" -#: /vagrant/modules/monitoring/application/forms/Command/Object/ToggleObjectFeaturesCommandForm.php:80 +#: ../../../../modules/monitoring/application/forms/Command/Object/ToggleObjectFeaturesCommandForm.php:80 msgid "changed" msgstr "geändert" -#: /vagrant/modules/monitoring/application/views/scripts/show/components/comments.phtml:51 +#: ../../../../modules/monitoring/application/views/scripts/show/components/comments.phtml:51 msgid "commented" msgstr "kommentiert" -#: /vagrant/modules/monitoring/application/views/scripts/show/components/downtime.phtml:85 +#: ../../../../modules/monitoring/application/views/scripts/show/components/downtime.phtml:85 msgid "created" msgstr "erstellt" -#: /vagrant/modules/monitoring/application/forms/Command/Object/ToggleObjectFeaturesCommandForm.php:84 +#: ../../../../modules/monitoring/application/forms/Command/Object/ToggleObjectFeaturesCommandForm.php:84 msgid "disable" msgstr "deaktivieren" -#: /vagrant/modules/monitoring/application/controllers/AlertsummaryController.php:194 +#: ../../../../modules/monitoring/application/controllers/AlertsummaryController.php:194 msgid "down" msgstr "Down" -#: /vagrant/modules/monitoring/application/forms/Command/Object/ToggleObjectFeaturesCommandForm.php:85 +#: ../../../../modules/monitoring/application/forms/Command/Object/ToggleObjectFeaturesCommandForm.php:85 msgid "enable" msgstr "aktivieren" -#: /vagrant/modules/monitoring/application/views/scripts/show/components/downtime.phtml:60 +#: ../../../../modules/monitoring/application/views/scripts/show/components/downtime.phtml:60 #, php-format msgctxt "Last format parameter represents the end time" msgid "ends %s" msgstr "Endet %s" -#: /vagrant/modules/monitoring/application/views/scripts/show/components/checkstatistics.phtml:28 +#: ../../../../modules/monitoring/application/views/scripts/show/components/checkstatistics.phtml:28 #, php-format msgid "expected %s" msgstr "erwartet %s" -#: /vagrant/modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml:46 +#: ../../../../modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml:46 #, php-format msgid "expires %s" msgstr "läuft %s ab" -#: /vagrant/modules/monitoring/application/views/scripts/show/components/downtime.phtml:54 -#: /vagrant/modules/monitoring/application/views/scripts/show/components/downtime.phtml:76 +#: ../../../../modules/monitoring/application/views/scripts/show/components/downtime.phtml:54 +#: ../../../../modules/monitoring/application/views/scripts/show/components/downtime.phtml:76 #, php-format msgctxt "Last format parameter represents the downtime expire time" msgid "expires %s" msgstr "läuft %s ab" -#: /vagrant/modules/monitoring/application/views/scripts/show/components/checkstatistics.phtml:69 +#: ../../../../modules/monitoring/application/views/scripts/show/components/checkstatistics.phtml:69 msgid "hard state" msgstr "hard state" # Sollte das nicht vllt The Date/Time und als zweiter Satz dann scheduled downtime.. # TW -#: /vagrant/modules/monitoring/application/views/scripts/downtime/show.phtml:138 +#: ../../../../modules/monitoring/application/views/scripts/downtime/show.phtml:138 msgid "he date/time the scheduled downtime was actually started" msgstr "" "Der Zeitpunkt, an dem die geplante Downtime tatsächlich gestartet wurde" -#: /vagrant/modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml:29 -#: /vagrant/modules/monitoring/library/Monitoring/Object/MonitoredObject.php:733 +#: ../../../../modules/monitoring/library/Monitoring/Object/MonitoredObject.php:733 +#: ../../../../modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml:29 msgid "host" msgstr "Host" -#: /vagrant/modules/monitoring/application/views/scripts/timeline/index.phtml:48 +#: ../../../../modules/monitoring/application/views/scripts/timeline/index.phtml:48 #, php-format msgctxt "timeline.link.title.month.and.year" msgid "in %s" msgstr "im %s" -#: /vagrant/modules/monitoring/application/views/scripts/timeline/index.phtml:54 +#: ../../../../modules/monitoring/application/views/scripts/timeline/index.phtml:54 #, php-format msgctxt "timeline.link.title.year" msgid "in %s" msgstr "in %s" -#: /vagrant/modules/monitoring/application/views/scripts/alertsummary/index.phtml:37 +#: ../../../../modules/monitoring/application/views/scripts/alertsummary/index.phtml:37 msgid "in the last hour" msgstr "in der letzten Stunde" -#: /vagrant/modules/monitoring/application/views/scripts/timeline/index.phtml:41 +#: ../../../../modules/monitoring/application/views/scripts/timeline/index.phtml:41 #, php-format msgctxt "timeline.link.title.week.and.year" msgid "in week %s of %s" msgstr "in Woche %s des Jahres %s" -#: /vagrant/modules/monitoring/application/views/scripts/show/components/checksource.phtml:9 +#: ../../../../modules/monitoring/application/views/scripts/show/components/checksource.phtml:9 msgid "is not reachable" msgstr "nicht erreichbar" -#: /vagrant/modules/monitoring/application/views/scripts/show/components/checksource.phtml:9 +#: ../../../../modules/monitoring/application/views/scripts/show/components/checksource.phtml:9 msgid "is reachable" msgstr "erreichbar" -#: /vagrant/modules/monitoring/application/views/scripts/alertsummary/index.phtml:35 +#: ../../../../modules/monitoring/application/views/scripts/alertsummary/index.phtml:35 msgid "notifications per hour" msgstr "Benachrichtigungen pro Stunde" -#: /vagrant/modules/monitoring/application/views/scripts/timeline/index.phtml:35 +#: ../../../../modules/monitoring/application/views/scripts/timeline/index.phtml:35 #, php-format msgctxt "timeline.link.title.time" msgid "on %s" msgstr "bei %s" -#: /vagrant/modules/monitoring/application/views/scripts/show/components/downtime.phtml:66 +#: ../../../../modules/monitoring/application/views/scripts/show/components/downtime.phtml:66 #, php-format msgctxt "Last format parameter represents the time scheduled" msgid "scheduled %s" msgstr "%s wurde geplant" -#: /vagrant/modules/monitoring/application/views/scripts/show/components/downtime.phtml:71 +#: ../../../../modules/monitoring/application/views/scripts/show/components/downtime.phtml:71 #, php-format msgctxt "Last format parameter represents the time scheduled" msgid "scheduled flexible %s" msgstr "flexibel geplant %s" -#: /vagrant/modules/monitoring/library/Monitoring/Object/MonitoredObject.php:736 +#: ../../../../modules/monitoring/library/Monitoring/Object/MonitoredObject.php:736 msgid "service" msgstr "Service" -#: /vagrant/modules/monitoring/application/views/scripts/show/components/checkstatistics.phtml:69 +#: ../../../../modules/monitoring/application/views/scripts/show/components/checkstatistics.phtml:69 msgid "soft state" msgstr "soft state" -#: /vagrant/modules/monitoring/library/Monitoring/MonitoringWizard.php:53 +#: ../../../../modules/monitoring/library/Monitoring/MonitoringWizard.php:53 msgctxt "setup.summary.subject" msgid "the monitoring module" msgstr "das Monitoring Modul" -#: /vagrant/modules/monitoring/application/controllers/AlertsummaryController.php:192 +#: ../../../../modules/monitoring/application/controllers/AlertsummaryController.php:192 msgid "unchanged" msgstr "Unverändert" -#: /vagrant/modules/monitoring/application/controllers/AlertsummaryController.php:196 +#: ../../../../modules/monitoring/application/controllers/AlertsummaryController.php:196 msgid "up" msgstr "steigend" diff --git a/modules/monitoring/library/Monitoring/MonitoringWizard.php b/modules/monitoring/library/Monitoring/MonitoringWizard.php index 331a83a01..5e34fca2c 100644 --- a/modules/monitoring/library/Monitoring/MonitoringWizard.php +++ b/modules/monitoring/library/Monitoring/MonitoringWizard.php @@ -212,6 +212,15 @@ class MonitoringWizard extends Wizard implements SetupWizard ))); $backendSet->merge($pgsqlSet); $set->merge($backendSet); + $set->add(new PhpModuleRequirement(array( + 'optional' => true, + 'condition' => 'curl', + 'alias' => 'cURL', + 'description' => mt( + 'monitoring', + 'To send external commands over Icinga 2\'s API the cURL module for PHP is required.' + ) + ))); return $set; }