2008-09-10 Jorge Gonzalez <jorgegonz@artica.es>
* include/languages/fr.mo, include/languages/pt_BR.po, include/languages/pl.mo, include/languages/eu.po, include/languages/sv.mo, include/languages/ru.po, include/languages/zh_TW.mo, include/languages/index.pot, include/languages/zh_CN.mo, include/languages/eu.mo, include/languages/pl.po, include/languages/ru.mo, include/languages/sv.po, include/languages/zh_TW.po, include/languages/zh_CN.po: Added new po and mo translations, imported from Rosetta. * operation/agentes/tactical.php: Added some strings for translation. * include/languages/Makefile: added new languages to compile. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1091 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
0465ea8030
commit
e0343fcdf2
|
@ -1,3 +1,11 @@
|
|||
2008-09-10 Jorge Gonzalez <jorgegonz@artica.es>
|
||||
|
||||
* include/languages/fr.mo, include/languages/pt_BR.po, include/languages/pl.mo, include/languages/eu.po, include/languages/sv.mo, include/languages/ru.po, include/languages/zh_TW.mo, include/languages/index.pot, include/languages/zh_CN.mo, include/languages/eu.mo, include/languages/pl.po, include/languages/ru.mo, include/languages/sv.po, include/languages/zh_TW.po, include/languages/zh_CN.po: Added new po and mo translations, imported from Rosetta.
|
||||
|
||||
* operation/agentes/tactical.php: Added some strings for translation.
|
||||
|
||||
* include/languages/Makefile: added new languages to compile.
|
||||
|
||||
2008-09-10 Jorge Gonzalez <jorgegonz@artica.es>
|
||||
|
||||
* languages/es.po, languages/it.mo, languages/ca.mo, languages/ast.mo, languages/de.mo, languages/index.pot. languages/gl.po, languages/es.mo, languages/fr.po, languages/it.po, languages/ca.po, languages/ast.po, languages/de.po, languages/gl.mo: New translations imported from Rosetta, thanks to all contributors.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
all: ast.mo ca.mo de.mo es.mo fr.mo gl.mo it.mo pt_br.mo
|
||||
all: ast.mo ca.mo de.mo eu.mo es.mo fr.mo gl.mo it.mo pl.mo pt_br.mo ru.mo sv.mo zh_CN.mo zh_TW.mo
|
||||
xgettext `find ../../ -name "*\.php"` --output=index.pot --keyword=__ --add-comments=///
|
||||
|
||||
ast.mo: ast.po
|
||||
|
@ -10,6 +10,9 @@ ca.mo: ca.po
|
|||
de.mo: de.po
|
||||
msgfmt de.po -o de.mo
|
||||
|
||||
eu.mo: eu.po
|
||||
msgfmt eu.po -o eu.mo
|
||||
|
||||
es.mo: es.po
|
||||
msgfmt es.po -o es.mo
|
||||
|
||||
|
@ -22,5 +25,20 @@ gl.mo: gl.po
|
|||
it.mo: it.po
|
||||
msgfmt it.po -o it.mo
|
||||
|
||||
pl.mo: pl.po
|
||||
msgfmt pl.po -o pl.mo
|
||||
|
||||
pt_br.mo: pt_br.po
|
||||
msgfmt pt_br.po -o pt_br.mo
|
||||
|
||||
ru.mo: ru.po
|
||||
msgfmt ru.po -o ru.mo
|
||||
|
||||
sv.mo: sv.po
|
||||
msgfmt sv.po -o sv.mo
|
||||
|
||||
zh_CN.mo: zh_CN.po
|
||||
msgfmt zh_CN.po -o zh_CN.mo
|
||||
|
||||
zh_TW.mo: zh_TW.po
|
||||
msgfmt zh_TW.po -o zh_TW.mo
|
||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2008-09-10 09:18+0200\n"
|
||||
"POT-Creation-Date: 2008-09-10 11:03+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -106,13 +106,13 @@ echo "<br><br>";
|
|||
// Monitor checks
|
||||
echo "<tr>";
|
||||
echo "<th colspan=2>".__('Monitor checks')."</th>";
|
||||
echo "<tr><td class=datos2><b>"."Monitor checks"."</b></td>";
|
||||
echo "<tr><td class=datos2><b>".__('Monitor checks')."</b></td>";
|
||||
echo "<td style='font: bold 2em Arial;' class='datos2'>";
|
||||
echo "<a class='big_data' href='index.php?sec=estado&sec2=operation/agentes/status_monitor&refr=60&status=-1'>";
|
||||
echo $monitor_checks."</A></td>";
|
||||
|
||||
// Monitor OK
|
||||
echo "<tr><td class=datos><b>"."Monitor OK"."</b></td>";
|
||||
echo "<tr><td class=datos><b>".__('Monitor OK')."</b></td>";
|
||||
echo "<td style='font: bold 2em Arial' class='datos'>";
|
||||
echo "<a style='color:#0f0;' class='big_data' href='index.php?sec=estado&sec2=operation/agentes/status_monitor&refr=60&status=1'>";
|
||||
if ($monitor_ok > 0)
|
||||
|
@ -122,7 +122,7 @@ else
|
|||
echo "</A>";
|
||||
|
||||
// Monitor BAD
|
||||
echo "<tr><td class=datos2><b>"."Monitor BAD"."</b></td>";
|
||||
echo "<tr><td class=datos2><b>".__('Monitor BAD')."</b></td>";
|
||||
echo "<td class='datos2' style='font: bold 2em Arial' >";
|
||||
echo "<a style='color:#f00;' class='big_data' href='index.php?sec=estado&sec2=operation/agentes/status_monitor&refr=60&status=0'>";
|
||||
if ($monitor_bad > 0)
|
||||
|
@ -135,7 +135,7 @@ echo "</td></tr>";
|
|||
|
||||
// Monitor unknown
|
||||
echo "<tr><td class=datos>";
|
||||
echo "<b>"."Monitor Unknown"."</b></td>";
|
||||
echo "<b>".__('Monitor Unknown')."</b></td>";
|
||||
echo "<td class='datos' style='font: bold 2em Arial' >";
|
||||
echo "<a style='color:#aaa;' class='big_data' href='index.php?sec=estado&sec2=operation/agentes/status_monitor&refr=60&status=2'>";
|
||||
if ($monitor_unknown > 0)
|
||||
|
@ -144,14 +144,14 @@ else
|
|||
echo "-";
|
||||
echo "</A>";
|
||||
|
||||
echo "</td></tr><tr><td class=datos2><b>"."Monitor Not Init"."</b></td>";
|
||||
echo "</td></tr><tr><td class=datos2><b>".__('Monitor Not Init')."</b></td>";
|
||||
echo "<td class=datos2 style='font: bold 2em Arial, Sans-serif; color: #FF8C00;'>";
|
||||
if ($monitor_not_init> 0)
|
||||
echo $monitor_not_init;
|
||||
else
|
||||
echo "-";
|
||||
|
||||
echo "<tr><td class=datos><b>"."Alerts Fired"."</b></td>";
|
||||
echo "<tr><td class=datos><b>".__('Alerts Fired')."</b></td>";
|
||||
echo "<td class=datos style='font: bold 2em Arial'>";
|
||||
echo "<a style=color:#f00' class='big_data' href='index.php?sec=eventos&sec2=operation/events/events&search=&event_type=alert_fired'>";
|
||||
if ($monitor_alert > 0)
|
||||
|
@ -159,29 +159,29 @@ if ($monitor_alert > 0)
|
|||
else
|
||||
echo "-";
|
||||
echo "</A>";
|
||||
echo "<tr><td class=datos2><b>"."Alerts Total"."</b></td>";
|
||||
echo "<tr><td class=datos2><b>".__('Alerts Total')."</b></td>";
|
||||
echo "<td class=datos2 style='font: bold 2em Arial'>".$monitor_alert_total;
|
||||
|
||||
|
||||
// Data checks
|
||||
// ~~~~~~~~~~~~~~~
|
||||
|
||||
echo "<tr><th colspan=2>".__('Data checks')."</th>";
|
||||
echo "<tr><td class=datos2><b>"."Data checks"."</b></td>";
|
||||
echo "<tr><th colspan=2>".__('Data Checks')."</th>";
|
||||
echo "<tr><td class=datos2><b>".__('Data Checks')."</b></td>";
|
||||
echo "<td class=datos2 style='font: bold 2em Arial'>".$data_checks;
|
||||
echo "<tr><td class=datos><b>"."Data Unknown"."</b></td>";
|
||||
echo "<tr><td class=datos><b>".__('Data Unknown')."</b></td>";
|
||||
echo "<td class=datos style='font: bold 2em Arial; color: #aaa;'>";
|
||||
if ($data_unknown > 0)
|
||||
echo $data_unknown;
|
||||
else
|
||||
echo "-";
|
||||
echo "<tr><td class=datos2><b>"."Data not init"."</b></td>";
|
||||
echo "<tr><td class=datos2><b>".__('Data Not Init')."</b></td>";
|
||||
echo "<td class=datos2 style='font: bold 2em Arial'>";
|
||||
if ($data_not_init > 0)
|
||||
echo $data_not_init;
|
||||
else
|
||||
echo "-";
|
||||
echo "<tr><td class=datos><b>"."Alerts Fired"."</b></td>";
|
||||
echo "<tr><td class=datos><b>".__('Alerts Fired')."</b></td>";
|
||||
|
||||
|
||||
echo "<td class=datos style='font: bold 2em Arial'>";
|
||||
|
@ -192,7 +192,7 @@ else
|
|||
echo "-";
|
||||
echo "</A>";
|
||||
|
||||
echo "<tr><td class=datos2><b>"."Alerts Total";
|
||||
echo "<tr><td class=datos2><b>".__('Alerts Total');
|
||||
echo "<td class=datos2 style='font: bold 2em Arial'>".$data_alert_total;
|
||||
|
||||
|
||||
|
@ -200,12 +200,12 @@ echo "<td class=datos2 style='font: bold 2em Arial'>".$data_alert_total;
|
|||
// ~~~~~~~~~~~~~~~
|
||||
|
||||
echo "<tr><th colspan='2'>".__('Summary')."</th>";
|
||||
echo "<tr><td class='datos2'><b>"."Total agents"."</b></td>";
|
||||
echo "<tr><td class='datos2'><b>".__('Total Agents')."</b></td>";
|
||||
echo "<td class='datos2' style='font: bold 2em Arial, Sans-serif;'>".$total_agents;
|
||||
echo "<tr><td class='datos'><b>"."Total checks"."</b></td>";
|
||||
echo "<tr><td class='datos'><b>".__('Total Checks')."</b></td>";
|
||||
echo "<td class='datos' style='font: bold 2em Arial, Sans-serif;'>".$total_checks;
|
||||
|
||||
echo "<tr><td class='datos2'><b>"."Server sanity"."</b></td>";
|
||||
echo "<tr><td class='datos2'><b>".__('Server Sanity')."</b></td>";
|
||||
echo "<td class='datos2' style='font: bold 1em Arial, Sans-serif;'>";
|
||||
echo format_numeric($notinit_percentage);
|
||||
echo "% ".__('Uninitialized modules');
|
||||
|
|
Loading…
Reference in New Issue