Imported Upstream version 0.6.24+dfsg1

This commit is contained in:
Mario Fetka
2017-05-20 15:26:21 +02:00
commit 32a360eca6
705 changed files with 87250 additions and 0 deletions

View File

@@ -0,0 +1,59 @@
<?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',
'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',
);

View File

@@ -0,0 +1,32 @@
<?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>',
);