From 45f459e224b8c20d87dd8103802eefd1ceaad297 Mon Sep 17 00:00:00 2001 From: jsatoh Date: Wed, 17 Mar 2010 06:36:16 +0000 Subject: [PATCH] 2010-03-17 Junichi Satoh * operation/messages/message.php : Changed strings. "From" to "Message from", "To" to "Message to" * godmode/reporting/reporting_builder.php : Changed strings. "Down" to "Move down", "Up" to "Move up" * godmode/alerts/alert_list.php: Changed sentence with some strings. "From XX to YY matches of the alert" to "Number of alerts match from XX to YY" git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2510 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 12 ++++++++++++ pandora_console/godmode/alerts/alert_list.php | 6 ++---- .../godmode/reporting/reporting_builder.php | 4 ++-- pandora_console/operation/messages/message.php | 6 +++--- 4 files changed, 19 insertions(+), 9 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 4f12109402..b39d4d3b38 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,15 @@ +2010-03-17 Junichi Satoh + + * operation/messages/message.php : Changed strings. + "From" to "Message from", "To" to "Message to" + + * godmode/reporting/reporting_builder.php : Changed strings. + "Down" to "Move down", "Up" to "Move up" + + * godmode/alerts/alert_list.php: Changed sentence with some strings. + "From XX to YY matches of the alert" to "Number of alerts match + from XX to YY" + 2010-03-15 Junichi Satoh * godmode/alerts/alert_list.php : Added help link, "alert-matches". diff --git a/pandora_console/godmode/alerts/alert_list.php b/pandora_console/godmode/alerts/alert_list.php index 6fe87b9984..3fe805a7f6 100644 --- a/pandora_console/godmode/alerts/alert_list.php +++ b/pandora_console/godmode/alerts/alert_list.php @@ -571,11 +571,10 @@ $table->data[2][1] = print_select($actions,'action_select','','','','',true); $table->data[2][1] .= ' '; $table->data[2][1] .= ' '; $table->data[2][1] .= ''; @@ -597,11 +596,10 @@ print_select ($actions, 'action', '', '', __('None'), 0); echo '
'; echo ''.__('Advanced options').' » '; echo ''; echo '
'; diff --git a/pandora_console/godmode/reporting/reporting_builder.php b/pandora_console/godmode/reporting/reporting_builder.php index 9a0fe0a39b..13a451c772 100644 --- a/pandora_console/godmode/reporting/reporting_builder.php +++ b/pandora_console/godmode/reporting/reporting_builder.php @@ -451,7 +451,7 @@ if ($edit_sla_report_content) { $data[0] .= print_input_hidden ('content_up', 1, true); $data[0] .= print_input_hidden ('id_report_content', $report_content['id_rc'], true); $data[0] .= print_input_image ('up', 'images/up.png', 1, '', - true, array ('title' => __('Up'))); + true, array ('title' => __('Move up'))); $data[0] .= ''; } if ($last_id != $report_content['id_rc']) { @@ -461,7 +461,7 @@ if ($edit_sla_report_content) { $data[0] .= print_input_hidden ('content_down', 1, true); $data[0] .= print_input_hidden ('id_report_content', $report_content['id_rc'], true); $data[0] .= print_input_image ('down', 'images/down.png', 1, '', - true, array ('title' => __('Down'))); + true, array ('title' => __('Move down'))); $data[0] .= ''; } diff --git a/pandora_console/operation/messages/message.php b/pandora_console/operation/messages/message.php index 772157934b..c6e4af68bc 100644 --- a/pandora_console/operation/messages/message.php +++ b/pandora_console/operation/messages/message.php @@ -70,10 +70,10 @@ if (isset ($_GET["new_msg"])) { //create message echo '
- + - +
'.__('From').':'.__('Message from').': '.print_username ($config["id_user"], true).'
'.__('To').':'.__('Message to').': '; $users = get_users_info (); //Get a list of all users @@ -112,7 +112,7 @@ if (isset ($_GET["new_msg"])) { //create message echo ' - + '; // Subject
'.__('From').':
'.__('Message from').': '.print_username ($message["sender"], true).' '.__('at').' '.print_timestamp ($message["timestamp"], true, array ("prominent" => "timestamp")).'