New upstream version 0.6.27

This commit is contained in:
geos_one
2025-08-06 18:11:51 +02:00
parent a6b4158f1f
commit 56a986c0ba
563 changed files with 45811 additions and 35282 deletions

View File

@@ -1,59 +1,60 @@
<?php defined('SYSPATH') OR die('No direct access allowed.');
$lang = array
(
'datasource' => 'Datasource: %s',
'host' => 'Host: %s',
'service' => 'Service: %s',
'page' => 'Page: %s',
'page-basket' => 'Page: Basket',
'zoom-header' => 'Zoom',
'status-box-header' => 'Status',
'multisite-box-header' => 'Multisite links',
'search-box-header' => 'Search',
'icon-box-header' => 'Actions',
'basket-box-header' => 'My basket',
'timerange-box-header' => 'Time ranges',
'service-box-header' => 'Services',
'special-templates-box-header' => 'Special Templates',
'pages-box-header' => 'Pages',
'nagios-summary-link-title' => 'Most recent alerts for this time range',
'nagios-avail-link-title' => 'Nagios availability report for this time range',
'timerange-selector-legend' => 'Select a custom time range',
'timerange-selector-title' => 'Select a custom time range',
<?php
defined('SYSPATH') or die('No direct access allowed.');
$lang = [
'datasource' => 'Datasource: %s',
'host' => 'Host: %s',
'service' => 'Service: %s',
'page' => 'Page: %s',
'page-basket' => 'Page: Basket',
'zoom-header' => 'Zoom',
'status-box-header' => 'Status',
'multisite-box-header' => 'Multisite links',
'search-box-header' => 'Search',
'icon-box-header' => 'Actions',
'basket-box-header' => 'My basket',
'timerange-box-header' => 'Time ranges',
'service-box-header' => 'Services',
'special-templates-box-header' => 'Special Templates',
'pages-box-header' => 'Pages',
'nagios-summary-link-title' => 'Most recent alerts for this time range',
'nagios-avail-link-title' => 'Nagios availability report for this time range',
'timerange-selector-legend' => 'Select a custom time range',
'timerange-selector-title' => 'Select a custom time range',
'timerange-selector-submit-button' => 'Submit',
'timerange-selector-clear-button' => 'Clear',
'timerange-selector-link' => 'Custom time range',
'timerange-selector-overview' => 'Overview',
'start' => 'Start',
'end' => 'End',
'service-details' => 'Service details',
'service-overview' => 'Service overview for "%s"',
'title-pages-link' => 'View Pages',
'title-pdf-link' => 'View PDF',
'title-xml-link' => 'View XML',
'title-statistics-link' => 'View internal statistics',
'title-calendar-link' => 'Define a custom time range',
'title-special-templates-link' => 'View Special Templates',
'title-docs-link' => 'View Documentation',
'title-home-link' => 'View Graphs',
'title-color-link' => 'View Color Schemes',
'docs-home' => 'Home',
'docs-box-header' => 'Menu',
'docs-header' => 'Documentation Version %s',
'back' => 'back',
'mobile-all-hosts' => 'All Hosts',
'mobile-search-hosts' => 'Search Hosts',
'mobile-pages' => 'View Pages',
'mobile-special-templates' => 'View Special Templates',
'mobile-statistics' => 'View internal statistics',
'mobile-go-classic' => 'Classic UI',
'mobile-submit' => 'Submit',
'basket-empty' => 'Basket is empty',
'basket-show' => 'Show basket',
'basket-clear' => 'Clear basket',
'basket-remove' => 'Remove %s',
'basket-add-item' => 'Add this item to my basket',
'basket-add-service' => 'Add this service to my basket',
'color-box-header' => 'Colors',
'color-header' => 'Colors Schemes',
);
'start' => 'Start',
'end' => 'End',
'service-details' => 'Service details',
'service-overview' => 'Service overview for "%s"',
'title-pages-link' => 'View Pages',
'title-pdf-link' => 'View PDF',
'title-xml-link' => 'View XML',
'title-statistics-link' => 'View internal statistics',
'title-calendar-link' => 'Define a custom time range',
'title-special-templates-link' => 'View Special Templates',
'title-docs-link' => 'View Documentation',
'title-home-link' => 'View Graphs',
'title-color-link' => 'View Color Schemes',
'docs-home' => 'Home',
'docs-box-header' => 'Menu',
'docs-header' => 'Documentation Version %s',
'back' => 'back',
'mobile-all-hosts' => 'All Hosts',
'mobile-search-hosts' => 'Search Hosts',
'mobile-pages' => 'View Pages',
'mobile-special-templates' => 'View Special Templates',
'mobile-statistics' => 'View internal statistics',
'mobile-go-classic' => 'Classic UI',
'mobile-submit' => 'Submit',
'basket-empty' => 'Basket is empty',
'basket-show' => 'Show basket',
'basket-clear' => 'Clear basket',
'basket-remove' => 'Remove %s',
'basket-add-item' => 'Add this item to my basket',
'basket-add-service' => 'Add this service to my basket',
'color-box-header' => 'Colors',
'color-header' => 'Colors Schemes',
];

View File

@@ -1,32 +1,57 @@
<?php defined('SYSPATH') OR die('No direct access allowed.');
$lang = array
(
'rrdtool-not-found' => 'RRDTool not found in %s. <a href="http://docs.pnp4nagios.org/faq/1">Read FAQ online</a>',
'config-not-found' => 'Config file %s not found. <a href="http://docs.pnp4nagios.org/faq/2">Read FAQ online</a>',
'perfdata-dir-empty' => 'perfdata directory "%s" is empty. Please check your Nagios config. <a href="http://docs.pnp4nagios.org/faq/3">Read FAQ online</a>',
'host-perfdata-dir-empty' => 'perfdata directory "%s" is empty. Please check your Nagios config. <a href="http://docs.pnp4nagios.org/faq/4">Read FAQ online</a>',
'perfdata-dir-for-host' => 'perfdata directory "%s" for host "%s" does not exist. <a href="http://docs.pnp4nagios.org/faq/5">Read FAQ online</a>',
'xml-not-found' => 'XML file "%s" not found. <a href="http://docs.pnp4nagios.org/faq/6">Read FAQ online</a>',
'get-first-service' => 'Can´t find first service for host "%s". <a href="http://docs.pnp4nagios.org/faq/7">Read FAQ online</a>',
'get-first-host' => 'Can´t find any Host. <a href="http://docs.pnp4nagios.org/faq/8">Read FAQ online</a>',
'xml-structure-mismatch' => 'XML structure mismatch. Found version "%d" but should be "%d". <a href="http://docs.pnp4nagios.org/faq/9">Read FAQ online</a>',
'save-rrd-image' => 'php fopen("%s") failed. <a href="http://docs.pnp4nagios.org/faq/10">Read FAQ online</a>',
'xml-structure-without-version-tag' => 'XML structure mismatch. Version tag not found in "%s". <a href="http://docs.pnp4nagios.org/faq/11">Read FAQ online</a>',
'template-without-opt' => 'Template %s does not provide array $opt[]. <a href="http://docs.pnp4nagios.org/faq/12">Read FAQ online</a>',
'template-without-def' => 'Template %s does not provide array $def[]. <a href="http://docs.pnp4nagios.org/faq/13">Read FAQ online</a>',
'no-data-for-page' => 'Sorry, but we can´t find any data using config file "%s", <a href="http://docs.pnp4nagios.org/faq/14">Read FAQ online</a>',
'page-not-readable' => 'Config file "%s" is not readable or does not exist. <a href="http://docs.pnp4nagios.org/faq/15">Read FAQ online</a>',
'auth-pages' => 'You are not authorized to view "pages" <a href="http://docs.pnp4nagios.org/faq/16">Read FAQ online</a>',
'page-config-dir' => 'No page config file found in "%s" <a href="http://docs.pnp4nagios.org/faq/17">Read FAQ online</a>',
'xport-host-service' => 'Xport controller needs "host" and "srv" URL parameters. <a href="http://docs.pnp4nagios.org/faq/18">Read FAQ online</a>',
'mod-rewrite' => 'Apache Rewrite Module is not enabled. <a href="http://docs.pnp4nagios.org/faq/19">Read FAQ online</a>',
'tpl-no-services-found' => 'No services could be found "%s". <a href="http://docs.pnp4nagios.org/faq/20">Read FAQ online</a>',
'tpl-no-hosts-found' => 'No hosts could be found "%s". <a href="http://docs.pnp4nagios.org/faq/21">Read FAQ online</a>',
'no-templates-found' => 'No templates could be found. <a href="http://docs.pnp4nagios.org/faq/22">Read FAQ online</a>',
'not_authorized' => 'You are not authorized to view this host/service',
'remote_user_missing' => 'Remote user is missing. Authentication check cancled. <a href="http://docs.pnp4nagios.org/faq/23">Read FAQ online</a>',
'livestatus_socket_error' => 'Livestatus Socket error: %s (%s) <a href="http://docs.pnp4nagios.org/faq/24">Read FAQ online</a>',
'not_authorized_for_host_overview' => 'You are not authorized to access this host overview page.',
'xml-generic_error' => 'XML file "%s" not parsable.<p><strong>XML Errors:</strong>%s</p>',
'gd-missing' => 'PHP GD functions are missing. More on <a href="http://www.php.net/manual/en/book.image.php">www.php.net</a>',
);
<?php
defined('SYSPATH') or die('No direct access allowed.');
$lang = [
'rrdtool-not-found' => 'RRDTool not found in %s.' .
' <a href="https://raw.githubusercontent.com/pnp4nagios/docs/main/pages/faq/1.txt">Read FAQ online</a>',
'config-not-found' => 'Config file %s not found.' .
' <a href="https://raw.githubusercontent.com/pnp4nagios/docs/main/pages/faq/2.txt">Read FAQ online</a>',
'perfdata-dir-empty' => 'perfdata directory "%s" is empty.' .
' Please check your Nagios config. <a href="https://raw.githubusercontent.com/pnp4nagios/docs/main/pages/faq/3.txt">Read FAQ online</a>',
'host-perfdata-dir-empty' => 'perfdata directory "%s" is empty.' .
' Please check your Nagios config. <a href="https://raw.githubusercontent.com/pnp4nagios/docs/main/pages/faq/4.txt">Read FAQ online</a>',
'perfdata-dir-for-host' => 'perfdata directory "%s" for host "%s" does not exist.' .
' <a href="https://raw.githubusercontent.com/pnp4nagios/docs/main/pages/faq/5.txt">Read FAQ online</a>',
'xml-not-found' => 'XML file "%s" not found.' .
' <a href="https://raw.githubusercontent.com/pnp4nagios/docs/main/pages/faq/6.txt">Read FAQ online</a>',
'get-first-service' => 'Can´t find first service for host "%s".' .
' <a href="https://raw.githubusercontent.com/pnp4nagios/docs/main/pages/faq/7.txt">Read FAQ online</a>',
'get-first-host' => 'Can´t find any Host.' .
' <a href="https://raw.githubusercontent.com/pnp4nagios/docs/main/pages/faq/8.txt">Read FAQ online</a>',
'xml-structure-mismatch' => 'XML structure mismatch.' .
' Found version "%d" but should be "%d". <a href="https://raw.githubusercontent.com/pnp4nagios/docs/main/pages/faq/9.txt">Read FAQ online</a>',
'save-rrd-image' => 'php fopen("%s") failed.' .
' <a href="https://raw.githubusercontent.com/pnp4nagios/docs/main/pages/faq/10.txt">Read FAQ online</a>',
'xml-structure-without-version-tag' => 'XML structure mismatch.' .
' Version tag not found in "%s". <a href="https://raw.githubusercontent.com/pnp4nagios/docs/main/pages/faq/11.txt">Read FAQ online</a>',
'template-without-opt' => 'Template %s does not provide array $opt[].' .
' <a href="https://raw.githubusercontent.com/pnp4nagios/docs/main/pages/faq/12.txt">Read FAQ online</a>',
'template-without-def' => 'Template %s does not provide array $def[].' .
' <a href="https://raw.githubusercontent.com/pnp4nagios/docs/main/pages/faq/13.txt">Read FAQ online</a>',
'no-data-for-page' => 'Sorry, but we can´t find any data using config file "%s",' .
' <a href="https://raw.githubusercontent.com/pnp4nagios/docs/main/pages/faq/14.txt">Read FAQ online</a>',
'page-not-readable' => 'Config file "%s" is not readable or does not exist.' .
' <a href="https://raw.githubusercontent.com/pnp4nagios/docs/main/pages/faq/15.txt">Read FAQ online</a>',
'auth-pages' => 'You are not authorized to view "pages"' .
' <a href="https://raw.githubusercontent.com/pnp4nagios/docs/main/pages/faq/16.txt">Read FAQ online</a>',
'page-config-dir' => 'No page config file found in "%s"' .
' <a href="https://raw.githubusercontent.com/pnp4nagios/docs/main/pages/faq/17.txt">Read FAQ online</a>',
'xport-host-service' => 'Xport controller needs "host" and "srv" URL parameters.' .
' <a href="https://raw.githubusercontent.com/pnp4nagios/docs/main/pages/faq/18.txt">Read FAQ online</a>',
'mod-rewrite' => 'Apache Rewrite Module is not enabled.' .
' <a href="https://raw.githubusercontent.com/pnp4nagios/docs/main/pages/faq/19.txt">Read FAQ online</a>',
'tpl-no-services-found' => 'No services could be found "%s".' .
' <a href="https://raw.githubusercontent.com/pnp4nagios/docs/main/pages/faq/20.txt">Read FAQ online</a>',
'tpl-no-hosts-found' => 'No hosts could be found "%s".' .
' <a href="https://raw.githubusercontent.com/pnp4nagios/docs/main/pages/faq/21.txt">Read FAQ online</a>',
'no-templates-found' => 'No templates could be found.' .
' <a href="https://raw.githubusercontent.com/pnp4nagios/docs/main/pages/faq/22.txt">Read FAQ online</a>',
'not_authorized' => 'You are not authorized to view this host/service',
'remote_user_missing' => 'Remote user is missing. Authentication check canceled.' .
' <a href="https://raw.githubusercontent.com/pnp4nagios/docs/main/pages/faq/23.txt">Read FAQ online</a>',
'livestatus_socket_error' => 'Livestatus Socket error: %s (%s)' .
' <a href="https://raw.githubusercontent.com/pnp4nagios/docs/main/pages/faq/24.txt">Read FAQ online</a>',
'not_authorized_for_host_overview' => 'You are not authorized to access this host overview page.',
'xml-generic_error' => 'XML file "%s" not parsable.<p><strong>XML Errors:</strong>%s</p>',
'gd-missing' => 'PHP GD functions are missing. More on <a href="http://www.php.net/manual/en/book.image.php">www.php.net</a>',
];