From 350508d03eec1a9912c5f3bb00be517422bf1529 Mon Sep 17 00:00:00 2001 From: raulmateos Date: Tue, 31 Aug 2010 14:23:59 +0000 Subject: [PATCH] 2010-08-31 Raul Mateos * 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 --- pandora_console/ChangeLog | 6 ++++++ pandora_console/godmode/gis_maps/configure_gis_map.php | 2 +- pandora_console/godmode/reporting/reporting_builder.php | 2 +- pandora_console/include/functions_filemanager.php | 4 ++-- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 92bb7a51cc..bc93042bb0 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2010-08-31 Raúl Mateos + + * 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 * operation/agentes/status_monitor.php: Fixed the diff --git a/pandora_console/godmode/gis_maps/configure_gis_map.php b/pandora_console/godmode/gis_maps/configure_gis_map.php index cf752326cc..522454e1fc 100644 --- a/pandora_console/godmode/gis_maps/configure_gis_map.php +++ b/pandora_console/godmode/gis_maps/configure_gis_map.php @@ -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] = "
diff --git a/pandora_console/godmode/reporting/reporting_builder.php b/pandora_console/godmode/reporting/reporting_builder.php index 031a76c260..27eebf57e8 100644 --- a/pandora_console/godmode/reporting/reporting_builder.php +++ b/pandora_console/godmode/reporting/reporting_builder.php @@ -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) { diff --git a/pandora_console/include/functions_filemanager.php b/pandora_console/include/functions_filemanager.php index bf24060816..00f11a1bcb 100644 --- a/pandora_console/include/functions_filemanager.php +++ b/pandora_console/include/functions_filemanager.php @@ -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 "
"; - echo "" . __('The directory is only readble.'); + echo "" . __('The directory is read-only'); echo "
"; } }