From e1ceb050e19c7574bca146a8da7047ee4ff456b5 Mon Sep 17 00:00:00 2001 From: Marius Burkard <m.burkard@pixcept.de> Date: Sun, 10 Jul 2016 05:02:35 -0400 Subject: [PATCH] Merge branch 'stable-3.1' --- interface/web/monitor/lib/lang/pl.lng | 16 +++++++++++++++- 1 files changed, 15 insertions(+), 1 deletions(-) diff --git a/interface/web/monitor/lib/lang/pl.lng b/interface/web/monitor/lib/lang/pl.lng index f1ce821..4ce642f 100644 --- a/interface/web/monitor/lib/lang/pl.lng +++ b/interface/web/monitor/lib/lang/pl.lng @@ -24,7 +24,7 @@ $wb['No Refresh'] = 'Nie odświeżaj'; $wb['minutes'] = 'minuty'; $wb['Show Overview'] = 'Pokaż wszystko'; -$wb['System State (All Servers)'] = 'Status systemu (Wszystkie serwery)'; +$wb['System State (All Servers)'] = 'Status systemu'; $wb['Hardware-Information'] = 'Informacje o sprzęcie'; $wb['Show CPU info'] = 'Pokaż informacje o procesorze'; $wb['Server State'] = 'Status serwera'; @@ -146,4 +146,18 @@ $wb['Show fail2ban-Log'] = 'Pokaż log fail2ban'; $wb['Show IPTables'] = 'Pokaż reguły IPTables'; $wb['Show OpenVz VE BeanCounter'] = 'Show OpenVz VE BeanCounter'; +$wb['Show Monit'] = 'Show Monit'; +$wb['no_monit_url_defined_txt'] = 'No Monit URL defined.'; +$wb['no_permissions_to_view_monit_txt'] = 'You are not allowed to access Monit.'; +$wb['Show Munin'] = 'Show Munin'; +$wb['no_munin_url_defined_txt'] = 'No Munin URL defined.'; +$wb['no_permissions_to_view_munin_txt'] = 'You are not allowed to access Munin.'; +$wb['no_data_database_size_txt'] = 'No data about the database usage available at the moment. Please check again later.'; +$wb['monitor_database_name_txt'] = 'Database'; +$wb['monitor_database_size_txt'] = 'Size'; +$wb['monitor_database_client_txt'] = 'Client'; +$wb['monitor_database_domain_txt'] = 'Domain'; +$wb['Show MongoDB-Log'] = 'Show MongoDB-Log'; +$wb['monitor_services_mongodb_txt'] = 'MongoDB-Server:'; +$wb['monitor_title_mongodb_txt'] = 'MongoDB Log'; ?> -- Gitblit v1.9.1