Imported Upstream version 0.9.6
This commit is contained in:
27
share/lang/Makefile.in
Normal file
27
share/lang/Makefile.in
Normal file
@@ -0,0 +1,27 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
LOGDIR=@localstatedir@
|
||||
CFGDIR=@sysconfdir@
|
||||
BINDIR=@bindir@
|
||||
CGIDIR=@sbindir@
|
||||
DATAROOTDIR=@datarootdir@
|
||||
DATADIR=@datadir@
|
||||
|
||||
INSTALL=@INSTALL@
|
||||
INSTALL_OPTS=@INSTALL_OPTS@
|
||||
|
||||
CP=@CP@
|
||||
|
||||
all html:
|
||||
|
||||
clean:
|
||||
|
||||
distclean: clean
|
||||
-rm Makefile
|
||||
|
||||
devclean: distclean
|
||||
|
||||
install:
|
||||
$(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DATADIR)/lang
|
||||
for file in ./*.txt; \
|
||||
do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DATADIR)/lang; done
|
||||
73
share/lang/i18n_de.txt
Normal file
73
share/lang/i18n_de.txt
Normal file
@@ -0,0 +1,73 @@
|
||||
# language_file de for Nagios Business Process Add on
|
||||
# hint for translating in other languages:
|
||||
# where ever you find __var1__ __var2__ ... leave it unchanged while
|
||||
# translating; these are variables which are replaced at runtime
|
||||
|
||||
priority_1_headline=Priorität 1
|
||||
priority_1_description=Alarmierung rund um die Uhr (24 x 7)
|
||||
priority_2_headline=Priorität 2
|
||||
priority_2_description=Alarmierung Montag bis Sonntag 7:00 bis 22:00 Uhr
|
||||
priority_3_headline=Priorität 3
|
||||
priority_3_description=Alarmierung Montag bis Donnerstag 7:00 bis 17:00 Uhr, Freitag 7:00 bis 15:00 Uhr
|
||||
priority_4_headline=Priorität 4
|
||||
priority_4_description=Abnahme-, Entwicklungs- und Testsysteme -- keine Alarmierung
|
||||
priority_5_headline=
|
||||
priority_5_description=
|
||||
manually_set_to_ok=manuell auf OK gesetzt
|
||||
manually_set_to=manuell auf __var1__ gesetzt
|
||||
bi_head=Business Impact Analyse
|
||||
bi_explanation=Die Business Impact Analyse ermöglicht Ihnen Was-wäre-wenn-Fragestellungen.<br>Sie haben die Möglichkeit die Stati einzelner Komponenten gezielt zu setzen und sehen dann,<br>wie sich das auf die Anwendungen (Business Prozesse) auswirkt.
|
||||
bi_start_session=Start einer neuen Session
|
||||
bi_select_starting_point=Ausgangspunkt festlegen:
|
||||
bi_actual_state=Aktueller Zustand der Komponenten
|
||||
bi_all_set_to_ok=Alle Komponenten auf OK setzen
|
||||
bi_hint_session_timeout=Hinweis:<br>Session Timeout nach 30 Minuten
|
||||
bi_set_status=Status setzen
|
||||
bi_set_host_status_to=Der Status für alle Services auf <b>__var1__</b> soll gesetzt werden auf:
|
||||
bi_set_service_status_to=Der Status für Service <b>__var1__</b> auf <b>__var2__</b> soll gesetzt werden auf:
|
||||
short_summary_head=Übersicht
|
||||
prio=Prio
|
||||
status=Status
|
||||
details=Details
|
||||
all_bp=Alle Business Prozesse
|
||||
show_trafficlight=Ampel einblenden
|
||||
hide_trafficlight=Ampel ausblenden
|
||||
for=für
|
||||
host=Host
|
||||
service=Service
|
||||
status=Status
|
||||
status_information=Status Information
|
||||
hint_and=Die Anwendung ist für den Kunden verfügbar, wenn keine der Komponenten im Status CRITICAL ist.
|
||||
hint_or=Es handelt sich um redundant ausgelegte Komponenten. Die Anwendung ist für den Kunden verfügbar, wenn mindestens eine der Komponenten im Status OK oder WARNING ist.
|
||||
hint_of=Die Anwendung ist für den Kunden verfügbar, wenn mindestens __var1__ der Komponenten im Status OK oder WARNING sind.
|
||||
back_to_top=zurück zur obersten Ebene
|
||||
bp_head=Buiness Process View
|
||||
business_process=Business Prozess
|
||||
tree_view=Baumansicht
|
||||
info=Info
|
||||
language=Sprache
|
||||
|
||||
error_nagios_not_running=<h1>Fehler</h1><h2>Nagios läuft derzeit auf dieser Maschine nicht!</h2>
|
||||
error_wrong_parameter_conf_head=Fehlerhafter Parameter "conf"
|
||||
error_wrong_parameter_conf_body=Der Parameter "conf" ist vermutlich fehlerhaft<br>__var1__ ist keine reguläre Datei oder Datei ist nicht lesbar.<br>
|
||||
error_not_existing_session_head=Ungültige Session
|
||||
error_not_existing_session_body=Diese Session existiert leider nicht. Vermutlich haben Sie zu lange keine Eingaben gemacht.
|
||||
|
||||
# new in 0.9.4
|
||||
all_prios=Alle Prioritäten
|
||||
version=Version
|
||||
|
||||
where_used_head=Wo verwendet?
|
||||
where_used_body=Wo wird diese Komponente verwendet?
|
||||
not_used_anywhere=__var1__ wird in keinem Business Prozess verwendet
|
||||
service_on_host=Service "__var1__" auf "__var2__"
|
||||
used_in_these_bps=__var1__ wird in folgenden Business Prozessen verwendet
|
||||
|
||||
error_wrong_parameter_host_head=Parameter host fehlt
|
||||
error_wrong_parameter_host_body=Der Parameter "host" wurde nicht angegeben und konnte auch nicht aus dem Referer ermittelt werden.<br>Bitte geben Sie mindestens den Parameter "host" ggf. zusäztlich den Parameter "service" in der URL an.
|
||||
|
||||
# new in 0.9.6
|
||||
last_updated=Diese Seite wurde generiert
|
||||
error_bp_not_existing=Business Process nicht definiert
|
||||
error_bp_not_existing_body=Ein Business Process "__var1__" ist nicht definiert.
|
||||
|
||||
72
share/lang/i18n_en.txt
Normal file
72
share/lang/i18n_en.txt
Normal file
@@ -0,0 +1,72 @@
|
||||
# language_file en for Nagios Business Process Add on
|
||||
# hint for translating in other languages:
|
||||
# where ever you find __var1__ __var2__ ... leave it unchanged while
|
||||
# translating; these are variables which are replaced at runtime
|
||||
|
||||
priority_1_headline=Priority 1
|
||||
priority_1_description=Alerting round the clock (24 x 7)
|
||||
priority_2_headline=Priority 2
|
||||
priority_2_description=Alerting Monday to Sunday 7:00 to 22:00
|
||||
priority_3_headline=Priority 3
|
||||
priority_3_description=Alerting Monday to Thursday 7:00 to 17:00, Friday 7:00 to 15:00
|
||||
priority_4_headline=Priority 4
|
||||
priority_4_description=Testsystems -- no Alerting
|
||||
priority_5_headline=
|
||||
priority_5_description=
|
||||
manually_set_to_ok=manually set to ok
|
||||
manually_set_to=manually set to __var1__
|
||||
bi_head=Business Impact Analysis
|
||||
bi_explanation=With Business Impact Analysis you can ask, "What would be if...?"<br>You have the possibility to set the status of each single component to any state you want.<br>Afterwards you can see what impact this would have to your Applications (Business Processes)
|
||||
bi_start_session=Start a new session
|
||||
bi_select_starting_point=Set starting point:
|
||||
bi_actual_state=Actual status of all components
|
||||
bi_all_set_to_ok=All components set to OK state
|
||||
bi_hint_session_timeout=Hint:<br>Your session times out after 30 minutes
|
||||
bi_set_status=set status
|
||||
bi_set_host_status_to=Set the status for all services on <b>__var1__</b> to:
|
||||
bi_set_service_status_to=Set the status for service <b>__var1__</b> on <b>__var2__</b> to:
|
||||
short_summary_head=Short Summary
|
||||
prio=Priority
|
||||
status=Status
|
||||
details=Details
|
||||
all_bp=All Business Processes
|
||||
show_trafficlight=Show Traffic Lights
|
||||
hide_trafficlight=Hide Traffic Lights
|
||||
for=for
|
||||
host=Host
|
||||
service=Service
|
||||
status=Status
|
||||
status_information=Status Information
|
||||
hint_and=The application is available to the customer, if none of the components is in CRITICAL status.
|
||||
hint_or=Redundant components. The Application is available to the customer if at least one component is in status OK or WARNING.
|
||||
hint_of=The application is available to the customer, if at least __var1__ components are in stats OK oder WARNING.
|
||||
back_to_top=Back to the top
|
||||
bp_head=Buiness Process View
|
||||
business_process=Business Process
|
||||
tree_view=Tree view
|
||||
info=Info
|
||||
language=Language
|
||||
|
||||
error_nagios_not_running=<h1>Error</h1><h2>Nagios is not running on this machine at the moment!</h2>
|
||||
error_wrong_parameter_conf_head=Parameter "conf" invalid.
|
||||
error_wrong_parameter_conf_body=The Parameter "conf" is probably invalid.<br>__var1__ is not a regular file or file is not readable.<br>
|
||||
error_not_existing_session_head=Invalid Session
|
||||
error_not_existing_session_body=This session does not exist. It was probably idle for too long and timed out.
|
||||
|
||||
# new in 0.9.4
|
||||
all_prios=All Priorities
|
||||
version=Version
|
||||
|
||||
where_used_head=Where used?
|
||||
where_used_body=Where is this component being used?
|
||||
not_used_anywhere=__var1__ is not used in any Business Process
|
||||
service_on_host=Service "__var1__" on "__var2__"
|
||||
used_in_these_bps=__var1__ is being used in these Business Processes
|
||||
|
||||
error_wrong_parameter_host_head=Parameter host is missing
|
||||
error_wrong_parameter_host_body=The parameter "host" is missing and also could not be extracted from the referer.<br>Please add the parameter "host" and maybe additional the parameter "service" to the URL.
|
||||
|
||||
# new in 0.9.6
|
||||
last_updated=This page was last updated
|
||||
error_bp_not_existing=Business Process not defined
|
||||
error_bp_not_existing_body=A Business Process "__var1__" is not defined.
|
||||
Reference in New Issue
Block a user