2008-10-21 Jorge Gonzalez <jorgegonz@svn.gnome.org>
* operation/servers/view_server.php, godmode/agentes/module_manager_editor_network.php, godmode/agentes/module_manager_editor_wmi.php, godmode/agentes/module_manager_editor_plugin.php, godmode/agentes/module_manager_editor_prediction.php, godmode/agentes/module_manager_editor_data.php, godmode/agentes/configurar_agente.php: added translation context. * include/languages/cs.po, include/languages/pt_BR.po, include/languages/es.po, include/languages/uk.po, include/languages/ro.po, include/languages/fr.po, include/languages/ca.po, include/languages/de.po, include/languages/sv.po, include/languages/zh_TW.po, include/languages/hi.po, include/languages/zh_CN.po, include/languages/te.po, include/languages/eu.po, include/languages/hu.po, include/languages/ru.po, include/languages/gl.po, include/languages/pl.po, include/languages/it.po, include/languages/sl.po, include/languages/pt.po, include/languages/ast.po, include/languages/index.pot: Updated translations from Rosetta, thanks to all contributors. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1181 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
5ca88eff69
commit
545cec59ce
|
@ -1,3 +1,26 @@
|
|||
2008-10-21 Jorge Gonzalez <jorgegonz@svn.gnome.org>
|
||||
|
||||
* operation/servers/view_server.php,
|
||||
godmode/agentes/module_manager_editor_network.php,
|
||||
godmode/agentes/module_manager_editor_wmi.php,
|
||||
godmode/agentes/module_manager_editor_plugin.php,
|
||||
godmode/agentes/module_manager_editor_prediction.php,
|
||||
godmode/agentes/module_manager_editor_data.php,
|
||||
godmode/agentes/configurar_agente.php: added translation context.
|
||||
|
||||
* include/languages/cs.po, include/languages/pt_BR.po,
|
||||
include/languages/es.po, include/languages/uk.po,
|
||||
include/languages/ro.po, include/languages/fr.po,
|
||||
include/languages/ca.po, include/languages/de.po,
|
||||
include/languages/sv.po, include/languages/zh_TW.po,
|
||||
include/languages/hi.po, include/languages/zh_CN.po,
|
||||
include/languages/te.po, include/languages/eu.po,
|
||||
include/languages/hu.po, include/languages/ru.po,
|
||||
include/languages/gl.po, include/languages/pl.po,
|
||||
include/languages/it.po, include/languages/sl.po,
|
||||
include/languages/pt.po, include/languages/ast.po,
|
||||
include/languages/index.pot: Updated translations from Rosetta, thanks to all contributors.
|
||||
|
||||
2008-10-21 Manuel Arostegui <marostegui@artica.es>
|
||||
|
||||
* operation/menu.php: Fixed warning message if no layouts were defined
|
||||
|
|
|
@ -160,6 +160,7 @@ if (isset ($_POST["create_agent"])) { // Create a new and shiny agent
|
|||
$result = process_sql ($sql);
|
||||
if ($result === false) {
|
||||
$agent_created_ok = 0;
|
||||
// Do not translate tagente_estado, is the table name
|
||||
$agent_creation_error = __("There was a problem creating record in tagente_estado table");
|
||||
}
|
||||
} else {
|
||||
|
@ -388,9 +389,9 @@ if (isset($_POST["add_alert_combined"])){ // Update an existing alert
|
|||
$sql = sprintf ("INSERT INTO tcompound_alert (id, id_aam, operation) VALUES (%d, %d, '%s')", $alerta_id_aam, $component_item, $component_operation);
|
||||
$result = process_sql ($sql);
|
||||
if ($result === false) {
|
||||
echo '<h3 class="error">'.__('There was a problem creating composite alert').'</h3>';
|
||||
echo '<h3 class="error">'.__('There was a problem creating the combined alert').'</h3>';
|
||||
} else {
|
||||
echo '<h3 class="suc">'.__('Composite alert successfully created').'</h3>';
|
||||
echo '<h3 class="suc">'.__('Combined alert successfully created').'</h3>';
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -117,6 +117,7 @@ echo '<td class="datos2">'.__('Post process');
|
|||
pandora_help("postprocess");
|
||||
echo '</td><td class="datos2">';
|
||||
print_input_text ("form_post_process",$form_post_process, '', 5);
|
||||
// Export target is a server where the data will be sent
|
||||
echo '</td><td class="datos2">'.__('Export target').'</td>';
|
||||
echo '<td class="datos2">';
|
||||
|
||||
|
|
|
@ -246,6 +246,7 @@ echo '<td class="datos">'.__('Post process');
|
|||
pandora_help ("postprocess");
|
||||
echo '</td>';
|
||||
echo '<td class="datos"><input type="text" name="form_post_process" size="5" value="'.$form_post_process.'"></td>';
|
||||
// Export target is a server where the data will be sent
|
||||
echo '<td class="datos">'.__('Export target')."</td>";
|
||||
echo '<td class="datos"><select name="form_id_export">';
|
||||
if ($form_id_export != 0){
|
||||
|
|
|
@ -191,6 +191,7 @@ echo '<td class="datos">'.__('Post process');
|
|||
pandora_help ("postprocess");
|
||||
echo '</td>';
|
||||
echo '<td class="datos"><input type="text" name="form_post_process" size="5" value="'.$form_post_process.'"></td>';
|
||||
// Export target is a server where the data will be sent
|
||||
echo '<td class="datos">'.__('Export target')."</td>";
|
||||
echo '<td class="datos"><select name="form_id_export">';
|
||||
if ($form_id_export != 0){
|
||||
|
|
|
@ -150,7 +150,7 @@ while ($row=mysql_fetch_array($result)){
|
|||
echo "<option value='".$row["id_mg"]."'>".$row["name"]."</option>";
|
||||
}
|
||||
echo '</select>';
|
||||
|
||||
// Export target is a server where the data will be sent
|
||||
echo '<td class="datos">'.__('Export target')."</td>";
|
||||
echo '<td class="datos"><select name="form_id_export">';
|
||||
if ($form_id_export != 0){
|
||||
|
|
|
@ -224,6 +224,7 @@ echo '<td class="datos2">'.__('Post process');
|
|||
pandora_help("postprocess");
|
||||
echo '</td>';
|
||||
echo '<td class="datos2"><input type="text" name="form_post_process" size="5" value="'.$form_post_process.'"></td>';
|
||||
// Export target is a server where the data will be sent
|
||||
echo '<td class="datos2">'.__('Export target')."</td>";
|
||||
echo '<td class="datos2"><select name="form_id_export">';
|
||||
if ($form_id_export != 0){
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -117,7 +117,7 @@ foreach ($servers as $server) {
|
|||
$data[5] .= ' <img src="images/master.png" title="'.__('Master server').'">';
|
||||
}
|
||||
if ($server['checksum'] == 1){
|
||||
$data[5] .= ' <img src="images/binary.png" title="'.__('Check').'">';
|
||||
$data[5] .= ' <img src="images/binary.png" title="'.__('MD5 check').'">';
|
||||
}
|
||||
$data[6] = $server['version'];
|
||||
$data[7] = human_time_comparation ($server['keepalive']) . "</td>";
|
||||
|
|
Loading…
Reference in New Issue