2010-08-31 Raul Mateos <raulofpandora@gmail.com>
* godmode/reporting/reporting_builder.php, godmode/gis_maps/configure_gis_mao.php, include/functions_filemanager.php: Fixed some misspelled strings git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3207 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
0beeb00c0e
commit
350508d03e
|
@ -1,3 +1,9 @@
|
|||
2010-08-31 Raúl Mateos <raulofpandora@gmail.com>
|
||||
|
||||
* godmode/reporting/reporting_builder.php,
|
||||
godmode/gis_maps/configure_gis_mao.php, include/functions_filemanager.php:
|
||||
Fixed some misspelled strings
|
||||
|
||||
2010-08-31 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* operation/agentes/status_monitor.php: Fixed the
|
||||
|
|
|
@ -320,7 +320,7 @@ foreach ($listConnectionTemp as $connectionTemp) {
|
|||
}
|
||||
}
|
||||
|
||||
$table->data[1][0] = __("Add Map connection") . print_help_tip (__('At least one map connection must be deffined, it will be possible to change between the connections in the map'), true). ": " . $iconError;
|
||||
$table->data[1][0] = __("Add Map connection") . print_help_tip (__('At least one map connection must be defined, it will be possible to change between the connections in the map'), true). ": " . $iconError;
|
||||
$table->data[1][1] = "<table class='databox' border='0' id='map_connection'>
|
||||
<tr>
|
||||
<td>
|
||||
|
|
|
@ -428,7 +428,7 @@ else {
|
|||
print_page_header(__('Reporting') . $textReportName, "images/reporting_edit.png", false, "reporting_" . $activeTab . "_tab", true, $buttons);
|
||||
|
||||
if ($resultOperationDB !== null) {
|
||||
print_result_message ($resultOperationDB, __('Successfully action'), __('Unsuccessfully action'));
|
||||
print_result_message ($resultOperationDB, __('Successfull action'), __('Unsuccessfull action'));
|
||||
}
|
||||
|
||||
switch ($activeTab) {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
// Pandora FMS - http://pandorafms.com
|
||||
// ==================================================
|
||||
// Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
|
||||
// Copyright (c) 2005-2010 Artica Soluciones Tecnologicas
|
||||
// Please see http://pandorafms.org for full contribution list
|
||||
|
||||
// This program is free software; you can redistribute it and/or
|
||||
|
@ -633,7 +633,7 @@ function file_explorer($real_directory, $relative_directory, $url, $father = '',
|
|||
}
|
||||
else {
|
||||
echo "<div style='text-align: right; width: " . $table->width . "; color:#AC4444;'>";
|
||||
echo "<image src='images/info.png' />" . __('The directory is only readble.');
|
||||
echo "<image src='images/info.png' />" . __('The directory is read-only');
|
||||
echo "</div>";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue