";
// Set some containers to legend, graph, timestamp tooltip, etc.
- $return .= "";
+ $return .= "";
if (!empty($threshold_data)) {
$yellow_up = $threshold_data['yellow_up'];
@@ -272,7 +272,9 @@ function flot_area_graph($chart_data, $width, $height, $color, $legend,
}
$return .= html_print_input_hidden('line_width_graph', $config['custom_graph_width'], true);
$return .= "";
- $return .= "";
+ $return .= "";
if ($menu) {
$height = 100;
}
@@ -605,7 +607,7 @@ function flot_custom_pie_chart ($flash_charts, $graph_values,
$graph_id = uniqid('graph_');
- $return = "";
+ $return = "";
if ($water_mark != '') {
$return .= "";
diff --git a/pandora_console/include/graphs/functions_pchart.php b/pandora_console/include/graphs/functions_pchart.php
index 14dc2e96eb..68c1958c45 100644
--- a/pandora_console/include/graphs/functions_pchart.php
+++ b/pandora_console/include/graphs/functions_pchart.php
@@ -749,6 +749,7 @@ function pch_bar_graph ($graph_type, $index, $data, $width, $height, $font,
"GridR"=>200,"GridG"=>200,"GridB"=>200,"DrawSubTicks"=>TRUE,"CycleBackground"=>TRUE,
"Mode"=>SCALE_MODE_START0, "LabelRotation" => 60);
$margin_left = 40;
+ $margin_right = 0;
$margin_top = 10;
$margin_bottom = 3 * $max_chars;
break;
@@ -757,24 +758,14 @@ function pch_bar_graph ($graph_type, $index, $data, $width, $height, $font,
"CycleBackground"=>TRUE, "Mode"=>SCALE_MODE_START0, "Pos"=>SCALE_POS_TOPBOTTOM,
"LabelValuesRotation" => 30);
$margin_left = $font_size * $max_chars;
+ $margin_right = 15;
$margin_top = 40;
$margin_bottom = 10;
break;
}
- $water_mark_height = 0;
- $water_mark_width = 0;
- if (!empty($water_mark)) {
- $size_water_mark = getimagesize($water_mark);
- $water_mark_height = $size_water_mark[1];
- $water_mark_width = $size_water_mark[0];
-
- $myPicture->drawFromPNG(($width - $water_mark_width),
- ($height - $water_mark_height) - $margin_bottom, $water_mark);
- }
-
/* Define the chart area */
- $myPicture->setGraphArea($margin_left,$margin_top,$width - $water_mark_width,$height-$margin_bottom);
+ $myPicture->setGraphArea($margin_left, $margin_top, $width - $margin_right, $height - $margin_bottom);
$myPicture->drawScale($scaleSettings);
/*
@@ -792,6 +783,15 @@ function pch_bar_graph ($graph_type, $index, $data, $width, $height, $font,
$myPicture->drawBarChart($settings);
+ // Paint the water mark at the last moment to show it in front
+ if (!empty($water_mark)) {
+ $size_water_mark = getimagesize($water_mark);
+ $water_mark_width = $size_water_mark[0];
+
+ $myPicture->drawFromPNG(($width - $water_mark_width - $margin_right),
+ $margin_top, $water_mark);
+ }
+
/* Render the picture */
$myPicture->stroke();
}
@@ -907,7 +907,7 @@ function pch_vertical_graph ($graph_type, $index, $data, $width, $height,
}
/* Create the pChart object */
- $myPicture = new pImage($width, $height, $MyData, $transparent,
+ $myPicture = new pImage($width, $height + $font_size, $MyData, $transparent,
$backgroundColor, $fontColor);
/* Turn of Antialiasing */
@@ -920,6 +920,8 @@ function pch_vertical_graph ($graph_type, $index, $data, $width, $height,
$myPicture->setFontProperties(
array("FontName" =>$font, "FontSize" => $font_size));
+ // By default, set a top margin of 5 px
+ $top_margin = 5;
if (isset($legend)) {
/* Set horizontal legend if is posible */
$legend_mode = LEGEND_HORIZONTAL;
@@ -930,6 +932,9 @@ function pch_vertical_graph ($graph_type, $index, $data, $width, $height,
$size = $myPicture->getLegendSize(array("Style"=>LEGEND_NOBORDER,"Mode"=>$legend_mode));
}
+ // Update the top margin to add the legend Height
+ $top_margin = $size['Height'];
+
/* Write the chart legend */
$myPicture->drawLegend($width - $size['Width'], 8,
array("Style" => LEGEND_NOBORDER, "Mode" => $legend_mode));
@@ -948,7 +953,7 @@ function pch_vertical_graph ($graph_type, $index, $data, $width, $height,
$myPicture->drawFromPNG(
($width - $water_mark_width),
- ($height - $water_mark_height) - $margin_bottom,
+ $top_margin,
$water_mark);
}
@@ -999,20 +1004,9 @@ function pch_vertical_graph ($graph_type, $index, $data, $width, $height,
$chart_size = $default_chart_size;
}
- if (isset($size['Height'])) {
- /* Define the chart area */
- //if ($yaxisname != '') {
- //}
- $myPicture->setGraphArea($chart_size, $size['Height'],
- ($width - $water_mark_width),
- ($height - $margin_bottom));
- }
- else {
- /* Define the chart area */
- $myPicture->setGraphArea($chart_size, 5,
- ($width - $water_mark_width),
- ($height - $margin_bottom));
- }
+ $myPicture->setGraphArea($chart_size, $top_margin,
+ $width,
+ ($height - $margin_bottom));
/*Get minimun value to draw axis properly*/
$min_data = min(min($data));
diff --git a/pandora_console/include/help/en/help_alert_config.php b/pandora_console/include/help/en/help_alert_config.php
index 1ce11e5ce3..05e93abac0 100644
--- a/pandora_console/include/help/en/help_alert_config.php
+++ b/pandora_console/include/help/en/help_alert_config.php
@@ -31,6 +31,7 @@ Apart from the defined module macros, the following macros are also available:
_agentdescription_ : Description of the agent who fired alert.
_agentgroup_ : Agent group name.
_agentstatus_ : Current status of the agent.
+
_agentos_: Agent's operative system.
_address_ : Address of the agent that fired the alert.
_timestamp_ : Time when the alert was fired (yy-mm-dd hh:mm:ss).
_timezone_ : Timezone name that _timestamp_ represents in.
diff --git a/pandora_console/include/help/en/help_alert_macros.php b/pandora_console/include/help/en/help_alert_macros.php
index 6753e2c59a..544fd5ec36 100644
--- a/pandora_console/include/help/en/help_alert_macros.php
+++ b/pandora_console/include/help/en/help_alert_macros.php
@@ -25,6 +25,7 @@ Besides the defined module macros, the following macros are available:
_agentdescription_: Description of the agent that triggered the alert.
_agentgroup_: Agent’s group name.
_agentstatus_: Current agent status.
+
_agentos_: Agent's operative system.
_address_: Address of the agent that triggered the alert.
_timestamp_: Time and date on which the alert was triggered (yy-mm-dd hh:mm:ss).
_timezone_: Timezone that is represented on _timestamp_.
diff --git a/pandora_console/include/help/es/help_alert_config.php b/pandora_console/include/help/es/help_alert_config.php
index 483e494332..4791dc716e 100644
--- a/pandora_console/include/help/es/help_alert_config.php
+++ b/pandora_console/include/help/es/help_alert_config.php
@@ -34,6 +34,7 @@ Además de las macros de módulo definidas, las siguientes macros están disponi
_agentgroup_ : Nombre del grupo del agente.
_agentstatus_ : Estado actual del agente.
_address_: Dirección del agente que disparó la alerta.
+
_agentos_: Sistema operativo del agente.
_timestamp_: Hora y fecha en que se disparó la alerta.
_timezone_: Area Nombre _timestamp_ que representa en.
_data_: Dato que hizo que la alerta se disparase.
diff --git a/pandora_console/include/help/es/help_alert_macros.php b/pandora_console/include/help/es/help_alert_macros.php
index f4c8f476d9..335d583d5a 100644
--- a/pandora_console/include/help/es/help_alert_macros.php
+++ b/pandora_console/include/help/es/help_alert_macros.php
@@ -25,6 +25,7 @@ Además de las macros de módulo definidas, las siguientes macros están disponi
_agentdescription_: Descripción del agente que disparó la alerta.
_agentgroup_: Nombre del grupo del agente.
_agentstatus_: Estado actual del agente.
+
_agentos_: Sistema operativo del agente.
_address_: Dirección del agente que disparó la alerta.
_timestamp_: Hora y fecha en que se disparó la alerta.
_timezone_: Area Nombre _timestamp_ que representa en.
You can get more resurces in our Public Resource "
-"Library"
-msgstr ""
-"この拡張を使うと、リソーステンプレートの登録が簡単にできます。ここに、Pandora FMS 3.x フォーマット (.ptr) "
-"でリソーステンプレートをアップロードできます。Pandora FMS "
-"リソースの取得および利用方法については、ドキュメントを参照してください。
リソースは、我々のPublic "
-"Resource Libraryから取得できます。"
-
-#: ../../extensions/resource_registration.php:872
-msgid "Group filter: "
-msgstr "グループフィルター: "
-
-#: ../../extensions/disabled/ssh_gateway.php:52
-msgid "You need to specify a user and a host address"
-msgstr "ユーザとホストのアドレスを指定する必要があります"
-
-#: ../../extensions/disabled/ssh_gateway.php:57
-#: ../../godmode/snmpconsole/snmp_trap_generator.php:66
-msgid "Host address"
-msgstr "ホストアドレス"
-
-#: ../../extensions/disabled/ssh_gateway.php:59
-#, php-format
-msgid "For security reasons the following characters are not allowed: %s"
-msgstr "セキュリティ上の理由により、次の文字は利用できません: %s"
-
-#: ../../extensions/disabled/ssh_gateway.php:60
-msgid "Connect"
-msgstr "接続"
-
-#: ../../extensions/disabled/ssh_gateway.php:63
-msgid "Port (use 0 for default)"
-msgstr "ポート (デフォルトは 0)"
-
-#: ../../extensions/disabled/ssh_gateway.php:65
-msgid "Connect mode"
-msgstr "接続モード"
-
-#: ../../extensions/disabled/matrix_events.php:29
-msgid "Matrix events"
-msgstr "Matrix イベント"
-
-#: ../../extensions/disabled/vnc_view.php:25
-msgid "VNC Display (:0 by default)"
-msgstr "VNC ディスプレイ (デフォルトは :0)"
-
-#: ../../extensions/disabled/vnc_view.php:28
-msgid "Send"
-msgstr "送信"
-
-#: ../../extensions/disabled/vnc_view.php:42
-msgid "VNC view"
-msgstr "VNCビュー"
-
-#: ../../extensions/net_tools.php:96
-msgid "The agent hasn't got IP"
-msgstr "エージェントに IP がありません"
-
-#: ../../extensions/net_tools.php:118 ../../extensions/api_checker.php:132
-#: ../../include/functions_menu.php:574
-#: ../../include/functions_reporting_html.php:1481
-#: ../../include/functions_reporting_html.php:2582
-#: ../../godmode/extensions.php:153
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1748
-msgid "Operation"
-msgstr "操作"
-
-#: ../../extensions/net_tools.php:120
-msgid ""
-"You can set the command path in the menu Administration -> Extensions -"
-"> Config Network Tools"
-msgstr "コマンドのパスは、システム管理 -> 拡張 -> ネットワークツール設定 で設定できます。"
-
-#: ../../extensions/net_tools.php:123
-msgid "Traceroute"
-msgstr "Traceroute"
-
-#: ../../extensions/net_tools.php:124
-msgid "Ping host & Latency"
-msgstr "ホストへの ping および遅延"
-
-#: ../../extensions/net_tools.php:125
-msgid "SNMP Interface status"
-msgstr "SNMP インタフェースの状態"
-
-#: ../../extensions/net_tools.php:126
-msgid "Basic TCP Port Scan"
-msgstr "基本 TCP ポートスキャン"
-
-#: ../../extensions/net_tools.php:127
-msgid "DiG/Whois Lookup"
-msgstr "DiG/Whois ルックアップ"
-
-#: ../../extensions/net_tools.php:145
-msgid "SNMP Community"
-msgstr "SNMP コミュニティ"
-
-#: ../../extensions/net_tools.php:148 ../../include/functions_events.php:1796
-msgid "Execute"
-msgstr "実行"
-
-#: ../../extensions/net_tools.php:162
-msgid "Traceroute executable does not exist."
-msgstr "traceroute コマンドがありません。"
-
-#: ../../extensions/net_tools.php:165
-msgid "Traceroute to "
-msgstr "以下へのtraceroute "
-
-#: ../../extensions/net_tools.php:174
-msgid "Ping executable does not exist."
-msgstr "pingコマンドがありません。"
-
-#: ../../extensions/net_tools.php:177
-#, php-format
-msgid "Ping to %s"
-msgstr "%s への ping"
-
-#: ../../extensions/net_tools.php:186
-msgid "Nmap executable does not exist."
-msgstr "nmapコマンドがありません。"
-
-#: ../../extensions/net_tools.php:189
-msgid "Basic TCP Scan on "
-msgstr "基本TCPスキャン: "
-
-#: ../../extensions/net_tools.php:196
-msgid "Domain and IP information for "
-msgstr "ドメインおよびIP情報: "
-
-#: ../../extensions/net_tools.php:200
-msgid "Dig executable does not exist."
-msgstr "digコマンドがありません。"
-
-#: ../../extensions/net_tools.php:210
-msgid "Whois executable does not exist."
-msgstr "whoisコマンドがありません。"
-
-#: ../../extensions/net_tools.php:219
-msgid "SNMP information for "
-msgstr "SNMP情報: "
-
-#: ../../extensions/net_tools.php:223
-msgid "SNMPget executable does not exist."
-msgstr "snmpgetコマンドがありません。"
-
-#: ../../extensions/net_tools.php:226
-msgid "Uptime"
-msgstr "稼働時間"
-
-#: ../../extensions/net_tools.php:230
-msgid "Device info"
-msgstr "デバイス情報"
-
-#: ../../extensions/net_tools.php:238
-msgid "Interface"
-msgstr "インタフェース"
-
-#: ../../extensions/net_tools.php:268 ../../extensions/net_tools.php:343
-msgid "Config Network Tools"
-msgstr "ネットワークツール設定"
-
-#: ../../extensions/net_tools.php:289 ../../extensions/net_tools.php:290
-msgid "Set the paths."
-msgstr "パスを設定しました。"
-
-#: ../../extensions/net_tools.php:310
-msgid "Traceroute path"
-msgstr "Traceroute パス"
-
-#: ../../extensions/net_tools.php:311
-msgid "If it is empty, Pandora searchs the traceroute system."
-msgstr "空の場合、Pandora はシステムから traceroute を探します。"
-
-#: ../../extensions/net_tools.php:314
-msgid "Ping path"
-msgstr "Ping パス"
-
-#: ../../extensions/net_tools.php:315
-msgid "If it is empty, Pandora searchs the ping system."
-msgstr "空の場合、Pandora はシステムから ping を探します。"
-
-#: ../../extensions/net_tools.php:318
-msgid "Nmap path"
-msgstr "Nmap パス"
-
-#: ../../extensions/net_tools.php:319
-msgid "If it is empty, Pandora searchs the nmap system."
-msgstr "空の場合、Pandora はシステムから nmap を探します。"
-
-#: ../../extensions/net_tools.php:322
-msgid "Dig path"
-msgstr "dig パス"
-
-#: ../../extensions/net_tools.php:323
-msgid "If it is empty, Pandora searchs the dig system."
-msgstr "空の場合、Pandora はシステムから dig を探します。"
-
-#: ../../extensions/net_tools.php:326
-msgid "Snmpget path"
-msgstr "snmpget パス"
-
-#: ../../extensions/net_tools.php:327
-msgid "If it is empty, Pandora searchs the snmpget system."
-msgstr "空の場合、Pandora はシステムから snmpget を探します。"
-
-#: ../../extensions/net_tools.php:332
-#: ../../godmode/reporting/reporting_builder.list_items.php:305
-#: ../../godmode/update_manager/update_manager.php:35
-msgid "Options"
-msgstr "オプション"
-
-#: ../../extensions/insert_data.php:56
-msgid "Insert data"
-msgstr "データの挿入"
-
-#: ../../extensions/insert_data.php:93
-msgid "You haven't privileges for insert data in the agent."
-msgstr "エージェントにデータを挿入する権限がありません。"
-
-#: ../../extensions/insert_data.php:130
-#, php-format
-msgid "Can't save agent (%s), module (%s) data xml."
-msgstr "エージェント(%s)、モジュール(%s) のデータを保存できません。"
-
-#: ../../extensions/insert_data.php:137
-#, php-format
-msgid "Save agent (%s), module (%s) data xml."
-msgstr "エージェント(%s)、モジュール(%s) のデータを保存しました。"
-
-#: ../../extensions/insert_data.php:146
-#, php-format
-msgid ""
-"Please check that the directory \"%s\" is writeable by the apache user.
The CSV file format is "
-"date;value<newline>date;value<newline>... The date in CSV is in "
-"format Y/m/d H:i:s."
-msgstr ""
-"apache ユーザで \"%s\" ディレクトリが書き込みできるか確認してください。
The CSV file format is "
+"date;value<newline>date;value<newline>... The date in CSV is in "
+"format Y/m/d H:i:s."
+msgstr ""
+"apache ユーザで \"%s\" ディレクトリが書き込みできるか確認してください。
You can get more resurces in our Public Resource "
+"Library"
+msgstr ""
+"この拡張を使うと、リソーステンプレートの登録が簡単にできます。ここに、Pandora FMS 3.x フォーマット (.ptr) "
+"でリソーステンプレートをアップロードできます。Pandora FMS "
+"リソースの取得および利用方法については、ドキュメントを参照してください。
Please know that all "
-"attempts to access this page are recorded in security logs of Pandora System "
-"Database"
-msgstr ""
-"このページへのアクセスは認証されたユーザのみに制限されています。必要であればシステム管理者へ連絡してください。
All actions, "
-"included failed login attempts are logged in Pandora FMS System logs, and "
-"these can be reviewed by each user, please report to admin any incident or "
-"malfunction."
-msgstr ""
-"パスワードまたはユーザ名が正しくありません。大文字・小文字を区別しますので、CAPS LOCKキーを確認してください。
ログインの失敗は "
-"Pandora FMS システムログに記録され他のユーザから確認されます。問題があれば管理者へ連絡してください。"
-
-#: ../../general/footer.php:35
-#, php-format
-msgid "Pandora FMS %s - Build %s - MR %s"
-msgstr "Pandora FMS %s - ビルド %s - MR %s"
-
-#: ../../general/footer.php:38
-msgid "Page generated at"
-msgstr "ページ更新日時:"
-
-#: ../../general/footer.php:39
-msgid "® Ãrtica ST"
-msgstr "® Ãrtica ST"
-
-#: ../../general/ui/agents_list.php:127
-msgid "No agents found"
-msgstr "エージェントがありません"
-
-#: ../../general/pandora_help.php:24 ../../general/pandora_help.php:68
-#: ../../general/pandora_help.php:95
-msgid "Pandora FMS help system"
-msgstr "Pandora FMS ヘルプシステム"
-
-#: ../../general/pandora_help.php:73
-msgid "Help system error"
-msgstr "ヘルプシステムエラー"
-
-#: ../../general/pandora_help.php:78
-msgid ""
-"Pandora FMS help system has been called with a help reference that currently "
-"don't exist. There is no help content to show."
-msgstr "Pandora FMS ヘルプシステムが呼び出されましたが、表示するヘルプが存在しません。"
-
-#: ../../general/header.php:75
-msgid "Blank characters are used as AND conditions"
-msgstr "スペースは、AND 条件です。"
-
-#: ../../general/header.php:90 ../../general/header.php:92
-msgid "Enter keywords to search"
-msgstr "検索文字列を入力してください"
-
-#: ../../general/header.php:114 ../../general/header.php:122
-msgid "All systems"
-msgstr "全モニタシステム"
-
-#: ../../general/header.php:114
-msgid "Down"
-msgstr "停止"
-
-#: ../../general/header.php:118
-msgid "servers down"
-msgstr "停止中"
-
-#: ../../general/header.php:122
-msgid "Ready"
-msgstr "稼働中"
-
-#: ../../general/header.php:142 ../../general/header.php:143
-msgid "QR Code of the page"
-msgstr "ページの QR コード"
-
-#: ../../general/header.php:169 ../../general/header.php:170
-#: ../../include/functions_clippy.php:128
-msgid "Pandora FMS assistant"
-msgstr "Pandora FMS アシスタント"
-
-#: ../../general/header.php:195
-msgid "Configure autorefresh"
-msgstr "自動更新設定"
-
-#: ../../general/header.php:222
-msgid "Disabled autorefresh"
-msgstr "自動更新の無効化"
-
-#: ../../general/header.php:248
-msgid "System alerts detected - Please fix as soon as possible"
-msgstr "システムアラートを検知しました。できるだけ早く修正してください。"
-
-#: ../../general/header.php:263
-#, php-format
-msgid "You have %d warning(s)"
-msgstr "警告が %d 件あります。"
-
-#: ../../general/header.php:274
-msgid "There are not warnings"
-msgstr "警告はありません"
-
-#: ../../general/header.php:283
-msgid "Main help"
-msgstr "メインヘルプ"
-
-#: ../../general/header.php:305
-msgid "New chat message"
-msgstr "新規チャットメッセージ"
-
-#: ../../general/header.php:314
-msgid "Message overview"
-msgstr "メッセージ概要"
-
-#: ../../general/header.php:315
-#, php-format
-msgid "You have %d unread message(s)"
-msgstr "未読メッセージが %d 件あります。"
+#: ../../extensions/users_connected.php:38
+#: ../../extensions/users_connected.php:122
+#: ../../extensions/users_connected.php:123
+msgid "Users connected"
+msgstr "接続ユーザ"
+
+#: ../../extensions/users_connected.php:66
+msgid "No other users connected"
+msgstr "他のユーザは接続していません"
+
+#: ../../extras/pandora_diag.php:90
+msgid "Pandora FMS Diagnostic tool"
+msgstr "Pandora FMS 診断ツール"
+
+#: ../../extras/pandora_diag.php:93
+msgid "Item"
+msgstr "項目"
+
+#: ../../extras/pandora_diag.php:94
+msgid "Data value"
+msgstr "値"
#: ../../general/alert_enterprise.php:96
msgid ""
@@ -8487,341 +4225,19 @@ msgstr ""
"アラートの定義数が多くあるため、将来的にパフォーマンスの問題が発生する可能性があります。Enterprise版では、イベント相関でアラートシステムを単純化"
"でき、管理が簡単になりパフォーマンスが向上します。"
-#: ../../general/logon_ok.php:114 ../../general/logon_ok.php:318
-msgid "Pandora FMS Overview"
-msgstr "Pandora FMS 概要"
-
-#: ../../general/logon_ok.php:181 ../../general/logon_ok.php:380
-msgid "News board"
-msgstr "ニュースボード"
-
-#: ../../general/logon_ok.php:186 ../../general/logon_ok.php:385
-msgid "ago"
-msgstr "前"
-
-#: ../../general/logon_ok.php:193 ../../general/logon_ok.php:392
-msgid "by"
-msgstr "発行者:"
-
-#: ../../general/logon_ok.php:229 ../../general/logon_ok.php:426
-msgid "This is your last activity in Pandora FMS console"
-msgstr "Pandora FMS コンソールにおける最近の操作"
-
-#: ../../general/login_page.php:35
-msgid "Go to Pandora FMS Website"
-msgstr "Pandora FMS のウェブサイトへ"
-
-#: ../../general/login_page.php:40
-msgid "Go to Login"
-msgstr "ログインへ"
-
-#: ../../general/login_page.php:82
-msgid "Docs"
-msgstr "ドキュメント"
-
-#: ../../general/login_page.php:84 ../../general/login_help_dialog.php:67
-#: ../../general/login_help_dialog.php:69
-msgid "Support"
-msgstr "サポート"
-
-#: ../../general/login_page.php:145
-msgid "Login as admin"
-msgstr "admin としてログイン"
-
-#: ../../general/login_page.php:152
-msgid "Login with SAML"
-msgstr "SAML でログイン"
-
-#: ../../general/login_page.php:174
-msgid "Logged out"
-msgstr "ログアウトしました。"
-
-#: ../../general/login_page.php:200
-msgid "View details"
-msgstr "詳細を表示"
-
-#: ../../general/login_page.php:224
-msgid "Build"
-msgstr "ビルド"
-
-#: ../../general/login_page.php:237
-msgid "Login failed"
-msgstr "ログインに失敗しました"
-
-#: ../../general/login_page.php:261
-msgid ""
-"Pandora FMS frontend is built on advanced, modern technologies and does not "
-"support old browsers."
-msgstr "Pandora FMS のフロントエンドには新しい技術が使われているため、古いブラウザはサポートしていません。"
-
-#: ../../general/login_page.php:262
-msgid ""
-"It is highly recommended that you choose and install a modern browser. It is "
-"free of charge and only takes a couple of minutes."
-msgstr "新しいブラウザをインストールすることを強くお勧めします。無料ですし数分で完了します。"
-
-#: ../../general/login_page.php:325
-msgid "Why is it recommended to upgrade the web browser?"
-msgstr "なぜブラウザのアップグレードを推奨するのでしょうか?"
-
-#: ../../general/login_page.php:330
-msgid ""
-"New browsers usually come with support for new technologies, increasing web "
-"page speed, better privacy settings and so on. They also resolve security "
-"and functional issues."
-msgstr ""
-"新しいブラウザでは通常、新たな技術のサポート、表示速度の高速化、プライバシー設定の強化等が行われています。また、セキュリティホールや不具合の解消も行われて"
-"います。"
-
-#: ../../general/login_page.php:339
-msgid "Continue despite this warning"
-msgstr "警告を無視して続ける"
-
-#: ../../general/noaccess2.php:26
-msgid "Access to this page is restricted"
-msgstr "このページへのアクセスは制限されています"
-
-#: ../../general/noaccess2.php:31
-msgid "No access"
-msgstr "アクセス不可"
-
-#: ../../general/noaccess2.php:36
-msgid ""
-"Access to this page is restricted to authorized users only, please contact "
-"system administrator if you need assistance.
\n"
-"\t\t\tPlease know that all attempts to access this page are recorded in "
-"security logs of Pandora System Database"
-msgstr ""
-"このページへのアクセスは認証されたユーザに限定されています。手助けが必要な場合はシステム管理者へ連絡してください。
\n"
-"\t\t\tこのページへの全てのアクセスは、Pandora のシステムデータベースのセキュリティログに記録されます。"
-
-#: ../../general/login_required.php:69
-#: ../../general/login_identification_wizard.php:180
-msgid "Pandora FMS instance identification wizard"
-msgstr "Pandora FMS インスタンス識別ウィザード"
-
-#: ../../general/login_required.php:72
-msgid ""
-"Please fill the following information in order to configure your Pandora FMS "
-"instance successfully"
-msgstr "Pandora FMS インスタンスを正しく設定するために、以下の情報を入力してください"
-
-#: ../../general/login_required.php:86 ../../include/functions_config.php:129
-#: ../../godmode/setup/setup_general.php:52
-msgid "Language code for Pandora"
-msgstr "Pandoraの言語"
-
-#: ../../general/login_required.php:91
-#: ../../godmode/setup/setup_general.php:115
-msgid "Africa"
-msgstr "アフリカ"
-
-#: ../../general/login_required.php:91
-#: ../../godmode/setup/setup_general.php:115
-msgid "America"
-msgstr "アメリカ"
-
-#: ../../general/login_required.php:91
-#: ../../godmode/setup/setup_general.php:115
-msgid "Antarctica"
-msgstr "南極大陸"
-
-#: ../../general/login_required.php:91
-#: ../../godmode/setup/setup_general.php:115
-msgid "Arctic"
-msgstr "北極"
-
-#: ../../general/login_required.php:91
-#: ../../godmode/setup/setup_general.php:115
-msgid "Asia"
-msgstr "アジア"
-
-#: ../../general/login_required.php:91
-#: ../../godmode/setup/setup_general.php:115
-msgid "Atlantic"
-msgstr "大西洋"
-
-#: ../../general/login_required.php:91
-#: ../../godmode/setup/setup_general.php:115
-msgid "Australia"
-msgstr "オーストラリア"
-
-#: ../../general/login_required.php:91
-#: ../../godmode/setup/setup_general.php:115
-msgid "Europe"
-msgstr "ヨーロッパ"
-
-#: ../../general/login_required.php:91
-#: ../../godmode/setup/setup_general.php:115
-msgid "Indian"
-msgstr "インド"
-
-#: ../../general/login_required.php:91
-#: ../../godmode/setup/setup_general.php:115
-msgid "Pacific"
-msgstr "太平洋"
-
-#: ../../general/login_required.php:91
-#: ../../godmode/setup/setup_general.php:115
-msgid "UTC"
-msgstr "UTC"
-
-#: ../../general/login_required.php:111 ../../include/functions_config.php:166
-#: ../../godmode/setup/setup_general.php:135
-msgid "Timezone setup"
-msgstr "タイムゾーン設定"
-
-#: ../../general/login_required.php:112
-#: ../../godmode/setup/setup_general.php:136
-msgid ""
-"Must have the same time zone as the system or database to avoid mismatches "
-"of time."
-msgstr "時間の不整合を避けるために、システムまたはデータベースと同じタイムゾーンにする必要があります。"
-
-#: ../../general/login_required.php:116
-msgid "E-mail for receiving alerts"
-msgstr "アラート受信メールアドレス"
-
-#: ../../general/login_required.php:124
-msgid "Register"
-msgstr "登録"
-
-#: ../../general/login_required.php:127
-#: ../../include/functions_visual_map_editor.php:461
-#: ../../include/functions_visual_map_editor.php:469
-#: ../../godmode/setup/snmp_wizard.php:109
-msgid "Cancel"
-msgstr "キャンセル"
-
-#: ../../general/login_required.php:130
-msgid "All fields required"
-msgstr "全フィールドが必須です"
-
-#: ../../general/login_help_dialog.php:39
-msgid "Welcome to Pandora FMS"
-msgstr "ようこそ Pandora FMS へ"
-
-#: ../../general/login_help_dialog.php:42
-msgid ""
-"If this is your first time with Pandora FMS, we propose you a few links to "
-"learn more about Pandora FMS. Monitoring could be overwhelm, but take your "
-"time to learn how to use the power of Pandora FMS!"
-msgstr ""
-"初めての Pandora FMS の利用であれば、Pandora FMS "
-"に関して学べるいくつかのリンクを紹介します。強力な監視ができますが、Pandora FMS の能力を使いこなすには時間が必要です。"
-
-#: ../../general/login_help_dialog.php:51
-#: ../../general/login_help_dialog.php:53
-msgid "Online help"
-msgstr "オンラインヘルプ"
-
-#: ../../general/login_help_dialog.php:59
-#: ../../general/login_help_dialog.php:61
-msgid "Enterprise version"
-msgstr "Enterprise版"
-
-#: ../../general/login_help_dialog.php:69
-msgid "Forums"
-msgstr "フォーラム"
-
-#: ../../general/login_help_dialog.php:75
-#: ../../general/login_help_dialog.php:77
-msgid "Documentation"
-msgstr "ドキュメント"
-
-#: ../../general/login_help_dialog.php:86
-msgid "Click here to don't show again this message"
-msgstr "このメッセージを再度表示したくない場合はこちらをクリックしてください"
-
-#: ../../general/firts_task/recon_view.php:21
-msgid "There are no recon task defined yet."
-msgstr "自動検出タスクが定義されていません。"
-
-#: ../../general/firts_task/recon_view.php:25
-#: ../../include/functions_servers.php:378
-#: ../../godmode/servers/manage_recontask_form.php:222
-msgid "Recon server"
-msgstr "自動検出サーバ"
-
-#: ../../general/firts_task/recon_view.php:28
-#: ../../general/firts_task/recon_view.php:35
-msgid "Create Recon Task"
-msgstr "自動検出タスクの作成"
-
-#: ../../general/firts_task/recon_view.php:29
-msgid ""
-"The Recon Task definition of Pandora FMS is used to find new elements in the "
-"network. \n"
-"\t\tIf it detects any item, it will add that item to the monitoring, and if "
-"that item it is already being monitored, then it will \n"
-"\t\tignore it or will update its information.There are three types of "
-"detection: Based on ICMP (pings), \n"
-"\t\tSNMP (detecting the topology of networks "
-"and their interfaces), and other customized "
-"\n"
-"\t\ttype. You can define your own customized recon script."
-msgstr ""
-"Pandora FMS の自動検出タスクは、ネットワーク上の新たな対象を検出するために利用します。\n"
-"\t\t検出すると、監視対象として追加します。すでに監視対象の場合は無視するか情報を更新します。\n"
-"\t\t検出には 3つの種類があります。 ICMP (ping)、SNMP(ネットワークとインタフェースのトポロジ検出)、\n"
-"\t\tおよび カスタムタイプです。独自の検出スクリプトを定義することもできます。"
-
-#: ../../general/firts_task/transactional_list.php:23
-msgid "There are no transactions defined yet."
-msgstr "トランザクションが定義されていません。"
-
-#: ../../general/firts_task/transactional_list.php:30
-msgid "Transactions"
-msgstr "トランザクション"
-
-#: ../../general/firts_task/transactional_list.php:33
-#: ../../general/firts_task/transactional_list.php:38
-msgid "Create Transactions"
-msgstr "トランザクションの作成"
-
-#: ../../general/firts_task/transactional_list.php:34
-msgid ""
-"The new transactional server allows you to execute tasks dependent on the "
-"others following a user-defined design. This means that it is possible to "
-"coordinate several executions to check a target at a given time.\n"
-"\n"
-"Transaction graphs represent the different processes within our "
-"infrastructure that we use to deliver our service."
-msgstr ""
-"新たなトランザクションサーバは、ユーザ定義に従って他に依存したタスクの実行ができます。指定した時間に対象を確認するために、いくつかの処理の実行ができること"
-"を意味します。\n"
-"\n"
-"トランザクショングラフは、サービスを提供するために利用するインフラ内の異なる処理を表現します。"
-
-#: ../../general/firts_task/custom_fields.php:23
-#: ../../general/firts_task/fields_manager.php:21
-msgid "There are no custom fields defined yet."
-msgstr "カスタムフィールドが定義されていません。"
-
-#: ../../general/firts_task/custom_fields.php:28
-msgid "Custom Fields"
-msgstr "カスタムフィールド"
-
-#: ../../general/firts_task/custom_fields.php:31
-#: ../../general/firts_task/custom_fields.php:35
-msgid "Create Custom Fields"
-msgstr "カスタムフィールド作成"
-
-#: ../../general/firts_task/custom_fields.php:32
-msgid ""
-"Custom fields are an easy way to personalized agent's information.\n"
-"\t\t You're able to create custom fields by klicking on 'Administration' -> "
-"'Manage monitoring' -> 'Manage custom fields'. "
-msgstr ""
-"カスタムフィールドは、エージェントの独自情報を記載できます。\n"
-"\t\t’管理' → 'モニタリング管理' → 'カスタムフィールド管理' でカスタムフィールドを作成できます。 "
-
#: ../../general/firts_task/collections.php:21
msgid "There are no collections defined yet."
msgstr "コレクションが定義されていません。"
#: ../../general/firts_task/collections.php:25
+#: ../../enterprise/godmode/agentes/collections.agents.php:47
+#: ../../enterprise/godmode/agentes/collections.data.php:42
+#: ../../enterprise/godmode/agentes/collections.editor.php:50
+#: ../../enterprise/godmode/menu.php:56
+#: ../../enterprise/godmode/policies/policies.php:385
+#: ../../enterprise/godmode/policies/policy_collections.php:29
+#: ../../enterprise/godmode/policies/policy_collections.php:173
+#: ../../enterprise/include/functions_policies.php:3289
msgid "Collections"
msgstr "コレクション"
@@ -8856,38 +4272,157 @@ msgstr ""
"\t\tエージェント管理画面へ行ってください。次に、\"コレクション\" というサブオプションへ行きます。以下の画像で示すように、\n"
"\t\t新たなコレクションを作成するにはそれをクリックします。 "
-#: ../../general/firts_task/service_list.php:23
-msgid "There are no services defined yet."
-msgstr "サービスが定義されていません。"
+#: ../../general/firts_task/custom_fields.php:23
+#: ../../general/firts_task/fields_manager.php:21
+msgid "There are no custom fields defined yet."
+msgstr "カスタムフィールドが定義されていません。"
-#: ../../general/firts_task/service_list.php:31
-#: ../../general/firts_task/service_list.php:40
-msgid "Create Services"
-msgstr "サービス作成"
+#: ../../general/firts_task/custom_fields.php:28
+msgid "Custom Fields"
+msgstr "カスタムフィールド"
-#: ../../general/firts_task/service_list.php:32
+#: ../../general/firts_task/custom_fields.php:31
+#: ../../general/firts_task/custom_fields.php:35
+msgid "Create Custom Fields"
+msgstr "カスタムフィールド作成"
+
+#: ../../general/firts_task/custom_fields.php:32
msgid ""
-"A service is a way to group your IT resources based on their "
-"functionalities. \n"
-"\t\t\t\t\t\tA service could be e.g. your official website, your CRM system, "
-"your support application, or even your printers.\n"
-"\t\t\t\t\t\t Services are logical groups which can include hosts, routers, "
-"switches, firewalls, CRMs, ERPs, websites and numerous other services. \n"
-"\t\t\t\t\t\t By the following example, you're able to see more clearly what "
-"a service is:\n"
-"\t\t\t\t\t\t\tA chip manufacturer sells computers by its website all around "
-"the world. \n"
-"\t\t\t\t\t\t\tHis company consists of three big departments: A management, "
-"an on-line shop and support."
+"Custom fields are an easy way to personalized agent's information.\n"
+"\t\t You're able to create custom fields by klicking on 'Administration' -> "
+"'Manage monitoring' -> 'Manage custom fields'. "
msgstr ""
-"サービスは、機能に基づき IT リソースをグループ化する手法です。\n"
-"\t\t\t\t\t\t例えば、サービスは、あなたの公式ウェブサイト、CRMシステム、サポートアプリケーション、プリンタなどです。\n"
-"\t\t\t\t\t\t"
-"サービスは、ホスト、ルータ、スイッチ、ファイアーウォール、CRM、ERP、ウェブサイトやその他さまざまなサービスを含めることができる論理的なグループです。"
-"\n"
-"\t\t\t\t\t\t以下の例で、サービスがどのようなものかをより理解できるでしょう。\n"
-"\t\t\t\t\t\t\tchip会社はウェブサイト経由で世界中にコンピュータを売っています。\n"
-"\t\t\t\t\t\t\tこの会社は、管理、オンラインショップ、サポートの 3つの大きな部門からなっています。"
+"カスタムフィールドは、エージェントの独自情報を記載できます。\n"
+"\t\t’管理' → 'モニタリング管理' → 'カスタムフィールド管理' でカスタムフィールドを作成できます。 "
+
+#: ../../general/firts_task/custom_graphs.php:23
+msgid "There are no custom graphs defined yet."
+msgstr "カスタムグラフが定義されていません。"
+
+#: ../../general/firts_task/custom_graphs.php:28
+msgid "Custom Graphs"
+msgstr "カスタムグラフ"
+
+#: ../../general/firts_task/custom_graphs.php:31
+#: ../../general/firts_task/custom_graphs.php:36
+msgid "Create Custom Graph"
+msgstr "カスタムグラフ作成"
+
+#: ../../general/firts_task/custom_graphs.php:32
+msgid ""
+"Graphs are designed to show the data collected by Pandora FMS in a temporary "
+"scale defined by the user.\n"
+"\t\t\t\tPandora FMS Graphs display data in real time. They are generated "
+"every time the operator requires any of them and display the up-to-date "
+"state.\n"
+"\t\t\t\tThere are two types of graphs: The agent's automated graphs and the "
+"graphs the user customizes by using one or more modules to do so."
+msgstr ""
+"グラフ表示は、Pandora FMS で収集しているデータをユーザが定義したスケールで表示します。\n"
+"\t\t\t\tPandora FMS のグラフはリアルタイムでデータを表示します。ユーザが操作したタイミングで生成され、最新の状態を表示します。\n"
+"\t\t\t\tグラフには 2つのタイプがあります。エージェントで自動生成されるグラフと、1つ以上のモジュールを使ってユーザがカスタマイズしたグラフです。"
+
+#: ../../general/firts_task/fields_manager.php:25
+msgid "Fields Manager"
+msgstr "フィールド管理"
+
+#: ../../general/firts_task/fields_manager.php:28
+msgid "Create Fields Manager"
+msgstr "フィールド管理の作成"
+
+#: ../../general/firts_task/fields_manager.php:29
+msgid ""
+"Custom fields are an easy way to personalized agent's information.\n"
+"\t\t\t\tYou're able to create custom fields by klicking on 'Administration' -"
+"> 'Manage monitoring' -> 'Manage custom fields'. "
+msgstr ""
+"カスタムフィールドは、エージェントの独自情報を記載できます。\n"
+"\t\t\t\t’管理' → 'モニタリング管理' → 'カスタムフィールド管理' でカスタムフィールドを作成できます。 "
+
+#: ../../general/firts_task/fields_manager.php:32
+msgid "Create Fields "
+msgstr "フィールド作成 "
+
+#: ../../general/firts_task/incidents.php:25
+msgid "There are no incidents defined yet."
+msgstr "インシデントが定義されていません。"
+
+#: ../../general/firts_task/incidents.php:32
+#: ../../godmode/agentes/configurar_agente.php:418
+#: ../../godmode/agentes/configurar_agente.php:550
+#: ../../operation/agentes/ver_agente.php:1022
+#: ../../operation/incidents/incident_statistics.php:30
+#: ../../operation/menu.php:354
+msgid "Incidents"
+msgstr "インシデント"
+
+#: ../../general/firts_task/incidents.php:35
+#: ../../general/firts_task/incidents.php:44
+msgid "Create Incidents"
+msgstr "インシデント作成"
+
+#: ../../general/firts_task/incidents.php:36
+msgid ""
+"Besides receiving and processing data to monitor systems or applications, \n"
+"\t\t\tyou're also required to monitor possible incidents which might take "
+"place on these systems within the system monitoring process.\n"
+"\t\t\tFor it, the Pandora FMS team has designed an incident manager within "
+"which any user is able to open incidents, \n"
+"\t\t\texplaining what's happened on the network and to update them with "
+"comments and files any time in case there is a need to do so.\n"
+"\t\t\tThis system allows the users to work as a team, along with different "
+"roles and work-flow systems which allows an incident to be \n"
+"\t\t\tmoved from one group to another, and that members from different "
+"groups and different people could work on the same incident, sharing "
+"information and files.\n"
+"\t\t"
+msgstr ""
+"システムやアプリケーションを監視するためにデータを受信し処理するほかに、\n"
+"\t\t\tシステム監視処理内ではインシデントも処理され、それも見る必要があります。\n"
+"\t\t\tそのために、Pandora FMS チームではインシデント管理機能を用意しました。ユーザはいつでもインシデントをオープンし、\n"
+"\t\t\tネットワークで何が発生したかを説明しコメントすることができます。このシステムにより、ユーザがチームとして動くことが\n"
+"\t\t\tでき、異なる権限を持たせたり、ワークフローとしてインシデントをあるグループから他のグループへ移したり、異なる\n"
+"\t\t\tグループの異なるメンバーが同じインシデントに対して対処したり、情報やファイルを共有したりできます。\n"
+"\t\t"
+
+#: ../../general/firts_task/map_builder.php:26
+#: ../../godmode/reporting/map_builder.php:255
+msgid "There are no visual console defined yet."
+msgstr "ビジュアルコンソールが定義されていません。"
+
+#: ../../general/firts_task/map_builder.php:32
+#: ../../godmode/reporting/map_builder.php:39
+#: ../../enterprise/include/functions_enterprise.php:292
+#: ../../enterprise/meta/general/main_header.php:189
+msgid "Visual Console"
+msgstr "ビジュアルコンソール"
+
+#: ../../general/firts_task/map_builder.php:35
+#: ../../general/firts_task/map_builder.php:43
+msgid "Create Visual Console"
+msgstr "ビジュアルコンソール作成"
+
+#: ../../general/firts_task/map_builder.php:36
+msgid ""
+"Pandora FMS allows you to create visual maps in which each user is able to "
+"create his own monitoring map.\n"
+"\t\t\tThe new visual console editor is much more practical, although the old "
+"visual console editor had its advantages. \n"
+"\t\t\tWithin the new visual console, we've been successful in imitating the "
+"sensation and touch of a drawing application like GIMP. \n"
+"\t\t\tWe've also simplified the editor by dividing it into several subject-"
+"matter tabs named 'Data', 'Preview', 'Wizard', 'List of Elements' and "
+"'Editor'.\n"
+"\t\t\tThe elements the Pandora FMS Visual Map was designed to handle are "
+"'static image', 'percentage bar', 'module graph' and 'simple value'. "
+msgstr ""
+"Pandora FMS ではビジュアルマップを作成でき、そこでそれぞれのユーザが各自の監視マップを作成することができます。\n"
+"\t\t\t新たなビジュアルコンソールエディタは、古いエディタよりもより実用的です。新たなビジュアルコンソールでは、\n"
+"\t\t\t絵を書くツールの GIMP のような感覚とタッチを模倣することに成功しました。\n"
+"\t\t\tまた、'データ'、'プレビュー'、'ウィザード'、'要素一覧' および 'エディタ' "
+"のいくつかのタイトルに分けることによりエディタを単純化しました。\n"
+"\t\t\tPandora FMS ビジュアルマップの要素は、'静的画像'、'パーセント表示バー'、'モジュールグラフ' および '単純な値' "
+"を扱うようにデザインされています。 "
#: ../../general/firts_task/network_map.php:23
msgid "There are no network map defined yet."
@@ -8935,76 +4470,6 @@ msgstr "ダイナミックマップ"
msgid "Policy Map (Only Enterprise version)"
msgstr "ポリシーマップ (Enterprise 版のみ)"
-#: ../../general/firts_task/map_builder.php:26
-#: ../../godmode/reporting/map_builder.php:255
-msgid "There are no visual console defined yet."
-msgstr "ビジュアルコンソールが定義されていません。"
-
-#: ../../general/firts_task/map_builder.php:32
-#: ../../godmode/reporting/map_builder.php:39
-msgid "Visual Console"
-msgstr "ビジュアルコンソール"
-
-#: ../../general/firts_task/map_builder.php:35
-#: ../../general/firts_task/map_builder.php:43
-msgid "Create Visual Console"
-msgstr "ビジュアルコンソール作成"
-
-#: ../../general/firts_task/map_builder.php:36
-msgid ""
-"Pandora FMS allows you to create visual maps in which each user is able to "
-"create his own monitoring map.\n"
-"\t\t\tThe new visual console editor is much more practical, although the old "
-"visual console editor had its advantages. \n"
-"\t\t\tWithin the new visual console, we've been successful in imitating the "
-"sensation and touch of a drawing application like GIMP. \n"
-"\t\t\tWe've also simplified the editor by dividing it into several subject-"
-"matter tabs named 'Data', 'Preview', 'Wizard', 'List of Elements' and "
-"'Editor'.\n"
-"\t\t\tThe elements the Pandora FMS Visual Map was designed to handle are "
-"'static image', 'percentage bar', 'module graph' and 'simple value'. "
-msgstr ""
-"Pandora FMS ではビジュアルマップを作成でき、そこでそれぞれのユーザが各自の監視マップを作成することができます。\n"
-"\t\t\t新たなビジュアルコンソールエディタは、古いエディタよりもより実用的です。新たなビジュアルコンソールでは、\n"
-"\t\t\t絵を書くツールの GIMP のような感覚とタッチを模倣することに成功しました。\n"
-"\t\t\tまた、'データ'、'プレビュー'、'ウィザード'、'要素一覧' および 'エディタ' "
-"のいくつかのタイトルに分けることによりエディタを単純化しました。\n"
-"\t\t\tPandora FMS ビジュアルマップの要素は、'静的画像'、'パーセント表示バー'、'モジュールグラフ' および '単純な値' "
-"を扱うようにデザインされています。 "
-
-#: ../../general/firts_task/incidents.php:25
-msgid "There are no incidents defined yet."
-msgstr "インシデントが定義されていません。"
-
-#: ../../general/firts_task/incidents.php:35
-#: ../../general/firts_task/incidents.php:44
-msgid "Create Incidents"
-msgstr "インシデント作成"
-
-#: ../../general/firts_task/incidents.php:36
-msgid ""
-"Besides receiving and processing data to monitor systems or applications, \n"
-"\t\t\tyou're also required to monitor possible incidents which might take "
-"place on these systems within the system monitoring process.\n"
-"\t\t\tFor it, the Pandora FMS team has designed an incident manager within "
-"which any user is able to open incidents, \n"
-"\t\t\texplaining what's happened on the network and to update them with "
-"comments and files any time in case there is a need to do so.\n"
-"\t\t\tThis system allows the users to work as a team, along with different "
-"roles and work-flow systems which allows an incident to be \n"
-"\t\t\tmoved from one group to another, and that members from different "
-"groups and different people could work on the same incident, sharing "
-"information and files.\n"
-"\t\t"
-msgstr ""
-"システムやアプリケーションを監視するためにデータを受信し処理するほかに、\n"
-"\t\t\tシステム監視処理内ではインシデントも処理され、それも見る必要があります。\n"
-"\t\t\tそのために、Pandora FMS チームではインシデント管理機能を用意しました。ユーザはいつでもインシデントをオープンし、\n"
-"\t\t\tネットワークで何が発生したかを説明しコメントすることができます。このシステムにより、ユーザがチームとして動くことが\n"
-"\t\t\tでき、異なる権限を持たせたり、ワークフローとしてインシデントをあるグループから他のグループへ移したり、異なる\n"
-"\t\t\tグループの異なるメンバーが同じインシデントに対して対処したり、情報やファイルを共有したりできます。\n"
-"\t\t"
-
#: ../../general/firts_task/planned_downtime.php:21
msgid "There are no planned downtime defined yet."
msgstr "計画停止が定義されていません。"
@@ -9035,6 +4500,95 @@ msgstr ""
"\t\t\t\t\t\tエージェントが無効化されると情報収集が行われません。停止期間中のデータは、多くのレポートの計算に\n"
"\t\t\t\t\t\t含まれません。なぜなら、停止期間中はエージェントにデータが無いためです。 "
+#: ../../general/firts_task/recon_view.php:21
+msgid "There are no recon task defined yet."
+msgstr "自動検出タスクが定義されていません。"
+
+#: ../../general/firts_task/recon_view.php:25
+#: ../../godmode/servers/manage_recontask_form.php:222
+#: ../../include/functions_servers.php:378
+#: ../../enterprise/extensions/ipam/ipam_editor.php:80
+msgid "Recon server"
+msgstr "自動検出サーバ"
+
+#: ../../general/firts_task/recon_view.php:28
+#: ../../general/firts_task/recon_view.php:35
+msgid "Create Recon Task"
+msgstr "自動検出タスクの作成"
+
+#: ../../general/firts_task/recon_view.php:29
+msgid ""
+"The Recon Task definition of Pandora FMS is used to find new elements in the "
+"network. \n"
+"\t\tIf it detects any item, it will add that item to the monitoring, and if "
+"that item it is already being monitored, then it will \n"
+"\t\tignore it or will update its information.There are three types of "
+"detection: Based on ICMP (pings), \n"
+"\t\tSNMP (detecting the topology of networks "
+"and their interfaces), and other customized "
+"\n"
+"\t\ttype. You can define your own customized recon script."
+msgstr ""
+"Pandora FMS の自動検出タスクは、ネットワーク上の新たな対象を検出するために利用します。\n"
+"\t\t検出すると、監視対象として追加します。すでに監視対象の場合は無視するか情報を更新します。\n"
+"\t\t検出には 3つの種類があります。 ICMP (ping)、SNMP(ネットワークとインタフェースのトポロジ検出)、\n"
+"\t\tおよび カスタムタイプです。独自の検出スクリプトを定義することもできます。"
+
+#: ../../general/firts_task/service_list.php:23
+msgid "There are no services defined yet."
+msgstr "サービスが定義されていません。"
+
+#: ../../general/firts_task/service_list.php:28
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:300
+#: ../../operation/agentes/ver_agente.php:1111
+#: ../../enterprise/dashboard/widgets/service_map.php:79
+#: ../../enterprise/godmode/menu.php:92
+#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:298
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:164
+#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:101
+#: ../../enterprise/godmode/services/services.elements.php:135
+#: ../../enterprise/godmode/services/services.service.php:210
+#: ../../enterprise/include/functions_groups.php:61
+#: ../../enterprise/meta/general/main_header.php:172
+#: ../../enterprise/operation/menu.php:31
+#: ../../enterprise/operation/services/services.list.php:60
+#: ../../enterprise/operation/services/services.list.php:64
+#: ../../enterprise/operation/services/services.service_map.php:121
+#: ../../enterprise/operation/services/services.table_services.php:46
+#: ../../enterprise/operation/services/services.table_services.php:50
+msgid "Services"
+msgstr "サービス"
+
+#: ../../general/firts_task/service_list.php:31
+#: ../../general/firts_task/service_list.php:40
+msgid "Create Services"
+msgstr "サービス作成"
+
+#: ../../general/firts_task/service_list.php:32
+msgid ""
+"A service is a way to group your IT resources based on their "
+"functionalities. \n"
+"\t\t\t\t\t\tA service could be e.g. your official website, your CRM system, "
+"your support application, or even your printers.\n"
+"\t\t\t\t\t\t Services are logical groups which can include hosts, routers, "
+"switches, firewalls, CRMs, ERPs, websites and numerous other services. \n"
+"\t\t\t\t\t\t By the following example, you're able to see more clearly what "
+"a service is:\n"
+"\t\t\t\t\t\t\tA chip manufacturer sells computers by its website all around "
+"the world. \n"
+"\t\t\t\t\t\t\tHis company consists of three big departments: A management, "
+"an on-line shop and support."
+msgstr ""
+"サービスは、機能に基づき IT リソースをグループ化する手法です。\n"
+"\t\t\t\t\t\t例えば、サービスは、あなたの公式ウェブサイト、CRMシステム、サポートアプリケーション、プリンタなどです。\n"
+"\t\t\t\t\t\t"
+"サービスは、ホスト、ルータ、スイッチ、ファイアーウォール、CRM、ERP、ウェブサイトやその他さまざまなサービスを含めることができる論理的なグループです。"
+"\n"
+"\t\t\t\t\t\t以下の例で、サービスがどのようなものかをより理解できるでしょう。\n"
+"\t\t\t\t\t\t\tchip会社はウェブサイト経由で世界中にコンピュータを売っています。\n"
+"\t\t\t\t\t\t\tこの会社は、管理、オンラインショップ、サポートの 3つの大きな部門からなっています。"
+
#: ../../general/firts_task/snmp_filters.php:21
msgid "There are no SNMP filter defined yet."
msgstr "SNMPフィルタがまだ定義されていません。"
@@ -9065,31 +4619,43 @@ msgstr ""
"\t\t\t\tトラップをフィルタすることができます。異なるフィルタを定義するには、’管理' -> 'SNMP管理コンソール' および \n"
"\t\t\t\t\"SNMP フィルタ' へ行ってください。複数トラップがサーバで自動的に除外され、一つになります。 "
-#: ../../general/firts_task/fields_manager.php:25
-msgid "Fields Manager"
-msgstr "フィールド管理"
-
-#: ../../general/firts_task/fields_manager.php:28
-msgid "Create Fields Manager"
-msgstr "フィールド管理の作成"
-
-#: ../../general/firts_task/fields_manager.php:29
-msgid ""
-"Custom fields are an easy way to personalized agent's information.\n"
-"\t\t\t\tYou're able to create custom fields by klicking on 'Administration' -"
-"> 'Manage monitoring' -> 'Manage custom fields'. "
-msgstr ""
-"カスタムフィールドは、エージェントの独自情報を記載できます。\n"
-"\t\t\t\t’管理' → 'モニタリング管理' → 'カスタムフィールド管理' でカスタムフィールドを作成できます。 "
-
-#: ../../general/firts_task/fields_manager.php:32
-msgid "Create Fields "
-msgstr "フィールド作成 "
-
#: ../../general/firts_task/tags.php:21
msgid "There are no tags defined yet."
msgstr "タグが定義されていません。"
+#: ../../general/firts_task/tags.php:25
+#: ../../godmode/events/custom_events.php:104
+#: ../../godmode/events/custom_events.php:164
+#: ../../godmode/massive/massive_add_tags.php:147
+#: ../../godmode/massive/massive_delete_tags.php:187
+#: ../../godmode/massive/massive_edit_modules.php:562
+#: ../../godmode/modules/manage_network_components_form_common.php:200
+#: ../../godmode/tag/edit_tag.php:57
+#: ../../godmode/users/configure_user.php:625
+#: ../../include/functions_events.php:46
+#: ../../include/functions_events.php:2446
+#: ../../include/functions_events.php:3589
+#: ../../include/functions_reporting_html.php:2113
+#: ../../include/functions_treeview.php:165
+#: ../../mobile/operation/events.php:514
+#: ../../operation/agentes/alerts_status.functions.php:86
+#: ../../operation/agentes/group_view.php:164
+#: ../../operation/agentes/status_monitor.php:340
+#: ../../operation/agentes/status_monitor.php:343
+#: ../../operation/events/events.build_table.php:223
+#: ../../operation/tree.php:49 ../../operation/users/user_edit.php:506
+#: ../../enterprise/dashboard/widgets/events_list.php:62
+#: ../../enterprise/dashboard/widgets/tree_view.php:35
+#: ../../enterprise/godmode/alerts/alert_events_rules.php:94
+#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:92
+#: ../../enterprise/godmode/modules/configure_local_component.php:375
+#: ../../enterprise/godmode/setup/setup_auth.php:427
+#: ../../enterprise/godmode/setup/setup_auth.php:468
+#: ../../enterprise/include/functions_reporting_pdf.php:2363
+#: ../../enterprise/meta/include/functions_events_meta.php:91
+msgid "Tags"
+msgstr "タグ"
+
#: ../../general/firts_task/tags.php:28 ../../general/firts_task/tags.php:33
msgid "Create Tags"
msgstr "タグ作成"
@@ -9107,32 +4673,193 @@ msgstr ""
"\t\t\t\t\t\t\t\tタグは、システム上で設定し、選択したモジュールに割り当てます。\n"
"\t\t\t\t\t\t\t\tこれにより、ユーザアクセスを特定のタグがついたモジュールに限定することができます。 "
-#: ../../general/firts_task/custom_graphs.php:23
-msgid "There are no custom graphs defined yet."
-msgstr "カスタムグラフが定義されていません。"
+#: ../../general/firts_task/transactional_list.php:23
+msgid "There are no transactions defined yet."
+msgstr "トランザクションが定義されていません。"
-#: ../../general/firts_task/custom_graphs.php:28
-msgid "Custom Graphs"
-msgstr "カスタムグラフ"
+#: ../../general/firts_task/transactional_list.php:30
+msgid "Transactions"
+msgstr "トランザクション"
-#: ../../general/firts_task/custom_graphs.php:31
-#: ../../general/firts_task/custom_graphs.php:36
-msgid "Create Custom Graph"
-msgstr "カスタムグラフ作成"
+#: ../../general/firts_task/transactional_list.php:33
+#: ../../general/firts_task/transactional_list.php:38
+msgid "Create Transactions"
+msgstr "トランザクションの作成"
-#: ../../general/firts_task/custom_graphs.php:32
+#: ../../general/firts_task/transactional_list.php:34
msgid ""
-"Graphs are designed to show the data collected by Pandora FMS in a temporary "
-"scale defined by the user.\n"
-"\t\t\t\tPandora FMS Graphs display data in real time. They are generated "
-"every time the operator requires any of them and display the up-to-date "
-"state.\n"
-"\t\t\t\tThere are two types of graphs: The agent's automated graphs and the "
-"graphs the user customizes by using one or more modules to do so."
+"The new transactional server allows you to execute tasks dependent on the "
+"others following a user-defined design. This means that it is possible to "
+"coordinate several executions to check a target at a given time.\n"
+"\n"
+"Transaction graphs represent the different processes within our "
+"infrastructure that we use to deliver our service."
msgstr ""
-"グラフ表示は、Pandora FMS で収集しているデータをユーザが定義したスケールで表示します。\n"
-"\t\t\t\tPandora FMS のグラフはリアルタイムでデータを表示します。ユーザが操作したタイミングで生成され、最新の状態を表示します。\n"
-"\t\t\t\tグラフには 2つのタイプがあります。エージェントで自動生成されるグラフと、1つ以上のモジュールを使ってユーザがカスタマイズしたグラフです。"
+"新たなトランザクションサーバは、ユーザ定義に従って他に依存したタスクの実行ができます。指定した時間に対象を確認するために、いくつかの処理の実行ができること"
+"を意味します。\n"
+"\n"
+"トランザクショングラフは、サービスを提供するために利用するインフラ内の異なる処理を表現します。"
+
+#: ../../general/footer.php:35
+#, php-format
+msgid "Pandora FMS %s - Build %s - MR %s"
+msgstr "Pandora FMS %s - ビルド %s - MR %s"
+
+#: ../../general/footer.php:38 ../../enterprise/meta/general/footer.php:27
+msgid "Page generated at"
+msgstr "ページ更新日時:"
+
+#: ../../general/footer.php:39
+msgid "® Ãrtica ST"
+msgstr "® Ãrtica ST"
+
+#: ../../general/header.php:75
+msgid "Blank characters are used as AND conditions"
+msgstr "スペースは、AND 条件です。"
+
+#: ../../general/header.php:90 ../../general/header.php:92
+msgid "Enter keywords to search"
+msgstr "検索文字列を入力してください"
+
+#: ../../general/header.php:114 ../../general/header.php:122
+#: ../../enterprise/meta/general/main_header.php:355
+#: ../../enterprise/meta/general/main_header.php:363
+msgid "All systems"
+msgstr "全モニタシステム"
+
+#: ../../general/header.php:114
+#: ../../enterprise/meta/general/main_header.php:355
+msgid "Down"
+msgstr "停止"
+
+#: ../../general/header.php:118
+#: ../../enterprise/meta/general/main_header.php:359
+msgid "servers down"
+msgstr "停止中"
+
+#: ../../general/header.php:122
+#: ../../enterprise/meta/general/main_header.php:363
+msgid "Ready"
+msgstr "稼働中"
+
+#: ../../general/header.php:142 ../../general/header.php:143
+msgid "QR Code of the page"
+msgstr "ページの QR コード"
+
+#: ../../general/header.php:147
+#: ../../operation/visual_console/public_console.php:130
+msgid "QR code of the page"
+msgstr "ページの QR コード"
+
+#: ../../general/header.php:169 ../../general/header.php:170
+#: ../../include/functions_clippy.php:128
+msgid "Pandora FMS assistant"
+msgstr "Pandora FMS アシスタント"
+
+#: ../../general/header.php:195
+#: ../../enterprise/meta/general/main_header.php:388
+msgid "Configure autorefresh"
+msgstr "自動更新設定"
+
+#: ../../general/header.php:222
+#: ../../enterprise/meta/general/main_header.php:405
+#: ../../enterprise/meta/general/main_header.php:415
+msgid "Disabled autorefresh"
+msgstr "自動更新の無効化"
+
+#: ../../general/header.php:248
+msgid "System alerts detected - Please fix as soon as possible"
+msgstr "システムアラートを検知しました。できるだけ早く修正してください。"
+
+#: ../../general/header.php:263
+#, php-format
+msgid "You have %d warning(s)"
+msgstr "警告が %d 件あります。"
+
+#: ../../general/header.php:274
+msgid "There are not warnings"
+msgstr "警告はありません"
+
+#: ../../general/header.php:283
+msgid "Main help"
+msgstr "メインヘルプ"
+
+#: ../../general/header.php:289 ../../mobile/include/functions_web.php:33
+#: ../../mobile/include/ui.class.php:175
+#: ../../mobile/include/user.class.php:286 ../../mobile/operation/home.php:118
+#: ../../enterprise/meta/general/main_header.php:373
+msgid "Logout"
+msgstr "ログアウト"
+
+#: ../../general/header.php:294 ../../general/header.php:296
+#: ../../operation/menu.php:336
+#: ../../enterprise/meta/general/main_header.php:428
+#: ../../enterprise/meta/general/main_header.php:433
+#: ../../enterprise/meta/include/functions_users_meta.php:178
+#: ../../enterprise/meta/include/functions_users_meta.php:190
+msgid "Edit my user"
+msgstr "ユーザ情報編集"
+
+#: ../../general/header.php:305
+msgid "New chat message"
+msgstr "新規チャットメッセージ"
+
+#: ../../general/header.php:314
+msgid "Message overview"
+msgstr "メッセージ概要"
+
+#: ../../general/header.php:315
+#, php-format
+msgid "You have %d unread message(s)"
+msgstr "未読メッセージが %d 件あります。"
+
+#: ../../general/links_menu.php:20 ../../godmode/menu.php:298
+#: ../../godmode/menu.php:414
+msgid "Links"
+msgstr "リンク"
+
+#: ../../general/login_help_dialog.php:39
+#: ../../enterprise/dashboard/widgets/example.php:37
+msgid "Welcome to Pandora FMS"
+msgstr "ようこそ Pandora FMS へ"
+
+#: ../../general/login_help_dialog.php:42
+msgid ""
+"If this is your first time with Pandora FMS, we propose you a few links to "
+"learn more about Pandora FMS. Monitoring could be overwhelm, but take your "
+"time to learn how to use the power of Pandora FMS!"
+msgstr ""
+"初めての Pandora FMS の利用であれば、Pandora FMS "
+"に関して学べるいくつかのリンクを紹介します。強力な監視ができますが、Pandora FMS の能力を使いこなすには時間が必要です。"
+
+#: ../../general/login_help_dialog.php:51
+#: ../../general/login_help_dialog.php:53
+msgid "Online help"
+msgstr "オンラインヘルプ"
+
+#: ../../general/login_help_dialog.php:59
+#: ../../general/login_help_dialog.php:61
+msgid "Enterprise version"
+msgstr "Enterprise版"
+
+#: ../../general/login_help_dialog.php:67
+#: ../../general/login_help_dialog.php:69 ../../general/login_page.php:84
+#: ../../enterprise/meta/general/login_page.php:30
+msgid "Support"
+msgstr "サポート"
+
+#: ../../general/login_help_dialog.php:69
+msgid "Forums"
+msgstr "フォーラム"
+
+#: ../../general/login_help_dialog.php:75
+#: ../../general/login_help_dialog.php:77
+msgid "Documentation"
+msgstr "ドキュメント"
+
+#: ../../general/login_help_dialog.php:86
+msgid "Click here to don't show again this message"
+msgstr "このメッセージを再度表示したくない場合はこちらをクリックしてください"
#: ../../general/login_identification_wizard.php:142
msgid "The Pandora FMS community wizard"
@@ -9170,6 +4897,8 @@ msgstr ""
#: ../../general/login_identification_wizard.php:157
#: ../../godmode/alerts/configure_alert_template.php:814
+#: ../../enterprise/godmode/alerts/alert_events.php:548
+#: ../../enterprise/meta/monitoring/wizard/wizard.php:91
msgid "Finish"
msgstr "終了"
@@ -9181,1225 +4910,13525 @@ msgstr "戻る"
msgid "Join the Pandora FMS community"
msgstr "Pandora FMS コミュニティに参加する"
+#: ../../general/login_identification_wizard.php:167
+#: ../../operation/users/user_edit.php:355
+msgid "Subscribe to our newsletter"
+msgstr "ニュースレターを購読する"
+
+#: ../../general/login_identification_wizard.php:170
+#: ../../general/login_identification_wizard.php:171
+#: ../../godmode/tag/edit_tag.php:195 ../../godmode/tag/tag.php:203
+#: ../../operation/search_users.php:44
+#: ../../enterprise/extensions/cron/main.php:226
+#: ../../enterprise/extensions/cron/main.php:251
+#: ../../enterprise/operation/reporting/custom_reporting.php:24
+#: ../../enterprise/operation/reporting/custom_reporting.php:78
+msgid "Email"
+msgstr "Email"
+
#: ../../general/login_identification_wizard.php:172
msgid "Required"
msgstr "必須"
+#: ../../general/login_identification_wizard.php:180
+#: ../../general/login_required.php:69
+msgid "Pandora FMS instance identification wizard"
+msgstr "Pandora FMS インスタンス識別ウィザード"
+
#: ../../general/login_identification_wizard.php:182
msgid "Do you want to continue without any registration"
msgstr "登録せずに進みますか"
-#: ../../general/links_menu.php:20 ../../godmode/menu.php:298
-#: ../../godmode/menu.php:414
-msgid "Links"
-msgstr "リンク"
+#: ../../general/login_identification_wizard.php:185
+#: ../../godmode/agentes/agent_conf_gis.php:80
+#: ../../godmode/agentes/agent_manager.php:414
+#: ../../godmode/alerts/alert_view.php:107
+#: ../../godmode/alerts/alert_view.php:303
+#: ../../godmode/alerts/alert_view.php:385
+#: ../../godmode/massive/massive_edit_agents.php:293
+#: ../../godmode/massive/massive_edit_agents.php:413
+#: ../../godmode/massive/massive_edit_agents.php:419
+#: ../../godmode/massive/massive_edit_modules.php:408
+#: ../../godmode/massive/massive_edit_modules.php:453
+#: ../../godmode/massive/massive_edit_modules.php:472
+#: ../../godmode/massive/massive_edit_modules.php:558
+#: ../../godmode/massive/massive_edit_modules.php:586
+#: ../../godmode/massive/massive_edit_modules.php:604
+#: ../../godmode/reporting/reporting_builder.main.php:115
+#: ../../godmode/reporting/reporting_builder.php:639
+#: ../../godmode/reporting/visual_console_builder.wizard.php:274
+#: ../../godmode/reporting/visual_console_builder.wizard.php:315
+#: ../../godmode/servers/manage_recontask.php:335
+#: ../../godmode/servers/manage_recontask_form.php:310
+#: ../../godmode/setup/news.php:264 ../../godmode/setup/performance.php:119
+#: ../../godmode/setup/performance.php:126
+#: ../../godmode/setup/performance.php:133
+#: ../../godmode/setup/setup_auth.php:52 ../../godmode/setup/setup_auth.php:59
+#: ../../godmode/setup/setup_auth.php:95
+#: ../../godmode/setup/setup_auth.php:133
+#: ../../godmode/setup/setup_ehorus.php:56
+#: ../../godmode/setup/setup_general.php:72
+#: ../../godmode/setup/setup_general.php:76
+#: ../../godmode/setup/setup_general.php:80
+#: ../../godmode/setup/setup_general.php:104
+#: ../../godmode/setup/setup_general.php:113
+#: ../../godmode/setup/setup_general.php:170
+#: ../../godmode/setup/setup_general.php:178
+#: ../../godmode/setup/setup_general.php:185
+#: ../../godmode/setup/setup_general.php:206
+#: ../../godmode/setup/setup_general.php:215
+#: ../../godmode/setup/setup_netflow.php:64
+#: ../../godmode/setup/setup_netflow.php:72
+#: ../../godmode/setup/setup_visuals.php:90
+#: ../../godmode/setup/setup_visuals.php:110
+#: ../../godmode/setup/setup_visuals.php:132
+#: ../../godmode/setup/setup_visuals.php:233
+#: ../../godmode/setup/setup_visuals.php:242
+#: ../../godmode/setup/setup_visuals.php:250
+#: ../../godmode/setup/setup_visuals.php:278
+#: ../../godmode/setup/setup_visuals.php:371
+#: ../../godmode/setup/setup_visuals.php:456
+#: ../../godmode/setup/setup_visuals.php:463
+#: ../../godmode/setup/setup_visuals.php:475
+#: ../../godmode/setup/setup_visuals.php:502
+#: ../../godmode/setup/setup_visuals.php:619
+#: ../../godmode/setup/setup_visuals.php:646
+#: ../../godmode/update_manager/update_manager.setup.php:125
+#: ../../godmode/users/configure_user.php:516
+#: ../../include/functions_events.php:2375
+#: ../../include/functions_events.php:2382
+#: ../../mobile/operation/events.php:186 ../../mobile/operation/events.php:193
+#: ../../operation/netflow/nf_live_view.php:280
+#: ../../operation/snmpconsole/snmp_view.php:441
+#: ../../operation/users/user_edit.php:249
+#: ../../enterprise/extensions/cron/functions.php:327
+#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:173
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:334
+#: ../../enterprise/godmode/setup/setup.php:32
+#: ../../enterprise/godmode/setup/setup.php:41
+#: ../../enterprise/godmode/setup/setup.php:57
+#: ../../enterprise/godmode/setup/setup.php:150
+#: ../../enterprise/godmode/setup/setup.php:215
+#: ../../enterprise/godmode/setup/setup.php:254
+#: ../../enterprise/godmode/setup/setup.php:263
+#: ../../enterprise/godmode/setup/setup.php:268
+#: ../../enterprise/godmode/setup/setup.php:277
+#: ../../enterprise/godmode/setup/setup.php:291
+#: ../../enterprise/godmode/setup/setup.php:296
+#: ../../enterprise/godmode/setup/setup_auth.php:359
+#: ../../enterprise/godmode/setup/setup_auth.php:394
+#: ../../enterprise/godmode/setup/setup_auth.php:513
+#: ../../enterprise/godmode/setup/setup_history.php:47
+#: ../../enterprise/godmode/setup/setup_history.php:51
+#: ../../enterprise/meta/advanced/metasetup.password.php:80
+#: ../../enterprise/meta/advanced/metasetup.password.php:91
+#: ../../enterprise/meta/advanced/metasetup.password.php:97
+#: ../../enterprise/meta/advanced/metasetup.password.php:108
+#: ../../enterprise/meta/advanced/metasetup.password.php:124
+#: ../../enterprise/meta/advanced/metasetup.password.php:130
+#: ../../enterprise/meta/advanced/metasetup.performance.php:84
+#: ../../enterprise/meta/advanced/metasetup.setup.php:138
+#: ../../enterprise/meta/advanced/metasetup.setup.php:189
+#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:95
+#: ../../enterprise/meta/advanced/metasetup.visual.php:122
+#: ../../enterprise/meta/advanced/metasetup.visual.php:126
+#: ../../enterprise/meta/advanced/metasetup.visual.php:175
+#: ../../enterprise/meta/advanced/metasetup.visual.php:184
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1565
+#: ../../enterprise/meta/monitoring/wizard/wizard.php:95
+msgid "No"
+msgstr "いいえ"
-#: ../../extras/pandora_diag.php:90
-msgid "Pandora FMS Diagnostic tool"
-msgstr "Pandora FMS 診断ツール"
+#: ../../general/login_identification_wizard.php:188
+#: ../../godmode/agentes/agent_conf_gis.php:79
+#: ../../godmode/agentes/agent_manager.php:411
+#: ../../godmode/alerts/alert_view.php:107
+#: ../../godmode/alerts/alert_view.php:301
+#: ../../godmode/massive/massive_edit_agents.php:293
+#: ../../godmode/massive/massive_edit_agents.php:412
+#: ../../godmode/massive/massive_edit_agents.php:419
+#: ../../godmode/massive/massive_edit_modules.php:407
+#: ../../godmode/massive/massive_edit_modules.php:452
+#: ../../godmode/massive/massive_edit_modules.php:471
+#: ../../godmode/massive/massive_edit_modules.php:558
+#: ../../godmode/massive/massive_edit_modules.php:585
+#: ../../godmode/massive/massive_edit_modules.php:604
+#: ../../godmode/reporting/reporting_builder.main.php:111
+#: ../../godmode/reporting/reporting_builder.php:637
+#: ../../godmode/reporting/visual_console_builder.wizard.php:269
+#: ../../godmode/reporting/visual_console_builder.wizard.php:312
+#: ../../godmode/servers/manage_recontask.php:335
+#: ../../godmode/servers/manage_recontask_form.php:310
+#: ../../godmode/setup/performance.php:118
+#: ../../godmode/setup/performance.php:125
+#: ../../godmode/setup/performance.php:132
+#: ../../godmode/setup/setup_auth.php:51 ../../godmode/setup/setup_auth.php:58
+#: ../../godmode/setup/setup_auth.php:94
+#: ../../godmode/setup/setup_auth.php:130
+#: ../../godmode/setup/setup_ehorus.php:55
+#: ../../godmode/setup/setup_general.php:71
+#: ../../godmode/setup/setup_general.php:75
+#: ../../godmode/setup/setup_general.php:79
+#: ../../godmode/setup/setup_general.php:103
+#: ../../godmode/setup/setup_general.php:112
+#: ../../godmode/setup/setup_general.php:167
+#: ../../godmode/setup/setup_general.php:175
+#: ../../godmode/setup/setup_general.php:184
+#: ../../godmode/setup/setup_general.php:205
+#: ../../godmode/setup/setup_general.php:214
+#: ../../godmode/setup/setup_netflow.php:63
+#: ../../godmode/setup/setup_netflow.php:71
+#: ../../godmode/setup/setup_visuals.php:86
+#: ../../godmode/setup/setup_visuals.php:106
+#: ../../godmode/setup/setup_visuals.php:128
+#: ../../godmode/setup/setup_visuals.php:225
+#: ../../godmode/setup/setup_visuals.php:239
+#: ../../godmode/setup/setup_visuals.php:247
+#: ../../godmode/setup/setup_visuals.php:276
+#: ../../godmode/setup/setup_visuals.php:369
+#: ../../godmode/setup/setup_visuals.php:455
+#: ../../godmode/setup/setup_visuals.php:461
+#: ../../godmode/setup/setup_visuals.php:471
+#: ../../godmode/setup/setup_visuals.php:500
+#: ../../godmode/setup/setup_visuals.php:615
+#: ../../godmode/setup/setup_visuals.php:642
+#: ../../godmode/update_manager/update_manager.setup.php:124
+#: ../../godmode/users/configure_user.php:516
+#: ../../operation/netflow/nf_live_view.php:276
+#: ../../operation/snmpconsole/snmp_view.php:438
+#: ../../operation/users/user_edit.php:249
+#: ../../enterprise/extensions/cron/functions.php:327
+#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:171
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:332
+#: ../../enterprise/godmode/setup/setup.php:31
+#: ../../enterprise/godmode/setup/setup.php:40
+#: ../../enterprise/godmode/setup/setup.php:56
+#: ../../enterprise/godmode/setup/setup.php:149
+#: ../../enterprise/godmode/setup/setup.php:214
+#: ../../enterprise/godmode/setup/setup.php:253
+#: ../../enterprise/godmode/setup/setup.php:262
+#: ../../enterprise/godmode/setup/setup.php:267
+#: ../../enterprise/godmode/setup/setup.php:276
+#: ../../enterprise/godmode/setup/setup.php:290
+#: ../../enterprise/godmode/setup/setup.php:295
+#: ../../enterprise/godmode/setup/setup_auth.php:356
+#: ../../enterprise/godmode/setup/setup_auth.php:391
+#: ../../enterprise/godmode/setup/setup_auth.php:512
+#: ../../enterprise/godmode/setup/setup_history.php:46
+#: ../../enterprise/godmode/setup/setup_history.php:50
+#: ../../enterprise/meta/advanced/metasetup.password.php:79
+#: ../../enterprise/meta/advanced/metasetup.password.php:90
+#: ../../enterprise/meta/advanced/metasetup.password.php:96
+#: ../../enterprise/meta/advanced/metasetup.password.php:107
+#: ../../enterprise/meta/advanced/metasetup.password.php:123
+#: ../../enterprise/meta/advanced/metasetup.password.php:129
+#: ../../enterprise/meta/advanced/metasetup.performance.php:83
+#: ../../enterprise/meta/advanced/metasetup.setup.php:137
+#: ../../enterprise/meta/advanced/metasetup.setup.php:188
+#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:94
+#: ../../enterprise/meta/advanced/metasetup.visual.php:121
+#: ../../enterprise/meta/advanced/metasetup.visual.php:125
+#: ../../enterprise/meta/advanced/metasetup.visual.php:171
+#: ../../enterprise/meta/advanced/metasetup.visual.php:180
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1563
+#: ../../enterprise/meta/monitoring/wizard/wizard.php:94
+msgid "Yes"
+msgstr "はい"
-#: ../../extras/pandora_diag.php:93
-msgid "Item"
-msgstr "項目"
+#: ../../general/login_page.php:35
+msgid "Go to Pandora FMS Website"
+msgstr "Pandora FMS のウェブサイトへ"
-#: ../../extras/pandora_diag.php:94
-msgid "Data value"
-msgstr "値"
+#: ../../general/login_page.php:40
+msgid "Go to Login"
+msgstr "ログインへ"
-#: ../../include/functions_snmp_browser.php:145
-msgid "Target IP cannot be blank."
-msgstr "対象IPが指定されていません"
+#: ../../general/login_page.php:82
+msgid "Docs"
+msgstr "ドキュメント"
-#: ../../include/functions_snmp_browser.php:403
-msgid "Numeric OID"
-msgstr "数値 OID"
+#: ../../general/login_page.php:145
+msgid "Login as admin"
+msgstr "admin としてログイン"
-#: ../../include/functions_snmp_browser.php:406
+#: ../../general/login_page.php:152
+#: ../../enterprise/meta/general/login_page.php:85
+msgid "Login with SAML"
+msgstr "SAML でログイン"
+
+#: ../../general/login_page.php:168 ../../mobile/include/user.class.php:256
+#: ../../enterprise/meta/general/login_page.php:79
+#: ../../enterprise/meta/general/login_page.php:98
+msgid "Login"
+msgstr "ログイン"
+
+#: ../../general/login_page.php:174
+msgid "Logged out"
+msgstr "ログアウトしました。"
+
+#: ../../general/login_page.php:176 ../../mobile/include/user.class.php:221
+#: ../../enterprise/meta/general/login_page.php:144
+msgid ""
+"Your session is over. Please close your browser window to close this Pandora "
+"session."
+msgstr "セッションを終了しました。ブラウザのウインドウを閉じてください。"
+
+#: ../../general/login_page.php:186 ../../mobile/include/user.class.php:301
+#: ../../mobile/include/user.class.php:302
+msgid "Authenticator code"
+msgstr "認証コード"
+
+#: ../../general/login_page.php:192 ../../mobile/include/user.class.php:306
+msgid "Check code"
+msgstr "コードの確認"
+
+#: ../../general/login_page.php:200
+msgid "View details"
+msgstr "詳細を表示"
+
+#: ../../general/login_page.php:224
+#: ../../enterprise/meta/general/login_page.php:113
+msgid "Build"
+msgstr "ビルド"
+
+#: ../../general/login_page.php:237
+#: ../../enterprise/meta/general/login_page.php:117
+#: ../../enterprise/meta/general/login_page.php:126
+msgid "Login failed"
+msgstr "ログインに失敗しました"
+
+#: ../../general/login_page.php:261
+msgid ""
+"Pandora FMS frontend is built on advanced, modern technologies and does not "
+"support old browsers."
+msgstr "Pandora FMS のフロントエンドには新しい技術が使われているため、古いブラウザはサポートしていません。"
+
+#: ../../general/login_page.php:262
+msgid ""
+"It is highly recommended that you choose and install a modern browser. It is "
+"free of charge and only takes a couple of minutes."
+msgstr "新しいブラウザをインストールすることを強くお勧めします。無料ですし数分で完了します。"
+
+#: ../../general/login_page.php:325
+msgid "Why is it recommended to upgrade the web browser?"
+msgstr "なぜブラウザのアップグレードを推奨するのでしょうか?"
+
+#: ../../general/login_page.php:330
+msgid ""
+"New browsers usually come with support for new technologies, increasing web "
+"page speed, better privacy settings and so on. They also resolve security "
+"and functional issues."
+msgstr ""
+"新しいブラウザでは通常、新たな技術のサポート、表示速度の高速化、プライバシー設定の強化等が行われています。また、セキュリティホールや不具合の解消も行われて"
+"います。"
+
+#: ../../general/login_page.php:339
+msgid "Continue despite this warning"
+msgstr "警告を無視して続ける"
+
+#: ../../general/login_required.php:72
+msgid ""
+"Please fill the following information in order to configure your Pandora FMS "
+"instance successfully"
+msgstr "Pandora FMS インスタンスを正しく設定するために、以下の情報を入力してください"
+
+#: ../../general/login_required.php:86
+#: ../../godmode/setup/setup_general.php:52
+#: ../../include/functions_config.php:129
+#: ../../enterprise/meta/advanced/metasetup.setup.php:119
+#: ../../enterprise/meta/include/functions_meta.php:358
+msgid "Language code for Pandora"
+msgstr "Pandoraの言語"
+
+#: ../../general/login_required.php:91
+#: ../../godmode/setup/setup_general.php:115
+#: ../../enterprise/meta/advanced/metasetup.setup.php:148
+msgid "Africa"
+msgstr "アフリカ"
+
+#: ../../general/login_required.php:91
+#: ../../godmode/setup/setup_general.php:115
+#: ../../enterprise/meta/advanced/metasetup.setup.php:149
+msgid "America"
+msgstr "アメリカ"
+
+#: ../../general/login_required.php:91
+#: ../../godmode/setup/setup_general.php:115
+#: ../../enterprise/meta/advanced/metasetup.setup.php:150
+msgid "Antarctica"
+msgstr "南極大陸"
+
+#: ../../general/login_required.php:91
+#: ../../godmode/setup/setup_general.php:115
+#: ../../enterprise/meta/advanced/metasetup.setup.php:151
+msgid "Arctic"
+msgstr "北極"
+
+#: ../../general/login_required.php:91
+#: ../../godmode/setup/setup_general.php:115
+#: ../../enterprise/meta/advanced/metasetup.setup.php:152
+msgid "Asia"
+msgstr "アジア"
+
+#: ../../general/login_required.php:91
+#: ../../godmode/setup/setup_general.php:115
+#: ../../enterprise/meta/advanced/metasetup.setup.php:153
+msgid "Atlantic"
+msgstr "大西洋"
+
+#: ../../general/login_required.php:91
+#: ../../godmode/setup/setup_general.php:115
+#: ../../enterprise/meta/advanced/metasetup.setup.php:154
+msgid "Australia"
+msgstr "オーストラリア"
+
+#: ../../general/login_required.php:91
+#: ../../godmode/setup/setup_general.php:115
+#: ../../enterprise/meta/advanced/metasetup.setup.php:155
+msgid "Europe"
+msgstr "ヨーロッパ"
+
+#: ../../general/login_required.php:91
+#: ../../godmode/setup/setup_general.php:115
+#: ../../enterprise/meta/advanced/metasetup.setup.php:156
+msgid "Indian"
+msgstr "インド"
+
+#: ../../general/login_required.php:91
+#: ../../godmode/setup/setup_general.php:115
+#: ../../enterprise/meta/advanced/metasetup.setup.php:157
+msgid "Pacific"
+msgstr "太平洋"
+
+#: ../../general/login_required.php:91
+#: ../../godmode/setup/setup_general.php:115
+#: ../../enterprise/meta/advanced/metasetup.setup.php:158
+msgid "UTC"
+msgstr "UTC"
+
+#: ../../general/login_required.php:111
+#: ../../godmode/setup/setup_general.php:135
+#: ../../include/functions_config.php:166
+#: ../../enterprise/meta/advanced/metasetup.setup.php:177
+#: ../../enterprise/meta/include/functions_meta.php:408
+msgid "Timezone setup"
+msgstr "タイムゾーン設定"
+
+#: ../../general/login_required.php:112
+#: ../../godmode/setup/setup_general.php:136
+msgid ""
+"Must have the same time zone as the system or database to avoid mismatches "
+"of time."
+msgstr "時間の不整合を避けるために、システムまたはデータベースと同じタイムゾーンにする必要があります。"
+
+#: ../../general/login_required.php:116
+msgid "E-mail for receiving alerts"
+msgstr "アラート受信メールアドレス"
+
+#: ../../general/login_required.php:124
+msgid "Register"
+msgstr "登録"
+
+#: ../../general/login_required.php:127
+#: ../../godmode/setup/snmp_wizard.php:109
+#: ../../include/functions_visual_map_editor.php:461
+#: ../../include/functions_visual_map_editor.php:469
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:167
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:194
+msgid "Cancel"
+msgstr "キャンセル"
+
+#: ../../general/login_required.php:130
+msgid "All fields required"
+msgstr "全フィールドが必須です"
+
+#: ../../general/logon_failed.php:21
+#: ../../include/ajax/double_auth.ajax.php:247
+#: ../../include/ajax/double_auth.ajax.php:342
+#: ../../include/ajax/double_auth.ajax.php:387
+#: ../../include/ajax/double_auth.ajax.php:501
+#: ../../operation/users/user_edit.php:693
+#: ../../operation/users/user_edit.php:758
+#: ../../operation/users/user_edit.php:829
+msgid "Authentication error"
+msgstr "認証エラー"
+
+#: ../../general/logon_failed.php:33
+msgid ""
+"Either, your password or your login are incorrect. Please check your CAPS "
+"LOCK key, username and password are case SeNSiTiVe.
All actions, "
+"included failed login attempts are logged in Pandora FMS System logs, and "
+"these can be reviewed by each user, please report to admin any incident or "
+"malfunction."
+msgstr ""
+"パスワードまたはユーザ名が正しくありません。大文字・小文字を区別しますので、CAPS LOCKキーを確認してください。
\n"
+"\t\t\tPlease know that all attempts to access this page are recorded in "
+"security logs of Pandora System Database"
+msgstr ""
+"このページへのアクセスは認証されたユーザに限定されています。手助けが必要な場合はシステム管理者へ連絡してください。
\n"
+"\t\t\tこのページへの全てのアクセスは、Pandora のシステムデータベースのセキュリティログに記録されます。"
+
+#: ../../general/pandora_help.php:24 ../../general/pandora_help.php:68
+#: ../../general/pandora_help.php:95
+msgid "Pandora FMS help system"
+msgstr "Pandora FMS ヘルプシステム"
+
+#: ../../general/pandora_help.php:73
+msgid "Help system error"
+msgstr "ヘルプシステムエラー"
+
+#: ../../general/pandora_help.php:78
+msgid ""
+"Pandora FMS help system has been called with a help reference that currently "
+"don't exist. There is no help content to show."
+msgstr "Pandora FMS ヘルプシステムが呼び出されましたが、表示するヘルプが存在しません。"
+
+#: ../../general/ui/agents_list.php:80 ../../general/ui/agents_list.php:91
+#: ../../godmode/agentes/modificar_agente.php:169
+#: ../../godmode/agentes/modificar_agente.php:173
+#: ../../godmode/agentes/module_manager.php:45
+#: ../../godmode/agentes/planned_downtime.list.php:141
+#: ../../godmode/agentes/planned_downtime.list.php:177
+#: ../../godmode/alerts/alert_templates.php:256
+#: ../../godmode/alerts/alert_templates.php:260
+#: ../../godmode/modules/manage_network_components.php:524
+#: ../../godmode/reporting/reporting_builder.php:439
+#: ../../godmode/users/user_list.php:230 ../../godmode/users/user_list.php:234
+#: ../../include/functions_snmp_browser.php:556
+#: ../../operation/agentes/estado_agente.php:180
+#: ../../operation/agentes/estado_agente.php:198
+#: ../../operation/agentes/status_monitor.php:336
+#: ../../operation/incidents/incident.php:294
+#: ../../operation/search_results.php:161
+#: ../../enterprise/extensions/translate_string.php:265
+#: ../../enterprise/godmode/agentes/collection_manager.php:50
+#: ../../enterprise/godmode/agentes/collections.php:221
+#: ../../enterprise/godmode/alerts/alert_events_list.php:364
+#: ../../enterprise/godmode/alerts/alert_events_list.php:368
+#: ../../enterprise/godmode/modules/local_components.php:450
+#: ../../enterprise/godmode/modules/local_components.php:464
+#: ../../enterprise/godmode/policies/policy_agents.php:366
+#: ../../enterprise/godmode/policies/policy_agents.php:371
+#: ../../enterprise/godmode/policies/policy_collections.php:182
+#: ../../enterprise/meta/advanced/metasetup.translate_string.php:138
+#: ../../enterprise/meta/agentsearch.php:68
+#: ../../enterprise/meta/general/main_header.php:486
+#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:228
+#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:318
+#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:379
+#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:487
+#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:560
+#: ../../enterprise/operation/agentes/agent_inventory.php:90
+#: ../../enterprise/operation/agentes/agent_inventory.php:95
+#: ../../enterprise/operation/inventory/inventory.php:179
+#: ../../enterprise/operation/inventory/inventory.php:219
+#: ../../enterprise/operation/log/log_viewer.php:170
+#: ../../enterprise/operation/log/log_viewer.php:238
+#: ../../enterprise/operation/services/services.list.php:164
+#: ../../enterprise/operation/services/services.list.php:203
+#: ../../enterprise/operation/services/services.table_services.php:133
+#: ../../enterprise/operation/services/services.table_services.php:172
+msgid "Search"
+msgstr "検索"
+
+#: ../../general/ui/agents_list.php:127
+#: ../../enterprise/extensions/vmware/vmware_view.php:1249
+#: ../../enterprise/operation/policies/networkmap.policies.php:71
+msgid "No agents found"
+msgstr "エージェントがありません"
+
+#: ../../godmode/admin_access_logs.php:33
+msgid "Pandora audit"
+msgstr "Pandoraの監査"
+
+#: ../../godmode/admin_access_logs.php:33
+msgid "Review Logs"
+msgstr "ログ一覧"
+
+#: ../../godmode/admin_access_logs.php:45
+#: ../../godmode/admin_access_logs.php:72
+#: ../../godmode/agentes/module_manager.php:49
+#: ../../godmode/modules/manage_network_templates_form.php:242
+#: ../../godmode/modules/manage_network_templates_form.php:298
+#: ../../godmode/netflow/nf_item_list.php:148
+#: ../../godmode/reporting/reporting_builder.item_editor.php:663
+#: ../../godmode/reporting/reporting_builder.list_items.php:174
+#: ../../godmode/reporting/reporting_builder.list_items.php:197
+#: ../../godmode/snmpconsole/snmp_alert.php:1014
+#: ../../godmode/snmpconsole/snmp_filters.php:96
+#: ../../godmode/snmpconsole/snmp_filters.php:132
+#: ../../godmode/tag/tag.php:161
+#: ../../operation/agentes/alerts_status.functions.php:116
+#: ../../operation/agentes/alerts_status.functions.php:126
+#: ../../operation/agentes/estado_monitores.php:474
+#: ../../operation/agentes/graphs.php:159
+#: ../../operation/incidents/incident.php:230
+#: ../../operation/netflow/nf_live_view.php:320 ../../operation/tree.php:147
+#: ../../enterprise/extensions/ipam/ipam_network.php:328
+#: ../../enterprise/godmode/agentes/manage_config_remote.php:150
+#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:179
+#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:230
+#: ../../enterprise/godmode/policies/policies.php:239
+#: ../../enterprise/godmode/policies/policy_linking.php:68
+#: ../../enterprise/godmode/policies/policy_queue.php:354
+#: ../../enterprise/godmode/setup/setup_acl.php:145
+#: ../../enterprise/godmode/setup/setup_skins.php:91
+#: ../../enterprise/meta/advanced/policymanager.queue.php:228
+#: ../../enterprise/operation/services/services.list.php:293
+#: ../../enterprise/operation/services/services.list.php:299
+#: ../../enterprise/operation/services/services.table_services.php:261
+#: ../../enterprise/operation/services/services.table_services.php:267
+msgid "Filter"
+msgstr "フィルタ"
+
+#: ../../godmode/admin_access_logs.php:65
+#: ../../godmode/admin_access_logs.php:66
+#: ../../enterprise/extensions/translate_string.php:254
+#: ../../enterprise/extensions/translate_string.php:255
+#: ../../enterprise/godmode/agentes/collection_manager.php:44
+#: ../../enterprise/godmode/agentes/collections.php:217
+#: ../../enterprise/godmode/policies/policies.php:235
+#: ../../enterprise/godmode/policies/policy_collections.php:176
+#: ../../enterprise/meta/advanced/metasetup.translate_string.php:139
+#: ../../enterprise/meta/advanced/metasetup.translate_string.php:140
+msgid "Free text for search (*)"
+msgstr "検索文字列 (*)"
+
+#: ../../godmode/admin_access_logs.php:67
+#: ../../godmode/admin_access_logs.php:68
+#: ../../godmode/events/event_edit_filter.php:281
+#: ../../mobile/operation/events.php:647
+#: ../../operation/events/events_list.php:578
+#: ../../enterprise/dashboard/widgets/events_list.php:38
+#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:33
+#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:33
+#: ../../enterprise/include/functions_events.php:163
+msgid "Max. hours old"
+msgstr "最大表示範囲(時間)"
+
+#: ../../godmode/admin_access_logs.php:303
+msgid "Export to CSV "
+msgstr "CSV へエクスポート "
+
+#: ../../godmode/agentes/agent_conf_gis.php:40
+#: ../../operation/agentes/gis_view.php:55
+msgid ""
+"There is no default map. Please go to the setup for to set a default map."
+msgstr "デフォルトマップがありません。デフォルトマップ設定を行ってください。"
+
+#: ../../godmode/agentes/agent_conf_gis.php:50
+#: ../../operation/agentes/gis_view.php:86
+msgid ""
+"There is no GIS data for this agent, so it's positioned in default position "
+"of map."
+msgstr "このエージェントには GIS データがありません。そのため、マップのデフォルト位置に配置します。"
+
+#: ../../godmode/agentes/agent_conf_gis.php:53
+msgid ""
+"When you change the Agent position, the agent automatically activates the "
+"'Ignore new GIS data' option"
+msgstr "エージェントの位置を変更すると、エージェントは '新たなGISデータを無視する' オプションを自動的に有効化します。"
+
+#: ../../godmode/agentes/agent_conf_gis.php:60
+msgid "Agent position"
+msgstr "エージェントの位置"
+
+#: ../../godmode/agentes/agent_conf_gis.php:66
+msgid "Latitude: "
+msgstr "緯度: "
+
+#: ../../godmode/agentes/agent_conf_gis.php:70
+msgid "Longitude: "
+msgstr "経度: "
+
+#: ../../godmode/agentes/agent_conf_gis.php:74
+msgid "Altitude: "
+msgstr "高度: "
+
+#: ../../godmode/agentes/agent_conf_gis.php:78
+#: ../../godmode/agentes/agent_manager.php:410
+#: ../../godmode/massive/massive_edit_agents.php:410
+msgid "Ignore new GIS data:"
+msgstr "新たな GIS データを無視する:"
+
+#: ../../godmode/agentes/agent_incidents.php:67
+msgid "No incidents associated to this agent"
+msgstr "このエージェントに関連付けられたインシデントがありません"
+
+#: ../../godmode/agentes/agent_incidents.php:87
+#: ../../godmode/servers/manage_recontask.php:291
+#: ../../godmode/servers/manage_recontask_form.php:311
+#: ../../operation/incidents/incident.php:337
+#: ../../operation/incidents/incident_detail.php:244
+msgid "Incident"
+msgstr "インシデント"
+
+#: ../../godmode/agentes/agent_incidents.php:88
+#: ../../godmode/alerts/alert_list.list.php:127
+#: ../../godmode/alerts/alert_templates.php:52
+#: ../../godmode/alerts/alert_view.php:102
+#: ../../godmode/alerts/configure_alert_template.php:767
+#: ../../godmode/snmpconsole/snmp_alert.php:941
+#: ../../godmode/snmpconsole/snmp_alert.php:1006
+#: ../../include/functions_events.php:2173
+#: ../../include/functions_reporting_html.php:2873
+#: ../../operation/agentes/estado_generalagente.php:407
+#: ../../operation/incidents/incident.php:246
+#: ../../operation/incidents/incident.php:338
+#: ../../operation/incidents/incident_detail.php:318
+#: ../../enterprise/godmode/alerts/alert_events.php:505
+#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:172
+#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:223
+#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:276
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:107
+msgid "Priority"
+msgstr "優先度"
+
+#: ../../godmode/agentes/agent_incidents.php:90
+#: ../../godmode/servers/servers.build_table.php:72
+#: ../../operation/incidents/incident.php:340
+#: ../../enterprise/extensions/ipam/ipam_ajax.php:221
+#: ../../enterprise/meta/advanced/servers.build_table.php:67
+msgid "Updated"
+msgstr "更新"
+
+#: ../../godmode/agentes/agent_incidents.php:91
+#: ../../godmode/events/custom_events.php:107
+#: ../../godmode/events/custom_events.php:165
+#: ../../godmode/massive/massive_copy_modules.php:108
+#: ../../godmode/reporting/reporting_builder.item_editor.php:881
+#: ../../include/functions_events.php:47
+#: ../../include/functions_events.php:2146
+#: ../../include/functions_events.php:2261
+#: ../../include/functions_events.php:3594
+#: ../../operation/agentes/pandora_networkmap.editor.php:194
+#: ../../operation/events/events.build_table.php:229
+#: ../../operation/incidents/incident.php:341
+#: ../../operation/incidents/incident_detail.php:289
+#: ../../enterprise/include/functions_log.php:346
+#: ../../enterprise/meta/advanced/policymanager.sync.php:295
+#: ../../enterprise/meta/advanced/synchronizing.alert.php:332
+#: ../../enterprise/meta/advanced/synchronizing.component.php:310
+#: ../../enterprise/meta/advanced/synchronizing.group.php:147
+#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:91
+#: ../../enterprise/meta/advanced/synchronizing.os.php:91
+#: ../../enterprise/meta/advanced/synchronizing.tag.php:91
+#: ../../enterprise/meta/advanced/synchronizing.user.php:517
+#: ../../enterprise/meta/include/functions_events_meta.php:94
+#: ../../enterprise/operation/log/log_viewer.php:205
+msgid "Source"
+msgstr "ソース"
+
+#: ../../godmode/agentes/agent_incidents.php:92
+#: ../../godmode/events/custom_events.php:113
+#: ../../godmode/events/custom_events.php:167
+#: ../../include/functions_events.php:49
+#: ../../include/functions_events.php:2353
+#: ../../include/functions_events.php:3552
+#: ../../mobile/operation/events.php:477
+#: ../../operation/events/events.build_table.php:179
+#: ../../operation/incidents/incident.php:342
+#: ../../operation/incidents/incident_detail.php:266
+#: ../../enterprise/meta/include/functions_events_meta.php:100
+msgid "Owner"
+msgstr "所有者"
+
+#: ../../godmode/agentes/agent_manager.php:155
+#: ../../godmode/agentes/modificar_agente.php:477
+#: ../../godmode/events/custom_events.php:74
+#: ../../godmode/events/custom_events.php:154
+#: ../../include/functions_events.php:36
+#: ../../include/functions_events.php:908
+#: ../../include/functions_events.php:3536
+#: ../../include/functions_reporting_html.php:2072
+#: ../../include/functions_treeview.php:555
+#: ../../mobile/operation/modules.php:495
+#: ../../mobile/operation/modules.php:753
+#: ../../operation/events/events.build_table.php:161
+#: ../../enterprise/include/functions_reporting_pdf.php:2307
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1071
+#: ../../enterprise/meta/include/functions_events_meta.php:61
+msgid "Agent name"
+msgstr "エージェント名"
+
+#: ../../godmode/agentes/agent_manager.php:156
+msgid "The agent's name must be the same as the one defined at the console"
+msgstr "ここで指定するエージェント名は、すでに定義済のものである必要があります。"
+
+#: ../../godmode/agentes/agent_manager.php:159
+msgid "QR Code Agent view"
+msgstr "エージェント表示 QR コード"
+
+#: ../../godmode/agentes/agent_manager.php:166
+#: ../../operation/agentes/estado_agente.php:145 ../../operation/menu.php:54
+msgid "Agent detail"
+msgstr "エージェント詳細"
+
+#: ../../godmode/agentes/agent_manager.php:193
+#: ../../enterprise/godmode/policies/policy_agents.php:428
+msgid "This agent can be remotely configured"
+msgstr "このエージェントはリモートから設定可能です。"
+
+#: ../../godmode/agentes/agent_manager.php:196
+msgid "You can remotely edit this agent configuration"
+msgstr "このエージェントはリモートから設定可能です。"
+
+#: ../../godmode/agentes/agent_manager.php:203
+msgid "Delete agent"
+msgstr "エージェント削除"
+
+#: ../../godmode/agentes/agent_manager.php:205
+msgid "Alias"
+msgstr "別名"
+
+#: ../../godmode/agentes/agent_manager.php:208
+msgid "Use alias as name"
+msgstr "名前に別名を利用"
+
+#: ../../godmode/agentes/agent_manager.php:211
+#: ../../godmode/servers/modificar_server.php:47
+#: ../../include/functions_events.php:2028
+#: ../../include/functions_reporting_html.php:2249
+#: ../../include/functions_reporting_html.php:2292
+#: ../../include/functions_treeview.php:575
+#: ../../operation/gis_maps/ajax.php:269
+#: ../../enterprise/include/functions_reporting_pdf.php:1836
+#: ../../enterprise/include/functions_reporting_pdf.php:1855
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1087
+#: ../../enterprise/meta/include/functions_wizard_meta.php:163
+#: ../../enterprise/meta/include/functions_wizard_meta.php:166
+#: ../../enterprise/meta/include/functions_wizard_meta.php:375
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1306
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1641
+msgid "IP Address"
+msgstr "IP アドレス"
+
+#: ../../godmode/agentes/agent_manager.php:220
+#: ../../godmode/snmpconsole/snmp_alert.php:1331
+#: ../../operation/events/events.build_table.php:770
+#: ../../enterprise/godmode/reporting/reporting_builder.global.php:210
+msgid "Delete selected"
+msgstr "選択範囲を削除します"
+
+#: ../../godmode/agentes/agent_manager.php:238
+msgid "Only it is show when the agent is saved."
+msgstr "エージェントが保存されたときのみ 表示されます。"
+
+#: ../../godmode/agentes/agent_manager.php:250
+#: ../../godmode/agentes/planned_downtime.editor.php:713
+#: ../../godmode/agentes/planned_downtime.list.php:154
+#: ../../godmode/events/event_edit_filter.php:297
+#: ../../godmode/massive/massive_add_action_alerts.php:161
+#: ../../godmode/massive/massive_edit_agents.php:275
+#: ../../godmode/reporting/visual_console_builder.wizard.php:372
+#: ../../godmode/servers/manage_recontask.php:339
+#: ../../godmode/servers/manage_recontask_form.php:296
+#: ../../godmode/users/configure_user.php:696
+#: ../../include/ajax/visual_console_builder.ajax.php:693
+#: ../../include/functions_visual_map_editor.php:313
+#: ../../include/functions_visual_map_editor.php:652
+#: ../../include/functions_html.php:867 ../../include/functions_html.php:868
+#: ../../include/functions_html.php:869 ../../include/functions_html.php:870
+#: ../../include/functions_html.php:871 ../../include/functions_html.php:874
+#: ../../include/functions_html.php:875 ../../include/functions_html.php:876
+#: ../../include/functions_html.php:877 ../../include/functions_html.php:878
+#: ../../operation/events/events_list.php:440
+#: ../../enterprise/dashboard/widgets/events_list.php:31
+#: ../../enterprise/godmode/alerts/configure_alert_rule.php:156
+#: ../../enterprise/godmode/alerts/configure_alert_rule.php:159
+#: ../../enterprise/godmode/alerts/configure_alert_rule.php:164
+#: ../../enterprise/godmode/alerts/configure_alert_rule.php:207
+#: ../../enterprise/godmode/setup/setup_acl.php:143
+#: ../../enterprise/godmode/setup/setup_auth.php:66
+#: ../../enterprise/godmode/setup/setup_auth.php:383
+#: ../../enterprise/godmode/setup/setup_auth.php:475
+#: ../../enterprise/operation/services/services.list.php:176
+#: ../../enterprise/operation/services/services.list.php:193
+#: ../../enterprise/operation/services/services.table_services.php:145
+#: ../../enterprise/operation/services/services.table_services.php:162
+msgid "Any"
+msgstr "任意"
+
+#: ../../godmode/agentes/agent_manager.php:255
+#: ../../godmode/groups/configure_group.php:134
+#: ../../godmode/massive/massive_edit_agents.php:280
+#: ../../godmode/modules/manage_nc_groups_form.php:70
+#: ../../godmode/reporting/visual_console_builder.elements.php:81
+#: ../../include/functions_visual_map_editor.php:525
+#: ../../operation/agentes/estado_generalagente.php:278
+#: ../../operation/agentes/ver_agente.php:854
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1277
+msgid "Parent"
+msgstr "親"
+
+#: ../../godmode/agentes/agent_manager.php:266
+#: ../../godmode/massive/massive_edit_agents.php:291
+msgid "Cascade protection"
+msgstr "関連障害検知抑制"
+
+#: ../../godmode/agentes/agent_manager.php:276
+#: ../../godmode/agentes/module_manager.php:560
+#: ../../godmode/agentes/module_manager_editor_common.php:379
+#: ../../godmode/agentes/module_manager_editor_common.php:405
+#: ../../godmode/massive/massive_edit_agents.php:301
+#: ../../godmode/massive/massive_edit_modules.php:464
+#: ../../godmode/modules/manage_network_components_form_common.php:104
+#: ../../godmode/servers/manage_recontask.php:291
+#: ../../godmode/servers/manage_recontask_form.php:252
+#: ../../include/functions_reporting_html.php:2110
+#: ../../include/functions_treeview.php:85
+#: ../../include/functions_treeview.php:581
+#: ../../mobile/operation/modules.php:540
+#: ../../mobile/operation/modules.php:543
+#: ../../mobile/operation/modules.php:544
+#: ../../mobile/operation/modules.php:755
+#: ../../operation/agentes/estado_agente.php:512
+#: ../../operation/agentes/estado_generalagente.php:200
+#: ../../operation/agentes/status_monitor.php:966
+#: ../../operation/netflow/nf_live_view.php:245
+#: ../../operation/search_agents.php:46 ../../operation/search_agents.php:56
+#: ../../operation/search_modules.php:50
+#: ../../operation/servers/recon_view.php:92
+#: ../../enterprise/extensions/ipam/ipam_list.php:162
+#: ../../enterprise/extensions/ipam/ipam_network.php:125
+#: ../../enterprise/godmode/agentes/inventory_manager.php:174
+#: ../../enterprise/godmode/agentes/inventory_manager.php:236
+#: ../../enterprise/godmode/modules/configure_local_component.php:223
+#: ../../enterprise/godmode/policies/policy_inventory_modules.php:188
+#: ../../enterprise/godmode/policies/policy_inventory_modules.php:244
+#: ../../enterprise/godmode/servers/manage_export.php:131
+#: ../../enterprise/godmode/servers/manage_export_form.php:80
+#: ../../enterprise/include/functions_reporting_pdf.php:2360
+#: ../../enterprise/meta/agentsearch.php:94
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1108
+#: ../../enterprise/meta/include/functions_wizard_meta.php:780
+#: ../../enterprise/meta/include/functions_wizard_meta.php:898
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1062
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1360
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1441
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1574
+msgid "Interval"
+msgstr "間隔"
+
+#: ../../godmode/agentes/agent_manager.php:282
+#: ../../godmode/agentes/modificar_agente.php:485
+#: ../../godmode/agentes/planned_downtime.editor.php:755
+#: ../../godmode/massive/massive_edit_agents.php:305
+#: ../../godmode/servers/manage_recontask.php:291
+#: ../../godmode/servers/manage_recontask_form.php:291
+#: ../../include/functions_events.php:2033
+#: ../../include/functions_reporting_html.php:2074
+#: ../../mobile/operation/agents.php:73 ../../mobile/operation/agents.php:316
+#: ../../operation/agentes/estado_agente.php:507
+#: ../../operation/agentes/estado_generalagente.php:127
+#: ../../operation/gis_maps/ajax.php:276 ../../operation/search_agents.php:45
+#: ../../operation/search_agents.php:53 ../../operation/tree.php:55
+#: ../../operation/tree.php:94
+#: ../../enterprise/dashboard/widgets/tree_view.php:38
+#: ../../enterprise/extensions/ipam/ipam_network.php:538
+#: ../../enterprise/godmode/modules/configure_local_component.php:168
+#: ../../enterprise/godmode/modules/local_components.php:446
+#: ../../enterprise/godmode/modules/local_components.php:460
+#: ../../enterprise/godmode/modules/local_components.php:482
+#: ../../enterprise/godmode/modules/manage_inventory_modules.php:156
+#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:82
+#: ../../enterprise/meta/agentsearch.php:93
+msgid "OS"
+msgstr "OS"
+
+#: ../../godmode/agentes/agent_manager.php:294
+#: ../../godmode/agentes/module_manager.php:554
+#: ../../godmode/massive/massive_edit_agents.php:316
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1221
+#: ../../include/functions_events.php:3515
+#: ../../operation/events/events.build_table.php:139
+#: ../../operation/events/events_list.php:447
+#: ../../operation/servers/recon_view.php:173
+#: ../../enterprise/extensions/csv_import/main.php:75
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1401
+#: ../../enterprise/include/functions_events.php:204
+#: ../../enterprise/meta/advanced/policymanager.queue.php:255
+#: ../../enterprise/meta/agentsearch.php:91
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1081
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1371
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1494
+#: ../../enterprise/meta/include/functions_wizard_meta.php:133
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1624
+msgid "Server"
+msgstr "サーバ"
+
+#: ../../godmode/agentes/agent_manager.php:302
+#: ../../godmode/agentes/agent_manager.php:401
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:692
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:771
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:933
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:949
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:965
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:981
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:997
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1012
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1018
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:331
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:409
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:246
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:286
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:416
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:432
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:448
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:464
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:479
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:485
+#: ../../godmode/agentes/module_manager_editor_common.php:429
+#: ../../godmode/agentes/module_manager_editor_common.php:631
+#: ../../godmode/agentes/module_manager_editor_common.php:791
+#: ../../godmode/agentes/module_manager_editor_common.php:797
+#: ../../godmode/agentes/module_manager_editor_common.php:806
+#: ../../godmode/agentes/module_manager_editor_common.php:812
+#: ../../godmode/agentes/module_manager_editor_plugin.php:52
+#: ../../godmode/alerts/alert_list.list.php:610
+#: ../../godmode/alerts/configure_alert_action.php:131
+#: ../../godmode/alerts/configure_alert_template.php:585
+#: ../../godmode/events/custom_events.php:213
+#: ../../godmode/events/custom_events.php:224
+#: ../../godmode/events/event_edit_filter.php:422
+#: ../../godmode/gis_maps/configure_gis_map.php:414
+#: ../../godmode/groups/configure_group.php:197
+#: ../../godmode/massive/massive_add_action_alerts.php:288
+#: ../../godmode/massive/massive_add_alerts.php:193
+#: ../../godmode/massive/massive_add_tags.php:169
+#: ../../godmode/massive/massive_delete_alerts.php:243
+#: ../../godmode/massive/massive_delete_modules.php:490
+#: ../../godmode/massive/massive_delete_modules.php:564
+#: ../../godmode/massive/massive_delete_modules.php:609
+#: ../../godmode/massive/massive_delete_modules.php:610
+#: ../../godmode/massive/massive_delete_modules.php:611
+#: ../../godmode/massive/massive_delete_modules.php:612
+#: ../../godmode/massive/massive_delete_modules.php:679
+#: ../../godmode/massive/massive_delete_tags.php:226
+#: ../../godmode/massive/massive_delete_tags.php:253
+#: ../../godmode/massive/massive_delete_tags.php:289
+#: ../../godmode/massive/massive_edit_agents.php:315
+#: ../../godmode/massive/massive_edit_modules.php:319
+#: ../../godmode/massive/massive_edit_modules.php:536
+#: ../../godmode/massive/massive_edit_modules.php:564
+#: ../../godmode/massive/massive_edit_modules.php:625
+#: ../../godmode/massive/massive_edit_modules.php:684
+#: ../../godmode/massive/massive_edit_modules.php:769
+#: ../../godmode/massive/massive_edit_modules.php:770
+#: ../../godmode/massive/massive_edit_modules.php:771
+#: ../../godmode/massive/massive_edit_modules.php:772
+#: ../../godmode/massive/massive_edit_modules.php:967
+#: ../../godmode/massive/massive_edit_plugins.php:284
+#: ../../godmode/modules/manage_nc_groups_form.php:72
+#: ../../godmode/modules/manage_network_components_form.php:455
+#: ../../godmode/modules/manage_network_components_form.php:461
+#: ../../godmode/modules/manage_network_components_form.php:470
+#: ../../godmode/modules/manage_network_components_form.php:476
+#: ../../godmode/modules/manage_network_components_form_common.php:191
+#: ../../godmode/modules/manage_network_components_form_plugin.php:24
+#: ../../godmode/netflow/nf_edit_form.php:226
+#: ../../godmode/reporting/graph_builder.graph_editor.php:135
+#: ../../godmode/reporting/graph_builder.graph_editor.php:194
+#: ../../godmode/reporting/graph_builder.graph_editor.php:214
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1072
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1100
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1141
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1151
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1176
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1469
+#: ../../godmode/reporting/visual_console_builder.elements.php:288
+#: ../../godmode/reporting/visual_console_builder.elements.php:429
+#: ../../godmode/reporting/visual_console_builder.wizard.php:199
+#: ../../godmode/reporting/visual_console_builder.wizard.php:296
+#: ../../godmode/reporting/visual_console_builder.wizard.php:304
+#: ../../godmode/reporting/visual_console_builder.wizard.php:326
+#: ../../godmode/reporting/visual_console_builder.wizard.php:335
+#: ../../godmode/reporting/visual_console_builder.wizard.php:374
+#: ../../godmode/reporting/visual_console_builder.wizard.php:571
+#: ../../godmode/reporting/visual_console_builder.wizard.php:581
+#: ../../godmode/reporting/visual_console_builder.wizard.php:613
+#: ../../godmode/servers/manage_recontask_form.php:270
+#: ../../godmode/setup/os.builder.php:40
+#: ../../godmode/setup/setup_visuals.php:289
+#: ../../godmode/snmpconsole/snmp_alert.php:27
+#: ../../godmode/snmpconsole/snmp_alert.php:1008
+#: ../../godmode/users/configure_user.php:510
+#: ../../godmode/users/configure_user.php:682
+#: ../../godmode/users/configure_user.php:686
+#: ../../godmode/users/configure_user.php:691
+#: ../../include/ajax/alert_list.ajax.php:150
+#: ../../include/ajax/planned_downtime.ajax.php:85
+#: ../../include/functions.php:909 ../../include/functions_events.php:1698
+#: ../../include/functions_events.php:1705
+#: ../../include/functions_visual_map_editor.php:268
+#: ../../include/functions_visual_map_editor.php:353
+#: ../../include/functions_visual_map_editor.php:528
+#: ../../include/functions_html.php:316 ../../include/functions_html.php:479
+#: ../../include/functions_pandora_networkmap.php:263
+#: ../../include/functions_pandora_networkmap.php:739
+#: ../../include/functions_pandora_networkmap.php:1450
+#: ../../include/functions_pandora_networkmap.php:1453
+#: ../../include/functions_pandora_networkmap.php:1504
+#: ../../include/functions_pandora_networkmap.php:1508
+#: ../../include/functions_pandora_networkmap.php:1560
+#: ../../include/functions_pandora_networkmap.php:1565
+#: ../../mobile/operation/events.php:587
+#: ../../operation/agentes/pandora_networkmap.editor.php:204
+#: ../../operation/agentes/ver_agente.php:813
+#: ../../operation/agentes/ver_agente.php:856
+#: ../../operation/agentes/ver_agente.php:866
+#: ../../operation/events/events_list.php:281
+#: ../../operation/events/events_list.php:881
+#: ../../operation/netflow/nf_live_view.php:399
+#: ../../operation/snmpconsole/snmp_view.php:425
+#: ../../operation/snmpconsole/snmp_view.php:721
+#: ../../operation/snmpconsole/snmp_view.php:725
+#: ../../operation/users/user_edit.php:323
+#: ../../operation/users/user_edit.php:347
+#: ../../operation/users/user_edit.php:387
+#: ../../operation/users/user_edit.php:401
+#: ../../operation/users/user_edit.php:554
+#: ../../operation/users/user_edit.php:561
+#: ../../operation/users/user_edit.php:570
+#: ../../operation/users/user_edit.php:577
+#: ../../enterprise/dashboard/widgets/service_map.php:39
+#: ../../enterprise/dashboard/widgets/top_n.php:398
+#: ../../enterprise/extensions/ipam/ipam_network.php:635
+#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:427
+#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:558
+#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:654
+#: ../../enterprise/godmode/alerts/alert_events.php:468
+#: ../../enterprise/godmode/alerts/alert_events_list.php:595
+#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:98
+#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:117
+#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:129
+#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:97
+#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:116
+#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:128
+#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:27
+#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:174
+#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:197
+#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:306
+#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:384
+#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:459
+#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:460
+#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:461
+#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:462
+#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:511
+#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:90
+#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:135
+#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:28
+#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:225
+#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:89
+#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:133
+#: ../../enterprise/godmode/modules/configure_local_component.php:367
+#: ../../enterprise/godmode/modules/configure_local_component.php:507
+#: ../../enterprise/godmode/modules/configure_local_component.php:513
+#: ../../enterprise/godmode/modules/configure_local_component.php:521
+#: ../../enterprise/godmode/modules/configure_local_component.php:527
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:681
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:756
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:917
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:933
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:949
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:965
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:981
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:996
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:1002
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:328
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:403
+#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:244
+#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:284
+#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:414
+#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:430
+#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:446
+#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:462
+#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:477
+#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:483
+#: ../../enterprise/godmode/policies/policy_agents.php:223
+#: ../../enterprise/godmode/policies/policy_agents.php:653
+#: ../../enterprise/godmode/policies/policy_alerts.php:459
+#: ../../enterprise/godmode/policies/policy_external_alerts.php:273
+#: ../../enterprise/godmode/reporting/graph_template_wizard.php:138
+#: ../../enterprise/godmode/reporting/graph_template_wizard.php:344
+#: ../../enterprise/godmode/reporting/graph_template_wizard.php:363
+#: ../../enterprise/godmode/reporting/graph_template_wizard.php:374
+#: ../../enterprise/godmode/reporting/graph_template_wizard.php:389
+#: ../../enterprise/godmode/reporting/graph_template_wizard.php:421
+#: ../../enterprise/godmode/reporting/reporting_builder.global.php:59
+#: ../../enterprise/godmode/reporting/reporting_builder.global.php:336
+#: ../../enterprise/godmode/reporting/reporting_builder.global.php:353
+#: ../../enterprise/godmode/reporting/reporting_builder.global.php:369
+#: ../../enterprise/godmode/reporting/reporting_builder.global.php:385
+#: ../../enterprise/godmode/reporting/reporting_builder.global.php:409
+#: ../../enterprise/godmode/reporting/reporting_builder.global.php:425
+#: ../../enterprise/godmode/reporting/reporting_builder.global.php:467
+#: ../../enterprise/godmode/reporting/reporting_builder.global.php:500
+#: ../../enterprise/godmode/reporting/reporting_builder.global.php:509
+#: ../../enterprise/godmode/reporting/reporting_builder.global.php:528
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:665
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:729
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:744
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:754
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:768
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1745
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1832
+#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:252
+#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:699
+#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:720
+#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:735
+#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:745
+#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:755
+#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:759
+#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:786
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:57
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:422
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:438
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:459
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:468
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:625
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:653
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:672
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:699
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:75
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:222
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:274
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:282
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:292
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:314
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:332
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:365
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:385
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:395
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:416
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:436
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:461
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:480
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:500
+#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:158
+#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:190
+#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:196
+#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:208
+#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:218
+#: ../../enterprise/godmode/servers/manage_export_form.php:73
+#: ../../enterprise/godmode/setup/setup.php:341
+#: ../../enterprise/godmode/setup/setup.php:347
+#: ../../enterprise/godmode/setup/setup.php:355
+#: ../../enterprise/godmode/setup/setup.php:361
+#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:148
+#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:258
+#: ../../enterprise/meta/advanced/metasetup.setup.php:277
+#: ../../enterprise/meta/advanced/metasetup.setup.php:283
+#: ../../enterprise/meta/advanced/metasetup.setup.php:293
+#: ../../enterprise/meta/advanced/metasetup.setup.php:299
+#: ../../enterprise/meta/event/custom_events.php:211
+#: ../../enterprise/meta/event/custom_events.php:222
+#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:232
+#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:322
+#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:383
+#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:491
+#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:564
+#: ../../enterprise/meta/monitoring/wizard/wizard.php:100
+#: ../../enterprise/operation/agentes/ver_agente.php:36
+msgid "None"
+msgstr "なし"
+
+#: ../../godmode/agentes/agent_manager.php:323
+#: ../../godmode/agentes/module_manager_editor_common.php:361
+#: ../../godmode/groups/configure_group.php:178
+#: ../../godmode/massive/massive_edit_agents.php:352
+msgid "Custom ID"
+msgstr "カスタムID"
+
+#: ../../godmode/agentes/agent_manager.php:327
+#: ../../godmode/massive/massive_edit_agents.php:356
+msgid "Module definition"
+msgstr "モジュール定義"
+
+#: ../../godmode/agentes/agent_manager.php:329
+#: ../../godmode/massive/massive_edit_agents.php:358
+msgid "Learning mode"
+msgstr "学習モード"
+
+#: ../../godmode/agentes/agent_manager.php:332
+#: ../../godmode/massive/massive_edit_agents.php:359
+msgid "Normal mode"
+msgstr "通常モード"
+
+#: ../../godmode/agentes/agent_manager.php:335
+msgid "Autodisable mode"
+msgstr "自動無効化モード"
+
+#: ../../godmode/agentes/agent_manager.php:341
+#: ../../godmode/agentes/modificar_agente.php:562
+#: ../../godmode/agentes/module_manager_editor_common.php:172
+#: ../../godmode/agentes/module_manager_editor_common.php:471
+#: ../../godmode/alerts/alert_view.php:516
+#: ../../godmode/alerts/configure_alert_template.php:663
+#: ../../godmode/massive/massive_edit_agents.php:364
+#: ../../godmode/massive/massive_edit_modules.php:467
+#: ../../include/functions_groups.php:2158
+#: ../../include/functions_reporting.php:3572
+#: ../../include/functions_reporting_html.php:2089
+#: ../../include/functions_treeview.php:74
+#: ../../include/functions_treeview.php:551
+#: ../../mobile/operation/agent.php:124 ../../mobile/operation/alerts.php:40
+#: ../../operation/agentes/alerts_status.functions.php:76
+#: ../../operation/agentes/estado_generalagente.php:79
+#: ../../operation/agentes/estado_generalagente.php:294
+#: ../../operation/search_agents.php:91
+#: ../../enterprise/extensions/vmware/functions.php:20
+#: ../../enterprise/godmode/modules/configure_local_component.php:287
+#: ../../enterprise/godmode/setup/edit_skin.php:248
+#: ../../enterprise/godmode/setup/setup.php:99
+#: ../../enterprise/include/functions_reporting_pdf.php:2340
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:408
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:680
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:890
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1073
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1364
+#: ../../enterprise/meta/include/functions_wizard_meta.php:179
+#: ../../enterprise/meta/include/functions_wizard_meta.php:411
+#: ../../enterprise/meta/include/functions_wizard_meta.php:480
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1009
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1370
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1460
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1645
+msgid "Disabled"
+msgstr "無効"
+
+#: ../../godmode/agentes/agent_manager.php:343
+#: ../../godmode/massive/massive_edit_agents.php:365
+msgid "Active"
+msgstr "有効"
+
+#: ../../godmode/agentes/agent_manager.php:347
+#: ../../godmode/agentes/configurar_agente.php:441
+#: ../../godmode/agentes/configurar_agente.php:553
+#: ../../godmode/massive/massive_edit_agents.php:368
+#: ../../godmode/servers/servers.build_table.php:160
+#: ../../operation/agentes/estado_generalagente.php:292
+#: ../../enterprise/godmode/policies/policy_agents.php:378
+msgid "Remote configuration"
+msgstr "リモート設定"
+
+#: ../../godmode/agentes/agent_manager.php:350
+#: ../../godmode/agentes/agent_manager.php:372
+#: ../../godmode/massive/massive_edit_agents.php:375
+msgid "Not available"
+msgstr "利用できません"
+
+#: ../../godmode/agentes/agent_manager.php:363
+#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:207
+#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:162
+msgid "Delete remote configuration file"
+msgstr "リモート設定ファイル削除"
+
+#: ../../godmode/agentes/agent_manager.php:366
+#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:208
+msgid ""
+"Delete this conf file implies that for restore you must reactive remote "
+"config in the local agent."
+msgstr "この設定を削除した場合、元に戻すにはローカルエージェントのリモート設定を再有効化する必要があります。"
+
+#: ../../godmode/agentes/agent_manager.php:381
+#: ../../godmode/massive/massive_edit_agents.php:401
+msgid "Agent icon"
+msgstr "エージェントアイコン"
+
+#: ../../godmode/agentes/agent_manager.php:381
+msgid "Agent icon for GIS Maps."
+msgstr "GISマップのエージェントアイコン"
+
+#: ../../godmode/agentes/agent_manager.php:419
+#: ../../include/functions_treeview.php:668
+#: ../../operation/agentes/estado_generalagente.php:329
+#: ../../operation/agentes/ver_agente.php:1035
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1144
+msgid "Url address"
+msgstr "URLアドレス"
+
+#: ../../godmode/agentes/agent_manager.php:423
+#: ../../godmode/agentes/modificar_agente.php:541
+#: ../../godmode/agentes/module_manager.php:643
+#: ../../godmode/agentes/module_manager_editor_common.php:565
+#: ../../godmode/agentes/planned_downtime.editor.php:488
+#: ../../godmode/agentes/planned_downtime.list.php:427
+#: ../../godmode/massive/massive_edit_agents.php:416
+#: ../../godmode/massive/massive_edit_modules.php:601
+#: ../../include/ajax/module.php:879 ../../include/class/Tree.class.php:1796
+#: ../../mobile/operation/agent.php:129
+#: ../../operation/agentes/estado_agente.php:572
+#: ../../operation/agentes/estado_generalagente.php:82
+msgid "Quiet"
+msgstr "静観"
+
+#: ../../godmode/agentes/agent_manager.php:425
+#: ../../godmode/massive/massive_edit_agents.php:417
+msgid "The agent still runs but the alerts and events will be stop"
+msgstr "エージェントは実行しますが、アラートとイベントは停止します"
+
+#: ../../godmode/agentes/agent_manager.php:428
+#: ../../godmode/agentes/module_manager_editor.php:515
+#: ../../godmode/massive/massive_add_action_alerts.php:181
+#: ../../godmode/massive/massive_edit_agents.php:422
+#: ../../include/functions_visual_map_editor.php:483
+#: ../../operation/events/events_list.php:590
+#: ../../enterprise/godmode/alerts/alert_events_list.php:597
+#: ../../enterprise/godmode/policies/policy_external_alerts.php:276
+#: ../../enterprise/godmode/policies/policy_modules.php:341
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:96
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:147
+msgid "Advanced options"
+msgstr "拡張オプション"
+
+#: ../../godmode/agentes/agent_manager.php:448
+#: ../../godmode/massive/massive_edit_agents.php:446
+msgid "This field allows url insertion using the BBCode's url tag"
+msgstr "このフィールドには、BBコードの url タグを使うことにより URL を挿入することができます"
+
+#: ../../godmode/agentes/agent_manager.php:450
+#: ../../godmode/massive/massive_edit_agents.php:448
+msgid "The format is: [url='url to navigate']'text to show'[/url]"
+msgstr "フォーマット: [url='url to navigate']'表示するテキスト'[/url]"
+
+#: ../../godmode/agentes/agent_manager.php:452
+#: ../../godmode/massive/massive_edit_agents.php:450
+msgid "e.g.: [url=pandorafms.org]Pandora FMS Community[/url]"
+msgstr "例: [url=pandorafms.org]Pandora FMS コミュニティ[/url]"
+
+#: ../../godmode/agentes/agent_manager.php:470
+#: ../../godmode/events/events.php:53 ../../godmode/events/events.php:58
+#: ../../godmode/events/events.php:69
+#: ../../godmode/massive/massive_edit_agents.php:465 ../../godmode/menu.php:36
+#: ../../include/functions_events.php:2048
+#: ../../operation/agentes/ver_agente.php:1046
+#: ../../enterprise/meta/event/custom_events.php:53
+#: ../../enterprise/meta/event/custom_events.php:58
+#: ../../enterprise/meta/event/custom_events.php:69
+#: ../../enterprise/meta/event/custom_events.php:83
+msgid "Custom fields"
+msgstr "カスタムフィールド"
+
+#: ../../godmode/agentes/agent_manager.php:495
+#: ../../godmode/agentes/configure_field.php:65
+#: ../../godmode/agentes/module_manager.php:136
+#: ../../godmode/agentes/module_manager_editor.php:540
+#: ../../godmode/agentes/planned_downtime.list.php:366
+#: ../../godmode/agentes/planned_downtime.list.php:516
+#: ../../godmode/alerts/alert_actions.php:403
+#: ../../godmode/alerts/alert_commands.php:377
+#: ../../godmode/alerts/alert_list.list.php:742
+#: ../../godmode/alerts/alert_list.php:329
+#: ../../godmode/alerts/alert_special_days.php:464
+#: ../../godmode/alerts/alert_special_days.php:482
+#: ../../godmode/alerts/alert_templates.php:363
+#: ../../godmode/alerts/configure_alert_action.php:227
+#: ../../godmode/alerts/configure_alert_command.php:202
+#: ../../godmode/alerts/configure_alert_special_days.php:106
+#: ../../godmode/category/edit_category.php:174
+#: ../../godmode/events/event_edit_filter.php:405
+#: ../../godmode/events/event_responses.editor.php:134
+#: ../../godmode/groups/configure_group.php:225
+#: ../../godmode/groups/configure_modu_group.php:87
+#: ../../godmode/massive/massive_add_profiles.php:117
+#: ../../godmode/modules/manage_nc_groups.php:245
+#: ../../godmode/modules/manage_nc_groups_form.php:84
+#: ../../godmode/modules/manage_network_components.php:645
+#: ../../godmode/modules/manage_network_components_form.php:279
+#: ../../godmode/modules/manage_network_templates.php:237
+#: ../../godmode/modules/manage_network_templates_form.php:157
+#: ../../godmode/netflow/nf_edit_form.php:244
+#: ../../godmode/reporting/graph_builder.main.php:186
+#: ../../godmode/reporting/map_builder.php:312
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1186
+#: ../../godmode/servers/manage_recontask.php:392
+#: ../../godmode/servers/plugin.php:542
+#: ../../godmode/servers/recon_script.php:220 ../../godmode/setup/gis.php:93
+#: ../../godmode/setup/links.php:117 ../../godmode/setup/news.php:204
+#: ../../godmode/setup/os.php:52 ../../godmode/setup/os.php:76
+#: ../../godmode/snmpconsole/snmp_alert.php:980
+#: ../../godmode/snmpconsole/snmp_alert.php:1339
+#: ../../godmode/snmpconsole/snmp_filters.php:108
+#: ../../godmode/snmpconsole/snmp_filters.php:156
+#: ../../godmode/tag/edit_tag.php:232
+#: ../../godmode/users/configure_user.php:588
+#: ../../godmode/users/profile_list.php:404
+#: ../../include/functions_visual_map_editor.php:470
+#: ../../include/functions_filemanager.php:617
+#: ../../include/functions_filemanager.php:654
+#: ../../operation/gis_maps/gis_map.php:182
+#: ../../operation/incidents/incident_detail.php:379
+#: ../../enterprise/extensions/backup/main.php:180
+#: ../../enterprise/extensions/cron/main.php:354
+#: ../../enterprise/extensions/ipam/ipam_editor.php:121
+#: ../../enterprise/extensions/ipam/ipam_list.php:257
+#: ../../enterprise/godmode/agentes/collections.agents.php:40
+#: ../../enterprise/godmode/agentes/collections.data.php:56
+#: ../../enterprise/godmode/agentes/collections.data.php:127
+#: ../../enterprise/godmode/agentes/collections.data.php:146
+#: ../../enterprise/godmode/agentes/collections.data.php:161
+#: ../../enterprise/godmode/agentes/collections.data.php:183
+#: ../../enterprise/godmode/agentes/collections.data.php:225
+#: ../../enterprise/godmode/agentes/collections.editor.php:117
+#: ../../enterprise/godmode/agentes/collections.php:287
+#: ../../enterprise/godmode/alerts/alert_events_list.php:671
+#: ../../enterprise/godmode/alerts/alert_events_rules.php:511
+#: ../../enterprise/godmode/alerts/configure_alert_rule.php:220
+#: ../../enterprise/godmode/modules/configure_local_component.php:490
+#: ../../enterprise/godmode/modules/local_components.php:551
+#: ../../enterprise/godmode/modules/manage_inventory_modules.php:245
+#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:118
+#: ../../enterprise/godmode/policies/configure_policy.php:90
+#: ../../enterprise/godmode/policies/policies.php:478
+#: ../../enterprise/godmode/policies/policy_modules.php:369
+#: ../../enterprise/godmode/reporting/graph_template_editor.php:232
+#: ../../enterprise/godmode/servers/manage_export.php:125
+#: ../../enterprise/godmode/servers/manage_export.php:157
+#: ../../enterprise/godmode/services/services.elements.php:426
+#: ../../enterprise/godmode/services/services.service.php:372
+#: ../../enterprise/godmode/setup/edit_skin.php:270
+#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:365
+#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:23
+#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:90
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1215
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1430
+#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:275
+#: ../../enterprise/operation/agentes/manage_transmap_creation.php:309
+msgid "Create"
+msgstr "作成"
+
+#: ../../godmode/agentes/agent_template.php:69
+msgid "Created by template "
+msgstr "テンプレートにより作成 "
+
+#: ../../godmode/agentes/agent_template.php:157
+msgid "Error adding modules"
+msgstr "モジュールを追加できませんでした。"
+
+#: ../../godmode/agentes/agent_template.php:159
+msgid "Error adding modules. The following errors already exists: "
+msgstr "モジュールを追加できませんでした。次のモジュールは存在します: "
+
+#: ../../godmode/agentes/agent_template.php:162
+msgid "Modules successfully added"
+msgstr "モジュールを追加しました。"
+
+#: ../../godmode/agentes/agent_template.php:189
+msgid "Assign"
+msgstr "割当"
+
+#: ../../godmode/agentes/agent_template.php:228
+#: ../../godmode/alerts/alert_list.list.php:86
+#: ../../godmode/modules/manage_network_components.php:565
+#: ../../godmode/modules/manage_network_templates_form.php:196
+#: ../../include/ajax/module.php:741 ../../mobile/operation/modules.php:489
+#: ../../mobile/operation/modules.php:752
+#: ../../operation/agentes/status_monitor.php:332
+#: ../../operation/agentes/status_monitor.php:958
+#: ../../enterprise/include/functions_reporting_pdf.php:2354
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1361
+msgid "Module name"
+msgstr "モジュール名"
+
+#: ../../godmode/agentes/agent_template.php:229
+#: ../../godmode/agentes/module_manager.php:131
+#: ../../godmode/agentes/module_manager.php:557
+#: ../../godmode/agentes/module_manager_editor_common.php:186
+#: ../../godmode/agentes/planned_downtime.editor.php:485
+#: ../../godmode/agentes/planned_downtime.list.php:394
+#: ../../godmode/alerts/alert_templates.php:38
+#: ../../godmode/alerts/alert_templates.php:253
+#: ../../godmode/alerts/alert_templates.php:301
+#: ../../godmode/events/event_responses.editor.php:115
+#: ../../godmode/modules/manage_network_components.php:566
+#: ../../godmode/modules/manage_network_components_form_common.php:69
+#: ../../godmode/modules/manage_network_templates_form.php:197
+#: ../../godmode/reporting/reporting_builder.item_editor.php:620
+#: ../../godmode/reporting/reporting_builder.list_items.php:166
+#: ../../godmode/reporting/reporting_builder.list_items.php:193
+#: ../../godmode/reporting/reporting_builder.list_items.php:286
+#: ../../godmode/reporting/visual_console_builder.wizard.php:111
+#: ../../godmode/reporting/visual_console_builder.wizard.php:216
+#: ../../godmode/servers/plugin.php:736
+#: ../../godmode/servers/servers.build_table.php:66
+#: ../../godmode/setup/gis_step_2.php:171 ../../godmode/setup/news.php:221
+#: ../../include/ajax/module.php:738 ../../include/functions_events.php:901
+#: ../../include/functions_events.php:2367
+#: ../../include/functions_visual_map_editor.php:400
+#: ../../include/functions_visual_map_editor.php:419
+#: ../../include/functions_reporting_html.php:809
+#: ../../include/functions_reporting_html.php:818
+#: ../../include/functions_reporting_html.php:1023
+#: ../../include/functions_reporting_html.php:1033
+#: ../../include/functions_reporting_html.php:1641
+#: ../../include/functions_reporting_html.php:2105
+#: ../../include/functions_reporting_html.php:3095
+#: ../../include/functions_snmp_browser.php:410
+#: ../../mobile/operation/events.php:352 ../../mobile/operation/events.php:353
+#: ../../mobile/operation/events.php:481 ../../mobile/operation/events.php:622
+#: ../../mobile/operation/events.php:623
+#: ../../mobile/operation/networkmaps.php:77
+#: ../../mobile/operation/networkmaps.php:78
+#: ../../mobile/operation/networkmaps.php:140
+#: ../../mobile/operation/networkmaps.php:141
+#: ../../mobile/operation/networkmaps.php:196
+#: ../../mobile/operation/visualmaps.php:61
+#: ../../mobile/operation/visualmaps.php:62
+#: ../../operation/agentes/ver_agente.php:806
+#: ../../operation/events/events.php:72
+#: ../../operation/events/sound_events.php:82
+#: ../../operation/netflow/nf_live_view.php:254
+#: ../../operation/search_modules.php:49
+#: ../../enterprise/godmode/modules/configure_local_component.php:184
+#: ../../enterprise/godmode/policies/policy_modules.php:1204
+#: ../../enterprise/godmode/reporting/reporting_builder.global.php:82
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1194
+#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:220
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:80
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:98
+#: ../../enterprise/godmode/services/services.elements.php:338
+#: ../../enterprise/include/functions_reporting_csv.php:1030
+#: ../../enterprise/include/functions_reporting_csv.php:1143
+#: ../../enterprise/include/functions_reporting_csv.php:1290
+#: ../../enterprise/include/functions_reporting_csv.php:1355
+#: ../../enterprise/include/functions_reporting_pdf.php:2355
+#: ../../enterprise/include/functions_services.php:1412
+#: ../../enterprise/meta/advanced/servers.build_table.php:61
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:93
+#: ../../enterprise/operation/agentes/policy_view.php:306
+#: ../../enterprise/operation/agentes/ver_agente.php:30
+#: ../../enterprise/operation/maps/networkmap_list_deleted.php:159
+msgid "Type"
+msgstr "種類"
+
+#: ../../godmode/agentes/agent_template.php:263
+#: ../../mobile/operation/modules.php:668
+msgid "No modules"
+msgstr "モジュールがありません"
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:65
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:60
+msgid "The SNMP remote plugin doesnt seem to be installed"
+msgstr "SNMP リモートプラグインがインストールされていません"
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:65
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:60
+msgid "It is necessary to use some features"
+msgstr "いくつかの機能を利用するために必要です"
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:65
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:60
+msgid ""
+"Please, install the SNMP remote plugin (The name of the plugin must be "
+"snmp_remote.pl)"
+msgstr "SNMP リモートプラグインをインストールしてください (プラグインの名前は snmp_remote.pl である必要があります)"
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:253
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:248
+msgid "Remote system doesnt support host SNMP information"
+msgstr "リモートシステムは、ホスト SNMP 情報をサポートしていません。"
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:298
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:179
+msgid "No agent selected or the agent does not exist"
+msgstr "エージェントが選択されてないか、存在しません。"
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:338
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:330
+msgid "The number of bytes read from this device since boot"
+msgstr "起動以降このデバイスから読み込んだバイト数"
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:340
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:332
+msgid "The number of bytes written to this device since boot"
+msgstr "起動以降このデバイスへ書き込んだバイト数"
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:342
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:334
+msgid "The number of read accesses from this device since boot"
+msgstr "起動以降このデバイスからの読み込みアクセス数"
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:344
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:336
+msgid "The number of write accesses from this device since boot"
+msgstr "起動以降このデバイスへの書き込みアクセス数"
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:519
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:511
+#, php-format
+msgid "Check if the process %s is running or not"
+msgstr "プロセス %s が動作しているかどうか確認してください"
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:590
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:582
+msgid "Disk use information"
+msgstr "ディスク利用情報"
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:661
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:651
+#, php-format
+msgid "%s modules created succesfully"
+msgstr "%s 個のモジュールを作成しました"
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:666
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:671
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:656
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:661
+#, php-format
+msgid "Error creating %s modules"
+msgstr "%s 個のモジュール作成エラー"
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:676
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:234
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:666
+#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:232
+#, php-format
+msgid "%s modules already exist"
+msgstr "%s 個のモジュールはすでに存在します"
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:685
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:675
+msgid "Modules created succesfully"
+msgstr "モジュールを作成しました"
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:703
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:342
+#: ../../godmode/agentes/module_manager_editor_network.php:106
+#: ../../godmode/modules/manage_network_components_form_network.php:38
+#: ../../include/functions_config.php:679
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:692
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:339
+#: ../../enterprise/godmode/servers/manage_export_form.php:105
+#: ../../enterprise/godmode/setup/setup_history.php:56
+msgid "Port"
+msgstr "ポート番号"
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:706
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:345
+msgid "Use agent ip"
+msgstr "エージェントのIPを使う"
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:714
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:353
+#: ../../godmode/agentes/module_manager_editor_network.php:119
+#: ../../godmode/modules/manage_network_components_form_network.php:50
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:700
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:347
+msgid "SNMP community"
+msgstr "SNMPコミュニティ"
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:717
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:356
+#: ../../godmode/agentes/module_manager_editor_network.php:132
+#: ../../godmode/massive/massive_edit_modules.php:494
+#: ../../godmode/modules/manage_network_components_form_network.php:40
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:703
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:350
+msgid "SNMP version"
+msgstr "SNMPバージョン"
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:731
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:369
+#: ../../godmode/agentes/module_manager_editor_network.php:216
+#: ../../godmode/massive/massive_edit_modules.php:497
+#: ../../godmode/modules/manage_network_components_form_network.php:57
+#: ../../include/functions_snmp_browser.php:530
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:716
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:363
+msgid "Auth user"
+msgstr "認証ユーザ"
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:733
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:371
+#: ../../godmode/agentes/module_manager_editor_network.php:219
+#: ../../godmode/massive/massive_edit_modules.php:500
+#: ../../godmode/modules/manage_network_components_form_network.php:59
+#: ../../include/functions_snmp_browser.php:532
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:718
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:365
+msgid "Auth password"
+msgstr "認証パスワード"
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:737
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:375
+#: ../../godmode/agentes/module_manager_editor_network.php:227
+#: ../../godmode/massive/massive_edit_modules.php:503
+#: ../../godmode/modules/manage_network_components_form_network.php:65
+#: ../../include/functions_snmp_browser.php:536
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:722
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:369
+msgid "Privacy method"
+msgstr "暗号化方式"
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:738
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:376
+#: ../../godmode/agentes/module_manager_editor_network.php:228
+#: ../../godmode/massive/massive_edit_modules.php:504
+#: ../../godmode/modules/manage_network_components_form_network.php:66
+#: ../../include/functions_snmp_browser.php:537
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:723
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:370
+msgid "DES"
+msgstr "DES"
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:738
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:376
+#: ../../godmode/agentes/module_manager_editor_network.php:228
+#: ../../godmode/massive/massive_edit_modules.php:504
+#: ../../godmode/modules/manage_network_components_form_network.php:66
+#: ../../include/functions_snmp_browser.php:537
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:723
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:370
+msgid "AES"
+msgstr "AES"
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:739
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:377
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:724
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:371
+msgid "privacy pass"
+msgstr "暗号化パスワード"
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:742
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:380
+#: ../../godmode/agentes/module_manager_editor_network.php:237
+#: ../../godmode/massive/massive_edit_modules.php:507
+#: ../../godmode/modules/manage_network_components_form_network.php:72
+#: ../../include/functions_snmp_browser.php:541
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:727
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:374
+msgid "Auth method"
+msgstr "認証方式"
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:743
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:381
+#: ../../godmode/agentes/module_manager_editor_network.php:238
+#: ../../godmode/massive/massive_edit_modules.php:508
+#: ../../godmode/modules/manage_network_components_form_network.php:73
+#: ../../include/functions_snmp_browser.php:542
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:728
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:375
+msgid "MD5"
+msgstr "MD5"
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:743
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:381
+#: ../../godmode/agentes/module_manager_editor_network.php:238
+#: ../../godmode/massive/massive_edit_modules.php:508
+#: ../../godmode/modules/manage_network_components_form_network.php:73
+#: ../../include/functions_snmp_browser.php:542
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:728
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:375
+msgid "SHA"
+msgstr "SHA"
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:744
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:382
+#: ../../godmode/agentes/module_manager_editor_network.php:239
+#: ../../godmode/massive/massive_edit_modules.php:509
+#: ../../godmode/modules/manage_network_components_form_network.php:74
+#: ../../include/functions_snmp_browser.php:543
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:729
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:376
+msgid "Security level"
+msgstr "セキュリティレベル"
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:745
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:383
+#: ../../godmode/agentes/module_manager_editor_network.php:240
+#: ../../godmode/massive/massive_edit_modules.php:510
+#: ../../godmode/modules/manage_network_components_form_network.php:75
+#: ../../include/functions_snmp_browser.php:544
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:730
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:377
+msgid "Not auth and not privacy method"
+msgstr "認証なし、暗号化なし"
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:746
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:384
+#: ../../godmode/agentes/module_manager_editor_network.php:241
+#: ../../godmode/massive/massive_edit_modules.php:511
+#: ../../godmode/modules/manage_network_components_form_network.php:76
+#: ../../include/functions_snmp_browser.php:545
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:731
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:378
+msgid "Auth and not privacy method"
+msgstr "認証あり、暗号化なし"
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:746
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:384
+#: ../../godmode/agentes/module_manager_editor_network.php:241
+#: ../../godmode/massive/massive_edit_modules.php:511
+#: ../../godmode/modules/manage_network_components_form_network.php:76
+#: ../../include/functions_snmp_browser.php:545
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:731
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:378
+msgid "Auth and privacy method"
+msgstr "認証あり、暗号化あり"
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:759
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:397
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:744
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:391
+msgid "SNMP Walk"
+msgstr "snmpwalk"
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:763
+#: ../../operation/tree.php:264
+#: ../../enterprise/dashboard/widgets/tree_view.php:188
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:748
+#: ../../enterprise/include/functions_inventory.php:166
+msgid "No data found"
+msgstr "データがありません"
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:763
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:748
+msgid ""
+"If the device is a network device, try with the SNMP Interfaces wizard"
+msgstr "ネットワークデバイスの場合は、SNMP インタフェースウィザードを試してください"
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:792
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:776
+msgid "Devices"
+msgstr "デバイス"
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:793
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:301
+#: ../../operation/agentes/ver_agente.php:1106
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:777
+#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:299
+msgid "Processes"
+msgstr "プロセス"
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:794
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:302
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:778
+#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:300
+msgid "Free space on disk"
+msgstr "ディスク空き容量"
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:795
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:779
+msgid "Temperature sensors"
+msgstr "温度センサー"
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:796
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:780
+msgid "Other SNMP data"
+msgstr "他の SNMP データ"
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:798
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:305
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:782
+#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:303
+msgid "Wizard mode"
+msgstr "ウィザードモード"
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:817
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:822
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:801
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:806
+msgid "SNMP remote plugin is necessary for this feature"
+msgstr "この機能には、SNMP リモートプラグインが必要です"
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:854
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:856
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:858
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:860
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:863
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:348
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:350
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:352
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:354
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:838
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:840
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:842
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:844
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:847
+#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:346
+#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:348
+#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:350
+#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:352
+msgid "Add to modules list"
+msgstr "モジュール一覧に追加"
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:865
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:358
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:849
+#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:356
+msgid "Remove from modules list"
+msgstr "モジュール一覧から削除"
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:875
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:447
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:369
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:859
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:440
+#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:367
+msgid "Create modules"
+msgstr "モジュール作成"
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:932
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:916
+msgid "Device"
+msgstr "デバイス"
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:938
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:954
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:970
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:986
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1002
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:421
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:437
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:453
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:469
+#: ../../godmode/events/event_edit_filter.php:301
+#: ../../include/functions_events.php:2372
+#: ../../mobile/operation/events.php:485
+#: ../../operation/events/events_list.php:580
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:922
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:938
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:954
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:970
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:986
+#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:419
+#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:435
+#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:451
+#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:467
+#: ../../enterprise/include/functions_events.php:149
+msgid "Repeated"
+msgstr "複数回発生イベント"
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:948
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:431
+#: ../../godmode/reporting/visual_console_builder.wizard.php:193
+#: ../../include/functions_visual_map_editor.php:348
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:932
+#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:429
+msgid "Process"
+msgstr "処理"
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:980
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:964
+msgid "Temperature"
+msgstr "温度"
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1027
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:491
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:1011
+#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:489
+msgid "Modules list is empty"
+msgstr "モジュール一覧が空です"
+
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:174
+#: ../../godmode/massive/massive_add_action_alerts.php:116
+#: ../../godmode/massive/massive_add_tags.php:38
+#: ../../godmode/massive/massive_delete_action_alerts.php:119
+#: ../../godmode/massive/massive_delete_tags.php:102
+#: ../../godmode/massive/massive_edit_modules.php:1073
+#: ../../godmode/reporting/visual_console_builder.php:486
+#: ../../include/functions_visual_map.php:1749
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:166
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:404
+#: ../../enterprise/include/functions_massive.php:15
+msgid "No modules selected"
+msgstr "モジュールが選択されていません。"
+
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:286
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:283
+msgid "Successfully modules created"
+msgstr "モジュールを作成しました。"
+
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:290
+#: ../../godmode/agentes/configurar_agente.php:266
+#: ../../godmode/agentes/configurar_agente.php:617
+#: ../../godmode/agentes/planned_downtime.editor.php:356
+#: ../../godmode/alerts/alert_actions.php:185
+#: ../../godmode/alerts/alert_commands.php:294
+#: ../../godmode/alerts/alert_list.php:104
+#: ../../godmode/alerts/alert_special_days.php:149
+#: ../../godmode/alerts/configure_alert_template.php:119
+#: ../../godmode/alerts/configure_alert_template.php:432
+#: ../../godmode/modules/manage_nc_groups.php:74
+#: ../../godmode/modules/manage_network_components.php:162
+#: ../../godmode/modules/manage_network_components.php:256
+#: ../../godmode/reporting/reporting_builder.item_editor.php:2431
+#: ../../godmode/setup/gis.php:47 ../../godmode/setup/news.php:57
+#: ../../godmode/users/configure_user.php:237
+#: ../../include/functions_planned_downtimes.php:110
+#: ../../include/functions_planned_downtimes.php:727
+#: ../../operation/agentes/pandora_networkmap.php:153
+#: ../../enterprise/extensions/ipam/ipam_action.php:92
+#: ../../enterprise/extensions/ipam/ipam_action.php:100
+#: ../../enterprise/godmode/alerts/alert_events.php:350
+#: ../../enterprise/godmode/modules/local_components.php:107
+#: ../../enterprise/godmode/modules/local_components.php:247
+#: ../../enterprise/godmode/policies/policies.php:128
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:287
+#: ../../enterprise/godmode/policies/policy_alerts.php:148
+#: ../../enterprise/godmode/policies/policy_external_alerts.php:74
+#: ../../enterprise/godmode/policies/policy_external_alerts.php:77
+#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:36
+#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:87
+#: ../../enterprise/godmode/servers/manage_export.php:105
+#: ../../enterprise/godmode/servers/manage_export.php:114
+#: ../../enterprise/godmode/setup/setup_metaconsole.php:108
+#: ../../enterprise/meta/advanced/metasetup.consoles.php:165
+#: ../../enterprise/operation/agentes/transactional_map.php:87
+msgid "Could not be created"
+msgstr "作成に失敗しました。"
+
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:296
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:293
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1855
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1955
+#: ../../enterprise/meta/include/functions_wizard_meta.php:2428
+#: ../../enterprise/meta/include/functions_wizard_meta.php:2544
+#: ../../enterprise/meta/include/functions_wizard_meta.php:2633
+#: ../../enterprise/meta/include/functions_wizard_meta.php:2844
+msgid "Another module already exists with the same name"
+msgstr "同じ名前のモジュールが既に存在します"
+
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:299
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:296
+msgid "Some required fields are missed"
+msgstr "必須フィールドが設定されていません"
+
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:299
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:296
+msgid "name"
+msgstr "名前"
+
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:304
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:301
+msgid "Processing error"
+msgstr "処理エラー"
+
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:401
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:395
+msgid "Unable to do SNMP walk"
+msgstr "snmpwalk を実行できません。"
+
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:435
+#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:428
+msgid "Interfaces"
+msgstr "インタフェース"
+
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:111
+#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:110
+#, php-format
+msgid "Free space on %s"
+msgstr "%s の空き容量"
+
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:204
+#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:202
+#, php-format
+msgid "%s service modules created succesfully"
+msgstr "%s 個のサービスモジュールを作成しました"
+
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:207
+#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:205
+#, php-format
+msgid "Error creating %s service modules"
+msgstr "%s 個のサービスモジュール作成エラー"
+
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:212
+#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:210
+#, php-format
+msgid "%s process modules created succesfully"
+msgstr "%s 個のプロセスモジュールを作成しました"
+
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:215
+#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:213
+#, php-format
+msgid "Error creating %s process modules"
+msgstr "%s 個のプロセスモジュール作成エラー"
+
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:220
+#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:218
+#, php-format
+msgid "%s disk space modules created succesfully"
+msgstr "%s 個のディスクスペースモジュールを作成しました"
+
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:223
+#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:221
+#, php-format
+msgid "Error creating %s disk space modules"
+msgstr "%s 個のディスクスペースモジュール作成エラー"
+
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:228
+#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:226
+#, php-format
+msgid "%s modules created from components succesfully"
+msgstr "コンポーネントから %s 個のモジュールを作成しました"
+
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:231
+#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:229
+#, php-format
+msgid "Error creating %s modules from components"
+msgstr "コンポーネントから %s 個のモジュールの作成エラー"
+
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:257
+#: ../../godmode/agentes/module_manager_editor_wmi.php:47
+#: ../../godmode/modules/manage_network_components_form_wmi.php:42
+#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:255
+msgid "Namespace"
+msgstr "名前空間"
+
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:261
+#: ../../godmode/agentes/module_manager_editor_wmi.php:54
+#: ../../godmode/massive/massive_edit_modules.php:526
+#: ../../godmode/modules/manage_network_components_form_wmi.php:48
+#: ../../enterprise/godmode/agentes/inventory_manager.php:188
+#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:259
+#: ../../enterprise/godmode/policies/policy_inventory_modules.php:201
+msgid "Username"
+msgstr "ユーザ名"
+
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:274
+#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:272
+msgid "WMI Explore"
+msgstr "WMIエクスプローラ"
+
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:278
+#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:276
+msgid "Unable to do WMI explorer"
+msgstr "WMIエクスプローラを実行できません"
+
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:303
+#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:301
+msgid "WMI components"
+msgstr "WMIコンポーネント"
+
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:316
+#: ../../godmode/agentes/planned_downtime.editor.php:708
+#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:314
+msgid "Filter by group"
+msgstr "グループでフィルタする"
+
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:336
+#: ../../godmode/agentes/module_manager_editor_common.php:81
+#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:60
+#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:334
+msgid "No component was found"
+msgstr "コンポーネントが見つかりません。"
+
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:415
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1542
+#: ../../enterprise/dashboard/widgets/service_map.php:46
+#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:22
+#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:157
+#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:413
+#: ../../enterprise/godmode/services/services.elements.php:336
+#: ../../enterprise/godmode/services/services.elements.php:377
+#: ../../enterprise/include/functions_reporting.php:4419
+#: ../../enterprise/include/functions_reporting.php:4720
+#: ../../enterprise/include/functions_reporting_pdf.php:2031
+#: ../../enterprise/include/functions_services.php:1458
+#: ../../enterprise/include/functions_visual_map.php:496
+#: ../../enterprise/include/functions_visual_map_editor.php:17
+#: ../../enterprise/include/functions_visual_map_editor.php:24
+#: ../../enterprise/include/functions_visual_map_editor.php:47
+msgid "Service"
+msgstr "サービス"
+
+#: ../../godmode/agentes/configurar_agente.php:187
+#: ../../godmode/agentes/configurar_agente.php:733
+msgid "No agent alias specified"
+msgstr "エージェントの別名が定義されていません"
+
+#: ../../godmode/agentes/configurar_agente.php:268
+msgid "Could not be created, because name already exists"
+msgstr "名前がすでに存在するため、作成できませんでした。"
+
+#: ../../godmode/agentes/configurar_agente.php:281
+#: ../../godmode/agentes/modificar_agente.php:52
+#: ../../godmode/agentes/modificar_agente.php:582
+#: ../../godmode/reporting/visual_console_builder.php:687
+#: ../../godmode/servers/manage_recontask.php:32
+#: ../../godmode/setup/setup_visuals.php:165
+#: ../../godmode/setup/setup_visuals.php:185
+#: ../../godmode/setup/setup_visuals.php:204
+#: ../../godmode/setup/setup_visuals.php:220
+#: ../../godmode/setup/setup_visuals.php:292
+#: ../../operation/agentes/estado_agente.php:577
+#: ../../operation/visual_console/pure_ajax.php:130
+#: ../../operation/visual_console/render_view.php:133
+#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:79
+#: ../../enterprise/meta/screens/screens.visualmap.php:149
+#: ../../enterprise/meta/screens/screens.visualmap.php:165
+#: ../../enterprise/operation/agentes/policy_view.php:51
+msgid "View"
+msgstr "表示"
+
+#: ../../godmode/agentes/configurar_agente.php:293
+#: ../../godmode/agentes/configurar_agente.php:520 ../../godmode/menu.php:231
+#: ../../godmode/menu.php:238 ../../operation/agentes/estado_agente.php:135
+#: ../../operation/gis_maps/render_view.php:119
+#: ../../enterprise/godmode/policies/configure_policy.php:38
+#: ../../enterprise/include/functions_policies.php:3203
+msgid "Setup"
+msgstr "設定"
+
+#: ../../godmode/agentes/configurar_agente.php:322 ../../godmode/menu.php:101
+msgid "Module templates"
+msgstr "モジュールテンプレート"
+
+#: ../../godmode/agentes/configurar_agente.php:374
+#: ../../operation/agentes/ver_agente.php:1008
+msgid "GIS data"
+msgstr "GIS データ"
+
+#: ../../godmode/agentes/configurar_agente.php:385
+#: ../../enterprise/godmode/policies/policy.php:58
+#: ../../enterprise/include/functions_policies.php:3221
+msgid "Agent wizard"
+msgstr "エージェントウィザード"
+
+#: ../../godmode/agentes/configurar_agente.php:392
+#: ../../godmode/agentes/configurar_agente.php:558
+#: ../../godmode/setup/snmp_wizard.php:30
+#: ../../enterprise/include/functions_policies.php:3228
+msgid "SNMP Wizard"
+msgstr "SNMPウィザード"
+
+#: ../../godmode/agentes/configurar_agente.php:397
+#: ../../godmode/agentes/configurar_agente.php:561
+#: ../../enterprise/include/functions_policies.php:3233
+msgid "SNMP Interfaces wizard"
+msgstr "SNMP インタフェースウィザード"
+
+#: ../../godmode/agentes/configurar_agente.php:402
+#: ../../godmode/agentes/configurar_agente.php:564
+#: ../../enterprise/include/functions_policies.php:3238
+msgid "WMI Wizard"
+msgstr "WMIウィザード"
+
+#: ../../godmode/agentes/configurar_agente.php:523
+#: ../../enterprise/godmode/agentes/collections.php:229
+#: ../../enterprise/include/functions_groups.php:75
+#: ../../enterprise/operation/agentes/ver_agente.php:190
+msgid "Collection"
+msgstr "コレクション"
+
+#: ../../godmode/agentes/configurar_agente.php:527
+#: ../../include/functions_reports.php:628
+#: ../../include/functions_reports.php:629
+#: ../../include/functions_reports.php:631
+#: ../../include/functions_reporting.php:1585
+#: ../../enterprise/godmode/agentes/configurar_agente.php:33
+#: ../../enterprise/include/functions_reporting_csv.php:304
+#: ../../enterprise/operation/agentes/ver_agente.php:174
+#: ../../enterprise/operation/inventory/inventory.php:112
+#: ../../enterprise/operation/menu.php:19
+#: ../../enterprise/operation/snmpconsole/snmp_view.php:24
+msgid "Inventory"
+msgstr "インベントリ"
+
+#: ../../godmode/agentes/configurar_agente.php:531
+#: ../../enterprise/godmode/agentes/configurar_agente.php:49
+#: ../../enterprise/godmode/policies/policy.php:54
+#: ../../enterprise/include/functions_policies.php:3316
+msgid "Agent plugins"
+msgstr "エージェントプラグイン"
+
+#: ../../godmode/agentes/configurar_agente.php:538
+#: ../../godmode/events/custom_events.php:95
+#: ../../godmode/events/custom_events.php:161
+#: ../../include/functions_events.php:43
+#: ../../include/functions_events.php:991
+#: ../../include/functions_events.php:3573
+#: ../../operation/agentes/estado_monitores.php:449
+#: ../../operation/events/events.build_table.php:204
+#: ../../operation/events/events_rss.php:185
+#: ../../operation/snmpconsole/snmp_view.php:384
+#: ../../operation/snmpconsole/snmp_view.php:538
+#: ../../operation/snmpconsole/snmp_view.php:832
+#: ../../enterprise/godmode/policies/policy_external_alerts.php:169
+#: ../../enterprise/meta/include/functions_events_meta.php:82
+msgid "Alert"
+msgstr "アラート"
+
+#: ../../godmode/agentes/configurar_agente.php:542 ../../godmode/menu.php:151
+#: ../../enterprise/godmode/reporting/graph_template_wizard.php:137
+#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:251
+#: ../../enterprise/include/functions_reporting.php:81
+#: ../../enterprise/include/functions_reporting.php:6150
+#: ../../enterprise/include/functions_reporting.php:6174
+#: ../../enterprise/include/functions_reporting.php:6228
+#: ../../enterprise/meta/include/functions_alerts_meta.php:107
+#: ../../enterprise/meta/include/functions_alerts_meta.php:125
+msgid "Templates"
+msgstr "テンプレート"
+
+#: ../../godmode/agentes/configurar_agente.php:546
+msgid "Gis"
+msgstr "GIS"
+
+#: ../../godmode/agentes/configurar_agente.php:572
+msgid "SNMP explorer"
+msgstr "SNMPエクスプローラ"
+
+#: ../../godmode/agentes/configurar_agente.php:587
+msgid "Agent manager"
+msgstr "エージェントマネージャ"
+
+#: ../../godmode/agentes/configurar_agente.php:610
+#: ../../godmode/servers/modificar_server.php:134
+msgid "Conf file deleted successfully"
+msgstr "conf ファイルを削除しました。"
+
+#: ../../godmode/agentes/configurar_agente.php:611
+#: ../../godmode/servers/modificar_server.php:135
+msgid "Could not delete conf file"
+msgstr "conf ファイルの削除に失敗しました。"
+
+#: ../../godmode/agentes/configurar_agente.php:621
+#: ../../godmode/agentes/planned_downtime.editor.php:365
+#: ../../godmode/alerts/alert_actions.php:184
+#: ../../godmode/alerts/alert_commands.php:293
+#: ../../godmode/alerts/alert_list.php:104
+#: ../../godmode/alerts/alert_special_days.php:148
+#: ../../godmode/alerts/configure_alert_template.php:431
+#: ../../godmode/modules/manage_nc_groups.php:73
+#: ../../godmode/setup/gis.php:45 ../../godmode/setup/links.php:41
+#: ../../godmode/setup/news.php:56
+#: ../../godmode/snmpconsole/snmp_alert.php:247
+#: ../../godmode/snmpconsole/snmp_filters.php:66
+#: ../../godmode/users/configure_user.php:236
+#: ../../godmode/users/profile_list.php:241
+#: ../../include/functions_planned_downtimes.php:113
+#: ../../include/functions_planned_downtimes.php:731
+#: ../../enterprise/extensions/cron/main.php:83
+#: ../../enterprise/extensions/cron/main.php:142
+#: ../../enterprise/extensions/ipam/ipam_action.php:96
+#: ../../enterprise/godmode/alerts/alert_events.php:350
+#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:35
+#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:86
+#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:129
+#: ../../enterprise/godmode/servers/manage_export.php:105
+#: ../../enterprise/godmode/servers/manage_export.php:114
+#: ../../enterprise/godmode/setup/setup_metaconsole.php:107
+#: ../../enterprise/meta/advanced/metasetup.consoles.php:164
+#: ../../enterprise/operation/agentes/transactional_map.php:86
+msgid "Successfully created"
+msgstr "作成しました。"
+
+#: ../../godmode/agentes/configurar_agente.php:647
+#: ../../godmode/agentes/configurar_agente.php:652
+msgid "No data to normalize"
+msgstr "正規化するデータがありません。"
+
+#: ../../godmode/agentes/configurar_agente.php:656
+#, php-format
+msgid "Deleted data above %f"
+msgstr "%f を超えるデータを削除しました。"
+
+#: ../../godmode/agentes/configurar_agente.php:657
+#, php-format
+msgid "Error normalizing module %s"
+msgstr "モジュール %s において正規化に失敗しました。"
+
+#: ../../godmode/agentes/configurar_agente.php:782
+msgid "There was a problem updating the agent"
+msgstr "エージェントの更新に失敗しました。"
+
+#: ../../godmode/agentes/configurar_agente.php:804
+#: ../../godmode/agentes/planned_downtime.editor.php:368
+#: ../../godmode/alerts/alert_actions.php:262
+#: ../../godmode/alerts/alert_list.php:196
+#: ../../godmode/alerts/alert_special_days.php:206
+#: ../../godmode/alerts/alert_templates.php:151
+#: ../../godmode/alerts/configure_alert_command.php:93
+#: ../../godmode/alerts/configure_alert_template.php:444
+#: ../../godmode/events/event_edit_filter.php:173
+#: ../../godmode/massive/massive_edit_modules.php:152
+#: ../../godmode/modules/manage_nc_groups.php:98
+#: ../../godmode/netflow/nf_edit_form.php:131 ../../godmode/setup/gis.php:39
+#: ../../godmode/setup/links.php:58 ../../godmode/setup/news.php:87
+#: ../../godmode/snmpconsole/snmp_alert.php:318
+#: ../../godmode/snmpconsole/snmp_filters.php:54
+#: ../../godmode/users/profile_list.php:223
+#: ../../include/functions_planned_downtimes.php:125
+#: ../../operation/incidents/incident.php:110
+#: ../../operation/snmpconsole/snmp_view.php:116
+#: ../../enterprise/extensions/ipam/ipam_action.php:131
+#: ../../enterprise/extensions/ipam/ipam_massive.php:41
+#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:98
+#: ../../enterprise/godmode/alerts/alert_events.php:374
+#: ../../enterprise/godmode/alerts/alert_events_list.php:94
+#: ../../enterprise/godmode/alerts/alert_events_rules.php:158
+#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:104
+#: ../../enterprise/godmode/policies/policy_modules.php:1038
+#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:66
+#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:51
+#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:119
+#: ../../enterprise/operation/agentes/transactional_map.php:117
+msgid "Successfully updated"
+msgstr "更新しました。"
+
+#: ../../godmode/agentes/configurar_agente.php:826
+msgid "There was a problem loading the agent"
+msgstr "エージェントのロードに失敗しました。"
+
+#: ../../godmode/agentes/configurar_agente.php:1227
+msgid ""
+"There was a problem updating module. Another module already exists with the "
+"same name."
+msgstr "モジュールの更新で問題が発生しました。同じ名前のモジュールがすでに存在します。"
+
+#: ../../godmode/agentes/configurar_agente.php:1230
+msgid ""
+"There was a problem updating module. Some required fields are missed: (name)"
+msgstr "モジュールの更新で問題が発生しました。必須フィールドが入力されていません: (名前)"
+
+#: ../../godmode/agentes/configurar_agente.php:1233
+msgid "There was a problem updating module. \"No change\""
+msgstr "モジュールの更新で問題が発生しました。\"変更点がありません\""
+
+#: ../../godmode/agentes/configurar_agente.php:1238
+msgid "There was a problem updating module. Processing error"
+msgstr "モジュールの更新で問題が発生しました。処理エラー"
+
+#: ../../godmode/agentes/configurar_agente.php:1258
+msgid "Module successfully updated"
+msgstr "モジュールの更新が完了しました。"
+
+#: ../../godmode/agentes/configurar_agente.php:1367
+msgid ""
+"There was a problem adding module. Another module already exists with the "
+"same name."
+msgstr "モジュールの追加で問題が発生しました。同じ名前のモジュールがすでに存在します。"
+
+#: ../../godmode/agentes/configurar_agente.php:1370
+msgid ""
+"There was a problem adding module. Some required fields are missed : (name)"
+msgstr "モジュールの追加で問題が発生しました。必須フィールドが入力されていません: (名前)"
+
+#: ../../godmode/agentes/configurar_agente.php:1375
+msgid "There was a problem adding module. Processing error"
+msgstr "モジュールの追加で問題が発生しました。処理エラー"
+
+#: ../../godmode/agentes/configurar_agente.php:1393
+#: ../../godmode/reporting/graph_builder.php:247
+msgid "Module added successfully"
+msgstr "モジュールを追加しました。"
+
+#: ../../godmode/agentes/configurar_agente.php:1511
+msgid "There was a problem deleting the module"
+msgstr "モジュールの削除に失敗しました。"
+
+#: ../../godmode/agentes/configurar_agente.php:1514
+msgid "Module deleted succesfully"
+msgstr "モジュールを削除しました。"
+
+#: ../../godmode/agentes/configurar_agente.php:1528
+#: ../../enterprise/godmode/policies/policy_modules.php:1143
+#, php-format
+msgid "copy of %s"
+msgstr "%s のコピー"
+
+#: ../../godmode/agentes/configurar_agente.php:1538
+#: ../../enterprise/godmode/policies/policy_modules.php:1155
+#, php-format
+msgid "copy of %s (%d)"
+msgstr "%s のコピー (%d)"
+
+#: ../../godmode/agentes/configurar_agente.php:1571
+#: ../../godmode/agentes/modificar_agente.php:116
+#: ../../godmode/alerts/alert_list.php:230
+#: ../../godmode/massive/massive_enable_disable_alerts.php:78
+#: ../../godmode/users/user_list.php:208
+#: ../../include/ajax/alert_list.ajax.php:80
+#: ../../enterprise/godmode/alerts/alert_events_list.php:221
+#: ../../enterprise/godmode/policies/policy_alerts.php:88
+#: ../../enterprise/godmode/policies/policy_modules.php:422
+#: ../../enterprise/godmode/setup/setup_metaconsole.php:123
+#: ../../enterprise/meta/advanced/metasetup.consoles.php:186
+msgid "Successfully enabled"
+msgstr "有効にしました。"
+
+#: ../../godmode/agentes/configurar_agente.php:1571
+#: ../../godmode/agentes/modificar_agente.php:116
+#: ../../godmode/alerts/alert_list.php:230
+#: ../../godmode/massive/massive_enable_disable_alerts.php:78
+#: ../../include/ajax/alert_list.ajax.php:82
+#: ../../enterprise/godmode/alerts/alert_events_list.php:222
+#: ../../enterprise/godmode/policies/policy_alerts.php:88
+#: ../../enterprise/godmode/policies/policy_modules.php:422
+#: ../../enterprise/godmode/setup/setup_metaconsole.php:124
+#: ../../enterprise/meta/advanced/metasetup.consoles.php:187
+msgid "Could not be enabled"
+msgstr "有効にできませんでした。"
+
+#: ../../godmode/agentes/configurar_agente.php:1586
+#: ../../godmode/agentes/modificar_agente.php:135
+#: ../../godmode/alerts/alert_list.php:247
+#: ../../godmode/massive/massive_enable_disable_alerts.php:96
+#: ../../godmode/users/user_list.php:203
+#: ../../include/ajax/alert_list.ajax.php:91
+#: ../../enterprise/godmode/alerts/alert_events_list.php:238
+#: ../../enterprise/godmode/policies/policy_alerts.php:105
+#: ../../enterprise/godmode/policies/policy_modules.php:436
+#: ../../enterprise/godmode/setup/setup_metaconsole.php:129
+#: ../../enterprise/meta/advanced/metasetup.consoles.php:197
+msgid "Successfully disabled"
+msgstr "無効にしました。"
+
+#: ../../godmode/agentes/configurar_agente.php:1586
+#: ../../godmode/agentes/modificar_agente.php:135
+#: ../../godmode/alerts/alert_list.php:247
+#: ../../godmode/massive/massive_enable_disable_alerts.php:96
+#: ../../include/ajax/alert_list.ajax.php:93
+#: ../../enterprise/godmode/alerts/alert_events_list.php:239
+#: ../../enterprise/godmode/policies/policy_alerts.php:105
+#: ../../enterprise/godmode/policies/policy_modules.php:436
+#: ../../enterprise/godmode/setup/setup_metaconsole.php:130
+#: ../../enterprise/meta/advanced/metasetup.consoles.php:198
+msgid "Could not be disabled"
+msgstr "無効にできませんでした。"
+
+#: ../../godmode/agentes/configurar_agente.php:1614
+#: ../../include/functions_api.php:7659
+msgid "Save by Pandora Console"
+msgstr "Pandora コンソールによる保存"
+
+#: ../../godmode/agentes/configurar_agente.php:1629
+#: ../../include/functions_api.php:7660
+msgid "Update by Pandora Console"
+msgstr "Pandora コンソールによる更新"
+
+#: ../../godmode/agentes/configurar_agente.php:1642
+#: ../../include/functions_api.php:7661
+msgid "Insert by Pandora Console"
+msgstr "Pandora コンソールによる挿入"
+
+#: ../../godmode/agentes/configurar_agente.php:1696
+#: ../../godmode/agentes/configurar_agente.php:1706
+msgid "Invalid tab specified"
+msgstr "不正なタブが指定されました"
+
+#: ../../godmode/agentes/configure_field.php:36
+msgid "Update agent custom field"
+msgstr "エージェントカスタムフィールドの更新"
+
+#: ../../godmode/agentes/configure_field.php:39
+msgid "Create agent custom field"
+msgstr "エージェントカスタムフィールドの作成"
+
+#: ../../godmode/agentes/configure_field.php:51
+#: ../../godmode/agentes/fields_manager.php:96
+#: ../../operation/agentes/custom_fields.php:61
+msgid "Display on front"
+msgstr "前面に表示"
+
+#: ../../godmode/agentes/configure_field.php:51
+#: ../../godmode/agentes/fields_manager.php:96
+#: ../../operation/agentes/custom_fields.php:62
+msgid ""
+"The fields with display on front enabled will be displayed into the agent "
+"details"
+msgstr "前面表示が有効になっていると、エージェント詳細に表示されます。"
+
+#: ../../godmode/agentes/fields_manager.php:31
+msgid "Agents custom fields manager"
+msgstr "エージェントカスタムフィールド管理"
+
+#: ../../godmode/agentes/fields_manager.php:44
+msgid "The name must not be empty"
+msgstr "名前は空ではいけません"
+
+#: ../../godmode/agentes/fields_manager.php:47
+msgid "The name must be unique"
+msgstr "名前はユニークである必要があります"
+
+#: ../../godmode/agentes/fields_manager.php:52
+msgid "Field successfully created"
+msgstr "フィールドを作成しました。"
+
+#: ../../godmode/agentes/fields_manager.php:69
+msgid "Field successfully updated"
+msgstr "フィールドを更新しました。"
+
+#: ../../godmode/agentes/fields_manager.php:72
+msgid "There was a problem modifying field"
+msgstr "フィールドの修正で問題が発生しました。"
+
+#: ../../godmode/agentes/fields_manager.php:82
+msgid "There was a problem deleting field"
+msgstr "フィールドの削除で問題が発生しました。"
+
+#: ../../godmode/agentes/fields_manager.php:84
+msgid "Field successfully deleted"
+msgstr "フィールドを削除しました。"
+
+#: ../../godmode/agentes/fields_manager.php:95
+#: ../../godmode/alerts/alert_view.php:441
+#: ../../godmode/alerts/alert_view.php:531
+#: ../../operation/agentes/custom_fields.php:59
+msgid "Field"
+msgstr "フィールド"
+
+#: ../../godmode/agentes/fields_manager.php:138
+msgid "Create field"
+msgstr "フィールド作成"
+
+#: ../../godmode/agentes/modificar_agente.php:62
+msgid "Agents defined in Pandora"
+msgstr "Pandora 内エージェント"
+
+#: ../../godmode/agentes/modificar_agente.php:87
+msgid "Success deleted agent."
+msgstr "エージェントを削除しました"
+
+#: ../../godmode/agentes/modificar_agente.php:87
+msgid "Could not be deleted."
+msgstr "削除できませんでした。"
+
+#: ../../godmode/agentes/modificar_agente.php:94
+msgid "Maybe the files conf or md5 could not be deleted"
+msgstr "confまたはmd5ファイルを削除できませんでした"
+
+#: ../../godmode/agentes/modificar_agente.php:154
+msgid "Show Agents"
+msgstr "エージェント表示"
+
+#: ../../godmode/agentes/modificar_agente.php:156
+msgid "Everyone"
+msgstr "全て"
+
+#: ../../godmode/agentes/modificar_agente.php:157
+#: ../../operation/agentes/status_monitor.php:398
+msgid "Only disabled"
+msgstr "無効のもののみ"
+
+#: ../../godmode/agentes/modificar_agente.php:158
+#: ../../operation/agentes/status_monitor.php:398
+msgid "Only enabled"
+msgstr "有効のもののみ"
+
+#: ../../godmode/agentes/modificar_agente.php:165
+#: ../../godmode/agentes/planned_downtime.editor.php:706
+#: ../../operation/agentes/estado_agente.php:175
+#: ../../enterprise/godmode/policies/policies.php:233
+msgid "Recursion"
+msgstr "子を含める"
+
+#: ../../godmode/agentes/modificar_agente.php:481
+msgid "Remote agent configuration"
+msgstr "リモートエージェント設定"
+
+#: ../../godmode/agentes/modificar_agente.php:481
+msgid "R"
+msgstr "R"
+
+#: ../../godmode/agentes/modificar_agente.php:597
+msgid "Edit remote config"
+msgstr "リモート設定"
+
+#: ../../godmode/agentes/modificar_agente.php:624
+msgid "Enable agent"
+msgstr "エージェントの有効化"
+
+#: ../../godmode/agentes/modificar_agente.php:629
+msgid "Disable agent"
+msgstr "エージェントの無効化"
+
+#: ../../godmode/agentes/modificar_agente.php:646
+#: ../../operation/agentes/estado_agente.php:642
+#: ../../operation/agentes/group_view.php:430
+msgid "There are no defined agents"
+msgstr "定義されたエージェントがありません"
+
+#: ../../godmode/agentes/modificar_agente.php:654
+#: ../../operation/agentes/estado_agente.php:626
+#: ../../operation/agentes/estado_agente.php:646
+#: ../../operation/snmpconsole/snmp_statistics.php:151
+#: ../../operation/snmpconsole/snmp_view.php:585
+#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:75
+#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:199
+msgid "Create agent"
+msgstr "エージェント作成"
+
+#: ../../godmode/agentes/module_manager.php:78
+msgid "Create a new data server module"
+msgstr "データサーバモジュールの新規作成"
+
+#: ../../godmode/agentes/module_manager.php:80
+msgid "Create a new network server module"
+msgstr "ネットワークサーバモジュールの新規作成"
+
+#: ../../godmode/agentes/module_manager.php:82
+msgid "Create a new plugin server module"
+msgstr "プラグインサーバモジュールの新規作成"
+
+#: ../../godmode/agentes/module_manager.php:84
+msgid "Create a new WMI server module"
+msgstr "WMI サーバモジュールの新規作成"
+
+#: ../../godmode/agentes/module_manager.php:86
+msgid "Create a new prediction server module"
+msgstr "予測サーバモジュールの新規作成"
+
+#: ../../godmode/agentes/module_manager.php:120
+#: ../../operation/agentes/estado_monitores.php:472
+msgid "Show in hierachy mode"
+msgstr "階層モードで表示"
+
+#: ../../godmode/agentes/module_manager.php:148
+msgid "Get more modules in Pandora FMS Library"
+msgstr "Pandora FMS モジュールライブラリから新しいモジュールを手に入れる"
+
+#: ../../godmode/agentes/module_manager.php:175
+msgid "Nice try buddy"
+msgstr "問題が発生しました"
+
+#: ../../godmode/agentes/module_manager.php:272
+#, php-format
+msgid "There was a problem deleting %s modules, none deleted."
+msgstr "%s 個のモジュール削除に失敗しました。いずれのモジュールも削除されていません。"
+
+#: ../../godmode/agentes/module_manager.php:277
+msgid "All Modules deleted succesfully"
+msgstr "すべてのモジュールを削除しました"
+
+#: ../../godmode/agentes/module_manager.php:281
+#, php-format
+msgid "There was a problem only deleted %s modules of %s total."
+msgstr "%s 個(全 %s 個中)のモジュール削除に失敗しました。"
+
+#: ../../godmode/agentes/module_manager.php:523
+#: ../../include/ajax/module.php:345
+#: ../../operation/agentes/datos_agente.php:286
+msgid "No available data to show"
+msgstr "表示するデータがありません。"
+
+#: ../../godmode/agentes/module_manager.php:551
+#: ../../godmode/alerts/alert_view.php:123 ../../include/ajax/module.php:735
+#: ../../operation/agentes/alerts_status.php:412
+#: ../../operation/agentes/alerts_status.php:459
+#: ../../operation/agentes/status_monitor.php:946
+#: ../../enterprise/extensions/resource_exportation/functions.php:17
+#: ../../enterprise/godmode/agentes/collection_manager.php:162
+#: ../../enterprise/godmode/agentes/inventory_manager.php:231
+#: ../../enterprise/godmode/agentes/plugins_manager.php:144
+#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:91
+#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:90
+#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:83
+#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:82
+#: ../../enterprise/godmode/policies/policy_queue.php:331
+#: ../../enterprise/godmode/policies/policy_queue.php:374
+#: ../../enterprise/include/functions_policies.php:3789
+#: ../../enterprise/meta/advanced/policymanager.queue.php:212
+#: ../../enterprise/meta/advanced/policymanager.queue.php:256
+#: ../../enterprise/meta/advanced/policymanager.sync.php:306
+#: ../../enterprise/operation/agentes/collection_view.php:62
+#: ../../enterprise/operation/agentes/policy_view.php:48
+#: ../../enterprise/operation/maps/networkmap_list_deleted.php:201
+msgid "Policy"
+msgstr "ポリシー"
+
+#: ../../godmode/agentes/module_manager.php:551
+#: ../../godmode/reporting/reporting_builder.list_items.php:285
+#: ../../godmode/snmpconsole/snmp_alert.php:1148
+#: ../../include/ajax/module.php:735
+#: ../../operation/agentes/alerts_status.php:413
+#: ../../operation/agentes/alerts_status.php:459
+#: ../../operation/agentes/status_monitor.php:946
+#: ../../enterprise/godmode/agentes/collection_manager.php:162
+#: ../../enterprise/godmode/agentes/inventory_manager.php:232
+#: ../../enterprise/operation/agentes/collection_view.php:62
+msgid "P."
+msgstr "P."
+
+#: ../../godmode/agentes/module_manager.php:554
+#: ../../include/functions_events.php:898
+#: ../../mobile/operation/agents.php:322
+#: ../../operation/agentes/alerts_status.php:417
+#: ../../operation/agentes/alerts_status.php:462
+#: ../../operation/agentes/alerts_status.php:497
+#: ../../operation/agentes/alerts_status.php:532
+#: ../../enterprise/godmode/admin_access_logs.php:22
+#: ../../enterprise/godmode/policies/policy_agents.php:379
+#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:217
+#: ../../enterprise/operation/agentes/policy_view.php:47
+#: ../../enterprise/operation/agentes/policy_view.php:134
+#: ../../enterprise/operation/agentes/policy_view.php:193
+#: ../../enterprise/operation/agentes/policy_view.php:198
+msgid "S."
+msgstr "S."
+
+#: ../../godmode/agentes/module_manager.php:565
+#: ../../include/ajax/module.php:748
+#: ../../operation/agentes/status_monitor.php:980
+msgid "Warn"
+msgstr "警告"
+
+#: ../../godmode/agentes/module_manager.php:569
+#: ../../enterprise/godmode/policies/policy_agents.php:383
+msgid "D."
+msgstr "削除"
+
+#: ../../godmode/agentes/module_manager.php:679
+#: ../../godmode/agentes/module_manager.php:689
+#: ../../include/ajax/module.php:836 ../../include/ajax/module.php:846
+msgid "Adopted"
+msgstr "採用"
+
+#: ../../godmode/agentes/module_manager.php:689
+#: ../../godmode/agentes/module_manager.php:693
+#: ../../godmode/massive/massive_edit_modules.php:572
+#: ../../include/ajax/module.php:846 ../../include/ajax/module.php:850
+msgid "Unlinked"
+msgstr "未リンク"
+
+#: ../../godmode/agentes/module_manager.php:716
+#: ../../enterprise/operation/agentes/policy_view.php:355
+msgid "Non initialized module"
+msgstr "未初期化モジュール"
+
+#: ../../godmode/agentes/module_manager.php:733
+#: ../../godmode/agentes/module_manager_editor_common.php:398
+msgid ""
+"The policy modules of data type will only update their intervals when policy "
+"is applied."
+msgstr "データタイプのポリシーモジュールは、ポリシーが適用されたときに、それ自身の間隔でのみ更新されます。"
+
+#: ../../godmode/agentes/module_manager.php:749
+#: ../../enterprise/godmode/policies/policy_modules.php:1241
+#: ../../enterprise/godmode/policies/policy_modules.php:1242
+msgid "Enable module"
+msgstr "モジュールを有効化"
+
+#: ../../godmode/agentes/module_manager.php:754
+#: ../../enterprise/godmode/policies/policy_modules.php:1247
+#: ../../enterprise/godmode/policies/policy_modules.php:1248
+msgid "Disable module"
+msgstr "モジュールを無効化"
+
+#: ../../godmode/agentes/module_manager.php:761
+#: ../../godmode/alerts/alert_templates.php:338
+#: ../../godmode/modules/manage_network_components.php:613
+#: ../../godmode/snmpconsole/snmp_alert.php:1226
+#: ../../enterprise/godmode/modules/local_components.php:525
+#: ../../enterprise/godmode/policies/policy_modules.php:1255
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:365
+msgid "Duplicate"
+msgstr "複製"
+
+#: ../../godmode/agentes/module_manager.php:769
+msgid "Normalize"
+msgstr "正規化"
+
+#: ../../godmode/agentes/module_manager.php:775
+msgid "Normalize (Disabled)"
+msgstr "正規化 (無効)"
+
+#: ../../godmode/agentes/module_manager.php:784
+#: ../../include/functions_snmp_browser.php:475
+msgid "Create network component"
+msgstr "ネットワークコンポーネントの作成"
+
+#: ../../godmode/agentes/module_manager.php:789
+msgid "Create network component (Disabled)"
+msgstr "ネットワークコンポーネントの作成 (無効)"
+
+#: ../../godmode/agentes/module_manager_editor.php:390
+#: ../../enterprise/godmode/policies/policies.php:191
+#: ../../enterprise/godmode/policies/policy_agents.php:80
+#: ../../enterprise/godmode/policies/policy_alerts.php:60
+#: ../../enterprise/godmode/policies/policy_collections.php:37
+#: ../../enterprise/godmode/policies/policy_external_alerts.php:52
+#: ../../enterprise/godmode/policies/policy_inventory_modules.php:53
+#: ../../enterprise/godmode/policies/policy_linking.php:32
+#: ../../enterprise/godmode/policies/policy_modules.php:486
+msgid "This policy is applying and cannot be modified"
+msgstr "このポリシーを摘要すると変更できません。"
+
+#: ../../godmode/agentes/module_manager_editor.php:394
+#: ../../enterprise/include/functions_policies.php:3050
+msgid "Module will be linked in the next application"
+msgstr "モジュールは次回適用時にリンクされます。"
+
+#: ../../godmode/agentes/module_manager_editor.php:402
+#: ../../enterprise/include/functions_policies.php:3055
+msgid "Module will be unlinked in the next application"
+msgstr "モジュールは次回適用時にリンク解除されます。"
+
+#: ../../godmode/agentes/module_manager_editor.php:490
+#, php-format
+msgid "DEBUG: Invalid module type specified in %s:%s"
+msgstr "DEBUG: %s:%s に不正なモジュールタイプが指定されています"
+
+#: ../../godmode/agentes/module_manager_editor.php:491
+msgid ""
+"Most likely you have recently upgraded from an earlier version of Pandora "
+"and either \n"
+"\t\t\t\t1) forgot to use the database converter \n"
+"\t\t\t\t2) used a bad version of the database converter (see Bugreport "
+"#2124706 for the solution) \n"
+"\t\t\t\t3) found a new bug - please report a way to duplicate this error"
+msgstr ""
+"Pandora の初期のバージョンからのアップグレードを実施しておlり、次のいずれかが考えられます。 \n"
+"\t\t\t\t1) データベース変換の実行し忘れ \n"
+"\t\t\t\t2) 正しくないバージョンのデータベース変換の利用 (解決方法はバグレポート #2124706 を参照) \n"
+"\t\t\t\t3) 新たなバグ - このエラーを再現する方法をレポートしてください"
+
+#: ../../godmode/agentes/module_manager_editor.php:517
+#: ../../godmode/agentes/module_manager_editor_common.php:667
+msgid "Custom macros"
+msgstr "カスタムマクロ"
+
+#: ../../godmode/agentes/module_manager_editor.php:519
+msgid "Module relations"
+msgstr "モジュール関係"
+
+#: ../../godmode/agentes/module_manager_editor.php:565
+#: ../../enterprise/godmode/policies/policy_modules.php:1357
+msgid "No module name provided"
+msgstr "モジュール名がありません。"
+
+#: ../../godmode/agentes/module_manager_editor.php:566
+#: ../../enterprise/godmode/policies/policy_modules.php:1358
+msgid "No target IP provided"
+msgstr "対象 IP がありません。"
+
+#: ../../godmode/agentes/module_manager_editor.php:567
+#: ../../enterprise/godmode/policies/policy_modules.php:1359
+msgid "No SNMP OID provided"
+msgstr "SNMP OID がありません。"
+
+#: ../../godmode/agentes/module_manager_editor.php:568
+msgid "No module to predict"
+msgstr "予測モジュールがありません。"
+
+#: ../../godmode/agentes/module_manager_editor.php:569
+msgid "No plug-in provided"
+msgstr "プラグインがありません"
+
+#: ../../godmode/agentes/module_manager_editor.php:592
+msgid ""
+"Error, The field name and name in module_name in data configuration are "
+"different."
+msgstr "エラー、データ設定におけるフィールド名と module_name 内の名前が異なります。"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:70
+msgid "Using module component"
+msgstr "モジュールコンポーネント"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:76
+#: ../../godmode/agentes/module_manager_editor_common.php:85
+#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:54
+#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:64
+msgid "Manual setup"
+msgstr "個別設定"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:161
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1423
+msgid "Delete module"
+msgstr "モジュール削除"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:176
+#: ../../godmode/agentes/module_manager_editor_common.php:182
+#: ../../godmode/massive/massive_edit_modules.php:521
+#: ../../include/functions_graph.php:5308
+#: ../../include/functions_treeview.php:118
+#: ../../operation/agentes/status_monitor.php:312
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1382
+msgid "Not assigned"
+msgstr "未割当"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:180
+msgid "Module parent"
+msgstr "モジュールの親"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:256
+msgid "Dynamic Threshold Interval"
+msgstr "動的しきい値の間隔"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:258
+#: ../../godmode/modules/manage_network_components_form_common.php:109
+#: ../../enterprise/godmode/modules/configure_local_component.php:228
+msgid "Advanced options Dynamic Threshold"
+msgstr "拡張オプション 動的閾値"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:268
+msgid "Dynamic Threshold Min. "
+msgstr "最小動的しきい値 "
+
+#: ../../godmode/agentes/module_manager_editor_common.php:271
+msgid "Dynamic Threshold Max. "
+msgstr "最大動的しきい値 "
+
+#: ../../godmode/agentes/module_manager_editor_common.php:274
+msgid "Dynamic Threshold Two Tailed: "
+msgstr "2つの動的しきい値を使う: "
+
+#: ../../godmode/agentes/module_manager_editor_common.php:278
+#: ../../godmode/massive/massive_edit_modules.php:368
+#: ../../godmode/modules/manage_network_components_form_common.php:118
+#: ../../include/functions_alerts.php:564
+#: ../../include/functions_treeview.php:98
+#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:237
+#: ../../enterprise/godmode/modules/configure_local_component.php:237
+msgid "Warning status"
+msgstr "警告状態"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:280
+#: ../../godmode/agentes/module_manager_editor_common.php:301
+msgid "Min. "
+msgstr "最小 "
+
+#: ../../godmode/agentes/module_manager_editor_common.php:283
+#: ../../godmode/agentes/module_manager_editor_common.php:304
+#: ../../godmode/alerts/configure_alert_template.php:625
+#: ../../godmode/massive/massive_edit_modules.php:381
+#: ../../godmode/massive/massive_edit_modules.php:427
+#: ../../godmode/massive/massive_edit_modules.php:516
+#: ../../godmode/modules/manage_network_components_form_common.php:122
+#: ../../godmode/modules/manage_network_components_form_common.php:139
+#: ../../include/functions_alerts.php:560
+#: ../../include/functions_graph.php:4320
+#: ../../include/functions_reporting_html.php:3131
+#: ../../include/functions_treeview.php:94
+#: ../../include/functions_treeview.php:107
+#: ../../enterprise/dashboard/widgets/top_n.php:78
+#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:250
+#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:279
+#: ../../enterprise/godmode/modules/configure_local_component.php:241
+#: ../../enterprise/godmode/modules/configure_local_component.php:258
+msgid "Max."
+msgstr "最大"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:288
+#: ../../godmode/agentes/module_manager_editor_common.php:309
+#: ../../godmode/massive/massive_edit_modules.php:390
+#: ../../godmode/massive/massive_edit_modules.php:436
+#: ../../godmode/modules/manage_network_components_form_common.php:125
+#: ../../godmode/modules/manage_network_components_form_common.php:142
+#: ../../include/functions_treeview.php:91
+#: ../../include/functions_treeview.php:104
+#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:258
+#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:287
+#: ../../enterprise/godmode/modules/configure_local_component.php:244
+#: ../../enterprise/godmode/modules/configure_local_component.php:261
+msgid "Str."
+msgstr "文字列"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:292
+#: ../../godmode/agentes/module_manager_editor_common.php:314
+#: ../../godmode/massive/massive_edit_modules.php:400
+#: ../../godmode/massive/massive_edit_modules.php:446
+#: ../../godmode/modules/manage_network_components_form_common.php:128
+#: ../../godmode/modules/manage_network_components_form_common.php:145
+#: ../../enterprise/godmode/modules/configure_local_component.php:247
+#: ../../enterprise/godmode/modules/configure_local_component.php:264
+#: ../../enterprise/meta/include/functions_wizard_meta.php:844
+#: ../../enterprise/meta/include/functions_wizard_meta.php:853
+#: ../../enterprise/meta/include/functions_wizard_meta.php:930
+#: ../../enterprise/meta/include/functions_wizard_meta.php:939
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1131
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1140
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1347
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1356
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1428
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1437
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1544
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1553
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1569
+msgid "Inverse interval"
+msgstr "条件の反転"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:299
+#: ../../godmode/massive/massive_edit_modules.php:414
+#: ../../godmode/modules/manage_network_components_form_common.php:135
+#: ../../include/functions_alerts.php:565
+#: ../../include/functions_treeview.php:110
+#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:266
+#: ../../enterprise/godmode/modules/configure_local_component.php:254
+msgid "Critical status"
+msgstr "障害状態"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:318
+#: ../../godmode/massive/massive_edit_modules.php:543
+#: ../../godmode/modules/manage_network_components_form_common.php:148
+#: ../../enterprise/godmode/modules/configure_local_component.php:267
+msgid "FF threshold"
+msgstr "連続抑制回数"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:321
+#: ../../godmode/massive/massive_edit_modules.php:545
+#: ../../godmode/massive/massive_edit_modules.php:546
+#: ../../godmode/modules/manage_network_components_form_common.php:150
+#: ../../enterprise/godmode/modules/configure_local_component.php:269
+msgid "All state changing"
+msgstr "全状態変化"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:324
+#: ../../godmode/massive/massive_edit_modules.php:545
+#: ../../godmode/massive/massive_edit_modules.php:547
+#: ../../godmode/modules/manage_network_components_form_common.php:153
+#: ../../enterprise/godmode/modules/configure_local_component.php:272
+msgid "Each state changing"
+msgstr "個別状態変化"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:325
+#: ../../godmode/massive/massive_edit_modules.php:548
+#: ../../godmode/modules/manage_network_components_form_common.php:154
+#: ../../enterprise/godmode/modules/configure_local_component.php:273
+msgid "To normal"
+msgstr "正常移行時"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:328
+#: ../../godmode/massive/massive_edit_modules.php:549
+#: ../../godmode/modules/manage_network_components_form_common.php:156
+#: ../../enterprise/godmode/modules/configure_local_component.php:275
+msgid "To warning"
+msgstr "警告移行時"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:331
+#: ../../godmode/massive/massive_edit_modules.php:550
+#: ../../godmode/modules/manage_network_components_form_common.php:158
+#: ../../enterprise/godmode/modules/configure_local_component.php:277
+msgid "To critical"
+msgstr "障害移行時"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:334
+#: ../../godmode/massive/massive_edit_modules.php:557
+#: ../../godmode/modules/manage_network_components_form_common.php:161
+#: ../../include/functions_reporting.php:2341
+#: ../../enterprise/godmode/modules/configure_local_component.php:281
+msgid "Historical data"
+msgstr "データの保存"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:366
+#: ../../godmode/massive/massive_edit_modules.php:538
+#: ../../godmode/modules/manage_network_components_form_common.php:168
+#: ../../include/functions_netflow.php:1131
+#: ../../include/functions_netflow.php:1141
+#: ../../include/functions_netflow.php:1159
+#: ../../include/functions_netflow.php:1167
+#: ../../include/functions_netflow.php:1190
+#: ../../include/functions_netflow.php:1248
+#: ../../include/functions_netflow.php:1254
+#: ../../include/functions_netflow.php:1286
+#: ../../include/functions_reporting_html.php:2111
+#: ../../enterprise/godmode/modules/configure_local_component.php:296
+#: ../../enterprise/include/functions_reporting_pdf.php:2361
+#: ../../enterprise/meta/include/functions_wizard_meta.php:786
+#: ../../enterprise/meta/include/functions_wizard_meta.php:904
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1082
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1365
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1446
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1579
+msgid "Unit"
+msgstr "単位"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:385
+#: ../../godmode/agentes/module_manager_editor_common.php:388
+#: ../../enterprise/meta/monitoring/wizard/wizard.php:113
+#, php-format
+msgid "Agent interval x %s"
+msgstr "エージェント実行間隔 x %s"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:412
+#: ../../godmode/massive/massive_edit_modules.php:475
+#: ../../godmode/modules/manage_network_components_form_network.php:80
+#: ../../godmode/modules/manage_network_components_form_plugin.php:27
+#: ../../godmode/modules/manage_network_components_form_wmi.php:56
+#: ../../godmode/setup/snmp_wizard.php:42
+#: ../../enterprise/godmode/modules/configure_local_component.php:301
+msgid "Post process"
+msgstr "データ保存倍率"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:419
+#: ../../godmode/modules/manage_network_components_form_common.php:164
+#: ../../include/functions_reports.php:568
+#: ../../include/functions_graph.php:705
+#: ../../include/functions_graph.php:3932
+#: ../../include/functions_reporting.php:3673
+#: ../../enterprise/godmode/modules/configure_local_component.php:289
+#: ../../enterprise/include/functions_reporting_csv.php:723
+#: ../../enterprise/include/functions_reporting_csv.php:739
+#: ../../enterprise/include/functions_reporting_csv.php:746
+msgid "Min. Value"
+msgstr "最小値"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:422
+msgid "Any value below this number is discarted."
+msgstr "この値より小さい値は破棄されます。"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:423
+#: ../../godmode/modules/manage_network_components_form_common.php:166
+#: ../../include/functions_reports.php:566
+#: ../../include/functions_graph.php:703
+#: ../../include/functions_graph.php:3931
+#: ../../include/functions_reporting.php:3670
+#: ../../enterprise/godmode/modules/configure_local_component.php:294
+#: ../../enterprise/include/functions_reporting_csv.php:759
+#: ../../enterprise/include/functions_reporting_csv.php:775
+#: ../../enterprise/include/functions_reporting_csv.php:782
+msgid "Max. Value"
+msgstr "最大値"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:424
+msgid "Any value over this number is discarted."
+msgstr "この値より大きい値は破棄されます。"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:427
+#: ../../godmode/massive/massive_edit_modules.php:532
+msgid "Export target"
+msgstr "データのエクスポート"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:433
+msgid "Not needed"
+msgstr "不要です。"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:437
+msgid ""
+"In case you use an Export server you can link this module and export data to "
+"one these."
+msgstr "エクスポートサーバを利用している場合は、このモジュールをリンクしエクスポートできます。"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:451
+#: ../../godmode/massive/massive_edit_modules.php:581
+#: ../../godmode/modules/manage_network_components_form_common.php:171
+msgid "Discard unknown events"
+msgstr "不明イベントを削除"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:456
+#: ../../godmode/massive/massive_edit_modules.php:552
+msgid "FF interval"
+msgstr "連続抑制時の間隔"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:459
+#: ../../godmode/massive/massive_edit_modules.php:553
+msgid "Module execution flip flop time interval (in secs)."
+msgstr "連続抑制時のモジュールの実行間隔(秒単位)です。"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:462
+#: ../../godmode/massive/massive_edit_modules.php:554
+#: ../../enterprise/godmode/modules/configure_local_component.php:284
+msgid "FF timeout"
+msgstr "連続抑制タイムアウト"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:468
+#: ../../godmode/massive/massive_edit_modules.php:555
+#: ../../enterprise/godmode/modules/configure_local_component.php:286
+msgid ""
+"Timeout in secs from start of flip flop counting. If this value is exceeded, "
+"FF counter is reset. Set to 0 for no timeout."
+msgstr "連続抑制開始からのタイムアウト秒数です。この値を超えると連続抑制のカウンタがリセットされます。0に設定するとタイムアウトしません。"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:471
+#: ../../enterprise/godmode/modules/configure_local_component.php:287
+msgid "This value can be set only in the async modules."
+msgstr "この値は非同期モジュールでのみ設定可能です。"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:478
+#: ../../godmode/modules/manage_network_components_form_common.php:212
+#: ../../enterprise/godmode/modules/configure_local_component.php:387
+msgid "Tags available"
+msgstr "利用可能なタグ"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:540
+#: ../../godmode/modules/manage_network_components_form_common.php:219
+#: ../../enterprise/godmode/modules/configure_local_component.php:394
+msgid "Add tags to module"
+msgstr "モジュールへのタグ追加"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:541
+#: ../../godmode/modules/manage_network_components_form_common.php:220
+#: ../../enterprise/godmode/modules/configure_local_component.php:396
+msgid "Delete tags to module"
+msgstr "モジュールのタグ削除"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:543
+#: ../../godmode/modules/manage_network_components_form_common.php:222
+#: ../../enterprise/godmode/modules/configure_local_component.php:398
+msgid "Tags selected"
+msgstr "選択タグ"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:554
+msgid "Tags from policy"
+msgstr "ポリシーからのタグ"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:567
+msgid "The module still stores data but the alerts and events will be stop"
+msgstr "モジュールはデータの保存を行いますが、アラートとイベントは停止します"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:572
+#: ../../godmode/massive/massive_edit_modules.php:589
+#: ../../godmode/modules/manage_network_components_form_common.php:175
+#: ../../enterprise/godmode/modules/configure_local_component.php:344
+msgid "Critical instructions"
+msgstr "障害時手順"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:573
+#: ../../godmode/massive/massive_edit_modules.php:589
+#: ../../godmode/modules/manage_network_components_form_common.php:175
+#: ../../enterprise/godmode/modules/configure_local_component.php:345
+msgid "Instructions when the status is critical"
+msgstr "障害状態になった時の手順"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:578
+#: ../../godmode/massive/massive_edit_modules.php:593
+#: ../../godmode/modules/manage_network_components_form_common.php:179
+#: ../../enterprise/godmode/modules/configure_local_component.php:350
+msgid "Warning instructions"
+msgstr "警告時手順"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:579
+#: ../../godmode/massive/massive_edit_modules.php:593
+#: ../../godmode/modules/manage_network_components_form_common.php:179
+#: ../../enterprise/godmode/modules/configure_local_component.php:351
+msgid "Instructions when the status is warning"
+msgstr "警告状態になった時の手順"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:583
+#: ../../godmode/massive/massive_edit_modules.php:597
+#: ../../godmode/modules/manage_network_components_form_common.php:183
+#: ../../enterprise/godmode/modules/configure_local_component.php:356
+msgid "Unknown instructions"
+msgstr "不明状態時手順"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:583
+#: ../../godmode/massive/massive_edit_modules.php:597
+#: ../../godmode/modules/manage_network_components_form_common.php:183
+#: ../../enterprise/godmode/modules/configure_local_component.php:357
+msgid "Instructions when the status is unknown"
+msgstr "不明状態になった時の手順"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:590
+#: ../../godmode/agentes/module_manager_editor_common.php:600
+#: ../../godmode/agentes/module_manager_editor_common.php:611
+msgid "Cron from"
+msgstr "Cron 開始"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:591
+#: ../../godmode/agentes/module_manager_editor_common.php:601
+#: ../../godmode/agentes/module_manager_editor_common.php:612
+msgid ""
+"If cron is set the module interval is ignored and the module runs on the "
+"specified date and time"
+msgstr "cron が設定されている場合、モジュールの実行間隔は無視され、モジュールは指定された日時に実行されます。"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:595
+#: ../../godmode/agentes/module_manager_editor_common.php:605
+#: ../../godmode/agentes/module_manager_editor_common.php:616
+msgid "Cron to"
+msgstr "Cron 終了"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:621
+#: ../../godmode/massive/massive_edit_modules.php:606
+#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:68
+msgid "Timeout"
+msgstr "タイムアウト"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:622
+#: ../../godmode/massive/massive_edit_modules.php:610
+msgid "Seconds that agent will wait for the execution of the module."
+msgstr "エージェントがモジュールの実行完了を待つ秒数。"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:624
+#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:65
+msgid "Retries"
+msgstr "リトライ"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:625
+msgid "Number of retries that the module will attempt to run."
+msgstr "モジュールを再実行する回数。"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:629
+#: ../../godmode/massive/massive_edit_modules.php:565
+#: ../../godmode/modules/manage_network_components_form_common.php:190
+#: ../../enterprise/godmode/modules/configure_local_component.php:366
+msgid "Category"
+msgstr "操作"
+
+#: ../../godmode/agentes/module_manager_editor_common.php:657
+#: ../../godmode/alerts/configure_alert_template.php:602
+#: ../../godmode/massive/massive_edit_modules.php:513
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1312
+#: ../../godmode/reporting/visual_console_builder.wizard.php:237
+#: ../../godmode/setup/setup_visuals.php:677
+#: ../../godmode/snmpconsole/snmp_trap_generator.php:75
#: ../../include/functions_graph.php:5452
#: ../../include/functions_reporting_html.php:732
#: ../../include/functions_reporting_html.php:1482
#: ../../include/functions_reporting_html.php:2584
#: ../../include/functions_reporting_html.php:3097
-#: ../../godmode/snmpconsole/snmp_trap_generator.php:75
-#: ../../godmode/alerts/configure_alert_template.php:602
-#: ../../godmode/setup/setup_visuals.php:677
-#: ../../godmode/massive/massive_edit_modules.php:513
-#: ../../godmode/reporting/visual_console_builder.wizard.php:237
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1312
-#: ../../godmode/agentes/module_manager_editor_common.php:657
+#: ../../include/functions_snmp_browser.php:406
+#: ../../enterprise/godmode/reporting/reporting_builder.global.php:271
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1611
+#: ../../enterprise/include/functions_reporting_csv.php:523
+#: ../../enterprise/include/functions_reporting_csv.php:558
+#: ../../enterprise/include/functions_reporting_csv.php:594
+#: ../../enterprise/include/functions_reporting_csv.php:631
+#: ../../enterprise/include/functions_reporting_csv.php:699
+#: ../../enterprise/include/functions_reporting_csv.php:735
+#: ../../enterprise/include/functions_reporting_csv.php:771
+#: ../../enterprise/include/functions_reporting_csv.php:807
+#: ../../enterprise/include/functions_reporting_pdf.php:768
+#: ../../enterprise/include/functions_reporting_pdf.php:829
+#: ../../enterprise/include/functions_reporting_pdf.php:921
+#: ../../enterprise/operation/services/services.list.php:341
+#: ../../enterprise/operation/services/services.service.php:137
msgid "Value"
msgstr "値"
-#: ../../include/functions_snmp_browser.php:420
-msgid "Syntax"
-msgstr "書式"
+#: ../../godmode/agentes/module_manager_editor_common.php:701
+msgid "Add relationship"
+msgstr "関係の追加"
-#: ../../include/functions_snmp_browser.php:425
-msgid "Display hint"
-msgstr "ヒント表示"
+#: ../../godmode/agentes/module_manager_editor_common.php:719
+msgid "Changes"
+msgstr "変更"
-#: ../../include/functions_snmp_browser.php:430
-msgid "Max access"
-msgstr "最大アクセス"
+#: ../../godmode/agentes/module_manager_editor_common.php:719
+msgid "Activate this to prevent the relation from being updated or deleted"
+msgstr "更新や削除に対しても関係を維持するには、これを有効にしてください"
-#: ../../include/functions_snmp_browser.php:445
-msgid "OID Information"
-msgstr "OID 情報"
+#: ../../godmode/agentes/module_manager_editor_common.php:1248
+#: ../../godmode/modules/manage_network_components_form_common.php:379
+#: ../../enterprise/godmode/modules/configure_local_component.php:740
+msgid "Normal Status"
+msgstr "正常状態"
-#: ../../include/functions_snmp_browser.php:475
-#: ../../godmode/agentes/module_manager.php:784
-msgid "Create network component"
-msgstr "ネットワークコンポーネントの作成"
+#: ../../godmode/agentes/module_manager_editor_common.php:1249
+#: ../../godmode/modules/manage_network_components_form_common.php:380
+#: ../../enterprise/godmode/modules/configure_local_component.php:741
+msgid "Warning Status"
+msgstr "警告状態"
-#: ../../include/functions_snmp_browser.php:510
-msgid "Starting OID"
-msgstr "開始 OID"
+#: ../../godmode/agentes/module_manager_editor_common.php:1250
+#: ../../godmode/modules/manage_network_components_form_common.php:381
+#: ../../enterprise/godmode/modules/configure_local_component.php:742
+msgid "Critical Status"
+msgstr "障害状態"
-#: ../../include/functions_snmp_browser.php:521
-msgid "Browse"
-msgstr "参照"
+#: ../../godmode/agentes/module_manager_editor_common.php:1471
+#: ../../godmode/modules/manage_network_components_form_common.php:602
+#: ../../enterprise/godmode/modules/configure_local_component.php:963
+msgid "Please introduce a maximum warning higher than the minimun warning"
+msgstr "警告の最大値は、警告の最小値よりも大きくしてください"
-#: ../../include/functions_snmp_browser.php:530
-#: ../../godmode/massive/massive_edit_modules.php:497
-#: ../../godmode/modules/manage_network_components_form_network.php:57
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:369
-#: ../../godmode/agentes/module_manager_editor_network.php:216
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:731
-msgid "Auth user"
-msgstr "認証ユーザ"
+#: ../../godmode/agentes/module_manager_editor_common.php:1472
+#: ../../godmode/modules/manage_network_components_form_common.php:603
+#: ../../enterprise/godmode/modules/configure_local_component.php:964
+msgid "Please introduce a maximum critical higher than the minimun critical"
+msgstr "障害の最大値は、障害の最小値よりも大きくしてください"
-#: ../../include/functions_snmp_browser.php:532
-#: ../../godmode/massive/massive_edit_modules.php:500
-#: ../../godmode/modules/manage_network_components_form_network.php:59
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:371
-#: ../../godmode/agentes/module_manager_editor_network.php:219
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:733
-msgid "Auth password"
-msgstr "認証パスワード"
+#: ../../godmode/agentes/module_manager_editor_data.php:17
+#: ../../operation/agentes/status_monitor.php:380
+msgid "Data server module"
+msgstr "データサーバモジュール"
-#: ../../include/functions_snmp_browser.php:536
-#: ../../godmode/massive/massive_edit_modules.php:503
-#: ../../godmode/modules/manage_network_components_form_network.php:65
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:375
-#: ../../godmode/agentes/module_manager_editor_network.php:227
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:737
-msgid "Privacy method"
-msgstr "暗号化方式"
-
-#: ../../include/functions_snmp_browser.php:537
-#: ../../godmode/massive/massive_edit_modules.php:504
-#: ../../godmode/modules/manage_network_components_form_network.php:66
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:376
-#: ../../godmode/agentes/module_manager_editor_network.php:228
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:738
-msgid "DES"
-msgstr "DES"
-
-#: ../../include/functions_snmp_browser.php:537
-#: ../../godmode/massive/massive_edit_modules.php:504
-#: ../../godmode/modules/manage_network_components_form_network.php:66
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:376
-#: ../../godmode/agentes/module_manager_editor_network.php:228
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:738
-msgid "AES"
-msgstr "AES"
-
-#: ../../include/functions_snmp_browser.php:538
-#: ../../godmode/massive/massive_edit_modules.php:505
-#: ../../godmode/modules/manage_network_components_form_network.php:67
-#: ../../godmode/agentes/module_manager_editor_network.php:229
-msgid "Privacy pass"
-msgstr "暗号化パスワード"
-
-#: ../../include/functions_snmp_browser.php:541
-#: ../../godmode/massive/massive_edit_modules.php:507
-#: ../../godmode/modules/manage_network_components_form_network.php:72
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:380
-#: ../../godmode/agentes/module_manager_editor_network.php:237
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:742
-msgid "Auth method"
-msgstr "認証方式"
-
-#: ../../include/functions_snmp_browser.php:542
-#: ../../godmode/massive/massive_edit_modules.php:508
-#: ../../godmode/modules/manage_network_components_form_network.php:73
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:381
-#: ../../godmode/agentes/module_manager_editor_network.php:238
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:743
-msgid "MD5"
-msgstr "MD5"
-
-#: ../../include/functions_snmp_browser.php:542
-#: ../../godmode/massive/massive_edit_modules.php:508
-#: ../../godmode/modules/manage_network_components_form_network.php:73
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:381
-#: ../../godmode/agentes/module_manager_editor_network.php:238
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:743
-msgid "SHA"
-msgstr "SHA"
-
-#: ../../include/functions_snmp_browser.php:543
-#: ../../godmode/massive/massive_edit_modules.php:509
-#: ../../godmode/modules/manage_network_components_form_network.php:74
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:382
-#: ../../godmode/agentes/module_manager_editor_network.php:239
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:744
-msgid "Security level"
-msgstr "セキュリティレベル"
-
-#: ../../include/functions_snmp_browser.php:544
-#: ../../godmode/massive/massive_edit_modules.php:510
-#: ../../godmode/modules/manage_network_components_form_network.php:75
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:383
-#: ../../godmode/agentes/module_manager_editor_network.php:240
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:745
-msgid "Not auth and not privacy method"
-msgstr "認証なし、暗号化なし"
-
-#: ../../include/functions_snmp_browser.php:545
-#: ../../godmode/massive/massive_edit_modules.php:511
-#: ../../godmode/modules/manage_network_components_form_network.php:76
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:384
-#: ../../godmode/agentes/module_manager_editor_network.php:241
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:746
-msgid "Auth and not privacy method"
-msgstr "認証あり、暗号化なし"
-
-#: ../../include/functions_snmp_browser.php:545
-#: ../../godmode/massive/massive_edit_modules.php:511
-#: ../../godmode/modules/manage_network_components_form_network.php:76
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:384
-#: ../../godmode/agentes/module_manager_editor_network.php:241
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:746
-msgid "Auth and privacy method"
-msgstr "認証あり、暗号化あり"
-
-#: ../../include/functions_snmp_browser.php:558
-msgid "First match"
-msgstr "最初のマッチ"
-
-#: ../../include/functions_snmp_browser.php:560
-msgid "Previous match"
-msgstr "前のマッチ"
-
-#: ../../include/functions_snmp_browser.php:562
-msgid "Next match"
-msgstr "次のマッチ"
-
-#: ../../include/functions_snmp_browser.php:564
-msgid "Last match"
-msgstr "最後のマッチ"
-
-#: ../../include/functions_snmp_browser.php:569
-msgid "Expand the tree (can be slow)"
-msgstr "ツリーを展開する (遅くなります)"
-
-#: ../../include/functions_snmp_browser.php:571
-msgid "Collapse the tree"
-msgstr "ツリーを閉じる"
-
-#: ../../include/functions_snmp_browser.php:590
-msgid "SNMP v3 options"
-msgstr "SNMP v3 オプション"
-
-#: ../../include/functions_snmp_browser.php:593
-msgid "Search options"
-msgstr "検索オプション"
-
-#: ../../include/functions_snmp_browser.php:603
#: ../../godmode/agentes/module_manager_editor_network.php:27
+#: ../../include/functions_snmp_browser.php:603
msgid "Search matches"
msgstr "検索マッチ"
-#: ../../include/help/clippy/homepage.php:59
-msgid "Hi, can I help you?"
-msgstr "こんにちは、お手伝いしましょうか?"
+#: ../../godmode/agentes/module_manager_editor_network.php:64
+#: ../../operation/agentes/status_monitor.php:382
+msgid "Network server module"
+msgstr "ネットワークサーバモジュール"
-#: ../../include/help/clippy/homepage.php:60
+#: ../../godmode/agentes/module_manager_editor_network.php:85
+#: ../../godmode/massive/massive_edit_modules.php:484
+#: ../../include/ajax/events.php:481
+#: ../../enterprise/godmode/services/services.service.php:258
+#: ../../enterprise/meta/include/functions_wizard_meta.php:390
+#: ../../enterprise/operation/services/services.list.php:190
+#: ../../enterprise/operation/services/services.table_services.php:159
+msgid "Auto"
+msgstr "自動"
+
+#: ../../godmode/agentes/module_manager_editor_network.php:86
+#: ../../godmode/massive/massive_edit_modules.php:485
+#: ../../enterprise/meta/include/functions_wizard_meta.php:391
+msgid "Force primary key"
+msgstr "プライマリを利用"
+
+#: ../../godmode/agentes/module_manager_editor_network.php:87
+#: ../../godmode/massive/massive_edit_modules.php:486
+#: ../../include/functions_html.php:646 ../../include/functions_html.php:647
+#: ../../include/functions_html.php:770 ../../include/functions_html.php:771
+#: ../../enterprise/extensions/cron/functions.php:227
+#: ../../enterprise/godmode/setup/setup_acl.php:84
+#: ../../enterprise/godmode/setup/setup_acl.php:328
+#: ../../enterprise/meta/include/functions_wizard_meta.php:392
+msgid "Custom"
+msgstr "カスタム"
+
+#: ../../godmode/agentes/module_manager_editor_network.php:152
+msgid "SNMP OID"
+msgstr "SNMP OID"
+
+#: ../../godmode/agentes/module_manager_editor_network.php:171
+#: ../../godmode/modules/manage_network_components_form_network.php:90
+msgid "TCP send"
+msgstr "TCP 送信文字列"
+
+#: ../../godmode/agentes/module_manager_editor_network.php:177
+#: ../../godmode/modules/manage_network_components_form_network.php:97
+msgid "TCP receive"
+msgstr "TCP 受信文字列"
+
+#: ../../godmode/agentes/module_manager_editor_network.php:219
+#: ../../godmode/agentes/module_manager_editor_network.php:229
+#: ../../godmode/massive/massive_edit_modules.php:501
+#: ../../godmode/massive/massive_edit_modules.php:505
+msgid "The pass length must be eight character minimum."
+msgstr "パスワード長は、最低8文字以上必要です。"
+
+#: ../../godmode/agentes/module_manager_editor_network.php:229
+#: ../../godmode/massive/massive_edit_modules.php:505
+#: ../../godmode/modules/manage_network_components_form_network.php:67
+#: ../../include/functions_snmp_browser.php:538
+msgid "Privacy pass"
+msgstr "暗号化パスワード"
+
+#: ../../godmode/agentes/module_manager_editor_plugin.php:47
+#: ../../operation/agentes/status_monitor.php:384
+msgid "Plugin server module"
+msgstr "プラグインサーバモジュール"
+
+#: ../../godmode/agentes/module_manager_editor_prediction.php:88
+#: ../../operation/agentes/status_monitor.php:388
+msgid "Prediction server module"
+msgstr "予測サーバモジュール"
+
+#: ../../godmode/agentes/module_manager_editor_prediction.php:91
+msgid "Source module"
+msgstr "対象モジュール"
+
+#: ../../godmode/agentes/module_manager_editor_prediction.php:119
+#: ../../godmode/agentes/module_manager_editor_prediction.php:144
+msgid "Select Module"
+msgstr "モジュールの選択"
+
+#: ../../godmode/agentes/module_manager_editor_prediction.php:150
+#: ../../godmode/reporting/graph_builder.main.php:147
+#: ../../godmode/reporting/reporting_builder.item_editor.php:748
+#: ../../godmode/reporting/visual_console_builder.elements.php:80
+#: ../../godmode/reporting/visual_console_builder.wizard.php:185
+#: ../../include/functions_visual_map_editor.php:438
+#: ../../enterprise/dashboard/widgets/custom_graph.php:36
+#: ../../enterprise/dashboard/widgets/graph_module_histogram.php:70
+#: ../../enterprise/dashboard/widgets/single_graph.php:72
+#: ../../enterprise/dashboard/widgets/sla_percent.php:67
+#: ../../enterprise/dashboard/widgets/top_n.php:59
+#: ../../enterprise/godmode/reporting/graph_template_editor.php:198
+#: ../../enterprise/godmode/reporting/reporting_builder.global.php:97
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1273
+#: ../../enterprise/include/functions_reporting_csv.php:257
+#: ../../enterprise/include/functions_reporting_csv.php:260
+#: ../../enterprise/include/functions_reporting_csv.php:376
+#: ../../enterprise/include/functions_reporting_csv.php:403
+#: ../../enterprise/include/functions_reporting_csv.php:429
+#: ../../enterprise/include/functions_reporting_csv.php:495
+#: ../../enterprise/include/functions_reporting_csv.php:523
+#: ../../enterprise/include/functions_reporting_csv.php:558
+#: ../../enterprise/include/functions_reporting_csv.php:594
+#: ../../enterprise/include/functions_reporting_csv.php:631
+#: ../../enterprise/include/functions_reporting_csv.php:699
+#: ../../enterprise/include/functions_reporting_csv.php:735
+#: ../../enterprise/include/functions_reporting_csv.php:771
+#: ../../enterprise/include/functions_reporting_csv.php:807
+#: ../../enterprise/include/functions_reporting_csv.php:843
+#: ../../enterprise/include/functions_reporting_csv.php:920
+msgid "Period"
+msgstr "更新間隔"
+
+#: ../../godmode/agentes/module_manager_editor_prediction.php:152
+#: ../../godmode/agentes/planned_downtime.editor.php:533
+#: ../../enterprise/extensions/cron/functions.php:195
+#: ../../enterprise/extensions/vmware/functions.php:26
+msgid "Weekly"
+msgstr "週次"
+
+#: ../../godmode/agentes/module_manager_editor_prediction.php:153
+#: ../../godmode/agentes/planned_downtime.editor.php:534
+#: ../../enterprise/extensions/cron/functions.php:196
+#: ../../enterprise/extensions/vmware/functions.php:27
+msgid "Monthly"
+msgstr "月次"
+
+#: ../../godmode/agentes/module_manager_editor_prediction.php:154
+#: ../../enterprise/extensions/cron/functions.php:194
+#: ../../enterprise/extensions/vmware/functions.php:25
+msgid "Daily"
+msgstr "日次"
+
+#: ../../godmode/agentes/module_manager_editor_wmi.php:32
+#: ../../operation/agentes/status_monitor.php:386
+msgid "WMI server module"
+msgstr "WMI サーバモジュール"
+
+#: ../../godmode/agentes/module_manager_editor_wmi.php:64
+#: ../../godmode/modules/manage_network_components_form_wmi.php:32
+msgid "WMI query"
+msgstr "WMI クエリ"
+
+#: ../../godmode/agentes/module_manager_editor_wmi.php:73
+#: ../../godmode/modules/manage_network_components_form_wmi.php:34
+msgid "Key string"
+msgstr "Key 文字列"
+
+#: ../../godmode/agentes/module_manager_editor_wmi.php:77
+#: ../../godmode/modules/manage_network_components_form_wmi.php:40
+msgid "Field number"
+msgstr "フィールド番号"
+
+#: ../../godmode/agentes/planned_downtime.editor.php:38
+#: ../../godmode/alerts/alert_list.php:326
+#: ../../godmode/category/category.php:58 ../../include/functions_html.php:659
+#: ../../include/functions_html.php:660 ../../include/functions_html.php:785
+#: ../../include/functions_html.php:786 ../../operation/events/events.php:405
+#: ../../operation/snmpconsole/snmp_statistics.php:55
+#: ../../operation/snmpconsole/snmp_view.php:73
+msgid "List"
+msgstr "一覧"
+
+#: ../../godmode/agentes/planned_downtime.editor.php:115
+#: ../../godmode/agentes/planned_downtime.editor.php:187
+#: ../../godmode/agentes/planned_downtime.editor.php:942
+msgid "This elements cannot be modified while the downtime is being executed"
+msgstr "計画停止実行中は、この要素は変更できません。"
+
+#: ../../godmode/agentes/planned_downtime.editor.php:212
+#: ../../include/functions_planned_downtimes.php:42
+#: ../../include/functions_planned_downtimes.php:678
msgid ""
-"Let me introduce my self: I am Pandorin, the annoying assistant of Pandora "
-"FMS. You can follow my steps to do basic tasks in Pandora FMS or you can "
-"close me and never see me again."
-msgstr ""
-"自己紹介をさせてください。私は Pandora FMS のおせっかいなアシスタント Pandorin です。Pandora FMS "
-"の基本的な操作をお教えします。私を閉じて再表示しないようにもできます。"
+"Not created. Error inserting data. Start time must be higher than the "
+"current time"
+msgstr "作成できませんでした。データ挿入エラーです。開始時刻は現在時刻よりも後でなければいけません。"
-#: ../../include/help/clippy/homepage.php:67
-msgid "Close this wizard and don't open it again."
-msgstr "このウィザードを閉じて、再度開かないでください。"
+#: ../../godmode/agentes/planned_downtime.editor.php:215
+#: ../../godmode/agentes/planned_downtime.editor.php:218
+#: ../../godmode/agentes/planned_downtime.editor.php:223
+#: ../../godmode/agentes/planned_downtime.editor.php:226
+#: ../../include/functions_planned_downtimes.php:45
+#: ../../include/functions_planned_downtimes.php:50
+#: ../../include/functions_planned_downtimes.php:53
+#: ../../include/functions_planned_downtimes.php:682
+#: ../../include/functions_planned_downtimes.php:687
+#: ../../include/functions_planned_downtimes.php:695
+#: ../../include/functions_planned_downtimes.php:702
+msgid "Not created. Error inserting data"
+msgstr "設定できませんでした。入力データエラーです。"
-#: ../../include/help/clippy/homepage.php:81
-msgid "Which task would you like to do first?"
-msgstr "どのタスクを最初に実行したいですか。"
+#: ../../godmode/agentes/planned_downtime.editor.php:215
+#: ../../include/functions_planned_downtimes.php:45
+#: ../../include/functions_planned_downtimes.php:683
+msgid "The end date must be higher than the start date"
+msgstr "終了日は開始日より後でなければいけません"
-#: ../../include/help/clippy/homepage.php:85
-msgid "Ping to a Linux or Windows server with a Pandora FMS agent"
-msgstr "Pandora FMS エージェントで Linux または Windows サーバに ping を実行します"
+#: ../../godmode/agentes/planned_downtime.editor.php:218
+#: ../../include/functions_planned_downtimes.php:688
+msgid "The end date must be higher than the current time"
+msgstr "終了日時は開始日時より後でなければいけません"
-#: ../../include/help/clippy/homepage.php:90
-msgid "Create a alert by email in a critical module."
-msgstr "障害モジュールで email によるアラートを作成します。"
+#: ../../godmode/agentes/planned_downtime.editor.php:223
+#: ../../godmode/agentes/planned_downtime.editor.php:592
+#: ../../godmode/agentes/planned_downtime.editor.php:600
+#: ../../include/functions_planned_downtimes.php:50
+#: ../../include/functions_planned_downtimes.php:696
+msgid "The end time must be higher than the start time"
+msgstr "終了時刻は開始時刻より後でなければいけません"
-#: ../../include/help/clippy/homepage.php:209
+#: ../../godmode/agentes/planned_downtime.editor.php:226
+#: ../../godmode/agentes/planned_downtime.editor.php:581
+#: ../../include/functions_planned_downtimes.php:53
+#: ../../include/functions_planned_downtimes.php:703
+msgid "The end day must be higher than the start day"
+msgstr "終了日は開始日より後でなければいけません"
+
+#: ../../godmode/agentes/planned_downtime.editor.php:275
+#: ../../include/functions_planned_downtimes.php:94
+#: ../../include/functions_planned_downtimes.php:717
+msgid "Each planned downtime must have a different name"
+msgstr "それぞれの計画停止は異なる名前でなければいけません"
+
+#: ../../godmode/agentes/planned_downtime.editor.php:280
+#: ../../godmode/agentes/planned_downtime.editor.php:307
+#: ../../include/functions_planned_downtimes.php:100
+#: ../../include/functions_planned_downtimes.php:722
+msgid "Planned downtime must have a name"
+msgstr "計画停止には名前が必要です"
+
+#: ../../godmode/agentes/planned_downtime.editor.php:318
+msgid "Cannot be modified while the downtime is being executed"
+msgstr "計画停止実行中は編集できません"
+
+#: ../../godmode/agentes/planned_downtime.editor.php:359
+#: ../../godmode/alerts/alert_actions.php:263
+#: ../../godmode/alerts/alert_list.php:196
+#: ../../godmode/alerts/alert_special_days.php:207
+#: ../../godmode/alerts/alert_templates.php:152
+#: ../../godmode/alerts/configure_alert_command.php:94
+#: ../../godmode/alerts/configure_alert_template.php:445
+#: ../../godmode/massive/massive_edit_modules.php:153
+#: ../../godmode/modules/manage_network_components.php:346
+#: ../../godmode/setup/gis.php:41
+#: ../../include/functions_planned_downtimes.php:122
+#: ../../operation/agentes/pandora_networkmap.php:247
+#: ../../operation/incidents/incident.php:111
+#: ../../operation/snmpconsole/snmp_view.php:117
+#: ../../enterprise/extensions/ipam/ipam_action.php:128
+#: ../../enterprise/extensions/ipam/ipam_massive.php:42
+#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:99
+#: ../../enterprise/godmode/alerts/alert_events.php:375
+#: ../../enterprise/godmode/alerts/alert_events_list.php:95
+#: ../../enterprise/godmode/alerts/alert_events_rules.php:159
+#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:106
+#: ../../enterprise/godmode/modules/local_components.php:309
+#: ../../enterprise/godmode/policies/policies.php:159
+#: ../../enterprise/godmode/policies/policy_modules.php:1039
+#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:67
+#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:52
+#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:130
+#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:120
+#: ../../enterprise/operation/agentes/transactional_map.php:112
+msgid "Could not be updated"
+msgstr "更新に失敗しました。"
+
+#: ../../godmode/agentes/planned_downtime.editor.php:485
+msgid "Quiet: Modules will not generate events or fire alerts."
+msgstr "静観: モジュールはイベント生成やアラートの発報を行いません"
+
+#: ../../godmode/agentes/planned_downtime.editor.php:486
+msgid "Disable Agents: Disables the selected agents."
+msgstr "エージェント無効化: 選択したエージェントを無効化します。"
+
+#: ../../godmode/agentes/planned_downtime.editor.php:487
+msgid "Disable Alerts: Disable alerts for the selected agents."
+msgstr "アラートのみ無効化: 選択したエージェントのアラートを無効化します。"
+
+#: ../../godmode/agentes/planned_downtime.editor.php:489
+#: ../../godmode/agentes/planned_downtime.list.php:428
+msgid "Disabled Agents"
+msgstr "エージェント無効化"
+
+#: ../../godmode/agentes/planned_downtime.editor.php:490
+#: ../../godmode/agentes/planned_downtime.list.php:429
+msgid "Disabled only Alerts"
+msgstr "アラートのみ無効化"
+
+#: ../../godmode/agentes/planned_downtime.editor.php:493
+#: ../../godmode/agentes/planned_downtime.list.php:395
+#: ../../include/functions_reporting_html.php:3811
+#: ../../enterprise/include/functions_reporting.php:4554
+#: ../../enterprise/include/functions_reporting_pdf.php:2415
+msgid "Execution"
+msgstr "実行"
+
+#: ../../godmode/agentes/planned_downtime.editor.php:494
+#: ../../godmode/agentes/planned_downtime.list.php:153
+msgid "Once"
+msgstr "一回のみ"
+
+#: ../../godmode/agentes/planned_downtime.editor.php:495
+#: ../../godmode/agentes/planned_downtime.list.php:153
+#: ../../godmode/agentes/planned_downtime.list.php:434
+msgid "Periodically"
+msgstr "定期的"
+
+#: ../../godmode/agentes/planned_downtime.editor.php:500
+msgid "Configure the time"
+msgstr "時間設定"
+
+#: ../../godmode/agentes/planned_downtime.editor.php:506
+#: ../../include/functions_reporting_html.php:63
+#: ../../include/functions_reporting_html.php:3384
+msgid "From:"
+msgstr "開始日時:"
+
+#: ../../godmode/agentes/planned_downtime.editor.php:510
+#: ../../godmode/agentes/planned_downtime.editor.php:521
+#: ../../operation/netflow/nf_live_view.php:240
+#: ../../enterprise/extensions/cron/main.php:331
+#: ../../enterprise/operation/log/log_viewer.php:218
+#: ../../enterprise/operation/log/log_viewer.php:226
+msgid "Date format in Pandora is year/month/day"
+msgstr "Pandora での日付フォーマットは、年/月/日 です"
+
+#: ../../godmode/agentes/planned_downtime.editor.php:512
+#: ../../godmode/agentes/planned_downtime.editor.php:523
+#: ../../godmode/agentes/planned_downtime.editor.php:591
+#: ../../godmode/agentes/planned_downtime.editor.php:599
+#: ../../godmode/alerts/configure_alert_template.php:540
+#: ../../godmode/alerts/configure_alert_template.php:544
+#: ../../godmode/reporting/reporting_builder.item_editor.php:848
+#: ../../godmode/reporting/reporting_builder.item_editor.php:857
+#: ../../operation/netflow/nf_live_view.php:242
+#: ../../enterprise/extensions/cron/main.php:333
+#: ../../enterprise/operation/log/log_viewer.php:220
+#: ../../enterprise/operation/log/log_viewer.php:228
+msgid "Time format in Pandora is hours(24h):minutes:seconds"
+msgstr "Pandora での時間フォーマットは、時(24時間表記):分:秒 です"
+
+#: ../../godmode/agentes/planned_downtime.editor.php:517
+#: ../../include/functions_reporting_html.php:64
+#: ../../include/functions_reporting_html.php:3385
+msgid "To:"
+msgstr "終了日時:"
+
+#: ../../godmode/agentes/planned_downtime.editor.php:531
+msgid "Type Periodicity:"
+msgstr "定期実行タイプ:"
+
+#: ../../godmode/agentes/planned_downtime.editor.php:544
+#: ../../godmode/alerts/alert_special_days.php:327
+#: ../../godmode/alerts/alert_view.php:208
+#: ../../godmode/alerts/configure_alert_template.php:521
+#: ../../include/functions.php:913 ../../include/functions_reporting.php:9974
+#: ../../enterprise/godmode/alerts/alert_events.php:431
+#: ../../enterprise/include/functions_reporting.php:4590
+msgid "Mon"
+msgstr "月"
+
+#: ../../godmode/agentes/planned_downtime.editor.php:547
+#: ../../godmode/alerts/alert_special_days.php:328
+#: ../../godmode/alerts/alert_view.php:209
+#: ../../godmode/alerts/configure_alert_template.php:523
+#: ../../include/functions.php:915 ../../include/functions_reporting.php:9978
+#: ../../enterprise/godmode/alerts/alert_events.php:433
+#: ../../enterprise/include/functions_reporting.php:4594
+msgid "Tue"
+msgstr "火"
+
+#: ../../godmode/agentes/planned_downtime.editor.php:550
+#: ../../godmode/alerts/alert_special_days.php:329
+#: ../../godmode/alerts/alert_view.php:210
+#: ../../godmode/alerts/configure_alert_template.php:525
+#: ../../include/functions.php:917 ../../include/functions_reporting.php:9982
+#: ../../enterprise/godmode/alerts/alert_events.php:435
+#: ../../enterprise/include/functions_reporting.php:4598
+msgid "Wed"
+msgstr "水"
+
+#: ../../godmode/agentes/planned_downtime.editor.php:553
+#: ../../godmode/alerts/alert_special_days.php:330
+#: ../../godmode/alerts/alert_view.php:211
+#: ../../godmode/alerts/configure_alert_template.php:527
+#: ../../include/functions.php:919 ../../include/functions_reporting.php:9986
+#: ../../enterprise/godmode/alerts/alert_events.php:437
+#: ../../enterprise/include/functions_reporting.php:4602
+msgid "Thu"
+msgstr "木"
+
+#: ../../godmode/agentes/planned_downtime.editor.php:556
+#: ../../godmode/alerts/alert_special_days.php:331
+#: ../../godmode/alerts/alert_view.php:212
+#: ../../godmode/alerts/configure_alert_template.php:529
+#: ../../include/functions.php:921 ../../include/functions_reporting.php:9990
+#: ../../enterprise/godmode/alerts/alert_events.php:439
+#: ../../enterprise/include/functions_reporting.php:4606
+msgid "Fri"
+msgstr "金"
+
+#: ../../godmode/agentes/planned_downtime.editor.php:559
+#: ../../godmode/alerts/alert_special_days.php:332
+#: ../../godmode/alerts/alert_view.php:213
+#: ../../godmode/alerts/configure_alert_template.php:531
+#: ../../include/functions.php:923 ../../include/functions_reporting.php:9994
+#: ../../enterprise/godmode/alerts/alert_events.php:441
+#: ../../enterprise/include/functions_reporting.php:4610
+msgid "Sat"
+msgstr "土"
+
+#: ../../godmode/agentes/planned_downtime.editor.php:562
+#: ../../godmode/alerts/alert_special_days.php:326
+#: ../../godmode/alerts/alert_view.php:214
+#: ../../godmode/alerts/configure_alert_template.php:533
+#: ../../include/functions.php:925 ../../include/functions_reporting.php:9998
+#: ../../enterprise/godmode/alerts/alert_events.php:443
+#: ../../enterprise/include/functions_reporting.php:4614
+msgid "Sun"
+msgstr "日"
+
+#: ../../godmode/agentes/planned_downtime.editor.php:569
+msgid "From day:"
+msgstr "開始日:"
+
+#: ../../godmode/agentes/planned_downtime.editor.php:575
+msgid "To day:"
+msgstr "終了日:"
+
+#: ../../godmode/agentes/planned_downtime.editor.php:586
+msgid "From hour:"
+msgstr "開始時間:"
+
+#: ../../godmode/agentes/planned_downtime.editor.php:594
+msgid "To hour:"
+msgstr "終了時間:"
+
+#: ../../godmode/agentes/planned_downtime.editor.php:637
+msgid "Available agents"
+msgstr "エージェント"
+
+#: ../../godmode/agentes/planned_downtime.editor.php:714
+msgid "Available modules:"
+msgstr "存在するモジュール:"
+
+#: ../../godmode/agentes/planned_downtime.editor.php:715
+msgid "Only for type Quiet for downtimes."
+msgstr "静観タイプの場合のみ"
+
+#: ../../godmode/agentes/planned_downtime.editor.php:729
+msgid "Agents planned for this downtime"
+msgstr "この計画停止が予定される対象エージェント"
+
+#: ../../godmode/agentes/planned_downtime.editor.php:744
+msgid "There are no agents"
+msgstr "エージェントがありません"
+
+#: ../../godmode/agentes/planned_downtime.editor.php:756
+#: ../../godmode/users/user_list.php:272 ../../include/ajax/module.php:751
+#: ../../include/functions_events.php:2038
+#: ../../include/functions_treeview.php:602
+#: ../../mobile/operation/agent.php:161 ../../mobile/operation/agents.php:85
+#: ../../mobile/operation/agents.php:337 ../../mobile/operation/agents.php:339
+#: ../../mobile/operation/agents.php:341 ../../mobile/operation/agents.php:342
+#: ../../operation/agentes/estado_agente.php:531
+#: ../../operation/agentes/estado_generalagente.php:205
+#: ../../operation/agentes/ver_agente.php:696
+#: ../../operation/gis_maps/ajax.php:219 ../../operation/gis_maps/ajax.php:321
+#: ../../operation/search_agents.php:66 ../../operation/search_users.php:47
+#: ../../enterprise/meta/agentsearch.php:99
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1149
+#: ../../enterprise/operation/agentes/policy_view.php:309
+#: ../../enterprise/operation/agentes/ver_agente.php:75
+msgid "Last contact"
+msgstr "最近の接続"
+
+#: ../../godmode/agentes/planned_downtime.editor.php:780
+msgid "All alerts"
+msgstr "全アラート"
+
+#: ../../godmode/agentes/planned_downtime.editor.php:783
+msgid "Entire agent"
+msgstr "全エージェント"
+
+#: ../../godmode/agentes/planned_downtime.editor.php:787
+#: ../../godmode/agentes/planned_downtime.editor.php:892
+msgid "All modules"
+msgstr "全モジュール"
+
+#: ../../godmode/agentes/planned_downtime.editor.php:790
+#: ../../godmode/agentes/planned_downtime.editor.php:884
+#: ../../godmode/agentes/planned_downtime.editor.php:888
+msgid "Some modules"
+msgstr "いくつかのモジュール"
+
+#: ../../godmode/agentes/planned_downtime.editor.php:856
+msgid "Add Module:"
+msgstr "モジュール追加:"
+
+#: ../../godmode/agentes/planned_downtime.editor.php:1072
+msgid "Please select a module."
+msgstr "モジュールを選択してください。"
+
+#: ../../godmode/agentes/planned_downtime.editor.php:1204
msgid ""
-"The first thing you have to do is to setup the config email in the Pandora "
-"FMS Server."
-msgstr "最初にやるべきことは、Pandora FMS サーバでの email の設定です。"
+"WARNING: If you edit this planned downtime, the data of future SLA reports "
+"may be altered"
+msgstr "警告: この計画停止を編集すると、今後の SLA レポートのデータが変わります"
-#: ../../include/help/clippy/homepage.php:213
-msgid "If you have it already configured you can go to the next step."
-msgstr "すでに設定済であれば、次のステップへ行きます。"
+#: ../../godmode/agentes/planned_downtime.export_csv.php:199
+#: ../../godmode/agentes/planned_downtime.list.php:358
+msgid "No planned downtime"
+msgstr "計画停止はありません。"
-#: ../../include/help/clippy/homepage.php:218
-msgid "Now, pull down the Manage alerts menu and click on Actions. "
-msgstr "ここで、アラート管理メニューからアクションをクリックします。 "
+#: ../../godmode/agentes/planned_downtime.list.php:46
+msgid "An error occurred while migrating the malformed planned downtimes"
+msgstr "不正な計画停止の移動でエラーが発生しました。"
-#: ../../include/help/clippy/modules_not_learning_mode.php:40
+#: ../../godmode/agentes/planned_downtime.list.php:47
+msgid "Please run the migration again or contact with the administrator"
+msgstr "移動を再実行するか管理者に連絡してください。"
+
+#: ../../godmode/agentes/planned_downtime.list.php:79
+msgid "An error occurred stopping the planned downtime"
+msgstr "計画停止の中止でエラーが発生しました"
+
+#: ../../godmode/agentes/planned_downtime.list.php:101
+msgid "This planned downtime is running"
+msgstr "この計画停止は実行中です"
+
+#: ../../godmode/agentes/planned_downtime.list.php:108
+#: ../../godmode/events/event_filter.php:57
+#: ../../godmode/events/event_filter.php:78
+#: ../../godmode/modules/manage_nc_groups.php:123
+#: ../../godmode/netflow/nf_edit.php:77 ../../godmode/netflow/nf_edit.php:101
+#: ../../godmode/netflow/nf_item_list.php:106
+#: ../../godmode/netflow/nf_item_list.php:127
+#: ../../godmode/reporting/graphs.php:88 ../../godmode/reporting/graphs.php:98
+#: ../../godmode/reporting/graphs.php:137
+#: ../../godmode/reporting/map_builder.php:94
+#: ../../operation/reporting/graph_viewer.php:36
+#: ../../operation/reporting/graph_viewer.php:43
+#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:99
+#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:120
+#: ../../enterprise/godmode/reporting/graph_template_list.php:87
+#: ../../enterprise/godmode/reporting/graph_template_list.php:107
+msgid "Not deleted. Error deleting data"
+msgstr "データの削除に失敗しました。"
+
+#: ../../godmode/agentes/planned_downtime.list.php:143
+#: ../../godmode/alerts/alert_list.list.php:532
+#: ../../godmode/alerts/alert_list.list.php:536
+#: ../../godmode/alerts/alert_templates.php:94
+#: ../../operation/agentes/gis_view.php:181
+#: ../../operation/reporting/reporting_viewer.php:194
+#: ../../enterprise/godmode/alerts/alert_events_list.php:559
+#: ../../enterprise/godmode/policies/policy_alerts.php:336
+#: ../../enterprise/godmode/policies/policy_external_alerts.php:222
+#: ../../enterprise/include/functions_reporting_pdf.php:2210
+#: ../../enterprise/include/functions_reporting_pdf.php:2246
+#: ../../enterprise/include/functions_reporting_pdf.php:2284
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:148
+msgid "From"
+msgstr "開始"
+
+#: ../../godmode/agentes/planned_downtime.list.php:145
+#: ../../operation/agentes/gis_view.php:182
+#: ../../enterprise/include/functions_reporting_pdf.php:2247
+#: ../../enterprise/include/functions_reporting_pdf.php:2285
+msgid "To"
+msgstr "終了"
+
+#: ../../godmode/agentes/planned_downtime.list.php:154
+msgid "Execution type"
+msgstr "実行タイプ"
+
+#: ../../godmode/agentes/planned_downtime.list.php:156
+msgid "Show past downtimes"
+msgstr "終了した計画停止の表示"
+
+#: ../../godmode/agentes/planned_downtime.list.php:391
+msgid "Name #Ag."
+msgstr "名前"
+
+#: ../../godmode/agentes/planned_downtime.list.php:396
+#: ../../godmode/menu.php:131 ../../godmode/setup/setup.php:138
+#: ../../include/functions_reports.php:637
+#: ../../include/functions_reports.php:639
+#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:210
+#: ../../enterprise/godmode/modules/configure_local_component.php:311
+#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:165
+#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:63
+#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:83
+#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:101
+#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:71
+msgid "Configuration"
+msgstr "設定"
+
+#: ../../godmode/agentes/planned_downtime.list.php:397
+#: ../../godmode/agentes/planned_downtime.list.php:446
+#: ../../enterprise/extensions/backup/main.php:95
+#: ../../enterprise/operation/agentes/transactional_map.php:276
+msgid "Running"
+msgstr "実行中"
+
+#: ../../godmode/agentes/planned_downtime.list.php:400
+#: ../../godmode/agentes/planned_downtime.list.php:456
+msgid "Stop downtime"
+msgstr "計画停止の中止"
+
+#: ../../godmode/agentes/planned_downtime.list.php:433
+msgid "once"
+msgstr "一回"
+
+#: ../../godmode/agentes/planned_downtime.list.php:442
+msgid "Not running"
+msgstr "停止中"
+
+#: ../../godmode/agentes/planned_downtime.list.php:477
+#: ../../godmode/alerts/alert_view.php:113 ../../godmode/extensions.php:193
+#: ../../godmode/extensions.php:209
+#: ../../godmode/modules/manage_network_components.php:583
+#: ../../include/functions.php:946 ../../include/functions.php:952
+#: ../../include/functions.php:955 ../../include/functions_db.php:156
+#: ../../include/functions_events.php:1778
+#: ../../include/functions_events.php:1946
+#: ../../include/functions_events.php:2013
+#: ../../include/functions_events.php:2029
+#: ../../include/functions_events.php:2039
+#: ../../include/functions_events.php:2044
+#: ../../include/functions_events.php:2062
+#: ../../include/functions_events.php:2141
+#: ../../include/functions_events.php:2195
+#: ../../include/functions_events.php:2207
+#: ../../include/functions_events.php:2219
+#: ../../include/functions_events.php:2241
+#: ../../include/functions_events.php:2256
+#: ../../include/functions_events.php:2266
+#: ../../include/functions_events.php:2355
+#: ../../include/functions_events.php:2432
+#: ../../include/functions_events.php:2454
+#: ../../include/functions_events.php:2464
+#: ../../include/functions_reporting_html.php:488
+#: ../../include/functions_reporting_html.php:567
+#: ../../include/functions_reporting_html.php:3163
+#: ../../include/functions_reporting_html.php:3201
+#: ../../include/functions_treeview.php:158
+#: ../../include/functions_treeview.php:392
+#: ../../include/functions_ui.php:2007 ../../include/functions_ui.php:2017
+#: ../../mobile/operation/agent.php:153 ../../mobile/operation/agent.php:167
+#: ../../mobile/operation/events.php:148 ../../mobile/operation/events.php:159
+#: ../../mobile/operation/events.php:167 ../../mobile/operation/events.php:240
+#: ../../mobile/operation/events.php:267 ../../mobile/operation/events.php:275
+#: ../../operation/agentes/estado_generalagente.php:151
+#: ../../operation/agentes/estado_generalagente.php:163
+#: ../../operation/agentes/estado_generalagente.php:176
+#: ../../operation/agentes/estado_generalagente.php:280
+#: ../../operation/agentes/estado_generalagente.php:359
+#: ../../operation/snmpconsole/snmp_view.php:602
+#: ../../operation/snmpconsole/snmp_view.php:621
+#: ../../enterprise/extensions/ipam/ipam_ajax.php:159
+#: ../../enterprise/extensions/ipam/ipam_ajax.php:181
+#: ../../enterprise/extensions/ipam/ipam_network.php:559
+#: ../../enterprise/extensions/ipam/ipam_network.php:594
+#: ../../enterprise/include/functions_reporting.php:4438
+#: ../../enterprise/include/functions_reporting.php:4770
+#: ../../enterprise/include/functions_reporting_pdf.php:1306
+#: ../../enterprise/include/functions_reporting_pdf.php:1387
+#: ../../enterprise/include/functions_reporting_pdf.php:2052
+#: ../../enterprise/include/functions_servicemap.php:265
+#: ../../enterprise/include/functions_services.php:1012
+#: ../../enterprise/include/functions_services.php:1219
+#: ../../enterprise/include/functions_services.php:1697
+#: ../../enterprise/include/functions_visual_map.php:277
+#: ../../enterprise/meta/advanced/metasetup.consoles.php:383
+msgid "N/A"
+msgstr "N/A"
+
+#: ../../godmode/agentes/planned_downtime.list.php:508
+#: ../../godmode/modules/manage_network_templates.php:216
+#: ../../include/graphs/functions_flot.php:259
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:350
+#: ../../enterprise/operation/log/log_viewer.php:239
+#: ../../enterprise/operation/reporting/custom_reporting.php:59
+msgid "Export to CSV"
+msgstr "CSVにエクスポート"
+
+#: ../../godmode/agentes/planned_downtime.list.php:535
msgid ""
-"Please note that you have your agent setup to do not add new modules coming "
-"from the data XML."
-msgstr "エージェント設定で、XML で送られてくる新たなモジュールが追加されないようになっていることに注意してください。"
+"WARNING: If you delete this planned downtime, it will not be taken into "
+"account in future SLA reports"
+msgstr "警告: この計画停止を削除すると、今後の SLA レポートに反映されません"
+
+#: ../../godmode/agentes/planned_downtime.list.php:541
+msgid "WARNING: There are malformed planned downtimes"
+msgstr "警告: 不正な計画停止があります。"
+
+#: ../../godmode/agentes/planned_downtime.list.php:541
+msgid "Do you want to migrate automatically the malformed items?"
+msgstr "不正な要素を自動的に移動しますか。"
+
+#: ../../godmode/alerts/alert_actions.php:66
+#: ../../godmode/alerts/alert_actions.php:92
+#: ../../godmode/alerts/alert_actions.php:110
+#: ../../godmode/alerts/alert_actions.php:127
+#: ../../godmode/alerts/alert_actions.php:207
+#: ../../godmode/alerts/alert_actions.php:218
+#: ../../godmode/alerts/alert_actions.php:287
+#: ../../godmode/alerts/alert_actions.php:306
+#: ../../godmode/alerts/alert_actions.php:319
+msgid "Alert actions"
+msgstr "アクション"
-#: ../../include/help/clippy/modules_not_learning_mode.php:41
-msgid ""
-"That means if you have a local plugin or add manually new modules to the "
-"configuration file, you won't have it in your agent, unless you first create "
-"manually in the interface (with the exact name and type as coming in the XML "
-"file)."
-msgstr ""
-"ローカルプラグインがあるかまたは、手動で新たなモジュールを設定ファイルに追加した場合は、インタフェースで手動作成するまでエージェントに反映されないというこ"
-"とを意味します(正しい名前とタイプは XML で送られます)。"
-
-#: ../../include/help/clippy/modules_not_learning_mode.php:42
-msgid ""
-"You should use the \"normal\" mode (non learn) only when you don't intend to "
-"add more modules to the agent."
-msgstr "エージェントにモジュールを追加したくない時のみ、\"通常\"モード(学習しない)を使います。"
-
-#: ../../include/help/clippy/interval_agent_min.php:39
-msgid "Interval Agent."
-msgstr "エージェントの間隔"
-
-#: ../../include/help/clippy/interval_agent_min.php:44
-msgid ""
-"Please note that having agents with a monitoring interval below 300 seconds "
-"is not recommended. This will impact seriously in the performance of the "
-"server. For example, having 200 agents with one minute interval, is the same "
-"than having 1000 agents with a 5 minute interval. The probability of getting "
-"unknown modules is higher, and the impact on the server is higher because it "
-"requires a shorter response time."
-msgstr ""
-"エージェントの監視間隔を "
-"300秒未満にすることはお勧めしないということに注意してください。これは、サーバのパフォーマンスに重大な影響を及ぼします。例えば、1分間隔で "
-"200エージェントがある場合は、5分間隔で "
-"1000エージェントがあるのと同じです。おそらく短時間の応答が必要になるため、不明モジュールが多くなりサーバへのインパクトは大きくなるでしょう。"
-
-#: ../../include/help/clippy/agent_out_of_limits.php:39
-msgid "Agent contact date passed it's ETA!."
-msgstr "エージェント接続日時が予想時間を過ぎました。"
-
-#: ../../include/help/clippy/agent_out_of_limits.php:44
-msgid ""
-"This happen when your agent stopped reporting or the server have any problem "
-"(too load or just down). Check also connectivity between the agent and the "
-"server."
-msgstr ""
-"エージェントからの通信が止まったりサーバで何らかの問題が発生(高負荷やダウン)しているときにこれが起こります。エージェントとサーバの間の通信も確認してくだ"
-"さい。"
-
-#: ../../include/help/clippy/godmode_alerts_alert_actions.php:36
-msgid ""
-"Let me show you how to create an email action: Click on Create button and "
-"fill the form showed in the following screen."
-msgstr "email アクションの作成方法をお見せします。作成ボタンをクリックし次の画面に表示されるフォームに入力します。"
-
-#: ../../include/help/clippy/godmode_alerts_alert_actions.php:51
-msgid ""
-"Now, you have to go to the monitors list and look for a critical module to "
-"apply the alert."
-msgstr "ここで、監視一覧へ行き、アラートを適用する障害モジュールを探します。"
-
-#: ../../include/help/clippy/godmode_alerts_alert_actions.php:56
-msgid ""
-"Click on the arrow to drop down the Monitoring submenu and select Monitor "
-"Detail."
-msgstr "モニタリングサブメニューをドロップダウンするために矢印をクリックしてモニタ詳細を選択します。"
-
-#: ../../include/help/clippy/operation_agentes_status_monitor.php:35
-msgid ""
-"Now, you have to go to the monitors list and look for a \"critical\" module "
-"to apply the alert."
-msgstr "ここでアラートを適用するには、監視一覧へ行き \"障害\" 状態のモジュールを探します。"
-
-#: ../../include/help/clippy/operation_agentes_status_monitor.php:39
-msgid ""
-"If you know the name of the agent or the name of the module in critical "
-"status, type it in this field to make the module list shorter. You can write "
-"the entire name or just a part of it."
-msgstr ""
-"障害状態のエージェント名またはモジュール名がわかっている場合は、モジュール一覧を短くするためにこのフィールドにそれを入力します。名前全体もしくは一部分の入"
-"力ができます。"
-
-#: ../../include/help/clippy/operation_agentes_status_monitor.php:44
-msgid "Click on Show button to get the modules list filtered."
-msgstr "フィルタしたモジュール一覧は、表示ボタンをクリックします。"
-
-#: ../../include/help/clippy/operation_agentes_status_monitor.php:60
-msgid ""
-"Now, to edit the module, click on the wrench that appears in the type column."
-msgstr "ここでモジュールを編集するには、タイプカラムにあるスパナアイコンをクリックします。"
-
-#: ../../include/help/clippy/extension_cron_send_email.php:39
-msgid "The configuration of email for the task email is in the file:"
-msgstr "メール送信タスクのメール設定はこのファイルにあります:"
-
-#: ../../include/help/clippy/extension_cron_send_email.php:41
-msgid "Please check if the email configuration is correct."
-msgstr "メール設定が正しいか確認してください。"
-
-#: ../../include/help/clippy/data_configuration_module.php:39
-msgid "Data Configuration Module."
-msgstr "データ設定モジュール"
-
-#: ../../include/help/clippy/data_configuration_module.php:44
-msgid ""
-"Please note that information provided here affects how the agent collect "
-"information and generate the data XML. Any data/configuration reported by "
-"the agent, different from data or description is discarded, and the "
-"configuration shown in the console prevails over any configuration coming "
-"from the agent, this applies for example for crit/warn thresholds, interval, "
-"module group, min/max value, tags, etc."
-msgstr ""
-"ここに表示される情報は、エージェントが情報を収集し送ってくる XML "
-"データとの間で影響があるということに注意してください。エージェントから送られてくるデータや設定のうち、データおよび説明以外、たとえば障害や警告の閾値、モジ"
-"ュールグループ、最小・最大の値、タグなどは、コンソールに設定されているものが優先されます。"
-
-#: ../../include/help/clippy/data_configuration_module.php:50
-msgid ""
-"Information imported FIRST time from the XML will fill the information you "
-"can see in the console, but after the first import, system will ignore any "
-"update coming from the XML/Agent."
-msgstr ""
-"最初に XML "
-"で送られてくるデータはすべて取り込まれコンソールで参照することができますが、初回の取り込み後は、システムはエージェントから送られてくる設定情報は無視します"
-"。"
-
-#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:35
-msgid "I'm going to show you how to monitor a server."
-msgstr "サーバの監視の仕方をお見せします。"
-
-#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:39
-msgid "Please, type an agent to save the modules for monitoring a server."
-msgstr "サーバ監視のモジュールを保存するためにエージェントを入力してください。"
-
-#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:44
-msgid "If you have typed the name correctly you will see the agent."
-msgstr "正しく名前を入力したら、エージェントが表示されます。"
-
-#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:60
-msgid "Now, please choose the agent you searched."
-msgstr "検索したエージェントを選択してください。"
-
-#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:65
-msgid "Choose the agent and click on the name."
-msgstr "エージェントを選択し名前をクリックします。"
-
-#: ../../include/help/clippy/topology_group.php:39
-msgid "Topology Group"
-msgstr "トポロジグループ"
-
-#: ../../include/help/clippy/topology_group.php:44
-msgid ""
-"Please note that group topology maps do not show the parent relationship "
-"between nodes, it only shows the group parentship and the agent distribution "
-"inside them. "
-msgstr ""
-"グループトポロジマップはノード間の親子関係を表示しないことに注意してください。グループの親子関係とその中にあるエージェントのみを表示します。 "
-
-#: ../../include/help/clippy/modules_not_init.php:39
-msgid "You have non initialized modules"
-msgstr "未初期化モジュールがあります。"
-
-#: ../../include/help/clippy/modules_not_init.php:44
-msgid ""
-"This happen when you have just created a module and it's not executed at "
-"first time. Usually in a few seconds should be initialized and you will be "
-"able to see in main view. If you keep non-init modules for more than 24hr "
-"(due a problem in it's execution or configuration) they will be "
-"automatically deleted by the system. Non-init are not visible in the âmain "
-"viewâ, you can see/edit them in the module administration section, in the "
-"agent administrator."
-msgstr ""
-"モジュール作成後、最初の実行がされていない場合にこれが発生します。通常は数秒で初期化されメイン画面で参照できるようになります。24時間以上(実行や設定に問"
-"題がある等で)未初期化モジュールが放置された場合は、システムにより自動的に削除されます。未初期化モジュールは、メインがメインに表示されません。エージェント"
-"管理のモジュール管理画面でのみ参照や編集ができます。"
-
-#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:35
-msgid "Fill the name of your action."
-msgstr "アクション名を入力します。"
-
-#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:39
-msgid ""
-"Select the group in the drop-down list and filter for ACL (the user in this "
-"group can use your action to create an alert)."
-msgstr ""
-"ドロップダウンリストのグループとACLフィルタ(アラート作成のためにこのグループのユーザがあなたのアクションを利用できます)を選択してください。"
-
-#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:43
-msgid "In the command field select \"email\"."
-msgstr "コマンドフィールドで \"email\" を選択します。"
-
-#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:47
-msgid ""
-"In the threshold field enter the seconds. The help icon show more "
-"information."
-msgstr "閾値フィールドで秒を入力します。ヘルプアイコンをクリックするとより詳細を表示します。"
-
-#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:53
-msgid ""
-"In the first field enter the email address/addresses where you want to "
-"receive the email alerts separated with comas ( , ) or white spaces."
-msgstr ""
-"最初のフィールドにメールでアラートを受け取りたい email アドレスを入力してください。カンマ(,)またはスペース区切りで複数指定できます。"
-
-#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:58
-msgid ""
-"In the \"Subject\" field you can use the macros _agent_ or _module_ for "
-"each name."
-msgstr "\"Subject\" フィールドでは、それぞれの名前を表す _agent_ または _module_ マクロが利用できます。"
-
-#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:63
-msgid ""
-"In the text field, you can also use macros. Get more information about the "
-"macros by clicking on the help icon."
-msgstr "テキストフィールドではマクロも利用できます。マクロに関するより詳細はヘルプアイコンをクリックしてください。"
-
-#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:69
-msgid "Click on Create button to create the action."
-msgstr "アクションを作成するには、作成ボタンをクリックします。"
-
-#: ../../include/help/clippy/servers_down.php:39
-msgid "All servers down"
-msgstr "全てのサーバが停止しています。"
-
-#: ../../include/help/clippy/servers_down.php:44
-msgid ""
-"Can you up all servers. You go to terminal in linux and execute the next "
-"command: \"sudo /etc/init.d/pandora_server restart\". It's possible need "
-"introduce root pass."
-msgstr ""
-"サーバを起動してください。コマンドラインから、\"sudo /etc/init.d/pandora_server restart\" "
-"を実行します。root のパスワードが必要です。"
-
-#: ../../include/help/clippy/operation_agentes_ver_agente.php:36
-msgid ""
-"The last step is to check the alert created. Click on the round icon to "
-"force the action execution and after a few minutes you will receive the "
-"alert in your email."
-msgstr ""
-"最後のステップは、作成したアラートの確認です。アクションの強制実行には丸いアイコンをクリックします。数分のうちにアラートをメールで受信するでしょう。"
-
-#: ../../include/help/clippy/operation_agentes_ver_agente.php:37
-msgid ""
-"And restart your pandora server to read again general configuration tokens."
-msgstr "そして、設定ファイルを再読み込みするために pandora サーバを再起動します。"
-
-#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:35
-msgid "Now you must go to Modules. Don't worry I'll lead you."
-msgstr "ここでモジュールへ行きます。誘導しますので心配はいりません。"
-
-#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:40
-msgid "Click in this tab.."
-msgstr "このタブをクリックします。"
-
-#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:56
-msgid "Now you must create the module. Don't worry, i'll teach you."
-msgstr "ここでモジュールを作成する必要があります。心配する必要はありません。お教えします。"
-
-#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:60
-msgid "Choose the network server module."
-msgstr "ネットワークサーバモジュールを選択します。"
-
-#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:64
-msgid "And click the button."
-msgstr "そしてボタンをクリックします。"
-
-#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:80
-msgid "Now you must create the module. Don't worry, i'll teach you ."
-msgstr "ここでモジュールを作成する必要があります。心配はいりません。お教えします。"
-
-#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:84
-msgid "Now we are going to fill the form."
-msgstr "ここでフォームに入力します。"
-
-#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:88
-msgid "Please choose Network Management."
-msgstr "ネットワーク管理を選択してください。"
-
-#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:92
-msgid "Choose the component named \"Host alive\"."
-msgstr "コンポーネント名 \"Host alive\" を選択してください。"
-
-#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:96
-msgid "You can change the name if you want."
-msgstr "必要であれば名前を変更できます。"
-
-#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:100
-msgid "Check if the IP showed is the IP of your machine."
-msgstr "表示された IP があなたのマシンの IP かどうか確認します。"
-
-#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:104
-msgid "And only to finish it is clicking this button."
-msgstr "そしてこのボタンをクリックするだけで終了です。"
-
-#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:121
-msgid ""
-"Congrats! Your module has been created. and the status color is "
-"blue. That color means that the module hasn't been executed for "
-"the first time. In the next seconds, if there is no problem, the status "
-"color will turn into red or green."
-msgstr ""
-"おめでとうございます! モジュールが作成されました。 そして、状態の色は 青です。 "
-"この色は、モジュールの初回実行が完了していないことを意味しています。問題がなければ数秒のうちに状態の色が赤または緑に変わります"
-"。"
-
-#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:137
-msgid "Click on alerts tab and then fill the form to add an alert."
-msgstr "アラートを追加するために、アラートタブをクリックしフォームに入力します。"
-
-#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:152
-msgid "Select the critical module."
-msgstr "障害モジュールを選択します。"
-
-#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:156
-msgid "In template select \"Critical Condition\"."
-msgstr "テンプレートで \"Critical Condition\" を選択します。"
-
-#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:160
-msgid "Now, select the action created before."
-msgstr "ここで事前に作成したアクションを選択します。"
-
-#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:165
-msgid "Click on Add Alert button to create the alert."
-msgstr "アラートを作成するために、アラートの追加ボタンをクリックします。"
-
-#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:181
-msgid ""
-"To test the alert you've just created go to the main view by clicking on the "
-"eye tab."
-msgstr "作成したアラートのテストをするには、メイン画面へ行き目のタブをクリックします。"
-
-#: ../../include/help/clippy/server_queued_modules.php:39
-msgid "Excesive Queued."
-msgstr "実行キュー"
-
-#: ../../include/help/clippy/server_queued_modules.php:44
-msgid ""
-"You have too much items in the processing queue. This can happen if your "
-"server is too loaded and/or not properly configured. This could be something "
-"temporal, or a bottleneck. One possible solution is increase number of "
-"server threads, but you should consider getting support about this."
-msgstr ""
-"キューにたくさんの処理が溜まっています。サーバに多くの処理を定義しすぎているか、またはサーバが正しく設定されていません。これは一時的なものかもしれませんが"
-"、ボトルネックになります。一つの解決策としてはサーバのスレッド数を増やすことです。しかし、これについては支援を得ることを考慮した方がよいでしょう。"
-
-#: ../../include/help/clippy/module_unknow.php:39
-msgid "You have unknown modules in this agent."
-msgstr "このエージェントには不明モジュールがあります。"
-
-#: ../../include/help/clippy/module_unknow.php:44
-msgid ""
-"Unknown modules are modules which receive data normally at least in one "
-"occassion, but at this time are not receving data. Please check our "
-"troubleshoot help page to help you determine why you have unknown modules."
-msgstr ""
-"不明モジュールとは、少なくとも一回は正常にデータを受信していたが現時点ではデータを受信していないモジュールです。なぜ不明モジュールがあるのか原因を特定する"
-"には、トラブルシュートのためのヘルプページを確認してください。"
-
-#: ../../include/functions_pandora_networkmap.php:740
-#, php-format
-msgid "Edit node %s"
-msgstr "ノード編集 %s"
-
-#: ../../include/functions_pandora_networkmap.php:741
-msgid "Holding Area"
-msgstr "保持エリア"
-
-#: ../../include/functions_pandora_networkmap.php:742
-msgid "Show details and options"
-msgstr "詳細とオプションの表示"
-
-#: ../../include/functions_pandora_networkmap.php:743
-msgid "Add a interface link"
-msgstr "インタフェースリンクを追加"
-
-#: ../../include/functions_pandora_networkmap.php:744
-msgid "Set parent interface"
-msgstr "親インタフェースを設定"
-
-#: ../../include/functions_pandora_networkmap.php:745
-msgid "Set as children"
-msgstr "子に設定"
-
-#: ../../include/functions_pandora_networkmap.php:746
-msgid "Set parent"
-msgstr "親を設定"
-
-#: ../../include/functions_pandora_networkmap.php:747
-#: ../../include/functions_pandora_networkmap.php:754
-msgid "Abort the action of set relationship"
-msgstr "関係設定動作の中止"
-
-#: ../../include/functions_pandora_networkmap.php:749
-#: ../../include/functions_pandora_networkmap.php:1525
-msgid "Add node"
-msgstr "ノード追加"
-
-#: ../../include/functions_pandora_networkmap.php:750
-msgid "Set center"
-msgstr "中心設定"
-
-#: ../../include/functions_pandora_networkmap.php:752
-msgid "Refresh Holding area"
-msgstr "保持エリアの更新"
-
-#: ../../include/functions_pandora_networkmap.php:753
-msgid "Abort the action of set interface relationship"
-msgstr "インタフェースの関係設定のアクションについて"
-
-#: ../../include/functions_pandora_networkmap.php:939
-#: ../../include/functions_maps.php:62
-msgid "Copy of "
-msgstr "コピー: "
-
-#: ../../include/functions_pandora_networkmap.php:1262
-msgid "Open Minimap"
-msgstr "ミニマップを開く"
-
-#: ../../include/functions_pandora_networkmap.php:1269
-msgid "Hide Labels"
-msgstr "ラベルを隠す"
-
-#: ../../include/functions_pandora_networkmap.php:1360
-msgid "Edit node"
-msgstr "ノード編集"
-
-#: ../../include/functions_pandora_networkmap.php:1371
-msgid "Adresses"
-msgstr "アドレス"
-
-#: ../../include/functions_pandora_networkmap.php:1373
-msgid "OS type"
-msgstr "OS 種別"
-
-#: ../../include/functions_pandora_networkmap.php:1378
-#: ../../include/functions_pandora_networkmap.php:1379
-msgid "Node Details"
-msgstr "ノード詳細"
-
-#: ../../include/functions_pandora_networkmap.php:1388
-msgid "Ip"
-msgstr "IP"
-
-#: ../../include/functions_pandora_networkmap.php:1389
-msgid "MAC"
-msgstr "MAC"
-
-#: ../../include/functions_pandora_networkmap.php:1398
-#: ../../include/functions_pandora_networkmap.php:1399
-msgid "Interface Information (SNMP)"
-msgstr "インタフェース情報 (SNMP)"
-
-#: ../../include/functions_pandora_networkmap.php:1406
-msgid "Shape"
-msgstr "形"
-
-#: ../../include/functions_pandora_networkmap.php:1408
-msgid "Circle"
-msgstr "円"
-
-#: ../../include/functions_pandora_networkmap.php:1409
-msgid "Square"
-msgstr "四角"
-
-#: ../../include/functions_pandora_networkmap.php:1410
-msgid "Rhombus"
-msgstr "ひしがた"
-
-#: ../../include/functions_pandora_networkmap.php:1420
-#: ../../include/functions_pandora_networkmap.php:1581
-msgid "name fictional node"
-msgstr "仮想ノード名"
-
-#: ../../include/functions_pandora_networkmap.php:1421
-#: ../../include/functions_pandora_networkmap.php:1582
-msgid "Networkmap to link"
-msgstr "リンクするネットワークマップ"
-
-#: ../../include/functions_pandora_networkmap.php:1427
-msgid "Update fictional node"
-msgstr "仮想ノード更新"
-
-#: ../../include/functions_pandora_networkmap.php:1430
-#: ../../include/functions_pandora_networkmap.php:1431
-msgid "Node options"
-msgstr "ノードオプション"
-
-#: ../../include/functions_pandora_networkmap.php:1438
-#: ../../include/functions_pandora_networkmap.php:1493
-msgid "Node source"
-msgstr "ノードソース"
-
-#: ../../include/functions_pandora_networkmap.php:1439
-#: ../../include/functions_pandora_networkmap.php:1494
-msgid "Interface source"
-msgstr "インタフェースソース"
-
-#: ../../include/functions_pandora_networkmap.php:1440
-#: ../../include/functions_pandora_networkmap.php:1495
-msgid "Interface Target"
-msgstr "インタフェースターゲット"
-
-#: ../../include/functions_pandora_networkmap.php:1442
-#: ../../include/functions_pandora_networkmap.php:1496
-msgid "Node target"
-msgstr "ノードターゲット"
-
-#: ../../include/functions_pandora_networkmap.php:1443
-msgid "E."
-msgstr "E."
-
-#: ../../include/functions_pandora_networkmap.php:1474
-msgid "There are not relations"
-msgstr "関連付がありません。"
-
-#: ../../include/functions_pandora_networkmap.php:1481
-#: ../../include/functions_pandora_networkmap.php:1482
-msgid "Relations"
-msgstr "関連付"
-
-#: ../../include/functions_pandora_networkmap.php:1517
-msgid "Add interface link"
-msgstr "インタフェースリンクを追加"
-
-#: ../../include/functions_pandora_networkmap.php:1544
-#: ../../include/functions_pandora_networkmap.php:1548
-#: ../../include/functions_pandora_networkmap.php:1549
-#: ../../include/functions_pandora_networkmap.php:1569
-#: ../../include/functions_pandora_networkmap.php:1574
-#: ../../include/functions_pandora_networkmap.php:1592
-msgid "Add agent node"
-msgstr "エージェントノード追加"
-
-#: ../../include/functions_pandora_networkmap.php:1573
-msgid "Add agent node (filter by group)"
-msgstr "エージェントノード追加 (グループによるフィルタ)"
-
-#: ../../include/functions_pandora_networkmap.php:1588
-msgid "Add fictional node"
-msgstr "仮想ノード追加"
-
-#: ../../include/functions_pandora_networkmap.php:1591
-msgid "Add fictional point"
-msgstr "仮想ポイント追加"
-
-#: ../../include/class/Tree.class.php:1492
-msgid "NO DATA"
-msgstr "データがありません"
-
-#: ../../include/class/Tree.class.php:1578
-msgid "Module alerts"
-msgstr "モジュールアラート"
-
-#: ../../include/functions_servers.php:363
-msgid "Data server"
-msgstr "データサーバ"
-
-#: ../../include/functions_servers.php:368
-msgid "Network server"
-msgstr "ネットワークサーバ"
-
-#: ../../include/functions_servers.php:373
-msgid "SNMP Trap server"
-msgstr "SNMPトラップサーバ"
-
-#: ../../include/functions_servers.php:383
-msgid "Plugin server"
-msgstr "プラグインサーバ"
-
-#: ../../include/functions_servers.php:388
-msgid "Prediction server"
-msgstr "予測サーバ"
-
-#: ../../include/functions_servers.php:393
-msgid "WMI server"
-msgstr "WMI サーバ"
-
-#: ../../include/functions_servers.php:398
-msgid "Export server"
-msgstr "エクスポートサーバ"
-
-#: ../../include/functions_servers.php:403
-msgid "Inventory server"
-msgstr "インベントリサーバ"
-
-#: ../../include/functions_servers.php:408
-msgid "Web server"
-msgstr "ウェブサーバ"
-
-#: ../../include/functions_servers.php:413
-msgid "Event server"
-msgstr "イベントサーバ"
-
-#: ../../include/functions_servers.php:418
-msgid "Enterprise ICMP server"
-msgstr "エンタープライズ ICMP サーバ"
-
-#: ../../include/functions_servers.php:423
-msgid "Enterprise SNMP server"
-msgstr "エンタープライズSNMPサーバ"
-
-#: ../../include/functions_servers.php:428
-msgid "Enterprise Satellite server"
-msgstr "Enterprise サテライトサーバ"
-
-#: ../../include/functions_servers.php:433
-msgid "Enterprise Transactional server"
-msgstr "Enterprise トランザクションサーバ"
-
-#: ../../include/functions_servers.php:438
-msgid "Mainframe server"
-msgstr "メインフレームサーバ"
-
-#: ../../include/functions_servers.php:443
-msgid "Sync server"
-msgstr "同期サーバ"
-
-#: ../../include/functions_agents.php:535
-#: ../../godmode/massive/massive_copy_modules.php:434
-msgid "No source agent to copy"
-msgstr "コピー元エージェントがありません。"
-
-#: ../../include/functions_agents.php:540
-#: ../../godmode/massive/massive_copy_modules.php:452
-msgid "No destiny agent(s) to copy"
-msgstr "コピー先エージェントがありません。"
-
-#: ../../include/functions_agents.php:565
-#: ../../godmode/massive/massive_copy_modules.php:447
-#: ../../godmode/db/db_refine.php:47
-msgid "No modules have been selected"
-msgstr "モジュールが選択されていません。"
-
-#: ../../include/functions_agents.php:672
-msgid ""
-"There was an error copying the agent configuration, the copy has been "
-"cancelled"
-msgstr "エージェントの設定コピーに失敗しました。コピーを中止します。"
-
-#: ../../include/functions_agents.php:684
#: ../../godmode/alerts/alert_actions.php:140
#: ../../godmode/reporting/map_builder.php:183
#: ../../godmode/reporting/map_builder.php:192
+#: ../../include/functions_agents.php:684
+#: ../../enterprise/godmode/policies/policies.php:180
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:254
msgid "Successfully copied"
msgstr "コピーしました。"
-#: ../../include/functions_agents.php:2185
-#: ../../include/functions_agents.php:2210
-#: ../../include/functions_agents.php:2235
-msgid "No Monitors"
-msgstr "モニタ項目なし"
+#: ../../godmode/alerts/alert_actions.php:141
+#: ../../enterprise/godmode/policies/policies.php:181
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:255
+msgid "Could not be copied"
+msgstr "コピーできませんでした。"
-#: ../../include/functions_agents.php:2189
-#: ../../include/functions_agents.php:2214
-#: ../../include/functions_agents.php:2239
-#: ../../include/functions_reporting.php:7947
-msgid "At least one module in CRITICAL status"
-msgstr "一つ以上のモジュールが致命的な状態です。"
+#: ../../godmode/alerts/alert_actions.php:342
+#: ../../godmode/massive/massive_copy_modules.php:224
+#: ../../godmode/reporting/map_builder.php:214
+#: ../../operation/agentes/pandora_networkmap.php:402
+#: ../../operation/agentes/pandora_networkmap.php:479
+#: ../../enterprise/dashboard/dashboards.php:90
+#: ../../enterprise/dashboard/dashboards.php:125
+#: ../../enterprise/godmode/policies/policies.php:434
+#: ../../enterprise/godmode/policies/policy_modules.php:1333
+msgid "Copy"
+msgstr "コピー"
-#: ../../include/functions_agents.php:2193
-#: ../../include/functions_agents.php:2218
-#: ../../include/functions_agents.php:2243
-#: ../../include/functions_reporting.php:7951
-msgid "At least one module in WARNING status"
-msgstr "一つ以上のモジュールが警告状態です。"
+#: ../../godmode/alerts/alert_actions.php:398
+msgid "No alert actions configured"
+msgstr "アクションが設定されていません。"
-#: ../../include/functions_agents.php:2197
-#: ../../include/functions_agents.php:2222
-#: ../../include/functions_agents.php:2247
-#: ../../include/functions_reporting.php:7955
-msgid "At least one module is in UKNOWN status"
-msgstr "一つ以上のモジュールが不明な状態です。"
+#: ../../godmode/alerts/alert_commands.php:105
+#: ../../godmode/alerts/alert_commands.php:109
+#: ../../godmode/alerts/alert_commands.php:127
+#: ../../godmode/alerts/alert_commands.php:135
+#: ../../godmode/alerts/alert_view.php:471
+#: ../../godmode/alerts/alert_view.php:548
+#: ../../godmode/alerts/configure_alert_template.php:684
+#: ../../enterprise/godmode/alerts/alert_events.php:474
+#, php-format
+msgid "Field %s"
+msgstr "フィールド %s"
-#: ../../include/functions_agents.php:2201
-#: ../../include/functions_agents.php:2226
-#: ../../include/functions_agents.php:2251
-#: ../../include/functions_reporting.php:7959
-msgid "All Monitors OK"
-msgstr "全モニタ項目が正常"
+#: ../../godmode/alerts/alert_commands.php:149
+#: ../../godmode/alerts/alert_commands.php:159
+#: ../../godmode/alerts/configure_alert_template.php:689
+#: ../../godmode/alerts/configure_alert_template.php:703
+#: ../../godmode/alerts/configure_alert_template.php:775
+#: ../../godmode/modules/manage_network_components_form_common.php:59
+#: ../../godmode/users/configure_user.php:532
+#: ../../enterprise/godmode/modules/configure_local_component.php:157
+#: ../../enterprise/meta/advanced/metasetup.setup.php:107
+msgid "Basic"
+msgstr "基本"
-#: ../../include/ajax/update_manager.ajax.php:74
-msgid "There was an error extracting the file '"
-msgstr "次のファイル展開中にエラーが発生しました '"
+#: ../../godmode/alerts/alert_commands.php:152
+#: ../../godmode/alerts/alert_commands.php:162
+#: ../../godmode/alerts/configure_alert_template.php:693
+#: ../../godmode/alerts/configure_alert_template.php:707
+#: ../../godmode/alerts/configure_alert_template.php:776
+#: ../../godmode/modules/manage_network_components_form_common.php:60
+#: ../../godmode/netflow/nf_edit_form.php:208
+#: ../../godmode/users/configure_user.php:533
+#: ../../operation/netflow/nf_live_view.php:323
+#: ../../enterprise/godmode/modules/configure_local_component.php:158
+#: ../../enterprise/meta/general/logon_ok.php:64
+#: ../../enterprise/meta/general/main_header.php:232
+#: ../../enterprise/meta/general/main_header.php:303
+#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:245
+msgid "Advanced"
+msgstr "拡張"
-#: ../../include/ajax/update_manager.ajax.php:90
-msgid "The package was not extracted."
-msgstr "パッケージが展開されませんでした。"
+#: ../../godmode/alerts/alert_commands.php:249
+msgid "Alert commands"
+msgstr "アラートコマンド"
-#: ../../include/ajax/update_manager.ajax.php:96
-msgid "Invalid extension. The package must have the extension .oum."
-msgstr "不正な拡張子です。パッケージの拡張子は、.oum でなければいけません。"
+#: ../../godmode/alerts/alert_commands.php:372
+msgid "No alert commands configured"
+msgstr "アラートコマンドが設定されていません"
-#: ../../include/ajax/update_manager.ajax.php:103
-msgid "The file was not uploaded succesfully."
-msgstr "ファイルのアップロードに失敗しました。"
+#: ../../godmode/alerts/alert_list.builder.php:78
+msgid "Latest value"
+msgstr "最新の値"
-#: ../../include/ajax/update_manager.ajax.php:172
-#: ../../include/ajax/update_manager.ajax.php:176
-#: ../../include/ajax/update_manager.ajax.php:203
-#: ../../include/functions_update_manager.php:128
-#: ../../include/functions_update_manager.php:132
-#: ../../include/functions_update_manager.php:158
-msgid "Some of your files might not be recovered."
-msgstr "いくつかのファイルをリカバーできていない可能性があります。"
+#: ../../godmode/alerts/alert_list.builder.php:94
+#: ../../godmode/alerts/configure_alert_template.php:564
+msgid "Default action"
+msgstr "通常のアクション"
-#: ../../include/ajax/update_manager.ajax.php:180
-#: ../../include/ajax/update_manager.ajax.php:197
-#: ../../include/functions_update_manager.php:136
-#: ../../include/functions_update_manager.php:152
-msgid "Some of your old files might not be recovered."
-msgstr "いくつかの古いファイルをリカバーできていない可能性があります。"
-
-#: ../../include/ajax/update_manager.ajax.php:218
-#: ../../include/functions_update_manager.php:173
-msgid "An error ocurred while reading a file."
-msgstr "ファイル読み込み中にエラーが発生しました。"
-
-#: ../../include/ajax/update_manager.ajax.php:225
-#: ../../include/functions_update_manager.php:180
-msgid "The package does not exist"
-msgstr "パッケージが存在しません。"
-
-#: ../../include/ajax/update_manager.ajax.php:239
-msgid "Package not accepted"
-msgstr "パッケージを適用できません"
-
-#: ../../include/ajax/update_manager.ajax.php:411
-msgid "Fail to update to the last package."
-msgstr "最新パッケージへの更新に失敗しました。"
-
-#: ../../include/ajax/update_manager.ajax.php:419
-msgid "Starting to update to the last package."
-msgstr "最新パッケージへの更新を開始します。"
-
-#: ../../include/ajax/update_manager.ajax.php:463
-msgid "Package not accepted."
-msgstr "パッケージを適用できません。"
-
-#: ../../include/ajax/update_manager.ajax.php:497
-msgid "progress"
-msgstr "処理状況"
-
-#: ../../include/ajax/update_manager.ajax.php:525
-#: ../../include/functions_update_manager.php:189
-msgid "The package is installed."
-msgstr "パッケージがインストールされました。"
-
-#: ../../include/ajax/visual_console_builder.ajax.php:180
-#: ../../include/functions_graph.php:5207
-msgid "No data to show"
-msgstr "表示するデータがありません"
-
-#: ../../include/ajax/alert_list.ajax.php:80
-#: ../../godmode/alerts/alert_list.php:230
-#: ../../godmode/massive/massive_enable_disable_alerts.php:78
-#: ../../godmode/users/user_list.php:208
-#: ../../godmode/agentes/configurar_agente.php:1571
-#: ../../godmode/agentes/modificar_agente.php:116
-msgid "Successfully enabled"
-msgstr "有効にしました。"
-
-#: ../../include/ajax/alert_list.ajax.php:82
-#: ../../godmode/alerts/alert_list.php:230
-#: ../../godmode/massive/massive_enable_disable_alerts.php:78
-#: ../../godmode/agentes/configurar_agente.php:1571
-#: ../../godmode/agentes/modificar_agente.php:116
-msgid "Could not be enabled"
-msgstr "有効にできませんでした。"
-
-#: ../../include/ajax/alert_list.ajax.php:91
-#: ../../godmode/alerts/alert_list.php:247
-#: ../../godmode/massive/massive_enable_disable_alerts.php:96
-#: ../../godmode/users/user_list.php:203
-#: ../../godmode/agentes/configurar_agente.php:1586
-#: ../../godmode/agentes/modificar_agente.php:135
-msgid "Successfully disabled"
-msgstr "無効にしました。"
-
-#: ../../include/ajax/alert_list.ajax.php:93
-#: ../../godmode/alerts/alert_list.php:247
-#: ../../godmode/massive/massive_enable_disable_alerts.php:96
-#: ../../godmode/agentes/configurar_agente.php:1586
-#: ../../godmode/agentes/modificar_agente.php:135
-msgid "Could not be disabled"
-msgstr "無効にできませんでした。"
-
-#: ../../include/ajax/alert_list.ajax.php:155
-#: ../../godmode/alerts/alert_list.list.php:615
#: ../../godmode/alerts/alert_list.builder.php:97
+#: ../../godmode/alerts/alert_list.list.php:615
#: ../../godmode/massive/massive_add_action_alerts.php:183
+#: ../../include/ajax/alert_list.ajax.php:155
+#: ../../enterprise/godmode/alerts/alert_events_list.php:599
+#: ../../enterprise/godmode/policies/policy_alerts.php:465
+#: ../../enterprise/godmode/policies/policy_external_alerts.php:278
msgid "Number of alerts match from"
msgstr "アクションを起こすアラート数: 開始"
+#: ../../godmode/alerts/alert_list.builder.php:99
+#: ../../godmode/alerts/alert_list.list.php:533
+#: ../../godmode/alerts/alert_list.list.php:619
+#: ../../godmode/alerts/alert_templates.php:96
+#: ../../godmode/massive/massive_add_action_alerts.php:185
+#: ../../include/ajax/alert_list.ajax.php:159
+#: ../../include/functions_reporting.php:9962
+#: ../../operation/reporting/reporting_viewer.php:198
+#: ../../enterprise/godmode/agentes/manage_config_remote.php:107
+#: ../../enterprise/godmode/alerts/alert_events_list.php:560
+#: ../../enterprise/godmode/alerts/alert_events_list.php:601
+#: ../../enterprise/godmode/policies/policy_alerts.php:337
+#: ../../enterprise/godmode/policies/policy_alerts.php:469
+#: ../../enterprise/godmode/policies/policy_external_alerts.php:223
+#: ../../enterprise/godmode/policies/policy_external_alerts.php:280
+#: ../../enterprise/include/functions_reporting.php:4581
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:150
+msgid "to"
+msgstr "終了"
+
+#: ../../godmode/alerts/alert_list.builder.php:109
+#: ../../godmode/alerts/configure_alert_action.php:101
+#: ../../enterprise/godmode/alerts/alert_events.php:517
+msgid "Create Action"
+msgstr "アクションの作成"
+
+#: ../../godmode/alerts/alert_list.builder.php:131
+#: ../../godmode/alerts/configure_alert_template.php:499
+msgid "Create Template"
+msgstr "テンプレートの作成"
+
+#: ../../godmode/alerts/alert_list.builder.php:134
+#: ../../godmode/alerts/alert_list.list.php:539
+#: ../../godmode/alerts/alert_list.list.php:625
+#: ../../godmode/alerts/alert_view.php:391
+#: ../../godmode/alerts/configure_alert_action.php:142
#: ../../include/ajax/alert_list.ajax.php:165
#: ../../include/functions_reporting_html.php:2107
#: ../../include/functions_reporting_html.php:3098
-#: ../../godmode/alerts/alert_view.php:391
-#: ../../godmode/alerts/configure_alert_action.php:142
-#: ../../godmode/alerts/alert_list.list.php:539
-#: ../../godmode/alerts/alert_list.list.php:625
-#: ../../godmode/alerts/alert_list.builder.php:134
+#: ../../enterprise/godmode/alerts/alert_events_list.php:563
+#: ../../enterprise/godmode/alerts/alert_events_list.php:604
+#: ../../enterprise/include/functions_reporting_pdf.php:2357
msgid "Threshold"
msgstr "しきい値"
-#: ../../include/ajax/module.php:133 ../../include/functions.php:2591
-msgid "30 minutes"
-msgstr "30 分"
+#: ../../godmode/alerts/alert_list.builder.php:144
+msgid "Add alert"
+msgstr "アラートの追加"
-#: ../../include/ajax/module.php:135
-msgid "6 hours"
-msgstr "6 時間"
+#: ../../godmode/alerts/alert_list.builder.php:209
+#: ../../godmode/massive/massive_copy_modules.php:80
+#: ../../godmode/massive/massive_copy_modules.php:193
+#: ../../godmode/massive/massive_delete_agents.php:116
+#: ../../godmode/massive/massive_delete_modules.php:456
+#: ../../godmode/massive/massive_delete_modules.php:470
+#: ../../godmode/massive/massive_edit_agents.php:219
+#: ../../godmode/massive/massive_edit_modules.php:299
+#: ../../godmode/massive/massive_edit_modules.php:330
+#: ../../include/ajax/module.php:824 ../../include/functions.php:1032
+#: ../../include/functions_reports.php:426
+#: ../../include/functions_alerts.php:584
+#: ../../include/functions_visual_map.php:1580
+#: ../../include/functions_visual_map.php:1601
+#: ../../include/functions_visual_map.php:1617
+#: ../../include/functions_visual_map.php:1633
+#: ../../include/functions_events.php:1392
+#: ../../include/functions_events.php:2855
+#: ../../include/functions_filemanager.php:706
+#: ../../include/functions_graph.php:773
+#: ../../include/functions_graph.php:2187
+#: ../../include/functions_graph.php:3957
+#: ../../include/functions_groups.php:803
+#: ../../include/functions_groups.php:805
+#: ../../include/functions_groups.php:807
+#: ../../include/functions_groups.php:808
+#: ../../include/functions_groups.php:809 ../../include/functions_maps.php:46
+#: ../../include/graphs/functions_flot.php:459
+#: ../../include/functions_reporting.php:3410
+#: ../../include/functions_reporting_html.php:490
+#: ../../include/functions_reporting_html.php:569
+#: ../../include/functions_reporting_html.php:1552
+#: ../../include/functions_reporting_html.php:1573
+#: ../../include/functions_reporting_html.php:2036
+#: ../../include/functions_reporting_html.php:2198
+#: ../../include/functions_ui.php:449 ../../include/functions_ui.php:450
+#: ../../mobile/operation/agents.php:36 ../../mobile/operation/modules.php:42
+#: ../../operation/agentes/estado_agente.php:189
+#: ../../operation/agentes/estado_monitores.php:453
+#: ../../operation/agentes/group_view.php:166
+#: ../../operation/agentes/group_view.php:169
+#: ../../operation/agentes/pandora_networkmap.view.php:245
+#: ../../operation/agentes/status_monitor.php:302
+#: ../../operation/agentes/tactical.php:153 ../../operation/tree.php:134
+#: ../../operation/tree.php:159 ../../operation/tree.php:293
+#: ../../enterprise/dashboard/widgets/events_list.php:185
+#: ../../enterprise/dashboard/widgets/service_map.php:87
+#: ../../enterprise/dashboard/widgets/tree_view.php:56
+#: ../../enterprise/dashboard/widgets/tree_view.php:69
+#: ../../enterprise/dashboard/widgets/tree_view.php:217
+#: ../../enterprise/extensions/cron/functions.php:229
+#: ../../enterprise/include/functions_reporting.php:1288
+#: ../../enterprise/include/functions_reporting.php:2080
+#: ../../enterprise/include/functions_reporting.php:2857
+#: ../../enterprise/include/functions_reporting.php:3753
+#: ../../enterprise/include/functions_reporting.php:4440
+#: ../../enterprise/include/functions_reporting.php:4771
+#: ../../enterprise/include/functions_reporting_pdf.php:331
+#: ../../enterprise/include/functions_reporting_pdf.php:684
+#: ../../enterprise/include/functions_reporting_pdf.php:702
+#: ../../enterprise/include/functions_reporting_pdf.php:1308
+#: ../../enterprise/include/functions_reporting_pdf.php:1389
+#: ../../enterprise/include/functions_reporting_pdf.php:1633
+#: ../../enterprise/include/functions_reporting_pdf.php:2054
+#: ../../enterprise/include/functions_reporting_pdf.php:2089
+#: ../../enterprise/meta/monitoring/group_view.php:146
+#: ../../enterprise/meta/monitoring/group_view.php:150
+#: ../../enterprise/meta/monitoring/tactical.php:281
+#: ../../enterprise/operation/agentes/transactional_map.php:247
+#: ../../enterprise/operation/agentes/transactional_map.php:288
+#: ../../enterprise/operation/services/services.list.php:173
+#: ../../enterprise/operation/services/services.list.php:415
+#: ../../enterprise/operation/services/services.service.php:193
+#: ../../enterprise/operation/services/services.service_map.php:129
+#: ../../enterprise/operation/services/services.table_services.php:142
+msgid "Unknown"
+msgstr "不明"
-#: ../../include/ajax/module.php:136 ../../include/functions_netflow.php:1055
-#: ../../include/functions_netflow.php:1088
-#: ../../godmode/setup/performance.php:106
-msgid "12 hours"
-msgstr "12時間"
+#: ../../godmode/alerts/alert_list.builder.php:212
+#: ../../godmode/alerts/configure_alert_template.php:915
+#: ../../godmode/modules/manage_network_components_form_network.php:82
+#: ../../godmode/modules/manage_network_components_form_plugin.php:29
+#: ../../godmode/modules/manage_network_components_form_wmi.php:58
+#: ../../include/functions.php:2036
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:464
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:744
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:951
+#: ../../enterprise/meta/monitoring/wizard/wizard.php:96
+#: ../../enterprise/operation/agentes/policy_view.php:146
+#: ../../enterprise/operation/agentes/policy_view.php:210
+#: ../../enterprise/operation/agentes/policy_view.php:442
+msgid "Empty"
+msgstr "空"
-#: ../../include/ajax/module.php:137 ../../include/functions_netflow.php:1056
-#: ../../include/functions_netflow.php:1089 ../../include/functions.php:2025
-msgid "1 day"
-msgstr "1日"
+#: ../../godmode/alerts/alert_list.list.php:58
+#: ../../enterprise/godmode/reporting/graph_template_list.php:124
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:285
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1484
+msgid "Template name"
+msgstr "テンプレート名"
-#: ../../include/ajax/module.php:138 ../../include/functions_netflow.php:1093
-#: ../../include/functions.php:2026
-msgid "1 week"
-msgstr "1週間"
+#: ../../godmode/alerts/alert_list.list.php:124
+msgid "Field content"
+msgstr "フィールドの内容"
-#: ../../include/ajax/module.php:139 ../../include/functions_netflow.php:1059
-#: ../../include/functions_netflow.php:1092 ../../include/functions.php:2027
-msgid "15 days"
-msgstr "15日"
+#: ../../godmode/alerts/alert_list.list.php:133
+msgid "Enabled / Disabled"
+msgstr "有効 / 無効"
-#: ../../include/ajax/module.php:140 ../../include/functions_netflow.php:1094
-#: ../../include/functions.php:2028
-msgid "1 month"
-msgstr "1ヵ月"
+#: ../../godmode/alerts/alert_list.list.php:135
+#: ../../godmode/alerts/alert_list.list.php:793
+#: ../../godmode/extensions.php:273 ../../godmode/users/user_list.php:466
+#: ../../enterprise/godmode/agentes/plugins_manager.php:146
+#: ../../enterprise/godmode/agentes/plugins_manager.php:193
+#: ../../enterprise/godmode/alerts/alert_events_list.php:715
+#: ../../enterprise/godmode/policies/policy_alerts.php:564
+msgid "Enable"
+msgstr "有効"
-#: ../../include/ajax/module.php:141 ../../include/functions_netflow.php:1063
-msgid "3 months"
-msgstr "3ヵ月"
+#: ../../godmode/alerts/alert_list.list.php:136
+#: ../../godmode/alerts/alert_list.list.php:784
+#: ../../godmode/extensions.php:277 ../../godmode/users/user_list.php:463
+#: ../../include/functions.php:2582
+#: ../../enterprise/godmode/agentes/plugins_manager.php:146
+#: ../../enterprise/godmode/agentes/plugins_manager.php:206
+#: ../../enterprise/godmode/alerts/alert_events_list.php:707
+#: ../../enterprise/godmode/policies/policy_alerts.php:556
+msgid "Disable"
+msgstr "無効"
-#: ../../include/ajax/module.php:142 ../../include/functions_netflow.php:1064
-msgid "6 months"
-msgstr "6ヵ月"
+#: ../../godmode/alerts/alert_list.list.php:138
+#: ../../operation/agentes/alerts_status.functions.php:103
+#: ../../operation/agentes/alerts_status.php:416
+#: ../../operation/agentes/alerts_status.php:462
+#: ../../operation/agentes/alerts_status.php:497
+#: ../../operation/agentes/alerts_status.php:532
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1487
+#: ../../enterprise/operation/agentes/policy_view.php:193
+msgid "Standby"
+msgstr "スタンバイ"
-#: ../../include/ajax/module.php:143 ../../include/functions.php:2031
-msgid "1 year"
-msgstr "1年"
+#: ../../godmode/alerts/alert_list.list.php:140
+#: ../../include/functions_ui.php:826 ../../mobile/operation/alerts.php:44
+#: ../../operation/agentes/alerts_status.functions.php:80
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:898
+#: ../../enterprise/operation/agentes/policy_view.php:221
+msgid "Standby on"
+msgstr "スタンバイ状態"
-#: ../../include/ajax/module.php:144 ../../include/functions_netflow.php:1066
-msgid "2 years"
-msgstr "2年"
+#: ../../godmode/alerts/alert_list.list.php:141
+#: ../../mobile/operation/alerts.php:45
+#: ../../operation/agentes/alerts_status.functions.php:81
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:900
+msgid "Standby off"
+msgstr "非スタンバイ状態"
-#: ../../include/ajax/module.php:145
-msgid "3 years"
-msgstr "3 年"
+#: ../../godmode/alerts/alert_list.list.php:163
+#: ../../operation/agentes/alerts_status.php:396
+msgid "Alert control filter"
+msgstr "アラートフィルタ"
-#: ../../include/ajax/module.php:836 ../../include/ajax/module.php:846
-#: ../../godmode/agentes/module_manager.php:679
-#: ../../godmode/agentes/module_manager.php:689
-msgid "Adopted"
-msgstr "採用"
+#: ../../godmode/alerts/alert_list.list.php:163
+#: ../../godmode/snmpconsole/snmp_alert.php:1019
+#: ../../godmode/users/user_list.php:249
+#: ../../operation/agentes/alerts_status.php:396
+#: ../../operation/agentes/graphs.php:163
+#: ../../operation/snmpconsole/snmp_view.php:456
+#: ../../enterprise/godmode/policies/policy_queue.php:277
+#: ../../enterprise/godmode/policies/policy_queue.php:364
+msgid "Toggle filter(s)"
+msgstr "フィルタ設定"
-#: ../../include/ajax/module.php:846 ../../include/ajax/module.php:850
-#: ../../godmode/massive/massive_edit_modules.php:572
-#: ../../godmode/agentes/module_manager.php:689
-#: ../../godmode/agentes/module_manager.php:693
-msgid "Unlinked"
-msgstr "未リンク"
+#: ../../godmode/alerts/alert_list.list.php:412
+#: ../../godmode/massive/massive_copy_modules.php:133
+#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:129
+#: ../../enterprise/godmode/alerts/alert_events_list.php:427
+#: ../../enterprise/godmode/alerts/alert_events_rules.php:412
+#: ../../enterprise/godmode/policies/policy_alerts.php:242
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:308
+msgid "Operations"
+msgstr "操作"
-#: ../../include/ajax/module.php:1093
-msgid "Any monitors aren't with this filter."
-msgstr "このフィルタに合うモニタ項目がありません。"
+#: ../../godmode/alerts/alert_list.list.php:412
+#: ../../godmode/alerts/alert_templates.php:302
+#: ../../godmode/reporting/graphs.php:163
+#: ../../godmode/reporting/reporting_builder.list_items.php:305
+#: ../../godmode/reporting/reporting_builder.php:567
+#: ../../godmode/reporting/reporting_builder.php:687
+#: ../../godmode/servers/plugin.php:739
+#: ../../godmode/servers/servers.build_table.php:76
+#: ../../godmode/users/profile_list.php:327
+#: ../../godmode/users/user_list.php:278
+#: ../../operation/gis_maps/gis_map.php:94
+#: ../../enterprise/godmode/alerts/alert_events_list.php:427
+#: ../../enterprise/godmode/alerts/alert_events_rules.php:412
+#: ../../enterprise/godmode/modules/local_components.php:484
+#: ../../enterprise/godmode/policies/policies.php:261
+#: ../../enterprise/godmode/policies/policy_alerts.php:242
+#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:255
+#: ../../enterprise/meta/advanced/servers.build_table.php:71
+msgid "Op."
+msgstr "操作"
-#: ../../include/ajax/module.php:1096
-msgid "This agent doesn't have any active monitors."
-msgstr "エージェントに有効な監視がありません。"
+#: ../../godmode/alerts/alert_list.list.php:505
+#: ../../godmode/alerts/alert_view.php:356
+msgid ""
+"The default actions will be executed every time that the alert is fired and "
+"no other action is executed"
+msgstr "他のアクションが無い場合に、アラートが発生するたびに実行されるデフォルトのアクション。"
-#: ../../include/ajax/events.php:158
+#: ../../godmode/alerts/alert_list.list.php:524
+#: ../../godmode/alerts/alert_view.php:195
+#: ../../include/functions_alerts.php:568
+#: ../../enterprise/godmode/alerts/alert_events_list.php:551
+#: ../../enterprise/godmode/policies/policy_alerts.php:328
+#: ../../enterprise/godmode/policies/policy_external_alerts.php:214
+msgid "Always"
+msgstr "常時"
+
+#: ../../godmode/alerts/alert_list.list.php:526
+#: ../../enterprise/godmode/alerts/alert_events_list.php:553
+#: ../../enterprise/godmode/policies/policy_alerts.php:330
+#: ../../enterprise/godmode/policies/policy_external_alerts.php:216
+msgid "On"
+msgstr "次のアラート回数でアクション実施:"
+
+#: ../../godmode/alerts/alert_list.list.php:530
+#: ../../enterprise/godmode/alerts/alert_events_list.php:557
+#: ../../enterprise/godmode/policies/policy_alerts.php:334
+#: ../../enterprise/godmode/policies/policy_external_alerts.php:220
+msgid "Until"
+msgstr "次のアラート回数までアクション実施:"
+
+#: ../../godmode/alerts/alert_list.list.php:552
+msgid "Delete action"
+msgstr "アクションの削除"
+
+#: ../../godmode/alerts/alert_list.list.php:559
+#: ../../godmode/alerts/alert_list.list.php:871
+msgid "Update action"
+msgstr "アクションの更新"
+
+#: ../../godmode/alerts/alert_list.list.php:703
+#: ../../godmode/alerts/alert_list.list.php:707
+#: ../../godmode/alerts/alert_list.list.php:841
+#: ../../godmode/snmpconsole/snmp_alert.php:1234
+#: ../../enterprise/godmode/alerts/alert_events_list.php:582
+#: ../../enterprise/godmode/alerts/alert_events_list.php:584
+#: ../../enterprise/godmode/policies/policy_alerts.php:596
+#: ../../enterprise/godmode/policies/policy_external_alerts.php:242
+msgid "Add action"
+msgstr "アクションの追加"
+
+#: ../../godmode/alerts/alert_list.list.php:718
+msgid "View alert advanced details"
+msgstr "アラートの拡張詳細表示"
+
+#: ../../godmode/alerts/alert_list.list.php:729
+msgid "No alerts defined"
+msgstr "アラートが定義されていません"
+
+#: ../../godmode/alerts/alert_list.list.php:802
+#: ../../enterprise/godmode/alerts/alert_events_list.php:724
+#: ../../enterprise/godmode/policies/policy_alerts.php:573
+msgid "Set off standby"
+msgstr "非スタンバイ状態にする"
+
+#: ../../godmode/alerts/alert_list.list.php:811
+#: ../../enterprise/godmode/alerts/alert_events_list.php:733
+#: ../../enterprise/godmode/policies/policy_alerts.php:582
+msgid "Set standby"
+msgstr "スタンバイ状態にする"
+
+#: ../../godmode/alerts/alert_list.php:80
+msgid "Already added"
+msgstr "すでに追加されています。"
+
+#: ../../godmode/alerts/alert_list.php:170
+#: ../../godmode/massive/massive_add_action_alerts.php:112
+#: ../../godmode/massive/massive_add_alerts.php:112
+#: ../../godmode/massive/massive_add_tags.php:88
+#: ../../operation/incidents/incident_detail.php:67
+#: ../../enterprise/godmode/alerts/alert_events_list.php:186
+#: ../../enterprise/godmode/policies/policy_agents.php:144
+msgid "Successfully added"
+msgstr "追加されました。"
+
+#: ../../godmode/alerts/alert_list.php:170
+#: ../../godmode/massive/massive_add_action_alerts.php:59
+#: ../../godmode/massive/massive_add_action_alerts.php:96
+#: ../../godmode/massive/massive_add_action_alerts.php:112
+#: ../../godmode/massive/massive_add_action_alerts.php:116
+#: ../../godmode/massive/massive_add_action_alerts.php:120
+#: ../../godmode/massive/massive_add_alerts.php:113
+#: ../../godmode/massive/massive_add_tags.php:89
+#: ../../godmode/massive/massive_delete_action_alerts.php:119
+#: ../../operation/incidents/incident_detail.php:68
+#: ../../enterprise/godmode/alerts/alert_events_list.php:187
+#: ../../enterprise/godmode/policies/policy_agents.php:145
+#: ../../enterprise/godmode/policies/policy_alerts.php:188
+#: ../../enterprise/godmode/policies/policy_external_alerts.php:121
+msgid "Could not be added"
+msgstr "追加できませんでした。"
+
+#: ../../godmode/alerts/alert_list.php:264
+#: ../../godmode/massive/massive_standby_alerts.php:96
+#: ../../enterprise/godmode/alerts/alert_events_list.php:255
+#: ../../enterprise/godmode/policies/policy_alerts.php:122
+msgid "Successfully set standby"
+msgstr "スタンバイ状態にしました。"
+
+#: ../../godmode/alerts/alert_list.php:264
+#: ../../godmode/massive/massive_standby_alerts.php:96
+#: ../../enterprise/godmode/alerts/alert_events_list.php:256
+#: ../../enterprise/godmode/policies/policy_alerts.php:122
+msgid "Could not be set standby"
+msgstr "スタンバイ状態にできませんでした。"
+
+#: ../../godmode/alerts/alert_list.php:281
+#: ../../godmode/massive/massive_standby_alerts.php:78
+#: ../../enterprise/godmode/alerts/alert_events_list.php:272
+#: ../../enterprise/godmode/policies/policy_alerts.php:139
+msgid "Successfully set off standby"
+msgstr "非スタンバイ状態にしました。"
+
+#: ../../godmode/alerts/alert_list.php:281
+#: ../../godmode/massive/massive_standby_alerts.php:78
+#: ../../enterprise/godmode/alerts/alert_events_list.php:273
+#: ../../enterprise/godmode/policies/policy_alerts.php:139
+msgid "Could not be set off standby"
+msgstr "非スタンバイ状態にできませんでした。"
+
+#: ../../godmode/alerts/alert_list.php:313
+#: ../../godmode/alerts/alert_view.php:61
+#: ../../godmode/alerts/alert_view.php:62
+#: ../../godmode/alerts/alert_view.php:63
+msgid "List alerts"
+msgstr "アラート一覧"
+
+#: ../../godmode/alerts/alert_list.php:317
+msgid "Builder alert"
+msgstr "アラート作成"
+
+#: ../../godmode/alerts/alert_list.php:326
+#: ../../godmode/alerts/alert_list.php:329
+#: ../../godmode/users/configure_profile.php:268
+#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:456
+msgid "Manage alerts"
+msgstr "アラート管理"
+
+#: ../../godmode/alerts/alert_special_days.php:44 ../../godmode/menu.php:164
+#: ../../godmode/menu.php:165
+msgid "Special days list"
+msgstr "特別日一覧"
+
+#: ../../godmode/alerts/alert_special_days.php:86
+msgid "Skipped dates: "
+msgstr "対象外の日付: "
+
+#: ../../godmode/alerts/alert_special_days.php:106
+msgid "Success to upload iCalendar"
+msgstr "iCalendar をアップロードしました"
+
+#: ../../godmode/alerts/alert_special_days.php:106
+msgid "Fail to upload iCalendar"
+msgstr "iCalendar のアップロードに失敗しました"
+
+#: ../../godmode/alerts/alert_special_days.php:232
+msgid "iCalendar(.ics) file"
+msgstr "iCalendar(.ics) ファイル"
+
+#: ../../godmode/alerts/alert_special_days.php:235
+#: ../../godmode/alerts/configure_alert_special_days.php:79
+msgid "Same day of the week"
+msgstr "同一の曜日"
+
+#: ../../godmode/alerts/alert_special_days.php:237
+#: ../../godmode/alerts/alert_special_days.php:425
+#: ../../godmode/alerts/alert_templates.php:65
+#: ../../godmode/alerts/configure_alert_special_days.php:81
+#: ../../godmode/reporting/reporting_builder.item_editor.php:803
+#: ../../include/functions_html.php:848
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1336
+#: ../../enterprise/include/functions_reporting.php:1175
+#: ../../enterprise/include/functions_reporting.php:1666
+#: ../../enterprise/include/functions_reporting.php:1969
+#: ../../enterprise/include/functions_reporting.php:2391
+#: ../../enterprise/include/functions_reporting.php:3173
+#: ../../enterprise/include/functions_reporting_pdf.php:1517
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:120
+msgid "Monday"
+msgstr "月曜日"
+
+#: ../../godmode/alerts/alert_special_days.php:238
+#: ../../godmode/alerts/alert_special_days.php:428
+#: ../../godmode/alerts/alert_templates.php:66
+#: ../../godmode/alerts/configure_alert_special_days.php:82
+#: ../../godmode/reporting/reporting_builder.item_editor.php:809
+#: ../../include/functions_html.php:849
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1342
+#: ../../enterprise/include/functions_reporting.php:1176
+#: ../../enterprise/include/functions_reporting.php:1667
+#: ../../enterprise/include/functions_reporting.php:1970
+#: ../../enterprise/include/functions_reporting.php:2392
+#: ../../enterprise/include/functions_reporting.php:3174
+#: ../../enterprise/include/functions_reporting_pdf.php:1518
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:121
+msgid "Tuesday"
+msgstr "火曜日"
+
+#: ../../godmode/alerts/alert_special_days.php:239
+#: ../../godmode/alerts/alert_special_days.php:431
+#: ../../godmode/alerts/alert_templates.php:67
+#: ../../godmode/alerts/configure_alert_special_days.php:83
+#: ../../godmode/reporting/reporting_builder.item_editor.php:815
+#: ../../include/functions_html.php:850
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1348
+#: ../../enterprise/include/functions_reporting.php:1177
+#: ../../enterprise/include/functions_reporting.php:1668
+#: ../../enterprise/include/functions_reporting.php:1971
+#: ../../enterprise/include/functions_reporting.php:2393
+#: ../../enterprise/include/functions_reporting.php:3175
+#: ../../enterprise/include/functions_reporting_pdf.php:1519
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:122
+msgid "Wednesday"
+msgstr "水曜日"
+
+#: ../../godmode/alerts/alert_special_days.php:240
+#: ../../godmode/alerts/alert_special_days.php:434
+#: ../../godmode/alerts/alert_templates.php:68
+#: ../../godmode/alerts/configure_alert_special_days.php:84
+#: ../../godmode/reporting/reporting_builder.item_editor.php:821
+#: ../../include/functions_html.php:851
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1354
+#: ../../enterprise/include/functions_reporting.php:1178
+#: ../../enterprise/include/functions_reporting.php:1669
+#: ../../enterprise/include/functions_reporting.php:1972
+#: ../../enterprise/include/functions_reporting.php:2394
+#: ../../enterprise/include/functions_reporting.php:3176
+#: ../../enterprise/include/functions_reporting_pdf.php:1520
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:123
+msgid "Thursday"
+msgstr "木曜日"
+
+#: ../../godmode/alerts/alert_special_days.php:241
+#: ../../godmode/alerts/alert_special_days.php:437
+#: ../../godmode/alerts/alert_templates.php:69
+#: ../../godmode/alerts/configure_alert_special_days.php:85
+#: ../../godmode/reporting/reporting_builder.item_editor.php:827
+#: ../../include/functions_html.php:852
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1360
+#: ../../enterprise/include/functions_reporting.php:1179
+#: ../../enterprise/include/functions_reporting.php:1670
+#: ../../enterprise/include/functions_reporting.php:1973
+#: ../../enterprise/include/functions_reporting.php:2395
+#: ../../enterprise/include/functions_reporting.php:3177
+#: ../../enterprise/include/functions_reporting_pdf.php:1521
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:124
+msgid "Friday"
+msgstr "金曜日"
+
+#: ../../godmode/alerts/alert_special_days.php:242
+#: ../../godmode/alerts/alert_special_days.php:440
+#: ../../godmode/alerts/alert_templates.php:70
+#: ../../godmode/alerts/configure_alert_special_days.php:86
+#: ../../godmode/reporting/reporting_builder.item_editor.php:833
+#: ../../include/functions_html.php:853
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1366
+#: ../../enterprise/include/functions_reporting.php:1180
+#: ../../enterprise/include/functions_reporting.php:1671
+#: ../../enterprise/include/functions_reporting.php:1974
+#: ../../enterprise/include/functions_reporting.php:2396
+#: ../../enterprise/include/functions_reporting.php:3178
+#: ../../enterprise/include/functions_reporting_pdf.php:1522
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:125
+msgid "Saturday"
+msgstr "土曜日"
+
+#: ../../godmode/alerts/alert_special_days.php:243
+#: ../../godmode/alerts/alert_special_days.php:443
+#: ../../godmode/alerts/alert_templates.php:71
+#: ../../godmode/alerts/configure_alert_special_days.php:87
+#: ../../godmode/reporting/reporting_builder.item_editor.php:839
+#: ../../include/functions_html.php:847
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1372
+#: ../../enterprise/include/functions_reporting.php:1181
+#: ../../enterprise/include/functions_reporting.php:1672
+#: ../../enterprise/include/functions_reporting.php:1975
+#: ../../enterprise/include/functions_reporting.php:2397
+#: ../../enterprise/include/functions_reporting.php:3179
+#: ../../enterprise/include/functions_reporting_pdf.php:1523
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:126
+msgid "Sunday"
+msgstr "日曜日"
+
+#: ../../godmode/alerts/alert_special_days.php:254
+msgid "Overwrite"
+msgstr "上書き"
+
+#: ../../godmode/alerts/alert_special_days.php:255
+msgid "Check this box, if you want to overwrite existing same days."
+msgstr "既存の同一日の設定を上書きしたい場合は、ここをチェックします。"
+
+#: ../../godmode/alerts/alert_special_days.php:273
+msgid "Display range: "
+msgstr "表示範囲: "
+
+#: ../../godmode/alerts/alert_special_days.php:347
+#: ../../enterprise/include/functions_reporting.php:1213
+#: ../../enterprise/include/functions_reporting.php:2010
+#: ../../enterprise/include/functions_reporting.php:2788
+#: ../../enterprise/include/functions_reporting_pdf.php:1554
+msgid "January"
+msgstr "1月"
+
+#: ../../godmode/alerts/alert_special_days.php:350
+#: ../../enterprise/include/functions_reporting.php:1216
+#: ../../enterprise/include/functions_reporting.php:2013
+#: ../../enterprise/include/functions_reporting.php:2791
+#: ../../enterprise/include/functions_reporting_pdf.php:1557
+msgid "February"
+msgstr "2月"
+
+#: ../../godmode/alerts/alert_special_days.php:353
+#: ../../enterprise/include/functions_reporting.php:1219
+#: ../../enterprise/include/functions_reporting.php:2016
+#: ../../enterprise/include/functions_reporting.php:2794
+#: ../../enterprise/include/functions_reporting_pdf.php:1560
+msgid "March"
+msgstr "3月"
+
+#: ../../godmode/alerts/alert_special_days.php:356
+#: ../../enterprise/include/functions_reporting.php:1222
+#: ../../enterprise/include/functions_reporting.php:2019
+#: ../../enterprise/include/functions_reporting.php:2797
+#: ../../enterprise/include/functions_reporting_pdf.php:1563
+msgid "April"
+msgstr "4月"
+
+#: ../../godmode/alerts/alert_special_days.php:359
+#: ../../enterprise/include/functions_reporting.php:1225
+#: ../../enterprise/include/functions_reporting.php:2022
+#: ../../enterprise/include/functions_reporting.php:2800
+#: ../../enterprise/include/functions_reporting_pdf.php:1566
+msgid "May"
+msgstr "5月"
+
+#: ../../godmode/alerts/alert_special_days.php:362
+#: ../../enterprise/include/functions_reporting.php:1228
+#: ../../enterprise/include/functions_reporting.php:2025
+#: ../../enterprise/include/functions_reporting.php:2803
+#: ../../enterprise/include/functions_reporting_pdf.php:1569
+msgid "June"
+msgstr "6月"
+
+#: ../../godmode/alerts/alert_special_days.php:365
+#: ../../enterprise/include/functions_reporting.php:1231
+#: ../../enterprise/include/functions_reporting.php:2028
+#: ../../enterprise/include/functions_reporting.php:2806
+#: ../../enterprise/include/functions_reporting_pdf.php:1572
+msgid "July"
+msgstr "7月"
+
+#: ../../godmode/alerts/alert_special_days.php:368
+#: ../../enterprise/include/functions_reporting.php:1234
+#: ../../enterprise/include/functions_reporting.php:2031
+#: ../../enterprise/include/functions_reporting.php:2809
+#: ../../enterprise/include/functions_reporting_pdf.php:1575
+msgid "August"
+msgstr "8月"
+
+#: ../../godmode/alerts/alert_special_days.php:371
+#: ../../enterprise/include/functions_reporting.php:1237
+#: ../../enterprise/include/functions_reporting.php:2034
+#: ../../enterprise/include/functions_reporting.php:2812
+#: ../../enterprise/include/functions_reporting_pdf.php:1578
+msgid "September"
+msgstr "9月"
+
+#: ../../godmode/alerts/alert_special_days.php:374
+#: ../../enterprise/include/functions_reporting.php:1240
+#: ../../enterprise/include/functions_reporting.php:2037
+#: ../../enterprise/include/functions_reporting.php:2815
+#: ../../enterprise/include/functions_reporting_pdf.php:1581
+msgid "October"
+msgstr "10月"
+
+#: ../../godmode/alerts/alert_special_days.php:377
+#: ../../enterprise/include/functions_reporting.php:1243
+#: ../../enterprise/include/functions_reporting.php:2040
+#: ../../enterprise/include/functions_reporting.php:2818
+#: ../../enterprise/include/functions_reporting_pdf.php:1584
+msgid "November"
+msgstr "11月"
+
+#: ../../godmode/alerts/alert_special_days.php:380
+#: ../../enterprise/include/functions_reporting.php:1246
+#: ../../enterprise/include/functions_reporting.php:2043
+#: ../../enterprise/include/functions_reporting.php:2821
+#: ../../enterprise/include/functions_reporting_pdf.php:1587
+msgid "December"
+msgstr "12月"
+
+#: ../../godmode/alerts/alert_special_days.php:422
+msgid "Same as "
+msgstr "同じ日: "
+
+#: ../../godmode/alerts/alert_special_days.php:452
+#: ../../godmode/events/event_edit_filter.php:361
+#: ../../godmode/events/event_edit_filter.php:376
+#: ../../operation/events/events_list.php:337
+#: ../../operation/events/events_list.php:364
+#: ../../enterprise/godmode/agentes/collection_manager.php:167
+#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:115
+#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:113
+#: ../../enterprise/godmode/policies/policy_collections.php:125
+msgid "Remove"
+msgstr "削除"
+
+#: ../../godmode/alerts/alert_templates.php:62
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:117
+msgid "Everyday"
+msgstr "毎日"
+
+#: ../../godmode/alerts/alert_templates.php:73
+#: ../../include/functions_config.php:687
+#: ../../enterprise/extensions/ipam/ipam_editor.php:95
+#: ../../enterprise/godmode/setup/setup_history.php:68
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:128
+msgid "Days"
+msgstr "日間"
+
+#: ../../godmode/alerts/alert_templates.php:73
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:128
+msgid "Every"
+msgstr "毎"
+
+#: ../../godmode/alerts/alert_templates.php:83
+#: ../../enterprise/dashboard/widgets/tactical.php:32
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:138
+msgid "and"
+msgstr "と"
+
+#: ../../godmode/alerts/alert_templates.php:89
+#: ../../godmode/alerts/alert_view.php:306
+#: ../../godmode/alerts/configure_alert_template.php:549
+#: ../../godmode/snmpconsole/snmp_alert.php:919
+#: ../../enterprise/godmode/alerts/alert_events.php:453
+#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:257
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:143
+msgid "Time threshold"
+msgstr "再通知間隔"
+
+#: ../../godmode/alerts/alert_templates.php:268
+#: ../../godmode/modules/manage_network_components.php:532
+#: ../../godmode/reporting/reporting_builder.list_items.php:206
+#: ../../godmode/tag/tag.php:176 ../../godmode/tag/tag.php:281
+#: ../../godmode/users/user_list.php:243
+#: ../../operation/agentes/alerts_status.php:390
+#: ../../operation/agentes/status_monitor.php:533
+#: ../../operation/events/events_list.php:635 ../../operation/tree.php:184
+#: ../../enterprise/godmode/alerts/alert_events_list.php:382
+#: ../../enterprise/godmode/modules/local_components.php:457
+#: ../../enterprise/meta/advanced/metasetup.translate_string.php:148
+#: ../../enterprise/meta/advanced/policymanager.queue.php:244
+#: ../../enterprise/meta/agentsearch.php:71
+msgid "Show Options"
+msgstr "オプション表示"
+
+#: ../../godmode/alerts/alert_templates.php:359
+msgid "No alert templates defined"
+msgstr "アラートテンプレートが定義されていません"
+
+#: ../../godmode/alerts/alert_view.php:49
+#: ../../godmode/alerts/alert_view.php:324
+#: ../../include/functions_events.php:2140
+msgid "Alert details"
+msgstr "アラート詳細"
+
+#: ../../godmode/alerts/alert_view.php:106
+#: ../../mobile/operation/alerts.php:96 ../../mobile/operation/alerts.php:97
+#: ../../mobile/operation/alerts.php:203 ../../mobile/operation/alerts.php:204
+msgid "Stand by"
+msgstr "スタンバイ"
+
+#: ../../godmode/alerts/alert_view.php:144
+#: ../../godmode/alerts/configure_alert_template.php:844
+#: ../../include/functions_ui.php:1012
+msgid ""
+"The alert would fire when the value matches "
+msgstr "取得した値が にマッチした場合、アラートを発生させます。"
+
+#: ../../godmode/alerts/alert_view.php:147 ../../include/functions_ui.php:1015
+msgid ""
+"The alert would fire when the value doesn't match "
+msgstr "取得した値が にマッチしない場合、アラートを発生させます。"
+
+#: ../../godmode/alerts/alert_view.php:152
+#: ../../godmode/alerts/configure_alert_template.php:846
+#: ../../include/functions_ui.php:1003
+msgid "The alert would fire when the value is "
+msgstr "取得した値が の場合、アラートを発生させます。"
+
+#: ../../godmode/alerts/alert_view.php:156
+#: ../../godmode/alerts/configure_alert_template.php:847
+#: ../../include/functions_ui.php:1007
+msgid "The alert would fire when the value is not "
+msgstr "取得した値が 以外の場合、アラートを発生させます。"
+
+#: ../../godmode/alerts/alert_view.php:161
+#: ../../godmode/alerts/configure_alert_template.php:848
+#: ../../include/functions_ui.php:1021
+msgid ""
+"The alert would fire when the value is between and "
+""
+msgstr ""
+"取得した値が と "
+"の間になったら、アラートを発生させます。"
+
+#: ../../godmode/alerts/alert_view.php:164 ../../include/functions_ui.php:1024
+msgid ""
+"The alert would fire when the value is not between "
+"and "
+msgstr ""
+"取得した値が と "
+"の間を外れたら、アラートを発生させます。"
+
+#: ../../godmode/alerts/alert_view.php:170
+#: ../../godmode/alerts/configure_alert_template.php:850
+msgid "The alert would fire when the value is below "
+msgstr "値が より小さかったときにアラートが発報します"
+
+#: ../../godmode/alerts/alert_view.php:174
+#: ../../godmode/alerts/configure_alert_template.php:851
+msgid "The alert would fire when the value is above "
+msgstr "値が を超えたときにアラートが発報されます"
+
+#: ../../godmode/alerts/alert_view.php:179
+#: ../../godmode/alerts/configure_alert_template.php:854
+msgid "The alert would fire when the module value changes"
+msgstr "モジュールの値が変化したときにアラートが上がります。"
+
+#: ../../godmode/alerts/alert_view.php:182
+#: ../../godmode/alerts/configure_alert_template.php:855
+msgid "The alert would fire when the module value does not change"
+msgstr "モジュールの値が変化しなかったときにアラートが上がります。"
+
+#: ../../godmode/alerts/alert_view.php:186
+#: ../../godmode/alerts/configure_alert_template.php:852
+#: ../../include/functions_ui.php:1038
+msgid "The alert would fire when the module is in warning status"
+msgstr "該当モジュールが警告状態になったら、アラートを発生させます。"
+
+#: ../../godmode/alerts/alert_view.php:189
+#: ../../godmode/alerts/configure_alert_template.php:853
+#: ../../include/functions_ui.php:1043
+msgid "The alert would fire when the module is in critical status"
+msgstr "該当モジュールが障害になったら、アラートを発生させます。"
+
+#: ../../godmode/alerts/alert_view.php:192
+#: ../../godmode/alerts/configure_alert_template.php:856
+msgid "The alert would fire when the module is in unknown status"
+msgstr "モジュールが不明状態になるとアラートが発生します。"
+
+#: ../../godmode/alerts/alert_view.php:298
+#: ../../godmode/alerts/configure_alert_template.php:536
+msgid "Use special days list"
+msgstr "特別日一覧を利用する"
+
+#: ../../godmode/alerts/alert_view.php:310
+msgid "Number of alerts"
+msgstr "アラート数"
+
+#: ../../godmode/alerts/alert_view.php:310
+#: ../../godmode/reporting/reporting_builder.item_editor.php:779
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1286
+#: ../../include/functions_graph.php:758 ../../include/functions_graph.php:759
+#: ../../include/functions_graph.php:760 ../../include/functions_graph.php:763
+#: ../../include/functions_graph.php:1435
+#: ../../include/functions_graph.php:3947
+#: ../../include/functions_graph.php:3952
+#: ../../include/functions_graph.php:4670
+#: ../../include/functions_graph.php:4673
+#: ../../include/functions_graph.php:4676
+#: ../../include/graphs/functions_pchart.php:208
+#: ../../include/graphs/functions_pchart.php:1188
+#: ../../include/functions_reporting.php:951
+#: ../../include/functions_ui.php:2001
+#: ../../enterprise/dashboard/widgets/top_n.php:477
+#: ../../enterprise/godmode/reporting/reporting_builder.global.php:199
+#: ../../enterprise/godmode/reporting/reporting_builder.global.php:261
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1314
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1592
+#: ../../enterprise/meta/include/functions_wizard_meta.php:840
+#: ../../enterprise/meta/include/functions_wizard_meta.php:849
+#: ../../enterprise/meta/include/functions_wizard_meta.php:926
+#: ../../enterprise/meta/include/functions_wizard_meta.php:935
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1127
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1136
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1343
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1352
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1424
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1433
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1540
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1549
+msgid "Min"
+msgstr "最小"
+
+#: ../../godmode/alerts/alert_view.php:310
+#: ../../godmode/reporting/reporting_builder.item_editor.php:781
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1284
+#: ../../include/functions_graph.php:758 ../../include/functions_graph.php:759
+#: ../../include/functions_graph.php:760 ../../include/functions_graph.php:763
+#: ../../include/functions_graph.php:1433
+#: ../../include/functions_graph.php:3947
+#: ../../include/functions_graph.php:3952
+#: ../../include/functions_graph.php:4670
+#: ../../include/functions_graph.php:4673
+#: ../../include/functions_graph.php:4676
+#: ../../include/graphs/functions_pchart.php:202
+#: ../../include/graphs/functions_pchart.php:1190
+#: ../../include/functions_reporting.php:948
+#: ../../include/functions_ui.php:2001
+#: ../../enterprise/dashboard/widgets/top_n.php:474
+#: ../../enterprise/godmode/reporting/reporting_builder.global.php:204
+#: ../../enterprise/godmode/reporting/reporting_builder.global.php:258
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1312
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1590
+#: ../../enterprise/meta/include/functions_wizard_meta.php:842
+#: ../../enterprise/meta/include/functions_wizard_meta.php:851
+#: ../../enterprise/meta/include/functions_wizard_meta.php:928
+#: ../../enterprise/meta/include/functions_wizard_meta.php:937
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1129
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1138
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1345
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1354
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1426
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1435
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1542
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1551
+msgid "Max"
+msgstr "最大"
+
+#: ../../godmode/alerts/alert_view.php:325
+msgid "Firing conditions"
+msgstr "発報条件"
+
+#: ../../godmode/alerts/alert_view.php:348
+#: ../../godmode/alerts/alert_view.php:370
+msgid "Every time that the alert is fired"
+msgstr "アラート発生のたび"
+
+#: ../../godmode/alerts/alert_view.php:414
+msgid ""
+"Select the desired action and mode to see the Firing/Recovery fields for "
+"this action"
+msgstr "このアクションの発報・リカバリフィールドを見るには、目的のアクションとモードを選択してください。"
+
+#: ../../godmode/alerts/alert_view.php:417
+msgid "Select the action"
+msgstr "アクションを選択"
+
+#: ../../godmode/alerts/alert_view.php:420
+#: ../../godmode/alerts/configure_alert_action.php:148
+msgid "Firing"
+msgstr "障害通知"
+
+#: ../../godmode/alerts/alert_view.php:421
+msgid "Recovering"
+msgstr "リカバリ中"
+
+#: ../../godmode/alerts/alert_view.php:423
+#: ../../godmode/massive/massive_edit_modules.php:545
+#: ../../godmode/servers/manage_recontask.php:291
+#: ../../godmode/servers/manage_recontask_form.php:237
+#: ../../enterprise/godmode/services/services.service.php:253
+#: ../../enterprise/operation/services/services.list.php:192
+#: ../../enterprise/operation/services/services.table_services.php:161
+msgid "Mode"
+msgstr "モード"
+
+#: ../../godmode/alerts/alert_view.php:438
+#: ../../godmode/alerts/alert_view.php:532
+#: ../../godmode/alerts/configure_alert_template.php:670
+msgid "Firing fields"
+msgstr "発報フィールド"
+
+#: ../../godmode/alerts/alert_view.php:439
+msgid ""
+"Fields passed to the command executed by this action when the alert is fired"
+msgstr "アラートが発報されたときに、このアクションによって実行されるコマンドに渡されるフィールド"
+
+#: ../../godmode/alerts/alert_view.php:442
+#: ../../godmode/alerts/alert_view.php:531
+msgid "Fields configured on the command associated to the action"
+msgstr "アクションに関連付けられたコマンドで設定されたフィールド"
+
+#: ../../godmode/alerts/alert_view.php:443
+msgid "Template fields"
+msgstr "テンプレートフィールド"
+
+#: ../../godmode/alerts/alert_view.php:444
+msgid "Triggering fields configured in template"
+msgstr "テンプレートで設定したトリガーフィールド"
+
+#: ../../godmode/alerts/alert_view.php:445
+msgid "Action fields"
+msgstr "アクションフィールド"
+
+#: ../../godmode/alerts/alert_view.php:446
+msgid "Triggering fields configured in action"
+msgstr "アクションで設定したトリガーフィールド"
+
+#: ../../godmode/alerts/alert_view.php:448
+msgid "Executed on firing"
+msgstr "発報時の実行"
+
+#: ../../godmode/alerts/alert_view.php:449
+#: ../../godmode/alerts/alert_view.php:532
+msgid "Fields used on execution when the alert is fired"
+msgstr "アラートが発報したときに実行に使われるフィールド"
+
+#: ../../godmode/alerts/alert_view.php:508
+#: ../../godmode/alerts/alert_view.php:595
+#: ../../godmode/alerts/configure_alert_action.php:153
+#: ../../godmode/servers/plugin.php:381
+msgid "Command preview"
+msgstr "実行されるコマンドのプレビュー"
+
+#: ../../godmode/alerts/alert_view.php:516
+msgid "The alert recovering is disabled on this template."
+msgstr "このテンプレートでは復旧アラートが無効です。"
+
+#: ../../godmode/alerts/alert_view.php:529
+msgid "Recovering fields"
+msgstr "復旧フィールド"
+
+#: ../../godmode/alerts/alert_view.php:529
+msgid ""
+"Fields passed to the command executed by this action when the alert is "
+"recovered"
+msgstr "アラートが復旧したときに、このアクションによって実行されるコマンドに渡されるフィールド"
+
+#: ../../godmode/alerts/alert_view.php:533
+msgid "Template recovery fields"
+msgstr "テンプレート復旧フィールド"
+
+#: ../../godmode/alerts/alert_view.php:533
+msgid "Recovery fields configured in alert template"
+msgstr "アラートテンプレートで設定した復旧フィールド"
+
+#: ../../godmode/alerts/alert_view.php:534
+msgid "Action recovery fields"
+msgstr "アクション復旧フィールド"
+
+#: ../../godmode/alerts/alert_view.php:534
+msgid "Recovery fields configured in alert action"
+msgstr "アラートアクションで設定した復旧フィールド"
+
+#: ../../godmode/alerts/alert_view.php:535
+msgid "Executed on recovery"
+msgstr "復旧時の実行"
+
+#: ../../godmode/alerts/alert_view.php:535
+msgid "Fields used on execution when the alert is recovered"
+msgstr "アラートが復旧した時に実行に使われるフィールド"
+
+#: ../../godmode/alerts/configure_alert_action.php:57
+#: ../../godmode/alerts/configure_alert_action.php:66
+msgid "Configure alert action"
+msgstr "アクションの作成"
+
+#: ../../godmode/alerts/configure_alert_action.php:98
+msgid "Update Action"
+msgstr "アクションの更新"
+
+#: ../../godmode/alerts/configure_alert_action.php:128
+#: ../../godmode/alerts/configure_alert_command.php:150
+#: ../../godmode/events/event_responses.editor.php:114
+#: ../../godmode/events/event_responses.editor.php:121
+#: ../../godmode/events/event_responses.editor.php:124
+#: ../../godmode/massive/massive_edit_plugins.php:437
+#: ../../godmode/servers/plugin.php:388 ../../godmode/servers/plugin.php:394
+#: ../../godmode/servers/plugin.php:737
+#: ../../godmode/servers/recon_script.php:370
+msgid "Command"
+msgstr "コマンド"
+
+#: ../../godmode/alerts/configure_alert_action.php:136
+#: ../../godmode/alerts/configure_alert_command.php:130
+msgid "Create Command"
+msgstr "コマンドの作成"
+
+#: ../../godmode/alerts/configure_alert_action.php:149
+msgid "Recovery"
+msgstr "復旧通知"
+
+#: ../../godmode/alerts/configure_alert_command.php:42
+msgid "Configure alert command"
+msgstr "コマンドの作成"
+
+#: ../../godmode/alerts/configure_alert_command.php:127
+msgid "Update Command"
+msgstr "コマンドの更新"
+
+#: ../../godmode/alerts/configure_alert_command.php:160
#, php-format
-msgid "Executing command: %s"
-msgstr "コマンド実行中: %s"
+msgid "Field %s description"
+msgstr "フィールド %s の説明"
-#: ../../include/ajax/events.php:165
-msgid "Execute again"
-msgstr "再実行"
+#: ../../godmode/alerts/configure_alert_command.php:175
+#, php-format
+msgid "Field %s values"
+msgstr "フィールド %s の値"
+
+#: ../../godmode/alerts/configure_alert_special_days.php:55
+msgid "Configure special day"
+msgstr "特別日設定"
+
+#: ../../godmode/alerts/configure_alert_template.php:63
+#: ../../godmode/alerts/configure_alert_template.php:82
+#: ../../godmode/alerts/configure_alert_template.php:100
+#: ../../include/functions_menu.php:483
+msgid "Configure alert template"
+msgstr "アラートテンプレート設定"
+
+#: ../../godmode/alerts/configure_alert_template.php:118
+#: ../../godmode/modules/manage_network_components.php:160
+#: ../../enterprise/godmode/modules/local_components.php:106
+#, php-format
+msgid "Successfully created from %s"
+msgstr "%s から作成しました。"
+
+#: ../../godmode/alerts/configure_alert_template.php:147
+#: ../../godmode/alerts/configure_alert_template.php:152
+#: ../../godmode/alerts/configure_alert_template.php:167
+#: ../../godmode/alerts/configure_alert_template.php:172
+#: ../../godmode/alerts/configure_alert_template.php:187
+#: ../../godmode/alerts/configure_alert_template.php:192
+#: ../../include/functions_config.php:691
+#: ../../enterprise/godmode/alerts/alert_events.php:96
+#: ../../enterprise/godmode/alerts/alert_events.php:101
+#: ../../enterprise/godmode/alerts/alert_events.php:116
+#: ../../enterprise/godmode/alerts/alert_events.php:121
+#: ../../enterprise/godmode/alerts/alert_events.php:136
+#: ../../enterprise/godmode/alerts/alert_events.php:141
+#: ../../enterprise/godmode/setup/setup_history.php:71
+msgid "Step"
+msgstr "ステップ"
-#: ../../include/ajax/events.php:299 ../../include/functions_reports.php:581
-#: ../../include/functions_reporting.php:5451
#: ../../godmode/alerts/configure_alert_template.php:148
#: ../../godmode/alerts/configure_alert_template.php:153
-#: ../../godmode/setup/setup.php:74 ../../godmode/setup/setup.php:112
#: ../../godmode/servers/plugin.php:326 ../../godmode/servers/plugin.php:332
+#: ../../godmode/setup/setup.php:74 ../../godmode/setup/setup.php:112
+#: ../../include/ajax/events.php:299 ../../include/functions_reports.php:581
+#: ../../include/functions_reporting.php:5451
+#: ../../enterprise/godmode/alerts/alert_events.php:97
+#: ../../enterprise/godmode/alerts/alert_events.php:102
+#: ../../enterprise/godmode/reporting/reporting_builder.global.php:46
+#: ../../enterprise/include/functions_reporting_csv.php:483
+#: ../../enterprise/meta/include/functions_wizard_meta.php:184
+#: ../../enterprise/meta/include/functions_wizard_meta.php:416
+#: ../../enterprise/meta/include/functions_wizard_meta.php:485
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1014
msgid "General"
msgstr "一般"
-#: ../../include/ajax/events.php:300
-msgid "Details"
-msgstr "詳細"
+#: ../../godmode/alerts/configure_alert_template.php:168
+#: ../../godmode/alerts/configure_alert_template.php:173
+#: ../../enterprise/godmode/alerts/alert_events.php:117
+#: ../../enterprise/godmode/alerts/alert_events.php:122
+msgid "Conditions"
+msgstr "状態"
-#: ../../include/ajax/events.php:301
-msgid "Agent fields"
-msgstr "エージェントフィールド"
+#: ../../godmode/alerts/configure_alert_template.php:188
+#: ../../godmode/alerts/configure_alert_template.php:193
+#: ../../enterprise/godmode/alerts/alert_events.php:137
+#: ../../enterprise/godmode/alerts/alert_events.php:142
+msgid "Advanced fields"
+msgstr "拡張フィールド"
-#: ../../include/ajax/events.php:306 ../../godmode/events/events.php:73
+#: ../../godmode/alerts/configure_alert_template.php:520
+#: ../../enterprise/godmode/alerts/alert_events.php:430
+msgid "Days of week"
+msgstr "曜日"
+
+#: ../../godmode/alerts/configure_alert_template.php:539
+#: ../../godmode/reporting/reporting_builder.item_editor.php:847
+#: ../../enterprise/godmode/alerts/alert_events.php:446
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1380
+msgid "Time from"
+msgstr "開始時間"
+
+#: ../../godmode/alerts/configure_alert_template.php:543
+#: ../../godmode/reporting/reporting_builder.item_editor.php:856
+#: ../../enterprise/godmode/alerts/alert_events.php:449
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1388
+msgid "Time to"
+msgstr "終了時間"
+
+#: ../../godmode/alerts/configure_alert_template.php:553
+#: ../../godmode/snmpconsole/snmp_alert.php:911
+#: ../../enterprise/godmode/alerts/alert_events.php:457
+#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:253
+msgid "Min. number of alerts"
+msgstr "最小アラート数"
+
+#: ../../godmode/alerts/configure_alert_template.php:557
+msgid "Reset counter for non-sustained alerts"
+msgstr "アラートが継続しない場合にカウンターをリセット"
+
+#: ../../godmode/alerts/configure_alert_template.php:557
+msgid ""
+"Enable this option if you want the counter to be reset when the alert is not "
+"being fired consecutively, even if it's within the time threshold"
+msgstr "再通知間隔内であっても、アラートが継続していない場合は最小アラート数のカウンタをリセットしたい場合にこのオプションを有効化します。"
+
+#: ../../godmode/alerts/configure_alert_template.php:560
+#: ../../godmode/snmpconsole/snmp_alert.php:914
+#: ../../enterprise/godmode/alerts/alert_events.php:460
+#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:255
+msgid "Max. number of alerts"
+msgstr "最大アラート数"
+
+#: ../../godmode/alerts/configure_alert_template.php:588
+msgid ""
+"Unless they're left blank, the fields from the action will override those "
+"set on the template."
+msgstr "空白のままにしない限り、テンプレートにおける設定よりもアクションにおける設定が優先されます。"
+
+#: ../../godmode/alerts/configure_alert_template.php:590
+msgid "Condition type"
+msgstr "条件種別"
+
+#: ../../godmode/alerts/configure_alert_template.php:597
+msgid "Trigger when matches the value"
+msgstr "以下の値にマッチしたら、条件を満たしたと判断する。"
+
+#: ../../godmode/alerts/configure_alert_template.php:609
+msgid "The regular expression is valid"
+msgstr "この正規表現は正しいです。"
+
+#: ../../godmode/alerts/configure_alert_template.php:614
+msgid "The regular expression is not valid"
+msgstr "この正規表現は間違っています。"
+
+#: ../../godmode/alerts/configure_alert_template.php:620
+#: ../../godmode/massive/massive_edit_modules.php:372
+#: ../../godmode/massive/massive_edit_modules.php:418
+#: ../../godmode/massive/massive_edit_modules.php:514
+#: ../../godmode/modules/manage_network_components_form_common.php:119
+#: ../../godmode/modules/manage_network_components_form_common.php:136
+#: ../../include/functions_alerts.php:561
+#: ../../include/functions_graph.php:4320
+#: ../../include/functions_reporting_html.php:3130
+#: ../../include/functions_treeview.php:94
+#: ../../include/functions_treeview.php:107
+#: ../../enterprise/dashboard/widgets/top_n.php:79
+#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:241
+#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:270
+#: ../../enterprise/godmode/modules/configure_local_component.php:238
+#: ../../enterprise/godmode/modules/configure_local_component.php:255
+msgid "Min."
+msgstr "最小"
+
+#: ../../godmode/alerts/configure_alert_template.php:662
+msgid "Alert recovery"
+msgstr "復旧アラート"
+
+#: ../../godmode/alerts/configure_alert_template.php:663
+#: ../../include/functions_groups.php:2158
+#: ../../include/functions_reporting_html.php:2086
+#: ../../operation/agentes/estado_generalagente.php:297
+#: ../../enterprise/extensions/ipam/ipam_ajax.php:196
+#: ../../enterprise/extensions/ipam/ipam_massive.php:79
+#: ../../enterprise/extensions/ipam/ipam_network.php:542
+#: ../../enterprise/godmode/setup/setup.php:98
+#: ../../enterprise/include/functions_reporting_pdf.php:2337
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:892
+msgid "Enabled"
+msgstr "有効"
+
+#: ../../godmode/alerts/configure_alert_template.php:671
+msgid "Recovery fields"
+msgstr "復旧フィールド"
+
+#: ../../godmode/alerts/configure_alert_template.php:772
+#: ../../godmode/modules/manage_network_components_form_common.php:58
+#: ../../enterprise/godmode/modules/configure_local_component.php:155
+msgid "Wizard level"
+msgstr "ウィザードレベル"
+
+#: ../../godmode/alerts/configure_alert_template.php:774
+msgid "No wizard"
+msgstr "ウィザードがありません"
+
+#: ../../godmode/alerts/configure_alert_template.php:821
+#: ../../godmode/alerts/configure_alert_template.php:825
+#: ../../enterprise/dashboard/full_dashboard.php:210
+#: ../../enterprise/dashboard/public_dashboard.php:226
+#: ../../enterprise/godmode/alerts/alert_events.php:552
+#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:163
+#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:183
+#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:212
+#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:173
+#: ../../enterprise/meta/monitoring/wizard/wizard.php:90
+msgid "Next"
+msgstr "次"
+
+#: ../../godmode/alerts/configure_alert_template.php:845
+#, php-format
+msgid "The alert would fire when the value doesn\\'t match %s"
+msgstr "値が %s にマッチしなかったときにアラートが発報します"
+
+#: ../../godmode/alerts/configure_alert_template.php:849
+msgid ""
+"The alert would fire when the value is not between and "
+msgstr ""
+"値が と の間に無い場合に、アラートを発報します。"
+
+#: ../../godmode/alerts/configure_alert_template.php:857
+msgid ""
+"The alert template cannot have the same value for min and max thresholds."
+msgstr "アラートテンプレートは最小と最大の閾値に同じ値を設定できません。"
+
+#: ../../godmode/category/category.php:44
+#: ../../godmode/category/category.php:51
+#: ../../godmode/category/edit_category.php:43
+#: ../../godmode/category/edit_category.php:50
+msgid "List categories"
+msgstr "カテゴリ一覧"
+
+#: ../../godmode/category/category.php:58
+#: ../../godmode/category/category.php:61
+#: ../../godmode/category/edit_category.php:57
+#: ../../godmode/category/edit_category.php:60
+msgid "Categories configuration"
+msgstr "カテゴリ設定"
+
+#: ../../godmode/category/category.php:72
+msgid "Error deleting category"
+msgstr "カテゴリの削除に失敗しました"
+
+#: ../../godmode/category/category.php:76
+msgid "Successfully deleted category"
+msgstr "カテゴリを削除しました"
+
+#: ../../godmode/category/category.php:110
+msgid "Category name"
+msgstr "カテゴリ名"
+
+#: ../../godmode/category/category.php:141
+msgid "No categories found"
+msgstr "カテゴリがありません"
+
+#: ../../godmode/category/category.php:150
+#: ../../godmode/category/edit_category.php:146
+msgid "Create category"
+msgstr "カテゴリの作成"
+
+#: ../../godmode/category/edit_category.php:57
+msgid "Editor"
+msgstr "編集"
+
+#: ../../godmode/category/edit_category.php:76
+msgid "Error updating category"
+msgstr "カテゴリの更新に失敗しました"
+
+#: ../../godmode/category/edit_category.php:80
+msgid "Successfully updated category"
+msgstr "カテゴリを更新しました"
+
+#: ../../godmode/category/edit_category.php:99
+msgid "Error creating category"
+msgstr "カテゴリの作成に失敗しました"
+
+#: ../../godmode/category/edit_category.php:105
+msgid "Successfully created category"
+msgstr "カテゴリを作成しました"
+
+#: ../../godmode/category/edit_category.php:137
+msgid "Update category"
+msgstr "カテゴリ更新"
+
+#: ../../godmode/db/db_audit.php:19 ../../godmode/db/db_event.php:21
+#: ../../godmode/db/db_info.php:32 ../../godmode/db/db_purge.php:37
+#: ../../godmode/db/db_refine.php:33
+msgid "Database maintenance"
+msgstr "データベースメンテナンス"
+
+#: ../../godmode/db/db_audit.php:19
+msgid "Database audit purge"
+msgstr "監査DB削除"
+
+#: ../../godmode/db/db_audit.php:70
+msgid "Success data deleted"
+msgstr "データを削除しました"
+
+#: ../../godmode/db/db_audit.php:72
+msgid "Error deleting data"
+msgstr "データ削除エラー"
+
+#: ../../godmode/db/db_audit.php:80 ../../godmode/db/db_event.php:61
+#: ../../include/functions_reporting_html.php:1550
+#: ../../include/functions_reporting_html.php:1565
+#: ../../operation/agentes/gis_view.php:194
+#: ../../operation/agentes/group_view.php:165 ../../operation/tree.php:273
+#: ../../enterprise/dashboard/widgets/tree_view.php:197
+#: ../../enterprise/include/functions_inventory.php:323
+#: ../../enterprise/include/functions_reporting_pdf.php:683
+#: ../../enterprise/include/functions_reporting_pdf.php:698
+#: ../../enterprise/meta/monitoring/group_view.php:145
+#: ../../enterprise/operation/agentes/agent_inventory.php:230
+msgid "Total"
+msgstr "合計"
+
+#: ../../godmode/db/db_audit.php:81 ../../godmode/db/db_event.php:62
+msgid "Records"
+msgstr "レコード"
+
+#: ../../godmode/db/db_audit.php:84 ../../godmode/db/db_event.php:64
+msgid "First date"
+msgstr "開始日時"
+
+#: ../../godmode/db/db_audit.php:88
+msgid "Latest date"
+msgstr "最新日時"
+
+#: ../../godmode/db/db_audit.php:92 ../../godmode/db/db_event.php:73
+#: ../../godmode/db/db_purge.php:335
+msgid "Purge data"
+msgstr "データ削除"
+
+#: ../../godmode/db/db_audit.php:97
+msgid "Purge audit data over 90 days"
+msgstr "90日より古い監査データ削除"
+
+#: ../../godmode/db/db_audit.php:98
+msgid "Purge audit data over 30 days"
+msgstr "30日より古い監査データ削除"
+
+#: ../../godmode/db/db_audit.php:99
+msgid "Purge audit data over 14 days"
+msgstr "14日より古い監査データ削除"
+
+#: ../../godmode/db/db_audit.php:100
+msgid "Purge audit data over 7 days"
+msgstr "7日より古い監査データ削除"
+
+#: ../../godmode/db/db_audit.php:101
+msgid "Purge audit data over 3 days"
+msgstr "3日より古い監査データ削除"
+
+#: ../../godmode/db/db_audit.php:102
+msgid "Purge audit data over 1 day"
+msgstr "1日より古い監査データ削除"
+
+#: ../../godmode/db/db_audit.php:103
+msgid "Purge all audit data"
+msgstr "すべての監査データ削除"
+
+#: ../../godmode/db/db_audit.php:107 ../../godmode/db/db_event.php:92
+msgid "Do it!"
+msgstr "実行"
+
+#: ../../godmode/db/db_event.php:22
+msgid "Event database cleanup"
+msgstr "イベントDB削除"
+
+#: ../../godmode/db/db_event.php:40
+msgid "Successfully deleted old events"
+msgstr "古いイベントを削除しました。"
+
+#: ../../godmode/db/db_event.php:43
+msgid "Error deleting old events"
+msgstr "古いイベントの削除に失敗しました。"
+
+#: ../../godmode/db/db_event.php:67
+msgid "Latest data"
+msgstr "最新日時"
+
+#: ../../godmode/db/db_event.php:81
+msgid "Purge event data over 90 days"
+msgstr "90日より古いイベントデータ削除"
+
+#: ../../godmode/db/db_event.php:82
+msgid "Purge event data over 30 days"
+msgstr "30日より古いイベントデータ削除"
+
+#: ../../godmode/db/db_event.php:83
+msgid "Purge event data over 14 days"
+msgstr "14日より古いイベントデータ削除"
+
+#: ../../godmode/db/db_event.php:84
+msgid "Purge event data over 7 days"
+msgstr "7日より古いイベントデータ削除"
+
+#: ../../godmode/db/db_event.php:85
+msgid "Purge event data over 3 days"
+msgstr "3日より古いイベントデータ削除"
+
+#: ../../godmode/db/db_event.php:86
+msgid "Purge event data over 1 day"
+msgstr "1日より古いイベントデータ削除"
+
+#: ../../godmode/db/db_event.php:87
+msgid "Purge all event data"
+msgstr "すべてのイベントデータ削除"
+
+#: ../../godmode/db/db_info.php:32
+msgid "Database information"
+msgstr "データベース情報"
+
+#: ../../godmode/db/db_info.php:34
+msgid "Module data received"
+msgstr "データ受信モジュール"
+
+#: ../../godmode/db/db_main.php:69
+msgid "Current database maintenance setup"
+msgstr "現在のデータベース設定"
+
+#: ../../godmode/db/db_main.php:76
+msgid "Database setup"
+msgstr "データベース設定"
+
+#: ../../godmode/db/db_main.php:80
+msgid "Max. time before compact data"
+msgstr "データ保持日数(未圧縮)"
+
+#: ../../godmode/db/db_main.php:82 ../../godmode/db/db_main.php:88
+#: ../../godmode/setup/setup_visuals.php:714 ../../include/functions.php:431
+#: ../../include/functions.php:565 ../../include/functions_html.php:730
+#: ../../enterprise/meta/advanced/metasetup.visual.php:143
+msgid "days"
+msgstr "日"
+
+#: ../../godmode/db/db_main.php:86
+msgid "Max. time before purge"
+msgstr "データ保持日数"
+
+#: ../../godmode/db/db_main.php:95
+msgid "Database size stats"
+msgstr "データベースサイズ"
+
+#: ../../godmode/db/db_main.php:99 ../../include/functions_reporting.php:7216
+#: ../../include/functions_reporting_html.php:3459
+#: ../../mobile/operation/groups.php:125 ../../operation/tree.php:271
+#: ../../enterprise/dashboard/widgets/tree_view.php:195
+#: ../../enterprise/include/functions_reporting_csv.php:456
+msgid "Total agents"
+msgstr "エージェント数"
+
+#: ../../godmode/db/db_main.php:105 ../../include/functions_reporting.php:9866
+msgid "Total events"
+msgstr "イベント数"
+
+#: ../../godmode/db/db_main.php:111
+msgid "Total data items (tagente_datos)"
+msgstr "データ要素数 (tagente_datos)"
+
+#: ../../godmode/db/db_main.php:123
+msgid "Total log4x items (tagente_datos_log4x)"
+msgstr "log4x 要素数 (tagente_datos_log4x)"
+
+#: ../../godmode/db/db_main.php:135
+msgid "Total data string items (tagente_datos_string)"
+msgstr "文字列データ要素数 (tagente_datos_string)"
+
+#: ../../godmode/db/db_main.php:141
+msgid "Total modules configured"
+msgstr "定義済モジュール数"
+
+#: ../../godmode/db/db_main.php:149
+msgid "Total agent access records"
+msgstr "エージェントアクセス数"
+
+#: ../../godmode/db/db_main.php:160
+msgid "Database sanity"
+msgstr "データベースの健全性"
+
+#: ../../godmode/db/db_main.php:164
+msgid "Total uknown agents"
+msgstr "不明なエージェント数"
+
+#: ../../godmode/db/db_main.php:170
+msgid "Total non-init modules"
+msgstr "未初期化モジュール数"
+
+#: ../../godmode/db/db_main.php:179
+msgid "Last time on DB maintance"
+msgstr "最終 DB メンテナンス日時"
+
+#: ../../godmode/db/db_main.php:183
+#: ../../godmode/snmpconsole/snmp_alert.php:1217
+#: ../../include/functions_treeview.php:595 ../../include/functions_ui.php:449
+#: ../../operation/agentes/estado_generalagente.php:210
+#: ../../operation/gis_maps/ajax.php:323 ../../operation/gis_maps/ajax.php:334
+#: ../../enterprise/extensions/cron/main.php:291
+#: ../../enterprise/extensions/ipam/ipam_ajax.php:229
+#: ../../enterprise/extensions/ipam/ipam_list.php:223
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1155
+msgid "Never"
+msgstr "未実行"
+
+#: ../../godmode/db/db_main.php:200
+msgid ""
+"Please check your Pandora Server setup and be sure that database maintenance "
+"daemon is running. It's very important to keep up-to-date database to get "
+"the best performance and results in Pandora"
+msgstr ""
+"Pandoraサーバの設定とデータベースメンテナンスデーモンの動作に注意をしてください。パフォーマンスを維持するためには、データベースを日々整理することが"
+"重要です。"
+
+#: ../../godmode/db/db_purge.php:38 ../../godmode/menu.php:316
+msgid "Database purge"
+msgstr "収集データ"
+
+#: ../../godmode/db/db_purge.php:43
+msgid "Get data from agent"
+msgstr "エージェントから収集したデータ"
+
+#: ../../godmode/db/db_purge.php:75
+#, php-format
+msgid "Purge task launched for agent %s :: Data older than %s"
+msgstr "エージェント %s の削除タスクを起動しました。%s より古いデータが対象です。"
+
+#: ../../godmode/db/db_purge.php:78
+msgid ""
+"Please be patient. This operation can take a long time depending on the "
+"amount of modules."
+msgstr "しばらくお待ちください。この操作は、モジュール数によりしばらく時間がかかることがあります。"
+
+#: ../../godmode/db/db_purge.php:92
+#, php-format
+msgid "Deleting records for module %s"
+msgstr "モジュール %s のレコードを削除しています"
+
+#: ../../godmode/db/db_purge.php:140
+#, php-format
+msgid "Total errors: %s"
+msgstr "全エラー数: %s"
+
+#: ../../godmode/db/db_purge.php:141 ../../godmode/db/db_purge.php:144
+#, php-format
+msgid "Total records deleted: %s"
+msgstr "全削除レコード数: %s"
+
+#: ../../godmode/db/db_purge.php:149
+msgid "Deleting records for all agents"
+msgstr "全エージェントのレコードの削除中"
+
+#: ../../godmode/db/db_purge.php:166
+msgid "Choose agent"
+msgstr "エージェントの選択"
+
+#: ../../godmode/db/db_purge.php:167
+#: ../../operation/incidents/incident.php:279
+msgid "All agents"
+msgstr "全エージェント"
+
+#: ../../godmode/db/db_purge.php:172
+msgid "Select the agent you want information about"
+msgstr "情報を見たいエージェントを選択してください。"
+
+#: ../../godmode/db/db_purge.php:174
+msgid "Get data"
+msgstr "データ取得"
+
+#: ../../godmode/db/db_purge.php:175
+msgid "Click here to get the data from the agent specified in the select box"
+msgstr "選択したエージェントからデータを取得するためには、ここをクリックしてください。"
+
+#: ../../godmode/db/db_purge.php:179
+#, php-format
+msgid "Information on agent %s in the database"
+msgstr "エージェント %s に関するデータベース内の情報"
+
+#: ../../godmode/db/db_purge.php:182
+msgid "Information on all agents in the database"
+msgstr "データベース内の全エージェントの情報"
+
+#: ../../godmode/db/db_purge.php:317
+msgid "Packets less than three months old"
+msgstr "過去3ヵ月のパケット数"
+
+#: ../../godmode/db/db_purge.php:319
+msgid "Packets less than one month old"
+msgstr "過去1ヵ月のパケット数"
+
+#: ../../godmode/db/db_purge.php:321
+msgid "Packets less than two weeks old"
+msgstr "過去2週間のパケット数"
+
+#: ../../godmode/db/db_purge.php:323
+msgid "Packets less than one week old"
+msgstr "過去1週間のパケット数"
+
+#: ../../godmode/db/db_purge.php:325
+msgid "Packets less than three days old"
+msgstr "過去3日間のパケット数"
+
+#: ../../godmode/db/db_purge.php:327
+msgid "Packets less than one day old"
+msgstr "過去1日間のパケット数"
+
+#: ../../godmode/db/db_purge.php:329
+msgid "Total number of packets"
+msgstr "全パケット数"
+
+#: ../../godmode/db/db_purge.php:340
+msgid "Purge data over 3 months"
+msgstr "3ヵ月より古いデータの削除"
+
+#: ../../godmode/db/db_purge.php:341
+msgid "Purge data over 1 month"
+msgstr "1ヵ月より古いデータの削除"
+
+#: ../../godmode/db/db_purge.php:342
+msgid "Purge data over 2 weeks"
+msgstr "2週間より古いデータの削除"
+
+#: ../../godmode/db/db_purge.php:343
+msgid "Purge data over 1 week"
+msgstr "1週間より古いデータの削除"
+
+#: ../../godmode/db/db_purge.php:344
+msgid "Purge data over 3 days"
+msgstr "3日より古いデータの削除"
+
+#: ../../godmode/db/db_purge.php:345
+msgid "Purge data over 1 day"
+msgstr "1日より古いデータの削除"
+
+#: ../../godmode/db/db_purge.php:346
+msgid "All data until now"
+msgstr "現在より古いデータ全ての削除"
+
+#: ../../godmode/db/db_purge.php:350
+msgid "Purge"
+msgstr "削除"
+
+#: ../../godmode/db/db_refine.php:33 ../../godmode/menu.php:317
+#: ../../include/functions_db.php:1499
+msgid "Database debug"
+msgstr "DBのデバッグ"
+
+#: ../../godmode/db/db_refine.php:42
+msgid "Maximum is equal to minimum"
+msgstr "最大値と最小値が同じです。"
+
+#: ../../godmode/db/db_refine.php:47
+#: ../../godmode/massive/massive_copy_modules.php:447
+#: ../../include/functions_agents.php:565
+msgid "No modules have been selected"
+msgstr "モジュールが選択されていません。"
+
+#: ../../godmode/db/db_refine.php:56
+msgid "Filtering data module"
+msgstr "データモジュールのフィルタ中"
+
+#: ../../godmode/db/db_refine.php:76
+msgid "Filtering completed"
+msgstr "フィルタリングが完了しました。"
+
+#: ../../godmode/db/db_refine.php:83
+#: ../../operation/agentes/exportdata.php:244
+#: ../../enterprise/godmode/agentes/manage_config_remote.php:154
+msgid "Source agent"
+msgstr "対象エージェント"
+
+#: ../../godmode/db/db_refine.php:88
+msgid "No agent selected"
+msgstr "エージェント選択なし"
+
+#: ../../godmode/db/db_refine.php:92
+msgid "Get Info"
+msgstr "情報取得"
+
+#: ../../godmode/db/db_refine.php:105
+msgid "Purge data out of these limits"
+msgstr "以下の範囲外のデータ削除"
+
+#: ../../godmode/db/db_refine.php:107 ../../godmode/db/db_refine.php:109
+#: ../../include/functions_reporting.php:5672
+msgid "Minimum"
+msgstr "最小"
+
+#: ../../godmode/db/db_refine.php:112 ../../godmode/db/db_refine.php:114
+#: ../../include/functions_reporting.php:5675
+msgid "Maximum"
+msgstr "最大"
+
+#: ../../godmode/events/custom_events.php:68
+#: ../../godmode/events/custom_events.php:152
+#: ../../include/functions_events.php:34
+#: ../../include/functions_events.php:1581
+#: ../../enterprise/meta/include/functions_events_meta.php:55
+msgid "Event id"
+msgstr "イベント ID"
+
+#: ../../godmode/events/custom_events.php:71
+#: ../../godmode/events/custom_events.php:153
+#: ../../include/functions_events.php:35
+#: ../../include/functions_events.php:905
+#: ../../include/functions_events.php:2338
+#: ../../include/functions_reporting_html.php:1022
+#: ../../include/functions_reporting_html.php:1032
+#: ../../include/functions_reporting_html.php:2815
+#: ../../enterprise/meta/include/functions_events_meta.php:58
+msgid "Event name"
+msgstr "イベント名"
+
+#: ../../godmode/events/custom_events.php:86
+#: ../../godmode/events/custom_events.php:158 ../../godmode/setup/news.php:223
+#: ../../include/ajax/events.php:466 ../../include/functions_events.php:40
+#: ../../include/functions_events.php:912
+#: ../../include/functions_events.php:2343
+#: ../../include/functions_events.php:3542
+#: ../../include/functions_netflow.php:287
+#: ../../include/functions_reporting_html.php:813
+#: ../../include/functions_reporting_html.php:822
+#: ../../include/functions_reporting_html.php:1026
+#: ../../include/functions_reporting_html.php:1035
+#: ../../include/functions_reporting_html.php:1644
+#: ../../include/functions_reporting_html.php:2817
+#: ../../mobile/operation/events.php:473
+#: ../../mobile/operation/modules.php:548
+#: ../../mobile/operation/modules.php:756
+#: ../../operation/agentes/estado_generalagente.php:402
+#: ../../operation/agentes/exportdata.csv.php:77
+#: ../../operation/agentes/exportdata.excel.php:76
+#: ../../operation/agentes/exportdata.php:99
+#: ../../operation/agentes/status_monitor.php:990
+#: ../../operation/events/events.build_table.php:167
+#: ../../operation/events/events.php:87
+#: ../../operation/messages/message_list.php:127
+#: ../../operation/search_modules.php:54
+#: ../../operation/snmpconsole/snmp_view.php:534
+#: ../../enterprise/include/functions_inventory.php:65
+#: ../../enterprise/include/functions_inventory.php:241
+#: ../../enterprise/include/functions_reporting_csv.php:349
+#: ../../enterprise/include/functions_reporting_csv.php:879
+#: ../../enterprise/meta/include/functions_events_meta.php:73
+msgid "Timestamp"
+msgstr "タイムスタンプ"
+
+#: ../../godmode/events/custom_events.php:89
+#: ../../godmode/events/custom_events.php:159
+#: ../../godmode/events/event_edit_filter.php:235
+#: ../../godmode/events/event_filter.php:110
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1408
+#: ../../include/functions_events.php:41
+#: ../../include/functions_events.php:3562
+#: ../../operation/events/events.build_table.php:191
+#: ../../operation/events/events_list.php:562
+#: ../../enterprise/dashboard/widgets/events_list.php:36
+#: ../../enterprise/godmode/alerts/configure_alert_rule.php:210
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1683
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:296
+#: ../../enterprise/include/functions_events.php:97
+#: ../../enterprise/meta/include/functions_events_meta.php:76
+msgid "Event type"
+msgstr "イベントタイプ"
+
+#: ../../godmode/events/custom_events.php:92
+#: ../../godmode/events/custom_events.php:160
+#: ../../include/functions_events.php:42
+#: ../../enterprise/meta/include/functions_events_meta.php:79
+msgid "Agent module"
+msgstr "エージェントモジュール"
+
+#: ../../godmode/events/custom_events.php:98
+#: ../../godmode/events/custom_events.php:162
+#: ../../godmode/events/event_edit_filter.php:239
+#: ../../godmode/events/event_filter.php:112
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1396
+#: ../../include/functions_events.php:44
+#: ../../include/functions_events.php:898
+#: ../../include/functions_events.php:2387
+#: ../../include/functions_events.php:3579
+#: ../../include/functions_reporting_html.php:811
+#: ../../include/functions_reporting_html.php:820
+#: ../../include/functions_reporting_html.php:1024
+#: ../../include/functions_reporting_html.php:1034
+#: ../../include/functions_reporting_html.php:1642
+#: ../../mobile/operation/events.php:373 ../../mobile/operation/events.php:374
+#: ../../mobile/operation/events.php:489 ../../mobile/operation/events.php:632
+#: ../../mobile/operation/events.php:633
+#: ../../operation/events/events.build_table.php:211
+#: ../../operation/events/events_list.php:568
+#: ../../operation/snmpconsole/snmp_view.php:401
+#: ../../enterprise/dashboard/widgets/events_list.php:54
+#: ../../enterprise/godmode/alerts/configure_alert_rule.php:158
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1671
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:285
+#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:320
+#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:74
+#: ../../enterprise/include/functions_events.php:104
+#: ../../enterprise/include/functions_reporting.php:1397
+#: ../../enterprise/include/functions_reporting_pdf.php:1753
+#: ../../enterprise/meta/include/functions_events_meta.php:85
+msgid "Severity"
+msgstr "重要度"
+
+#: ../../godmode/events/custom_events.php:101
+#: ../../godmode/events/custom_events.php:163
+#: ../../include/functions_events.php:45
+#: ../../include/functions_events.php:1751
+#: ../../include/functions_events.php:3584
+#: ../../include/functions_events.php:3929
+#: ../../operation/events/events.build_table.php:217
+#: ../../operation/events/events.build_table.php:583
+#: ../../enterprise/meta/include/functions_events_meta.php:88
+msgid "Comment"
+msgstr "コメント"
+
+#: ../../godmode/events/custom_events.php:110
+#: ../../godmode/events/custom_events.php:166
+#: ../../include/functions_events.php:48
+#: ../../include/functions_events.php:2251
+#: ../../enterprise/meta/include/functions_events_meta.php:97
+msgid "Extra id"
+msgstr "拡張 ID"
+
+#: ../../godmode/events/custom_events.php:116
+#: ../../godmode/events/custom_events.php:168
+#: ../../include/functions_events.php:50
+#: ../../include/functions_events.php:3604
+#: ../../operation/events/events.build_table.php:241
+#: ../../enterprise/meta/include/functions_events_meta.php:103
+msgid "ACK Timestamp"
+msgstr "ACK タイムスタンプ"
+
+#: ../../godmode/events/custom_events.php:119
+#: ../../godmode/events/custom_events.php:169
+#: ../../include/functions_events.php:51
+#: ../../include/functions_events.php:2190
+#: ../../include/functions_events.php:2202
+#: ../../include/functions_events.php:2214
+#: ../../include/functions_events.php:2226
+#: ../../include/functions_events.php:2231
+#: ../../include/functions_events.php:2236
+#: ../../include/functions_events.php:2240
+#: ../../include/functions_events.php:3609
+#: ../../operation/events/events.build_table.php:247
+#: ../../enterprise/meta/include/functions_events_meta.php:106
+msgid "Instructions"
+msgstr "手順"
+
+#: ../../godmode/events/custom_events.php:122
+#: ../../godmode/events/custom_events.php:170
+#: ../../include/functions_events.php:52
+#: ../../enterprise/godmode/setup/setup_metaconsole.php:171
+#: ../../enterprise/godmode/setup/setup_metaconsole.php:247
+#: ../../enterprise/meta/advanced/metasetup.consoles.php:256
+#: ../../enterprise/meta/advanced/metasetup.consoles.php:335
+#: ../../enterprise/meta/include/functions_events_meta.php:109
+msgid "Server name"
+msgstr "サーバ名"
+
+#: ../../godmode/events/custom_events.php:131
+#: ../../enterprise/meta/event/custom_events.php:191
+msgid "Show event fields"
+msgstr "イベントフィールド表示"
+
+#: ../../godmode/events/custom_events.php:133
+msgid "Load default event fields"
+msgstr "デフォルトイベントフィールドの読み込み"
+
+#: ../../godmode/events/custom_events.php:133
+msgid "Default event fields will be loaded. Do you want to continue?"
+msgstr "デフォルトのイベントフィールドを読み込みます。続けますか?"
+
+#: ../../godmode/events/custom_events.php:181
+#: ../../enterprise/meta/event/custom_events.php:169
+msgid "Fields available"
+msgstr "存在するフィールド"
+
+#: ../../godmode/events/custom_events.php:185
+#: ../../enterprise/meta/event/custom_events.php:178
+msgid "Add fields to select"
+msgstr "フィールドを選択に加える"
+
+#: ../../godmode/events/custom_events.php:189
+#: ../../enterprise/meta/event/custom_events.php:183
+msgid "Delete fields to select"
+msgstr "フィールドを選択から削除する"
+
+#: ../../godmode/events/custom_events.php:193
+#: ../../enterprise/meta/event/custom_events.php:171
+msgid "Fields selected"
+msgstr "選択されているフィールド"
+
+#: ../../godmode/events/event_edit_filter.php:166
+#: ../../godmode/modules/manage_nc_groups.php:83
+#: ../../godmode/netflow/nf_edit_form.php:110
+#: ../../enterprise/godmode/reporting/graph_template_editor.php:120
+msgid "Not updated. Blank name"
+msgstr "更新できませんでした。名前が空です。"
+
+#: ../../godmode/events/event_edit_filter.php:174
+#: ../../godmode/modules/manage_nc_groups.php:99
+#: ../../godmode/netflow/nf_edit_form.php:132 ../../godmode/setup/news.php:88
+msgid "Not updated. Error updating data"
+msgstr "データの更新に失敗しました。"
+
+#: ../../godmode/events/event_edit_filter.php:203
+msgid "Update Filter"
+msgstr "フィルタ更新"
+
+#: ../../godmode/events/event_edit_filter.php:206
+msgid "Create Filter"
+msgstr "フィルタ作成"
+
+#: ../../godmode/events/event_edit_filter.php:215
+#: ../../operation/events/events_list.php:224
+msgid "Filter name"
+msgstr "フィルタ名"
+
+#: ../../godmode/events/event_edit_filter.php:219
+msgid "Save in group"
+msgstr "保存グループ"
+
+#: ../../godmode/events/event_edit_filter.php:220
+msgid ""
+"This group will be use to restrict the visibility of this filter with ACLs"
+msgstr "このグループは、ACL でフィルタの表示を制限するのに利用されます"
+
+#: ../../godmode/events/event_edit_filter.php:233
+#: ../../godmode/massive/massive_copy_modules.php:81
+#: ../../godmode/massive/massive_copy_modules.php:194
+#: ../../godmode/massive/massive_delete_agents.php:117
+#: ../../godmode/massive/massive_delete_modules.php:457
+#: ../../godmode/massive/massive_delete_modules.php:471
+#: ../../godmode/massive/massive_edit_agents.php:220
+#: ../../godmode/massive/massive_edit_modules.php:300
+#: ../../godmode/massive/massive_edit_modules.php:331
+#: ../../include/functions.php:1083 ../../include/functions_events.php:1428
+#: ../../mobile/operation/modules.php:43
+#: ../../operation/agentes/estado_agente.php:190
+#: ../../operation/agentes/status_monitor.php:303
+#: ../../operation/events/events_list.php:565
+#: ../../enterprise/dashboard/widgets/events_list.php:34
+msgid "Not normal"
+msgstr "正常ではない"
+
+#: ../../godmode/events/event_edit_filter.php:245
+#: ../../godmode/events/event_filter.php:111
+#: ../../operation/events/events_list.php:575
+#: ../../enterprise/dashboard/widgets/events_list.php:46
+#: ../../enterprise/include/functions_events.php:83
+msgid "Event status"
+msgstr "状態"
+
+#: ../../godmode/events/event_edit_filter.php:249
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1494
+#: ../../godmode/snmpconsole/snmp_alert.php:999
+#: ../../mobile/operation/agents.php:194 ../../mobile/operation/alerts.php:188
+#: ../../mobile/operation/events.php:642
+#: ../../mobile/operation/modules.php:254
+#: ../../operation/events/events_list.php:408
+#: ../../operation/snmpconsole/snmp_view.php:415
+#: ../../enterprise/extensions/ipam/ipam_network.php:281
+#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:165
+#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:216
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1889
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:347
+#: ../../enterprise/include/functions_events.php:90
+msgid "Free search"
+msgstr "検索語"
+
+#: ../../godmode/events/event_edit_filter.php:253
+#: ../../operation/events/events_list.php:410
+#: ../../enterprise/meta/agentsearch.php:28
+#: ../../enterprise/meta/agentsearch.php:32
+#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:242
+#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:331
+#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:401
+#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:509
+#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:590
+msgid "Agent search"
+msgstr "エージェント"
+
+#: ../../godmode/events/event_edit_filter.php:276
+#: ../../godmode/setup/setup_visuals.php:62
+#: ../../godmode/users/configure_user.php:519
+#: ../../include/functions_config.php:457
+#: ../../operation/events/events_list.php:468
+#: ../../operation/snmpconsole/snmp_view.php:390
+#: ../../operation/users/user_edit.php:238
+#: ../../enterprise/meta/advanced/metasetup.visual.php:117
+#: ../../enterprise/meta/include/functions_meta.php:1071
+msgid "Block size for pagination"
+msgstr "ページ毎の表示件数"
+
+#: ../../godmode/events/event_edit_filter.php:285
+#: ../../operation/events/events_list.php:430
+#: ../../enterprise/include/functions_events.php:128
+msgid "User ack."
+msgstr "承諾したユーザ"
+
+#: ../../godmode/events/event_edit_filter.php:286
+msgid "Choose between the users who have validated an event. "
+msgstr "イベントを承諾したユーザを選択します。 "
+
+#: ../../godmode/events/event_edit_filter.php:299
+#: ../../operation/events/events_list.php:581
+#: ../../enterprise/godmode/setup/setup.php:90
+msgid "All events"
+msgstr "全イベント一覧表示"
+
+#: ../../godmode/events/event_edit_filter.php:300
+#: ../../operation/events/events_list.php:582
+msgid "Group events"
+msgstr "グルーピング・回数表示"
+
+#: ../../godmode/events/event_edit_filter.php:305
+#: ../../operation/events/events_list.php:479
+#: ../../enterprise/include/functions_events.php:142
+msgid "Date from"
+msgstr "開始日"
+
+#: ../../godmode/events/event_edit_filter.php:308
+#: ../../operation/events/events_list.php:485
+#: ../../enterprise/include/functions_events.php:135
+msgid "Date to"
+msgstr "終了日"
+
+#: ../../godmode/events/event_edit_filter.php:350
+#: ../../operation/events/events_list.php:505
+#: ../../operation/events/events_list.php:519
+#: ../../enterprise/include/functions_events.php:180
+msgid "Events with following tags"
+msgstr "次のタグを含むイベント"
+
+#: ../../godmode/events/event_edit_filter.php:365
+#: ../../operation/events/events_list.php:511
+#: ../../operation/events/events_list.php:525
+#: ../../enterprise/include/functions_events.php:197
+msgid "Events without following tags"
+msgstr "次のタグを含まないイベント"
+
+#: ../../godmode/events/event_edit_filter.php:379
+#: ../../operation/events/events_list.php:461
+#: ../../enterprise/include/functions_events.php:156
+msgid "Alert events"
+msgstr "アラートイベント"
+
+#: ../../godmode/events/event_edit_filter.php:383
+#: ../../operation/events/events_list.php:464
+msgid "Filter alert events"
+msgstr "アラートイベントフィルター"
+
+#: ../../godmode/events/event_edit_filter.php:384
+#: ../../operation/events/events_list.php:465
+msgid "Only alert events"
+msgstr "アラートイベントのみ"
+
+#: ../../godmode/events/event_edit_filter.php:388
+#: ../../operation/events/events_list.php:442
+msgid "Module search"
+msgstr "モジュール検索"
+
+#: ../../godmode/events/event_filter.php:167
+#: ../../godmode/netflow/nf_edit.php:162
+msgid "There are no defined filters"
+msgstr "定義済のフィルタがありません"
+
+#: ../../godmode/events/event_filter.php:175
+#: ../../godmode/netflow/nf_edit.php:167
+#: ../../godmode/netflow/nf_edit_form.php:182
+#: ../../godmode/snmpconsole/snmp_filters.php:38
+#: ../../enterprise/meta/event/custom_events.php:43
+msgid "Create filter"
+msgstr "フィルタの作成"
+
+#: ../../godmode/events/event_responses.editor.php:63
+msgid "Edit event responses"
+msgstr "イベント応答の編集"
+
+#: ../../godmode/events/event_responses.editor.php:93
+msgid "For Command type Modal Window mode is enforced"
+msgstr "種類がコマンドの場合は、専用ウインドウになります。"
+
+#: ../../godmode/events/event_responses.editor.php:94
+msgid "Modal window"
+msgstr "専用ウインドウ"
+
+#: ../../godmode/events/event_responses.editor.php:94
+msgid "New window"
+msgstr "新しいウィンドウ"
+
+#: ../../godmode/events/event_responses.editor.php:104
+#: ../../godmode/reporting/graph_builder.main.php:137
+#: ../../godmode/reporting/visual_console_builder.wizard.php:134
+#: ../../godmode/setup/gis_step_2.php:257
+#: ../../include/functions_visual_map_editor.php:84
+#: ../../include/functions_visual_map_editor.php:386
+#: ../../enterprise/godmode/reporting/graph_template_editor.php:172
+msgid "Width"
+msgstr "幅"
+
+#: ../../godmode/events/event_responses.editor.php:106
+#: ../../godmode/reporting/graph_builder.main.php:141
+#: ../../godmode/reporting/visual_console_builder.wizard.php:137
+#: ../../godmode/setup/gis_step_2.php:259
+#: ../../enterprise/godmode/reporting/graph_template_editor.php:176
+msgid "Height"
+msgstr "高さ"
+
+#: ../../godmode/events/event_responses.editor.php:111
+#: ../../include/functions_events.php:1817
+#: ../../enterprise/extensions/cron/main.php:334
+msgid "Parameters"
+msgstr "パラメータ"
+
+#: ../../godmode/events/event_responses.list.php:38
+msgid "No responses found"
+msgstr "応答がありません"
+
+#: ../../godmode/events/event_responses.list.php:76
+msgid "Create response"
+msgstr "応答の作成"
+
+#: ../../godmode/events/event_responses.php:52
+msgid "Response added succesfully"
+msgstr "応答を追加しました"
+
+#: ../../godmode/events/event_responses.php:55
+msgid "Response cannot be added"
+msgstr "応答を追加できません"
+
+#: ../../godmode/events/event_responses.php:81
+msgid "Response updated succesfully"
+msgstr "応答を更新しました"
+
+#: ../../godmode/events/event_responses.php:84
+msgid "Response cannot be updated"
+msgstr "応答を更新できません"
+
+#: ../../godmode/events/event_responses.php:93
+msgid "Response deleted succesfully"
+msgstr "応答を削除しました"
+
+#: ../../godmode/events/event_responses.php:96
+msgid "Response cannot be deleted"
+msgstr "応答を削除できません"
+
+#: ../../godmode/events/events.php:37 ../../operation/events/events.php:334
+#: ../../operation/users/user_edit.php:278
+msgid "Event list"
+msgstr "イベント一覧"
+
+#: ../../godmode/events/events.php:42
+#: ../../godmode/netflow/nf_edit_form.php:55
+msgid "Filter list"
+msgstr "フィルタ一覧"
+
+#: ../../godmode/events/events.php:48 ../../godmode/menu.php:187
+#: ../../enterprise/meta/event/custom_events.php:48
+msgid "Event responses"
+msgstr "イベント応答"
+
+#: ../../godmode/events/events.php:65 ../../godmode/events/events.php:80
+#: ../../godmode/reporting/reporting_builder.list_items.php:179
+#: ../../enterprise/meta/event/custom_events.php:65
+#: ../../enterprise/meta/event/custom_events.php:80
+#: ../../enterprise/meta/general/main_header.php:214
+msgid "Filters"
+msgstr "フィルタ"
+
+#: ../../godmode/events/events.php:73 ../../include/ajax/events.php:306
+#: ../../enterprise/meta/event/custom_events.php:73
msgid "Responses"
msgstr "応答"
-#: ../../include/ajax/events.php:309
-msgid "Custom data"
-msgstr "カスタムデータ"
+#: ../../godmode/events/events.php:85 ../../godmode/events/events.php:88
+#: ../../godmode/users/configure_profile.php:283
+#: ../../operation/events/events.php:365
+msgid "Manage events"
+msgstr "イベント管理"
-#: ../../include/ajax/events.php:377
-msgid "Error adding comment"
-msgstr "コメント追加エラー"
+#: ../../godmode/extensions.php:27
+#: ../../enterprise/meta/general/main_header.php:320
+msgid "Extensions"
+msgstr "拡張"
-#: ../../include/ajax/events.php:378
-msgid "Comment added successfully"
-msgstr "コメントを追加しました"
+#: ../../godmode/extensions.php:27
+msgid "Defined extensions"
+msgstr "定義されている拡張"
-#: ../../include/ajax/events.php:379
-msgid "Error changing event status"
-msgstr "イベント状態変更エラー"
+#: ../../godmode/extensions.php:32
+msgid "There are no extensions defined"
+msgstr "「拡張」が定義されていません。"
-#: ../../include/ajax/events.php:380
-msgid "Event status changed successfully"
-msgstr "イベントの状態を変更しました"
+#: ../../godmode/extensions.php:145 ../../enterprise/godmode/menu.php:162
+#: ../../enterprise/include/functions_setup.php:27
+#: ../../enterprise/include/functions_setup.php:55
+msgid "Enterprise"
+msgstr "エンタープライズ"
-#: ../../include/ajax/events.php:381
-msgid "Error changing event owner"
-msgstr "イベント所有者変更エラー"
+#: ../../godmode/extensions.php:146
+msgid "Godmode Function"
+msgstr "システム管理機能"
-#: ../../include/ajax/events.php:382
-msgid "Event owner changed successfully"
-msgstr "イベントの所有者を変更しました"
+#: ../../godmode/extensions.php:147
+msgid "Godmode Menu"
+msgstr "システム管理メニュー"
-#: ../../include/ajax/events.php:481
-#: ../../godmode/massive/massive_edit_modules.php:484
-#: ../../godmode/agentes/module_manager_editor_network.php:85
-msgid "Auto"
-msgstr "自動"
+#: ../../godmode/extensions.php:148
+msgid "Operation Menu"
+msgstr "操作メニュー"
+
+#: ../../godmode/extensions.php:149
+msgid "Operation Function"
+msgstr "操作機能"
+
+#: ../../godmode/extensions.php:150
+msgid "Login Function"
+msgstr "ログイン機能"
+
+#: ../../godmode/extensions.php:151
+msgid "Agent operation tab"
+msgstr "エージェント操作タブ"
+
+#: ../../godmode/extensions.php:152
+msgid "Agent godmode tab"
+msgstr "エージェント管理タブ"
+
+#: ../../godmode/gis_maps/configure_gis_map.php:111
+msgid "Map successfully created"
+msgstr "マップを作成しました。"
+
+#: ../../godmode/gis_maps/configure_gis_map.php:112
+msgid "Map could not be created"
+msgstr "マップを作成できませんでした。"
+
+#: ../../godmode/gis_maps/configure_gis_map.php:201
+msgid "Map successfully update"
+msgstr "マップを更新しました。"
+
+#: ../../godmode/gis_maps/configure_gis_map.php:202
+msgid "Map could not be updated"
+msgstr "マップを更新できませんでした"
+
+#: ../../godmode/gis_maps/configure_gis_map.php:214
+#: ../../operation/gis_maps/gis_map.php:29
+msgid "GIS Maps list"
+msgstr "GIS マップ一覧"
+
+#: ../../godmode/gis_maps/configure_gis_map.php:219
+msgid "View GIS"
+msgstr "GIS 表示"
+
+#: ../../godmode/gis_maps/configure_gis_map.php:222
+msgid "GIS Maps builder"
+msgstr "GIS マップビルダ"
+
+#: ../../godmode/gis_maps/configure_gis_map.php:329
+msgid "Map Name"
+msgstr "マップ名"
+
+#: ../../godmode/gis_maps/configure_gis_map.php:329
+msgid "Descriptive name for the map"
+msgstr "マップの名称"
+
+#: ../../godmode/gis_maps/configure_gis_map.php:348
+msgid "Add Map connection"
+msgstr "利用マップの追加"
+
+#: ../../godmode/gis_maps/configure_gis_map.php:348
+msgid ""
+"At least one map connection must be defined, it will be possible to change "
+"between the connections in the map"
+msgstr "少なくとも、1つの利用マップが定義されていなければいけません。マップの変更は可能です。"
+
+#: ../../godmode/gis_maps/configure_gis_map.php:366
+msgid "Group that owns the map"
+msgstr "マップを利用するグループ"
+
+#: ../../godmode/gis_maps/configure_gis_map.php:369
+msgid "Default zoom"
+msgstr "デフォルトの拡大率"
+
+#: ../../godmode/gis_maps/configure_gis_map.php:369
+msgid "Default zoom level when opening the map"
+msgstr "マップを開いた時のデフォルトの拡大レベル"
+
+#: ../../godmode/gis_maps/configure_gis_map.php:372
+msgid "Center Latitude"
+msgstr "中心の緯度"
+
+#: ../../godmode/gis_maps/configure_gis_map.php:375
+msgid "Center Longitude"
+msgstr "中心の経度"
+
+#: ../../godmode/gis_maps/configure_gis_map.php:378
+msgid "Center Altitude"
+msgstr "中心の高度"
+
+#: ../../godmode/gis_maps/configure_gis_map.php:381
+msgid "Default Latitude"
+msgstr "デフォルトの緯度"
+
+#: ../../godmode/gis_maps/configure_gis_map.php:384
+msgid "Default Longitude"
+msgstr "デフォルトの経度"
+
+#: ../../godmode/gis_maps/configure_gis_map.php:387
+msgid "Default Altitude"
+msgstr "デフォルトの高度"
+
+#: ../../godmode/gis_maps/configure_gis_map.php:392
+msgid "Layers"
+msgstr "レイヤ"
+
+#: ../../godmode/gis_maps/configure_gis_map.php:392
+msgid ""
+"Each layer can show agents from one group or the agents added to that layer "
+"or both."
+msgstr "それぞれのレイヤは、グループに所属するエージェントまたはレイヤに個別に追加されたエージェントを表示できます。"
+
+#: ../../godmode/gis_maps/configure_gis_map.php:398
+msgid "List of layers"
+msgstr "レイヤ一覧"
+
+#: ../../godmode/gis_maps/configure_gis_map.php:398
+msgid "It is possible to edit, delete and reorder the layers."
+msgstr "編集、削除、レイヤの順番の変更ができます。"
+
+#: ../../godmode/gis_maps/configure_gis_map.php:399
+msgid "New layer"
+msgstr "新規レイヤ"
+
+#: ../../godmode/gis_maps/configure_gis_map.php:407
+msgid "Layer name"
+msgstr "レイヤ名"
+
+#: ../../godmode/gis_maps/configure_gis_map.php:409
+msgid "Visible"
+msgstr "可視化"
+
+#: ../../godmode/gis_maps/configure_gis_map.php:413
+msgid "Show agents from group"
+msgstr "表示するエージェントのグループ"
+
+#: ../../godmode/gis_maps/configure_gis_map.php:425
+msgid "Add agent"
+msgstr "エージェント追加"
+
+#: ../../godmode/gis_maps/configure_gis_map.php:441
+msgid "List of Agents to be shown in the layer"
+msgstr "レイヤ内に表示されるエージェント一覧"
+
+#: ../../godmode/gis_maps/configure_gis_map.php:448
+#: ../../godmode/gis_maps/configure_gis_map.php:624
+#: ../../godmode/gis_maps/configure_gis_map.php:635
+msgid "Save Layer"
+msgstr "レイヤの保存"
+
+#: ../../godmode/gis_maps/configure_gis_map.php:464
+#: ../../godmode/gis_maps/configure_gis_map.php:471
+msgid "Save map"
+msgstr "マップの保存"
+
+#: ../../godmode/gis_maps/configure_gis_map.php:467
+msgid "Update map"
+msgstr "マップの更新"
+
+#: ../../godmode/gis_maps/configure_gis_map.php:668
+#: ../../godmode/gis_maps/configure_gis_map.php:724
+msgid "Update Layer"
+msgstr "レイヤの更新"
+
+#: ../../godmode/gis_maps/configure_gis_map.php:790
+msgid "Do you want to use the default data from the connection?"
+msgstr "利用マップのデフォルトデータを利用しますか。"
+
+#: ../../godmode/gis_maps/configure_gis_map.php:825
+msgid "The connection"
+msgstr "利用マップ"
+
+#: ../../godmode/gis_maps/configure_gis_map.php:825
+msgid "just added previously."
+msgstr "すでに追加されています。"
+
+#: ../../godmode/groups/configure_group.php:70
+#: ../../godmode/groups/configure_modu_group.php:51
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1256
+msgid "There was a problem loading group"
+msgstr "グループの読み込みに失敗しました。"
+
+#: ../../godmode/groups/configure_group.php:92
+msgid "Update group"
+msgstr "グループ情報の更新"
+
+#: ../../godmode/groups/configure_group.php:94
+#: ../../godmode/groups/group_list.php:396
+msgid "Create group"
+msgstr "グループの作成"
+
+#: ../../godmode/groups/configure_group.php:106
+msgid "Update Group"
+msgstr "グループの更新"
+
+#: ../../godmode/groups/configure_group.php:108
+msgid "Create Group"
+msgstr "グループの作成"
+
+#: ../../godmode/groups/configure_group.php:119
+#: ../../godmode/groups/group_list.php:338
+#: ../../godmode/modules/module_list.php:57
+#: ../../godmode/reporting/visual_console_builder.elements.php:183
+#: ../../godmode/setup/os.builder.php:39
+#: ../../include/functions_visual_map.php:2769
+#: ../../include/functions_visual_map_editor.php:60
+#: ../../include/functions_visual_map_editor.php:609
+#: ../../enterprise/dashboard/widgets/module_icon.php:84
+#: ../../enterprise/dashboard/widgets/module_status.php:84
+#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:76
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1283
+msgid "Icon"
+msgstr "アイコン"
+
+#: ../../godmode/groups/configure_group.php:144
+msgid "You have not access to the parent."
+msgstr "親へアクセスできません"
+
+#: ../../godmode/groups/configure_group.php:166
+msgid "Group Password"
+msgstr "グループパスワード"
+
+#: ../../godmode/groups/configure_group.php:174
+msgid "Propagate ACL"
+msgstr "ACL の伝播"
+
+#: ../../godmode/groups/configure_group.php:174
+msgid "Propagate the same ACL security into the child subgroups."
+msgstr "子のサブグループへ同じ ACL を適用します。"
+
+#: ../../godmode/groups/configure_group.php:186
+msgid "Contact"
+msgstr "連絡先"
+
+#: ../../godmode/groups/configure_group.php:186
+msgid "Contact information accessible through the _groupcontact_ macro"
+msgstr "_groupcontact_ マクロで参照可能な連絡先情報"
+
+#: ../../godmode/groups/configure_group.php:190
+msgid "Information accessible through the _group_other_ macro"
+msgstr "_group_other_ マクロで参照可能な情報"
+
+#: ../../godmode/groups/configure_group.php:196
+#: ../../godmode/users/configure_user.php:509
+#: ../../operation/users/user_edit.php:322
+msgid "Skin"
+msgstr "スキン"
+
+#: ../../godmode/groups/configure_group.php:238
+msgid ""
+"WARNING: You\\'re trying to create a group in a node member of a "
+"metaconsole.\\n\\nThis group and all of this contents will not be visible in "
+"the metaconsole.\\n\\nIf you want to create a visible group, you must do it "
+"from the metaconsole and propagate to the node. "
+msgstr ""
+"警告: メタコンソールのノードメンバーにグループを作成しようとしています。\\n\\n "
+"このグループとそこに含まれるコンテンツはメタコンソールでは表示されません。\\n\\n "
+"表示されるグループを作成したい場合は、メタコンソールから実行し、ノードに伝播させる必要があります。 "
+
+#: ../../godmode/groups/configure_modu_group.php:32
+msgid "Module group management"
+msgstr "モジュールグループ管理"
+
+#: ../../godmode/groups/group_list.php:158
+msgid "Edit or delete groups can cause problems with synchronization"
+msgstr "グループの編集や削除は、同期で問題が発生する可能性があります。"
+
+#: ../../godmode/groups/group_list.php:164
+msgid "Groups defined in Pandora"
+msgstr "定義済みグループ"
+
+#: ../../godmode/groups/group_list.php:210
+#: ../../godmode/groups/modu_group_list.php:75
+msgid "Group successfully created"
+msgstr "グループを作成しました。"
+
+#: ../../godmode/groups/group_list.php:213
+#: ../../godmode/groups/modu_group_list.php:78
+msgid "There was a problem creating group"
+msgstr "グループの作成に失敗しました。"
+
+#: ../../godmode/groups/group_list.php:217
+msgid "Each group must have a different name"
+msgstr "各グループは異なる名前でなければいけません"
+
+#: ../../godmode/groups/group_list.php:222
+msgid "Group must have a name"
+msgstr "グループには名前が必要です"
+
+#: ../../godmode/groups/group_list.php:266
+#: ../../godmode/groups/modu_group_list.php:106
+msgid "Group successfully updated"
+msgstr "グループを更新しました。"
+
+#: ../../godmode/groups/group_list.php:269
+#: ../../godmode/groups/modu_group_list.php:109
+msgid "There was a problem modifying group"
+msgstr "グループの更新に失敗しました。"
+
+#: ../../godmode/groups/group_list.php:294
+#, php-format
+msgid "The group is not empty. It is use in %s."
+msgstr "グループが空ではありません。%s で利用されています。"
+
+#: ../../godmode/groups/group_list.php:298
+#: ../../godmode/groups/modu_group_list.php:138
+msgid "Group successfully deleted"
+msgstr "グループを削除しました。"
+
+#: ../../godmode/groups/group_list.php:301
+#: ../../godmode/groups/modu_group_list.php:136
+msgid "There was a problem deleting group"
+msgstr "グループの削除に失敗しました。"
+
+#: ../../godmode/groups/group_list.php:390
+msgid "There are no defined groups"
+msgstr "グループが定義されていません"
+
+#: ../../godmode/groups/modu_group_list.php:55
+msgid "Module groups defined in Pandora"
+msgstr "Pandora に定義されているモジュールグループ"
+
+#: ../../godmode/groups/modu_group_list.php:82
+#: ../../godmode/groups/modu_group_list.php:113
+msgid "Each module group must have a different name"
+msgstr "各モジュールグループは、異なる名前でなければいけません。"
+
+#: ../../godmode/groups/modu_group_list.php:86
+#: ../../godmode/groups/modu_group_list.php:117
+msgid "Module group must have a name"
+msgstr "モジュールグループには名前が必要です"
+
+#: ../../godmode/groups/modu_group_list.php:208
+msgid "There are no defined module groups"
+msgstr "定義済のモジュールグループがありません"
+
+#: ../../godmode/groups/modu_group_list.php:213
+msgid "Create module group"
+msgstr "モジュールグループの作成"
+
+#: ../../godmode/massive/massive_add_action_alerts.php:59
+#: ../../godmode/massive/massive_add_alerts.php:73
+#: ../../godmode/massive/massive_add_tags.php:33
+#: ../../godmode/massive/massive_delete_agents.php:33
+#: ../../godmode/massive/massive_delete_alerts.php:83
+#: ../../godmode/massive/massive_delete_modules.php:61
+#: ../../godmode/massive/massive_delete_tags.php:97
+#: ../../godmode/massive/massive_edit_agents.php:92
+#: ../../include/functions_visual_map.php:1665
+#: ../../include/functions_visual_map.php:1898
+#: ../../enterprise/godmode/policies/policy_agents.php:520
+msgid "No agents selected"
+msgstr "エージェントが選択されていません。"
+
+#: ../../godmode/massive/massive_add_action_alerts.php:96
+msgid "No alerts selected"
+msgstr "アラートが選択されていません。"
+
+#: ../../godmode/massive/massive_add_action_alerts.php:120
+msgid "No actions selected"
+msgstr "アクションが選択されていません"
+
+#: ../../godmode/massive/massive_add_action_alerts.php:154
+#: ../../godmode/massive/massive_add_alerts.php:154
+#: ../../godmode/massive/massive_copy_modules.php:74
+#: ../../godmode/massive/massive_copy_modules.php:185
+#: ../../godmode/massive/massive_delete_action_alerts.php:154
+#: ../../godmode/massive/massive_delete_agents.php:108
+#: ../../godmode/massive/massive_delete_alerts.php:215
+#: ../../godmode/massive/massive_delete_modules.php:441
+#: ../../godmode/massive/massive_edit_agents.php:210
+#: ../../godmode/massive/massive_edit_modules.php:285
+#: ../../godmode/massive/massive_enable_disable_alerts.php:138
+#: ../../godmode/massive/massive_standby_alerts.php:139
+#: ../../enterprise/godmode/policies/policy_agents.php:243
+#: ../../enterprise/godmode/policies/policy_agents.php:259
+#: ../../enterprise/godmode/policies/policy_agents.php:363
+msgid "Group recursion"
+msgstr "子グループを含める"
+
+#: ../../godmode/massive/massive_add_action_alerts.php:157
+#: ../../godmode/massive/massive_delete_action_alerts.php:158
+msgid "Agents with templates"
+msgstr "テンプレートがあるエージェント"
+
+#: ../../godmode/massive/massive_add_action_alerts.php:168
+#: ../../godmode/massive/massive_add_alerts.php:167
+#: ../../godmode/massive/massive_delete_action_alerts.php:169
+#: ../../godmode/massive/massive_delete_alerts.php:227
+#: ../../godmode/massive/massive_delete_modules.php:499
+#: ../../godmode/massive/massive_edit_modules.php:346
+#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:225
+msgid "When select agents"
+msgstr "エージェント選択時の動作"
+
+#: ../../godmode/massive/massive_add_action_alerts.php:172
+#: ../../godmode/massive/massive_delete_action_alerts.php:173
+#: ../../godmode/massive/massive_delete_modules.php:501
+#: ../../godmode/massive/massive_edit_modules.php:350
+msgid "Show unknown and not init modules"
+msgstr "不明および未初期化モジュールを表示"
+
+#: ../../godmode/massive/massive_add_action_alerts.php:228
+#: ../../godmode/massive/massive_add_alerts.php:213
+#: ../../godmode/massive/massive_copy_modules.php:424
+#: ../../godmode/massive/massive_delete_agents.php:163
+#: ../../godmode/massive/massive_delete_alerts.php:266
+#: ../../godmode/massive/massive_delete_modules.php:727
+#: ../../godmode/massive/massive_edit_agents.php:553
+#: ../../godmode/massive/massive_edit_modules.php:653
+msgid ""
+"Unsucessful sending the data, please contact with your administrator or make "
+"with less elements."
+msgstr "データ処理に失敗しました。管理者に連絡するか要素を少なくしてください。"
+
+#: ../../godmode/massive/massive_add_alerts.php:78
+#: ../../godmode/massive/massive_delete_alerts.php:78
+msgid "No alert selected"
+msgstr "アラートが選択されていません。"
+
+#: ../../godmode/massive/massive_add_profiles.php:72
+msgid "Profiles added successfully"
+msgstr "プロファイルを追加しました。"
+
+#: ../../godmode/massive/massive_add_profiles.php:73
+msgid "Profiles cannot be added"
+msgstr "プロファイルの追加ができませんでした。"
+
+#: ../../godmode/massive/massive_add_profiles.php:88
+#: ../../godmode/massive/massive_delete_profiles.php:102
+#: ../../godmode/users/configure_profile.php:242
+#: ../../godmode/users/configure_user.php:623
+#: ../../operation/users/user_edit.php:504
+#: ../../enterprise/godmode/setup/setup_acl.php:161
+msgid "Profile name"
+msgstr "プロファイル名"
+
+#: ../../godmode/massive/massive_add_profiles.php:90
+#: ../../godmode/massive/massive_delete_profiles.php:104
+#: ../../include/functions_reporting.php:7280
+#: ../../operation/search_results.php:84
+#: ../../enterprise/meta/advanced/synchronizing.user.php:520
+msgid "Users"
+msgstr "ユーザ"
+
+#: ../../godmode/massive/massive_add_tags.php:43
+msgid "No tags selected"
+msgstr "タグが選択されていません"
+
+#: ../../godmode/massive/massive_copy_modules.php:77
+#: ../../godmode/massive/massive_copy_modules.php:190
+#: ../../godmode/massive/massive_delete_agents.php:113
+#: ../../godmode/massive/massive_delete_modules.php:453
+#: ../../godmode/massive/massive_delete_modules.php:467
+#: ../../godmode/massive/massive_edit_agents.php:216
+#: ../../godmode/massive/massive_edit_modules.php:296
+#: ../../godmode/massive/massive_edit_modules.php:327
+#: ../../godmode/netflow/nf_edit_form.php:207 ../../include/functions.php:873
+#: ../../include/functions.php:1077 ../../include/functions.php:1084
+#: ../../include/functions.php:1114 ../../include/functions_events.php:1465
+#: ../../include/functions_graph.php:2186
+#: ../../include/functions_graph.php:3284
+#: ../../include/functions_graph.php:3285
+#: ../../include/functions_graph.php:5231
+#: ../../include/functions_groups.php:821
+#: ../../include/functions_groups.php:823
+#: ../../include/functions_groups.php:825
+#: ../../include/functions_groups.php:826
+#: ../../include/functions_groups.php:827
+#: ../../include/functions_groups.php:835
+#: ../../include/functions_reporting_html.php:1567
+#: ../../mobile/operation/agents.php:34 ../../mobile/operation/modules.php:39
+#: ../../operation/agentes/estado_agente.php:186
+#: ../../operation/agentes/estado_monitores.php:450
+#: ../../operation/agentes/group_view.php:171
+#: ../../operation/agentes/status_monitor.php:299
+#: ../../operation/agentes/tactical.php:152
+#: ../../operation/netflow/nf_live_view.php:322 ../../operation/tree.php:131
+#: ../../operation/tree.php:156 ../../operation/tree.php:303
+#: ../../enterprise/dashboard/widgets/tree_view.php:53
+#: ../../enterprise/dashboard/widgets/tree_view.php:66
+#: ../../enterprise/dashboard/widgets/tree_view.php:227
+#: ../../enterprise/include/functions_reporting_pdf.php:699
+#: ../../enterprise/include/functions_services.php:1258
+#: ../../enterprise/meta/monitoring/group_view.php:152
+#: ../../enterprise/meta/monitoring/tactical.php:280
+msgid "Normal"
+msgstr "正常"
+
+#: ../../godmode/massive/massive_copy_modules.php:78
+#: ../../godmode/massive/massive_copy_modules.php:191
+#: ../../godmode/massive/massive_delete_agents.php:114
+#: ../../godmode/massive/massive_delete_modules.php:454
+#: ../../godmode/massive/massive_delete_modules.php:468
+#: ../../godmode/massive/massive_edit_agents.php:217
+#: ../../godmode/massive/massive_edit_agents.php:407
+#: ../../godmode/massive/massive_edit_modules.php:297
+#: ../../godmode/massive/massive_edit_modules.php:328
+#: ../../godmode/servers/manage_recontask_form.php:189
+#: ../../godmode/setup/setup_netflow.php:70 ../../include/functions.php:876
+#: ../../include/functions.php:1079 ../../include/functions.php:1082
+#: ../../include/functions.php:1117 ../../include/functions_events.php:1468
+#: ../../include/functions_graph.php:2185
+#: ../../include/functions_graph.php:3292
+#: ../../include/functions_graph.php:3293
+#: ../../include/functions_graph.php:5234
+#: ../../include/functions_groups.php:830
+#: ../../include/functions_groups.php:832
+#: ../../include/functions_groups.php:834
+#: ../../include/functions_groups.php:835
+#: ../../include/functions_groups.php:836
+#: ../../include/functions_reporting_html.php:1571
+#: ../../include/functions_ui.php:234 ../../include/functions_ui.php:2001
+#: ../../mobile/operation/agents.php:35 ../../mobile/operation/modules.php:40
+#: ../../operation/agentes/estado_agente.php:187
+#: ../../operation/agentes/estado_monitores.php:452
+#: ../../operation/agentes/group_view.php:172
+#: ../../operation/agentes/status_monitor.php:300
+#: ../../operation/agentes/tactical.php:151
+#: ../../operation/gis_maps/render_view.php:150
+#: ../../operation/netflow/nf_live_view.php:273 ../../operation/tree.php:132
+#: ../../operation/tree.php:157 ../../operation/tree.php:288
+#: ../../enterprise/dashboard/widgets/service_map.php:85
+#: ../../enterprise/dashboard/widgets/tree_view.php:54
+#: ../../enterprise/dashboard/widgets/tree_view.php:67
+#: ../../enterprise/dashboard/widgets/tree_view.php:212
+#: ../../enterprise/godmode/services/services.service.php:274
+#: ../../enterprise/include/functions_reporting.php:3743
+#: ../../enterprise/include/functions_reporting_pdf.php:701
+#: ../../enterprise/include/functions_reporting_pdf.php:2356
+#: ../../enterprise/include/functions_services.php:1267
+#: ../../enterprise/meta/include/functions_wizard_meta.php:839
+#: ../../enterprise/meta/include/functions_wizard_meta.php:925
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1126
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1146
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1342
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1423
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1539
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1559
+#: ../../enterprise/meta/monitoring/group_view.php:153
+#: ../../enterprise/meta/monitoring/tactical.php:279
+#: ../../enterprise/operation/agentes/transactional_map.php:242
+#: ../../enterprise/operation/services/services.list.php:171
+#: ../../enterprise/operation/services/services.list.php:340
+#: ../../enterprise/operation/services/services.list.php:409
+#: ../../enterprise/operation/services/services.service.php:136
+#: ../../enterprise/operation/services/services.service.php:188
+#: ../../enterprise/operation/services/services.service_map.php:127
+#: ../../enterprise/operation/services/services.table_services.php:140
+msgid "Warning"
+msgstr "警告"
+
+#: ../../godmode/massive/massive_copy_modules.php:79
+#: ../../godmode/massive/massive_copy_modules.php:192
+#: ../../godmode/massive/massive_delete_agents.php:115
+#: ../../godmode/massive/massive_delete_modules.php:455
+#: ../../godmode/massive/massive_delete_modules.php:469
+#: ../../godmode/massive/massive_edit_agents.php:218
+#: ../../godmode/massive/massive_edit_modules.php:298
+#: ../../godmode/massive/massive_edit_modules.php:329
+#: ../../include/functions.php:879 ../../include/functions.php:1081
+#: ../../include/functions.php:1082 ../../include/functions.php:1084
+#: ../../include/functions.php:1120 ../../include/functions_events.php:1471
+#: ../../include/functions_graph.php:2184
+#: ../../include/functions_graph.php:3300
+#: ../../include/functions_graph.php:3301
+#: ../../include/functions_graph.php:5237
+#: ../../include/functions_groups.php:839
+#: ../../include/functions_groups.php:841
+#: ../../include/functions_groups.php:843
+#: ../../include/functions_groups.php:844
+#: ../../include/functions_groups.php:845
+#: ../../include/functions_reporting_html.php:680
+#: ../../include/functions_reporting_html.php:1569
+#: ../../include/functions_reporting_html.php:2528
+#: ../../include/functions_ui.php:2001 ../../mobile/operation/agents.php:33
+#: ../../mobile/operation/modules.php:41
+#: ../../operation/agentes/estado_agente.php:188
+#: ../../operation/agentes/estado_monitores.php:448
+#: ../../operation/agentes/group_view.php:168
+#: ../../operation/agentes/group_view.php:173
+#: ../../operation/agentes/status_monitor.php:301
+#: ../../operation/agentes/tactical.php:150
+#: ../../operation/gis_maps/render_view.php:149 ../../operation/tree.php:133
+#: ../../operation/tree.php:158 ../../operation/tree.php:283
+#: ../../enterprise/dashboard/widgets/service_map.php:84
+#: ../../enterprise/dashboard/widgets/tree_view.php:55
+#: ../../enterprise/dashboard/widgets/tree_view.php:68
+#: ../../enterprise/dashboard/widgets/tree_view.php:207
+#: ../../enterprise/godmode/services/services.elements.php:410
+#: ../../enterprise/godmode/services/services.service.php:270
+#: ../../enterprise/include/functions_reporting.php:2264
+#: ../../enterprise/include/functions_reporting.php:3033
+#: ../../enterprise/include/functions_reporting.php:3748
+#: ../../enterprise/include/functions_reporting_pdf.php:700
+#: ../../enterprise/include/functions_reporting_pdf.php:1496
+#: ../../enterprise/include/functions_reporting_pdf.php:2356
+#: ../../enterprise/include/functions_services.php:1264
+#: ../../enterprise/include/functions_services.php:1423
+#: ../../enterprise/meta/include/functions_wizard_meta.php:848
+#: ../../enterprise/meta/include/functions_wizard_meta.php:934
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1135
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1152
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1351
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1432
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1548
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1566
+#: ../../enterprise/meta/monitoring/group_view.php:154
+#: ../../enterprise/meta/monitoring/tactical.php:278
+#: ../../enterprise/operation/services/services.list.php:172
+#: ../../enterprise/operation/services/services.list.php:339
+#: ../../enterprise/operation/services/services.list.php:404
+#: ../../enterprise/operation/services/services.service.php:135
+#: ../../enterprise/operation/services/services.service.php:183
+#: ../../enterprise/operation/services/services.service_map.php:126
+#: ../../enterprise/operation/services/services.table_services.php:141
+msgid "Critical"
+msgstr "障害"
+
+#: ../../godmode/massive/massive_copy_modules.php:82
+#: ../../godmode/massive/massive_copy_modules.php:195
+#: ../../godmode/massive/massive_delete_agents.php:118
+#: ../../godmode/massive/massive_delete_modules.php:458
+#: ../../godmode/massive/massive_delete_modules.php:472
+#: ../../godmode/massive/massive_edit_agents.php:221
+#: ../../godmode/massive/massive_edit_modules.php:301
+#: ../../godmode/massive/massive_edit_modules.php:332
+#: ../../include/functions_graph.php:2190
+#: ../../include/functions_groups.php:812
+#: ../../include/functions_groups.php:814
+#: ../../include/functions_groups.php:816
+#: ../../include/functions_groups.php:817
+#: ../../include/functions_groups.php:818
+#: ../../include/functions_reporting_html.php:1575
+#: ../../mobile/operation/modules.php:44
+#: ../../operation/agentes/estado_agente.php:191
+#: ../../operation/agentes/group_view.php:167
+#: ../../operation/agentes/status_monitor.php:304
+#: ../../operation/agentes/tactical.php:154 ../../operation/tree.php:135
+#: ../../operation/tree.php:160 ../../operation/tree.php:298
+#: ../../enterprise/dashboard/widgets/tree_view.php:57
+#: ../../enterprise/dashboard/widgets/tree_view.php:70
+#: ../../enterprise/dashboard/widgets/tree_view.php:222
+#: ../../enterprise/include/functions_reporting_pdf.php:703
+#: ../../enterprise/meta/monitoring/group_view.php:147
+#: ../../enterprise/meta/monitoring/group_view.php:151
+#: ../../enterprise/meta/monitoring/tactical.php:282
+#: ../../enterprise/operation/agentes/transactional_map.php:252
+msgid "Not init"
+msgstr "未初期化"
+
+#: ../../godmode/massive/massive_copy_modules.php:136
+#: ../../enterprise/godmode/policies/policy_modules.php:1315
+msgid "Copy modules"
+msgstr "モジュールのコピー"
+
+#: ../../godmode/massive/massive_copy_modules.php:141
+msgid "Copy alerts"
+msgstr "アラートのコピー"
+
+#: ../../godmode/massive/massive_copy_modules.php:150
+msgid "No modules for this agent"
+msgstr "このエージェントにはモジュールがありません。"
+
+#: ../../godmode/massive/massive_copy_modules.php:159
+msgid "No alerts for this agent"
+msgstr "このエージェントにはアラートが定義されていません。"
+
+#: ../../godmode/massive/massive_copy_modules.php:168
+#: ../../enterprise/meta/advanced/policymanager.sync.php:308
+#: ../../enterprise/meta/advanced/synchronizing.alert.php:344
+#: ../../enterprise/meta/advanced/synchronizing.component.php:320
+#: ../../enterprise/meta/advanced/synchronizing.group.php:157
+#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:101
+#: ../../enterprise/meta/advanced/synchronizing.os.php:101
+#: ../../enterprise/meta/advanced/synchronizing.tag.php:101
+msgid "Targets"
+msgstr "対象"
+
+#: ../../godmode/massive/massive_copy_modules.php:217
+msgid "To agent(s)"
+msgstr "適用先エージェント"
+
+#: ../../godmode/massive/massive_copy_modules.php:434
+#: ../../include/functions_agents.php:535
+msgid "No source agent to copy"
+msgstr "コピー元エージェントがありません。"
+
+#: ../../godmode/massive/massive_copy_modules.php:442
+msgid "No operation selected"
+msgstr "操作が選択されていません。"
+
+#: ../../godmode/massive/massive_copy_modules.php:452
+#: ../../include/functions_agents.php:540
+msgid "No destiny agent(s) to copy"
+msgstr "コピー先エージェントがありません。"
+
+#: ../../godmode/massive/massive_delete_action_alerts.php:56
+msgid "Could not be deleted. No agents selected"
+msgstr "削除できません。エージェントが選択されていません。"
+
+#: ../../godmode/massive/massive_delete_action_alerts.php:81
+msgid "Could not be deleted. No alerts selected"
+msgstr "削除できません。アラートが選択されていません。"
+
+#: ../../godmode/massive/massive_delete_action_alerts.php:124
+msgid "Could not be deleted. No action selected"
+msgstr "削除できません。アクションが選択されていません。"
+
+#: ../../godmode/massive/massive_delete_agents.php:57
+#, php-format
+msgid ""
+"There was an error deleting the agent, the operation has been cancelled "
+"Could not delete agent %s"
+msgstr "エージェントの削除でエラーが発生しました。操作はキャンセルされました。エージェント %s は削除できません。"
+
+#: ../../godmode/massive/massive_delete_agents.php:63
+#, php-format
+msgid "Successfully deleted (%s)"
+msgstr "削除しました。(%s)"
+
+#: ../../godmode/massive/massive_delete_agents.php:123
+#: ../../godmode/massive/massive_edit_agents.php:225
+msgid "Show agents"
+msgstr "エージェント表示"
+
+#: ../../godmode/massive/massive_delete_modules.php:56
+msgid "No module selected"
+msgstr "モジュールが選択されていません。"
+
+#: ../../godmode/massive/massive_delete_modules.php:230
+msgid ""
+"There was an error deleting the modules, the operation has been cancelled"
+msgstr "モジュール削除でエラーが発生しました。操作はキャンセルされます。"
+
+#: ../../godmode/massive/massive_delete_modules.php:396
+#: ../../godmode/massive/massive_edit_modules.php:239
+msgid "Selection mode"
+msgstr "選択モード"
+
+#: ../../godmode/massive/massive_delete_modules.php:397
+#: ../../godmode/massive/massive_edit_modules.php:240
+msgid "Select modules first "
+msgstr "モジュールを先に選択 "
+
+#: ../../godmode/massive/massive_delete_modules.php:399
+#: ../../godmode/massive/massive_edit_modules.php:242
+msgid "Select agents first "
+msgstr "エージェントを先に選択 "
+
+#: ../../godmode/massive/massive_delete_modules.php:405
+#: ../../godmode/massive/massive_edit_modules.php:249
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1387
+#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:144
+msgid "Module type"
+msgstr "モジュールタイプ"
+
+#: ../../godmode/massive/massive_delete_modules.php:414
+#: ../../godmode/massive/massive_edit_modules.php:258
+msgid "Select all modules of this type"
+msgstr "このタイプの全てのモジュールを選択"
+
+#: ../../godmode/massive/massive_delete_modules.php:435
+#: ../../godmode/massive/massive_edit_modules.php:279
+#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:202
+msgid "Agent group"
+msgstr "エージェントグループ"
+
+#: ../../godmode/massive/massive_delete_modules.php:443
+#: ../../godmode/massive/massive_edit_modules.php:287
+msgid "Select all modules of this group"
+msgstr "このグループの全てのモジュールを選択"
+
+#: ../../godmode/massive/massive_delete_modules.php:464
+#: ../../godmode/massive/massive_edit_modules.php:293
+msgid "Module Status"
+msgstr "モジュールの状態"
+
+#: ../../godmode/massive/massive_delete_modules.php:483
+#: ../../godmode/massive/massive_edit_modules.php:311
+msgid "When select modules"
+msgstr "モジュール選択時の動作"
+
+#: ../../godmode/massive/massive_delete_modules.php:486
+#: ../../godmode/massive/massive_edit_modules.php:314
+msgid "Show common agents"
+msgstr "共通エージェントの表示"
+
+#: ../../godmode/massive/massive_delete_modules.php:487
+#: ../../godmode/massive/massive_edit_modules.php:315
+msgid "Show all agents"
+msgstr "全エージェント表示"
+
+#: ../../godmode/massive/massive_delete_profiles.php:61
+msgid "Not deleted. You must select an existing user"
+msgstr "削除できませんでした存在するユーザを選択してください。"
+
+#: ../../godmode/massive/massive_delete_profiles.php:87
+msgid "Profiles deleted successfully"
+msgstr "プロファイルを削除しました。"
+
+#: ../../godmode/massive/massive_delete_profiles.php:88
+msgid "Profiles cannot be deleted"
+msgstr "プロファイルを削除できませんでした。"
+
+#: ../../godmode/massive/massive_delete_tags.php:107
+msgid "No tag selected"
+msgstr "タグが選択されていません"
+
+#: ../../godmode/massive/massive_edit_agents.php:97
+msgid "No values changed"
+msgstr "値が変更されていません。"
+
+#: ../../godmode/massive/massive_edit_agents.php:126
+msgid "Configuration files deleted successfully"
+msgstr "設定ファイルを削除しました。"
+
+#: ../../godmode/massive/massive_edit_agents.php:127
+msgid "Configuration files cannot be deleted"
+msgstr "設定ファイルを削除できませんでした。"
+
+#: ../../godmode/massive/massive_edit_agents.php:185
+msgid "Agents updated successfully"
+msgstr "エージェントを更新しました。"
+
+#: ../../godmode/massive/massive_edit_agents.php:186
+msgid "Agents cannot be updated"
+msgstr "エージェントの更新ができませんでした。"
+
+#: ../../godmode/massive/massive_edit_agents.php:294
+#: ../../godmode/massive/massive_edit_agents.php:299
+#: ../../godmode/massive/massive_edit_agents.php:303
+#: ../../godmode/massive/massive_edit_agents.php:307
+#: ../../godmode/massive/massive_edit_agents.php:318
+#: ../../godmode/massive/massive_edit_agents.php:357
+#: ../../godmode/massive/massive_edit_agents.php:363
+#: ../../godmode/massive/massive_edit_agents.php:402
+#: ../../godmode/massive/massive_edit_agents.php:411
+#: ../../godmode/massive/massive_edit_agents.php:418
+#: ../../godmode/massive/massive_edit_modules.php:406
+#: ../../godmode/massive/massive_edit_modules.php:451
+#: ../../godmode/massive/massive_edit_modules.php:466
+#: ../../godmode/massive/massive_edit_modules.php:470
+#: ../../godmode/massive/massive_edit_modules.php:490
+#: ../../godmode/massive/massive_edit_modules.php:496
+#: ../../godmode/massive/massive_edit_modules.php:504
+#: ../../godmode/massive/massive_edit_modules.php:508
+#: ../../godmode/massive/massive_edit_modules.php:511
+#: ../../godmode/massive/massive_edit_modules.php:524
+#: ../../godmode/massive/massive_edit_modules.php:537
+#: ../../godmode/massive/massive_edit_modules.php:545
+#: ../../godmode/massive/massive_edit_modules.php:558
+#: ../../godmode/massive/massive_edit_modules.php:566
+#: ../../godmode/massive/massive_edit_modules.php:572
+#: ../../godmode/massive/massive_edit_modules.php:584
+#: ../../godmode/massive/massive_edit_modules.php:603
+#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:27
+#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:259
+#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:278
+msgid "No change"
+msgstr "変更無し"
+
+#: ../../godmode/massive/massive_edit_agents.php:371
+msgid "Delete available remote configurations"
+msgstr "リモート設定の削除"
+
+#: ../../godmode/massive/massive_edit_agents.php:403
+msgid "Without status"
+msgstr "状態不明"
+
+#: ../../godmode/massive/massive_edit_agents.php:405
+#: ../../include/functions_config.php:531
+#: ../../include/functions_config.php:1551
+#: ../../operation/gis_maps/render_view.php:151
+#: ../../enterprise/dashboard/widgets/service_map.php:86
+#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:355
+#: ../../enterprise/load_enterprise.php:1
+#: ../../enterprise/operation/agentes/manage_transmap_creation.php:37
+#: ../../enterprise/operation/agentes/transactional_map.php:232
+#: ../../enterprise/operation/services/services.list.php:170
+#: ../../enterprise/operation/services/services.list.php:399
+#: ../../enterprise/operation/services/services.service.php:177
+#: ../../enterprise/operation/services/services.service_map.php:128
+#: ../../enterprise/operation/services/services.table_services.php:139
+msgid "Ok"
+msgstr "正常"
+
+#: ../../godmode/massive/massive_edit_agents.php:406
+#: ../../enterprise/dashboard/widgets/maps_status.php:77
+msgid "Bad"
+msgstr "障害"
+
+#: ../../godmode/massive/massive_edit_modules.php:324
+msgid "Agent Status"
+msgstr "エージェントの状態"
+
+#: ../../godmode/massive/massive_edit_modules.php:357
+#: ../../godmode/modules/manage_network_components_form_common.php:107
+#: ../../enterprise/godmode/modules/configure_local_component.php:226
+msgid "Dynamic Interval"
+msgstr "動的間隔"
+
+#: ../../godmode/massive/massive_edit_modules.php:359
+msgid "Dynamic Min."
+msgstr "動的最小値"
+
+#: ../../godmode/massive/massive_edit_modules.php:362
+#: ../../godmode/modules/manage_network_components_form_common.php:113
+#: ../../enterprise/godmode/modules/configure_local_component.php:232
+msgid "Dynamic Max."
+msgstr "動的最大値"
+
+#: ../../godmode/massive/massive_edit_modules.php:365
+#: ../../godmode/modules/manage_network_components_form_common.php:115
+#: ../../enterprise/godmode/modules/configure_local_component.php:234
+msgid "Dynamic Two Tailed: "
+msgstr "2つの動的しきい値 "
+
+#: ../../godmode/massive/massive_edit_modules.php:479
+msgid "SMNP community"
+msgstr "SNMPコミュニティ"
+
+#: ../../godmode/massive/massive_edit_modules.php:571
+msgid "Policy linking status"
+msgstr "ポリシーリンク状態"
+
+#: ../../godmode/massive/massive_edit_modules.php:571
+msgid "This field only has sense in modules adopted by a policy."
+msgstr "このフィールドは、ポリシーに関連づけられたモジュールにのみ影響します。"
+
+#: ../../godmode/massive/massive_edit_modules.php:572
+msgid "Linked"
+msgstr "リンク済"
+
+#: ../../godmode/massive/massive_edit_modules.php:602
+msgid "The module still store data but the alerts and events will be stop"
+msgstr "モジュールはデータを保存しますが、アラートとイベントは停止します"
+
+#: ../../godmode/massive/massive_edit_plugins.php:151
+msgid "Error retrieving the plugin macros"
+msgstr "プラグインマクロ検索エラー"
+
+#: ../../godmode/massive/massive_edit_plugins.php:158
+msgid "Error retrieving the modified macros"
+msgstr "編集済マクロ検索エラー"
+
+#: ../../godmode/massive/massive_edit_plugins.php:172
+msgid "Error retrieving the module plugin macros"
+msgstr "モジュールプラグインマクロ検索エラー"
+
+#: ../../godmode/massive/massive_edit_plugins.php:190
+msgid "Error retrieving the module plugin macros data"
+msgstr "モジュールプラグインマクロデータ検索エラー"
+
+#: ../../godmode/massive/massive_edit_plugins.php:224
+msgid "Error building the new macros"
+msgstr "新規マクロ作成エラー"
+
+#: ../../godmode/massive/massive_edit_plugins.php:253
+#, php-format
+msgid "%d modules updated"
+msgstr "%d個のモジュールを更新しました。"
+
+#: ../../godmode/massive/massive_edit_plugins.php:272
+msgid "There are not registered plugins"
+msgstr "登録済のプラグインがありません"
+
+#: ../../godmode/massive/massive_edit_plugins.php:421
+msgid "Invalid plugin data"
+msgstr "不正なプラグインデータ"
+
+#: ../../godmode/massive/massive_edit_plugins.php:528
+msgid "Clear"
+msgstr "消去"
+
+#: ../../godmode/massive/massive_edit_plugins.php:556
+msgid "Invalid macros array"
+msgstr "マクロ配列が不正です"
+
+#: ../../godmode/massive/massive_edit_plugins.php:581
+msgid "Multiple values"
+msgstr "複数の値"
+
+#: ../../godmode/massive/massive_edit_plugins.php:613
+#: ../../godmode/massive/massive_edit_plugins.php:750
+#: ../../godmode/massive/massive_edit_plugins.php:766
+msgid "Invalid agents array"
+msgstr "エージェント配列が不正です"
+
+#: ../../godmode/massive/massive_edit_plugins.php:629
+msgid "Invalid agent element"
+msgstr "エージェントの要素が不正です"
+
+#: ../../godmode/massive/massive_edit_plugins.php:640
+msgid "Invalid modules array"
+msgstr "モジュール配列が不正です"
+
+#: ../../godmode/massive/massive_edit_plugins.php:668
+msgid "Invalid module element"
+msgstr "モジュールの要素が不正です"
+
+#: ../../godmode/massive/massive_edit_plugins.php:876
+msgid "There are no modules using this plugin"
+msgstr "このプラグインを使っているモジュールはありません"
+
+#: ../../godmode/massive/massive_edit_plugins.php:955
+msgid "There was a problem loading the module plugin macros data"
+msgstr "モジュールプラグインマクロデータのロード中に問題が発生しました"
+
+#: ../../godmode/massive/massive_enable_disable_alerts.php:154
+msgid "Enabled alerts"
+msgstr "有効なアラート"
+
+#: ../../godmode/massive/massive_enable_disable_alerts.php:154
+#: ../../godmode/massive/massive_enable_disable_alerts.php:171
+#: ../../godmode/massive/massive_standby_alerts.php:154
+#: ../../godmode/massive/massive_standby_alerts.php:171
+#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:93
+msgid "Format"
+msgstr "フォーマット"
+
+#: ../../godmode/massive/massive_enable_disable_alerts.php:165
+msgid "Disable selected alerts"
+msgstr "選択したアラートを無効にする"
+
+#: ../../godmode/massive/massive_enable_disable_alerts.php:169
+msgid "Enable selected alerts"
+msgstr "選択したアラートを有効にする"
+
+#: ../../godmode/massive/massive_enable_disable_alerts.php:171
+msgid "Disabled alerts"
+msgstr "無効なアラート"
+
+#: ../../godmode/massive/massive_operations.php:36
+msgid "Bulk alert add"
+msgstr "一括アラート追加"
+
+#: ../../godmode/massive/massive_operations.php:37
+msgid "Bulk alert delete"
+msgstr "一括アラート削除"
+
+#: ../../godmode/massive/massive_operations.php:38
+msgid "Bulk alert actions add"
+msgstr "一括アラートアクション追加"
+
+#: ../../godmode/massive/massive_operations.php:39
+msgid "Bulk alert actions delete"
+msgstr "一括アラートアクション削除"
+
+#: ../../godmode/massive/massive_operations.php:40
+msgid "Bulk alert enable/disable"
+msgstr "一括アラート有効化/無効化"
+
+#: ../../godmode/massive/massive_operations.php:41
+msgid "Bulk alert setting standby"
+msgstr "一括アラートスタンバイ設定"
+
+#: ../../godmode/massive/massive_operations.php:44
+msgid "Bulk agent edit"
+msgstr "一括エージェント編集"
+
+#: ../../godmode/massive/massive_operations.php:45
+msgid "Bulk agent delete"
+msgstr "一括エージェント削除"
+
+#: ../../godmode/massive/massive_operations.php:49
+msgid "Bulk profile add"
+msgstr "一括プロファイル追加"
+
+#: ../../godmode/massive/massive_operations.php:50
+msgid "Bulk profile delete"
+msgstr "一括プロファイル削除"
+
+#: ../../godmode/massive/massive_operations.php:57
+msgid "Bulk module delete"
+msgstr "一括モジュール削除"
+
+#: ../../godmode/massive/massive_operations.php:58
+msgid "Bulk module edit"
+msgstr "一括モジュール編集"
+
+#: ../../godmode/massive/massive_operations.php:59
+msgid "Bulk module copy"
+msgstr "一括モジュールコピー"
+
+#: ../../godmode/massive/massive_operations.php:62
+msgid "Bulk plugin edit"
+msgstr "一括プラグイン編集"
+
+#: ../../godmode/massive/massive_operations.php:155 ../../godmode/menu.php:122
+msgid "Alerts operations"
+msgstr "アラート操作"
+
+#: ../../godmode/massive/massive_operations.php:160 ../../godmode/menu.php:120
+msgid "Users operations"
+msgstr "ユーザ操作"
+
+#: ../../godmode/massive/massive_operations.php:165 ../../godmode/menu.php:116
+msgid "Agents operations"
+msgstr "エージェント操作"
+
+#: ../../godmode/massive/massive_operations.php:170 ../../godmode/menu.php:117
+msgid "Modules operations"
+msgstr "モジュール操作"
+
+#: ../../godmode/massive/massive_operations.php:175 ../../godmode/menu.php:118
+msgid "Plugins operations"
+msgstr "プラグイン操作"
+
+#: ../../godmode/massive/massive_operations.php:215
+#: ../../enterprise/extensions/ipam.php:197
+msgid "Massive operations"
+msgstr "一括操作"
+
+#: ../../godmode/massive/massive_operations.php:223
+#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:202
+msgid ""
+"In order to perform massive operations, PHP needs a correct configuration in "
+"timeout parameters. Please, open your PHP configuration file (php.ini) for "
+"example: sudo vi /etc/php5/apache2/php.ini; And set your timeout "
+"parameters to a correct value: max_execution_time = 0 and "
+"max_input_time = -1"
+msgstr ""
+"一括操作のためには、PHPのタイムアウトパラメータを正しく設定する必要があります。php設定ファイル(php.ini)を開き(例:sudo vi "
+"/etc/php5/apache2/php.ini;)タイムアウトパラメータを次のように設定してください。 "
+"max_execution_time = 0、 max_input_time = -1"
+
+#: ../../godmode/massive/massive_operations.php:239
+msgid "Please wait..."
+msgstr "お待ちください..."
+
+#: ../../godmode/massive/massive_operations.php:276
+msgid "The blank fields will not be updated"
+msgstr "未入力の項目は更新されません。"
+
+#: ../../godmode/massive/massive_standby_alerts.php:154
+msgid "Not standby alerts"
+msgstr "非スタンバイ状態アラート"
+
+#: ../../godmode/massive/massive_standby_alerts.php:165
+#: ../../godmode/massive/massive_standby_alerts.php:169
+msgid "Set standby selected alerts"
+msgstr "選択したアラートをスタンバイ状態にする"
+
+#: ../../godmode/massive/massive_standby_alerts.php:171
+msgid "Standby alerts"
+msgstr "スタンバイ状態アラート"
+
+#: ../../godmode/menu.php:29
+#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:200
+msgid "Manage agents"
+msgstr "エージェント管理"
+
+#: ../../godmode/menu.php:39
+#: ../../enterprise/meta/include/functions_components_meta.php:48
+#: ../../enterprise/meta/include/functions_components_meta.php:66
+msgid "Component groups"
+msgstr "コンポーネントグループ管理"
+
+#: ../../godmode/menu.php:42
+msgid "Module categories"
+msgstr "モジュールカテゴリ"
+
+#: ../../godmode/menu.php:46
+msgid "Module types"
+msgstr "モジュールタイプ"
+
+#: ../../godmode/menu.php:56 ../../godmode/netflow/nf_edit.php:48
+#: ../../godmode/netflow/nf_edit.php:52
+#: ../../godmode/netflow/nf_edit_form.php:66
+#: ../../godmode/netflow/nf_edit_form.php:71
+msgid "Netflow filters"
+msgstr "Netflow フィルタ"
+
+#: ../../godmode/menu.php:62
+msgid "Resources"
+msgstr "リソース"
+
+#: ../../godmode/menu.php:70
+msgid "Manage agents groups"
+msgstr "エージェントグループ管理"
+
+#: ../../godmode/menu.php:76
+#: ../../enterprise/extensions/disabled/check_acls.php:122
+msgid "Module tags"
+msgstr "モジュールタグ"
+
+#: ../../godmode/menu.php:83 ../../godmode/users/profile_list.php:312
+#: ../../enterprise/extensions/disabled/check_acls.php:51
+#: ../../enterprise/extensions/disabled/check_acls.php:131
+msgid "Users management"
+msgstr "ユーザ管理"
+
+#: ../../godmode/menu.php:85 ../../godmode/users/configure_profile.php:45
+#: ../../godmode/users/configure_user.php:86
+#: ../../godmode/users/profile_list.php:49
+#: ../../godmode/users/user_list.php:117
+#: ../../enterprise/meta/include/functions_users_meta.php:172
+#: ../../enterprise/meta/include/functions_users_meta.php:193
+msgid "Profile management"
+msgstr "プロファイル管理"
+
+#: ../../godmode/menu.php:91 ../../godmode/users/profile_list.php:302
+#: ../../enterprise/godmode/setup/setup_auth.php:427
+#: ../../enterprise/godmode/setup/setup_auth.php:468
+#: ../../enterprise/meta/advanced/synchronizing.user.php:564
+msgid "Profiles"
+msgstr "プロファイル"
+
+#: ../../godmode/menu.php:98
+#: ../../enterprise/meta/include/functions_components_meta.php:56
+#: ../../enterprise/meta/include/functions_components_meta.php:72
+msgid "Network components"
+msgstr "コンポーネント管理"
+
+#: ../../godmode/menu.php:111
+msgid "Bulk operations"
+msgstr "一括操作"
+
+#: ../../godmode/menu.php:145
+msgid "List of Alerts"
+msgstr "アラート一覧"
+
+#: ../../godmode/menu.php:160
+#: ../../enterprise/meta/include/functions_alerts_meta.php:115
+#: ../../enterprise/meta/include/functions_alerts_meta.php:131
+msgid "Commands"
+msgstr "コマンド"
+
+#: ../../godmode/menu.php:170 ../../include/functions_menu.php:512
+msgid "SNMP alerts"
+msgstr "SNMPアラート"
+
+#: ../../godmode/menu.php:180
+msgid "Event filters"
+msgstr "イベントフィルタ"
+
+#: ../../godmode/menu.php:185
+msgid "Custom events"
+msgstr "カスタムイベント"
+
+#: ../../godmode/menu.php:192 ../../include/functions_reports.php:620
+#: ../../include/functions_reports.php:622
+#: ../../include/functions_reports.php:624
+#: ../../include/functions_graph.php:744
+#: ../../include/functions_graph.php:3936
+#: ../../include/functions_graph.php:4662
+#: ../../include/functions_reporting_html.php:1615
+#: ../../mobile/include/functions_web.php:24
+#: ../../mobile/operation/events.php:564 ../../mobile/operation/home.php:44
+#: ../../operation/events/events.php:420 ../../operation/events/events.php:429
+#: ../../operation/events/events.php:446 ../../operation/menu.php:268
+#: ../../enterprise/dashboard/widgets/events_list.php:26
+#: ../../enterprise/extensions/ipam/ipam_massive.php:76
+#: ../../enterprise/extensions/ipam/ipam_network.php:539
+#: ../../enterprise/include/functions_reporting_pdf.php:745
+#: ../../enterprise/meta/general/logon_ok.php:43
+#: ../../enterprise/meta/general/main_header.php:123
+#: ../../enterprise/meta/monitoring/tactical.php:312
+msgid "Events"
+msgstr "イベント"
+
+#: ../../godmode/menu.php:201
+#: ../../godmode/reporting/visual_console_builder.wizard.php:246
+#: ../../mobile/include/functions_web.php:27
+#: ../../enterprise/meta/advanced/policymanager.apply.php:202
+msgid "Servers"
+msgstr "サーバ"
+
+#: ../../godmode/menu.php:207
+msgid "Manage servers"
+msgstr "サーバ管理"
+
+#: ../../godmode/menu.php:212 ../../include/functions_groups.php:92
+#: ../../operation/agentes/pandora_networkmap.editor.php:197
+msgid "Recon task"
+msgstr "自動検出タスク"
+
+#: ../../godmode/menu.php:215
+#: ../../enterprise/godmode/agentes/plugins_manager.php:143
+#: ../../enterprise/godmode/policies/policy_plugins.php:87
+msgid "Plugins"
+msgstr "プラグイン"
+
+#: ../../godmode/menu.php:218
+#: ../../godmode/servers/manage_recontask_form.php:274
+msgid "Recon script"
+msgstr "自動検出スクリプト"
+
+#: ../../godmode/menu.php:244
+msgid "General Setup"
+msgstr "基本設定"
+
+#: ../../godmode/menu.php:253 ../../godmode/setup/setup.php:82
+#: ../../godmode/setup/setup.php:116
+#: ../../enterprise/meta/advanced/metasetup.php:70
+#: ../../enterprise/meta/advanced/metasetup.php:122
+msgid "Authentication"
+msgstr "認証"
+
+#: ../../godmode/menu.php:256 ../../godmode/setup/setup.php:86
+#: ../../godmode/setup/setup.php:120
+#: ../../enterprise/meta/advanced/metasetup.performance.php:73
+msgid "Performance"
+msgstr "パフォーマンス"
+
+#: ../../godmode/menu.php:259 ../../godmode/setup/setup.php:90
+#: ../../godmode/setup/setup.php:125
+msgid "Visual styles"
+msgstr "画面設定"
+
+#: ../../godmode/menu.php:264 ../../godmode/setup/setup.php:96
+#: ../../godmode/setup/setup.php:129 ../../include/functions_reports.php:641
+#: ../../include/functions_reports.php:643
+#: ../../include/functions_reports.php:645
+#: ../../include/functions_reports.php:647
+#: ../../include/functions_reports.php:649
+#: ../../enterprise/include/functions_enterprise.php:289
+#: ../../enterprise/meta/general/main_header.php:199
+msgid "Netflow"
+msgstr "Netflow"
+
+#: ../../godmode/menu.php:269 ../../godmode/setup/setup.php:102
+#: ../../godmode/setup/setup.php:133
+#: ../../operation/agentes/ver_agente.php:1089
+msgid "eHorus"
+msgstr "eHorus"
+
+#: ../../godmode/menu.php:273 ../../godmode/setup/gis.php:32
+msgid "Map conections GIS"
+msgstr "GIS 利用マップ"
+
+#: ../../godmode/menu.php:277 ../../godmode/setup/os.php:143
+msgid "Edit OS"
+msgstr "OS の編集"
+
+#: ../../godmode/menu.php:279
+#: ../../enterprise/meta/general/main_header.php:288
+msgid "License"
+msgstr "ライセンス"
+
+#: ../../godmode/menu.php:288
+msgid "Admin tools"
+msgstr "管理ツール"
+
+#: ../../godmode/menu.php:296
+msgid "System audit log"
+msgstr "システム監査ログ"
+
+#: ../../godmode/menu.php:300
+msgid "Diagnostic info"
+msgstr "診断情報"
+
+#: ../../godmode/menu.php:302
+msgid "Site news"
+msgstr "サイトニュース"
+
+#: ../../godmode/menu.php:304 ../../godmode/setup/file_manager.php:30
+#: ../../enterprise/meta/advanced/metasetup.php:85
+#: ../../enterprise/meta/advanced/metasetup.php:131
+msgid "File manager"
+msgstr "ファイルマネージャ"
+
+#: ../../godmode/menu.php:309
+msgid "DB maintenance"
+msgstr "DBメンテナンス"
+
+#: ../../godmode/menu.php:315
+msgid "DB information"
+msgstr "DBステータス"
+
+#: ../../godmode/menu.php:318
+msgid "Database audit"
+msgstr "監査DB"
+
+#: ../../godmode/menu.php:319
+msgid "Database event"
+msgstr "イベントDB"
+
+#: ../../godmode/menu.php:401
+msgid "Extension manager view"
+msgstr "拡張マネージャ表示"
+
+#: ../../godmode/menu.php:405
+msgid "Extension manager"
+msgstr "拡張マネージャ"
+
+#: ../../godmode/menu.php:433
+msgid "Update manager"
+msgstr "アップデートマネージャ"
+
+#: ../../godmode/menu.php:439
+msgid "Update Manager offline"
+msgstr "オフラインアップデートマネージャ"
+
+#: ../../godmode/menu.php:442
+msgid "Update Manager online"
+msgstr "オンラインアップデートマネージャ"
+
+#: ../../godmode/menu.php:444
+msgid "Update Manager options"
+msgstr "アップデートマネージャオプション"
+
+#: ../../godmode/menu.php:457 ../../operation/menu.php:373
+#: ../../operation/messages/message_edit.php:46
+#: ../../operation/messages/message_list.php:43
+msgid "Messages"
+msgstr "メッセージ"
+
+#: ../../godmode/modules/manage_nc_groups.php:40
+#: ../../godmode/modules/manage_network_components.php:50
+#: ../../godmode/modules/manage_network_templates.php:39
+#: ../../godmode/modules/manage_network_templates_form.php:32
+#: ../../godmode/modules/module_list.php:28
+#: ../../enterprise/godmode/modules/local_components.php:89
+#: ../../enterprise/godmode/modules/manage_inventory_modules.php:27
+#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:28
+#: ../../enterprise/meta/general/main_header.php:253
+msgid "Module management"
+msgstr "モジュール管理"
+
+#: ../../godmode/modules/manage_nc_groups.php:40
+msgid "Component group management"
+msgstr "コンポーネントグループ管理"
+
+#: ../../godmode/modules/manage_nc_groups.php:58
+msgid "Could not be created. Blank name"
+msgstr "作成できませんでした。名前が空です。"
+
+#: ../../godmode/modules/manage_nc_groups.php:154
+#: ../../godmode/modules/manage_network_components.php:399
+#: ../../godmode/modules/manage_network_templates.php:85
+#: ../../enterprise/godmode/modules/local_components.php:355
+#: ../../enterprise/godmode/modules/manage_inventory_modules.php:136
+msgid "Successfully multiple deleted"
+msgstr "複数削除しました"
+
+#: ../../godmode/modules/manage_nc_groups.php:155
+#: ../../godmode/modules/manage_network_components.php:400
+#: ../../godmode/modules/manage_network_templates.php:86
+#: ../../enterprise/godmode/modules/local_components.php:356
+#: ../../enterprise/godmode/modules/manage_inventory_modules.php:137
+msgid "Not deleted. Error deleting multiple data"
+msgstr "削除できませんでした。複数データの削除でエラーです。"
+
+#: ../../godmode/modules/manage_nc_groups.php:238
+msgid "There are no defined component groups"
+msgstr "定義済のコンポーネントグループがありません"
+
+#: ../../godmode/modules/manage_nc_groups_form.php:54
+msgid "Update Group Component"
+msgstr "グループコンポーネント更新"
+
+#: ../../godmode/modules/manage_nc_groups_form.php:57
+msgid "Create Group Component"
+msgstr "グループコンポーネント作成"
+
+#: ../../godmode/modules/manage_network_components.php:51
+msgid "Network component management"
+msgstr "ネットワークコンポーネント管理"
+
+#: ../../godmode/modules/manage_network_components.php:261
+#: ../../godmode/servers/recon_script.php:320
+#: ../../enterprise/godmode/modules/local_components.php:253
+msgid "Created successfully"
+msgstr "作成しました。"
+
+#: ../../godmode/modules/manage_network_components.php:352
+#: ../../godmode/servers/recon_script.php:274
+#: ../../enterprise/godmode/modules/local_components.php:315
+msgid "Updated successfully"
+msgstr "更新しました。"
+
+#: ../../godmode/modules/manage_network_components.php:516
+#: ../../enterprise/godmode/modules/local_components.php:440
+msgid "Free Search"
+msgstr "検索文字列"
+
+#: ../../godmode/modules/manage_network_components.php:517
+msgid "Search by name, description, tcp send or tcp rcv, list matches."
+msgstr "名前、説明、tcp送受信による検索にマッチした一覧を表示"
+
+#: ../../godmode/modules/manage_network_components.php:569
+msgid "Max/Min"
+msgstr "最大/最小"
+
+#: ../../godmode/modules/manage_network_components.php:595
+msgid "Network module"
+msgstr "ネットワークモジュール"
+
+#: ../../godmode/modules/manage_network_components.php:599
+msgid "WMI module"
+msgstr "WMIモジュール"
+
+#: ../../godmode/modules/manage_network_components.php:603
+msgid "Plug-in module"
+msgstr "プラグインモジュール"
+
+#: ../../godmode/modules/manage_network_components.php:634
+msgid "There are no defined network components"
+msgstr "定義済のネットワークコンポーネントがありません"
+
+#: ../../godmode/modules/manage_network_components.php:641
+msgid "Create a new network component"
+msgstr "ネットワークコンポーネントを新規作成する。"
+
+#: ../../godmode/modules/manage_network_components.php:642
+msgid "Create a new plugin component"
+msgstr "プラグインコンポーネントを新規作成する。"
+
+#: ../../godmode/modules/manage_network_components.php:643
+msgid "Create a new WMI component"
+msgstr "WMIコンポーネントを新規作成する。"
+
+#: ../../godmode/modules/manage_network_components_form.php:253
+msgid "Update Network Component"
+msgstr "ネットワークコンポーネント更新"
+
+#: ../../godmode/modules/manage_network_components_form.php:256
+msgid "Create Network Component"
+msgstr "ネットワークコンポーネント作成"
+
+#: ../../godmode/modules/manage_network_components_form_common.php:111
+#: ../../enterprise/godmode/modules/configure_local_component.php:230
+msgid "Dynamic Min. "
+msgstr "動的最小値 "
+
+#: ../../godmode/modules/manage_network_components_form_common.php:165
+#: ../../enterprise/godmode/modules/configure_local_component.php:289
+msgid "Any value below this number is discarted"
+msgstr "この値よりも小さい値は削除されます。"
+
+#: ../../godmode/modules/manage_network_components_form_common.php:167
+#: ../../enterprise/godmode/modules/configure_local_component.php:294
+msgid "Any value over this number is discarted"
+msgstr "この値よりも大きい値は削除されます。"
+
+#: ../../godmode/modules/manage_network_components_form_network.php:47
+msgid "SNMP Enterprise String"
+msgstr "SNMP Enterprise 文字列"
+
+#: ../../godmode/modules/manage_network_templates.php:39
+#: ../../godmode/modules/manage_network_templates_form.php:32
+msgid "Module template management"
+msgstr "モジュールテンプレート管理"
+
+#: ../../godmode/modules/manage_network_templates.php:61
+msgid "Template successfully deleted"
+msgstr "テンプレートを削除しました"
+
+#: ../../godmode/modules/manage_network_templates.php:62
+msgid "Error deleting template"
+msgstr "テンプレートの削除に失敗しました。"
+
+#: ../../godmode/modules/manage_network_templates.php:94
+msgid "This template does not exist"
+msgstr "このテンプレートは存在しません"
+
+#: ../../godmode/modules/manage_network_templates.php:232
+msgid "There are no defined network profiles"
+msgstr "ネットワークプロファイルが定義されていません。"
+
+#: ../../godmode/modules/manage_network_templates_form.php:54
+msgid "Successfully deleted module from profile"
+msgstr "プロファイルからモジュールを削除しました。"
+
+#: ../../godmode/modules/manage_network_templates_form.php:55
+msgid "Error deleting module from profile"
+msgstr "プロファイルからのモジュール削除に失敗しました。"
+
+#: ../../godmode/modules/manage_network_templates_form.php:70
+msgid "Successfully added module to profile"
+msgstr "プロファイルにモジュールを追加しました。"
+
+#: ../../godmode/modules/manage_network_templates_form.php:71
+msgid "Error adding module to profile"
+msgstr "プロファイルへのモジュール追加に失敗しました。"
+
+#: ../../godmode/modules/manage_network_templates_form.php:94
+msgid "Successfully updated network profile"
+msgstr "ネットワークプロファイルを更新しました。"
+
+#: ../../godmode/modules/manage_network_templates_form.php:95
+msgid "Error updating network profile"
+msgstr "ネットワークプロファイルの更新に失敗しました。"
+
+#: ../../godmode/modules/manage_network_templates_form.php:110
+msgid "Successfully added network profile"
+msgstr "ネットワークプロファイルを追加しました。"
+
+#: ../../godmode/modules/manage_network_templates_form.php:111
+msgid "Error adding network profile"
+msgstr "ネットワークプロファイルの追加に失敗しました。"
+
+#: ../../godmode/modules/manage_network_templates_form.php:116
+msgid "Cannot create a template without name"
+msgstr "名前無しではテンプレートを作成できません"
+
+#: ../../godmode/modules/manage_network_templates_form.php:184
+msgid "No modules for this profile"
+msgstr "このプロファイルにはモジュールがありません。"
+
+#: ../../godmode/modules/manage_network_templates_form.php:224
+#: ../../enterprise/dashboard/widgets/top_n.php:346
+msgid "Add modules"
+msgstr "モジュール追加"
+
+#: ../../godmode/modules/manage_network_templates_form.php:302
+#: ../../enterprise/meta/include/functions_wizard_meta.php:239
+msgid "Components"
+msgstr "コンポーネント"
+
+#: ../../godmode/modules/module_list.php:28
+msgid "Defined modules"
+msgstr "定義済みモジュール"
+
+#: ../../godmode/modules/module_list.php:50
+msgid "Problem modifying module"
+msgstr "モジュールの更新に失敗しました。"
+
+#: ../../godmode/modules/module_list.php:52
+msgid "Module updated successfully"
+msgstr "モジュールを更新しました。"
+
+#: ../../godmode/netflow/nf_edit.php:39
+msgid "Manage Netflow Filter"
+msgstr "Netflow フィルタ管理"
+
+#: ../../godmode/netflow/nf_edit.php:43
+#: ../../godmode/setup/setup_general.php:110
+#: ../../operation/netflow/nf_live_view.php:113
+#: ../../enterprise/extensions/backup/main.php:58
+#: ../../enterprise/godmode/modules/manage_inventory_modules.php:31
+#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:33
+#: ../../enterprise/operation/log/log_viewer.php:155
+msgid "Not supported in Windows systems"
+msgstr "Windows システムでは対応していません"
+
+#: ../../godmode/netflow/nf_edit.php:47
+#: ../../godmode/netflow/nf_edit_form.php:65
+#: ../../godmode/netflow/nf_item_list.php:57
+#: ../../operation/agentes/ver_agente.php:961
+#: ../../operation/netflow/nf_live_view.php:132
+#: ../../enterprise/meta/advanced/agents_setup.php:35
+#: ../../enterprise/meta/advanced/policymanager.php:35
+#: ../../enterprise/meta/advanced/synchronizing.php:33
+#: ../../enterprise/meta/agentsearch.php:26
+#: ../../enterprise/meta/general/logon_ok.php:15
+#: ../../enterprise/meta/index.php:496
+#: ../../enterprise/meta/monitoring/group_view.php:32
+#: ../../enterprise/meta/monitoring/tactical.php:35
+#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:37
+msgid "Main"
+msgstr "メイン"
+
+#: ../../godmode/netflow/nf_edit_form.php:59
+#: ../../godmode/netflow/nf_edit_form.php:67
+msgid "Add filter"
+msgstr "フィルタの追加"
+
+#: ../../godmode/netflow/nf_edit_form.php:62
+msgid "Netflow Filter"
+msgstr "Netflow フィルタ"
+
+#: ../../godmode/netflow/nf_edit_form.php:180
+#: ../../godmode/snmpconsole/snmp_filters.php:35
+#: ../../operation/events/events_list.php:218
+#: ../../operation/events/events_list.php:249
+msgid "Update filter"
+msgstr "フィルタの更新"
+
+#: ../../godmode/netflow/nf_edit_form.php:206
+msgid "Filter:"
+msgstr "フィルタ:"
+
+#: ../../godmode/netflow/nf_edit_form.php:210
+#: ../../operation/netflow/nf_live_view.php:349
+msgid "Dst Ip"
+msgstr "宛先 IP"
+
+#: ../../godmode/netflow/nf_edit_form.php:210
+#: ../../operation/netflow/nf_live_view.php:349
+msgid ""
+"Destination IP. A comma separated list of destination ip. If we leave the "
+"field blank, will show all ip. Example filter by "
+"ip: 25.46.157.214,160.253.135.249"
+msgstr ""
+"宛先 IP をカンマで区切った一覧。何も入力しないと全ての IP を表示します。IP によるフィルタ例: "
+" 25.46.157.214,160.253.135.249"
+
+#: ../../godmode/netflow/nf_edit_form.php:213
+#: ../../operation/netflow/nf_live_view.php:358
+msgid "Src Ip"
+msgstr "送信元IP"
+
+#: ../../godmode/netflow/nf_edit_form.php:213
+#: ../../operation/netflow/nf_live_view.php:358
+msgid ""
+"Source IP. A comma separated list of source ip. If we leave the field blank, "
+"will show all ip. Example filter by ip: 25.46.157.214,160.253.135.249"
+msgstr ""
+"カンマ区切りの発信元 IP "
+"一覧です。何も入力しない場合は全てのIPを表示します。IPによるフィルタ例: 25.46.157.214,160.253.135.249"
+
+#: ../../godmode/netflow/nf_edit_form.php:216
+#: ../../godmode/netflow/nf_edit_form.php:226
+#: ../../operation/netflow/nf_live_view.php:370
+#: ../../operation/netflow/nf_live_view.php:399
+msgid "Dst Port"
+msgstr "宛先ポート"
+
+#: ../../godmode/netflow/nf_edit_form.php:216
+#: ../../operation/netflow/nf_live_view.php:370
+msgid ""
+"Destination port. A comma separated list of destination ports. If we leave "
+"the field blank, will show all ports. Example filter by ports 80 and "
+"22: 80,22"
+msgstr ""
+"宛先ポートをカンマで区切った一覧。何も入力しないと全てのポートを表示します。ポート 80 および 22 のフィルタ例: 80,22"
+
+#: ../../godmode/netflow/nf_edit_form.php:219
+#: ../../godmode/netflow/nf_edit_form.php:226
+#: ../../operation/netflow/nf_live_view.php:379
+#: ../../operation/netflow/nf_live_view.php:399
+msgid "Src Port"
+msgstr "送信元ポート"
+
+#: ../../godmode/netflow/nf_edit_form.php:219
+#: ../../operation/netflow/nf_live_view.php:379
+msgid ""
+"Source port. A comma separated list of source ports. If we leave the field "
+"blank, will show all ports. Example filter by ports 80 and 22: 80,22"
+msgstr ""
+"カンマ区切りの発信元ポート一覧です。何も入力しない場合は全てのポートを表示します。ポート 80 と 22 でのフィルタ例: 80,22"
+
+#: ../../godmode/netflow/nf_edit_form.php:225
+#: ../../operation/netflow/nf_live_view.php:397
+msgid "Aggregate by"
+msgstr "集約"
+
+#: ../../godmode/netflow/nf_edit_form.php:226
+#: ../../include/functions_netflow.php:1660
+#: ../../operation/netflow/nf_live_view.php:399
+msgid "Protocol"
+msgstr "プロトコル"
+
+#: ../../godmode/netflow/nf_edit_form.php:226
+#: ../../operation/netflow/nf_live_view.php:399
+msgid "Src Ip Address"
+msgstr "送信元 IP アドレス"
+
+#: ../../godmode/netflow/nf_edit_form.php:226
+#: ../../operation/netflow/nf_live_view.php:399
+msgid "Dst Ip Address"
+msgstr "宛先 IP アドレス"
+
+#: ../../godmode/netflow/nf_edit_form.php:230
+#: ../../operation/netflow/nf_live_view.php:405
+msgid "Output format"
+msgstr "出力フォーマット"
+
+#: ../../godmode/netflow/nf_edit_form.php:231
+#: ../../operation/netflow/nf_live_view.php:406
+msgid "Kilobytes"
+msgstr "キロバイト"
+
+#: ../../godmode/netflow/nf_edit_form.php:231
+#: ../../operation/netflow/nf_live_view.php:406
+msgid "Megabytes"
+msgstr "メガバイト"
+
+#: ../../godmode/netflow/nf_edit_form.php:231
+#: ../../operation/netflow/nf_live_view.php:406
+msgid "Kilobytes per second"
+msgstr "キロバイト毎秒"
+
+#: ../../godmode/netflow/nf_edit_form.php:231
+#: ../../operation/netflow/nf_live_view.php:406
+msgid "Megabytes per second"
+msgstr "メガバイト毎秒"
+
+#: ../../godmode/netflow/nf_item_list.php:39
+#: ../../operation/reporting/reporting_viewer.php:77
+msgid "Report list"
+msgstr "レポート一覧"
+
+#: ../../godmode/netflow/nf_item_list.php:44
+#: ../../godmode/netflow/nf_item_list.php:54
+msgid "Report items"
+msgstr "レポートアイテム"
+
+#: ../../godmode/netflow/nf_item_list.php:49
+msgid "Edit report"
+msgstr "レポートの編集"
+
+#: ../../godmode/netflow/nf_item_list.php:58
+msgid "Netflow reports"
+msgstr "Netflow レポート"
+
+#: ../../godmode/netflow/nf_item_list.php:59
+msgid "Item list"
+msgstr "アイテム一覧"
+
+#: ../../godmode/netflow/nf_item_list.php:147
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1254
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1468
+#: ../../enterprise/dashboard/widgets/top_n.php:69
+#: ../../enterprise/godmode/reporting/reporting_builder.global.php:228
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1565
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1744
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:221
+msgid "Order"
+msgstr "順番"
+
+#: ../../godmode/netflow/nf_item_list.php:150
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1276
+#: ../../operation/netflow/nf_live_view.php:258
+msgid "Max. values"
+msgstr "最大値"
+
+#: ../../godmode/netflow/nf_item_list.php:151
+msgid "Chart type"
+msgstr "グラフタイプ"
+
+#: ../../godmode/netflow/nf_item_list.php:203
+#: ../../godmode/netflow/nf_item_list.php:210
+#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:300
+msgid "Move to down"
+msgstr "下へ"
+
+#: ../../godmode/netflow/nf_item_list.php:206
+#: ../../godmode/netflow/nf_item_list.php:209
+#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:290
+msgid "Move to up"
+msgstr "上へ"
+
+#: ../../godmode/netflow/nf_item_list.php:255
+msgid "There are no defined items"
+msgstr "定義済のアイテムがありません"
+
+#: ../../godmode/netflow/nf_item_list.php:260
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1509
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1910
+msgid "Create item"
+msgstr "アイテムの作成"
+
+#: ../../godmode/reporting/graph_builder.graph_editor.php:86
+#: ../../godmode/reporting/reporting_builder.item_editor.php:693
+#: ../../godmode/reporting/visual_console_builder.elements.php:77
+#: ../../godmode/reporting/visual_console_builder.elements.php:178
+#: ../../godmode/reporting/visual_console_builder.wizard.php:300
+#: ../../include/functions_visual_map.php:2761
+#: ../../include/functions_visual_map_editor.php:59
+#: ../../include/functions_visual_map_editor.php:167
+#: ../../include/functions_visual_map_editor.php:608
+#: ../../enterprise/dashboard/widgets/graph_module_histogram.php:40
+#: ../../enterprise/dashboard/widgets/module_icon.php:49
+#: ../../enterprise/dashboard/widgets/module_status.php:49
+#: ../../enterprise/dashboard/widgets/module_value.php:49
+#: ../../enterprise/dashboard/widgets/sla_percent.php:37
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1232
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:234
+msgid "Label"
+msgstr "ラベル"
+
+#: ../../godmode/reporting/graph_builder.graph_editor.php:87
+#: ../../godmode/reporting/graph_builder.graph_editor.php:156
+#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:147
+#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:205
+msgid "Weight"
+msgstr "ウエイト"
+
+#: ../../godmode/reporting/graph_builder.graph_editor.php:140
+#: ../../operation/events/events_list.php:229
+#: ../../enterprise/godmode/policies/policy_agents.php:233
+#: ../../enterprise/godmode/policies/policy_agents.php:250
+#: ../../enterprise/godmode/reporting/graph_template_wizard.php:152
+#: ../../enterprise/godmode/reporting/reporting_builder.global.php:93
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:436
+#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:313
+#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:341
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:92
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:102
+#: ../../enterprise/meta/event/custom_events.php:149
+msgid "Filter group"
+msgstr "フィルターグループ"
+
+#: ../../godmode/reporting/graph_builder.graph_editor.php:185
+#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:357
+#: ../../enterprise/meta/monitoring/wizard/wizard.php:102
+msgid "Please, select a module"
+msgstr "モジュールを選択してください"
+
+#: ../../godmode/reporting/graph_builder.main.php:151
+#: ../../include/functions_visual_map_editor.php:322
+msgid "Type of graph"
+msgstr "グラフのタイプ"
+
+#: ../../godmode/reporting/graph_builder.main.php:157
+#: ../../godmode/setup/setup_visuals.php:481
+#: ../../godmode/setup/setup_visuals.php:490
+#: ../../include/functions_visual_map_editor.php:325
+#: ../../operation/reporting/graph_viewer.php:217
+#: ../../enterprise/dashboard/widgets/custom_graph.php:39
+#: ../../enterprise/godmode/reporting/graph_template_editor.php:208
+#: ../../enterprise/meta/advanced/metasetup.visual.php:129
+msgid "Area"
+msgstr "塗り潰し"
+
+#: ../../godmode/reporting/graph_builder.main.php:158
+#: ../../operation/reporting/graph_viewer.php:218
+#: ../../enterprise/dashboard/widgets/custom_graph.php:40
+#: ../../enterprise/godmode/reporting/graph_template_editor.php:209
+msgid "Stacked area"
+msgstr "塗り潰しの積み上げ"
+
+#: ../../godmode/reporting/graph_builder.main.php:159
+#: ../../godmode/reporting/visual_console_builder.elements.php:198
+#: ../../godmode/setup/setup_visuals.php:484
+#: ../../godmode/setup/setup_visuals.php:493
+#: ../../include/functions_visual_map_editor.php:63
+#: ../../include/functions_visual_map_editor.php:324
+#: ../../include/functions_visual_map_editor.php:612
+#: ../../operation/reporting/graph_viewer.php:219
+#: ../../enterprise/dashboard/widgets/custom_graph.php:41
+#: ../../enterprise/godmode/reporting/graph_template_editor.php:210
+#: ../../enterprise/meta/advanced/metasetup.visual.php:132
+msgid "Line"
+msgstr "線"
+
+#: ../../godmode/reporting/graph_builder.main.php:160
+#: ../../operation/reporting/graph_viewer.php:220
+#: ../../enterprise/dashboard/widgets/custom_graph.php:42
+#: ../../enterprise/godmode/reporting/graph_template_editor.php:211
+msgid "Stacked line"
+msgstr "線の積み上げ"
+
+#: ../../godmode/reporting/graph_builder.main.php:161
+#: ../../operation/reporting/graph_viewer.php:221
+#: ../../enterprise/dashboard/widgets/custom_graph.php:43
+msgid "Bullet chart"
+msgstr "ブレットグラフ"
+
+#: ../../godmode/reporting/graph_builder.main.php:162
+#: ../../operation/reporting/graph_viewer.php:222
+#: ../../enterprise/dashboard/widgets/custom_graph.php:44
+msgid "Gauge"
+msgstr "ゲージ"
+
+#: ../../godmode/reporting/graph_builder.main.php:163
+msgid "Horizontal bars"
+msgstr "水平バー"
+
+#: ../../godmode/reporting/graph_builder.main.php:164
+msgid "Vertical bars"
+msgstr "垂直バー"
+
+#: ../../godmode/reporting/graph_builder.main.php:165
+#: ../../operation/reporting/graph_viewer.php:225
+#: ../../enterprise/dashboard/widgets/custom_graph.php:47
+msgid "Pie"
+msgstr "円"
+
+#: ../../godmode/reporting/graph_builder.main.php:169
+#: ../../operation/reporting/graph_viewer.php:230
+msgid "Equalize maximum thresholds"
+msgstr "最大閾値を合わせる"
+
+#: ../../godmode/reporting/graph_builder.main.php:170
+#: ../../operation/reporting/graph_viewer.php:231
+msgid ""
+"If an option is selected, all graphs will have the highest value from all "
+"modules included in the graph as a maximum threshold"
+msgstr "オプションを選択すると、最大閾値として、すべてのグラフに全モジュールの最大の値が含まれます。"
+
+#: ../../godmode/reporting/graph_builder.main.php:177
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1308
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1605
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:266
+msgid "Percentil"
+msgstr "パーセント値"
+
+#: ../../godmode/reporting/graph_builder.php:203
+#: ../../godmode/reporting/graphs.php:43 ../../godmode/reporting/graphs.php:53
+#: ../../operation/reporting/graph_viewer.php:137
+#: ../../enterprise/godmode/reporting/graph_template_list.php:32
+#: ../../enterprise/godmode/reporting/graph_template_list.php:43
+#: ../../enterprise/godmode/reporting/graph_template_list.php:53
+#: ../../enterprise/godmode/reporting/graph_template_wizard.php:79
+#: ../../enterprise/godmode/reporting/graph_template_wizard.php:89
+msgid "Graph list"
+msgstr "グラフ一覧"
+
+#: ../../godmode/reporting/graph_builder.php:206
+#: ../../godmode/reporting/reporting_builder.main.php:51
+#: ../../godmode/reporting/reporting_builder.php:1957
+#: ../../godmode/reporting/reporting_builder.php:1985
+#: ../../godmode/reporting/visual_console_builder.php:668
+#: ../../operation/reporting/graph_viewer.php:140
+#: ../../operation/reporting/reporting_viewer.php:82
+#: ../../operation/visual_console/pure_ajax.php:110
+#: ../../operation/visual_console/render_view.php:113
+#: ../../enterprise/meta/screens/screens.visualmap.php:181
+#: ../../enterprise/meta/screens/screens.visualmap.php:206
+msgid "Main data"
+msgstr "メインデータ"
+
+#: ../../godmode/reporting/graph_builder.php:209
+#: ../../operation/reporting/graph_viewer.php:143
+msgid "Graph editor"
+msgstr "グラフ編集"
+
+#: ../../godmode/reporting/graph_builder.php:212
+#: ../../operation/reporting/graph_viewer.php:149
+msgid "View graph"
+msgstr "グラフ表示"
+
+#: ../../godmode/reporting/graph_builder.php:224
+msgid "Graph builder"
+msgstr "グラフビルダー"
+
+#: ../../godmode/reporting/graph_builder.php:244
+msgid "Graph stored successfully"
+msgstr "グラフを作成しました。"
+
+#: ../../godmode/reporting/graph_builder.php:244
+msgid "There was a problem storing Graph"
+msgstr "グラフの作成に失敗しました。"
+
+#: ../../godmode/reporting/graph_builder.php:247
+msgid "There was a problem adding Module"
+msgstr "モジュール追加で問題が発生しました。"
+
+#: ../../godmode/reporting/graph_builder.php:250
+msgid "Update the graph"
+msgstr "グラフを更新しました。"
+
+#: ../../godmode/reporting/graph_builder.php:250
+msgid "Bad update the graph"
+msgstr "グラフ更新に失敗しました。"
+
+#: ../../godmode/reporting/graph_builder.php:253
+msgid "Graph deleted successfully"
+msgstr "グラフを削除しました。"
+
+#: ../../godmode/reporting/graph_builder.php:253
+msgid "There was a problem deleting Graph"
+msgstr "グラフの削除で問題が発生しました。"
+
+#: ../../godmode/reporting/graphs.php:75
+#: ../../godmode/reporting/map_builder.php:39
+#: ../../godmode/reporting/reporting_builder.php:359
+#: ../../godmode/reporting/reporting_builder.php:364
+#: ../../godmode/reporting/reporting_builder.php:1924
+#: ../../godmode/reporting/reporting_builder.php:1929
+#: ../../godmode/reporting/reporting_builder.php:1995
+#: ../../godmode/reporting/reporting_builder.php:2000
+#: ../../operation/menu.php:235
+#: ../../operation/reporting/custom_reporting.php:27
+#: ../../operation/reporting/graph_viewer.php:317
+#: ../../operation/reporting/reporting_viewer.php:119
+#: ../../operation/reporting/reporting_viewer.php:124
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:180
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:183
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:195
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:198
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:210
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:213
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:226
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:229
+#: ../../enterprise/meta/general/logon_ok.php:48
+msgid "Reporting"
+msgstr "レポート"
+
+#: ../../godmode/reporting/graphs.php:75 ../../operation/menu.php:249
+msgid "Custom graphs"
+msgstr "カスタムグラフ"
+
+#: ../../godmode/reporting/graphs.php:152
+#: ../../operation/reporting/graph_viewer.php:328
+#: ../../operation/search_graphs.php:33
+msgid "Graph name"
+msgstr "グラフ名"
+
+#: ../../godmode/reporting/graphs.php:154
+msgid "Number of Graphs"
+msgstr "グラフ数"
+
+#: ../../godmode/reporting/graphs.php:213
+msgid "Create graph"
+msgstr "グラフ作成"
+
+#: ../../godmode/reporting/map_builder.php:187
+#: ../../godmode/reporting/map_builder.php:197
+msgid "Not copied. Error copying data"
+msgstr "コピーできませんでした。データのコピーでエラーが発生しました。"
+
+#: ../../godmode/reporting/map_builder.php:207
+msgid "Map name"
+msgstr "マップ名"
+
+#: ../../godmode/reporting/map_builder.php:209
+#: ../../enterprise/dashboard/widgets/top_n.php:82
+msgid "Items"
+msgstr "アイテム"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:35
+#: ../../enterprise/godmode/reporting/reporting_builder.global.php:49
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:164
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:42
+msgid "Only table"
+msgstr "表のみ"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:36
+#: ../../enterprise/godmode/reporting/reporting_builder.global.php:50
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:165
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:43
+msgid "Table & Graph"
+msgstr "表とグラフ"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:37
+#: ../../enterprise/godmode/reporting/reporting_builder.global.php:51
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:166
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:44
+msgid "Only graph"
+msgstr "グラフのみ"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:41
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1257
+#: ../../enterprise/dashboard/widgets/top_n.php:72
+#: ../../enterprise/godmode/reporting/reporting_builder.global.php:231
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:170
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1568
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:188
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:48
+msgid "Ascending"
+msgstr "昇順"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:42
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1260
+#: ../../enterprise/dashboard/widgets/top_n.php:71
+#: ../../enterprise/godmode/reporting/reporting_builder.global.php:233
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:171
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1571
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:190
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:49
+msgid "Descending"
+msgstr "降順"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:611
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1185
+msgid "Item Editor"
+msgstr "アイテムエディタ"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:639
+msgid "Not valid"
+msgstr "不正です"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:644
+msgid ""
+"This type of report brings a lot of data loading, it is recommended to use "
+"it for scheduled reports and not for real-time view."
+msgstr "このタイプのレポートは多くのデータを読み込みます。リアルタイム表示ではなくスケジューリングでのレポートをお勧めします。"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:705
+#: ../../godmode/reporting/reporting_builder.list_items.php:302
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1244
+#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:251
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:88
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:106
+msgid "Time lapse"
+msgstr "時間経過"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:706
+msgid ""
+"This is the range, or period of time over which the report renders the "
+"information for this report type. For example, a week means data from a week "
+"ago from now. "
+msgstr ""
+"これは、レポートがこのレポートタイプの情報をレンダリングする範囲または期間です。 たとえば、1週間は、今から1週間前のデータを意味します。 "
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:720
+#: ../../enterprise/godmode/reporting/reporting_builder.global.php:149
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1258
+msgid "Last value"
+msgstr "最新の値"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:721
+#: ../../godmode/reporting/reporting_builder.item_editor.php:3198
+#: ../../enterprise/godmode/reporting/reporting_builder.global.php:151
+#: ../../enterprise/godmode/reporting/reporting_builder.global.php:606
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1259
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3108
+msgid ""
+"Warning: period 0 reports cannot be used to show information back in time. "
+"Information contained in this kind of reports will be always reporting the "
+"most recent information"
+msgstr "警告: 間隔 0 のレポートは過去の情報表示には利用できません。このレポートに含まれるのは、最新の情報のみとなります。"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:735
+#: ../../include/functions_netflow.php:1134
+#: ../../include/functions_netflow.php:1144
+#: ../../include/functions_netflow.php:1161
+#: ../../include/functions_netflow.php:1169
+#: ../../include/functions_netflow.php:1193
+#: ../../operation/netflow/nf_live_view.php:248
+msgid "Resolution"
+msgstr "解像度"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:766
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1292
+msgid "Projection period"
+msgstr "予想期間"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:776
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1306
+msgid "Data range"
+msgstr "データ範囲"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:787
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1320
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:226
+msgid "Only display wrong SLAs"
+msgstr "不正な SLA のみ表示"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:796
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1329
+msgid "Working time"
+msgstr "対象時間"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1011
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1679
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1714
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1875
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1903
+#: ../../enterprise/dashboard/widgets/top_n.php:179
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2078
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2267
+msgid "Select an Agent first"
+msgstr "最初にエージェントを選択してください。"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1042
+msgid "Show modules"
+msgstr "モジュール表示"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1127
+#: ../../include/functions_graph.php:754
+#: ../../include/functions_graph.php:3947
+#: ../../include/functions_graph.php:3952
+#: ../../include/functions_graph.php:4670
+#: ../../include/functions_graph.php:4673
+#: ../../include/functions_graph.php:4676
+#: ../../enterprise/operation/inventory/inventory.php:227
+msgid "Last"
+msgstr "最新"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1134
+#: ../../godmode/reporting/visual_console_builder.elements.php:78
+#: ../../godmode/reporting/visual_console_builder.elements.php:380
+#: ../../include/functions_reports.php:429
+#: ../../include/functions_reports.php:505
+#: ../../include/functions_reports.php:507
+#: ../../include/functions_visual_map_editor.php:254
+#: ../../include/functions_visual_map_editor.php:264
+#: ../../include/functions_reporting.php:5748
+#: ../../enterprise/dashboard/widgets/custom_graph.php:25
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1498
+msgid "Custom graph"
+msgstr "カスタムグラフ"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1175
+msgid "Target server"
+msgstr "対象サーバ"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1196
+#: ../../godmode/setup/news.php:181 ../../godmode/setup/setup_visuals.php:679
+#: ../../include/functions_reports.php:603
+#: ../../include/functions_reporting.php:3846
+#: ../../enterprise/dashboard/widgets/post.php:25
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1524
+#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:321
+#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:76
+#: ../../enterprise/include/functions_netflow_pdf.php:208
+msgid "Text"
+msgstr "文字列"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1203
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1539
+msgid "Custom SQL template"
+msgstr "カスタム SQL テンプレート"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1208
+#: ../../include/functions_reports.php:592
+msgid "SQL query"
+msgstr "SQL クエリ"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1224
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1405
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1407
+msgid "Select server"
+msgstr "サーバ選択"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1233
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1534
+msgid "Serialized header"
+msgstr "ヘッダの並び"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1233
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1534
+msgid "The separator character is |"
+msgstr "デリミタは'|'です。"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1242
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1553
+msgid "Field separator"
+msgstr "フィールドセパレータ"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1242
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1553
+msgid "Separator for different fields in the serialized text chain"
+msgstr "連なったテキスト文字列でフィールドを分離するためのセパレータ"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1246
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1557
+msgid "Line separator"
+msgstr "行セパレータ"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1246
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1557
+msgid ""
+"Separator in different lines (composed by fields) of the serialized text "
+"chain"
+msgstr "(複数フィールドからなる)複数行のテキスト文字列をまたぐセパレータ"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1250
+#: ../../enterprise/godmode/reporting/reporting_builder.global.php:220
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1561
+msgid "Group by agent"
+msgstr "エージェント毎のグループ"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1263
+#: ../../enterprise/dashboard/widgets/top_n.php:73
+#: ../../enterprise/godmode/reporting/reporting_builder.global.php:235
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1574
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:192
+msgid "By agent name"
+msgstr "エージェント名で"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1271
+#: ../../enterprise/dashboard/widgets/top_n.php:67
+#: ../../enterprise/godmode/reporting/reporting_builder.global.php:241
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1582
+msgid "Quantity (n)"
+msgstr "数量(n)"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1281
+#: ../../operation/agentes/ver_agente.php:1101
+#: ../../enterprise/dashboard/widgets/top_n.php:75
+#: ../../enterprise/godmode/reporting/reporting_builder.global.php:249
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1587
+msgid "Display"
+msgstr "表示"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1288
+#: ../../include/functions_graph.php:755 ../../include/functions_graph.php:758
+#: ../../include/functions_graph.php:759 ../../include/functions_graph.php:760
+#: ../../include/functions_graph.php:763
+#: ../../include/functions_graph.php:1437
+#: ../../include/functions_graph.php:3947
+#: ../../include/functions_graph.php:3952
+#: ../../include/functions_graph.php:4670
+#: ../../include/functions_graph.php:4673
+#: ../../include/functions_graph.php:4676
+#: ../../include/functions_reporting.php:956
+#: ../../enterprise/dashboard/widgets/top_n.php:482
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1594
+msgid "Avg"
+msgstr "平均"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1295
+#: ../../mobile/operation/module_graph.php:418
+#: ../../operation/agentes/stat_win.php:383
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:246
+msgid "Time compare (Overlapped)"
+msgstr "時間比較 (重ね合わせ)"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1304
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1601
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:256
+msgid "Only average"
+msgstr "平均のみ"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1321
+#: ../../enterprise/godmode/reporting/reporting_builder.global.php:279
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1615
+msgid "Condition"
+msgstr "状態"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1326
+#: ../../include/functions_reporting.php:1741
+#: ../../enterprise/godmode/reporting/reporting_builder.global.php:282
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1618
+msgid "Everything"
+msgstr "すべて"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1327
+msgid "Greater or equal (>=)"
+msgstr "以上 (>=)"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1328
+msgid "Less or equal (<=)"
+msgstr "以下 (<=)"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1329
+msgid "Less (<)"
+msgstr "未満 (<)"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1330
+msgid "Greater (>)"
+msgstr "超えて (>)"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1331
+msgid "Equal (=)"
+msgstr "同じ (=)"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1332
+msgid "Not equal (!=)"
+msgstr "異なる (!=)"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1333
+#: ../../include/functions_db.php:1529
+#: ../../include/functions_reporting_html.php:496
+#: ../../include/functions_reporting_html.php:575
+#: ../../include/functions_reporting_html.php:675
+#: ../../include/functions_reporting_html.php:2043
+#: ../../include/functions_reporting_html.php:2523
+#: ../../enterprise/dashboard/widgets/maps_status.php:74
+#: ../../enterprise/extensions/backup/main.php:122
+#: ../../enterprise/godmode/reporting/reporting_builder.global.php:288
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1624
+#: ../../enterprise/include/functions_reporting.php:1282
+#: ../../enterprise/include/functions_reporting.php:2074
+#: ../../enterprise/include/functions_reporting.php:2259
+#: ../../enterprise/include/functions_reporting.php:2851
+#: ../../enterprise/include/functions_reporting.php:3028
+#: ../../enterprise/include/functions_reporting.php:3738
+#: ../../enterprise/include/functions_reporting.php:4434
+#: ../../enterprise/include/functions_reporting.php:4776
+#: ../../enterprise/include/functions_reporting_csv.php:964
+#: ../../enterprise/include/functions_reporting_csv.php:1011
+#: ../../enterprise/include/functions_reporting_pdf.php:1314
+#: ../../enterprise/include/functions_reporting_pdf.php:1395
+#: ../../enterprise/include/functions_reporting_pdf.php:1494
+#: ../../enterprise/include/functions_reporting_pdf.php:1627
+#: ../../enterprise/include/functions_reporting_pdf.php:2048
+#: ../../enterprise/include/functions_reporting_pdf.php:2098
+#: ../../enterprise/include/functions_services.php:1700
+#: ../../enterprise/operation/agentes/ux_console_view.php:101
+#: ../../enterprise/operation/agentes/ux_console_view.php:263
+msgid "OK"
+msgstr "OK"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1334
+#: ../../include/functions_reporting_html.php:2049
+#: ../../enterprise/godmode/reporting/reporting_builder.global.php:290
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1626
+#: ../../enterprise/include/functions_reporting_pdf.php:2101
+msgid "Not OK"
+msgstr "NG"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1356
+#: ../../enterprise/godmode/reporting/reporting_builder.global.php:296
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1633
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:232
+msgid "Show graph"
+msgstr "グラフ表示"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1364
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1640
+msgid "Show address instead module name."
+msgstr "モジュール名の代わりにアドレスを表示"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1365
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1641
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:219
+msgid "Show the main address of agent."
+msgstr "エージェントのメインアドレスを表示"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1377
+#: ../../enterprise/godmode/reporting/reporting_builder.global.php:304
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1653
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:202
+msgid "Show resume"
+msgstr "復旧を表示"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1377
+msgid ""
+"Show a summary chart with max, min and average number of total modules at "
+"the end of the report and Checks."
+msgstr "最新のレポートおよび監視時点のトータルモジュール数の最大、最小、平均の概要グラフを表示します。"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1387
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1662
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:277
+msgid "Show Summary group"
+msgstr "グループ概要を表示"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1420
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1696
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:307
+msgid "Event Status"
+msgstr "イベントの状態"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1432
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1708
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:318
+msgid "Event graphs"
+msgstr "イベントグラフ"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1436
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1712
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:322
+msgid "By agent"
+msgstr "エージェントで分類"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1442
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1718
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:328
+msgid "By user validator"
+msgstr "ユーザで分類"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1448
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1724
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:334
+msgid "By criticity"
+msgstr "重要度で分類"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1454
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1730
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:340
+msgid "Validated vs unvalidated"
+msgstr "承諾済み・未承諾で分類"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1462
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1738
+msgid "Show in two columns"
+msgstr "2カラムで表示"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1468
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1744
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:221
+msgid "SLA items sorted by fulfillment value"
+msgstr "実データによりソートしたSLAアイテム"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1473
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1749
+msgid "Show in landscape"
+msgstr "横向きで表示"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1484
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1760
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:215
+msgid "Hide not init agents"
+msgstr "未初期化エージェントを隠す"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1543
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1949
+msgid "SLA Min. (value)"
+msgstr "SLA 最小値"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1544
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1950
+msgid "SLA Max. (value)"
+msgstr "SLA 最大値"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1545
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1951
+msgid "SLA Limit (%)"
+msgstr "SLA 制限 (%)"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1554
+msgid "Please save the SLA for start to add items in this list."
+msgstr "このリストにアイテムを追加するには、最初に SLA を保存してください。"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1726
+msgid "rate"
+msgstr "律"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1727
+#: ../../enterprise/dashboard/widgets/top_n.php:115
+#: ../../enterprise/dashboard/widgets/top_n.php:298
+#: ../../enterprise/include/ajax/top_n_widget.ajax.php:74
+msgid "max"
+msgstr "最大"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1728
+#: ../../enterprise/dashboard/widgets/top_n.php:116
+#: ../../enterprise/dashboard/widgets/top_n.php:299
+#: ../../enterprise/include/ajax/top_n_widget.ajax.php:75
+msgid "min"
+msgstr "最小"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1729
+#: ../../enterprise/dashboard/widgets/top_n.php:117
+#: ../../enterprise/dashboard/widgets/top_n.php:300
+#: ../../enterprise/include/ajax/top_n_widget.ajax.php:76
+msgid "sum"
+msgstr "合計"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1749
+msgid ""
+"Please be careful, when the module have diferent intervals in their life, "
+"the summatory maybe get bad result."
+msgstr "モジュールの間隔が異なる場合、合計は正しい値にならない場合があることに注意してください。"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1763
+msgid "Please save the report to start adding items into the list."
+msgstr "リストに項目を追加する前にレポートを保存してください。"
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:2072
+#: ../../godmode/reporting/reporting_builder.item_editor.php:2092
+msgid "Please select Agent"
+msgstr "エージェントを選択してください"
+
+#: ../../godmode/reporting/reporting_builder.list_items.php:285
+#: ../../godmode/reporting/visual_console_builder.elements.php:80
+#: ../../godmode/snmpconsole/snmp_alert.php:966
+#: ../../godmode/snmpconsole/snmp_alert.php:1148
+#: ../../include/functions_visual_map_editor.php:497
+#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:280
+msgid "Position"
+msgstr "位置"
+
+#: ../../godmode/reporting/reporting_builder.list_items.php:288
+#: ../../godmode/reporting/reporting_builder.list_items.php:293
+#: ../../godmode/reporting/reporting_builder.list_items.php:299
+#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:225
+#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:236
+#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:246
+msgid "Ascendent"
+msgstr "上へ"
+
+#: ../../godmode/reporting/reporting_builder.list_items.php:289
+#: ../../godmode/reporting/reporting_builder.list_items.php:294
+#: ../../godmode/reporting/reporting_builder.list_items.php:300
+#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:229
+#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:239
+#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:249
+msgid "Descent"
+msgstr "下へ"
+
+#: ../../godmode/reporting/reporting_builder.list_items.php:307
+#: ../../godmode/reporting/reporting_builder.list_items.php:507
+#: ../../enterprise/extensions/ipam/ipam_network.php:269
+#: ../../enterprise/godmode/alerts/alert_events_list.php:420
+#: ../../enterprise/godmode/alerts/alert_events_rules.php:406
+#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:217
+msgid "Sort"
+msgstr "並べ替え"
+
+#: ../../godmode/reporting/reporting_builder.list_items.php:313
+#: ../../include/functions_custom_graphs.php:226
+msgid "No items."
+msgstr "アイテムがありません。"
+
+#: ../../godmode/reporting/reporting_builder.list_items.php:493
+#: ../../godmode/reporting/reporting_builder.list_items.php:498
+msgid "Sort items"
+msgstr "アイテムの並び替え"
+
+#: ../../godmode/reporting/reporting_builder.list_items.php:500
+msgid "Sort selected items from position: "
+msgstr "選択したアイテムを次の位置から並び替え: "
+
+#: ../../godmode/reporting/reporting_builder.list_items.php:502
+msgid "Move before to"
+msgstr "この前に移動:"
+
+#: ../../godmode/reporting/reporting_builder.list_items.php:502
+msgid "Move after to"
+msgstr "この後ろに移動:"
+
+#: ../../godmode/reporting/reporting_builder.list_items.php:524
+#: ../../godmode/reporting/reporting_builder.list_items.php:529
+msgid "Delete items"
+msgstr "アイテムの削除"
+
+#: ../../godmode/reporting/reporting_builder.list_items.php:531
+msgid "Delete selected items from position: "
+msgstr "次の場所から選択したアイテムを削除する: "
+
+#: ../../godmode/reporting/reporting_builder.list_items.php:533
+msgid "Delete above to"
+msgstr "次の上を削除"
+
+#: ../../godmode/reporting/reporting_builder.list_items.php:533
+msgid "Delete below to"
+msgstr "次の下を削除"
+
+#: ../../godmode/reporting/reporting_builder.list_items.php:561
+msgid ""
+"Are you sure to sort the items into the report?\\nThis action change the "
+"sorting of items into data base."
+msgstr "レポートのアイテムを並び替えますか。\\nこの操作はデータベース内のアイテムの並びを変更します。"
+
+#: ../../godmode/reporting/reporting_builder.list_items.php:582
+msgid "Please select any item to order"
+msgstr "並び替えるアイテムを選択してください"
+
+#: ../../godmode/reporting/reporting_builder.list_items.php:612
+msgid "Are you sure to delete the items into the report?\\n"
+msgstr "レポートのアイテムを削除しますがよろしいですか?\\n"
+
+#: ../../godmode/reporting/reporting_builder.list_items.php:634
+msgid "Please select any item to delete"
+msgstr "削除するアイテムを選択してください"
+
+#: ../../godmode/reporting/reporting_builder.main.php:85
+msgid "Only the group can view the report"
+msgstr "指定のグループのみレポートを参照可能"
+
+#: ../../godmode/reporting/reporting_builder.main.php:86
+msgid "The next group can edit the report"
+msgstr "グループがレポートを編集可能"
+
+#: ../../godmode/reporting/reporting_builder.main.php:87
+msgid "Only the user and admin user can edit the report"
+msgstr "ユーザおよび管理者のみがレポートを編集可能"
+
+#: ../../godmode/reporting/reporting_builder.main.php:89
+msgid "Write Access"
+msgstr "書き込みアクセス"
+
+#: ../../godmode/reporting/reporting_builder.main.php:90
+msgid ""
+"For example, you want a report that the people of \"All\" groups can see but "
+"you want to edit only for you or your group."
+msgstr ""
+"例えば、\"全て\"のグループに属するユーザが参照できるようにしたいが、自分や自分のグループのみが編集できるようにしたい場合等に利用します。"
+
+#: ../../godmode/reporting/reporting_builder.main.php:110
+msgid "Non interactive report"
+msgstr "非対話型レポート"
+
+#: ../../godmode/reporting/reporting_builder.php:80
+msgid ""
+"Your report has been planned, and the system will email you a PDF with the "
+"report as soon as its finished"
+msgstr "レポートが予定されました。準備完了次第 PDF のレポートをメール送信します。"
+
+#: ../../godmode/reporting/reporting_builder.php:81
+msgid "An error has ocurred"
+msgstr "エラーが発生しました"
+
+#: ../../godmode/reporting/reporting_builder.php:335
+#: ../../godmode/reporting/reporting_builder.php:1902
+#: ../../godmode/reporting/reporting_builder.php:1954
+msgid "Reports list"
+msgstr "レポート一覧"
+
+#: ../../godmode/reporting/reporting_builder.php:346
+#: ../../godmode/reporting/reporting_builder.php:368
+#: ../../godmode/reporting/reporting_builder.php:1911
+#: ../../operation/menu.php:242
+#: ../../operation/reporting/custom_reporting.php:27
+msgid "Custom reporting"
+msgstr "カスタムレポート"
+
+#: ../../godmode/reporting/reporting_builder.php:435
+msgid "Free text for search: "
+msgstr "文字列検索: "
+
+#: ../../godmode/reporting/reporting_builder.php:436
+msgid "Search by report name or description, list matches."
+msgstr "レポート名または説明で検索したリスト。"
+
+#: ../../godmode/reporting/reporting_builder.php:446
+msgid "Show Option"
+msgstr "オプション表示"
+
+#: ../../godmode/reporting/reporting_builder.php:532
+#: ../../operation/reporting/custom_reporting.php:38
+#: ../../operation/search_reports.php:38
+#: ../../enterprise/extensions/cron/functions.php:47
+#: ../../enterprise/extensions/cron/main.php:250
+#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:271
+#: ../../enterprise/include/functions_reporting_csv.php:1503
+#: ../../enterprise/include/functions_reporting_csv.php:1507
+msgid "Report name"
+msgstr "レポート名"
+
+#: ../../godmode/reporting/reporting_builder.php:534
+#: ../../operation/reporting/custom_reporting.php:40
+#: ../../operation/search_reports.php:40
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:289
+msgid "HTML"
+msgstr "HTML"
+
+#: ../../godmode/reporting/reporting_builder.php:535
+#: ../../operation/reporting/custom_reporting.php:41
+#: ../../operation/search_reports.php:41
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:290
+msgid "XML"
+msgstr "XML"
+
+#: ../../godmode/reporting/reporting_builder.php:554
+#: ../../enterprise/dashboard/main_dashboard.php:294
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:287
+msgid "Private"
+msgstr "非公開"
+
+#: ../../godmode/reporting/reporting_builder.php:610
+msgid "This report exceeds the item limit for realtime operations"
+msgstr "このレポートはリアルタイム処理のアイテム数制限を超過しています"
+
+#: ../../godmode/reporting/reporting_builder.php:615
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:342
+msgid "HTML view"
+msgstr "HTML 表示"
+
+#: ../../godmode/reporting/reporting_builder.php:616
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:344
+msgid "Export to XML"
+msgstr "XML へエクスポート"
+
+#: ../../godmode/reporting/reporting_builder.php:727
+#: ../../include/functions_reporting.php:1626
+#: ../../enterprise/operation/agentes/agent_inventory.php:242
+#: ../../enterprise/operation/inventory/inventory.php:253
+#: ../../enterprise/operation/log/log_viewer.php:428
+msgid "No data found."
+msgstr "データがありません。"
+
+#: ../../godmode/reporting/reporting_builder.php:735
+msgid "Create report"
+msgstr "レポートの作成"
+
+#: ../../godmode/reporting/reporting_builder.php:1960
+#: ../../operation/reporting/reporting_viewer.php:86
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:115
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:138
+msgid "List items"
+msgstr "アイテム一覧"
+
+#: ../../godmode/reporting/reporting_builder.php:1963
+#: ../../operation/reporting/reporting_viewer.php:90
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:108
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:143
+#: ../../enterprise/include/functions_reporting.php:6186
+#: ../../enterprise/include/functions_reporting.php:6236
+msgid "Item editor"
+msgstr "アイテム編集"
+
+#: ../../godmode/reporting/reporting_builder.php:1972
+#: ../../operation/reporting/reporting_viewer.php:98
+msgid "View report"
+msgstr "レポート参照"
+
+#: ../../godmode/reporting/reporting_builder.php:2020
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1164
+msgid "Successfull action"
+msgstr "処理に成功しました。"
+
+#: ../../godmode/reporting/reporting_builder.php:2020
+msgid "Unsuccessfull action
"
+msgstr "実行に失敗
"
+
+#: ../../godmode/reporting/visual_console_builder.data.php:91
+msgid "Create visual console"
+msgstr "ビジュアルコンソールの作成"
+
+#: ../../godmode/reporting/visual_console_builder.data.php:102
+#: ../../godmode/setup/os.builder.php:34
+#: ../../enterprise/godmode/agentes/collections.data.php:318
+msgid "Name:"
+msgstr "名前:"
+
+#: ../../godmode/reporting/visual_console_builder.data.php:103
+msgid ""
+"Use [ or ( as first character, for example '[*] Map name', to render this "
+"map name in main menu"
+msgstr "最初の文字には [ または ( を使ってください。例えば、マップ名をメインメニューに表示するには、'[*] Map name' です。"
+
+#: ../../godmode/reporting/visual_console_builder.data.php:122
+#: ../../enterprise/godmode/agentes/collections.data.php:358
+msgid "Group:"
+msgstr "グループ:"
+
+#: ../../godmode/reporting/visual_console_builder.data.php:139
+#: ../../godmode/reporting/visual_console_builder.elements.php:111
+#: ../../include/functions_visual_map_editor.php:53
+#: ../../include/functions_visual_map_editor.php:359
+#: ../../enterprise/dashboard/widget.php:65
+msgid "Background"
+msgstr "背景"
+
+#: ../../godmode/reporting/visual_console_builder.data.php:142
+msgid "Background image"
+msgstr "背景画像"
+
+#: ../../godmode/reporting/visual_console_builder.data.php:144
+#: ../../include/functions_visual_map_editor.php:237
+msgid "Background color"
+msgstr "背景色"
+
+#: ../../godmode/reporting/visual_console_builder.data.php:164
+msgid "Layout size"
+msgstr "レイアウトサイズ"
+
+#: ../../godmode/reporting/visual_console_builder.data.php:168
+msgid "Set custom size"
+msgstr "カスタムサイズを設定"
+
+#: ../../godmode/reporting/visual_console_builder.data.php:177
+msgid "Get default image size"
+msgstr "デフォルトのイメージサイズ取得"
+
+#: ../../godmode/reporting/visual_console_builder.editor.php:134
+msgid "Min allowed size is 1024x768"
+msgstr "最小サイズは 1024x768 です"
+
+#: ../../godmode/reporting/visual_console_builder.editor.php:138
+#: ../../godmode/reporting/visual_console_builder.editor.php:143
+#: ../../godmode/reporting/visual_console_builder.editor.php:148
+#: ../../enterprise/dashboard/main_dashboard.php:344
+msgid "Action in progress"
+msgstr "アクション実行中"
+
+#: ../../godmode/reporting/visual_console_builder.editor.php:139
+#: ../../enterprise/dashboard/main_dashboard.php:345
+msgid "Loading in progress"
+msgstr "読み込み中"
+
+#: ../../godmode/reporting/visual_console_builder.editor.php:144
+msgid "Saving in progress"
+msgstr "保存中"
+
+#: ../../godmode/reporting/visual_console_builder.editor.php:149
+msgid "Deletion in progress"
+msgstr "削除中"
+
+#: ../../godmode/reporting/visual_console_builder.elements.php:78
+#: ../../godmode/reporting/visual_console_builder.wizard.php:118
+#: ../../include/functions_visual_map_editor.php:198
+#: ../../include/functions_filemanager.php:682
+msgid "Image"
+msgstr "画像"
+
+#: ../../godmode/reporting/visual_console_builder.elements.php:79
+msgid "Width x Height Max value"
+msgstr "幅 x 高さ 最大値"
+
+#: ../../godmode/reporting/visual_console_builder.elements.php:81
+#: ../../include/functions_visual_map_editor.php:537
+msgid "Map linked"
+msgstr "リンク先マップ"
+
+#: ../../godmode/reporting/visual_console_builder.elements.php:86
+#: ../../mobile/operation/agents.php:324
+#: ../../enterprise/godmode/admin_access_logs.php:25
+#: ../../enterprise/godmode/policies/policy_agents.php:381
+msgid "A."
+msgstr "A."
+
+#: ../../godmode/reporting/visual_console_builder.elements.php:138
+#: ../../godmode/reporting/visual_console_builder.wizard.php:104
+#: ../../include/functions_visual_map_editor.php:54
+#: ../../include/functions_visual_map_editor.php:604
+msgid "Static Graph"
+msgstr "静的グラフ"
+
+#: ../../godmode/reporting/visual_console_builder.elements.php:143
+msgid "Percentile Bar"
+msgstr "パーセントバー"
+
+#: ../../godmode/reporting/visual_console_builder.elements.php:148
+msgid "Percentile Bubble"
+msgstr "パーセント円表示"
+
+#: ../../godmode/reporting/visual_console_builder.elements.php:153
+#: ../../include/functions_visual_map_editor.php:606
+#: ../../mobile/operation/events.php:506
+msgid "Module Graph"
+msgstr "モジュールグラフ"
+
+#: ../../godmode/reporting/visual_console_builder.elements.php:158
+#: ../../include/functions_visual_map.php:2757
+#: ../../include/functions_visual_map_editor.php:607
+msgid "Simple Value"
+msgstr "数値"
+
+#: ../../godmode/reporting/visual_console_builder.elements.php:163
+msgid "Simple Value (Process Max)"
+msgstr "値 (最大値)"
+
+#: ../../godmode/reporting/visual_console_builder.elements.php:168
+msgid "Simple Value (Process Min)"
+msgstr "値 (最小値)"
+
+#: ../../godmode/reporting/visual_console_builder.elements.php:173
+msgid "Simple Value (Process Avg)"
+msgstr "値 (平均値)"
+
+#: ../../godmode/reporting/visual_console_builder.elements.php:188
+#: ../../include/functions_visual_map.php:2740
+#: ../../include/functions_visual_map_editor.php:62
+#: ../../include/functions_visual_map_editor.php:611
+msgid "Box"
+msgstr "ボックス"
+
+#: ../../godmode/reporting/visual_console_builder.elements.php:226
+#: ../../godmode/reporting/visual_console_builder.elements.php:619
+msgid "Edit label"
+msgstr "ラベル編集"
+
+#: ../../godmode/reporting/visual_console_builder.php:159
+msgid "This file isn't image"
+msgstr "このファイルは画像ではありません"
+
+#: ../../godmode/reporting/visual_console_builder.php:160
+msgid "This file isn't image."
+msgstr "このファイルは画像ではありません。"
+
+#: ../../godmode/reporting/visual_console_builder.php:164
+#: ../../godmode/reporting/visual_console_builder.php:165
+msgid "File already are exists."
+msgstr "ファイルが既に存在します。"
+
+#: ../../godmode/reporting/visual_console_builder.php:171
+#: ../../godmode/reporting/visual_console_builder.php:172
+msgid "The file have not image extension."
+msgstr "画像ファイルの拡張子ではありません。"
+
+#: ../../godmode/reporting/visual_console_builder.php:183
+#: ../../godmode/reporting/visual_console_builder.php:184
+#: ../../godmode/reporting/visual_console_builder.php:191
+#: ../../godmode/reporting/visual_console_builder.php:194
+msgid "Problems with move file to target."
+msgstr "対象へのファイルの移動で問題が発生しました。"
+
+#: ../../godmode/reporting/visual_console_builder.php:223
+msgid "Successfully update."
+msgstr "更新しました。"
+
+#: ../../godmode/reporting/visual_console_builder.php:235
+msgid "Could not be update."
+msgstr "更新に失敗しました。"
+
+#: ../../godmode/reporting/visual_console_builder.php:250
+#: ../../enterprise/meta/screens/screens.visualmap.php:120
+msgid "Successfully created."
+msgstr "作成しました。"
+
+#: ../../godmode/reporting/visual_console_builder.php:263
+#: ../../enterprise/meta/screens/screens.visualmap.php:123
+msgid "Could not be created."
+msgstr "作成に失敗しました。"
+
+#: ../../godmode/reporting/visual_console_builder.php:304
+msgid "Successfully multiple delete."
+msgstr "複数削除をしました。"
+
+#: ../../godmode/reporting/visual_console_builder.php:305
+msgid "Unsuccessfull multiple delete."
+msgstr "複数削除に失敗しました。"
+
+#: ../../godmode/reporting/visual_console_builder.php:387
+msgid "Successfully delete."
+msgstr "削除しました。"
+
+#: ../../godmode/reporting/visual_console_builder.php:662
+#: ../../operation/visual_console/pure_ajax.php:96
+#: ../../operation/visual_console/render_view.php:96
+#: ../../enterprise/meta/screens/screens.visualmap.php:196
+msgid "Visual consoles list"
+msgstr "ビジュアルコンソール一覧"
+
+#: ../../godmode/reporting/visual_console_builder.php:665
+#: ../../operation/gis_maps/render_view.php:128
+#: ../../operation/visual_console/pure_ajax.php:105
+#: ../../operation/visual_console/render_view.php:108
+#: ../../enterprise/meta/screens/screens.visualmap.php:188
+msgid "Show link to public Visual Console"
+msgstr "パブリックビジュアルコンソール表示"
+
+#: ../../godmode/reporting/visual_console_builder.php:671
+#: ../../operation/visual_console/pure_ajax.php:113
+#: ../../operation/visual_console/render_view.php:116
+#: ../../enterprise/meta/screens/screens.visualmap.php:177
+msgid "List elements"
+msgstr "エレメント一覧"
+
+#: ../../godmode/reporting/visual_console_builder.php:676
+#: ../../operation/visual_console/pure_ajax.php:118
+#: ../../operation/visual_console/render_view.php:121
+msgid "Services wizard"
+msgstr "サービスウィザード"
+
+#: ../../godmode/reporting/visual_console_builder.php:681
+#: ../../godmode/reporting/visual_console_builder.wizard.php:354
+#: ../../operation/visual_console/pure_ajax.php:123
+#: ../../operation/visual_console/render_view.php:126
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:71
+#: ../../enterprise/include/functions_reporting.php:32
+#: ../../enterprise/include/functions_reporting.php:6156
+#: ../../enterprise/include/functions_reporting.php:6178
+#: ../../enterprise/meta/general/logon_ok.php:38
+#: ../../enterprise/meta/general/main_header.php:114
+#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:42
+#: ../../enterprise/meta/monitoring/wizard/wizard.php:82
+#: ../../enterprise/meta/screens/screens.visualmap.php:173
+msgid "Wizard"
+msgstr "設定追加"
+
+#: ../../godmode/reporting/visual_console_builder.php:684
+#: ../../operation/visual_console/pure_ajax.php:126
+#: ../../operation/visual_console/render_view.php:129
+#: ../../enterprise/meta/screens/screens.visualmap.php:169
+msgid "Builder"
+msgstr "ビルダ"
+
+#: ../../godmode/reporting/visual_console_builder.php:693
+#: ../../enterprise/meta/screens/screens.visualmap.php:208
+msgid "New visual console"
+msgstr "新規ビジュアルコンソール"
+
+#: ../../godmode/reporting/visual_console_builder.wizard.php:105
+#: ../../include/functions_visual_map_editor.php:55
+#: ../../include/functions_visual_map_editor.php:605
+msgid "Percentile Item"
+msgstr "パーセント表示"
+
+#: ../../godmode/reporting/visual_console_builder.wizard.php:106
+#: ../../include/functions_visual_map.php:2744
+#: ../../include/functions_visual_map_editor.php:251
+#: ../../mobile/operation/home.php:78
+msgid "Module graph"
+msgstr "モジュールデータのグラフ"
+
+#: ../../godmode/reporting/visual_console_builder.wizard.php:107
+#: ../../include/functions_visual_map_editor.php:57
+msgid "Simple value"
+msgstr "値"
+
+#: ../../godmode/reporting/visual_console_builder.wizard.php:125
+msgid "Range between elements (px)"
+msgstr "エレメント間の幅 (px)"
+
+#: ../../godmode/reporting/visual_console_builder.wizard.php:132
+msgid "Size (px)"
+msgstr "サイズ (px)"
+
+#: ../../godmode/reporting/visual_console_builder.wizard.php:170
+#: ../../enterprise/extensions/vmware/vmware_view.php:1219
+msgid "Font"
+msgstr "フォント"
+
+#: ../../godmode/reporting/visual_console_builder.wizard.php:178
+#: ../../godmode/setup/setup_visuals.php:318
+#: ../../include/functions_config.php:467
+msgid "Font size"
+msgstr "フォントサイズ"
+
+#: ../../godmode/reporting/visual_console_builder.wizard.php:196
+#: ../../include/functions_visual_map_editor.php:350
+msgid "Min value"
+msgstr "最小値"
+
+#: ../../godmode/reporting/visual_console_builder.wizard.php:197
+#: ../../godmode/reporting/visual_console_builder.wizard.php:210
+#: ../../include/functions_visual_map_editor.php:351
+#: ../../include/functions_visual_map_editor.php:393
+msgid "Max value"
+msgstr "最大値"
+
+#: ../../godmode/reporting/visual_console_builder.wizard.php:198
+#: ../../include/functions_visual_map_editor.php:352
+msgid "Avg value"
+msgstr "平均値"
+
+#: ../../godmode/reporting/visual_console_builder.wizard.php:204
+msgid "Width (px)"
+msgstr "幅 (px)"
+
+#: ../../godmode/reporting/visual_console_builder.wizard.php:218
+#: ../../godmode/setup/setup_visuals.php:506
+msgid "Percentile"
+msgstr "パーセント"
+
+#: ../../godmode/reporting/visual_console_builder.wizard.php:223
+msgid "Bubble"
+msgstr "バブル"
+
+#: ../../godmode/reporting/visual_console_builder.wizard.php:230
+#: ../../include/functions_visual_map_editor.php:409
+#: ../../include/functions_visual_map_editor.php:428
+msgid "Value to show"
+msgstr "表示する値"
+
+#: ../../godmode/reporting/visual_console_builder.wizard.php:232
+msgid "Percent"
+msgstr "パーセント"
+
+#: ../../godmode/reporting/visual_console_builder.wizard.php:267
+msgid "One item per agent"
+msgstr "1エージェントに 1アイテム"
+
+#: ../../godmode/reporting/visual_console_builder.wizard.php:301
+#: ../../godmode/reporting/visual_console_builder.wizard.php:604
+msgid "Agent - Module"
+msgstr "エージェント - モジュール"
+
+#: ../../godmode/reporting/visual_console_builder.wizard.php:310
+msgid "Enable link agent"
+msgstr "エージェントのリンクを有効にする"
+
+#: ../../godmode/reporting/visual_console_builder.wizard.php:322
+msgid "Set Parent"
+msgstr "親を設定"
+
+#: ../../godmode/reporting/visual_console_builder.wizard.php:324
+msgid "Item created in the visualmap"
+msgstr "ビジュアルマップに作成したアイテム"
+
+#: ../../godmode/reporting/visual_console_builder.wizard.php:325
+msgid "Use the agents relationship (from selected agents)"
+msgstr "エージェント関係を利用する (選択したエージェント)"
+
+#: ../../godmode/reporting/visual_console_builder.wizard.php:328
+msgid "Item in the map"
+msgstr "マップ内のアイテム"
+
+#: ../../godmode/reporting/visual_console_builder.wizard.php:331
+msgid "The parent relationships in Pandora will be drawn in the map."
+msgstr "Pandora における親子関係がマップに表示されます。"
+
+#: ../../godmode/reporting/visual_console_builder.wizard.php:344
+#: ../../godmode/reporting/visual_console_builder.wizard.php:349
+msgid "Are you sure to add many elements\\nin visual map?"
+msgstr ""
+"ビジュアルマップに多くのエレメントを追加しようとしています。\n"
+"よろしいですか。"
+
+#: ../../godmode/reporting/visual_console_builder.wizard.php:377
+#: ../../mobile/operation/agent.php:305 ../../mobile/operation/agents.php:381
+#: ../../mobile/operation/events.php:797
+#: ../../mobile/operation/module_graph.php:467
+#: ../../mobile/operation/modules.php:706
+#: ../../mobile/operation/tactical.php:215
+#: ../../mobile/operation/visualmap.php:118
+#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:74
+#: ../../enterprise/mobile/operation/dashboard.php:118
+#: ../../enterprise/operation/agentes/agent_inventory.diff_view.php:149
+#: ../../enterprise/operation/agentes/agent_inventory.diff_view.php:152
+msgid "Loading..."
+msgstr "読み込み中..."
+
+#: ../../godmode/reporting/visual_console_builder.wizard.php:525
+msgid "Please select any module or modules."
+msgstr "モジュールを選択してください。"
+
+#: ../../godmode/servers/manage_recontask.php:43
+#: ../../godmode/servers/manage_recontask_form.php:182
+#: ../../include/functions_menu.php:473
+msgid "Manage recontask"
+msgstr "自動検出管理"
+
+#: ../../godmode/servers/manage_recontask.php:55
+msgid "Successfully deleted recon task"
+msgstr "自動検出処理を削除しました。"
+
+#: ../../godmode/servers/manage_recontask.php:58
+msgid "Error deleting recon task"
+msgstr "自動検出処理の削除に失敗しました。"
+
+#: ../../godmode/servers/manage_recontask.php:68
+#: ../../godmode/servers/manage_recontask.php:179
+msgid "Successfully updated recon task"
+msgstr "自動検出処理を更新しました。"
+
+#: ../../godmode/servers/manage_recontask.php:75
+#: ../../godmode/servers/manage_recontask.php:182
+msgid "Error updating recon task"
+msgstr "自動検出処理の更新に失敗しました。"
+
+#: ../../godmode/servers/manage_recontask.php:163
+#: ../../godmode/servers/manage_recontask.php:234
+msgid "Wrong format in Subnet field"
+msgstr "サブネットの記述が不正です"
+
+#: ../../godmode/servers/manage_recontask.php:230
+msgid "Recon-task name already exists and incorrect format in Subnet field"
+msgstr "自動検出タスク名がすでに存在しサブネットの記述が不正です。"
+
+#: ../../godmode/servers/manage_recontask.php:238
+#: ../../godmode/servers/manage_recontask.php:247
+msgid "Recon-task name already exists"
+msgstr "自動検出タスク名がすでに存在します"
+
+#: ../../godmode/servers/manage_recontask.php:261
+msgid "Successfully created recon task"
+msgstr "自動検出処理を作成しました。"
+
+#: ../../godmode/servers/manage_recontask.php:264
+msgid "Error creating recon task"
+msgstr "自動検出処理の作成に失敗しました。"
+
+#: ../../godmode/servers/manage_recontask.php:291
+#: ../../godmode/servers/manage_recontask_form.php:242
+#: ../../operation/servers/recon_view.php:95
+#: ../../enterprise/extensions/ipam/ipam_calculator.php:136
+#: ../../enterprise/extensions/ipam/ipam_editor.php:69
+#: ../../enterprise/extensions/ipam/ipam_list.php:148
+msgid "Network"
+msgstr "ネットワーク"
+
+#: ../../godmode/servers/manage_recontask.php:291
+#: ../../godmode/servers/manage_recontask_form.php:299
+msgid "Ports"
+msgstr "ポート番号"
+
+#: ../../godmode/servers/manage_recontask.php:314
+#: ../../operation/servers/recon_view.php:145
+msgid "Network recon task"
+msgstr "ネットワーク自動検出タスク"
+
+#: ../../godmode/servers/manage_recontask.php:346
+#: ../../godmode/servers/manage_recontask_form.php:255
+#: ../../enterprise/extensions/ipam/ipam_list.php:217
+#: ../../enterprise/extensions/ipam/ipam_network.php:127
+#: ../../enterprise/godmode/services/services.service.php:255
+#: ../../enterprise/operation/services/services.list.php:189
+#: ../../enterprise/operation/services/services.table_services.php:158
+msgid "Manual"
+msgstr "マニュアル"
+
+#: ../../godmode/servers/manage_recontask.php:387
+msgid "There are no recon task configured"
+msgstr "自動検出処理がありません。"
+
+#: ../../godmode/servers/manage_recontask_form.php:189
+msgid ""
+"By default, in Windows, Pandora FMS only support Standard network sweep, not "
+"custom scripts"
+msgstr ""
+"デフォルトでは、Windows においては Pandora FMS は標準のネットワーク探索のみの対応で、カスタムスクリプトは使えません。"
+
+#: ../../godmode/servers/manage_recontask_form.php:218
+#: ../../operation/servers/recon_view.php:89
+msgid "Task name"
+msgstr "タスク名"
+
+#: ../../godmode/servers/manage_recontask_form.php:224
+msgid ""
+"You must select a Recon Server for the Task, otherwise the Recon Task will "
+"never run"
+msgstr "タスクを実行する自動検出サーバを指定する必要があります。指定しないと自動検出は実行されません。"
+
+#: ../../godmode/servers/manage_recontask_form.php:232
+msgid "Network sweep"
+msgstr "ネットワーク探査"
+
+#: ../../godmode/servers/manage_recontask_form.php:234
+#: ../../enterprise/extensions/cron/functions.php:69
+#: ../../enterprise/extensions/cron/main.php:255
+msgid "Custom script"
+msgstr "カスタムスクリプト"
+
+#: ../../godmode/servers/manage_recontask_form.php:253
+msgid "Manual interval means that it will be executed only On-demand"
+msgstr "手動は、オンデマンドでのみの実行を意味します。"
+
+#: ../../godmode/servers/manage_recontask_form.php:255
+#: ../../include/functions_reporting_html.php:1596
+#: ../../enterprise/include/functions_reporting_pdf.php:725
+msgid "Defined"
+msgstr "定義済み"
+
+#: ../../godmode/servers/manage_recontask_form.php:260
+msgid "The minimum recomended interval for Recon Task is 5 minutes"
+msgstr "自動検出タスクの最小間隔は、5分をお勧めします。"
+
+#: ../../godmode/servers/manage_recontask_form.php:265
+msgid "Module template"
+msgstr "モジュールテンプレート"
+
+#: ../../godmode/servers/manage_recontask_form.php:302
+msgid ""
+"Ports defined like: 80 or 80,443,512 or even 0-1024 (Like Nmap command line "
+"format). If dont want to do a sweep using portscan, left it in blank"
+msgstr ""
+"ポート番号の指定は、一つの場合は 80、複数の場合は、80,443,512 や 0-1024 "
+"(nmapコマンドのフォーマット)のように記載します。ポートスキャンをしたくない場合は、空白にしてください。"
+
+#: ../../godmode/servers/manage_recontask_form.php:313
+msgid "Choose if the discovery of a new system creates an incident or not."
+msgstr "新システム検出時のインシデント作成有無の選択"
+
+#: ../../godmode/servers/manage_recontask_form.php:316
+msgid "SNMP Default community"
+msgstr "SNMP デフォルトコミュニティ"
+
+#: ../../godmode/servers/manage_recontask_form.php:322
+msgid "Explanation"
+msgstr "説明"
+
+#: ../../godmode/servers/manage_recontask_form.php:363
+msgid "OS detection"
+msgstr "OSの検出"
+
+#: ../../godmode/servers/manage_recontask_form.php:367
+msgid "Name resolution"
+msgstr "名前解決"
+
+#: ../../godmode/servers/manage_recontask_form.php:371
+msgid "Parent detection"
+msgstr "親の検出"
+
+#: ../../godmode/servers/manage_recontask_form.php:375
+msgid "Parent recursion"
+msgstr "親の再帰検出"
+
+#: ../../godmode/servers/manage_recontask_form.php:376
+msgid ""
+"Maximum number of parent hosts that will be created if parent detection is "
+"enabled."
+msgstr "親検出が有効の場合に、作成される親ホストの最大数です。"
+
+#: ../../godmode/servers/modificar_server.php:35
+msgid "Update Server"
+msgstr "サーバ情報の更新"
+
+#: ../../godmode/servers/modificar_server.php:61
+msgid "Remote Configuration"
+msgstr "リモート設定"
+
+#: ../../godmode/servers/modificar_server.php:66
+msgid "Pandora servers"
+msgstr "Pandora サーバ"
+
+#: ../../godmode/servers/modificar_server.php:73
+#: ../../godmode/servers/modificar_server.php:85
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1164
+msgid "Unsuccessfull action"
+msgstr "処理に失敗しました。"
+
+#: ../../godmode/servers/modificar_server.php:76
+#: ../../godmode/servers/modificar_server.php:88
+#: ../../enterprise/godmode/alerts/alert_events_list.php:328
+#: ../../enterprise/godmode/alerts/alert_events_rules.php:357
+msgid "Successfully action"
+msgstr "アクションに成功しました。"
+
+#: ../../godmode/servers/modificar_server.php:98
+#: ../../enterprise/meta/advanced/servers.php:39
+msgid "Server deleted successfully"
+msgstr "サーバを削除しました。"
+
+#: ../../godmode/servers/modificar_server.php:101
+#: ../../enterprise/meta/advanced/servers.php:42
+msgid "There was a problem deleting the server"
+msgstr "サーバの削除に失敗しました。"
+
+#: ../../godmode/servers/modificar_server.php:112
+msgid "Server updated successfully"
+msgstr "サーバを更新しました。"
+
+#: ../../godmode/servers/modificar_server.php:115
+msgid "There was a problem updating the server"
+msgstr "サーバの更新に失敗しました。"
+
+#: ../../godmode/servers/plugin.php:53
+msgid "Network Components"
+msgstr "ネットワークコンポーネント"
+
+#: ../../godmode/servers/plugin.php:151
+#: ../../include/functions_filemanager.php:759
+#: ../../enterprise/godmode/agentes/collections.editor.php:111
+#: ../../enterprise/godmode/agentes/collections.editor.php:172
+msgid "Edit file"
+msgstr "ファイル編集"
+
+#: ../../godmode/servers/plugin.php:170
+#: ../../enterprise/godmode/agentes/collections.editor.php:193
+msgid "Compatibility mode"
+msgstr "互換モード"
+
+#: ../../godmode/servers/plugin.php:224
+#: ../../godmode/setup/file_manager.php:63
+#: ../../include/functions_filemanager.php:561
+#, php-format
+msgid "Index of %s"
+msgstr "%s 一覧"
+
+#: ../../godmode/servers/plugin.php:266
+msgid "Plugin creation"
+msgstr "プラグインの作成"
+
+#: ../../godmode/servers/plugin.php:269
+msgid "Plugin update"
+msgstr "プラグインの更新"
+
+#: ../../godmode/servers/plugin.php:299
+msgid "Plugin type"
+msgstr "プラグインタイプ"
+
+#: ../../godmode/servers/plugin.php:300 ../../godmode/servers/plugin.php:759
+msgid "Standard"
+msgstr "標準"
+
+#: ../../godmode/servers/plugin.php:301 ../../godmode/servers/plugin.php:761
+msgid "Nagios"
+msgstr "Nagios"
+
+#: ../../godmode/servers/plugin.php:306
+msgid "Max. timeout"
+msgstr "最大タイムアウト"
+
+#: ../../godmode/servers/plugin.php:306
+msgid ""
+"This value only will be applied if is minor than the server general "
+"configuration plugin timeout"
+msgstr "全体のサーバプラグインタイムアウトよりも小さい場合にこの値が適用されます。"
+
+#: ../../godmode/servers/plugin.php:306
+msgid ""
+"If you set a 0 seconds timeout, the server plugin timeout will be used"
+msgstr "タイムアウトを 0 に設定した場合、plugin_timeout の値が利用されます。"
+
+#: ../../godmode/servers/plugin.php:362
+msgid "Plugin command"
+msgstr "プラグインコマンド"
+
+#: ../../godmode/servers/plugin.php:373
+msgid "Plug-in parameters"
+msgstr "プラグインパラメータ"
+
+#: ../../godmode/servers/plugin.php:451
+#: ../../godmode/servers/recon_script.php:161
+#: ../../enterprise/godmode/modules/configure_local_component.php:446
+msgid "Default value"
+msgstr "デフォルト値"
+
+#: ../../godmode/servers/plugin.php:464
+#: ../../godmode/servers/recon_script.php:174
+msgid "Hide value"
+msgstr "値を隠す"
+
+#: ../../godmode/servers/plugin.php:464
+#: ../../godmode/servers/recon_script.php:174
+msgid "This field will show up as dots like a password"
+msgstr "このフィールドは、パスワードのようにドットで表示されます。"
+
+#: ../../godmode/servers/plugin.php:473
+#: ../../godmode/servers/recon_script.php:183
+#: ../../include/functions_ui.php:1080
+#: ../../enterprise/godmode/modules/configure_local_component.php:452
+#: ../../enterprise/meta/general/login_page.php:36
+msgid "Help"
+msgstr "ヘルプ"
+
+#: ../../godmode/servers/plugin.php:491
+#: ../../godmode/servers/recon_script.php:199
+#: ../../enterprise/godmode/modules/configure_local_component.php:462
+msgid "Add macro"
+msgstr "マクロを追加"
+
+#: ../../godmode/servers/plugin.php:506
+#: ../../godmode/servers/recon_script.php:206
+#: ../../enterprise/godmode/modules/configure_local_component.php:470
+msgid "Delete macro"
+msgstr "マクロを削除"
+
+#: ../../godmode/servers/plugin.php:524 ../../godmode/servers/plugin.php:531
+msgid "Parameters macros"
+msgstr "パラメータマクロ"
+
+#: ../../godmode/servers/plugin.php:564
+msgid "Plugins registered in Pandora FMS"
+msgstr "Pandora FMS に登録済のプラグイン"
+
+#: ../../godmode/servers/plugin.php:569
+msgid "You need to create your own plugins with Windows compatibility"
+msgstr "Windows に対応したプラグインを作成する必要があります"
+
+#: ../../godmode/servers/plugin.php:629
+msgid "Problem updating plugin"
+msgstr "プラグインの更新に失敗しました。"
+
+#: ../../godmode/servers/plugin.php:632
+msgid "Plugin updated successfully"
+msgstr "プラグインを更新しました。"
+
+#: ../../godmode/servers/plugin.php:687
+msgid "Problem creating plugin"
+msgstr "プラグインの作成に失敗しました。"
+
+#: ../../godmode/servers/plugin.php:690
+msgid "Plugin created successfully"
+msgstr "プラグインを作成しました。"
+
+#: ../../godmode/servers/plugin.php:700
+msgid "Problem deleting plugin"
+msgstr "プラグインの削除に失敗しました。"
+
+#: ../../godmode/servers/plugin.php:703
+msgid "Plugin deleted successfully"
+msgstr "プラグインを削除しました。"
+
+#: ../../godmode/servers/plugin.php:782
+msgid "All the modules that are using this plugin will be deleted"
+msgstr "このプラグインを利用しているすべてのモジュールが削除されます"
+
+#: ../../godmode/servers/plugin.php:789
+msgid "There are no plugins in the system"
+msgstr "プラグインがありません。"
+
+#: ../../godmode/servers/plugin.php:801
+#, php-format
+msgid "List of modules and components created by \"%s\" "
+msgstr "\"%s\" にて作成されたモジュールおよびコンポーネントの一覧 "
+
+#: ../../godmode/servers/plugin.php:909 ../../godmode/servers/plugin.php:925
+msgid "Some modules or components are using the plugin"
+msgstr "いくつかのモジュールまたはコンポーネントがプラグインを利用しています"
+
+#: ../../godmode/servers/plugin.php:910
+msgid ""
+"The modules or components should be updated manually or using the bulk "
+"operations for plugins after this change"
+msgstr "モジュールまたはコンポーネントは手動で更新するか、変更後にプラグインの一括操作を使う必要があります。"
+
+#: ../../godmode/servers/plugin.php:912
+msgid "Are you sure you want to perform this action?"
+msgstr "この処理を実行してもよろしいですか。"
+
+#: ../../godmode/servers/plugin.php:926
+msgid "Are you sure you want to unlock this item?"
+msgstr "このアイテムをロック解除してもよろしいですか。"
+
+#: ../../godmode/servers/plugin.php:946
+msgid ""
+"The plugin command cannot be updated because some modules or components are "
+"using the plugin."
+msgstr "いくつかのモジュールまたはコンポーネントでプラグインを利用しているため、プラグインコマンドを更新できません。"
+
+#: ../../godmode/servers/plugin.php:952
+msgid ""
+"The plugin macros cannot be updated because some modules or components are "
+"using the plugin"
+msgstr "いくつかのモジュールまたはコンポーネントでプラグインを利用しているため、プラグインマクロは更新できません。"
+
+#: ../../godmode/servers/recon_script.php:73
+msgid "Recon script creation"
+msgstr "自動検出スクリプト作成"
+
+#: ../../godmode/servers/recon_script.php:75
+msgid "Recon script update"
+msgstr "自動検出スクリプト更新"
+
+#: ../../godmode/servers/recon_script.php:101
+msgid "Script fullpath"
+msgstr "スクリプトのフルパス"
+
+#: ../../godmode/servers/recon_script.php:228
+msgid "Recon scripts registered in Pandora FMS"
+msgstr "Pandora FMS に定義されている自動検出スクリプト"
+
+#: ../../godmode/servers/recon_script.php:271
+msgid "Problem updating"
+msgstr "問題の更新"
+
+#: ../../godmode/servers/recon_script.php:317
+msgid "Problem creating"
+msgstr "問題の作成"
+
+#: ../../godmode/servers/recon_script.php:331
+msgid "Problem deleting reconscript"
+msgstr "自動検出スクリプトの削除に失敗しました"
+
+#: ../../godmode/servers/recon_script.php:334
+msgid "reconscript deleted successfully"
+msgstr "自動検出スクリプトを削除しました"
+
+#: ../../godmode/servers/recon_script.php:378
+msgid "There are no recon scripts in the system"
+msgstr "自動検出スクリプトが定義されていません"
+
+#: ../../godmode/servers/servers.build_table.php:38
+#: ../../enterprise/meta/advanced/servers.build_table.php:33
+msgid "There are no servers configured into the database"
+msgstr "データベースにサーバがありません。"
+
+#: ../../godmode/servers/servers.build_table.php:69
+#: ../../enterprise/meta/advanced/servers.build_table.php:64
+msgid "Lag"
+msgstr "遅延"
+
+#: ../../godmode/servers/servers.build_table.php:69
+#: ../../enterprise/meta/advanced/servers.build_table.php:64
+msgid "Avg. Delay(sec)/Modules delayed"
+msgstr "平均遅延(秒)/遅延モジュール"
+
+#: ../../godmode/servers/servers.build_table.php:70
+#: ../../enterprise/meta/advanced/servers.build_table.php:65
+msgid "T/Q"
+msgstr "T/Q"
+
+#: ../../godmode/servers/servers.build_table.php:70
+#: ../../enterprise/meta/advanced/servers.build_table.php:65
+msgid "Threads / Queued modules currently"
+msgstr "スレッド数 / 現在キューに溜まっているモジュール数"
+
+#: ../../godmode/servers/servers.build_table.php:97
+#: ../../enterprise/meta/advanced/servers.build_table.php:92
+msgid "This is a master server"
+msgstr "マスタサーバです。"
+
+#: ../../godmode/servers/servers.build_table.php:110
+#: ../../godmode/servers/servers.build_table.php:115
+#: ../../enterprise/meta/advanced/servers.build_table.php:104
+#: ../../enterprise/meta/advanced/servers.build_table.php:109
+msgid "of"
+msgstr "/"
+
+#: ../../godmode/servers/servers.build_table.php:142
+msgid "Reset module status and fired alert counts"
+msgstr "モジュールの状態とアラート発報回数のリセット"
+
+#: ../../godmode/servers/servers.build_table.php:148
+msgid "Claim back SNMP modules"
+msgstr "SNMP モジュールに戻す"
+
+#: ../../godmode/servers/servers.build_table.php:168
+#: ../../enterprise/meta/advanced/servers.build_table.php:133
+msgid ""
+"Modules run by this server will stop working. Do you want to continue?"
+msgstr "このサーバで動作しているモジュールを停止します。実行しますか?"
+
+#: ../../godmode/servers/servers.build_table.php:189
+#: ../../enterprise/meta/advanced/servers.build_table.php:154
+msgid "Tactical server information"
+msgstr "モニタリングサーバの情報"
+
+#: ../../godmode/setup/gis.php:62
+msgid "Map connection name"
+msgstr "GIS 利用マップ名"
+
+#: ../../godmode/setup/gis.php:83
+msgid "Do you wan delete this connection?"
+msgstr "このマップ利用設定を削除しますか。"
+
+#: ../../godmode/setup/gis_step_2.php:39
+msgid "Create new map connection"
+msgstr "新たな利用マップ設定"
+
+#: ../../godmode/setup/gis_step_2.php:58
+msgid "Edit map connection"
+msgstr "利用マップ編集"
+
+#: ../../godmode/setup/gis_step_2.php:150
+msgid "Connection Name"
+msgstr "名称"
+
+#: ../../godmode/setup/gis_step_2.php:150
+msgid "Descriptive name for the connection"
+msgstr "利用マップ設定の名称"
+
+#: ../../godmode/setup/gis_step_2.php:153
+msgid "Group that owns the connection"
+msgstr "マップを利用するグループ"
+
+#: ../../godmode/setup/gis_step_2.php:156
+msgid "Number of zoom levels"
+msgstr "選択可能な拡大率の数"
+
+#: ../../godmode/setup/gis_step_2.php:160
+msgid "Default zoom level"
+msgstr "デフォルト拡大レベル"
+
+#: ../../godmode/setup/gis_step_2.php:160
+msgid "Zoom level used when the map is opened"
+msgstr "マップを開いた時の拡大レベル"
+
+#: ../../godmode/setup/gis_step_2.php:163
+msgid "Basic configuration"
+msgstr "基本設定"
+
+#: ../../godmode/setup/gis_step_2.php:168
+msgid "Open Street Maps"
+msgstr "Open Street マップ"
+
+#: ../../godmode/setup/gis_step_2.php:169
+msgid "Google Maps"
+msgstr "Google マップ"
+
+#: ../../godmode/setup/gis_step_2.php:170
+msgid "Static Image"
+msgstr "静的画像"
+
+#: ../../godmode/setup/gis_step_2.php:172
+msgid "Please select the connection type"
+msgstr "利用マップタイプを選択してください"
+
+#: ../../godmode/setup/gis_step_2.php:174
+msgid "Map connection type"
+msgstr "利用マップタイプ"
+
+#: ../../godmode/setup/gis_step_2.php:210
+msgid "Tile Server URL"
+msgstr "サーバ URL"
+
+#: ../../godmode/setup/gis_step_2.php:216
+msgid "Google Physical"
+msgstr "地形"
+
+#: ../../godmode/setup/gis_step_2.php:217
+msgid "Google Hybrid"
+msgstr "航空写真"
+
+#: ../../godmode/setup/gis_step_2.php:218
+msgid "Google Satelite"
+msgstr "地図"
+
+#: ../../godmode/setup/gis_step_2.php:222
+msgid "Google Map Type"
+msgstr "Google マップタイプ"
+
+#: ../../godmode/setup/gis_step_2.php:226
+msgid "Google Maps Key"
+msgstr "Google マップキー"
+
+#: ../../godmode/setup/gis_step_2.php:235
+msgid "Image URL"
+msgstr "画像 URL"
+
+#: ../../godmode/setup/gis_step_2.php:239
+msgid "Corners of the area of the image"
+msgstr "画像が表す領域の範囲"
+
+#: ../../godmode/setup/gis_step_2.php:242
+msgid "Left"
+msgstr "左"
+
+#: ../../godmode/setup/gis_step_2.php:244
+#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:42
+#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:42
+msgid "Bottom"
+msgstr "下"
+
+#: ../../godmode/setup/gis_step_2.php:248
+msgid "Right"
+msgstr "右"
+
+#: ../../godmode/setup/gis_step_2.php:250
+msgid "Top"
+msgstr "上"
+
+#: ../../godmode/setup/gis_step_2.php:254
+msgid "Image Size"
+msgstr "画像サイズ"
+
+#: ../../godmode/setup/gis_step_2.php:279
+msgid ""
+"Preview to select the center of the map and the default position of an agent "
+"without gis data"
+msgstr "マップの中心選択と、GISデータが無い場合のエージェントのデフォルト位置プレビュー"
+
+#: ../../godmode/setup/gis_step_2.php:280
+msgid "Load preview map"
+msgstr "マッププレビュー"
+
+#: ../../godmode/setup/gis_step_2.php:289
+msgid "Map Center"
+msgstr "マップの中心"
+
+#: ../../godmode/setup/gis_step_2.php:289
+msgid "Position to center the map when the map is opened"
+msgstr "マップを開いた時の中心位置"
+
+#: ../../godmode/setup/gis_step_2.php:290
+msgid "Default position for agents without GIS data"
+msgstr "GIS データが無い場合のエージェントのデフォルト位置"
+
+#: ../../godmode/setup/gis_step_2.php:292
+msgid "Change in the map"
+msgstr "マップ内での変更"
+
+#: ../../godmode/setup/gis_step_2.php:292
+msgid "This selects what to change by clicking on the map"
+msgstr "マップ上でクリックした位置情報をどちらに反映させるかを選択します。"
+
+#: ../../godmode/setup/gis_step_2.php:296
+#: ../../operation/agentes/gis_view.php:179
+msgid "Latitude"
+msgstr "緯度"
+
+#: ../../godmode/setup/gis_step_2.php:300
+#: ../../operation/agentes/gis_view.php:178
+msgid "Longitude"
+msgstr "経度"
+
+#: ../../godmode/setup/gis_step_2.php:304
+#: ../../operation/agentes/gis_view.php:180
+msgid "Altitude"
+msgstr "高度"
+
+#: ../../godmode/setup/gis_step_2.php:353
+#: ../../godmode/setup/gis_step_2.php:446
+msgid "Center"
+msgstr "中心"
+
+#: ../../godmode/setup/gis_step_2.php:413
+msgid "Refresh preview map"
+msgstr "マッププレビューの再実行"
+
+#: ../../godmode/setup/license.php:27
+msgid "License management"
+msgstr "ライセンス管理"
+
+#: ../../godmode/setup/license.php:37
+#: ../../enterprise/meta/advanced/license_meta.php:35
+msgid "License updated"
+msgstr "ライセンスを更新しました"
+
+#: ../../godmode/setup/license.php:64
+#: ../../enterprise/meta/advanced/license_meta.php:69
+msgid "Customer key"
+msgstr "カスタマーキー"
+
+#: ../../godmode/setup/license.php:67
+#: ../../enterprise/meta/advanced/license_meta.php:72
+msgid "Expires"
+msgstr "有効期限"
+
+#: ../../godmode/setup/license.php:70
+#: ../../enterprise/meta/advanced/license_meta.php:75
+msgid "Platform Limit"
+msgstr "ライセンス数上限"
+
+#: ../../godmode/setup/license.php:71 ../../godmode/setup/license.php:74
+#: ../../godmode/setup/license.php:77 ../../godmode/setup/license.php:80
+#: ../../enterprise/meta/advanced/license_meta.php:76
+#: ../../enterprise/meta/advanced/license_meta.php:79
+#: ../../enterprise/meta/advanced/license_meta.php:82
+#: ../../enterprise/meta/advanced/license_meta.php:85
+msgid "agents"
+msgstr "エージェント"
+
+#: ../../godmode/setup/license.php:71 ../../godmode/setup/license.php:74
+#: ../../godmode/setup/license.php:77 ../../godmode/setup/license.php:80
+#: ../../operation/tree.php:103
+#: ../../enterprise/meta/advanced/license_meta.php:76
+#: ../../enterprise/meta/advanced/license_meta.php:79
+#: ../../enterprise/meta/advanced/license_meta.php:82
+#: ../../enterprise/meta/advanced/license_meta.php:85
+msgid "modules"
+msgstr "モジュール"
+
+#: ../../godmode/setup/license.php:73
+#: ../../enterprise/meta/advanced/license_meta.php:78
+msgid "Current Platform Count"
+msgstr "現在の利用数"
+
+#: ../../godmode/setup/license.php:76
+#: ../../enterprise/meta/advanced/license_meta.php:81
+msgid "Current Platform Count (enabled: items)"
+msgstr "現在の利用数 (有効のもの)"
+
+#: ../../godmode/setup/license.php:79
+#: ../../enterprise/meta/advanced/license_meta.php:84
+msgid "Current Platform Count (disabled: items)"
+msgstr "現在の利用数 (無効のもの)"
+
+#: ../../godmode/setup/license.php:82
+#: ../../enterprise/meta/advanced/license_meta.php:87
+msgid "License Mode"
+msgstr "ライセンスモード"
+
+#: ../../godmode/setup/license.php:85
+#: ../../enterprise/meta/advanced/license_meta.php:90
+msgid "NMS"
+msgstr "NMS"
+
+#: ../../godmode/setup/license.php:86 ../../godmode/setup/license.php:89
+#: ../../enterprise/meta/advanced/license_meta.php:91
+#: ../../enterprise/meta/advanced/license_meta.php:94
+msgid "enabled"
+msgstr "有効"
+
+#: ../../godmode/setup/license.php:86 ../../godmode/setup/license.php:89
+#: ../../enterprise/meta/advanced/license_meta.php:91
+#: ../../enterprise/meta/advanced/license_meta.php:94
+msgid "disabled"
+msgstr "無効化"
+
+#: ../../godmode/setup/license.php:88
+#: ../../enterprise/meta/advanced/license_meta.php:93
+msgid "Satellite"
+msgstr "サテライト"
+
+#: ../../godmode/setup/license.php:91
+#: ../../enterprise/meta/advanced/license_meta.php:96
+msgid "Licensed to"
+msgstr "ライセンス先"
+
+#: ../../godmode/setup/license.php:98 ../../mobile/operation/events.php:528
+#: ../../operation/agentes/alerts_status.php:436
+#: ../../operation/agentes/alerts_status.php:477
+#: ../../operation/agentes/alerts_status.php:511
+#: ../../operation/agentes/alerts_status.php:545
+#: ../../operation/agentes/alerts_status.php:590
+#: ../../operation/snmpconsole/snmp_view.php:656
+#: ../../operation/snmpconsole/snmp_view.php:813
+#: ../../operation/snmpconsole/snmp_view.php:841
+#: ../../enterprise/extensions/vmware/main.php:182
+#: ../../enterprise/extensions/vmware/main.php:189
+#: ../../enterprise/godmode/alerts/alert_events_list.php:426
+#: ../../enterprise/godmode/alerts/alert_events_list.php:676
+#: ../../enterprise/load_enterprise.php:1
+#: ../../enterprise/meta/advanced/license_meta.php:103
+msgid "Validate"
+msgstr "承諾する"
+
+#: ../../godmode/setup/license.php:100 ../../godmode/setup/license.php:104
+#: ../../enterprise/meta/advanced/license_meta.php:105
+#: ../../enterprise/meta/advanced/license_meta.php:109
+msgid "Request new license"
+msgstr "新規ライセンス要求"
+
+#: ../../godmode/setup/license.php:108
+#: ../../enterprise/meta/advanced/license_meta.php:113
+msgid "To get your Pandora FMS Enterprise License:"
+msgstr "Pandora FMS Enterprise ライセンスの取得方法:"
+
+#: ../../godmode/setup/license.php:111
+#: ../../enterprise/meta/advanced/license_meta.php:116
+#, php-format
+msgid "Go to %s"
+msgstr "%s へ移動"
+
+#: ../../godmode/setup/license.php:114
+#: ../../enterprise/meta/advanced/license_meta.php:119
+msgid "Enter the auth key and the following request key:"
+msgstr "auth key と次の request key を入力してください:"
+
+#: ../../godmode/setup/license.php:120
+#: ../../enterprise/meta/advanced/license_meta.php:125
+msgid "Enter your name (or a company name) and a contact email address."
+msgstr "あなたの名前(もしくは会社名)および連絡先メールアドレスを入力してください。"
+
+#: ../../godmode/setup/license.php:123
+#: ../../enterprise/meta/advanced/license_meta.php:128
+msgid "Click on Generate."
+msgstr " 生成 をクリックします。"
+
+#: ../../godmode/setup/license.php:126
+#: ../../enterprise/meta/advanced/license_meta.php:131
+msgid ""
+"Click here, enter "
+"the generated license key and click on Validate."
+msgstr ""
+"ここをクリックし、生成されたライセンスキーを入力し有効化をクリックしま"
+"す。"
+
+#: ../../godmode/setup/links.php:27
+msgid "Link management"
+msgstr "リンク管理"
+
+#: ../../godmode/setup/links.php:39
+msgid "There was a problem creating link"
+msgstr "リンクの作成に失敗しました。"
+
+#: ../../godmode/setup/links.php:56
+msgid "There was a problem modifying link"
+msgstr "リンクの編集に失敗しました。"
+
+#: ../../godmode/setup/links.php:67
+msgid "There was a problem deleting link"
+msgstr "リンクの削除に失敗しました。"
+
+#: ../../godmode/setup/links.php:86 ../../godmode/setup/news.php:130
+msgid "Name error"
+msgstr "名前が不正です。"
+
+#: ../../godmode/setup/links.php:106 ../../godmode/setup/links.php:136
+msgid "Link name"
+msgstr "リンク名"
+
+#: ../../godmode/setup/links.php:109
+#: ../../enterprise/godmode/policies/policy_linking.php:137
+msgid "Link"
+msgstr "リンク"
+
+#: ../../godmode/setup/links.php:132
+msgid "There isn't links"
+msgstr "リンクがありません"
+
+#: ../../godmode/setup/news.php:28
+msgid "Site news management"
+msgstr "サイトニュース管理"
+
+#: ../../godmode/setup/news.php:161 ../../godmode/setup/news.php:220
+#: ../../godmode/update_manager/update_manager.messages.php:136
+#: ../../operation/messages/message_edit.php:85
+#: ../../operation/messages/message_edit.php:207
+#: ../../operation/messages/message_list.php:126
+msgid "Subject"
+msgstr "件名"
+
+#: ../../godmode/setup/news.php:167
+msgid "Modal screen"
+msgstr "別ウインドウ"
+
+#: ../../godmode/setup/news.php:170
+msgid "Expire"
+msgstr "有効期限"
+
+#: ../../godmode/setup/news.php:173 ../../godmode/setup/news.php:224
+msgid "Expiration"
+msgstr "有効期限"
+
+#: ../../godmode/setup/news.php:215
+msgid "There are no defined news"
+msgstr "定義済のニュースがありません"
+
+#: ../../godmode/setup/news.php:222
+#: ../../operation/agentes/estado_generalagente.php:392
+#: ../../operation/incidents/incident_detail.php:419
+msgid "Author"
+msgstr "作者"
+
+#: ../../godmode/setup/news.php:242
+msgid "Modal"
+msgstr "別ウインドウ"
+
+#: ../../godmode/setup/news.php:245
+msgid "Board"
+msgstr "ボード"
+
+#: ../../godmode/setup/news.php:256
+msgid "Expired"
+msgstr "期限切れ"
+
+#: ../../godmode/setup/os.list.php:75
+msgid "There are no defined operating systems"
+msgstr "定義済のオペレーティングシステムがありません"
+
+#: ../../godmode/setup/os.list.php:81
+msgid "Create OS"
+msgstr "OS を作成"
+
+#: ../../godmode/setup/os.php:73
+msgid "Fail creating OS"
+msgstr "OS の作成に失敗しました"
+
+#: ../../godmode/setup/os.php:80
+msgid "Success creating OS"
+msgstr "OS を作成しました"
+
+#: ../../godmode/setup/os.php:100
+msgid "Success updatng OS"
+msgstr "OS を更新しました"
+
+#: ../../godmode/setup/os.php:100
+msgid "Error updating OS"
+msgstr "OS の更新に失敗しました"
+
+#: ../../godmode/setup/os.php:119
+msgid "There are agents with this OS."
+msgstr "この OS のエージェントがあります。"
+
+#: ../../godmode/setup/os.php:124
+msgid "Success deleting"
+msgstr "削除しました"
+
+#: ../../godmode/setup/os.php:124
+msgid "Error deleting"
+msgstr "削除に失敗しました"
+
+#: ../../godmode/setup/os.php:133
+msgid "List OS"
+msgstr "OS 一覧"
+
+#: ../../godmode/setup/os.php:137
+msgid "Builder OS"
+msgstr "OS 設定"
+
+#: ../../godmode/setup/performance.php:49
+#: ../../include/functions_config.php:371
+#: ../../enterprise/meta/advanced/metasetup.performance.php:78
+#: ../../enterprise/meta/include/functions_meta.php:1221
+msgid "Max. days before delete events"
+msgstr "イベントデータ保持日数"
+
+#: ../../godmode/setup/performance.php:49
+msgid ""
+"If the compaction or purge of the data is more frequent than the events "
+"deletion, anomalies in module graphs could appear"
+msgstr "イベントの削除よりもデータの削除が短い場合、モジュールグラフの表示がおかしくなる可能性があります"
+
+#: ../../godmode/setup/performance.php:52
+#: ../../include/functions_config.php:373
+msgid "Max. days before delete traps"
+msgstr "トラップデータ保持日数"
+
+#: ../../godmode/setup/performance.php:55
+#: ../../include/functions_config.php:377
+#: ../../enterprise/meta/advanced/metasetup.performance.php:87
+#: ../../enterprise/meta/include/functions_meta.php:1241
+msgid "Max. days before delete audit events"
+msgstr "監査イベントデータ保持日数"
+
+#: ../../godmode/setup/performance.php:58
+#: ../../include/functions_config.php:375
+msgid "Max. days before delete string data"
+msgstr "文字列データ保持日数"
+
+#: ../../godmode/setup/performance.php:61
+#: ../../include/functions_config.php:379
+msgid "Max. days before delete GIS data"
+msgstr "GIS データ保持日数"
+
+#: ../../godmode/setup/performance.php:64
+#: ../../include/functions_config.php:381
+msgid "Max. days before purge"
+msgstr "データ保持日数"
+
+#: ../../godmode/setup/performance.php:64
+msgid ""
+"Configure a purge period more frequent than a compact data period has no "
+"sense"
+msgstr "データの圧縮よりも削除を短くすることには意味がありません"
+
+#: ../../godmode/setup/performance.php:67
+#: ../../include/functions_config.php:385
+msgid "Max. days before compact data"
+msgstr "データ保持日数(丸め込みなし)"
+
+#: ../../godmode/setup/performance.php:70
+#: ../../include/functions_config.php:383
+msgid "Max. days before delete unknown modules"
+msgstr "不明モジュール保持日数"
+
+#: ../../godmode/setup/performance.php:73
+msgid "Max. days before delete autodisabled agents"
+msgstr "自動無効化エージェントを削除せず保持する日数"
+
+#: ../../godmode/setup/performance.php:76
+#: ../../include/functions_config.php:409
+msgid "Retention period of past special days"
+msgstr "過去の特別日の保存期間"
+
+#: ../../godmode/setup/performance.php:76
+msgid "This number is days to keep past special days. 0 means never remove."
+msgstr "過ぎた特別日を保持する日数です。0 を設定すると永久保存になります。"
+
+#: ../../godmode/setup/performance.php:79
+#: ../../include/functions_config.php:411
+msgid "Max. macro data fields"
+msgstr "最大マクロデータフィールド"
+
+#: ../../godmode/setup/performance.php:79
+msgid "Number of macro fields in alerts and templates between 1 and 15"
+msgstr "アラートとテンプレートのマクロフィールド数は、1 から 15 までです"
+
+#: ../../godmode/setup/performance.php:83
+#: ../../include/functions_config.php:414
+msgid "Max. days before delete inventory data"
+msgstr "インベントリデータの保持日数"
+
+#: ../../godmode/setup/performance.php:96
+msgid "Item limit for realtime reports"
+msgstr "リアルタイムレポートのアイテム制限"
+
+#: ../../godmode/setup/performance.php:96
+msgid ""
+"Set a value too high cause a slowdown on console and a performance penalty "
+"in the system."
+msgstr "大きすぎる値にすると、コンソールが遅くなったりシステムのパフォーマンス低下が発生します。"
+
+#: ../../godmode/setup/performance.php:100
+#: ../../include/functions_config.php:391
+msgid "Compact interpolation in hours (1 Fine-20 bad)"
+msgstr "データ縮小時の丸め込み単位時間 (1〜20)"
+
+#: ../../godmode/setup/performance.php:100
+msgid "Data will be compacted in intervals of the specified length."
+msgstr "指定した間隔でデータは丸め込まれます。"
+
+#: ../../godmode/setup/performance.php:105 ../../include/ajax/module.php:134
+#: ../../include/functions.php:2022 ../../include/functions.php:2592
+#: ../../include/functions_netflow.php:1052
+#: ../../include/functions_netflow.php:1085
+#: ../../operation/gis_maps/render_view.php:142
+#: ../../enterprise/dashboard/widgets/graph_module_histogram.php:65
+#: ../../enterprise/dashboard/widgets/sla_percent.php:62
+#: ../../enterprise/dashboard/widgets/top_n.php:61
+#: ../../enterprise/godmode/agentes/inventory_manager.php:176
+#: ../../enterprise/godmode/policies/policy_inventory_modules.php:190
+#: ../../enterprise/godmode/reporting/graph_template_editor.php:181
+msgid "1 hour"
+msgstr "1時間"
+
+#: ../../godmode/setup/performance.php:106 ../../include/ajax/module.php:136
+#: ../../include/functions_netflow.php:1055
+#: ../../include/functions_netflow.php:1088
+#: ../../enterprise/dashboard/widgets/top_n.php:64
+#: ../../enterprise/godmode/agentes/inventory_manager.php:179
+#: ../../enterprise/godmode/policies/policy_inventory_modules.php:193
+#: ../../enterprise/godmode/reporting/graph_template_editor.php:185
+msgid "12 hours"
+msgstr "12時間"
+
+#: ../../godmode/setup/performance.php:107
+msgid "Last day"
+msgstr "昨日"
+
+#: ../../godmode/setup/performance.php:108
+#: ../../include/functions_netflow.php:1057
+#: ../../include/functions_netflow.php:1090
+#: ../../enterprise/godmode/agentes/inventory_manager.php:181
+#: ../../enterprise/godmode/policies/policy_inventory_modules.php:195
+#: ../../enterprise/godmode/reporting/graph_template_editor.php:187
+msgid "2 days"
+msgstr "2日"
+
+#: ../../godmode/setup/performance.php:109
+msgid "10 days"
+msgstr "10日"
+
+#: ../../godmode/setup/performance.php:110
+#: ../../include/functions_netflow.php:1060
+#: ../../enterprise/godmode/reporting/graph_template_editor.php:189
+msgid "Last week"
+msgstr "先週"
+
+#: ../../godmode/setup/performance.php:111
+msgid "2 weeks"
+msgstr "2週間"
+
+#: ../../godmode/setup/performance.php:112
+#: ../../include/functions_netflow.php:1061
+#: ../../enterprise/godmode/reporting/graph_template_editor.php:191
+msgid "Last month"
+msgstr "先月"
+
+#: ../../godmode/setup/performance.php:114
+#: ../../include/functions_config.php:393
+#: ../../enterprise/meta/advanced/metasetup.performance.php:92
+#: ../../enterprise/meta/include/functions_meta.php:1251
+msgid "Default hours for event view"
+msgstr "イベント表示期間(時間)"
+
+#: ../../godmode/setup/performance.php:117
+#: ../../include/functions_config.php:395
+msgid "Use realtime statistics"
+msgstr "リアルタイム更新の利用"
+
+#: ../../godmode/setup/performance.php:121
+#: ../../include/functions_config.php:397
+msgid "Batch statistics period (secs)"
+msgstr "バッチ更新間隔(秒)"
+
+#: ../../godmode/setup/performance.php:121
+msgid ""
+"If realtime statistics are disabled, statistics interval resfresh will be "
+"set here."
+msgstr "リアルタイム統計が無効の場合、ここで統計処理間隔を設定します。"
+
+#: ../../godmode/setup/performance.php:124
+#: ../../include/functions_config.php:399
+#: ../../enterprise/meta/include/functions_meta.php:1261
+msgid "Use agent access graph"
+msgstr "エージェントアクセスグラフの利用"
+
+#: ../../godmode/setup/performance.php:128
+#: ../../include/functions_config.php:401
+msgid "Max. recommended number of files in attachment directory"
+msgstr "添付ディレクトリファイルの推奨上限数"
+
+#: ../../godmode/setup/performance.php:128
+msgid ""
+"This number is the maximum number of files in attachment directory. If this "
+"number is reached then a warning message will appear in the header "
+"notification space."
+msgstr "添付ディレクトリにおくファイルの上限数です。ファイル数がこの値に達した場合、コンソールのヘッダ部分に警告メッセージが現れます。"
+
+#: ../../godmode/setup/performance.php:131
+#: ../../include/functions_config.php:403
+msgid "Delete not init modules"
+msgstr "未初期化モジュールの削除"
+
+#: ../../godmode/setup/performance.php:135
+msgid "Big Operation Step to purge old data"
+msgstr "古いデータ削除のための大きい処理の分割数"
+
+#: ../../godmode/setup/performance.php:135
+msgid ""
+"The number of blocks that a time interval is split into. A bigger value "
+"means bigger blocks, which is faster but heavier on the database. Default is "
+"100."
+msgstr ""
+"処理の単位を分割するブロック数です。大きい値は多くのブロックを意味します。大きくすると処理は早くなりますがデータベースに負荷がかかります。デフォルトは "
+"100です。"
+
+#: ../../godmode/setup/performance.php:138
+#: ../../include/functions_config.php:407
+msgid "Small Operation Step to purge old data"
+msgstr "古いデータ削除のための小さな操作ステップ"
+
+#: ../../godmode/setup/performance.php:138
+msgid ""
+"The number of rows that are processed in a single query in deletion. Default "
+"is 1000. Increase to 3000-5000 in fast systems. Decrease to 500 or 250 on "
+"systems with locks."
+msgstr ""
+"単一の削除クエリで処理される行数です。デフォルトは 1000です。処理が速いシステムで、3000-"
+"5000に増加してください。500や250に減らすと、システムがロックします。"
+
+#: ../../godmode/setup/performance.php:143
+msgid "Database maintenance options"
+msgstr "データベースメンテナンスオプション"
+
+#: ../../godmode/setup/performance.php:149
+#: ../../include/functions_graph.php:3234
+msgid "Others"
+msgstr "その他"
+
+#: ../../godmode/setup/setup.php:145
+msgid "Correct update the setup options"
+msgstr "設定オプションを更新しました"
+
+#: ../../godmode/setup/setup_auth.php:49
+#: ../../include/functions_config.php:323
+#: ../../enterprise/meta/include/functions_meta.php:612
+msgid "Fallback to local authentication"
+msgstr "ローカル認証へのフォールバック"
+
+#: ../../godmode/setup/setup_auth.php:50
+msgid ""
+"Enable this option if you want to fallback to local authentication when "
+"remote (ldap etc...) authentication failed."
+msgstr "リモート(ldapなど)認証が失敗した場合にローカル認証にフォールバックしたい場合は、このオプションを有効にします。"
+
+#: ../../godmode/setup/setup_auth.php:57
+#: ../../include/functions_config.php:287
+#: ../../enterprise/meta/include/functions_meta.php:622
+msgid "Autocreate remote users"
+msgstr "リモートユーザの自動作成"
+
+#: ../../godmode/setup/setup_auth.php:74
+#: ../../include/functions_config.php:311
+#: ../../enterprise/meta/include/functions_meta.php:766
+msgid "LDAP server"
+msgstr "LDAP サーバ"
+
+#: ../../godmode/setup/setup_auth.php:80
+#: ../../include/functions_config.php:313
+#: ../../enterprise/meta/include/functions_meta.php:776
+msgid "LDAP port"
+msgstr "LDAP ポート"
+
+#: ../../godmode/setup/setup_auth.php:87
+#: ../../include/functions_config.php:315
+#: ../../enterprise/meta/include/functions_meta.php:786
+msgid "LDAP version"
+msgstr "LDAP バージョン"
+
+#: ../../godmode/setup/setup_auth.php:93
+#: ../../include/functions_config.php:302
+#: ../../include/functions_config.php:317
+#: ../../enterprise/godmode/setup/setup_auth.php:511
+#: ../../enterprise/meta/include/functions_meta.php:714
+#: ../../enterprise/meta/include/functions_meta.php:796
+msgid "Start TLS"
+msgstr "TLS の開始"
+
+#: ../../godmode/setup/setup_auth.php:100
+#: ../../include/functions_config.php:319
+#: ../../enterprise/meta/include/functions_meta.php:806
+msgid "Base DN"
+msgstr "ベース DN"
+
+#: ../../godmode/setup/setup_auth.php:106
+#: ../../include/functions_config.php:321
+#: ../../enterprise/meta/include/functions_meta.php:816
+msgid "Login attribute"
+msgstr "ログイン属性"
+
+#: ../../godmode/setup/setup_auth.php:128
+#: ../../include/functions_config.php:359
+#: ../../operation/users/user_edit.php:334
+#: ../../enterprise/meta/include/functions_meta.php:672
+msgid "Double authentication"
+msgstr "二段階認証"
+
+#: ../../godmode/setup/setup_auth.php:129
+msgid ""
+"If this option is enabled, the users can use double authentication with "
+"their accounts"
+msgstr "このオプションを有効にすると、ユーザはアカウントの二段階認証を使うことができます。"
+
+#: ../../godmode/setup/setup_auth.php:141
+msgid "Session timeout (mins)"
+msgstr "セッションタイムアウト(分)"
+
+#: ../../godmode/setup/setup_auth.php:142
+#: ../../godmode/users/configure_user.php:548
+msgid ""
+"This is defined in minutes, If you wish a permanent session should putting -"
+"1 in this field."
+msgstr "分単位で定義します。無制限の場合は -1 を設定してください。"
+
+#: ../../godmode/setup/setup_auth.php:177
+msgid "Local Pandora FMS"
+msgstr "Pandora FMS ローカル"
+
+#: ../../godmode/setup/setup_auth.php:177
+msgid "ldap"
+msgstr "LDAP"
+
+#: ../../godmode/setup/setup_auth.php:183
+#: ../../include/functions_config.php:285
+#: ../../enterprise/meta/include/functions_meta.php:602
+msgid "Authentication method"
+msgstr "認証方法"
+
+#: ../../godmode/setup/setup_ehorus.php:54
+#: ../../include/functions_config.php:697
+msgid "Enable eHorus"
+msgstr "eHorus の有効化"
+
+#: ../../godmode/setup/setup_ehorus.php:85
+msgid "API Hostname"
+msgstr "API ホスト名"
+
+#: ../../godmode/setup/setup_ehorus.php:87
+msgid "Hostname of the eHorus API"
+msgstr "eHorus API のホスト名"
+
+#: ../../godmode/setup/setup_ehorus.php:87
+msgid "Without protocol and port"
+msgstr "プロトコルとポート番号は含みません"
+
+#: ../../godmode/setup/setup_ehorus.php:87
+msgid "e.g., switch.ehorus.com"
+msgstr "例: switch.ehorus.com"
+
+#: ../../godmode/setup/setup_ehorus.php:92
+msgid "API Port"
+msgstr "API ポート"
+
+#: ../../godmode/setup/setup_ehorus.php:94
+msgid "e.g., 18080"
+msgstr "例: 18080"
+
+#: ../../godmode/setup/setup_ehorus.php:99
+msgid "Request timeout"
+msgstr "要求タイムアウト"
+
+#: ../../godmode/setup/setup_ehorus.php:101
+msgid ""
+"Time in seconds to set the maximum time of the requests to the eHorus API"
+msgstr "eHorus API へリクエストを出す最大タイムアウト時間を秒で設定します。"
+
+#: ../../godmode/setup/setup_ehorus.php:101
+msgid "0 to disable"
+msgstr "無効化する場合は 0 です"
+
+#: ../../godmode/setup/setup_ehorus.php:106
+msgid "Test"
+msgstr "テスト"
+
+#: ../../godmode/setup/setup_ehorus.php:107
+#: ../../enterprise/dashboard/full_dashboard.php:286
+#: ../../enterprise/dashboard/main_dashboard.php:459
+#: ../../enterprise/dashboard/public_dashboard.php:312
+#: ../../enterprise/operation/agentes/transactional_map.php:302
+msgid "Start"
+msgstr "開始"
+
+#: ../../godmode/setup/setup_ehorus.php:122
+msgid "Remote Management System"
+msgstr "リモート管理システム"
+
+#: ../../godmode/setup/setup_ehorus.php:130
+msgid "Custom field eHorusID created"
+msgstr "カスタムフィールド eHorusID を作成しました"
+
+#: ../../godmode/setup/setup_ehorus.php:130
+msgid "Error creating custom field"
+msgstr "カスタムフィールド作成エラー"
+
+#: ../../godmode/setup/setup_ehorus.php:133
+msgid "eHorus has his own agent identifiers"
+msgstr "eHorus には独自のエージェント識別があります"
+
+#: ../../godmode/setup/setup_ehorus.php:134
+msgid "To store them, it will be necessary to use an agent custom field"
+msgstr "それを保存するために、エージェントのカスタムフィールドを使う必要があります"
+
+#: ../../godmode/setup/setup_ehorus.php:135
+msgid ""
+"Possibly the eHorus id will have to be filled in by hand for every agent"
+msgstr "eHorus ID は、エージェントごとに設定する必要があります"
+
+#: ../../godmode/setup/setup_ehorus.php:140
+msgid "The custom field does not exists already"
+msgstr "カスタムフィールドが存在しません"
+
+#: ../../godmode/setup/setup_ehorus.php:154
+msgid "eHorus API"
+msgstr "eHorus API"
+
+#: ../../godmode/setup/setup_ehorus.php:186
+msgid "Connection timeout"
+msgstr "接続タイムアウト"
+
+#: ../../godmode/setup/setup_ehorus.php:187
+msgid "Empty user or password"
+msgstr "ユーザまたはパスワードが空です"
+
+#: ../../godmode/setup/setup_ehorus.php:188
+msgid "User not found"
+msgstr "ユーザが見つかりません"
+
+#: ../../godmode/setup/setup_ehorus.php:189
+msgid "Invalid password"
+msgstr "パスワードが正しくありません"
+
+#: ../../godmode/setup/setup_general.php:57
+#: ../../include/functions_config.php:131
+msgid "Remote config directory"
+msgstr "リモート設定ディレクトリ"
+
+#: ../../godmode/setup/setup_general.php:58
+msgid "Directory where agent remote configuration is stored."
+msgstr "エージェントのリモート設定保存ディレクトリ"
+
+#: ../../godmode/setup/setup_general.php:62
+#: ../../include/functions_config.php:133
+#: ../../enterprise/meta/advanced/metasetup.setup.php:125
+#: ../../enterprise/meta/include/functions_meta.php:368
+msgid "Auto login (hash) password"
+msgstr "自動ログインパスワード(ハッシュ)"
+
+#: ../../godmode/setup/setup_general.php:65
+#: ../../include/functions_config.php:136
+#: ../../enterprise/meta/advanced/metasetup.setup.php:129
+#: ../../enterprise/meta/include/functions_meta.php:378
+msgid "Time source"
+msgstr "日時データソース"
+
+#: ../../godmode/setup/setup_general.php:66 ../../include/functions.php:1042
+#: ../../include/functions_events.php:988
+#: ../../include/functions_events.php:1419
+#: ../../include/functions_graph.php:2256
+#: ../../include/functions_graph.php:2922
+#: ../../include/functions_graph.php:3350
+#: ../../include/functions_graph.php:3353
+#: ../../include/functions_reporting.php:6365
+#: ../../include/functions_reporting_html.php:878
+#: ../../include/functions_reporting_html.php:1695
+#: ../../mobile/operation/events.php:111 ../../operation/events/events.php:77
+#: ../../operation/events/events_rss.php:178
+#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:130
+#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:135
+#: ../../enterprise/meta/advanced/metasetup.setup.php:130
+msgid "System"
+msgstr "システム"
+
+#: ../../godmode/setup/setup_general.php:67
+#: ../../enterprise/meta/advanced/metasetup.setup.php:131
+msgid "Database"
+msgstr "データベース"
+
+#: ../../godmode/setup/setup_general.php:70
+#: ../../include/functions_config.php:138
+msgid "Automatic check for updates"
+msgstr "更新の自動チェック"
+
+#: ../../godmode/setup/setup_general.php:74
+#: ../../include/functions_config.php:142
+#: ../../enterprise/meta/advanced/metasetup.setup.php:136
+#: ../../enterprise/meta/include/functions_meta.php:388
+msgid "Enforce https"
+msgstr "httpsの利用"
+
+#: ../../godmode/setup/setup_general.php:75
+#: ../../enterprise/meta/advanced/metasetup.setup.php:137
+msgid ""
+"If SSL is not properly configured you will lose access to Pandora FMS "
+"Console. Do you want to continue?"
+msgstr "SSL の設定ができていないと、Pandora FMS コンソールへアクセスできなくなります。設定を行いますか?"
+
+#: ../../godmode/setup/setup_general.php:78
+msgid "Use cert of SSL"
+msgstr "SSL証明書の利用"
+
+#: ../../godmode/setup/setup_general.php:83
+msgid "Path of SSL Cert."
+msgstr "SSL証明書のパス"
+
+#: ../../godmode/setup/setup_general.php:83
+msgid ""
+"Path where you put your cert and name of this cert. Remember your cert only "
+"in .pem extension."
+msgstr "証明書を置いたパスとその名前です。証明書の拡張子は .pem のみであることに注意してください。"
+
+#: ../../godmode/setup/setup_general.php:86
+#: ../../include/functions_config.php:146
+#: ../../enterprise/meta/advanced/metasetup.setup.php:142
+#: ../../enterprise/meta/include/functions_meta.php:398
+msgid "Attachment store"
+msgstr "添付ファイル保存場所"
+
+#: ../../godmode/setup/setup_general.php:86
+#: ../../enterprise/meta/advanced/metasetup.setup.php:142
+msgid "Directory where temporary data is stored."
+msgstr "テンポラリデータの保存ディレクトリ"
+
+#: ../../godmode/setup/setup_general.php:89
+#: ../../include/functions_config.php:148
+#: ../../enterprise/meta/advanced/metasetup.setup.php:241
+#: ../../enterprise/meta/include/functions_meta.php:459
+msgid "IP list with API access"
+msgstr "APIアクセスを許可するIPアドレスリスト"
+
+#: ../../godmode/setup/setup_general.php:98
+#: ../../include/functions_config.php:150
+#: ../../enterprise/godmode/setup/setup_metaconsole.php:183
+#: ../../enterprise/meta/advanced/metasetup.consoles.php:267
+#: ../../enterprise/meta/advanced/metasetup.setup.php:237
+#: ../../enterprise/meta/include/functions_meta.php:438
+#: ../../enterprise/meta/include/functions_meta.php:448
+msgid "API password"
+msgstr "API パスワード"
+
+#: ../../godmode/setup/setup_general.php:99
+#: ../../enterprise/meta/advanced/metasetup.setup.php:238
+msgid "Please be careful if you put a password put https access."
+msgstr "パスワードの設定には注意してください。httpsアクセスを使ってください。"
+
+#: ../../godmode/setup/setup_general.php:102
+#: ../../include/functions_config.php:152
+msgid "Enable GIS features in Pandora Console"
+msgstr "コンソールで GIS 機能を利用する"
+
+#: ../../godmode/setup/setup_general.php:106
+#: ../../include/functions_config.php:162
+msgid "Enable Netflow"
+msgstr "Netflow を利用する"
+
+#: ../../godmode/setup/setup_general.php:140
+#: ../../enterprise/meta/advanced/metasetup.setup.php:179
+msgid "Change timezone"
+msgstr "タイムゾーン変更"
+
+#: ../../godmode/setup/setup_general.php:146
+#: ../../include/functions_config.php:169
+msgid "Sound for Alert fired"
+msgstr "アラート発生時のサウンド"
+
+#: ../../godmode/setup/setup_general.php:148
+#: ../../godmode/setup/setup_general.php:153
+#: ../../godmode/setup/setup_general.php:158
+msgid "Play sound"
+msgstr "サウンドの再生"
+
+#: ../../godmode/setup/setup_general.php:151
+#: ../../include/functions_config.php:171
+msgid "Sound for Monitor critical"
+msgstr "障害状態時のサウンド"
+
+#: ../../godmode/setup/setup_general.php:156
+#: ../../include/functions_config.php:173
+msgid "Sound for Monitor warning"
+msgstr "警告状態時のサウンド"
+
+#: ../../godmode/setup/setup_general.php:161
+#: ../../include/functions_config.php:188
+#: ../../enterprise/meta/advanced/metasetup.setup.php:183
+#: ../../enterprise/meta/include/functions_meta.php:418
+msgid "Public URL"
+msgstr "公開 URL"
+
+#: ../../godmode/setup/setup_general.php:162
+#: ../../enterprise/meta/advanced/metasetup.setup.php:184
+msgid ""
+"Set this value when your PandoraFMS across inverse proxy or for example with "
+"mod_proxy of Apache."
+msgstr ""
+"Pandora FMS がリバースプロキシ配下にある場合や Apache の mod_proxy などを利用している場合などに、この値を設定してください。"
+
+#: ../../godmode/setup/setup_general.php:165
+#: ../../include/functions_config.php:190
+msgid "Referer security"
+msgstr "リファラーセキュリティ"
+
+#: ../../godmode/setup/setup_general.php:166
+msgid ""
+"When it is set as \"yes\" in some important sections check if the user have "
+"gone from url Pandora."
+msgstr "\"はい\" に設定すると、いくつかの重要なセクションで Pandora の URL から遷移してきたかどうかをチェックします。"
+
+#: ../../godmode/setup/setup_general.php:173
+#: ../../include/functions_config.php:192
+msgid "Event storm protection"
+msgstr "イベントストーム保護"
+
+#: ../../godmode/setup/setup_general.php:174
+msgid ""
+"If set to yes no events or alerts will be generated, but agents will "
+"continue receiving data."
+msgstr "「はい」に設定すると、イベントやアラートは生成されませんがエージェントはデータの受信を継続します。"
+
+#: ../../godmode/setup/setup_general.php:182
+#: ../../include/functions_config.php:194
+msgid "Command Snapshot"
+msgstr "コマンドスナップショット"
+
+#: ../../godmode/setup/setup_general.php:183
+msgid "The string modules with several lines show as command output"
+msgstr "複数行の文字列モジュールはコマンドの出力として表示されます。"
+
+#: ../../godmode/setup/setup_general.php:187
+#: ../../include/functions_config.php:196
+msgid "Server logs directory"
+msgstr "サーバログディレクトリ"
+
+#: ../../godmode/setup/setup_general.php:187
+msgid "Directory where the server logs are stored."
+msgstr "サーバのログを保存するディレクトリ。"
+
+#: ../../godmode/setup/setup_general.php:192
+msgid "Full mode"
+msgstr "フルモード"
+
+#: ../../godmode/setup/setup_general.php:193
+msgid "On demand"
+msgstr "オンデマンド"
+
+#: ../../godmode/setup/setup_general.php:194
+msgid "Expert"
+msgstr "上級者"
+
+#: ../../godmode/setup/setup_general.php:196
+#: ../../include/functions_config.php:198
+msgid "Tutorial mode"
+msgstr "チュートリアルモード"
+
+#: ../../godmode/setup/setup_general.php:197
+msgid ""
+"Configuration of our clippy, 'full mode' show the icon in the header and the "
+"contextual helps and it is noise, 'on demand' it is equal to full but it is "
+"not noise and 'expert' the icons in the header and the context is not."
+msgstr ""
+"アシスタントの設定です。'フルモード' はヘッダーにアイコンとヘルプが表示されうるさい感じになます。'オンデマンド' "
+"はフルモードと同じですがうるさくはありません。'上級者' はヘッダーにアイコンとヘルプが表示されません。"
+
+#: ../../godmode/setup/setup_general.php:203
+#: ../../include/functions_config.php:200
+msgid "Allow create planned downtimes in the past"
+msgstr "終了した計画停止の作成を許可する"
+
+#: ../../godmode/setup/setup_general.php:204
+msgid "The planned downtimes created in the past will affect the SLA reports"
+msgstr "終了した計画停止の作成は SLA レポートに影響します"
+
+#: ../../godmode/setup/setup_general.php:208
+#: ../../include/functions_config.php:202
+msgid "Limit parameters massive"
+msgstr "一括操作制限"
+
+#: ../../godmode/setup/setup_general.php:209
+#, php-format
+msgid ""
+"Your PHP environment is setted with %d max_input_vars. Maybe you must not "
+"set this value with upper values."
+msgstr "PHP の max_input_vars が %d に設定されています。この値は大きく設定してはいけません。"
+
+#: ../../godmode/setup/setup_general.php:213
+msgid "Include agents manually disabled"
+msgstr "手動で無効化したエージェントを含める"
+
+#: ../../godmode/setup/setup_general.php:217
+msgid "audit log directory"
+msgstr "監査ログディレクトリ"
+
+#: ../../godmode/setup/setup_general.php:218
+msgid "Directory where audit log is stored."
+msgstr "監査ログを保存するディレクトリ"
+
+#: ../../godmode/setup/setup_general.php:224
+msgid "General options"
+msgstr "全般オプション"
+
+#: ../../godmode/setup/setup_general.php:283
+msgid ""
+"If Enterprise ACL System is enabled without rules you will lose access to "
+"Pandora FMS Console (even admin). Do you want to continue?"
+msgstr ""
+"ルール設定が無い状態でエンタープライズACLシステムが有効になっている場合は、(adminでさえも)Pandora FMS "
+"コンソールへアクセスできなくなります。続けますか。"
+
+#: ../../godmode/setup/setup_netflow.php:41
+#: ../../include/functions_config.php:647
+msgid "Data storage path"
+msgstr "データストアのパス"
+
+#: ../../godmode/setup/setup_netflow.php:42
+msgid "Directory where netflow data will be stored."
+msgstr "Netflow データを保存するディレクトリ。"
+
+#: ../../godmode/setup/setup_netflow.php:45
+#: ../../include/functions_config.php:649
+msgid "Daemon interval"
+msgstr "デーモン間隔"
+
+#: ../../godmode/setup/setup_netflow.php:46
+msgid "Specifies the time interval in seconds to rotate netflow data files."
+msgstr "Netflow データファイルをローテートする時間間隔を秒で指定します。"
+
+#: ../../godmode/setup/setup_netflow.php:49
+#: ../../include/functions_config.php:651
+msgid "Daemon binary path"
+msgstr "デーモンのバイナリパス"
+
+#: ../../godmode/setup/setup_netflow.php:52
+#: ../../include/functions_config.php:653
+msgid "Nfdump binary path"
+msgstr "nfdump バイナリのパス"
+
+#: ../../godmode/setup/setup_netflow.php:55
+#: ../../include/functions_config.php:655
+msgid "Nfexpire binary path"
+msgstr "nfexpire バイナリのパス"
+
+#: ../../godmode/setup/setup_netflow.php:58
+#: ../../include/functions_config.php:657
+msgid "Maximum chart resolution"
+msgstr "最大グラフ解像度"
+
+#: ../../godmode/setup/setup_netflow.php:58
+msgid ""
+"Maximum number of points that a netflow area chart will display. The higher "
+"the resolution the performance. Values between 50 and 100 are recommended."
+msgstr "Netflow グラフが表示される最大ポイント数です。大きくすると解像度がよくなります。50 から 100 の間の値を推奨します。"
+
+#: ../../godmode/setup/setup_netflow.php:61
+#: ../../include/functions_config.php:659
+#: ../../enterprise/meta/advanced/metasetup.setup.php:187
+msgid "Disable custom live view filters"
+msgstr "カスタムライブビューフィルタの無効化"
+
+#: ../../godmode/setup/setup_netflow.php:62
+#: ../../enterprise/meta/advanced/metasetup.setup.php:187
+msgid ""
+"Disable the definition of custom filters in the live view. Only existing "
+"filters can be used."
+msgstr "ライブビューでカスタムフィルタの定義を無効化します。フィルタが存在する場合のみ利用可能です。"
+
+#: ../../godmode/setup/setup_netflow.php:65
+#: ../../include/functions_config.php:661
+#: ../../include/functions_config.php:667
+msgid "Netflow max lifetime"
+msgstr "Netflow 最大保持期間"
+
+#: ../../godmode/setup/setup_netflow.php:65
+msgid "Sets the maximum lifetime for netflow data in days."
+msgstr "Netflow データを保持する最大期間を日数で設定します。"
+
+#: ../../godmode/setup/setup_netflow.php:68
+#: ../../include/functions_config.php:663
+msgid "Name resolution for IP address"
+msgstr "IP アドレスの名前解決"
+
+#: ../../godmode/setup/setup_netflow.php:69
+#: ../../operation/netflow/nf_live_view.php:284
+msgid "Resolve the IP addresses to get their hostnames."
+msgstr "ホスト名を得るために IP アドレスから名前解決をします。"
+
+#: ../../godmode/setup/setup_netflow.php:70
+#: ../../operation/netflow/nf_live_view.php:274
+msgid "IP address resolution can take a lot of time"
+msgstr "IP アドレスの解決には多くの時間がかかります"
+
+#: ../../godmode/setup/setup_visuals.php:75
+#: ../../include/functions_config.php:482
+msgid "Default interval for refresh on Visual Console"
+msgstr "ビジュアルコンソールのデフォルト更新間隔"
+
+#: ../../godmode/setup/setup_visuals.php:76
+msgid "This interval will affect to Visual Console pages"
+msgstr "この間隔はビジュアルコンソールページで有効です"
+
+#: ../../godmode/setup/setup_visuals.php:80
+msgid "Paginated module view"
+msgstr "ページ区切りモジュール表示"
+
+#: ../../godmode/setup/setup_visuals.php:85
+#: ../../include/functions_config.php:530
+#: ../../enterprise/meta/advanced/metasetup.visual.php:179
+#: ../../enterprise/meta/include/functions_meta.php:1197
+msgid "Display data of proc modules in other format"
+msgstr "別フォーマットでのprocモジュールのデータ表示"
+
+#: ../../godmode/setup/setup_visuals.php:95
+#: ../../include/functions_config.php:532
+#: ../../enterprise/meta/advanced/metasetup.visual.php:188
+#: ../../enterprise/meta/include/functions_meta.php:1202
+msgid "Display text proc modules have state is ok"
+msgstr "正常状態時のprocモジュール表示テキスト"
+
+#: ../../godmode/setup/setup_visuals.php:99
+#: ../../include/functions_config.php:534
+#: ../../enterprise/meta/advanced/metasetup.visual.php:191
+#: ../../enterprise/meta/include/functions_meta.php:1207
+msgid "Display text when proc modules have state critical"
+msgstr "障害状態時のprocモジュール表示テキスト"
+
+#: ../../godmode/setup/setup_visuals.php:104
+msgid "Click to display lateral menus"
+msgstr "クリックして横のメニューを表示"
+
+#: ../../godmode/setup/setup_visuals.php:105
+msgid ""
+"When enabled, the lateral menus are shown when left clicking them, instead "
+"of hovering over them"
+msgstr "有効化すると、マウスオーバーではなく左クリックしたときに横のメニューが表示されます。"
+
+#: ../../godmode/setup/setup_visuals.php:117
+#: ../../include/functions_config.php:541
+msgid "Service label font size"
+msgstr "サービスラベルフォントサイズ"
+
+#: ../../godmode/setup/setup_visuals.php:121
+msgid "Space between items in Service maps"
+msgstr "サービスマップにおける要素間のスペース"
+
+#: ../../godmode/setup/setup_visuals.php:126
+#: ../../include/functions_config.php:548
+msgid "Classic menu mode"
+msgstr "クラシックメニューモード"
+
+#: ../../godmode/setup/setup_visuals.php:127
+msgid "Text menu options always visible, don't hide"
+msgstr "テキストメニューを隠さずに表示します。"
+
+#: ../../godmode/setup/setup_visuals.php:138
+msgid "Behaviour configuration"
+msgstr "動作設定"
+
+#: ../../godmode/setup/setup_visuals.php:153
+#: ../../include/functions_config.php:455
+msgid "Style template"
+msgstr "スタイルテンプレート"
+
+#: ../../godmode/setup/setup_visuals.php:158
+#: ../../include/functions_config.php:463
+msgid "Status icon set"
+msgstr "ステータスアイコンの種類"
+
+#: ../../godmode/setup/setup_visuals.php:159
+msgid "Colors"
+msgstr "色"
+
+#: ../../godmode/setup/setup_visuals.php:160
+msgid "Faces"
+msgstr "顔"
+
+#: ../../godmode/setup/setup_visuals.php:161
+msgid "Colors and text"
+msgstr "色と文字"
+
+#: ../../godmode/setup/setup_visuals.php:168
+#: ../../include/functions_config.php:480
+msgid "Login background"
+msgstr "ログイン背景"
+
+#: ../../godmode/setup/setup_visuals.php:169
+msgid "You can place your custom images into the folder images/backgrounds/"
+msgstr "カスタム画像を images/backgrounds/ フォルダに置くことができます。"
+
+#: ../../godmode/setup/setup_visuals.php:188
+msgid "Custom logo (header)"
+msgstr "カスタムロゴ (ヘッダー)"
+
+#: ../../godmode/setup/setup_visuals.php:207
+msgid "Custom logo (login)"
+msgstr "カスタムロゴ (ログイン)"
+
+#: ../../godmode/setup/setup_visuals.php:224
+msgid "Disable logo in graphs"
+msgstr "グラフ内ロゴの無効化"
+
+#: ../../godmode/setup/setup_visuals.php:238
+#: ../../include/functions_config.php:508
+msgid "Fixed header"
+msgstr "ヘッダーの固定"
+
+#: ../../godmode/setup/setup_visuals.php:246
+#: ../../include/functions_config.php:510
+msgid "Fixed menu"
+msgstr "メニューの固定"
+
+#: ../../godmode/setup/setup_visuals.php:254
+#: ../../include/functions_config.php:504
+msgid "Autohidden menu"
+msgstr "メニューを自動的に隠す"
+
+#: ../../godmode/setup/setup_visuals.php:259
+msgid "Style configuration"
+msgstr "スタイル設定"
+
+#: ../../godmode/setup/setup_visuals.php:274
+#: ../../include/functions_config.php:498
+msgid "GIS Labels"
+msgstr "GIS ラベル"
+
+#: ../../godmode/setup/setup_visuals.php:275
+msgid ""
+"This enabling this, you get a label with agent name in GIS maps. If you have "
+"lots of agents in the map, will be unreadable. Disabled by default."
+msgstr ""
+"これを有効にすると、GISマップ内でエージェント名をラベルに付与します。マップ内に大量のエージェントがある場合は読みにくくなります。デフォルトでは無効です"
+"。"
+
+#: ../../godmode/setup/setup_visuals.php:286
+#: ../../include/functions_config.php:502
+msgid "Default icon in GIS"
+msgstr "GIS でのデフォルトアイコン"
+
+#: ../../godmode/setup/setup_visuals.php:287
+msgid "Agent icon for GIS Maps. If set to \"none\", group icon will be used"
+msgstr "GISマップでのエージェントアイコンです。\"なし\" に設定するとグループのアイコンが利用されます。"
+
+#: ../../godmode/setup/setup_visuals.php:296
+msgid "GIS configuration"
+msgstr "GIS設定"
+
+#: ../../godmode/setup/setup_visuals.php:311
+#: ../../include/functions_config.php:465
+msgid "Font path"
+msgstr "フォントパス"
+
+#: ../../godmode/setup/setup_visuals.php:341
+#: ../../include/functions_config.php:486
+#: ../../include/functions_config.php:488
+msgid "Agent size text"
+msgstr "エージェント名の表示長さ"
+
+#: ../../godmode/setup/setup_visuals.php:342
+msgid ""
+"When the agent name have a lot of characters, in some places in Pandora "
+"Console it is necesary truncate to N characters."
+msgstr "エージェント名が長い場合、Pandora コンソールのいくつかの表示は N 文字までで切る必要があります。"
+
+#: ../../godmode/setup/setup_visuals.php:343
+#: ../../godmode/setup/setup_visuals.php:351
+msgid "Small:"
+msgstr "小:"
+
+#: ../../godmode/setup/setup_visuals.php:345
+#: ../../godmode/setup/setup_visuals.php:353
+msgid "Normal:"
+msgstr "通常:"
+
+#: ../../godmode/setup/setup_visuals.php:349
+#: ../../include/functions_config.php:490
+msgid "Module size text"
+msgstr "モジュール名の表示長さ"
+
+#: ../../godmode/setup/setup_visuals.php:350
+msgid ""
+"When the module name have a lot of characters, in some places in Pandora "
+"Console it is necesary truncate to N characters."
+msgstr "モジュール名が長い場合、Pandora コンソールのいくつかの表示は N 文字までで切る必要があります。"
+
+#: ../../godmode/setup/setup_visuals.php:357
+#: ../../include/functions_config.php:492
+#: ../../include/functions_config.php:494
+msgid "Description size text"
+msgstr "説明の表示長さ"
+
+#: ../../godmode/setup/setup_visuals.php:357
+msgid ""
+"When the description name have a lot of characters, in some places in "
+"Pandora Console it is necesary truncate to N characters."
+msgstr "説明が長い場合、Pandora コンソールのいくつかの表示は N 文字までで切る必要があります。"
+
+#: ../../godmode/setup/setup_visuals.php:361
+#: ../../include/functions_config.php:496
+msgid "Item title size text"
+msgstr "アイテムタイトルの表示長さ"
+
+#: ../../godmode/setup/setup_visuals.php:362
+msgid ""
+"When the item title name have a lot of characters, in some places in Pandora "
+"Console it is necesary truncate to N characters."
+msgstr "アイテムのタイトル名が長い場合、Pandora コンソールのいくつかの表示は N 文字までで切る必要があります。"
+
+#: ../../godmode/setup/setup_visuals.php:367
+msgid "Show unit along with value in reports"
+msgstr "レポート内に値に加えて単位を表示する"
+
+#: ../../godmode/setup/setup_visuals.php:368
+msgid "This enabling this, max, min and avg values will be shown with units."
+msgstr "これを有効化すると、単位をつけて最大、最小、平均を表示します。"
+
+#: ../../godmode/setup/setup_visuals.php:376
+msgid "Font and Text configuration"
+msgstr "フォントおよびテキスト設定"
+
+#: ../../godmode/setup/setup_visuals.php:391
+#: ../../include/functions_config.php:426
+#: ../../enterprise/meta/advanced/metasetup.visual.php:99
+#: ../../enterprise/meta/include/functions_meta.php:1008
+msgid "Graph color (min)"
+msgstr "グラフの色 (最小値)"
+
+#: ../../godmode/setup/setup_visuals.php:395
+#: ../../include/functions_config.php:428
+#: ../../enterprise/meta/advanced/metasetup.visual.php:102
+#: ../../enterprise/meta/include/functions_meta.php:1018
+msgid "Graph color (avg)"
+msgstr "グラフの色 (平均値)"
+
+#: ../../godmode/setup/setup_visuals.php:399
+#: ../../include/functions_config.php:430
+#: ../../enterprise/meta/advanced/metasetup.visual.php:105
+#: ../../enterprise/meta/include/functions_meta.php:1028
+msgid "Graph color (max)"
+msgstr "グラフの色 (最大値)"
+
+#: ../../godmode/setup/setup_visuals.php:403
+#: ../../include/functions_config.php:432
+msgid "Graph color #4"
+msgstr "グラフの色 #4"
+
+#: ../../godmode/setup/setup_visuals.php:407
+#: ../../include/functions_config.php:434
+msgid "Graph color #5"
+msgstr "グラフの色 #5"
+
+#: ../../godmode/setup/setup_visuals.php:411
+#: ../../include/functions_config.php:436
+msgid "Graph color #6"
+msgstr "グラフの色 #6"
+
+#: ../../godmode/setup/setup_visuals.php:415
+#: ../../include/functions_config.php:438
+msgid "Graph color #7"
+msgstr "グラフの色 #7"
+
+#: ../../godmode/setup/setup_visuals.php:419
+#: ../../include/functions_config.php:440
+msgid "Graph color #8"
+msgstr "グラフの色 #8"
+
+#: ../../godmode/setup/setup_visuals.php:423
+#: ../../include/functions_config.php:442
+msgid "Graph color #9"
+msgstr "グラフの色 #9"
+
+#: ../../godmode/setup/setup_visuals.php:427
+#: ../../include/functions_config.php:444
+msgid "Graph color #10"
+msgstr "グラフの色 #10"
+
+#: ../../godmode/setup/setup_visuals.php:431
+msgid "Graph resolution (1-low, 5-high)"
+msgstr "グラフ解像度 (1-低, 5-高)"
+
+#: ../../godmode/setup/setup_visuals.php:435
+#: ../../include/functions_config.php:448
+#: ../../enterprise/meta/advanced/metasetup.visual.php:114
+#: ../../enterprise/meta/include/functions_meta.php:1058
+msgid "Value to interface graphics"
+msgstr "インタフェースグラフの値"
+
+#: ../../godmode/setup/setup_visuals.php:444
+#: ../../include/functions_config.php:450
+#: ../../enterprise/meta/advanced/metasetup.visual.php:108
+#: ../../enterprise/meta/include/functions_meta.php:1038
+msgid "Data precision for reports"
+msgstr "レポートのデータ精度"
+
+#: ../../godmode/setup/setup_visuals.php:445
+msgid ""
+"Number of decimals shown in reports. It must be a number between 0 and 5"
+msgstr "レポートに表示する小数点以下の数です。0 から 5 の間の数字でなければいけません。"
+
+#: ../../godmode/setup/setup_visuals.php:449
+#: ../../include/functions_config.php:522
+msgid "Default line thickness for the Custom Graph."
+msgstr "カスタムグラフのデフォルトの線の太さ"
+
+#: ../../godmode/setup/setup_visuals.php:454
+#: ../../include/functions_config.php:459
+#: ../../enterprise/meta/advanced/metasetup.visual.php:120
+#: ../../enterprise/meta/include/functions_meta.php:1081
+msgid "Use round corners"
+msgstr "角を丸くする"
+
+#: ../../godmode/setup/setup_visuals.php:459
+#: ../../godmode/users/configure_user.php:515
+#: ../../include/functions_config.php:469
+#: ../../operation/users/user_edit.php:251
+#: ../../enterprise/meta/advanced/metasetup.visual.php:124
+#: ../../enterprise/meta/include/functions_meta.php:1091
+msgid "Interactive charts"
+msgstr "動的グラフ"
+
+#: ../../godmode/setup/setup_visuals.php:460
+#: ../../godmode/users/configure_user.php:515
+#: ../../operation/users/user_edit.php:251
+#: ../../enterprise/meta/advanced/metasetup.visual.php:124
+msgid "Whether to use Javascript or static PNG graphs"
+msgstr "Javascript のグラフか静的な PNG のグラフ利用の選択"
+
+#: ../../godmode/setup/setup_visuals.php:469
+#: ../../include/functions_config.php:518
+msgid "Shortened module graph data"
+msgstr "短縮モジュールグラフデータ"
+
+#: ../../godmode/setup/setup_visuals.php:470
+msgid "The data number of the module graphs will be rounded and shortened"
+msgstr "モジュールグラフのデータ数が四捨五入して短くなります"
+
+#: ../../godmode/setup/setup_visuals.php:480
+#: ../../enterprise/meta/advanced/metasetup.visual.php:128
+msgid "Type of module charts"
+msgstr "モジュールグラフのタイプ"
+
+#: ../../godmode/setup/setup_visuals.php:489
+msgid "Type of interface charts"
+msgstr "インタフェースグラフのタイプ"
+
+#: ../../godmode/setup/setup_visuals.php:498
+msgid "Show only average"
+msgstr "平均のみ表示"
+
+#: ../../godmode/setup/setup_visuals.php:499
+msgid "Hide Max and Min values in graphs"
+msgstr "グラフ内の最大・最小値を隠す"
+
+#: ../../godmode/setup/setup_visuals.php:507
+msgid "Show percentile 95 in graphs"
+msgstr "グラフで 95%表示"
+
+#: ../../godmode/setup/setup_visuals.php:512
+msgid "Charts configuration"
+msgstr "グラフ設定"
+
+#: ../../godmode/setup/setup_visuals.php:528
+#: ../../include/functions_config.php:484
+msgid "Default line thickness for the Visual Console"
+msgstr "ビジュアルコンソールのデフォルトの線の太さ"
+
+#: ../../godmode/setup/setup_visuals.php:528
+msgid ""
+"This interval will affect to the lines between elements on the Visual Console"
+msgstr "これは、ビジュアルコンソール上の要素間の線に影響します。"
+
+#: ../../godmode/setup/setup_visuals.php:533
+msgid "Show report info with description"
+msgstr "説明とともにレポート情報を表示"
+
+#: ../../godmode/setup/setup_visuals.php:535
+msgid ""
+"Custom report description info. It will be applied to all reports and "
+"templates by default."
+msgstr "カスタムレポートの説明情報。デフォルトですべてのレポートおよびテンプレートに適用されます。"
+
+#: ../../godmode/setup/setup_visuals.php:543
+#: ../../enterprise/meta/advanced/metasetup.visual.php:164
+msgid "Custom report front page"
+msgstr "カスタムレポート表紙"
+
+#: ../../godmode/setup/setup_visuals.php:545
+#: ../../enterprise/meta/advanced/metasetup.visual.php:164
+msgid ""
+"Custom report front page. It will be applied to all reports and templates by "
+"default."
+msgstr "カスタムレポートの表紙。すべてのレポートおよびテンプレートにデフォルトで適用されます。"
+
+#: ../../godmode/setup/setup_visuals.php:567
+#: ../../godmode/setup/setup_visuals.php:573
+#: ../../godmode/setup/setup_visuals.php:586
+#: ../../godmode/setup/setup_visuals.php:594
+#: ../../godmode/setup/setup_visuals.php:599
+#: ../../godmode/setup/setup_visuals.php:607
+#: ../../include/functions_config.php:627
+#: ../../include/functions_config.php:630
+#: ../../include/functions_config.php:633
+#: ../../include/functions_config.php:636
+#: ../../include/functions_config.php:639
+#: ../../include/functions_config.php:642
+#: ../../enterprise/meta/advanced/metasetup.visual.php:209
+#: ../../enterprise/meta/advanced/metasetup.visual.php:212
+#: ../../enterprise/meta/advanced/metasetup.visual.php:216
+#: ../../enterprise/meta/advanced/metasetup.visual.php:222
+#: ../../enterprise/meta/advanced/metasetup.visual.php:226
+#: ../../enterprise/meta/advanced/metasetup.visual.php:233
+#: ../../enterprise/meta/include/functions_meta.php:1167
+#: ../../enterprise/meta/include/functions_meta.php:1172
+#: ../../enterprise/meta/include/functions_meta.php:1177
+#: ../../enterprise/meta/include/functions_meta.php:1182
+#: ../../enterprise/meta/include/functions_meta.php:1187
+#: ../../enterprise/meta/include/functions_meta.php:1192
+msgid "Custom report front"
+msgstr "カスタムレポートスタイル"
+
+#: ../../godmode/setup/setup_visuals.php:567
+#: ../../include/functions_config.php:630
+#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:82
+#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:116
+#: ../../enterprise/meta/advanced/metasetup.visual.php:209
+#: ../../enterprise/meta/include/functions_meta.php:1172
+msgid "Font family"
+msgstr "フォントファミリ"
+
+#: ../../godmode/setup/setup_visuals.php:574
+#: ../../include/functions_config.php:473
+#: ../../include/functions_config.php:633
+#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:85
+#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:119
+#: ../../enterprise/meta/advanced/metasetup.visual.php:212
+#: ../../enterprise/meta/include/functions_meta.php:1177
+msgid "Custom logo"
+msgstr "カスタムロゴ"
+
+#: ../../godmode/setup/setup_visuals.php:576
+#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:87
+#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:121
+#: ../../enterprise/meta/advanced/metasetup.visual.php:214
+msgid ""
+"The dir of custom logos is in your www Pandora Console in "
+"\"images/custom_logo\". You can upload more files (ONLY JPEG) in upload tool "
+"in console."
+msgstr ""
+"カスタムロゴのディレクトリは、Pandora コンソールの \"images/custom_logo\" "
+"です。コンソールのアップロードツールを使って、ファイル(JPEG)をアップロードできます。"
+
+#: ../../godmode/setup/setup_visuals.php:594
+#: ../../include/functions_config.php:636
+#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:96
+#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:129
+#: ../../enterprise/meta/advanced/metasetup.visual.php:222
+#: ../../enterprise/meta/include/functions_meta.php:1182
+msgid "Header"
+msgstr "ヘッダー"
+
+#: ../../godmode/setup/setup_visuals.php:599
+#: ../../include/functions_config.php:639
+#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:99
+#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:133
+#: ../../enterprise/meta/advanced/metasetup.visual.php:226
+#: ../../enterprise/meta/include/functions_meta.php:1187
+msgid "First page"
+msgstr "最初のページ"
+
+#: ../../godmode/setup/setup_visuals.php:607
+#: ../../include/functions_config.php:642
+#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:102
+#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:137
+#: ../../enterprise/meta/advanced/metasetup.visual.php:233
+#: ../../enterprise/meta/include/functions_meta.php:1192
+msgid "Footer"
+msgstr "フッター"
+
+#: ../../godmode/setup/setup_visuals.php:614
+msgid "Show QR Code icon in the header"
+msgstr "ヘッダーに QR コードを表示する"
+
+#: ../../godmode/setup/setup_visuals.php:625
+#: ../../include/functions_config.php:514
+msgid "Custom graphviz directory"
+msgstr "カスタム graphviz ディレクトリ"
+
+#: ../../godmode/setup/setup_visuals.php:626
+msgid "Custom directory where the graphviz binaries are stored."
+msgstr "graphviz バイナリが置かれているカスタムディレクトリ。"
+
+#: ../../godmode/setup/setup_visuals.php:632
+#: ../../include/functions_config.php:516
+msgid "Networkmap max width"
+msgstr "ネットワークマップ最大幅"
+
+#: ../../godmode/setup/setup_visuals.php:639
+#: ../../enterprise/meta/advanced/metasetup.visual.php:168
+#: ../../enterprise/meta/include/functions_meta.php:1121
+msgid "Show only the group name"
+msgstr "グループ名のみ表示"
+
+#: ../../godmode/setup/setup_visuals.php:641
+#: ../../include/functions_config.php:520
+#: ../../enterprise/meta/advanced/metasetup.visual.php:170
+msgid "Show the group name instead the group icon."
+msgstr "グループアイコンの代わりにグループ名を表示します。"
+
+#: ../../godmode/setup/setup_visuals.php:651
+#: ../../include/functions_config.php:422
+#: ../../enterprise/meta/advanced/metasetup.visual.php:81
+#: ../../enterprise/meta/include/functions_meta.php:988
+msgid "Date format string"
+msgstr "日時フォーマット"
+
+#: ../../godmode/setup/setup_visuals.php:652
+#: ../../enterprise/meta/advanced/metasetup.visual.php:82
+msgid "Example"
+msgstr "例"
+
+#: ../../godmode/setup/setup_visuals.php:664
+#: ../../include/functions_config.php:424
+#: ../../enterprise/meta/advanced/metasetup.visual.php:93
+#: ../../enterprise/meta/include/functions_meta.php:998
+msgid "Timestamp or time comparation"
+msgstr "タイムスタンプ表示"
+
+#: ../../godmode/setup/setup_visuals.php:665
+#: ../../enterprise/meta/advanced/metasetup.visual.php:94
+msgid "Comparation in rollover"
+msgstr "経過時間表示"
+
+#: ../../godmode/setup/setup_visuals.php:667
+#: ../../enterprise/meta/advanced/metasetup.visual.php:96
+msgid "Timestamp in rollover"
+msgstr "日時表示"
+
+#: ../../godmode/setup/setup_visuals.php:675
+msgid "Custom values post process"
+msgstr "保存倍率のカスタム値"
+
+#: ../../godmode/setup/setup_visuals.php:689
+msgid "Delete custom values"
+msgstr "カスタム値の削除"
+
+#: ../../godmode/setup/setup_visuals.php:709
+msgid "Interval values"
+msgstr "間隔値"
+
+#: ../../godmode/setup/setup_visuals.php:712 ../../include/functions.php:434
+#: ../../include/functions.php:568 ../../include/functions_html.php:728
+#: ../../enterprise/extensions/vmware/functions.php:21
+#: ../../enterprise/extensions/vmware/functions.php:22
+#: ../../enterprise/extensions/vmware/functions.php:23
+#: ../../enterprise/meta/advanced/metasetup.visual.php:141
+msgid "minutes"
+msgstr "分"
+
+#: ../../godmode/setup/setup_visuals.php:713 ../../include/functions.php:435
+#: ../../include/functions.php:569 ../../include/functions_html.php:729
+#: ../../enterprise/meta/advanced/metasetup.visual.php:142
+msgid "hours"
+msgstr "時間"
+
+#: ../../godmode/setup/setup_visuals.php:715 ../../include/functions.php:432
+#: ../../include/functions.php:566 ../../include/functions_html.php:732
+#: ../../enterprise/meta/advanced/metasetup.visual.php:144
+msgid "months"
+msgstr "月"
+
+#: ../../godmode/setup/setup_visuals.php:716 ../../include/functions.php:433
+#: ../../include/functions.php:567 ../../include/functions_html.php:733
+#: ../../enterprise/meta/advanced/metasetup.visual.php:145
+msgid "years"
+msgstr "年"
+
+#: ../../godmode/setup/setup_visuals.php:717
+#: ../../enterprise/meta/advanced/metasetup.visual.php:146
+msgid "Add new custom value to intervals"
+msgstr "新たな間隔カスタム値の追加"
+
+#: ../../godmode/setup/setup_visuals.php:723
+#: ../../include/functions_config.php:618
+#: ../../enterprise/meta/advanced/metasetup.visual.php:152
+#: ../../enterprise/meta/include/functions_meta.php:1161
+msgid "Delete interval"
+msgstr "間隔値を削除"
+
+#: ../../godmode/setup/setup_visuals.php:734
+msgid "Other configuration"
+msgstr "その他設定"
+
+#: ../../godmode/setup/setup_visuals.php:922
+#: ../../godmode/setup/setup_visuals.php:962
+msgid "Logo preview"
+msgstr "ロゴのプレビュー"
+
+#: ../../godmode/setup/setup_visuals.php:1002
+msgid "Background preview"
+msgstr "背景のプレビュー"
+
+#: ../../godmode/setup/setup_visuals.php:1046
+msgid "Gis icons preview"
+msgstr "GISアイコンのプレビュー"
+
+#: ../../godmode/setup/setup_visuals.php:1101
+msgid "Status set preview"
+msgstr "状態表示プレビュー"
+
+#: ../../godmode/setup/snmp_wizard.php:43
+#: ../../enterprise/godmode/setup/setup_auth.php:427
+#: ../../enterprise/godmode/setup/setup_auth.php:468
+msgid "OP"
+msgstr "OP"
+
+#: ../../godmode/setup/snmp_wizard.php:166
+msgid "Unsucessful update the snmp translation"
+msgstr "SNMP翻訳の更新に失敗しました"
+
+#: ../../godmode/setup/snmp_wizard.php:173
+msgid "Unsucessful update the snmp translation."
+msgstr "SNMP翻訳の更新に失敗しました。"
+
+#: ../../godmode/setup/snmp_wizard.php:221
+msgid "Unsucessful delete the snmp translation"
+msgstr "SNMP翻訳の削除に失敗しました"
+
+#: ../../godmode/setup/snmp_wizard.php:228
+msgid "Unsucessful delete the snmp translation."
+msgstr "SNMP翻訳の削除に失敗しました。"
+
+#: ../../godmode/setup/snmp_wizard.php:289
+msgid "Unsucessful save the snmp translation"
+msgstr "SNMP翻訳の保存に失敗しました"
+
+#: ../../godmode/setup/snmp_wizard.php:298
+msgid "Unsucessful save the snmp translation."
+msgstr "SNMP翻訳の保存に失敗しました。"
+
+#: ../../godmode/snmpconsole/snmp_alert.php:28
+#: ../../operation/snmpconsole/snmp_view.php:426
+#: ../../operation/snmpconsole/snmp_view.php:721
+#: ../../operation/snmpconsole/snmp_view.php:728
+#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:28
+#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:29
+msgid "Cold start (0)"
+msgstr "Cold start (0)"
+
+#: ../../godmode/snmpconsole/snmp_alert.php:29
+#: ../../operation/snmpconsole/snmp_view.php:427
+#: ../../operation/snmpconsole/snmp_view.php:721
+#: ../../operation/snmpconsole/snmp_view.php:731
+#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:29
+#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:30
+msgid "Warm start (1)"
+msgstr "Warm start (1)"
+
+#: ../../godmode/snmpconsole/snmp_alert.php:30
+#: ../../operation/snmpconsole/snmp_view.php:428
+#: ../../operation/snmpconsole/snmp_view.php:721
+#: ../../operation/snmpconsole/snmp_view.php:734
+#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:30
+#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:31
+msgid "Link down (2)"
+msgstr "Link down (2)"
+
+#: ../../godmode/snmpconsole/snmp_alert.php:31
+#: ../../operation/snmpconsole/snmp_view.php:429
+#: ../../operation/snmpconsole/snmp_view.php:721
+#: ../../operation/snmpconsole/snmp_view.php:737
+#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:31
+#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:32
+msgid "Link up (3)"
+msgstr "Link up (3)"
+
+#: ../../godmode/snmpconsole/snmp_alert.php:32
+#: ../../operation/snmpconsole/snmp_view.php:430
+#: ../../operation/snmpconsole/snmp_view.php:721
+#: ../../operation/snmpconsole/snmp_view.php:740
+#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:32
+#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:33
+msgid "Authentication failure (4)"
+msgstr "Authentication failure (4)"
+
+#: ../../godmode/snmpconsole/snmp_alert.php:78
+#: ../../godmode/snmpconsole/snmp_alert.php:82
+#: ../../godmode/snmpconsole/snmp_alert.php:86
+#: ../../godmode/snmpconsole/snmp_filters.php:35
+#: ../../godmode/snmpconsole/snmp_filters.php:38
+#: ../../godmode/snmpconsole/snmp_filters.php:42
+#: ../../operation/snmpconsole/snmp_statistics.php:64
+#: ../../operation/snmpconsole/snmp_view.php:85
+msgid "SNMP Console"
+msgstr "SNMP コンソール"
+
+#: ../../godmode/snmpconsole/snmp_alert.php:78
+msgid "Update alert"
+msgstr "アラート設定"
+
+#: ../../godmode/snmpconsole/snmp_alert.php:82
+#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:455
+#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:533
+msgid "Create alert"
+msgstr "アラート作成"
+
+#: ../../godmode/snmpconsole/snmp_alert.php:86
+msgid "Alert overview"
+msgstr "アラート一覧"
+
+#: ../../godmode/snmpconsole/snmp_alert.php:243
+msgid "There was a problem creating the alert"
+msgstr "アラートの作成に失敗しました。"
+
+#: ../../godmode/snmpconsole/snmp_alert.php:314
+msgid "There was a problem updating the alert"
+msgstr "アラートの編集に失敗しました。"
+
+#: ../../godmode/snmpconsole/snmp_alert.php:536
+msgid "There was a problem duplicating the alert"
+msgstr "アラートの複製で問題が発生しました"
+
+#: ../../godmode/snmpconsole/snmp_alert.php:540
+msgid "Successfully Duplicate"
+msgstr "複製しました"
+
+#: ../../godmode/snmpconsole/snmp_alert.php:556
+msgid "There was a problem deleting the alert"
+msgstr "アラートの削除に失敗しました。"
+
+#: ../../godmode/snmpconsole/snmp_alert.php:585
+#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:137
+#, php-format
+msgid "Successfully deleted alerts (%s / %s)"
+msgstr "アラート (%s / %s) を削除しました"
+
+#: ../../godmode/snmpconsole/snmp_alert.php:589
+#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:141
+#, php-format
+msgid "Unsuccessfully deleted alerts (%s / %s)"
+msgstr "アラート (%s /%s) を削除できませんでした"
+
+#: ../../godmode/snmpconsole/snmp_alert.php:637
+#: ../../godmode/snmpconsole/snmp_alert.php:1157
+#: ../../godmode/snmpconsole/snmp_trap_generator.php:72
+#: ../../operation/snmpconsole/snmp_view.php:516
+msgid "Enterprise String"
+msgstr "Enterprise文字列"
+
+#: ../../godmode/snmpconsole/snmp_alert.php:643
+#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:245
+msgid "Custom Value/OID"
+msgstr "カスタム値/OID"
+
+#: ../../godmode/snmpconsole/snmp_alert.php:652
+#: ../../godmode/snmpconsole/snmp_alert.php:1153
+#: ../../godmode/snmpconsole/snmp_trap_generator.php:78
+#: ../../operation/snmpconsole/snmp_view.php:512
+#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:247
+msgid "SNMP Agent"
+msgstr "SNMPエージェント"
+
+#: ../../godmode/snmpconsole/snmp_alert.php:664
+#: ../../godmode/snmpconsole/snmp_alert.php:1003
+#: ../../operation/snmpconsole/snmp_view.php:422
+#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:169
+#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:220
+#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:249
+msgid "Trap type"
+msgstr "トラップタイプ"
+
+#: ../../godmode/snmpconsole/snmp_alert.php:669
+#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:251
+msgid "Single value"
+msgstr "単一値"
+
+#: ../../godmode/snmpconsole/snmp_alert.php:676
+#: ../../godmode/snmpconsole/snmp_alert.php:686
+#: ../../godmode/snmpconsole/snmp_alert.php:696
+#: ../../godmode/snmpconsole/snmp_alert.php:708
+#: ../../godmode/snmpconsole/snmp_alert.php:720
+#: ../../godmode/snmpconsole/snmp_alert.php:732
+#: ../../godmode/snmpconsole/snmp_alert.php:744
+#: ../../godmode/snmpconsole/snmp_alert.php:754
+#: ../../godmode/snmpconsole/snmp_alert.php:764
+#: ../../godmode/snmpconsole/snmp_alert.php:774
+#: ../../godmode/snmpconsole/snmp_alert.php:784
+#: ../../godmode/snmpconsole/snmp_alert.php:793
+#: ../../godmode/snmpconsole/snmp_alert.php:802
+#: ../../godmode/snmpconsole/snmp_alert.php:811
+#: ../../godmode/snmpconsole/snmp_alert.php:820
+#: ../../godmode/snmpconsole/snmp_alert.php:829
+#: ../../godmode/snmpconsole/snmp_alert.php:838
+#: ../../godmode/snmpconsole/snmp_alert.php:846
+#: ../../godmode/snmpconsole/snmp_alert.php:854
+#: ../../godmode/snmpconsole/snmp_alert.php:862
+msgid "Variable bindings/Data"
+msgstr "変数バインディング/データ"
+
+#: ../../godmode/snmpconsole/snmp_alert.php:933
+#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:270
+msgid "Other value"
+msgstr "他の値"
+
+#: ../../godmode/snmpconsole/snmp_alert.php:946
+#: ../../godmode/snmpconsole/snmp_alert.php:1151
+msgid "Alert action"
+msgstr "アクション"
+
+#: ../../godmode/snmpconsole/snmp_alert.php:1000
+msgid ""
+"Search by these fields description, OID, Custom Value, SNMP Agent (IP), "
+"Single value, each Variable bindings/Datas."
+msgstr "説明、OID、カスタム値、SNMPエージェント(IP)、単一値、変数の割り当て・データのフィールドで検索します"
+
+#: ../../godmode/snmpconsole/snmp_alert.php:1019
+msgid "Alert SNMP control filter"
+msgstr "SNMPアラート管理フィルタ"
+
+#: ../../godmode/snmpconsole/snmp_alert.php:1112
+msgid "There are no SNMP alerts"
+msgstr "SNMP アラートはありません。"
+
+#: ../../godmode/snmpconsole/snmp_alert.php:1160
+msgid "Custom Value/Enterprise String"
+msgstr "カスタム値/Enterprise文字列"
+
+#: ../../godmode/snmpconsole/snmp_alert.php:1165
+#: ../../include/functions_reporting_html.php:2872
+#: ../../include/functions_reporting_html.php:3100
+#: ../../include/functions_treeview.php:423
+msgid "Times fired"
+msgstr "通知回数"
+
+#: ../../godmode/snmpconsole/snmp_alert.php:1165
+msgid "TF."
+msgstr "回数"
+
+#: ../../godmode/snmpconsole/snmp_alert.php:1256
+msgid "ID Alert SNMP"
+msgstr "SNMPアラートID"
+
+#: ../../godmode/snmpconsole/snmp_alert.php:1487
+msgid "Add action "
+msgstr "アクション追加 "
+
+#: ../../godmode/snmpconsole/snmp_filters.php:42
+msgid "Filter overview"
+msgstr "フィルタの概要"
+
+#: ../../godmode/snmpconsole/snmp_filters.php:51
+msgid "There was a problem updating the filter"
+msgstr "フィルタの更新に問題が発生しました。"
+
+#: ../../godmode/snmpconsole/snmp_filters.php:63
+msgid "There was a problem creating the filter"
+msgstr "フィルタの作成に問題が発生しました。"
+
+#: ../../godmode/snmpconsole/snmp_filters.php:73
+msgid "There was a problem deleting the filter"
+msgstr "フィルタの削除で問題が発生しました。"
+
+#: ../../godmode/snmpconsole/snmp_filters.php:98
+msgid ""
+"This field contains a substring, could be part of a IP address, a numeric "
+"OID, or a plain substring"
+msgstr "このフィールドには、IPアドレス、OID、文字列の一部を入力します。"
+
+#: ../../godmode/snmpconsole/snmp_trap_generator.php:37
+msgid "SNMP Trap generator"
+msgstr "SNMPトラップジェネレータ"
+
+#: ../../godmode/snmpconsole/snmp_trap_generator.php:51
+msgid "Empty parameters"
+msgstr "パラメータが空です"
+
+#: ../../godmode/snmpconsole/snmp_trap_generator.php:56
+msgid "Successfully generated"
+msgstr "生成しました"
+
+#: ../../godmode/snmpconsole/snmp_trap_generator.php:57
+#, php-format
+msgid "Could not be generated: %s"
+msgstr "生成できません: %s"
+
+#: ../../godmode/snmpconsole/snmp_trap_generator.php:81
+msgid "SNMP Type"
+msgstr "SNMPタイプ"
+
+#: ../../godmode/snmpconsole/snmp_trap_generator.php:89
+msgid "Generate trap"
+msgstr "トラップ生成"
+
+#: ../../godmode/tag/edit_tag.php:53 ../../godmode/tag/edit_tag.php:64
+#: ../../godmode/tag/tag.php:100
+msgid "List tags"
+msgstr "タグ一覧"
+
+#: ../../godmode/tag/edit_tag.php:68 ../../godmode/tag/tag.php:110
+msgid "Tags configuration"
+msgstr "タグ設定"
+
+#: ../../godmode/tag/edit_tag.php:92
+msgid "Error updating tag"
+msgstr "タグ更新に失敗"
+
+#: ../../godmode/tag/edit_tag.php:96
+msgid "Successfully updated tag"
+msgstr "タグを更新しました"
+
+#: ../../godmode/tag/edit_tag.php:122
+msgid "Error creating tag"
+msgstr "タグを作成できません"
+
+#: ../../godmode/tag/edit_tag.php:128
+msgid "Successfully created tag"
+msgstr "タグを作成しました"
+
+#: ../../godmode/tag/edit_tag.php:161
+msgid "Update Tag"
+msgstr "タグの更新"
+
+#: ../../godmode/tag/edit_tag.php:164
+msgid "Create Tag"
+msgstr "タグの作成"
+
+#: ../../godmode/tag/edit_tag.php:185
+#: ../../include/functions_reporting.php:3811
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1666
+#: ../../enterprise/meta/include/functions_wizard_meta.php:521
+#: ../../enterprise/meta/monitoring/wizard/wizard.php:108
+msgid "Url"
+msgstr "URL"
+
+#: ../../godmode/tag/edit_tag.php:187
+msgid "Hyperlink to help information that has to exist previously."
+msgstr "情報がある場所へのハイパーリンク"
+
+#: ../../godmode/tag/edit_tag.php:197
+msgid "Associated Email direction to use later in alerts associated to Tags."
+msgstr "タグに関連付けられるアラートで利用するためのメール送信先"
+
+#: ../../godmode/tag/edit_tag.php:205 ../../godmode/tag/tag.php:204
+#: ../../godmode/users/user_list.php:406
+msgid "Phone"
+msgstr "電話番号"
+
+#: ../../godmode/tag/edit_tag.php:207
+msgid "Associated phone number to use later in alerts associated to Tags."
+msgstr "タグに関連付けられるアラートで利用するための電話番号"
+
+#: ../../godmode/tag/tag.php:80
+msgid "Number of modules"
+msgstr "モジュール数"
+
+#: ../../godmode/tag/tag.php:82
+msgid "Number of policy modules"
+msgstr "ポリシーモジュール数"
+
+#: ../../godmode/tag/tag.php:121
+msgid "Error deleting tag"
+msgstr "タグを削除できません"
+
+#: ../../godmode/tag/tag.php:125
+msgid "Successfully deleted tag"
+msgstr "タグを削除しました"
+
+#: ../../godmode/tag/tag.php:199
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1651
+msgid "Tag name"
+msgstr "タグ名"
+
+#: ../../godmode/tag/tag.php:201
+msgid "Detail information"
+msgstr "詳細情報"
+
+#: ../../godmode/tag/tag.php:202
+msgid "Number of modules affected"
+msgstr "影響するモジュール数"
+
+#: ../../godmode/tag/tag.php:222
+msgid "Tag details"
+msgstr "タグ詳細"
+
+#: ../../godmode/tag/tag.php:249
+#, php-format
+msgid "Emails for the tag: %s"
+msgstr "タグ %s のメールアドレス"
+
+#: ../../godmode/tag/tag.php:264
+#, php-format
+msgid "Phones for the tag: %s"
+msgstr "タグ %s の電話番号"
+
+#: ../../godmode/tag/tag.php:282
+msgid "No tags defined"
+msgstr "タグが定義されていません"
+
+#: ../../godmode/tag/tag.php:298
+msgid "Create tag"
+msgstr "タグの作成"
+
+#: ../../godmode/update_manager/update_manager.messages.php:96
+#: ../../godmode/update_manager/update_manager.messages.php:170
+msgid "Mark as not read"
+msgstr "未読にする"
+
+#: ../../godmode/update_manager/update_manager.messages.php:101
+#: ../../godmode/update_manager/update_manager.messages.php:175
+msgid "Mark as read"
+msgstr "既読にする"
+
+#: ../../godmode/update_manager/update_manager.messages.php:186
+msgid "There is not any update manager messages."
+msgstr "アップデートマネージャのメッセージはありません。"
+
+#: ../../godmode/update_manager/update_manager.offline.php:37
+msgid "Drop the package here or"
+msgstr "ここにパッケージをドロップするかまたは"
+
+#: ../../godmode/update_manager/update_manager.offline.php:38
+msgid "browse it"
+msgstr "ブラウズしてください"
+
+#: ../../godmode/update_manager/update_manager.offline.php:39
+msgid "The package has been uploaded successfully."
+msgstr "パッケージをアップロードしました。"
+
+#: ../../godmode/update_manager/update_manager.offline.php:40
+msgid ""
+"Remember that this package will override the actual Pandora FMS files and it "
+"is recommended to do a backup before continue with the update."
+msgstr ""
+"このパッケージは既存の Pandora FMS ファイルを上書きすることに注意してください。アップデートを実行する前にバックアップを取得してください。"
+
+#: ../../godmode/update_manager/update_manager.offline.php:41
+msgid "Click on the file below to begin."
+msgstr "開始するには以下のファイルをクリックします。"
+
+#: ../../godmode/update_manager/update_manager.offline.php:42
+msgid "Updating"
+msgstr "更新中"
+
+#: ../../godmode/update_manager/update_manager.offline.php:43
+msgid "Package updated successfully."
+msgstr "パッケージを更新しました。"
+
+#: ../../godmode/update_manager/update_manager.offline.php:44
+msgid ""
+"If there are any database change, it will be applied on the next login."
+msgstr "データベース変更がある場合は、次回のログイン時に適用されます。"
+
+#: ../../godmode/update_manager/update_manager.offline.php:45
+#: ../../include/functions_update_manager.php:345
+#: ../../enterprise/include/functions_update_manager.php:177
+msgid "Minor release available"
+msgstr "マイナーリリースがあります"
+
+#: ../../godmode/update_manager/update_manager.offline.php:46
+#: ../../include/functions_update_manager.php:346
+#: ../../enterprise/include/functions_update_manager.php:178
+msgid "New package available"
+msgstr "新しいパッケージがあります"
+
+#: ../../godmode/update_manager/update_manager.offline.php:47
+#: ../../godmode/update_manager/update_manager.offline.php:49
+#: ../../include/functions_update_manager.php:347
+#: ../../include/functions_update_manager.php:349
+#: ../../enterprise/include/functions_update_manager.php:179
+#: ../../enterprise/include/functions_update_manager.php:181
+msgid "Minor release rejected. Changes will not apply."
+msgstr "マイナーリリースが不正です。変更は適用されません。"
+
+#: ../../godmode/update_manager/update_manager.offline.php:48
+#: ../../include/functions_update_manager.php:348
+#: ../../enterprise/include/functions_update_manager.php:180
+msgid "Minor release rejected. Package will apply."
+msgstr "マイナーリリースが不正です。パッケージを適用します。"
+
+#: ../../godmode/update_manager/update_manager.offline.php:50
+#: ../../include/functions_update_manager.php:350
+#: ../../enterprise/include/functions_update_manager.php:182
+msgid "These package changes will not apply."
+msgstr "これらのパッケージの変更は適用されません。"
+
+#: ../../godmode/update_manager/update_manager.offline.php:51
+#: ../../include/functions_update_manager.php:351
+#: ../../enterprise/include/functions_update_manager.php:183
+msgid "Package rejected. These package changes will not apply."
+msgstr "パッケージが不正です。これらのパッケージの変更は適用されません。"
+
+#: ../../godmode/update_manager/update_manager.offline.php:52
+#: ../../include/functions_update_manager.php:352
+#: ../../enterprise/include/functions_update_manager.php:184
+msgid "Database successfully updated"
+msgstr "データベースを更新しました"
+
+#: ../../godmode/update_manager/update_manager.offline.php:53
+#: ../../include/functions_update_manager.php:353
+#: ../../enterprise/include/functions_update_manager.php:185
+msgid "Error in MR file"
+msgstr "MR ファイルエラー"
+
+#: ../../godmode/update_manager/update_manager.offline.php:54
+#: ../../include/functions_update_manager.php:354
+#: ../../enterprise/include/functions_update_manager.php:186
+msgid "Package updated successfully"
+msgstr "パッケージを更新しました"
+
+#: ../../godmode/update_manager/update_manager.offline.php:55
+#: ../../include/functions_update_manager.php:355
+#: ../../enterprise/include/functions_update_manager.php:187
+msgid "Error in package updated"
+msgstr "パッケージの更新エラー"
+
+#: ../../godmode/update_manager/update_manager.offline.php:56
+#: ../../include/functions_update_manager.php:356
+#: ../../enterprise/include/functions_update_manager.php:188
+msgid ""
+"Database MR version is inconsistent, do you want to apply the package?"
+msgstr "データベースのMRバージョンが矛盾しています。パッケージを適用しますか?"
+
+#: ../../godmode/update_manager/update_manager.offline.php:57
+#: ../../include/functions_update_manager.php:357
+#: ../../enterprise/include/functions_update_manager.php:189
+msgid ""
+"There are a new database changes available to apply. Do you want to start "
+"the DB update process?"
+msgstr "適用すべきデータベースの更新があります。DB のアップデート処理を開始しますか?"
+
+#: ../../godmode/update_manager/update_manager.offline.php:58
+#: ../../include/functions_update_manager.php:358
+#: ../../enterprise/include/functions_update_manager.php:190
+msgid "We recommend launch a "
+msgstr "このプロセスに対して、 "
+
+#: ../../godmode/update_manager/update_manager.offline.php:59
+#: ../../include/functions_update_manager.php:359
+#: ../../enterprise/include/functions_update_manager.php:191
+msgid "planned downtime"
+msgstr "計画停止を実行することを"
+
+#: ../../godmode/update_manager/update_manager.offline.php:60
+#: ../../include/functions_update_manager.php:360
+#: ../../enterprise/include/functions_update_manager.php:192
+msgid " to this process"
+msgstr " お勧めします:"
+
+#: ../../godmode/update_manager/update_manager.offline.php:61
+#: ../../include/functions_update_manager.php:361
+#: ../../enterprise/include/functions_update_manager.php:193
+msgid "There is a new update available"
+msgstr "新たな更新があります"
+
+#: ../../godmode/update_manager/update_manager.offline.php:62
+#: ../../include/functions_update_manager.php:362
+#: ../../enterprise/include/functions_update_manager.php:194
+msgid ""
+"There is a new update available to apply. Do you want to start the update "
+"process?"
+msgstr "適用すべき新たなアップデートがあります。アップデート処理を開始しますか?"
+
+#: ../../godmode/update_manager/update_manager.offline.php:63
+#: ../../include/functions_update_manager.php:363
+#: ../../enterprise/include/functions_update_manager.php:195
+msgid "Applying DB MR"
+msgstr "DB へ MR を適用中"
+
+#: ../../godmode/update_manager/update_manager.online.php:48
+#, php-format
+msgid ""
+"Your PHP has set memory limit in %s. For avoid problems with big updates "
+"please set to 500M"
+msgstr "PHP のメモリ制限が %s に設定されています。大きな更新における問題を避けるためには、500M に設定してください。"
+
+#: ../../godmode/update_manager/update_manager.online.php:55
+#, php-format
+msgid ""
+"Your PHP has set post parameter max size limit in %s. For avoid problems "
+"with big updates please set to 100M"
+msgstr "PHP の設定で、ポストデータの最大サイズが %s に制限されています。大きな更新時に問題にならないよう、100M に設定してください。"
+
+#: ../../godmode/update_manager/update_manager.online.php:62
+#, php-format
+msgid ""
+"Your PHP has set maximum allowed size for uploaded files limit in %s. For "
+"avoid problems with big updates please set to 100M"
+msgstr ""
+"PHP の設定で、最大アップロードファイルサイズが %s に制限されています。大きな更新時に問題にならないよう、100M に設定してください。"
+
+#: ../../godmode/update_manager/update_manager.online.php:85
+msgid "The last version of package installed is:"
+msgstr "インストールされている最新バージョンのパッケージ:"
+
+#: ../../godmode/update_manager/update_manager.online.php:89
+msgid "Checking for the newest package."
+msgstr "最新パッケージの確認中。"
+
+#: ../../godmode/update_manager/update_manager.online.php:93
+msgid "Downloading for the newest package."
+msgstr "最新パッケージのダウンロード中。"
+
+#: ../../godmode/update_manager/update_manager.php:39
+msgid "Offline update manager"
+msgstr "オフラインアップデートマネージャ"
+
+#: ../../godmode/update_manager/update_manager.php:43
+msgid "Online update manager"
+msgstr "オンラインアップデートマネージャ"
+
+#: ../../godmode/update_manager/update_manager.php:50
+msgid "Update manager messages"
+msgstr "アップデートマネージャのメッセージ"
+
+#: ../../godmode/update_manager/update_manager.php:55
+msgid "Update manager » Setup"
+msgstr "アップデートマネージャ > 設定"
+
+#: ../../godmode/update_manager/update_manager.php:58
+msgid "Update manager » Offline"
+msgstr "アップデートマネージャ > オフライン"
+
+#: ../../godmode/update_manager/update_manager.php:61
+msgid "Update manager » Online"
+msgstr "アップデートマネージャ > オンライン"
+
+#: ../../godmode/update_manager/update_manager.php:64
+msgid "Update manager » Messages"
+msgstr "アップデートマネージャ > メッセージ"
+
+#: ../../godmode/update_manager/update_manager.setup.php:58
+#: ../../godmode/update_manager/update_manager.setup.php:87
+#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:58
+msgid "Succesful Update the url config vars."
+msgstr "URL 設定を更新しました。"
+
+#: ../../godmode/update_manager/update_manager.setup.php:59
+#: ../../godmode/update_manager/update_manager.setup.php:88
+#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:59
+msgid "Unsuccesful Update the url config vars."
+msgstr "URL 設定を更新できませんでした。"
+
+#: ../../godmode/update_manager/update_manager.setup.php:100
+#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:70
+msgid "URL update manager:"
+msgstr "アップデートマネージャ URL:"
+
+#: ../../godmode/update_manager/update_manager.setup.php:102
+#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:72
+msgid "URL update manager"
+msgstr "アップデートマネージャ URL"
+
+#: ../../godmode/update_manager/update_manager.setup.php:104
+#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:74
+msgid "Proxy server:"
+msgstr "プロキシサーバ:"
+
+#: ../../godmode/update_manager/update_manager.setup.php:106
+#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:76
+msgid "Proxy server"
+msgstr "プロキシサーバ"
+
+#: ../../godmode/update_manager/update_manager.setup.php:108
+#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:78
+msgid "Proxy port:"
+msgstr "プロキシポート:"
+
+#: ../../godmode/update_manager/update_manager.setup.php:110
+#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:80
+msgid "Proxy port"
+msgstr "プロキシのポート番号"
+
+#: ../../godmode/update_manager/update_manager.setup.php:112
+#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:82
+msgid "Proxy user:"
+msgstr "プロキシユーザ:"
+
+#: ../../godmode/update_manager/update_manager.setup.php:114
+#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:84
+msgid "Proxy user"
+msgstr "プロキシのユーザ"
+
+#: ../../godmode/update_manager/update_manager.setup.php:116
+#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:86
+msgid "Proxy password:"
+msgstr "プロキシパスワード:"
+
+#: ../../godmode/update_manager/update_manager.setup.php:118
+#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:88
+msgid "Proxy password"
+msgstr "プロキシのパスワード"
+
+#: ../../godmode/update_manager/update_manager.setup.php:122
+#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:92
+msgid "Pandora FMS community reminder"
+msgstr "Pandora FMS コミュニティリマインダ"
+
+#: ../../godmode/update_manager/update_manager.setup.php:123
+#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:93
+msgid ""
+"Every 8 days, a message is displayed to admin users to remember to register "
+"this Pandora instance"
+msgstr "8日ごとに、この Pandora インスタンスを登録するリマインダメッセージを admin ユーザに表示します。"
+
+#: ../../godmode/users/configure_profile.php:41
+#: ../../godmode/users/configure_profile.php:49
+#: ../../godmode/users/configure_user.php:82
+#: ../../godmode/users/profile_list.php:45
+#: ../../godmode/users/profile_list.php:53
+#: ../../godmode/users/user_list.php:113 ../../godmode/users/user_list.php:121
+#: ../../enterprise/meta/general/main_header.php:243
+#: ../../enterprise/meta/general/main_header.php:309
+#: ../../enterprise/meta/include/functions_users_meta.php:168
+#: ../../enterprise/meta/include/functions_users_meta.php:187
+msgid "User management"
+msgstr "ユーザ管理"
+
+#: ../../godmode/users/configure_profile.php:49
+#: ../../godmode/users/profile_list.php:53
+msgid "Profiles defined in Pandora"
+msgstr "Pandora 内プロファイル"
+
+#: ../../godmode/users/configure_profile.php:113
+msgid "Create profile"
+msgstr "プロファイル作成"
+
+#: ../../godmode/users/configure_profile.php:119
+msgid "There was a problem loading profile"
+msgstr "プロファイルの読み込みに失敗しました。"
+
+#: ../../godmode/users/configure_profile.php:219
+msgid "Update profile"
+msgstr "プロファイルを更新しました。"
+
+#: ../../godmode/users/configure_profile.php:229
+msgid "Update Profile"
+msgstr "プロファイル更新"
+
+#: ../../godmode/users/configure_profile.php:231
+msgid "Create Profile"
+msgstr "プロファイル作成"
+
+#: ../../godmode/users/configure_profile.php:249
+msgid "View agents"
+msgstr "エージェント参照"
+
+#: ../../godmode/users/configure_profile.php:253
+msgid "Disable agents"
+msgstr "エージェント無効化"
+
+#: ../../godmode/users/configure_profile.php:257
+msgid "Edit agents"
+msgstr "エージェント編集"
+
+#: ../../godmode/users/configure_profile.php:264
+msgid "Edit alerts"
+msgstr "アラート編集"
+
+#: ../../godmode/users/configure_profile.php:275 ../../operation/menu.php:274
+#: ../../enterprise/godmode/reporting/graph_template_editor.php:217
+#: ../../enterprise/meta/event/custom_events.php:38
+msgid "View events"
+msgstr "イベント参照"
+
+#: ../../godmode/users/configure_profile.php:279
+msgid "Edit events"
+msgstr "イベント編集"
+
+#: ../../godmode/users/configure_profile.php:290
+msgid "View reports"
+msgstr "レポート表示"
+
+#: ../../godmode/users/configure_profile.php:294
+msgid "Edit reports"
+msgstr "レポート編集"
+
+#: ../../godmode/users/configure_profile.php:298
+msgid "Manage reports"
+msgstr "レポート管理"
+
+#: ../../godmode/users/configure_profile.php:305
+msgid "View network maps"
+msgstr "ネットワークマップ参照"
+
+#: ../../godmode/users/configure_profile.php:309
+msgid "Edit network maps"
+msgstr "ネットワークマップ編集"
+
+#: ../../godmode/users/configure_profile.php:313
+msgid "Manage network maps"
+msgstr "ネットワークマップ管理"
+
+#: ../../godmode/users/configure_profile.php:320
+#: ../../include/functions_menu.php:486
+msgid "View visual console"
+msgstr "ビジュアルコンソール表示"
+
+#: ../../godmode/users/configure_profile.php:324
+msgid "Edit visual console"
+msgstr "ビジュアルコンソール編集"
+
+#: ../../godmode/users/configure_profile.php:328
+#: ../../include/functions_menu.php:521
+msgid "Manage visual console"
+msgstr "ビジュアルコンソール管理"
+
+#: ../../godmode/users/configure_profile.php:335
+msgid "View incidents"
+msgstr "インシデント参照"
+
+#: ../../godmode/users/configure_profile.php:339
+msgid "Edit incidents"
+msgstr "インシデント編集"
+
+#: ../../godmode/users/configure_profile.php:343
+msgid "Manage incidents"
+msgstr "インシデント管理"
+
+#: ../../godmode/users/configure_profile.php:350
+msgid "Manage users"
+msgstr "ユーザ管理"
+
+#: ../../godmode/users/configure_profile.php:357
+msgid "Manage database"
+msgstr "データベース管理"
+
+#: ../../godmode/users/configure_profile.php:364
+msgid "Pandora management"
+msgstr "Pandora システム管理"
+
+#: ../../godmode/users/configure_user.php:90
+#: ../../operation/users/user_edit.php:62
+msgid "User detail editor"
+msgstr "ユーザ情報の編集"
+
+#: ../../godmode/users/configure_user.php:145
+#: ../../godmode/users/user_list.php:492
+msgid ""
+"The current authentication scheme doesn't support creating users from "
+"Pandora FMS"
+msgstr "現在の認証設定では、Pandora FMS 上でユーザを作成することはできません。"
+
+#: ../../godmode/users/configure_user.php:182
+msgid "User ID cannot be empty"
+msgstr "ユーザ ID は空に設定できません。"
+
+#: ../../godmode/users/configure_user.php:189
+msgid "Passwords cannot be empty"
+msgstr "パスワードは空に設定できません。"
+
+#: ../../godmode/users/configure_user.php:196
+msgid "Passwords didn't match"
+msgstr "パスワードが一致しません。"
+
+#: ../../godmode/users/configure_user.php:245
+msgid ""
+"Strict ACL is not recommended for admin users because performance could be "
+"affected."
+msgstr "パフォーマンスに影響するため、管理者ユーザへの厳重な ACL 設定はお勧めしません。"
+
+#: ../../godmode/users/configure_user.php:303
+#: ../../godmode/users/configure_user.php:313
+#: ../../godmode/users/configure_user.php:341
+#: ../../godmode/users/configure_user.php:347
+#: ../../godmode/users/configure_user.php:375
+#: ../../operation/users/user_edit.php:154
+#: ../../operation/users/user_edit.php:164
+msgid "User info successfully updated"
+msgstr "ユーザ情報を更新しました。"
+
+#: ../../godmode/users/configure_user.php:304
+#: ../../godmode/users/configure_user.php:314
+#: ../../godmode/users/configure_user.php:342
+#: ../../godmode/users/configure_user.php:348
+#: ../../godmode/users/configure_user.php:376
+msgid "Error updating user info (no change?)"
+msgstr "ユーザ情報の更新に失敗しました。(変更なし?)"
+
+#: ../../godmode/users/configure_user.php:318
+msgid "Passwords does not match"
+msgstr "パスワードが一致しません。"
+
+#: ../../godmode/users/configure_user.php:366
+msgid ""
+"Strict ACL is not recommended for this user. Performance could be affected."
+msgstr "このユーザには厳重な ACL はお勧めしません。パフォーマンスに影響します。"
+
+#: ../../godmode/users/configure_user.php:398
+msgid "Profile added successfully"
+msgstr "プロファイルを追加しました。"
+
+#: ../../godmode/users/configure_user.php:399
+msgid "Profile cannot be added"
+msgstr "プロファイルの追加に失敗しました。"
+
+#: ../../godmode/users/configure_user.php:425
+msgid "Update User"
+msgstr "ユーザ更新"
+
+#: ../../godmode/users/configure_user.php:428
+msgid "Create User"
+msgstr "ユーザ作成"
+
+#: ../../godmode/users/configure_user.php:441
+#: ../../godmode/users/user_list.php:266
+#: ../../include/functions_reporting_html.php:2816
+#: ../../operation/search_users.php:38
+#: ../../operation/snmpconsole/snmp_view.php:530
+#: ../../operation/users/user_edit.php:184
+msgid "User ID"
+msgstr "ユーザ ID"
+
+#: ../../godmode/users/configure_user.php:445
+#: ../../operation/users/user_edit.php:186
+msgid "Full (display) name"
+msgstr "表示名"
+
+#: ../../godmode/users/configure_user.php:449
+#: ../../operation/users/user_edit.php:255
+#: ../../enterprise/extensions/translate_string.php:250
+#: ../../enterprise/meta/advanced/metasetup.translate_string.php:132
+msgid "Language"
+msgstr "言語"
+
+#: ../../godmode/users/configure_user.php:457
+#: ../../operation/users/user_edit.php:221
+msgid "Password confirmation"
+msgstr "パスワード確認"
+
+#: ../../godmode/users/configure_user.php:464
+msgid "Global Profile"
+msgstr "全体プロファイル"
+
+#: ../../godmode/users/configure_user.php:468
+#: ../../godmode/users/user_list.php:414 ../../operation/search_users.php:64
+msgid "Administrator"
+msgstr "管理者"
+
+#: ../../godmode/users/configure_user.php:469
+msgid ""
+"This user has permissions to manage all. An admin user should not requiere "
+"additional group permissions, except for using Enterprise ACL."
+msgstr ""
+"このユーザはすべてを管理する権限があります。Enterprise ACL "
+"の利用を除いて、管理者ユーザは追加のグループパーミッション設定をすべきではありません。"
+
+#: ../../godmode/users/configure_user.php:473
+#: ../../operation/search_users.php:69
+msgid "Standard User"
+msgstr "標準ユーザ"
+
+#: ../../godmode/users/configure_user.php:474
+msgid ""
+"This user has separated permissions to view data in his group agents, create "
+"incidents belong to his groups, add notes in another incidents, create "
+"personal assignments or reviews and other tasks, on different profiles"
+msgstr "このユーザは、以下のプロファイル名およびグループ名の組み合わせで定義した、限られた権限を所有します。"
+
+#: ../../godmode/users/configure_user.php:477
+#: ../../godmode/users/user_list.php:407
+#: ../../operation/users/user_edit.php:208
+msgid "E-mail"
+msgstr "メールアドレス"
+
+#: ../../godmode/users/configure_user.php:481
+#: ../../operation/users/user_edit.php:210
+msgid "Phone number"
+msgstr "電話番号"
+
+#: ../../godmode/users/configure_user.php:516
+msgid "Use global conf"
+msgstr "グローバル設定を利用します。"
+
+#: ../../godmode/users/configure_user.php:531
+msgid "Metaconsole access"
+msgstr "メタコンソールアクセス"
+
+#: ../../godmode/users/configure_user.php:539
+msgid "Not Login"
+msgstr "ログイン無し"
+
+#: ../../godmode/users/configure_user.php:540
+msgid "The user with not login set only can access to API."
+msgstr "ログイン無しを設定したユーザは、API にのみアクセスできます。"
+
+#: ../../godmode/users/configure_user.php:543
+msgid "Strict ACL"
+msgstr "厳重な ACL"
+
+#: ../../godmode/users/configure_user.php:544
+msgid ""
+"With this option enabled, the user will can access to accurate information. "
+"It is not recommended for admin users because performance could be affected"
+msgstr ""
+"このオプションを有効にすると、ユーザは指定の範囲の情報にのみアクセスすることができます。パフォーマンスに影響するため、管理者ユーザではお勧めしません。"
+
+#: ../../godmode/users/configure_user.php:547
+msgid "Session Time"
+msgstr "セッション時間"
+
+#: ../../godmode/users/configure_user.php:554
+msgid "Enable agents managment"
+msgstr "エージェント管理を有効にする"
+
+#: ../../godmode/users/configure_user.php:561
+msgid "Assigned node"
+msgstr "割り当てノード"
+
+#: ../../godmode/users/configure_user.php:561
+msgid "Server where the agents created of this user will be placed"
+msgstr "このユーザでエージェントが作成されたサーバです。"
+
+#: ../../godmode/users/configure_user.php:573
+msgid "Enable node access"
+msgstr "ノードアクセスを有効にする"
+
+#: ../../godmode/users/configure_user.php:573
+msgid "With this option enabled, the user will can access to nodes console"
+msgstr "このオプションが有能の場合、ユーザはノードのコンソールへアクセスできます。"
+
+#: ../../godmode/users/configure_user.php:604
+#: ../../godmode/users/configure_user.php:613
+#: ../../operation/users/user_edit.php:479
+#: ../../operation/users/user_edit.php:487
+msgid "Profiles/Groups assigned to this user"
+msgstr "このユーザに割り当てるプロファイル/グループの組み合わせ"
+
+#: ../../godmode/users/profile_list.php:80
+msgid ""
+"Unsucessful delete profile. Because the profile is used by some admin users."
+msgstr "プロファイル削除に失敗しました。プロファイルがいくつかの管理者ユーザで使われいます。"
+
+#: ../../godmode/users/profile_list.php:88
+#: ../../godmode/users/user_list.php:189
+msgid "There was a problem deleting the profile"
+msgstr "プロファイルの削除に失敗しました。"
+
+#: ../../godmode/users/profile_list.php:226
+msgid "There was a problem updating this profile"
+msgstr "プロファイルの更新に失敗しました。"
+
+#: ../../godmode/users/profile_list.php:230
+msgid "Profile name cannot be empty"
+msgstr "プロファイル名は空にできません"
+
+#: ../../godmode/users/profile_list.php:282
+#: ../../godmode/users/profile_list.php:286
+msgid "There was a problem creating this profile"
+msgstr "プロファイルの作成に失敗しました。"
+
+#: ../../godmode/users/profile_list.php:304
+#: ../../enterprise/extensions/disabled/check_acls.php:44
+#: ../../enterprise/extensions/disabled/check_acls.php:124
+msgid "System incidents reading"
+msgstr "インシデント読み出し"
+
+#: ../../godmode/users/profile_list.php:305
+#: ../../enterprise/extensions/disabled/check_acls.php:45
+#: ../../enterprise/extensions/disabled/check_acls.php:125
+msgid "System incidents writing"
+msgstr "インシデント書き込み"
+
+#: ../../godmode/users/profile_list.php:306
+#: ../../enterprise/extensions/disabled/check_acls.php:46
+#: ../../enterprise/extensions/disabled/check_acls.php:126
+msgid "System incidents management"
+msgstr "インシデント管理"
+
+#: ../../godmode/users/profile_list.php:307
+#: ../../enterprise/extensions/disabled/check_acls.php:47
+#: ../../enterprise/extensions/disabled/check_acls.php:127
+msgid "Agents reading"
+msgstr "エージェントからの情報取得"
+
+#: ../../godmode/users/profile_list.php:308
+#: ../../include/functions_menu.php:479
+#: ../../enterprise/extensions/disabled/check_acls.php:48
+#: ../../enterprise/extensions/disabled/check_acls.php:128
+msgid "Agents management"
+msgstr "エージェント管理"
+
+#: ../../godmode/users/profile_list.php:309
+#: ../../enterprise/extensions/disabled/check_acls.php:49
+#: ../../enterprise/extensions/disabled/check_acls.php:129
+msgid "Agents disable"
+msgstr "エージェント無効化"
+
+#: ../../godmode/users/profile_list.php:310
+#: ../../enterprise/extensions/disabled/check_acls.php:50
+#: ../../enterprise/extensions/disabled/check_acls.php:130
+msgid "Alerts editing"
+msgstr "アラート編集"
+
+#: ../../godmode/users/profile_list.php:311
+#: ../../enterprise/extensions/disabled/check_acls.php:53
+#: ../../enterprise/extensions/disabled/check_acls.php:133
+msgid "Alerts management"
+msgstr "アラート管理"
+
+#: ../../godmode/users/profile_list.php:313
+#: ../../enterprise/extensions/disabled/check_acls.php:52
+#: ../../enterprise/extensions/disabled/check_acls.php:132
+msgid "Database management"
+msgstr "データベース管理"
+
+#: ../../godmode/users/profile_list.php:314
+#: ../../enterprise/extensions/disabled/check_acls.php:57
+#: ../../enterprise/extensions/disabled/check_acls.php:137
+msgid "Events reading"
+msgstr "イベント参照"
+
+#: ../../godmode/users/profile_list.php:315
+#: ../../enterprise/extensions/disabled/check_acls.php:58
+#: ../../enterprise/extensions/disabled/check_acls.php:138
+msgid "Events writing"
+msgstr "イベント編集"
+
+#: ../../godmode/users/profile_list.php:316
+#: ../../enterprise/extensions/disabled/check_acls.php:59
+#: ../../enterprise/extensions/disabled/check_acls.php:139
+msgid "Events management"
+msgstr "イベント管理"
+
+#: ../../godmode/users/profile_list.php:317
+#: ../../enterprise/extensions/disabled/check_acls.php:54
+#: ../../enterprise/extensions/disabled/check_acls.php:134
+msgid "Reports reading"
+msgstr "レポート参照"
+
+#: ../../godmode/users/profile_list.php:318
+#: ../../enterprise/extensions/disabled/check_acls.php:55
+#: ../../enterprise/extensions/disabled/check_acls.php:135
+msgid "Reports writing"
+msgstr "レポート編集"
+
+#: ../../godmode/users/profile_list.php:319
+#: ../../enterprise/extensions/disabled/check_acls.php:56
+#: ../../enterprise/extensions/disabled/check_acls.php:136
+msgid "Reports management"
+msgstr "レポート管理"
+
+#: ../../godmode/users/profile_list.php:320
+msgid "Network maps reading"
+msgstr "ネットワークマップ参照"
+
+#: ../../godmode/users/profile_list.php:321
+msgid "Network maps writing"
+msgstr "ネットワークマップ編集"
+
+#: ../../godmode/users/profile_list.php:322
+msgid "Network maps management"
+msgstr "ネットワークマップ管理"
+
+#: ../../godmode/users/profile_list.php:323
+msgid "Visual console reading"
+msgstr "ビジュアルコンソール参照"
+
+#: ../../godmode/users/profile_list.php:324
+msgid "Visual console writing"
+msgstr "ビジュアルコンソール編集"
+
+#: ../../godmode/users/profile_list.php:325
+msgid "Visual console management"
+msgstr "ビジュアルコンソール管理"
+
+#: ../../godmode/users/profile_list.php:326
+#: ../../enterprise/extensions/disabled/check_acls.php:60
+#: ../../enterprise/extensions/disabled/check_acls.php:140
+msgid "Systems management"
+msgstr "システム管理"
+
+#: ../../godmode/users/profile_list.php:398
+msgid "There are no defined profiles"
+msgstr "定義済のプロファイルがありません"
+
+#: ../../godmode/users/user_list.php:121
+msgid "Users defined in Pandora"
+msgstr "Pandora 内ユーザ"
+
+#: ../../godmode/users/user_list.php:143
+#, php-format
+msgid "Deleted user %s"
+msgstr "ユーザ %s を削除しました"
+
+#: ../../godmode/users/user_list.php:148 ../../godmode/users/user_list.php:181
+msgid "There was a problem deleting the user"
+msgstr "ユーザの削除に失敗しました。"
+
+#: ../../godmode/users/user_list.php:163
+#, php-format
+msgid "Deleted user %s from metaconsole"
+msgstr "メタコンソールから、ユーザ %s を削除しました"
+
+#: ../../godmode/users/user_list.php:172
+#, php-format
+msgid "Deleted user %s from %s"
+msgstr "ユーザ %s を %s から削除しました"
+
+#: ../../godmode/users/user_list.php:175
+#, php-format
+msgid "Successfully deleted from %s"
+msgstr "%s から削除しました"
+
+#: ../../godmode/users/user_list.php:176
+#, php-format
+msgid "There was a problem deleting the user from %s"
+msgstr "%s からのユーザ削除で問題が発生しました"
+
+#: ../../godmode/users/user_list.php:204
+msgid "There was a problem disabling user"
+msgstr "ユーザの無効化で問題が発生しました"
+
+#: ../../godmode/users/user_list.php:209
+msgid "There was a problem enabling user"
+msgstr "ユーザの有効化で問題が発生しました"
+
+#: ../../godmode/users/user_list.php:231 ../../godmode/users/user_list.php:233
+msgid "Search by username, fullname or email"
+msgstr "ユーザ名、フルネーム、メールアドレスでの検索"
+
+#: ../../godmode/users/user_list.php:249
+msgid "Users control filter"
+msgstr "ユーザ制御フィルタ"
+
+#: ../../godmode/users/user_list.php:275 ../../godmode/users/user_list.php:413
+#: ../../operation/search_users.php:63
+#: ../../enterprise/extensions/disabled/check_acls.php:61
+#: ../../enterprise/extensions/disabled/check_acls.php:141
+#: ../../enterprise/godmode/setup/setup_metaconsole.php:250
+#: ../../enterprise/meta/advanced/metasetup.consoles.php:339
+msgid "Admin"
+msgstr "管理者"
+
+#: ../../godmode/users/user_list.php:276
+msgid "Profile / Group"
+msgstr "プロファイル / グループ"
+
+#: ../../godmode/users/user_list.php:457 ../../operation/search_users.php:82
+msgid "The user doesn't have any assigned profile/group"
+msgstr "このユーザには、プロファイル/グループの組み合わせが何も割り当てられていません。"
+
+#: ../../godmode/users/user_list.php:470
+msgid "Deleting User"
+msgstr "ユーザの削除"
+
+#: ../../godmode/users/user_list.php:472
+msgid "Delete from all consoles"
+msgstr "全コンソールからの削除"
+
+#: ../../godmode/users/user_list.php:472
+#, php-format
+msgid "Deleting User %s from all consoles"
+msgstr "ユーザ %s を全コンソールから削除しました"
+
+#: ../../godmode/users/user_list.php:488
+msgid "Create user"
+msgstr "ユーザの作成"
#: ../../include/ajax/double_auth.ajax.php:146
msgid ""
@@ -10414,6 +18443,7 @@ msgstr "コードを手動で入力するか、QRコードを使って自動追
#: ../../include/ajax/double_auth.ajax.php:151
#: ../../include/ajax/double_auth.ajax.php:287
+#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:97
msgid "Code"
msgstr "コード"
@@ -10453,6 +18483,15 @@ msgstr "続ける"
msgid "Are you installed the app yet?"
msgstr "アプリケーションをインストールしましたか。"
+#: ../../include/ajax/double_auth.ajax.php:254
+#: ../../include/ajax/double_auth.ajax.php:349
+#: ../../include/ajax/double_auth.ajax.php:394
+#: ../../include/ajax/double_auth.ajax.php:509
+#: ../../operation/users/user_edit.php:700
+#: ../../operation/users/user_edit.php:765
+msgid "There was an error loading the data"
+msgstr "データのロードでエラーが発生しました"
+
#: ../../include/ajax/double_auth.ajax.php:277
msgid "A private code has been generated"
msgstr "プライベートコードを生成しました"
@@ -10486,2351 +18525,334 @@ msgstr "コードを確認"
msgid "The code is valid, you can exit now"
msgstr "正しいコードです。終了します。"
+#: ../../include/ajax/double_auth.ajax.php:489
+#: ../../mobile/include/user.class.php:171 ../../enterprise/meta/index.php:239
+#: ../../index.php:241
+msgid "Invalid code"
+msgstr "不正なコード"
+
#: ../../include/ajax/double_auth.ajax.php:497
msgid "The code is valid, but it was an error saving the data"
msgstr "正しいコードですが、データの保存でエラーが発生しました。"
-#: ../../include/functions_update_manager.php:202
-msgid "There is a unknown error."
-msgstr "不明なエラーがあります。"
-
-#: ../../include/functions_update_manager.php:316
-#: ../../include/functions_update_manager.php:319
-#: ../../include/functions_update_manager.php:409
-#: ../../include/functions_update_manager.php:413
-msgid "Could not connect to internet"
-msgstr "インターネットへ接続できません"
-
-#: ../../include/functions_update_manager.php:324
-#: ../../include/functions_update_manager.php:327
-#: ../../include/functions_update_manager.php:420
-#: ../../include/functions_update_manager.php:424
-msgid "Server not found."
-msgstr "サーバが見つかりません。"
-
-#: ../../include/functions_update_manager.php:346
-msgid "Update to the next version"
-msgstr "次のバージョンへアップデート"
-
-#: ../../include/functions_update_manager.php:349
-msgid "There is no update available."
-msgstr "更新がありません。"
-
-#: ../../include/functions_update_manager.php:458
-#: ../../include/functions_update_manager.php:488
-msgid "Remote server error on newsletter request"
-msgstr "ニュースレターリクエストにおけるリモートサーバエラー"
-
-#: ../../include/functions_update_manager.php:466
-msgid "E-mail successfully subscribed to newsletter."
-msgstr "ニュースレターの購読登録が完了しました。"
-
-#: ../../include/functions_update_manager.php:468
-msgid "E-mail has already subscribed to newsletter."
-msgstr "設定メールアドレスはすでにニュースレター購読済です。"
-
-#: ../../include/functions_update_manager.php:470
-#: ../../include/functions_update_manager.php:510
-msgid "Update manager returns error code: "
-msgstr "アップデートマネージャがエラーコードを返しました: "
-
-#: ../../include/functions_update_manager.php:505
-msgid "Pandora successfully subscribed with UID: "
-msgstr "次のUIDで購読しました: "
-
-#: ../../include/functions_update_manager.php:507
-msgid "Unsuccessful subscription."
-msgstr "購読に失敗しました。"
-
-#: ../../include/functions_update_manager.php:635
-msgid "Failed extracting the package to temp directory."
-msgstr "テンポラリディレクトリへのパッケージ展開に失敗しました。"
-
-#: ../../include/functions_update_manager.php:664
-msgid "Failed the copying of the files."
-msgstr "ファイルのコピーに失敗しました。"
-
-#: ../../include/functions_update_manager.php:680
-msgid "Package extracted successfully."
-msgstr "パッケージを展開しました。"
-
-#: ../../include/functions_visual_map.php:1150
-msgid "Last value: "
-msgstr "最新の値: "
-
-#: ../../include/functions_visual_map.php:1665
-#: ../../include/functions_visual_map.php:1898
-#: ../../godmode/massive/massive_add_action_alerts.php:59
-#: ../../godmode/massive/massive_add_alerts.php:73
-#: ../../godmode/massive/massive_edit_agents.php:92
-#: ../../godmode/massive/massive_delete_agents.php:33
-#: ../../godmode/massive/massive_delete_modules.php:61
-#: ../../godmode/massive/massive_delete_tags.php:97
-#: ../../godmode/massive/massive_add_tags.php:33
-#: ../../godmode/massive/massive_delete_alerts.php:83
-msgid "No agents selected"
-msgstr "エージェントが選択されていません。"
-
-#: ../../include/functions_visual_map.php:1723
-msgid "Agent successfully added to layout"
-msgstr "エージェントが追加されました。"
-
-#: ../../include/functions_visual_map.php:1749
-#: ../../godmode/massive/massive_add_action_alerts.php:116
-#: ../../godmode/massive/massive_delete_action_alerts.php:119
-#: ../../godmode/massive/massive_edit_modules.php:1073
-#: ../../godmode/massive/massive_delete_tags.php:102
-#: ../../godmode/massive/massive_add_tags.php:38
-#: ../../godmode/reporting/visual_console_builder.php:486
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:174
-msgid "No modules selected"
-msgstr "モジュールが選択されていません。"
-
-#: ../../include/functions_visual_map.php:1870
-msgid "Modules successfully added to layout"
-msgstr "モジュールが追加されました。"
-
-#: ../../include/functions_visual_map.php:2067
-msgid "Agents successfully added to layout"
-msgstr "レイアウトにエージェントを追加しました"
-
-#: ../../include/functions_visual_map.php:2408
-msgid "Cannot load the visualmap"
-msgstr "ビジュアルマップを読み込めません"
-
-#: ../../include/functions_visual_map.php:2740
-#: ../../include/functions_visual_map_editor.php:62
-#: ../../include/functions_visual_map_editor.php:611
-#: ../../godmode/reporting/visual_console_builder.elements.php:188
-msgid "Box"
-msgstr "ボックス"
-
-#: ../../include/functions_visual_map.php:2748
-msgid "Percentile bar"
-msgstr "パーセント(バー)"
-
-#: ../../include/functions_visual_map.php:2752
-msgid "Static graph"
-msgstr "状態を表すアイコン"
-
-#: ../../include/functions_visual_map.php:2757
-#: ../../include/functions_visual_map_editor.php:607
-#: ../../godmode/reporting/visual_console_builder.elements.php:158
-msgid "Simple Value"
-msgstr "数値"
-
-#: ../../include/functions_visual_map.php:2761
-#: ../../include/functions_visual_map_editor.php:59
-#: ../../include/functions_visual_map_editor.php:167
-#: ../../include/functions_visual_map_editor.php:608
-#: ../../godmode/reporting/graph_builder.graph_editor.php:86
-#: ../../godmode/reporting/visual_console_builder.wizard.php:300
-#: ../../godmode/reporting/visual_console_builder.elements.php:77
-#: ../../godmode/reporting/visual_console_builder.elements.php:178
-#: ../../godmode/reporting/reporting_builder.item_editor.php:693
-msgid "Label"
-msgstr "ラベル"
-
-#: ../../include/functions_visual_map.php:2769
-#: ../../include/functions_visual_map_editor.php:60
-#: ../../include/functions_visual_map_editor.php:609
-#: ../../godmode/setup/os.builder.php:39
-#: ../../godmode/reporting/visual_console_builder.elements.php:183
-#: ../../godmode/groups/group_list.php:338
-#: ../../godmode/groups/configure_group.php:119
-#: ../../godmode/modules/module_list.php:57
-msgid "Icon"
-msgstr "アイコン"
-
-#: ../../include/functions_snmp.php:67
-msgid "Load Average (Last minute)"
-msgstr "ロードアベレージ (1分)"
-
-#: ../../include/functions_snmp.php:71
-msgid "Load Average (Last 5 minutes)"
-msgstr "ロードアベレージ (5分)"
-
-#: ../../include/functions_snmp.php:75
-msgid "Load Average (Last 15 minutes)"
-msgstr "ロードアベレージ (15分)"
-
-#: ../../include/functions_snmp.php:79
-msgid "Total Swap Size configured for the host"
-msgstr "ホストに設定されているスワップ容量"
-
-#: ../../include/functions_snmp.php:83
-msgid "Available Swap Space on the host"
-msgstr "ホストのスワップ領域の空き容量"
-
-#: ../../include/functions_snmp.php:87
-msgid "Total Real/Physical Memory Size on the host"
-msgstr "ホストの物理メモリ量"
-
-#: ../../include/functions_snmp.php:91
-msgid "Available Real/Physical Memory Space on the host"
-msgstr "ホストの実メモリの空き容量"
-
-#: ../../include/functions_snmp.php:95
-msgid "Total Available Memory on the host"
-msgstr "ホストの全体の空きメモリ"
-
-#: ../../include/functions_snmp.php:99
-msgid "Total Cached Memory"
-msgstr "キャッシュメモリ量"
-
-#: ../../include/functions_snmp.php:103
-msgid "Total Buffered Memory"
-msgstr "バッファメモリ量"
-
-#: ../../include/functions_snmp.php:107
-msgid "Amount of memory swapped in from disk (kB/s)"
-msgstr "ディスクからスワップしているメモリ量 (kB/s)"
-
-#: ../../include/functions_snmp.php:111
-msgid "Amount of memory swapped to disk (kB/s)"
-msgstr "ディスクへスワップしているメモリ量 (kB/s)"
-
-#: ../../include/functions_snmp.php:115
-msgid "Number of blocks sent to a block device"
-msgstr "ブロックデバイスへ送っているブロック数"
-
-#: ../../include/functions_snmp.php:119
-msgid "Number of blocks received from a block device"
-msgstr "ブロックデバイスから受け取っているブロック数"
-
-#: ../../include/functions_snmp.php:123
-msgid "Number of interrupts processed"
-msgstr "割り込み処理数"
-
-#: ../../include/functions_snmp.php:127
-msgid "Number of context switches"
-msgstr "コンテキストスイッチ数"
-
-#: ../../include/functions_snmp.php:131
-msgid "user CPU time"
-msgstr "user CPU時間"
-
-#: ../../include/functions_snmp.php:135
-msgid "system CPU time"
-msgstr "system CPU時間"
-
-#: ../../include/functions_snmp.php:139
-msgid "idle CPU time"
-msgstr "idle CPU時間"
-
-#: ../../include/functions_snmp.php:143
-msgid "system Up time"
-msgstr "システムアップタイム"
-
-#: ../../include/functions_filemanager.php:172
-#: ../../include/functions_filemanager.php:242
-#: ../../include/functions_filemanager.php:300
-#: ../../include/functions_filemanager.php:382
-msgid "Security error"
-msgstr "セキュリティエラー"
-
-#: ../../include/functions_filemanager.php:185
-msgid "Upload error"
-msgstr "アップロードエラー"
-
-#: ../../include/functions_filemanager.php:193
-#: ../../include/functions_filemanager.php:261
-#: ../../include/functions_filemanager.php:326
-msgid "Upload correct"
-msgstr "アップロードしました"
-
-#: ../../include/functions_filemanager.php:206
-msgid ""
-"File size seems to be too large. Please check your php.ini configuration or "
-"contact with the administrator"
-msgstr "ファイルサイズが大きすぎます。php.ini の設定を確認するか管理者に相談してください。"
-
-#: ../../include/functions_filemanager.php:254
-msgid "Error creating file"
-msgstr "ファイル作成エラー"
-
-#: ../../include/functions_filemanager.php:267
-#: ../../include/functions_filemanager.php:362
-msgid "Error creating file with empty name"
-msgstr "ファイル名未指定によるファイル作成エラー"
-
-#: ../../include/functions_filemanager.php:312
-msgid "Attach error"
-msgstr "添付エラー"
-
-#: ../../include/functions_filemanager.php:348
-msgid "Security error."
-msgstr "セキュリティエラー"
-
-#: ../../include/functions_filemanager.php:357
-msgid "Directory created"
-msgstr "ディレクトリを作成しました"
-
-#: ../../include/functions_filemanager.php:385
-#: ../../include/functions_reporting_html.php:1238
-msgid "Deleted"
-msgstr "削除しました"
-
-#: ../../include/functions_filemanager.php:550
+#: ../../include/ajax/events.php:158
+#: ../../enterprise/extensions/ipam/ipam_ajax.php:269
#, php-format
-msgid "Directory %s doesn't exist!"
-msgstr "%s ディレクトリは存在しません!"
-
-#: ../../include/functions_filemanager.php:561
-#: ../../godmode/setup/file_manager.php:63
-#: ../../godmode/servers/plugin.php:224
-#, php-format
-msgid "Index of %s"
-msgstr "%s 一覧"
-
-#: ../../include/functions_filemanager.php:565
-msgid "Index of images"
-msgstr "画像一覧"
-
-#: ../../include/functions_filemanager.php:603
-msgid "Parent directory"
-msgstr "親ディレクトリ"
-
-#: ../../include/functions_filemanager.php:632
-msgid "The zip upload in this dir, easy to upload multiple files."
-msgstr "このディレクトリに zip ファイルもアップロードできます。複数ファイルのアップロードも簡単です。"
-
-#: ../../include/functions_filemanager.php:636
-msgid "Decompress"
-msgstr "展開"
-
-#: ../../include/functions_filemanager.php:638
-msgid "Go"
-msgstr "実行"
-
-#: ../../include/functions_filemanager.php:679
-msgid "Directory"
-msgstr "ディレクトリ"
-
-#: ../../include/functions_filemanager.php:682
-#: ../../include/functions_visual_map_editor.php:198
-#: ../../godmode/reporting/visual_console_builder.wizard.php:118
-#: ../../godmode/reporting/visual_console_builder.elements.php:78
-msgid "Image"
-msgstr "画像"
-
-#: ../../include/functions_filemanager.php:685
-msgid "Compressed file"
-msgstr "圧縮ファイル"
-
-#: ../../include/functions_filemanager.php:688
-#: ../../include/functions_filemanager.php:695
-msgid "Text file"
-msgstr "テキストファイル"
-
-#: ../../include/functions_filemanager.php:759
-#: ../../godmode/servers/plugin.php:151
-msgid "Edit file"
-msgstr "ファイル編集"
-
-#: ../../include/functions_filemanager.php:785
-msgid "Create directory"
-msgstr "ディレクトリの作成"
-
-#: ../../include/functions_filemanager.php:790
-msgid "Create text"
-msgstr "テキストの作成"
-
-#: ../../include/functions_filemanager.php:795
-msgid "Upload file/s"
-msgstr "ファイルのアップロード"
-
-#: ../../include/functions_filemanager.php:802
-msgid "The directory is read-only"
-msgstr "ディレクトリが読み出し専用です。"
-
-#: ../../include/functions_db.php:75
-#, php-format
-msgid "Error connecting to database %s at %s."
-msgstr "データベース %s@%s への接続エラー。"
-
-#: ../../include/functions_db.php:1499 ../../godmode/menu.php:317
-#: ../../godmode/db/db_refine.php:33
-msgid "Database debug"
-msgstr "DBのデバッグ"
-
-#: ../../include/functions_db.php:1515
-msgid "SQL sentence"
-msgstr "SQL 構文"
-
-#: ../../include/functions_db.php:1517
-msgid "Rows"
-msgstr "行"
-
-#: ../../include/functions_db.php:1518
-msgid "Saved"
-msgstr "保存"
-
-#: ../../include/functions_db.php:1519
-msgid "Time (ms)"
-msgstr "時間 (ミリ秒)"
-
-#: ../../include/functions_db.php:1529
-#: ../../include/functions_reporting_html.php:496
-#: ../../include/functions_reporting_html.php:575
-#: ../../include/functions_reporting_html.php:675
-#: ../../include/functions_reporting_html.php:2043
-#: ../../include/functions_reporting_html.php:2523
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1333
-msgid "OK"
-msgstr "OK"
-
-#: ../../include/functions_custom_graphs.php:226
-#: ../../godmode/reporting/reporting_builder.list_items.php:313
-msgid "No items."
-msgstr "アイテムがありません。"
-
-#: ../../include/functions_groups.php:63
-msgid "Alert Actions"
-msgstr "アラートアクション"
-
-#: ../../include/functions_groups.php:78
-msgid "Alert Templates"
-msgstr "アラートテンプレート"
-
-#: ../../include/functions_groups.php:135
-msgid "Layout visual console"
-msgstr "ビジュアルコンソールレイアウト"
-
-#: ../../include/functions_groups.php:149
-msgid "Plannet down time"
-msgstr "計画停止時間"
-
-#: ../../include/functions_groups.php:176
-msgid "GIS maps"
-msgstr "GIS マップ"
-
-#: ../../include/functions_groups.php:190
-msgid "GIS connections"
-msgstr "GIS 利用マップ"
-
-#: ../../include/functions_groups.php:204
-msgid "GIS map layers"
-msgstr "GIS マップレイヤ"
-
-#: ../../include/functions_groups.php:217
-msgid "Network maps"
-msgstr "ネットワークマップ"
-
-#: ../../include/functions_groups.php:2149
-msgid "Show branch children"
-msgstr "子の表示"
-
-#: ../../include/functions_groups.php:2178
-msgid ""
-"You can not delete the last group in Pandora. A common installation must has "
-"almost one group."
-msgstr "最後のグループは削除できません。通常、1つはグループが設定されていなければなりません。"
-
-#: ../../include/functions_ui.php:225
-msgid "Information"
-msgstr "情報"
-
-#: ../../include/functions_ui.php:231
-msgid "Success"
-msgstr "成功"
-
-#: ../../include/functions_ui.php:367
-msgid "Request successfully processed"
-msgstr "要求された処理を実行しました。"
-
-#: ../../include/functions_ui.php:370
-msgid "Error processing request"
-msgstr "要求された処理の実行に失敗しました。"
-
-#: ../../include/functions_ui.php:508
-msgid ""
-"Is possible that this view uses part of information which your user has not "
-"access"
-msgstr "あなたのユーザでアクセスできない情報の一部を利用している可能性があります"
-
-#: ../../include/functions_ui.php:1003 ../../godmode/alerts/alert_view.php:152
-#: ../../godmode/alerts/configure_alert_template.php:846
-msgid "The alert would fire when the value is "
-msgstr "取得した値が の場合、アラートを発生させます。"
-
-#: ../../include/functions_ui.php:1007 ../../godmode/alerts/alert_view.php:156
-#: ../../godmode/alerts/configure_alert_template.php:847
-msgid "The alert would fire when the value is not "
-msgstr "取得した値が 以外の場合、アラートを発生させます。"
-
-#: ../../include/functions_ui.php:1012 ../../godmode/alerts/alert_view.php:144
-#: ../../godmode/alerts/configure_alert_template.php:844
-msgid ""
-"The alert would fire when the value matches "
-msgstr "取得した値が にマッチした場合、アラートを発生させます。"
-
-#: ../../include/functions_ui.php:1015 ../../godmode/alerts/alert_view.php:147
-msgid ""
-"The alert would fire when the value doesn't match "
-msgstr "取得した値が にマッチしない場合、アラートを発生させます。"
-
-#: ../../include/functions_ui.php:1021 ../../godmode/alerts/alert_view.php:161
-#: ../../godmode/alerts/configure_alert_template.php:848
-msgid ""
-"The alert would fire when the value is between and "
-""
-msgstr ""
-"取得した値が と "
-"の間になったら、アラートを発生させます。"
-
-#: ../../include/functions_ui.php:1024 ../../godmode/alerts/alert_view.php:164
-msgid ""
-"The alert would fire when the value is not between "
-"and "
-msgstr ""
-"取得した値が と "
-"の間を外れたら、アラートを発生させます。"
-
-#: ../../include/functions_ui.php:1028
-msgid "The alert would fire when the value is over "
-msgstr "取得した値が 以上になったら、アラートを発生させます。"
-
-#: ../../include/functions_ui.php:1033
-msgid "The alert would fire when the value is under "
-msgstr "取得した値が 未満になったら、アラートを発生させます。"
-
-#: ../../include/functions_ui.php:1038 ../../godmode/alerts/alert_view.php:186
-#: ../../godmode/alerts/configure_alert_template.php:852
-msgid "The alert would fire when the module is in warning status"
-msgstr "該当モジュールが警告状態になったら、アラートを発生させます。"
-
-#: ../../include/functions_ui.php:1043 ../../godmode/alerts/alert_view.php:189
-#: ../../godmode/alerts/configure_alert_template.php:853
-msgid "The alert would fire when the module is in critical status"
-msgstr "該当モジュールが障害になったら、アラートを発生させます。"
-
-#: ../../include/functions_ui.php:1080
-#: ../../godmode/servers/recon_script.php:183
-#: ../../godmode/servers/plugin.php:473
-msgid "Help"
-msgstr "ヘルプ"
-
-#: ../../include/functions_ui.php:1307
-msgid "the Flexible Monitoring System"
-msgstr "the Flexible Monitoring System"
-
-#: ../../include/functions_ui.php:1627 ../../include/functions_ui.php:1661
-#, php-format
-msgid "Total items: %s"
-msgstr "全アイテム数: %s"
-
-#: ../../include/functions_ui.php:1968
-msgid "Unknown type"
-msgstr "不明なタイプ"
-
-#: ../../include/functions_ui.php:2001 ../../include/functions_graph.php:758
-#: ../../include/functions_graph.php:759 ../../include/functions_graph.php:760
-#: ../../include/functions_graph.php:763
-#: ../../include/functions_graph.php:1433
-#: ../../include/functions_graph.php:3947
-#: ../../include/functions_graph.php:3952
-#: ../../include/functions_graph.php:4670
-#: ../../include/functions_graph.php:4673
-#: ../../include/functions_graph.php:4676
-#: ../../include/graphs/functions_pchart.php:202
-#: ../../include/graphs/functions_pchart.php:1190
-#: ../../include/functions_reporting.php:948
-#: ../../godmode/alerts/alert_view.php:310
-#: ../../godmode/reporting/reporting_builder.item_editor.php:781
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1284
-msgid "Max"
-msgstr "最大"
-
-#: ../../include/functions_ui.php:2001 ../../include/functions_graph.php:758
-#: ../../include/functions_graph.php:759 ../../include/functions_graph.php:760
-#: ../../include/functions_graph.php:763
-#: ../../include/functions_graph.php:1435
-#: ../../include/functions_graph.php:3947
-#: ../../include/functions_graph.php:3952
-#: ../../include/functions_graph.php:4670
-#: ../../include/functions_graph.php:4673
-#: ../../include/functions_graph.php:4676
-#: ../../include/graphs/functions_pchart.php:208
-#: ../../include/graphs/functions_pchart.php:1188
-#: ../../include/functions_reporting.php:951
-#: ../../godmode/alerts/alert_view.php:310
-#: ../../godmode/reporting/reporting_builder.item_editor.php:779
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1286
-msgid "Min"
-msgstr "最小"
-
-#: ../../include/functions_ui.php:2781
-msgid "Type at least two characters to search."
-msgstr "2文字以上入力するとマッチするエージェント名が検索されます"
-
-#: ../../include/functions_ui.php:3574
-msgid "Problem with Pandora FMS database"
-msgstr "Pandora FMS データベースに問題があります"
-
-#: ../../include/functions_ui.php:3575
-msgid ""
-"Cannot connect to the database, please check your database setup in the "
-"include/config.php file.
\n"
-"\t\t\tProbably your database, hostname, user or password values are "
-"incorrect or\n"
-"\t\t\tthe database server is not running."
-msgstr ""
-"データベースに接続できません。 include/config.php "
-"ファイル内のデータベースの設定を確認してください。
\n"
-"\t\t\tおそらく、データベース名、ホスト名、ユーザ名またはパスワードの値が不正か、\n"
-"\t\t\tデータベースが動作していません。"
-
-#: ../../include/functions_ui.php:3579
-msgid "DB ERROR"
-msgstr "DB エラー"
-
-#: ../../include/functions_ui.php:3585
-msgid ""
-"If you have modified auth system, this problem could be because Pandora "
-"cannot override authorization variables from the config database. Remove "
-"them from your database by executing:
\n"
-"\t\t\tMost likely your database schema has been created but there are is no "
-"data in it, you have a problem with the database access credentials or your "
-"schema is out of date.\n"
-"\t\t\t
Pandora FMS Console cannot find include/config.php or "
-"this file has invalid\n"
-"\t\t\tpermissions and HTTP server cannot read it. Please read documentation "
-"to fix this problem."
-msgstr ""
-"データベースから設定を読み込めません。include/config.phpファイルのデータベース設定を確認してください。
または、Pandora FMS コンソールが include/config.php "
-"ファイルを見つけられないか、このファイルが不正な\n"
-"\t\t\t パーミッションで HTTP サーバが読むことができません。この問題の解決にはドキュメントを参照してください。"
-
-#: ../../include/functions_ui.php:3597
-msgid "No configuration file found"
-msgstr "設定ファイルがありません"
-
-#: ../../include/functions_ui.php:3598
-msgid ""
-"Pandora FMS Console cannot find include/config.php or this file has "
-"invalid\n"
-"\t\t\tpermissions and HTTP server cannot read it. Please read documentation "
-"to fix this problem."
-msgstr ""
-"Pandora FMS コンソールが include/config.php ファイルを見つけられないか、このファイルが不正な\n"
-"\t\t\t パーミッションで HTTP サーバが読むことができません。この問題の解決にはドキュメントを参照してください。"
-
-#: ../../include/functions_ui.php:3609
-#, php-format
-msgid "You may try to run the %sinstallation wizard%s to create one."
-msgstr "作成するには、%sインストールウィザード%s を実行します。"
-
-#: ../../include/functions_ui.php:3612
-msgid "Installer active"
-msgstr "インストーラが有効です"
-
-#: ../../include/functions_ui.php:3613
-msgid ""
-"For security reasons, normal operation is not possible until you delete "
-"installer file.\n"
-"\t\t\tPlease delete the ./install.php file before running Pandora FMS "
-"Console."
-msgstr ""
-"セキュリティ上の理由から、インストーラファイルを削除するまで通常の動作にはなりません。\n"
-"\t\t\t Pandora FMS コンソールを実行する前に ./install.phpファイルを削除してください。"
-
-#: ../../include/functions_ui.php:3617
-msgid "Bad permission for include/config.php"
-msgstr "include/config.php のパーミッションが不正です"
-
-#: ../../include/functions_ui.php:3618
-msgid ""
-"For security reasons, config.php must have restrictive permissions, "
-"and \"other\" users\n"
-"\t\t\tshould not read it or write to it. It should be written only for "
-"owner\n"
-"\t\t\t(usually www-data or http daemon user), normal operation is not "
-"possible until you change\n"
-"\t\t\tpermissions for include/config.php file. Please do it, it is "
-"for your security."
-msgstr ""
-"セキュリティ上の理由により、 config.php は制限されたパーミッションである必要があります。\n"
-"\t\t\t\"other\"ユーザは読み書きできないようにし、所有者(通常は www-data や http デーモンの\n"
-"\t\t\tユーザ)のみが書き込みできるようにします。include/config.php ファイルの\n"
-"\t\t\tパーミッションを修正するまで通常の動作をしません。セキュリティのために調整をしてください。"
-
-#: ../../include/functions_visual_map_editor.php:53
-#: ../../include/functions_visual_map_editor.php:359
-#: ../../godmode/reporting/visual_console_builder.elements.php:111
-#: ../../godmode/reporting/visual_console_builder.data.php:139
-msgid "Background"
-msgstr "背景"
-
-#: ../../include/functions_visual_map_editor.php:54
-#: ../../include/functions_visual_map_editor.php:604
-#: ../../godmode/reporting/visual_console_builder.wizard.php:104
-#: ../../godmode/reporting/visual_console_builder.elements.php:138
-msgid "Static Graph"
-msgstr "静的グラフ"
-
-#: ../../include/functions_visual_map_editor.php:55
-#: ../../include/functions_visual_map_editor.php:605
-#: ../../godmode/reporting/visual_console_builder.wizard.php:105
-msgid "Percentile Item"
-msgstr "パーセント表示"
-
-#: ../../include/functions_visual_map_editor.php:57
-#: ../../godmode/reporting/visual_console_builder.wizard.php:107
-msgid "Simple value"
-msgstr "値"
-
-#: ../../include/functions_visual_map_editor.php:57
-msgid ""
-"To use 'label'field, you should write\n"
-"\t\t\t\t\ta text to replace '(_VALUE_)' and the value of the module will be "
-"printed at the end."
-msgstr ""
-"'ラベル' フィールドを利用するには、'(_VALUE_)'を\n"
-"\t\t\t\t\t置き換えるテキストを書きます。最終的にはモジュールの値が表示されます。"
-
-#: ../../include/functions_visual_map_editor.php:84
-#: ../../include/functions_visual_map_editor.php:386
-#: ../../godmode/setup/gis_step_2.php:257
-#: ../../godmode/events/event_responses.editor.php:104
-#: ../../godmode/reporting/visual_console_builder.wizard.php:134
-#: ../../godmode/reporting/graph_builder.main.php:137
-msgid "Width"
-msgstr "幅"
-
-#: ../../include/functions_visual_map_editor.php:95
-#: ../../include/functions_visual_map_editor.php:119
-msgid "Border color"
-msgstr "枠の色"
-
-#: ../../include/functions_visual_map_editor.php:131
-msgid "Border width"
-msgstr "枠の幅"
-
-#: ../../include/functions_visual_map_editor.php:140
-msgid "Fill color"
-msgstr "塗りつぶしの色"
-
-#: ../../include/functions_visual_map_editor.php:218
-msgid "Enable link"
-msgstr "リンクを有効にする"
-
-#: ../../include/functions_visual_map_editor.php:237
-#: ../../godmode/reporting/visual_console_builder.data.php:144
-msgid "Background color"
-msgstr "背景色"
-
-#: ../../include/functions_visual_map_editor.php:239
-msgid "White"
-msgstr "白"
-
-#: ../../include/functions_visual_map_editor.php:240
-msgid "Black"
-msgstr "黒"
-
-#: ../../include/functions_visual_map_editor.php:241
-msgid "Transparent"
-msgstr "透過"
-
-#: ../../include/functions_visual_map_editor.php:254
-#: ../../include/functions_visual_map_editor.php:264
-#: ../../include/functions_reports.php:429
-#: ../../include/functions_reports.php:505
-#: ../../include/functions_reports.php:507
-#: ../../include/functions_reporting.php:5748
-#: ../../godmode/reporting/visual_console_builder.elements.php:78
-#: ../../godmode/reporting/visual_console_builder.elements.php:380
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1134
-msgid "Custom graph"
-msgstr "カスタムグラフ"
-
-#: ../../include/functions_visual_map_editor.php:322
-#: ../../godmode/reporting/graph_builder.main.php:151
-msgid "Type of graph"
-msgstr "グラフのタイプ"
-
-#: ../../include/functions_visual_map_editor.php:348
-#: ../../godmode/reporting/visual_console_builder.wizard.php:193
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:431
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:948
-msgid "Process"
-msgstr "処理"
-
-#: ../../include/functions_visual_map_editor.php:350
-#: ../../godmode/reporting/visual_console_builder.wizard.php:196
-msgid "Min value"
-msgstr "最小値"
-
-#: ../../include/functions_visual_map_editor.php:351
-#: ../../include/functions_visual_map_editor.php:393
-#: ../../godmode/reporting/visual_console_builder.wizard.php:197
-#: ../../godmode/reporting/visual_console_builder.wizard.php:210
-msgid "Max value"
-msgstr "最大値"
-
-#: ../../include/functions_visual_map_editor.php:352
-#: ../../godmode/reporting/visual_console_builder.wizard.php:198
-msgid "Avg value"
-msgstr "平均値"
-
-#: ../../include/functions_visual_map_editor.php:366
-msgid "Original Size"
-msgstr "オリジナルのサイズ"
-
-#: ../../include/functions_visual_map_editor.php:367
-msgid "Apply"
-msgstr "適用"
-
-#: ../../include/functions_visual_map_editor.php:373
-msgid "Aspect ratio"
-msgstr "縦横比:"
-
-#: ../../include/functions_visual_map_editor.php:374
-msgid "Width proportional"
-msgstr "幅に比例"
-
-#: ../../include/functions_visual_map_editor.php:380
-msgid "Height proportional"
-msgstr "高さに比例"
-
-#: ../../include/functions_visual_map_editor.php:409
-#: ../../include/functions_visual_map_editor.php:428
-#: ../../godmode/reporting/visual_console_builder.wizard.php:230
-msgid "Value to show"
-msgstr "表示する値"
-
-#: ../../include/functions_visual_map_editor.php:438
-#: ../../godmode/reporting/visual_console_builder.wizard.php:185
-#: ../../godmode/reporting/visual_console_builder.elements.php:80
-#: ../../godmode/reporting/reporting_builder.item_editor.php:748
-#: ../../godmode/reporting/graph_builder.main.php:147
-#: ../../godmode/agentes/module_manager_editor_prediction.php:150
-msgid "Period"
-msgstr "更新間隔"
-
-#: ../../include/functions_visual_map_editor.php:497
-#: ../../godmode/snmpconsole/snmp_alert.php:966
-#: ../../godmode/snmpconsole/snmp_alert.php:1148
-#: ../../godmode/reporting/visual_console_builder.elements.php:80
-#: ../../godmode/reporting/reporting_builder.list_items.php:285
-msgid "Position"
-msgstr "位置"
-
-#: ../../include/functions_visual_map_editor.php:510
-msgid "For use the original image file size, set 0 width and 0 height."
-msgstr "オリジナルの画像サイズを利用するためには、幅と高さを 0 に設定してください。"
-
-#: ../../include/functions_visual_map_editor.php:537
-#: ../../godmode/reporting/visual_console_builder.elements.php:81
-msgid "Map linked"
-msgstr "リンク先マップ"
-
-#: ../../include/functions_visual_map_editor.php:546
-msgid "Lines haven't advanced options"
-msgstr "拡張オプションがありません"
-
-#: ../../include/functions_visual_map_editor.php:573
-msgid "Click start point of the line"
-msgstr "線の開始場所 をクリックしてください"
-
-#: ../../include/functions_visual_map_editor.php:578
-msgid "Click end point of the line"
-msgstr "線の終了場所 をクリックしてください"
-
-#: ../../include/functions_visual_map_editor.php:626
-msgid "Show grid"
-msgstr "グリッド表示"
-
-#: ../../include/functions_visual_map_editor.php:628
-msgid "Delete item"
-msgstr "アイテムの削除"
-
-#: ../../include/functions_visual_map_editor.php:629
-msgid "Copy item"
-msgstr "アイテムのコピー"
-
-#: ../../include/functions_visual_map_editor.php:657
-msgid "No image or name defined."
-msgstr "画像や名前が定義されていません。"
-
-#: ../../include/functions_visual_map_editor.php:659
-msgid "No label defined."
-msgstr "ラベルが定義されていません。"
-
-#: ../../include/functions_visual_map_editor.php:661
-msgid "No image defined."
-msgstr "画像が定義されていません。"
-
-#: ../../include/functions_visual_map_editor.php:663
-msgid "No process defined."
-msgstr "処理が定義されていません。"
-
-#: ../../include/functions_visual_map_editor.php:665
-msgid "No Max value defined."
-msgstr "最大値が定義されていません"
-
-#: ../../include/functions_visual_map_editor.php:667
-msgid "No width defined."
-msgstr "幅が定義されていません"
-
-#: ../../include/functions_visual_map_editor.php:669
-msgid "No period defined."
-msgstr "期間が定義されていません。"
-
-#: ../../include/functions_visual_map_editor.php:671
-msgid "No agent defined."
-msgstr "エージェントが定義されていません"
-
-#: ../../include/functions_visual_map_editor.php:673
-msgid "No module defined."
-msgstr "モジュールが定義されていません"
-
-#: ../../include/functions_visual_map_editor.php:676
-msgid "Successfully save the changes."
-msgstr "変更を保存しました。"
-
-#: ../../include/functions_visual_map_editor.php:678
-msgid "Could not be save"
-msgstr "保存できませんでした"
-
-#: ../../include/functions_reports.php:499
-#: ../../include/functions_reporting.php:5751
-#: ../../include/functions_reporting.php:5873
-msgid "Simple graph"
-msgstr "単一グラフ"
-
-#: ../../include/functions_reports.php:501
-#: ../../include/functions_reporting.php:3325
-msgid "Simple baseline graph"
-msgstr "シンプルベースライングラフ"
-
-#: ../../include/functions_reports.php:511
-msgid "SQL vertical bar graph"
-msgstr "SQL 縦棒グラフ"
-
-#: ../../include/functions_reports.php:513
-msgid "SQL pie graph"
-msgstr "SQL 円グラフ"
-
-#: ../../include/functions_reports.php:515
-msgid "SQL horizonal bar graph"
-msgstr "SQL 横棒グラフ"
-
-#: ../../include/functions_reports.php:519
-msgid "Automatic combined Graph"
-msgstr "自動合成グラフ"
-
-#: ../../include/functions_reports.php:523
-msgid "Availability graph"
-msgstr "可用性グラフ"
-
-#: ../../include/functions_reports.php:526
-msgid "Module Histogram graph"
-msgstr "モジュールヒストグラムグラフ"
-
-#: ../../include/functions_reports.php:528
-#: ../../include/functions_reports.php:530
-#: ../../include/functions_reports.php:532
-#: ../../include/functions_reports.php:534
-msgid "ITIL"
-msgstr "ITIL"
-
-#: ../../include/functions_reports.php:529
-#: ../../include/functions_reporting.php:3691
-msgid "TTRT"
-msgstr "TTRT"
-
-#: ../../include/functions_reports.php:531
-#: ../../include/functions_reporting.php:3688
-msgid "TTO"
-msgstr "TTO"
-
-#: ../../include/functions_reports.php:533
-#: ../../include/functions_reporting.php:3685
-msgid "MTBF"
-msgstr "MTBF"
-
-#: ../../include/functions_reports.php:535
-#: ../../include/functions_reporting.php:3682
-msgid "MTTR"
-msgstr "MTTR"
-
-#: ../../include/functions_reports.php:539
-#: ../../include/functions_reports.php:542
-#: ../../include/functions_reports.php:544
-#: ../../include/functions_reports.php:546
-#: ../../include/functions_reports.php:550
-msgid "SLA"
-msgstr "SLA"
-
-#: ../../include/functions_reports.php:540
-#: ../../include/functions_reporting.php:530
-msgid "S.L.A."
-msgstr "SLA"
-
-#: ../../include/functions_reports.php:543
-msgid "Monthly S.L.A."
-msgstr "月次 S.L.A."
-
-#: ../../include/functions_reports.php:545
-msgid "Weekly S.L.A."
-msgstr "週次 S.L.A."
-
-#: ../../include/functions_reports.php:547
-msgid "Hourly S.L.A."
-msgstr "1時間ごとの S.L.A."
-
-#: ../../include/functions_reports.php:551
-msgid "Services S.L.A."
-msgstr "サービス SLA"
-
-#: ../../include/functions_reports.php:556
-#: ../../include/functions_reports.php:558
-msgid "Forecasting"
-msgstr "予測"
-
-#: ../../include/functions_reports.php:557
-msgid "Prediction date"
-msgstr "予測日"
-
-#: ../../include/functions_reports.php:559
-msgid "Projection graph"
-msgstr "予想グラフ"
-
-#: ../../include/functions_reports.php:564
-#: ../../include/functions_graph.php:704
-#: ../../include/functions_graph.php:3931
-msgid "Avg. Value"
-msgstr "平均値"
-
-#: ../../include/functions_reports.php:566
-#: ../../include/functions_graph.php:703
-#: ../../include/functions_graph.php:3931
-#: ../../include/functions_reporting.php:3670
-#: ../../godmode/modules/manage_network_components_form_common.php:166
-#: ../../godmode/agentes/module_manager_editor_common.php:423
-msgid "Max. Value"
-msgstr "最大値"
-
-#: ../../include/functions_reports.php:568
-#: ../../include/functions_graph.php:705
-#: ../../include/functions_graph.php:3932
-#: ../../include/functions_reporting.php:3673
-#: ../../godmode/modules/manage_network_components_form_common.php:164
-#: ../../godmode/agentes/module_manager_editor_common.php:419
-msgid "Min. Value"
-msgstr "最小値"
-
-#: ../../include/functions_reports.php:570
-msgid "Monitor report"
-msgstr "モニタ項目レポート"
-
-#: ../../include/functions_reports.php:572
-msgid "Serialize data"
-msgstr "データの並び"
-
-#: ../../include/functions_reports.php:574
-#: ../../include/functions_reporting.php:3679
-#: ../../include/functions_reporting.php:5669
-msgid "Summatory"
-msgstr "合計"
-
-#: ../../include/functions_reports.php:576
-msgid "Historical Data"
-msgstr "保存データ"
-
-#: ../../include/functions_reports.php:580
-#: ../../include/functions_reports.php:582
-#: ../../include/functions_reports.php:584
-#: ../../include/functions_reports.php:587
-#: ../../include/functions_reports.php:591
-#: ../../include/functions_reports.php:594
-#: ../../include/functions_reports.php:596
-#: ../../include/functions_reports.php:598
-msgid "Grouped"
-msgstr "グループ化"
-
-#: ../../include/functions_reports.php:583
-msgid "Group report"
-msgstr "グループレポート"
-
-#: ../../include/functions_reports.php:585
-#: ../../include/functions_reporting.php:1722
-msgid "Exception"
-msgstr "例外"
-
-#: ../../include/functions_reports.php:592
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1208
-msgid "SQL query"
-msgstr "SQL クエリ"
-
-#: ../../include/functions_reports.php:595
-msgid "Top n"
-msgstr "トップ n"
-
-#: ../../include/functions_reports.php:597
-msgid "Network interfaces"
-msgstr "ネットワークインタフェース"
-
-#: ../../include/functions_reports.php:599
-#: ../../include/functions_reporting.php:4817
-#: ../../include/functions_reporting.php:5060
-msgid "Availability"
-msgstr "可用性"
-
-#: ../../include/functions_reports.php:602
-#: ../../include/functions_reports.php:604
-msgid "Text/HTML "
-msgstr "テキスト/HTML "
-
-#: ../../include/functions_reports.php:603
-#: ../../include/functions_reporting.php:3846 ../../godmode/setup/news.php:181
-#: ../../godmode/setup/setup_visuals.php:679
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1196
-msgid "Text"
-msgstr "文字列"
-
-#: ../../include/functions_reports.php:605
-msgid "Import text from URL"
-msgstr "URL からテキストをインポート"
-
-#: ../../include/functions_reports.php:610
-msgid "Alert report module"
-msgstr "アラートレポートモジュール"
-
-#: ../../include/functions_reports.php:612
-msgid "Alert report agent"
-msgstr "アラートレポートエージェント"
-
-#: ../../include/functions_reports.php:615
-msgid "Alert report group"
-msgstr "アラートレポートグループ"
-
-#: ../../include/functions_reports.php:621
-msgid "Event report agent"
-msgstr "イベントレポートエージェント"
-
-#: ../../include/functions_reports.php:623
-msgid "Event report module"
-msgstr "イベントレポートモジュール"
-
-#: ../../include/functions_reports.php:625
-msgid "Event report group"
-msgstr "イベントレポートグループ"
-
-#: ../../include/functions_reports.php:628
-#: ../../include/functions_reports.php:629
-#: ../../include/functions_reports.php:631
-#: ../../include/functions_reporting.php:1585
-#: ../../godmode/agentes/configurar_agente.php:527
-msgid "Inventory"
-msgstr "インベントリ"
-
-#: ../../include/functions_reports.php:632
-msgid "Inventory changes"
-msgstr "インベントリ変更"
-
-#: ../../include/functions_reports.php:637
-#: ../../include/functions_reports.php:639 ../../godmode/menu.php:131
-#: ../../godmode/setup/setup.php:138
-#: ../../godmode/agentes/planned_downtime.list.php:396
-msgid "Configuration"
-msgstr "設定"
-
-#: ../../include/functions_reports.php:638
-#: ../../include/functions_reporting.php:3522
-msgid "Agent configuration"
-msgstr "エージェント設定"
-
-#: ../../include/functions_reports.php:640
-#: ../../include/functions_reporting.php:2511
-msgid "Group configuration"
-msgstr "グループ設定"
-
-#: ../../include/functions_reports.php:641
-#: ../../include/functions_reports.php:643
-#: ../../include/functions_reports.php:645
-#: ../../include/functions_reports.php:647
-#: ../../include/functions_reports.php:649 ../../godmode/menu.php:264
-#: ../../godmode/setup/setup.php:96 ../../godmode/setup/setup.php:129
-msgid "Netflow"
-msgstr "Netflow"
-
-#: ../../include/functions_reports.php:642
-msgid "Netflow area chart"
-msgstr "Netflow 塗り潰しグラフ"
-
-#: ../../include/functions_reports.php:644
-msgid "Netflow pie chart"
-msgstr "Netflow 円グラフ"
-
-#: ../../include/functions_reports.php:646
-msgid "Netflow data table"
-msgstr "Netflow データ表"
-
-#: ../../include/functions_reports.php:648
-msgid "Netflow statistics table"
-msgstr "Netflow 統計表"
-
-#: ../../include/functions_reports.php:650
-msgid "Netflow summary table"
-msgstr "Netflow サマリ表"
-
-#: ../../include/functions_reports.php:654
-msgid "Log"
-msgstr "ログ"
-
-#: ../../include/functions_reports.php:655
-msgid "Log report"
-msgstr "ログレポート"
-
-#: ../../include/functions_graph.php:706
-msgid "Units. Value"
-msgstr "単位"
-
-#: ../../include/functions_graph.php:754
-#: ../../include/functions_graph.php:3947
-#: ../../include/functions_graph.php:3952
-#: ../../include/functions_graph.php:4670
-#: ../../include/functions_graph.php:4673
-#: ../../include/functions_graph.php:4676
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1127
-msgid "Last"
-msgstr "最新"
-
-#: ../../include/functions_graph.php:755 ../../include/functions_graph.php:758
-#: ../../include/functions_graph.php:759 ../../include/functions_graph.php:760
-#: ../../include/functions_graph.php:763
-#: ../../include/functions_graph.php:1437
-#: ../../include/functions_graph.php:3947
-#: ../../include/functions_graph.php:3952
-#: ../../include/functions_graph.php:4670
-#: ../../include/functions_graph.php:4673
-#: ../../include/functions_graph.php:4676
-#: ../../include/functions_reporting.php:956
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1288
-msgid "Avg"
-msgstr "平均"
-
-#: ../../include/functions_graph.php:781
-#: ../../include/functions_graph.php:1753
-#, php-format
-msgid "Percentile %dº"
-msgstr "%dパーセント"
-
-#: ../../include/functions_graph.php:815
-#: ../../include/functions_graph.php:4017
-msgid "Previous"
-msgstr "前へ"
-
-#: ../../include/functions_graph.php:1246
-#, php-format
-msgid "%s"
-msgstr "%s"
-
-#: ../../include/functions_graph.php:1753
-msgid " of module "
-msgstr " のモジュール "
-
-#: ../../include/functions_graph.php:2109
-msgid "Not fired alerts"
-msgstr "未発報アラート"
-
-#: ../../include/functions_graph.php:2118
-#: ../../include/functions_graph.php:2198
-#: ../../include/functions_graph.php:2271
-#: ../../include/functions_graph.php:3037
-#: ../../include/functions_graph.php:3473
-#: ../../include/functions_reporting_html.php:2924
-#: ../../include/functions_reporting_html.php:3002
-#: ../../include/functions_reporting.php:1207
-#: ../../include/functions_reporting.php:1360
-#: ../../include/functions_reporting.php:1379
-#: ../../include/functions_reporting.php:1400
-#: ../../include/functions_reporting.php:1421
-#: ../../include/functions_reporting.php:2087
-#: ../../include/functions_reporting.php:2269
-#: ../../include/functions_reporting.php:2290
-#: ../../include/functions_reporting.php:2311
-#: ../../include/functions_reporting.php:6179
-#: ../../include/functions_reporting.php:6199
-#: ../../include/functions_reporting.php:6219
-msgid "other"
-msgstr "その他"
-
-#: ../../include/functions_graph.php:2278
-#: ../../include/functions_graph.php:2325
-#: ../../include/graphs/functions_gd.php:165
-#: ../../include/graphs/functions_gd.php:256
-msgid "Out of limits"
-msgstr "範囲外"
-
-#: ../../include/functions_graph.php:2558
-msgid "Today"
-msgstr "今日"
-
-#: ../../include/functions_graph.php:2559
-msgid "Week"
-msgstr "週"
-
-#: ../../include/functions_graph.php:2560 ../../include/functions_html.php:863
-msgid "Month"
-msgstr "月"
-
-#: ../../include/functions_graph.php:2561
-#: ../../include/functions_graph.php:2562
-msgid "Months"
-msgstr "月"
-
-#: ../../include/functions_graph.php:2584
-msgid "History db"
-msgstr "ヒストリデータベース"
-
-#: ../../include/functions_graph.php:2771
-#: ../../include/functions_incidents.php:29
-#: ../../include/functions_incidents.php:54
-msgid "Informative"
-msgstr "情報"
-
-#: ../../include/functions_graph.php:2772
-#: ../../include/functions_incidents.php:30
-#: ../../include/functions_incidents.php:57
-msgid "Low"
-msgstr "低い"
-
-#: ../../include/functions_graph.php:2773
-#: ../../include/functions_incidents.php:31
-#: ../../include/functions_incidents.php:60
-msgid "Medium"
-msgstr "中くらい"
-
-#: ../../include/functions_graph.php:2774
-#: ../../include/functions_incidents.php:32
-#: ../../include/functions_incidents.php:63
-msgid "Serious"
-msgstr "深刻"
-
-#: ../../include/functions_graph.php:2775
-#: ../../include/functions_incidents.php:33
-#: ../../include/functions_incidents.php:66
-msgid "Very serious"
-msgstr "とても深刻"
-
-#: ../../include/functions_graph.php:2776
-#: ../../include/functions_graph.php:3276
-#: ../../include/functions_graph.php:3277
-#: ../../include/functions_graph.php:5225
-#: ../../include/functions_incidents.php:34
-#: ../../include/functions_incidents.php:69
-#: ../../include/functions_events.php:1459 ../../include/functions.php:867
-#: ../../include/functions.php:1075 ../../include/functions.php:1108
-msgid "Maintenance"
-msgstr "メンテナンス"
-
-#: ../../include/functions_graph.php:2798
-#: ../../include/functions_graph.php:2810
-msgid "Open incident"
-msgstr "オープンのインシデント"
-
-#: ../../include/functions_graph.php:2799
-#: ../../include/functions_graph.php:2812
-msgid "Closed incident"
-msgstr "クローズされたインシデント"
-
-#: ../../include/functions_graph.php:2800
-#: ../../include/functions_graph.php:2814
-msgid "Outdated"
-msgstr "期限切れ"
-
-#: ../../include/functions_graph.php:2801
-#: ../../include/functions_graph.php:2816
-msgid "Invalid"
-msgstr "無効"
-
-#: ../../include/functions_graph.php:3147
-#: ../../include/functions_graph.php:3198
-#: ../../include/functions_events.php:1161
-msgid "SYSTEM"
-msgstr "システム"
-
-#: ../../include/functions_graph.php:3234
-#: ../../godmode/setup/performance.php:149
-msgid "Others"
-msgstr "その他"
-
-#: ../../include/functions_graph.php:3280
-#: ../../include/functions_graph.php:3281
-#: ../../include/functions_graph.php:5228
-#: ../../include/functions_events.php:1462 ../../include/functions.php:870
-#: ../../include/functions.php:1076 ../../include/functions.php:1111
-msgid "Informational"
-msgstr "情報"
-
-#: ../../include/functions_graph.php:3288
-#: ../../include/functions_graph.php:3289
-#: ../../include/functions_graph.php:5240 ../../include/functions.php:882
-#: ../../include/functions.php:1078 ../../include/functions.php:1123
-msgid "Minor"
-msgstr "マイナー"
-
-#: ../../include/functions_graph.php:3296
-#: ../../include/functions_graph.php:3297
-#: ../../include/functions_graph.php:5243 ../../include/functions.php:885
-#: ../../include/functions.php:1080 ../../include/functions.php:1126
-msgid "Major"
-msgstr "メジャー"
-
-#: ../../include/functions_graph.php:3932
-msgid "Units"
-msgstr "単位"
-
-#: ../../include/functions_graph.php:4320
-#: ../../include/functions_treeview.php:94
-#: ../../include/functions_treeview.php:107
-#: ../../include/functions_reporting_html.php:3131
-#: ../../include/functions_alerts.php:560
-#: ../../godmode/alerts/configure_alert_template.php:625
-#: ../../godmode/massive/massive_edit_modules.php:381
-#: ../../godmode/massive/massive_edit_modules.php:427
-#: ../../godmode/massive/massive_edit_modules.php:516
-#: ../../godmode/modules/manage_network_components_form_common.php:122
-#: ../../godmode/modules/manage_network_components_form_common.php:139
-#: ../../godmode/agentes/module_manager_editor_common.php:283
-#: ../../godmode/agentes/module_manager_editor_common.php:304
-msgid "Max."
-msgstr "最大"
-
-#: ../../include/functions_graph.php:4320
-#: ../../include/functions_treeview.php:94
-#: ../../include/functions_treeview.php:107
-#: ../../include/functions_reporting_html.php:3130
-#: ../../include/functions_alerts.php:561
-#: ../../godmode/alerts/configure_alert_template.php:620
-#: ../../godmode/massive/massive_edit_modules.php:372
-#: ../../godmode/massive/massive_edit_modules.php:418
-#: ../../godmode/massive/massive_edit_modules.php:514
-#: ../../godmode/modules/manage_network_components_form_common.php:119
-#: ../../godmode/modules/manage_network_components_form_common.php:136
-msgid "Min."
-msgstr "最小"
-
-#: ../../include/functions_graph.php:4320
-msgid "Avg."
-msgstr "平均"
-
-#: ../../include/functions_graph.php:5577
-msgid "Main node"
-msgstr "メインノード"
-
-#: ../../include/functions_clippy.php:163
-#: ../../include/functions_clippy.php:168
-msgid "End wizard"
-msgstr "ウィザードの終了"
-
-#: ../../include/functions_clippy.php:195
-msgid "Next →"
-msgstr "次へ →"
-
-#: ../../include/functions_clippy.php:196
-msgid "← Back"
-msgstr "← 戻る"
-
-#: ../../include/functions_clippy.php:208
-msgid "Do you want to exit the help tour?"
-msgstr "ヘルプツアーを終了しますか。"
-
-#: ../../include/functions_treeview.php:54
-msgid "There was a problem loading module"
-msgstr "モジュールの読み込みで問題が発生しました。"
-
-#: ../../include/functions_treeview.php:91
-#: ../../include/functions_treeview.php:104
-#: ../../godmode/massive/massive_edit_modules.php:390
-#: ../../godmode/massive/massive_edit_modules.php:436
-#: ../../godmode/modules/manage_network_components_form_common.php:125
-#: ../../godmode/modules/manage_network_components_form_common.php:142
-#: ../../godmode/agentes/module_manager_editor_common.php:288
-#: ../../godmode/agentes/module_manager_editor_common.php:309
-msgid "Str."
-msgstr "文字列"
-
-#: ../../include/functions_treeview.php:98
-#: ../../include/functions_alerts.php:564
-#: ../../godmode/massive/massive_edit_modules.php:368
-#: ../../godmode/modules/manage_network_components_form_common.php:118
-#: ../../godmode/agentes/module_manager_editor_common.php:278
-msgid "Warning status"
-msgstr "警告状態"
-
-#: ../../include/functions_treeview.php:110
-#: ../../include/functions_alerts.php:565
-#: ../../godmode/massive/massive_edit_modules.php:414
-#: ../../godmode/modules/manage_network_components_form_common.php:135
-#: ../../godmode/agentes/module_manager_editor_common.php:299
-msgid "Critical status"
-msgstr "障害状態"
-
-#: ../../include/functions_treeview.php:294
-#: ../../include/graphs/functions_flot.php:593
-msgid "No data"
-msgstr "データがありません"
-
-#: ../../include/functions_treeview.php:298
-#: ../../include/functions_reporting_html.php:70
-#: ../../include/functions_reporting_html.php:3373
-msgid "Last data"
-msgstr "最新データ"
-
-#: ../../include/functions_treeview.php:313
-msgid "Go to module edition"
-msgstr "モジュールの編集へ行く"
-
-#: ../../include/functions_treeview.php:362
-msgid "There was a problem loading alerts"
-msgstr "アラートの読み込みで問題が発生しました。"
-
-#: ../../include/functions_treeview.php:423
-#: ../../include/functions_reporting_html.php:2872
-#: ../../include/functions_reporting_html.php:3100
-#: ../../godmode/snmpconsole/snmp_alert.php:1165
-msgid "Times fired"
-msgstr "通知回数"
-
-#: ../../include/functions_treeview.php:446
-msgid "Go to alerts edition"
-msgstr "アラートの編集へ行く"
-
-#: ../../include/functions_treeview.php:610
-msgid "Next agent contact"
-msgstr "次の接続予定"
-
-#: ../../include/functions_treeview.php:620
-msgid "Go to agent edition"
-msgstr "エージェントの編集へ行く"
-
-#: ../../include/functions_treeview.php:629
-msgid "Agent data"
-msgstr "エージェントデータ"
-
-#: ../../include/functions_treeview.php:702
-msgid "Advanced information"
-msgstr "拡張情報"
-
-#: ../../include/functions_planned_downtimes.php:42
-#: ../../include/functions_planned_downtimes.php:678
-#: ../../godmode/agentes/planned_downtime.editor.php:212
-msgid ""
-"Not created. Error inserting data. Start time must be higher than the "
-"current time"
-msgstr "作成できませんでした。データ挿入エラーです。開始時刻は現在時刻よりも後でなければいけません。"
-
-#: ../../include/functions_planned_downtimes.php:45
-#: ../../include/functions_planned_downtimes.php:50
-#: ../../include/functions_planned_downtimes.php:53
-#: ../../include/functions_planned_downtimes.php:682
-#: ../../include/functions_planned_downtimes.php:687
-#: ../../include/functions_planned_downtimes.php:695
-#: ../../include/functions_planned_downtimes.php:702
-#: ../../godmode/agentes/planned_downtime.editor.php:215
-#: ../../godmode/agentes/planned_downtime.editor.php:218
-#: ../../godmode/agentes/planned_downtime.editor.php:223
-#: ../../godmode/agentes/planned_downtime.editor.php:226
-msgid "Not created. Error inserting data"
-msgstr "設定できませんでした。入力データエラーです。"
-
-#: ../../include/functions_planned_downtimes.php:45
-#: ../../include/functions_planned_downtimes.php:683
-#: ../../godmode/agentes/planned_downtime.editor.php:215
-msgid "The end date must be higher than the start date"
-msgstr "終了日は開始日より後でなければいけません"
-
-#: ../../include/functions_planned_downtimes.php:50
-#: ../../include/functions_planned_downtimes.php:696
-#: ../../godmode/agentes/planned_downtime.editor.php:223
-#: ../../godmode/agentes/planned_downtime.editor.php:592
-#: ../../godmode/agentes/planned_downtime.editor.php:600
-msgid "The end time must be higher than the start time"
-msgstr "終了時刻は開始時刻より後でなければいけません"
-
-#: ../../include/functions_planned_downtimes.php:53
-#: ../../include/functions_planned_downtimes.php:703
-#: ../../godmode/agentes/planned_downtime.editor.php:226
-#: ../../godmode/agentes/planned_downtime.editor.php:581
-msgid "The end day must be higher than the start day"
-msgstr "終了日は開始日より後でなければいけません"
-
-#: ../../include/functions_planned_downtimes.php:94
-#: ../../include/functions_planned_downtimes.php:717
-#: ../../godmode/agentes/planned_downtime.editor.php:275
-msgid "Each planned downtime must have a different name"
-msgstr "それぞれの計画停止は異なる名前でなければいけません"
-
-#: ../../include/functions_planned_downtimes.php:100
-#: ../../include/functions_planned_downtimes.php:722
-#: ../../godmode/agentes/planned_downtime.editor.php:280
-#: ../../godmode/agentes/planned_downtime.editor.php:307
-msgid "Planned downtime must have a name"
-msgstr "計画停止には名前が必要です"
-
-#: ../../include/functions_planned_downtimes.php:113
-#: ../../include/functions_planned_downtimes.php:731
-#: ../../godmode/snmpconsole/snmp_alert.php:247
-#: ../../godmode/snmpconsole/snmp_filters.php:66
-#: ../../godmode/alerts/alert_special_days.php:148
-#: ../../godmode/alerts/alert_actions.php:184
-#: ../../godmode/alerts/alert_commands.php:293
-#: ../../godmode/alerts/configure_alert_template.php:431
-#: ../../godmode/alerts/alert_list.php:104 ../../godmode/setup/news.php:56
-#: ../../godmode/setup/gis.php:45 ../../godmode/setup/links.php:41
-#: ../../godmode/users/configure_user.php:236
-#: ../../godmode/users/profile_list.php:241
-#: ../../godmode/modules/manage_nc_groups.php:73
-#: ../../godmode/agentes/configurar_agente.php:621
-#: ../../godmode/agentes/planned_downtime.editor.php:365
-msgid "Successfully created"
-msgstr "作成しました。"
-
-#: ../../include/functions_planned_downtimes.php:560
-msgid "Succesful stopped the Downtime"
-msgstr "計画停止を中止しました"
-
-#: ../../include/functions_planned_downtimes.php:561
-msgid "Unsuccesful stopped the Downtime"
-msgstr "計画停止の中止に失敗しました"
-
-#: ../../include/functions_planned_downtimes.php:660
-#, php-format
-msgid "Enabled %s elements from the downtime"
-msgstr "計画停止から %s 件の要素が有効になりました"
-
-#: ../../include/functions_planned_downtimes.php:688
-#: ../../godmode/agentes/planned_downtime.editor.php:218
-msgid "The end date must be higher than the current time"
-msgstr "終了日時は開始日時より後でなければいけません"
-
-#: ../../include/functions_planned_downtimes.php:785
-msgid "This planned downtime are executed now. Can't delete in this moment."
-msgstr "この計画停止は実行中です。現在削除できません。"
-
-#: ../../include/functions_planned_downtimes.php:790
-msgid "Deleted this planned downtime successfully."
-msgstr "計画停止を削除しました。"
-
-#: ../../include/functions_planned_downtimes.php:792
-msgid "Problems for deleted this planned downtime."
-msgstr "計画停止の削除に失敗しました。"
-
-#: ../../include/functions_incidents.php:88
-#: ../../include/functions_incidents.php:107
-msgid "Active incidents"
-msgstr "アクティブ"
-
-#: ../../include/functions_incidents.php:89
-#: ../../include/functions_incidents.php:110
-msgid "Active incidents, with comments"
-msgstr "アクティブ(コメント付き)"
-
-#: ../../include/functions_incidents.php:90
-#: ../../include/functions_incidents.php:113
-msgid "Rejected incidents"
-msgstr "却下"
-
-#: ../../include/functions_incidents.php:91
-#: ../../include/functions_incidents.php:116
-msgid "Expired incidents"
-msgstr "期限切れ"
-
-#: ../../include/functions_incidents.php:92
-#: ../../include/functions_incidents.php:119
-msgid "Closed incidents"
-msgstr "終了"
-
-#: ../../include/functions_maps.php:34
-#: ../../include/functions_networkmap.php:1641
-#: ../../include/functions_networkmap.php:1720
-msgid "Topology"
-msgstr "トポロジ"
-
-#: ../../include/functions_maps.php:43
-#: ../../include/functions_reporting.php:619
-#: ../../include/functions_reporting.php:5126
-#: ../../include/functions_networkmap.php:1722
-msgid "Dynamic"
-msgstr "動的"
-
-#: ../../include/functions_menu.php:470
-msgid "Configure user"
-msgstr "ユーザ設定"
-
-#: ../../include/functions_menu.php:471
-msgid "Configure profile"
-msgstr "プロファイル設定"
-
-#: ../../include/functions_menu.php:473
-#: ../../godmode/servers/manage_recontask_form.php:182
-#: ../../godmode/servers/manage_recontask.php:43
-msgid "Manage recontask"
-msgstr "自動検出管理"
-
-#: ../../include/functions_menu.php:475
-msgid "Module templates management"
-msgstr "モジュールテンプレート管理"
-
-#: ../../include/functions_menu.php:476
-msgid "Inventory modules management"
-msgstr "インベントリモジュール管理"
-
-#: ../../include/functions_menu.php:477
-msgid "Tags management"
-msgstr "タグ管理"
-
-#: ../../include/functions_menu.php:479
-#: ../../godmode/users/profile_list.php:308
-msgid "Agents management"
-msgstr "エージェント管理"
-
-#: ../../include/functions_menu.php:481
-msgid "View agent"
-msgstr "エージェント表示"
-
-#: ../../include/functions_menu.php:483
-#: ../../godmode/alerts/configure_alert_template.php:63
-#: ../../godmode/alerts/configure_alert_template.php:82
-#: ../../godmode/alerts/configure_alert_template.php:100
-msgid "Configure alert template"
-msgstr "アラートテンプレート設定"
-
-#: ../../include/functions_menu.php:485
-msgid "Manage network map"
-msgstr "ネットワークマップ管理"
-
-#: ../../include/functions_menu.php:486
-#: ../../godmode/users/configure_profile.php:320
-msgid "View visual console"
-msgstr "ビジュアルコンソール表示"
-
-#: ../../include/functions_menu.php:487
-msgid "Builder visual console"
-msgstr "ビジュアルコンソールビルダ"
-
-#: ../../include/functions_menu.php:489
-msgid "Administration events"
-msgstr "イベント管理"
-
-#: ../../include/functions_menu.php:491
-msgid "View reporting"
-msgstr "レポート表示"
-
-#: ../../include/functions_menu.php:492
-msgid "Manage custom graphs"
-msgstr "カスタムグラフ管理"
-
-#: ../../include/functions_menu.php:493
-msgid "Copy dashboard"
-msgstr "ダッシュボードのコピー"
-
-#: ../../include/functions_menu.php:496
-msgid "Manage GIS Maps"
-msgstr "GIS マップ管理"
-
-#: ../../include/functions_menu.php:498
-msgid "Incidents statistics"
-msgstr "インシデント統計"
-
-#: ../../include/functions_menu.php:499
-msgid "Manage messages"
-msgstr "メッセージ管理"
-
-#: ../../include/functions_menu.php:501
-msgid "Manage groups"
-msgstr "グループ管理"
-
-#: ../../include/functions_menu.php:502
-msgid "Manage module groups"
-msgstr "モジュールグループ管理"
-
-#: ../../include/functions_menu.php:503
-msgid "Manage custom field"
-msgstr "カスタムフィールド管理"
-
-#: ../../include/functions_menu.php:505
-msgid "Manage alert actions"
-msgstr "アラートアクション管理"
-
-#: ../../include/functions_menu.php:506
-msgid "Manage commands"
-msgstr "コマンド管理"
-
-#: ../../include/functions_menu.php:507
-msgid "Manage event alerts"
-msgstr "イベントアラート管理"
-
-#: ../../include/functions_menu.php:509
-msgid "Manage export targets"
-msgstr "エクスポートターゲット管理"
-
-#: ../../include/functions_menu.php:511
-msgid "Manage services"
-msgstr "サービス管理"
-
-#: ../../include/functions_menu.php:512 ../../godmode/menu.php:170
-msgid "SNMP alerts"
-msgstr "SNMPアラート"
-
-#: ../../include/functions_menu.php:514
-msgid "SNMP trap editor"
-msgstr "SNMP トラップエディタ"
-
-#: ../../include/functions_menu.php:519
-msgid "Manage incident"
-msgstr "インシデント管理"
-
-#: ../../include/functions_menu.php:521
-#: ../../godmode/users/configure_profile.php:328
-msgid "Manage visual console"
-msgstr "ビジュアルコンソール管理"
-
-#: ../../include/functions_menu.php:571
-msgid "Administration"
-msgstr "システム管理"
-
-#: ../../include/functions_network_components.php:507
-#: ../../include/functions_alerts.php:961
-msgid "Copy of"
-msgstr "複製"
-
-#: ../../include/get_file.php:46
-msgid "Security error. Please contact the administrator."
-msgstr "セキュリティエラー。管理者に連絡してください。"
-
-#: ../../include/get_file.php:56
-msgid "File is missing in disk storage. Please contact the administrator."
-msgstr "ファイルが存在しません。管理者に連絡してください。"
-
-#: ../../include/functions_tags.php:602
-msgid "Click here to open a popup window with URL tag"
-msgstr "URLタグのポップアップウインドウを開くにはここをクリックしてください"
-
-#: ../../include/graphs/functions_pchart.php:205
-#: ../../include/graphs/functions_pchart.php:1189
-msgid "Actual"
-msgstr "実績"
-
-#: ../../include/graphs/export_data.php:71
-#: ../../include/graphs/export_data.php:126
-msgid "An error occured exporting the data"
-msgstr "データエクスポートエラー"
-
-#: ../../include/graphs/export_data.php:76
-msgid "Selected"
-msgstr "選択済"
-
-#: ../../include/graphs/functions_flot.php:251
-msgid "Cancel zoom"
-msgstr "ズーム中止"
-
-#: ../../include/graphs/functions_flot.php:253
-msgid "Warning and Critical thresholds"
-msgstr "警告と障害の閾値"
-
-#: ../../include/graphs/functions_flot.php:256
-msgid "Overview graph"
-msgstr "概要グラフ"
-
-#: ../../include/graphs/functions_flot.php:259
-#: ../../godmode/modules/manage_network_templates.php:216
-#: ../../godmode/agentes/planned_downtime.list.php:508
-msgid "Export to CSV"
-msgstr "CSVにエクスポート"
-
-#: ../../include/functions_users.php:377
-#, php-format
-msgid "User %s login at %s"
-msgstr "ユーザ %s が %s にログイン"
-
-#: ../../include/functions_users.php:438
-#, php-format
-msgid "User %s was deleted in the DB at %s"
-msgstr "ユーザ %s が %s にデータベースから削除されました"
-
-#: ../../include/functions_users.php:443
-#, php-format
-msgid "User %s logout at %s"
-msgstr "ユーザ %s が %s にログアウト"
-
-#: ../../include/functions_reporting_html.php:63
-#: ../../include/functions_reporting_html.php:3384
-#: ../../godmode/agentes/planned_downtime.editor.php:506
-msgid "From:"
+msgid "Executing command: %s"
+msgstr "コマンド実行中: %s"
+
+#: ../../include/ajax/events.php:165
+#: ../../enterprise/extensions/ipam/ipam_ajax.php:276
+msgid "Execute again"
+msgstr "再実行"
+
+#: ../../include/ajax/events.php:300
+#: ../../enterprise/extensions/ipam/ipam_ajax.php:210
+msgid "Details"
+msgstr "詳細"
+
+#: ../../include/ajax/events.php:301
+msgid "Agent fields"
+msgstr "エージェントフィールド"
+
+#: ../../include/ajax/events.php:309
+msgid "Custom data"
+msgstr "カスタムデータ"
+
+#: ../../include/ajax/events.php:377
+msgid "Error adding comment"
+msgstr "コメント追加エラー"
+
+#: ../../include/ajax/events.php:378
+msgid "Comment added successfully"
+msgstr "コメントを追加しました"
+
+#: ../../include/ajax/events.php:379
+msgid "Error changing event status"
+msgstr "イベント状態変更エラー"
+
+#: ../../include/ajax/events.php:380
+msgid "Event status changed successfully"
+msgstr "イベントの状態を変更しました"
+
+#: ../../include/ajax/events.php:381
+msgid "Error changing event owner"
+msgstr "イベント所有者変更エラー"
+
+#: ../../include/ajax/events.php:382
+msgid "Event owner changed successfully"
+msgstr "イベントの所有者を変更しました"
+
+#: ../../include/ajax/events.php:447 ../../include/functions_events.php:928
+#: ../../include/functions_events.php:2402
+#: ../../include/functions_events.php:3657
+#: ../../include/functions_reporting.php:6339
+#: ../../include/functions_reporting_html.php:845
+#: ../../include/functions_reporting_html.php:1061
+#: ../../include/functions_reporting_html.php:1667
+#: ../../mobile/operation/events.php:247
+#: ../../operation/events/events.build_table.php:304
+msgid "New event"
+msgstr "新規イベント"
+
+#: ../../include/ajax/events.php:451 ../../include/functions_events.php:932
+#: ../../include/functions_events.php:2406
+#: ../../include/functions_events.php:3661
+#: ../../include/functions_reporting.php:6343
+#: ../../include/functions_reporting_html.php:849
+#: ../../include/functions_reporting_html.php:1065
+#: ../../include/functions_reporting_html.php:1671
+#: ../../mobile/operation/events.php:251
+#: ../../operation/events/events.build_table.php:308
+#: ../../operation/events/events.php:614 ../../operation/events/events.php:643
+#: ../../operation/events/events.php:644 ../../operation/events/events.php:864
+#: ../../operation/events/events.php:869 ../../operation/events/events.php:870
+msgid "Event validated"
+msgstr "承諾済"
+
+#: ../../include/ajax/events.php:455 ../../include/functions_events.php:936
+#: ../../include/functions_events.php:2410
+#: ../../include/functions_events.php:3665
+#: ../../include/functions_reporting.php:6347
+#: ../../include/functions_reporting_html.php:853
+#: ../../include/functions_reporting_html.php:1069
+#: ../../include/functions_reporting_html.php:1675
+#: ../../mobile/operation/events.php:255
+#: ../../operation/events/events.build_table.php:312
+#: ../../operation/events/events.php:676 ../../operation/events/events.php:714
+#: ../../operation/events/events.php:715 ../../operation/events/events.php:874
+#: ../../operation/events/events.php:888 ../../operation/events/events.php:889
+msgid "Event in process"
+msgstr "処理中イベント"
+
+#: ../../include/ajax/module.php:133 ../../include/functions.php:2591
+msgid "30 minutes"
+msgstr "30 分"
+
+#: ../../include/ajax/module.php:135
+#: ../../enterprise/godmode/agentes/inventory_manager.php:178
+#: ../../enterprise/godmode/policies/policy_inventory_modules.php:192
+#: ../../enterprise/godmode/reporting/graph_template_editor.php:184
+msgid "6 hours"
+msgstr "6 時間"
+
+#: ../../include/ajax/module.php:137 ../../include/functions.php:2025
+#: ../../include/functions_netflow.php:1056
+#: ../../include/functions_netflow.php:1089
+#: ../../enterprise/dashboard/widgets/top_n.php:65
+#: ../../enterprise/godmode/agentes/inventory_manager.php:180
+#: ../../enterprise/godmode/policies/policy_inventory_modules.php:194
+#: ../../enterprise/godmode/reporting/graph_template_editor.php:186
+msgid "1 day"
+msgstr "1日"
+
+#: ../../include/ajax/module.php:138 ../../include/functions.php:2026
+#: ../../include/functions_netflow.php:1093
+msgid "1 week"
+msgstr "1週間"
+
+#: ../../include/ajax/module.php:139 ../../include/functions.php:2027
+#: ../../include/functions_netflow.php:1059
+#: ../../include/functions_netflow.php:1092
+#: ../../enterprise/godmode/agentes/inventory_manager.php:183
+#: ../../enterprise/godmode/policies/policy_inventory_modules.php:197
+#: ../../enterprise/godmode/reporting/graph_template_editor.php:190
+msgid "15 days"
+msgstr "15日"
+
+#: ../../include/ajax/module.php:140 ../../include/functions.php:2028
+#: ../../include/functions_netflow.php:1094
+#: ../../enterprise/godmode/agentes/inventory_manager.php:184
+#: ../../enterprise/godmode/policies/policy_inventory_modules.php:198
+msgid "1 month"
+msgstr "1ヵ月"
+
+#: ../../include/ajax/module.php:141 ../../include/functions_netflow.php:1063
+msgid "3 months"
+msgstr "3ヵ月"
+
+#: ../../include/ajax/module.php:142 ../../include/functions_netflow.php:1064
+#: ../../enterprise/godmode/reporting/graph_template_editor.php:193
+msgid "6 months"
+msgstr "6ヵ月"
+
+#: ../../include/ajax/module.php:143 ../../include/functions.php:2031
+#: ../../enterprise/godmode/reporting/graph_template_editor.php:194
+msgid "1 year"
+msgstr "1年"
+
+#: ../../include/ajax/module.php:144 ../../include/functions_netflow.php:1066
+msgid "2 years"
+msgstr "2年"
+
+#: ../../include/ajax/module.php:145
+msgid "3 years"
+msgstr "3 年"
+
+#: ../../include/ajax/module.php:149
+#: ../../operation/agentes/datos_agente.php:185
+msgid "Choose a time from now"
+msgstr "現在からさかのぼって表示する期間を選択"
+
+#: ../../include/ajax/module.php:161
+#: ../../operation/agentes/datos_agente.php:188
+msgid "Specify time range"
+msgstr "時間範囲指定"
+
+#: ../../include/ajax/module.php:162
+#: ../../operation/agentes/datos_agente.php:189
+#: ../../operation/events/events_list.php:491
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:449
+msgid "Timestamp from:"
msgstr "開始日時:"
-#: ../../include/functions_reporting_html.php:64
-#: ../../include/functions_reporting_html.php:3385
-#: ../../godmode/agentes/planned_downtime.editor.php:517
-msgid "To:"
+#: ../../include/ajax/module.php:170
+#: ../../operation/agentes/datos_agente.php:195
+#: ../../operation/events/events_list.php:494
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:455
+msgid "Timestamp to:"
msgstr "終了日時:"
-#: ../../include/functions_reporting_html.php:93
-msgid "Label: "
-msgstr "ラベル: "
-
-#: ../../include/functions_reporting_html.php:111
-msgid "Generated"
-msgstr "生成日"
-
-#: ../../include/functions_reporting_html.php:114
-msgid "Report date"
-msgstr "レポート日"
-
-#: ../../include/functions_reporting_html.php:398
-msgid "Max/Min Values"
-msgstr "最大/最小値"
-
-#: ../../include/functions_reporting_html.php:399
-msgid "SLA Limit"
-msgstr "SLA 制限"
-
-#: ../../include/functions_reporting_html.php:400
-msgid "SLA Compliance"
-msgstr "SLA準拠"
-
-#: ../../include/functions_reporting_html.php:425
-msgid "Global Time"
-msgstr "グローバル時間"
-
-#: ../../include/functions_reporting_html.php:426
-msgid "Time Total"
-msgstr "合計時間"
-
-#: ../../include/functions_reporting_html.php:427
-msgid "Time Failed"
-msgstr "障害時間"
-
-#: ../../include/functions_reporting_html.php:428
-#: ../../include/functions_reporting_html.php:2256
-msgid "Time OK"
-msgstr "正常時間"
-
-#: ../../include/functions_reporting_html.php:429
-msgid "Time Unknown"
-msgstr "不明時間"
-
-#: ../../include/functions_reporting_html.php:430
-msgid "Time Not Init"
-msgstr "未初期化時間"
-
-#: ../../include/functions_reporting_html.php:431
-msgid "Downtime"
-msgstr "停止時間"
-
-#: ../../include/functions_reporting_html.php:456
-msgid "Checks Time"
-msgstr "確認数"
-
-#: ../../include/functions_reporting_html.php:457
-msgid "Checks Total"
-msgstr "合計確認数"
-
-#: ../../include/functions_reporting_html.php:458
-msgid "Checks Failed"
-msgstr "障害確認数"
-
-#: ../../include/functions_reporting_html.php:459
-#: ../../include/functions_reporting_html.php:2299
-msgid "Checks OK"
-msgstr "正常確認数"
-
-#: ../../include/functions_reporting_html.php:460
-msgid "Checks Unknown"
-msgstr "不明確認数"
-
-#: ../../include/functions_reporting_html.php:502
-#: ../../include/functions_reporting_html.php:581
-#: ../../include/functions_config.php:533
-#: ../../include/functions_config.php:1554
-msgid "Fail"
-msgstr "失敗"
-
-#: ../../include/functions_reporting_html.php:685
-#: ../../include/functions_reporting_html.php:2533
-msgid "Unknow"
-msgstr "不明"
-
-#: ../../include/functions_reporting_html.php:695
-#: ../../include/functions_reporting_html.php:2543
-msgid "Downtimes"
-msgstr "停止時間"
-
-#: ../../include/functions_reporting_html.php:700
-#: ../../include/functions_reporting_html.php:2548
-msgid "Ignore time"
-msgstr "除外時間"
-
-#: ../../include/functions_reporting_html.php:772
-#: ../../include/functions_reporting_html.php:1523
-#: ../../include/functions_reporting_html.php:2449
-#: ../../include/functions_reporting_html.php:2673
-msgid "Min Value"
-msgstr "最小値"
-
-#: ../../include/functions_reporting_html.php:773
-#: ../../include/functions_reporting_html.php:1524
-#: ../../include/functions_reporting_html.php:2450
-#: ../../include/functions_reporting_html.php:2674
-msgid "Average Value"
-msgstr "平均値"
-
-#: ../../include/functions_reporting_html.php:774
-#: ../../include/functions_reporting_html.php:1525
-#: ../../include/functions_reporting_html.php:2447
-#: ../../include/functions_reporting_html.php:2676
-msgid "Max Value"
-msgstr "最大値"
-
-#: ../../include/functions_reporting_html.php:812
-#: ../../include/functions_reporting_html.php:821
-#: ../../include/functions_reporting_html.php:1643
-msgid "Val. by"
-msgstr "承諾ユーザ"
-
-#: ../../include/functions_reporting_html.php:875
-#: ../../include/functions_events.php:2709
-msgid "Pandora System"
-msgstr "Pandora System"
-
-#: ../../include/functions_reporting_html.php:915
-#: ../../include/functions_reporting_html.php:1111
-msgid "Events by agent"
-msgstr "エージェントで分類したイベント"
-
-#: ../../include/functions_reporting_html.php:934
-#: ../../include/functions_reporting_html.php:1130
-msgid "Events by user validator"
-msgstr "承諾したユーザごとのイベント"
-
-#: ../../include/functions_reporting_html.php:953
-#: ../../include/functions_reporting_html.php:1149
-msgid "Events by Severity"
-msgstr "重要度ごとのイベント"
-
-#: ../../include/functions_reporting_html.php:972
-#: ../../include/functions_reporting_html.php:1168
-msgid "Events validated vs unvalidated"
-msgstr "承諾済と未承諾イベント"
-
-#: ../../include/functions_reporting_html.php:1022
-#: ../../include/functions_reporting_html.php:1032
-#: ../../include/functions_reporting_html.php:2815
-#: ../../include/functions_events.php:35
-#: ../../include/functions_events.php:905
-#: ../../include/functions_events.php:2338
-#: ../../godmode/events/custom_events.php:71
-#: ../../godmode/events/custom_events.php:153
-msgid "Event name"
-msgstr "イベント名"
-
-#: ../../include/functions_reporting_html.php:1228
-msgid "Added"
-msgstr "追加済み"
-
-#: ../../include/functions_reporting_html.php:1379
-#, php-format
-msgid "%s in %s : NORMAL"
-msgstr "%s (%s): 正常"
-
-#: ../../include/functions_reporting_html.php:1387
-#, php-format
-msgid "%s in %s : CRITICAL"
-msgstr "%s (%s): 障害"
-
-#: ../../include/functions_reporting_html.php:1395
-#, php-format
-msgid "%s in %s : WARNING"
-msgstr "%s (%s): 警告"
-
-#: ../../include/functions_reporting_html.php:1403
-#, php-format
-msgid "%s in %s : UNKNOWN"
-msgstr "%s (%s): 不明"
-
-#: ../../include/functions_reporting_html.php:1413
-#, php-format
-msgid "%s in %s : ALERTS FIRED"
-msgstr "%s (%s): アラート発生"
-
-#: ../../include/functions_reporting_html.php:1421
-#, php-format
-msgid "%s in %s : Not initialize"
-msgstr "%s (%s): 未初期化"
-
-#: ../../include/functions_reporting_html.php:1579
-#: ../../include/functions_reporting_html.php:3262
-msgid "Monitors"
-msgstr "モニタ項目"
-
-#: ../../include/functions_reporting_html.php:1596
-#: ../../godmode/servers/manage_recontask_form.php:255
-msgid "Defined"
-msgstr "定義済み"
-
-#: ../../include/functions_reporting_html.php:1611
-#, php-format
-msgid "Last %s"
-msgstr "最新日時 %s"
-
-#: ../../include/functions_reporting_html.php:1731
-msgid "Events validated by user"
-msgstr "ユーザで分類したイベント"
-
-#: ../../include/functions_reporting_html.php:1750
-#: ../../include/functions_reporting_html.php:3551
-msgid "Events by severity"
-msgstr "重要度ごとのイベント"
-
-#: ../../include/functions_reporting_html.php:1899
-#, php-format
-msgid "Interface '%s' throughput graph"
-msgstr "インタフェース '%s' スループットグラフ"
-
-#: ../../include/functions_reporting_html.php:1902
-msgid "Mac"
-msgstr "Mac"
-
-#: ../../include/functions_reporting_html.php:1903
-msgid "Actual status"
-msgstr "現在の状態"
-
-#: ../../include/functions_reporting_html.php:2049
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1334
-msgid "Not OK"
-msgstr "NG"
-
-#: ../../include/functions_reporting_html.php:2099
-msgid "Empty modules"
-msgstr "モジュールなし"
-
-#: ../../include/functions_reporting_html.php:2106
-msgid "Warning Critical"
-msgstr "警告 障害"
-
-#: ../../include/functions_reporting_html.php:2111
-#: ../../include/functions_netflow.php:1131
-#: ../../include/functions_netflow.php:1141
-#: ../../include/functions_netflow.php:1159
-#: ../../include/functions_netflow.php:1167
-#: ../../include/functions_netflow.php:1190
-#: ../../include/functions_netflow.php:1248
-#: ../../include/functions_netflow.php:1254
-#: ../../include/functions_netflow.php:1286
-#: ../../godmode/massive/massive_edit_modules.php:538
-#: ../../godmode/modules/manage_network_components_form_common.php:168
-#: ../../godmode/agentes/module_manager_editor_common.php:366
-msgid "Unit"
-msgstr "単位"
-
-#: ../../include/functions_reporting_html.php:2254
-msgid "Total time"
-msgstr "合計時間"
-
-#: ../../include/functions_reporting_html.php:2255
-msgid "Time failed"
-msgstr "障害時間"
-
-#: ../../include/functions_reporting_html.php:2257
-msgid "Time Uknown"
-msgstr "不明時間"
-
-#: ../../include/functions_reporting_html.php:2258
-msgid "Time Not Init Module"
-msgstr "未初期化モジュール時間"
-
-#: ../../include/functions_reporting_html.php:2259
-msgid "Time Downtime"
-msgstr "計画停止時間"
-
-#: ../../include/functions_reporting_html.php:2260
-msgid "% Ok"
-msgstr "正常%"
-
-#: ../../include/functions_reporting_html.php:2297
-msgid "Total checks"
-msgstr "全確認数"
-
-#: ../../include/functions_reporting_html.php:2298
-msgid "Checks failed"
-msgstr "障害確認数"
-
-#: ../../include/functions_reporting_html.php:2300
-msgid "Checks Uknown"
-msgstr "不明確認数"
-
-#: ../../include/functions_reporting_html.php:2426
-#: ../../include/functions_reporting_html.php:2654
-#: ../../include/functions_reporting.php:997
-#: ../../include/functions_reporting.php:1816
-msgid "There are no Agent/Modules defined"
-msgstr "定義済のエージェント/モジュールがありません"
-
-#: ../../include/functions_reporting_html.php:2446
-msgid "Agent max value"
-msgstr "エージェント最大値"
-
-#: ../../include/functions_reporting_html.php:2448
-msgid "Agent min value"
-msgstr "エージェント最小値"
-
-#: ../../include/functions_reporting_html.php:2685
-#: ../../include/functions_reporting_html.php:2779
-msgid "Summary"
-msgstr "サマリ"
-
-#: ../../include/functions_reporting_html.php:2752
-#: ../../include/functions_reporting.php:6988
-#: ../../include/functions_reporting.php:7010
-msgid "Alert level"
-msgstr "アラートレベル"
-
-#: ../../include/functions_reporting_html.php:2871
-msgid "Alert description"
-msgstr "アラートの説明"
-
-#: ../../include/functions_reporting_html.php:2921
-msgid "Alerts not fired"
-msgstr "未通知アラート"
-
-#: ../../include/functions_reporting_html.php:2930
-msgid "Total alerts monitored"
-msgstr "モニタ中の全アラート"
-
-#: ../../include/functions_reporting_html.php:2981
-msgid "Total monitors"
-msgstr "全モニタ"
-
-#: ../../include/functions_reporting_html.php:2982
-msgid "Monitors down on period"
-msgstr "現時点で停止中のモニタ"
-
-#: ../../include/functions_reporting_html.php:2998
-msgid "Monitors OK"
-msgstr "正常"
-
-#: ../../include/functions_reporting_html.php:2999
-msgid "Monitors BAD"
-msgstr "障害"
-
-#: ../../include/functions_reporting_html.php:3073
-#, php-format
-msgid "Agents in group: %s"
-msgstr "グループに含まれるエージェント: %s"
-
-#: ../../include/functions_reporting_html.php:3166
-msgid "Last failure"
-msgstr "最新の障害"
-
-#: ../../include/functions_reporting_html.php:3230
-msgid "N/A(*)"
-msgstr "N/A(*)"
-
-#: ../../include/functions_reporting_html.php:3407
-msgid "Agents warning"
-msgstr "警告状態エージェント"
-
-#: ../../include/functions_reporting_html.php:3413
-msgid "Agents ok"
-msgstr "正常状態エージェント"
-
-#: ../../include/functions_reporting_html.php:3433
-#: ../../include/functions_reporting_html.php:3442
-msgid "Agents by status"
-msgstr "状態ごとのエージェント"
-
-#: ../../include/functions_reporting_html.php:3461
-#: ../../include/functions_reporting.php:7229
-msgid "Monitor checks"
-msgstr "モニタ項目"
-
-#: ../../include/functions_reporting_html.php:3466
-#: ../../include/functions_reporting.php:7247
-msgid "Total agents and monitors"
-msgstr "全エージェントと監視項目"
-
-#: ../../include/functions_reporting_html.php:3486
-#: ../../include/functions_reporting_html.php:3495
-msgid "Node overview"
-msgstr "ノードの概要"
-
-#: ../../include/functions_reporting_html.php:3513
-#: ../../include/functions_reporting_html.php:3530
-msgid "Critical events"
-msgstr "障害イベント"
-
-#: ../../include/functions_reporting_html.php:3517
-#: ../../include/functions_reporting_html.php:3534
-msgid "Warning events"
-msgstr "警告イベント"
-
-#: ../../include/functions_reporting_html.php:3521
-#: ../../include/functions_reporting_html.php:3538
-msgid "OK events"
-msgstr "正常イベント"
-
-#: ../../include/functions_reporting_html.php:3525
-#: ../../include/functions_reporting_html.php:3542
-msgid "Unknown events"
-msgstr "不明イベント"
-
-#: ../../include/functions_reporting_html.php:3565
-msgid "Important Events by Criticity"
-msgstr "重要度ごとのイベント"
-
-#: ../../include/functions_reporting_html.php:3591
-msgid "Last activity in Pandora FMS console"
-msgstr "Pandora FMS コンソールの最新の操作"
-
-#: ../../include/functions_reporting_html.php:3667
-msgid "Events info (1hr.)"
-msgstr "イベント情報 (1時間)"
-
-#: ../../include/functions_reporting_html.php:3807
-msgid "This SLA has been affected by the following planned downtimes"
-msgstr "この SLA は、次の計画停止によって影響を受けます"
-
-#: ../../include/functions_reporting_html.php:3811
-#: ../../godmode/agentes/planned_downtime.editor.php:493
-#: ../../godmode/agentes/planned_downtime.list.php:395
-msgid "Execution"
-msgstr "実行"
-
-#: ../../include/functions_reporting_html.php:3812
-msgid "Dates"
-msgstr "日付"
-
-#: ../../include/functions_reporting_html.php:3853
-msgid "This item is affected by a malformed planned downtime"
-msgstr "この要素は不正な計画停止の影響を受けます"
-
-#: ../../include/functions_reporting_html.php:3854
-msgid "Go to the planned downtimes section to solve this"
-msgstr "これを解決するために計画停止画面へ行く"
+#: ../../include/ajax/module.php:732
+#: ../../operation/agentes/alerts_status.php:422
+#: ../../operation/agentes/alerts_status.php:466
+#: ../../operation/agentes/alerts_status.php:500
+#: ../../operation/agentes/alerts_status.php:535
+msgid "Force execution"
+msgstr "確認の強制(再)実行"
+
+#: ../../include/ajax/module.php:732
+#: ../../operation/agentes/alerts_status.php:423
+#: ../../operation/agentes/alerts_status.php:466
+#: ../../operation/agentes/alerts_status.php:500
+#: ../../operation/agentes/alerts_status.php:535
+msgid "F."
+msgstr "F."
+
+#: ../../include/ajax/module.php:804 ../../include/functions_groups.php:771
+#: ../../include/functions_groups.php:964 ../../include/functions_ui.php:834
+#: ../../operation/agentes/group_view.php:163
+#: ../../operation/agentes/group_view.php:216
+#: ../../operation/servers/recon_view.php:86
+#: ../../operation/servers/recon_view.php:118
+#: ../../enterprise/extensions/ipam/ipam_network.php:154
+#: ../../enterprise/godmode/agentes/inventory_manager.php:272
+#: ../../enterprise/operation/services/services.list.php:469
+msgid "Force"
+msgstr "強制する"
+
+#: ../../include/ajax/module.php:1093
+msgid "Any monitors aren't with this filter."
+msgstr "このフィルタに合うモニタ項目がありません。"
+
+#: ../../include/ajax/module.php:1096
+msgid "This agent doesn't have any active monitors."
+msgstr "エージェントに有効な監視がありません。"
+
+#: ../../include/ajax/rolling_release.ajax.php:44
+msgid "The sql file contains a dangerous query"
+msgstr "SQL ファイルに、危険なクエリが含まれています"
+
+#: ../../include/ajax/rolling_release.ajax.php:91
+msgid ""
+"An error occurred while updating the database schema to the minor release "
+msgstr "マイナーリリースのデータベーススキーマ更新でエラーが発生しました。 "
+
+#: ../../include/ajax/rolling_release.ajax.php:105
+#: ../../include/ajax/rolling_release.ajax.php:118
+msgid "The directory "
+msgstr "ディレクトリ "
+
+#: ../../include/ajax/rolling_release.ajax.php:105
+msgid " should have read permissions in order to update the database schema"
+msgstr " は、データベーススキーマのアップデートのために読み出し権限が必要です。"
+
+#: ../../include/ajax/rolling_release.ajax.php:118
+msgid " does not exist"
+msgstr " は存在しません。"
+
+#: ../../include/ajax/update_manager.ajax.php:74
+#: ../../enterprise/include/functions_update_manager.php:364
+msgid "There was an error extracting the file '"
+msgstr "次のファイル展開中にエラーが発生しました '"
+
+#: ../../include/ajax/update_manager.ajax.php:90
+#: ../../enterprise/include/functions_update_manager.php:381
+msgid "The package was not extracted."
+msgstr "パッケージが展開されませんでした。"
+
+#: ../../include/ajax/update_manager.ajax.php:96
+msgid "Invalid extension. The package must have the extension .oum."
+msgstr "不正な拡張子です。パッケージの拡張子は、.oum でなければいけません。"
+
+#: ../../include/ajax/update_manager.ajax.php:103
+msgid "The file was not uploaded succesfully."
+msgstr "ファイルのアップロードに失敗しました。"
+
+#: ../../include/ajax/update_manager.ajax.php:172
+#: ../../include/ajax/update_manager.ajax.php:176
+#: ../../include/ajax/update_manager.ajax.php:203
+#: ../../include/functions_update_manager.php:128
+#: ../../include/functions_update_manager.php:132
+#: ../../include/functions_update_manager.php:158
+#: ../../enterprise/include/functions_update_manager.php:503
+#: ../../enterprise/include/functions_update_manager.php:507
+#: ../../enterprise/include/functions_update_manager.php:534
+msgid "Some of your files might not be recovered."
+msgstr "いくつかのファイルをリカバーできていない可能性があります。"
+
+#: ../../include/ajax/update_manager.ajax.php:180
+#: ../../include/ajax/update_manager.ajax.php:197
+#: ../../include/functions_update_manager.php:136
+#: ../../include/functions_update_manager.php:152
+#: ../../enterprise/include/functions_update_manager.php:512
+#: ../../enterprise/include/functions_update_manager.php:528
+msgid "Some of your old files might not be recovered."
+msgstr "いくつかの古いファイルをリカバーできていない可能性があります。"
+
+#: ../../include/ajax/update_manager.ajax.php:218
+#: ../../include/functions_update_manager.php:173
+#: ../../enterprise/include/functions_update_manager.php:549
+msgid "An error ocurred while reading a file."
+msgstr "ファイル読み込み中にエラーが発生しました。"
+
+#: ../../include/ajax/update_manager.ajax.php:225
+#: ../../include/functions_update_manager.php:180
+#: ../../enterprise/include/functions_update_manager.php:556
+msgid "The package does not exist"
+msgstr "パッケージが存在しません。"
+
+#: ../../include/ajax/update_manager.ajax.php:239
+#: ../../include/ajax/update_manager.ajax.php:463
+#: ../../enterprise/include/functions_update_manager.php:331
+msgid "Package rejected."
+msgstr "パッケージが不正です。"
+
+#: ../../include/ajax/update_manager.ajax.php:411
+#: ../../enterprise/include/functions_update_manager.php:311
+msgid "Fail to update to the last package."
+msgstr "最新パッケージへの更新に失敗しました。"
+
+#: ../../include/ajax/update_manager.ajax.php:419
+#: ../../enterprise/include/functions_update_manager.php:326
+msgid "Starting to update to the last package."
+msgstr "最新パッケージへの更新を開始します。"
+
+#: ../../include/ajax/update_manager.ajax.php:497
+#: ../../enterprise/include/functions_update_manager.php:425
+msgid "progress"
+msgstr "処理状況"
+
+#: ../../include/ajax/update_manager.ajax.php:525
+#: ../../include/functions_update_manager.php:189
+#: ../../enterprise/include/functions_update_manager.php:565
+msgid "The package is installed."
+msgstr "パッケージがインストールされました。"
+
+#: ../../include/ajax/visual_console_builder.ajax.php:180
+#: ../../include/functions_graph.php:5207
+msgid "No data to show"
+msgstr "表示するデータがありません"
#: ../../include/auth/mysql.php:246
msgid ""
@@ -12877,6 +18899,755 @@ msgstr "リモートの pandora のパスワードを変更できません"
msgid "Your installation of PHP does not support LDAP"
msgstr "インストールされている PHP が LDAP に対応していません"
+#: ../../include/class/Tree.class.php:1474
+#: ../../include/functions_modules.php:1875
+#: ../../include/functions_modules.php:1895
+#: ../../mobile/operation/modules.php:459
+#: ../../mobile/operation/modules.php:477
+#: ../../mobile/operation/modules.php:512
+#: ../../mobile/operation/modules.php:530
+#: ../../operation/agentes/pandora_networkmap.view.php:285
+#: ../../operation/agentes/pandora_networkmap.view.php:307
+#: ../../operation/agentes/status_monitor.php:1158
+#: ../../operation/agentes/status_monitor.php:1162
+#: ../../operation/agentes/status_monitor.php:1195
+#: ../../operation/agentes/status_monitor.php:1200
+#: ../../operation/search_modules.php:112
+#: ../../operation/search_modules.php:132
+#: ../../enterprise/extensions/vmware/vmware_view.php:930
+#: ../../enterprise/include/functions_services.php:1595
+#: ../../enterprise/include/functions_services.php:1619
+#: ../../enterprise/operation/agentes/policy_view.php:363
+#: ../../enterprise/operation/agentes/policy_view.php:382
+msgid "CRITICAL"
+msgstr "障害"
+
+#: ../../include/class/Tree.class.php:1481
+#: ../../include/functions_modules.php:1879
+#: ../../include/functions_modules.php:1899
+#: ../../mobile/operation/modules.php:463
+#: ../../mobile/operation/modules.php:482
+#: ../../mobile/operation/modules.php:516
+#: ../../mobile/operation/modules.php:535
+#: ../../operation/agentes/pandora_networkmap.view.php:289
+#: ../../operation/agentes/pandora_networkmap.view.php:312
+#: ../../operation/agentes/status_monitor.php:1168
+#: ../../operation/agentes/status_monitor.php:1172
+#: ../../operation/agentes/status_monitor.php:1207
+#: ../../operation/agentes/status_monitor.php:1212
+#: ../../operation/search_modules.php:116
+#: ../../operation/search_modules.php:139
+#: ../../enterprise/extensions/vmware/vmware_view.php:934
+#: ../../enterprise/include/functions_services.php:1599
+#: ../../enterprise/include/functions_services.php:1623
+#: ../../enterprise/operation/agentes/policy_view.php:367
+#: ../../enterprise/operation/agentes/policy_view.php:386
+msgid "WARNING"
+msgstr "警告"
+
+#: ../../include/class/Tree.class.php:1486
+#: ../../include/functions_modules.php:1890
+#: ../../include/functions_modules.php:1894
+#: ../../include/functions_modules.php:1898
+#: ../../mobile/operation/modules.php:471
+#: ../../mobile/operation/modules.php:476
+#: ../../mobile/operation/modules.php:481
+#: ../../mobile/operation/modules.php:524
+#: ../../mobile/operation/modules.php:529
+#: ../../mobile/operation/modules.php:534
+#: ../../operation/agentes/pandora_networkmap.view.php:301
+#: ../../operation/agentes/pandora_networkmap.view.php:306
+#: ../../operation/agentes/pandora_networkmap.view.php:311
+#: ../../operation/agentes/status_monitor.php:1182
+#: ../../operation/agentes/status_monitor.php:1187
+#: ../../operation/agentes/status_monitor.php:1194
+#: ../../operation/agentes/status_monitor.php:1199
+#: ../../operation/agentes/status_monitor.php:1206
+#: ../../operation/agentes/status_monitor.php:1211
+#: ../../operation/search_modules.php:124
+#: ../../operation/search_modules.php:131
+#: ../../operation/search_modules.php:138
+#: ../../enterprise/extensions/vmware/vmware_view.php:938
+#: ../../enterprise/include/functions_services.php:1606
+#: ../../enterprise/include/functions_services.php:1614
+#: ../../enterprise/include/functions_services.php:1619
+#: ../../enterprise/include/functions_services.php:1623
+#: ../../enterprise/include/functions_services.php:1627
+#: ../../enterprise/operation/agentes/policy_view.php:378
+#: ../../enterprise/operation/agentes/policy_view.php:382
+#: ../../enterprise/operation/agentes/policy_view.php:386
+msgid "UNKNOWN"
+msgstr "不明"
+
+#: ../../include/class/Tree.class.php:1492
+msgid "NO DATA"
+msgstr "データがありません"
+
+#: ../../include/class/Tree.class.php:1500
+#: ../../include/functions_modules.php:1883
+#: ../../include/functions_modules.php:1891
+#: ../../mobile/operation/modules.php:455
+#: ../../mobile/operation/modules.php:472
+#: ../../mobile/operation/modules.php:508
+#: ../../mobile/operation/modules.php:525
+#: ../../operation/agentes/pandora_networkmap.view.php:293
+#: ../../operation/agentes/pandora_networkmap.view.php:302
+#: ../../operation/agentes/status_monitor.php:1148
+#: ../../operation/agentes/status_monitor.php:1152
+#: ../../operation/agentes/status_monitor.php:1183
+#: ../../operation/agentes/status_monitor.php:1188
+#: ../../operation/search_modules.php:108
+#: ../../operation/search_modules.php:125
+#: ../../enterprise/extensions/vmware/vmware_view.php:926
+#: ../../enterprise/include/functions_services.php:1591
+#: ../../enterprise/include/functions_services.php:1614
+#: ../../enterprise/operation/agentes/policy_view.php:371
+#: ../../enterprise/operation/agentes/policy_view.php:378
+msgid "NORMAL"
+msgstr "正常"
+
+#: ../../include/class/Tree.class.php:1578
+#: ../../enterprise/godmode/alerts/configure_alert_rule.php:152
+msgid "Module alerts"
+msgstr "モジュールアラート"
+
+#: ../../include/functions.php:215
+#: ../../enterprise/include/functions_reporting_csv.php:1534
+msgid "."
+msgstr "."
+
+#: ../../include/functions.php:217
+msgid ","
+msgstr ","
+
+#: ../../include/functions.php:439 ../../include/functions.php:573
+msgid "s"
+msgstr "s"
+
+#: ../../include/functions.php:440 ../../include/functions.php:574
+msgid "d"
+msgstr "d"
+
+#: ../../include/functions.php:441 ../../include/functions.php:575
+msgid "M"
+msgstr "M"
+
+#: ../../include/functions.php:442 ../../include/functions.php:576
+msgid "Y"
+msgstr "Y"
+
+#: ../../include/functions.php:443 ../../include/functions.php:577
+msgid "m"
+msgstr "m"
+
+#: ../../include/functions.php:444 ../../include/functions.php:578
+msgid "h"
+msgstr "h"
+
+#: ../../include/functions.php:445 ../../include/functions.php:579
+msgid "N"
+msgstr "N"
+
+#: ../../include/functions.php:867 ../../include/functions.php:1075
+#: ../../include/functions.php:1108 ../../include/functions_events.php:1459
+#: ../../include/functions_graph.php:2776
+#: ../../include/functions_graph.php:3276
+#: ../../include/functions_graph.php:3277
+#: ../../include/functions_graph.php:5225
+#: ../../include/functions_incidents.php:34
+#: ../../include/functions_incidents.php:69
+msgid "Maintenance"
+msgstr "メンテナンス"
+
+#: ../../include/functions.php:870 ../../include/functions.php:1076
+#: ../../include/functions.php:1111 ../../include/functions_events.php:1462
+#: ../../include/functions_graph.php:3280
+#: ../../include/functions_graph.php:3281
+#: ../../include/functions_graph.php:5228
+msgid "Informational"
+msgstr "情報"
+
+#: ../../include/functions.php:882 ../../include/functions.php:1078
+#: ../../include/functions.php:1123 ../../include/functions_graph.php:3288
+#: ../../include/functions_graph.php:3289
+#: ../../include/functions_graph.php:5240
+msgid "Minor"
+msgstr "マイナー"
+
+#: ../../include/functions.php:885 ../../include/functions.php:1080
+#: ../../include/functions.php:1126 ../../include/functions_graph.php:3296
+#: ../../include/functions_graph.php:3297
+#: ../../include/functions_graph.php:5243
+msgid "Major"
+msgstr "メジャー"
+
+#: ../../include/functions.php:1029 ../../include/functions_events.php:1395
+msgid "Monitor Critical"
+msgstr "障害"
+
+#: ../../include/functions.php:1030 ../../include/functions_events.php:1398
+msgid "Monitor Warning"
+msgstr "警告"
+
+#: ../../include/functions.php:1031 ../../include/functions_events.php:1401
+msgid "Monitor Normal"
+msgstr "正常"
+
+#: ../../include/functions.php:1033
+msgid "Monitor Unknown"
+msgstr "不明状態"
+
+#: ../../include/functions.php:1036 ../../include/functions_events.php:1138
+#: ../../include/functions_events.php:1407
+msgid "Alert recovered"
+msgstr "復旧したアラート"
+
+#: ../../include/functions.php:1037 ../../include/functions_events.php:1173
+#: ../../include/functions_events.php:1410
+msgid "Alert ceased"
+msgstr "停止されたアラート"
+
+#: ../../include/functions.php:1038 ../../include/functions_events.php:1413
+msgid "Alert manual validation"
+msgstr "承諾されたアラート"
+
+#: ../../include/functions.php:1040
+msgid "Agent created"
+msgstr "エージェント作成"
+
+#: ../../include/functions.php:1041 ../../include/functions_events.php:1416
+msgid "Recon host detected"
+msgstr "自動検出"
+
+#: ../../include/functions.php:1044 ../../include/functions_events.php:1170
+#: ../../include/functions_events.php:1425
+msgid "Configuration change"
+msgstr "設定変更"
+
+#: ../../include/functions.php:2015
+msgid "custom"
+msgstr "カスタム"
+
+#: ../../include/functions.php:2020 ../../include/functions.php:2021
+#, php-format
+msgid "%s minutes"
+msgstr "%s 分"
+
+#: ../../include/functions.php:2023 ../../include/functions.php:2024
+#, php-format
+msgid "%s hours"
+msgstr "%s 時間"
+
+#: ../../include/functions.php:2029 ../../include/functions.php:2030
+#, php-format
+msgid "%s months"
+msgstr "%s ヶ月"
+
+#: ../../include/functions.php:2032 ../../include/functions.php:2033
+#, php-format
+msgid "%s years"
+msgstr "%s 年"
+
+#: ../../include/functions.php:2036
+msgid "Default values will be used"
+msgstr "デフォルト値を利用します"
+
+#: ../../include/functions.php:2196
+msgid "The uploaded file was only partially uploaded"
+msgstr "ファイルは部分的にのみアップロードされました"
+
+#: ../../include/functions.php:2199
+msgid "No file was uploaded"
+msgstr "ファイルがアップロードされませんでした"
+
+#: ../../include/functions.php:2202
+msgid "Missing a temporary folder"
+msgstr "テンポラリフォルダがありません"
+
+#: ../../include/functions.php:2205
+msgid "Failed to write file to disk"
+msgstr "ファイルのディスクへの書き込みに失敗しました"
+
+#: ../../include/functions.php:2208
+msgid "File upload stopped by extension"
+msgstr "拡張によりファイルのアップロードが停止されました"
+
+#: ../../include/functions.php:2212
+msgid "Unknown upload error"
+msgstr "不明なアップロードエラー"
+
+#: ../../include/functions.php:2297
+msgid "No data found to export"
+msgstr "エクスポートするデータがありません"
+
+#: ../../include/functions.php:2315
+msgid "Source ID"
+msgstr "ソース ID"
+
+#: ../../include/functions.php:2583
+#: ../../operation/gis_maps/render_view.php:135
+msgid "5 seconds"
+msgstr "5 秒"
+
+#: ../../include/functions.php:2584
+#: ../../operation/gis_maps/render_view.php:136
+msgid "10 seconds"
+msgstr "10 秒"
+
+#: ../../include/functions.php:2585
+msgid "15 seconds"
+msgstr "15秒"
+
+#: ../../include/functions.php:2586
+#: ../../operation/gis_maps/render_view.php:137
+msgid "30 seconds"
+msgstr "30 秒"
+
+#: ../../include/functions.php:2590
+msgid "15 minutes"
+msgstr "15 分"
+
+#: ../../include/functions_reports.php:498
+#: ../../include/functions_reports.php:500
+#: ../../include/functions_reports.php:504
+#: ../../include/functions_reports.php:506
+#: ../../include/functions_reports.php:510
+#: ../../include/functions_reports.php:512
+#: ../../include/functions_reports.php:514
+#: ../../include/functions_reports.php:518
+#: ../../include/functions_reports.php:522
+#: ../../include/functions_reports.php:525
+#: ../../include/functions_groups.php:106
+#: ../../include/functions_groups.php:163
+#: ../../operation/agentes/ver_agente.php:1058
+#: ../../operation/search_results.php:104
+msgid "Graphs"
+msgstr "グラフ"
+
+#: ../../include/functions_reports.php:499
+#: ../../include/functions_reporting.php:5751
+#: ../../include/functions_reporting.php:5873
+msgid "Simple graph"
+msgstr "単一グラフ"
+
+#: ../../include/functions_reports.php:501
+#: ../../include/functions_reporting.php:3325
+msgid "Simple baseline graph"
+msgstr "シンプルベースライングラフ"
+
+#: ../../include/functions_reports.php:511
+msgid "SQL vertical bar graph"
+msgstr "SQL 縦棒グラフ"
+
+#: ../../include/functions_reports.php:513
+msgid "SQL pie graph"
+msgstr "SQL 円グラフ"
+
+#: ../../include/functions_reports.php:515
+msgid "SQL horizonal bar graph"
+msgstr "SQL 横棒グラフ"
+
+#: ../../include/functions_reports.php:519
+msgid "Automatic combined Graph"
+msgstr "自動合成グラフ"
+
+#: ../../include/functions_reports.php:523
+msgid "Availability graph"
+msgstr "可用性グラフ"
+
+#: ../../include/functions_reports.php:526
+msgid "Module Histogram graph"
+msgstr "モジュールヒストグラムグラフ"
+
+#: ../../include/functions_reports.php:528
+#: ../../include/functions_reports.php:530
+#: ../../include/functions_reports.php:532
+#: ../../include/functions_reports.php:534
+msgid "ITIL"
+msgstr "ITIL"
+
+#: ../../include/functions_reports.php:529
+#: ../../include/functions_reporting.php:3691
+#: ../../enterprise/include/functions_reporting_csv.php:618
+#: ../../enterprise/include/functions_reporting_csv.php:635
+#: ../../enterprise/include/functions_reporting_csv.php:642
+msgid "TTRT"
+msgstr "TTRT"
+
+#: ../../include/functions_reports.php:531
+#: ../../include/functions_reporting.php:3688
+#: ../../enterprise/include/functions_reporting_csv.php:582
+#: ../../enterprise/include/functions_reporting_csv.php:598
+#: ../../enterprise/include/functions_reporting_csv.php:605
+msgid "TTO"
+msgstr "TTO"
+
+#: ../../include/functions_reports.php:533
+#: ../../include/functions_reporting.php:3685
+#: ../../enterprise/include/functions_reporting_csv.php:546
+#: ../../enterprise/include/functions_reporting_csv.php:562
+#: ../../enterprise/include/functions_reporting_csv.php:569
+msgid "MTBF"
+msgstr "MTBF"
+
+#: ../../include/functions_reports.php:535
+#: ../../include/functions_reporting.php:3682
+#: ../../enterprise/include/functions_reporting_csv.php:511
+#: ../../enterprise/include/functions_reporting_csv.php:526
+#: ../../enterprise/include/functions_reporting_csv.php:533
+msgid "MTTR"
+msgstr "MTTR"
+
+#: ../../include/functions_reports.php:539
+#: ../../include/functions_reports.php:542
+#: ../../include/functions_reports.php:544
+#: ../../include/functions_reports.php:546
+#: ../../include/functions_reports.php:550
+#: ../../enterprise/include/functions_reporting_csv.php:1320
+#: ../../enterprise/operation/services/services.list.php:343
+#: ../../enterprise/operation/services/services.service.php:141
+msgid "SLA"
+msgstr "SLA"
+
+#: ../../include/functions_reports.php:540
+#: ../../include/functions_reporting.php:530
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:112
+#: ../../enterprise/godmode/services/services.service.php:301
+#: ../../enterprise/include/functions_reporting_csv.php:908
+msgid "S.L.A."
+msgstr "SLA"
+
+#: ../../include/functions_reports.php:543
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:113
+#: ../../enterprise/include/functions_reporting.php:1613
+msgid "Monthly S.L.A."
+msgstr "月次 S.L.A."
+
+#: ../../include/functions_reports.php:545
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:114
+#: ../../enterprise/include/functions_reporting.php:2338
+msgid "Weekly S.L.A."
+msgstr "週次 S.L.A."
+
+#: ../../include/functions_reports.php:547
+#: ../../enterprise/include/functions_reporting.php:3120
+msgid "Hourly S.L.A."
+msgstr "1時間ごとの S.L.A."
+
+#: ../../include/functions_reports.php:551
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:119
+#: ../../enterprise/include/functions_reporting.php:4010
+#: ../../enterprise/include/functions_reporting.php:4474
+msgid "Services S.L.A."
+msgstr "サービス SLA"
+
+#: ../../include/functions_reports.php:556
+#: ../../include/functions_reports.php:558
+msgid "Forecasting"
+msgstr "予測"
+
+#: ../../include/functions_reports.php:557
+#: ../../enterprise/include/functions_reporting_csv.php:316
+msgid "Prediction date"
+msgstr "予測日"
+
+#: ../../include/functions_reports.php:559
+msgid "Projection graph"
+msgstr "予想グラフ"
+
+#: ../../include/functions_reports.php:564
+#: ../../include/functions_graph.php:704
+#: ../../include/functions_graph.php:3931
+msgid "Avg. Value"
+msgstr "平均値"
+
+#: ../../include/functions_reports.php:570
+msgid "Monitor report"
+msgstr "モニタ項目レポート"
+
+#: ../../include/functions_reports.php:572
+msgid "Serialize data"
+msgstr "データの並び"
+
+#: ../../include/functions_reports.php:574
+#: ../../include/functions_reporting.php:3679
+#: ../../include/functions_reporting.php:5669
+#: ../../enterprise/include/functions_reporting_csv.php:687
+#: ../../enterprise/include/functions_reporting_csv.php:703
+#: ../../enterprise/include/functions_reporting_csv.php:710
+msgid "Summatory"
+msgstr "合計"
+
+#: ../../include/functions_reports.php:576
+msgid "Historical Data"
+msgstr "保存データ"
+
+#: ../../include/functions_reports.php:580
+#: ../../include/functions_reports.php:582
+#: ../../include/functions_reports.php:584
+#: ../../include/functions_reports.php:587
+#: ../../include/functions_reports.php:591
+#: ../../include/functions_reports.php:594
+#: ../../include/functions_reports.php:596
+#: ../../include/functions_reports.php:598
+msgid "Grouped"
+msgstr "グループ化"
+
+#: ../../include/functions_reports.php:583
+#: ../../enterprise/include/functions_reporting_csv.php:469
+msgid "Group report"
+msgstr "グループレポート"
+
+#: ../../include/functions_reports.php:585
+#: ../../include/functions_reporting.php:1722
+#: ../../enterprise/godmode/reporting/reporting_builder.global.php:45
+#: ../../enterprise/include/functions_reporting_csv.php:390
+msgid "Exception"
+msgstr "例外"
+
+#: ../../include/functions_reports.php:595
+#: ../../enterprise/godmode/reporting/reporting_builder.global.php:44
+msgid "Top n"
+msgstr "トップ n"
+
+#: ../../include/functions_reports.php:597
+msgid "Network interfaces"
+msgstr "ネットワークインタフェース"
+
+#: ../../include/functions_reports.php:599
+#: ../../include/functions_reporting.php:4817
+#: ../../include/functions_reporting.php:5060
+#: ../../enterprise/include/functions_reporting.php:632
+#: ../../enterprise/include/functions_reporting_csv.php:248
+msgid "Availability"
+msgstr "可用性"
+
+#: ../../include/functions_reports.php:602
+#: ../../include/functions_reports.php:604
+msgid "Text/HTML "
+msgstr "テキスト/HTML "
+
+#: ../../include/functions_reports.php:605
+msgid "Import text from URL"
+msgstr "URL からテキストをインポート"
+
+#: ../../include/functions_reports.php:610
+msgid "Alert report module"
+msgstr "アラートレポートモジュール"
+
+#: ../../include/functions_reports.php:612
+msgid "Alert report agent"
+msgstr "アラートレポートエージェント"
+
+#: ../../include/functions_reports.php:615
+msgid "Alert report group"
+msgstr "アラートレポートグループ"
+
+#: ../../include/functions_reports.php:621
+msgid "Event report agent"
+msgstr "イベントレポートエージェント"
+
+#: ../../include/functions_reports.php:623
+msgid "Event report module"
+msgstr "イベントレポートモジュール"
+
+#: ../../include/functions_reports.php:625
+msgid "Event report group"
+msgstr "イベントレポートグループ"
+
+#: ../../include/functions_reports.php:632
+msgid "Inventory changes"
+msgstr "インベントリ変更"
+
+#: ../../include/functions_reports.php:638
+#: ../../include/functions_reporting.php:3522
+msgid "Agent configuration"
+msgstr "エージェント設定"
+
+#: ../../include/functions_reports.php:640
+#: ../../include/functions_reporting.php:2511
+msgid "Group configuration"
+msgstr "グループ設定"
+
+#: ../../include/functions_reports.php:642
+msgid "Netflow area chart"
+msgstr "Netflow 塗り潰しグラフ"
+
+#: ../../include/functions_reports.php:644
+msgid "Netflow pie chart"
+msgstr "Netflow 円グラフ"
+
+#: ../../include/functions_reports.php:646
+msgid "Netflow data table"
+msgstr "Netflow データ表"
+
+#: ../../include/functions_reports.php:648
+msgid "Netflow statistics table"
+msgstr "Netflow 統計表"
+
+#: ../../include/functions_reports.php:650
+msgid "Netflow summary table"
+msgstr "Netflow サマリ表"
+
+#: ../../include/functions_reports.php:654
+#: ../../enterprise/include/functions_reporting.php:1446
+msgid "Log"
+msgstr "ログ"
+
+#: ../../include/functions_reports.php:655
+#: ../../enterprise/include/functions_reporting.php:1437
+msgid "Log report"
+msgstr "ログレポート"
+
+#: ../../include/functions_agents.php:672
+msgid ""
+"There was an error copying the agent configuration, the copy has been "
+"cancelled"
+msgstr "エージェントの設定コピーに失敗しました。コピーを中止します。"
+
+#: ../../include/functions_agents.php:2185
+#: ../../include/functions_agents.php:2210
+#: ../../include/functions_agents.php:2235
+msgid "No Monitors"
+msgstr "モニタ項目なし"
+
+#: ../../include/functions_agents.php:2189
+#: ../../include/functions_agents.php:2214
+#: ../../include/functions_agents.php:2239
+#: ../../include/functions_reporting.php:7947
+msgid "At least one module in CRITICAL status"
+msgstr "一つ以上のモジュールが致命的な状態です。"
+
+#: ../../include/functions_agents.php:2193
+#: ../../include/functions_agents.php:2218
+#: ../../include/functions_agents.php:2243
+#: ../../include/functions_reporting.php:7951
+msgid "At least one module in WARNING status"
+msgstr "一つ以上のモジュールが警告状態です。"
+
+#: ../../include/functions_agents.php:2197
+#: ../../include/functions_agents.php:2222
+#: ../../include/functions_agents.php:2247
+#: ../../include/functions_reporting.php:7955
+msgid "At least one module is in UKNOWN status"
+msgstr "一つ以上のモジュールが不明な状態です。"
+
+#: ../../include/functions_agents.php:2201
+#: ../../include/functions_agents.php:2226
+#: ../../include/functions_agents.php:2251
+#: ../../include/functions_reporting.php:7959
+msgid "All Monitors OK"
+msgstr "全モニタ項目が正常"
+
+#: ../../include/functions_servers.php:363
+msgid "Data server"
+msgstr "データサーバ"
+
+#: ../../include/functions_servers.php:368
+msgid "Network server"
+msgstr "ネットワークサーバ"
+
+#: ../../include/functions_servers.php:373
+msgid "SNMP Trap server"
+msgstr "SNMPトラップサーバ"
+
+#: ../../include/functions_servers.php:383
+msgid "Plugin server"
+msgstr "プラグインサーバ"
+
+#: ../../include/functions_servers.php:388
+msgid "Prediction server"
+msgstr "予測サーバ"
+
+#: ../../include/functions_servers.php:393
+msgid "WMI server"
+msgstr "WMI サーバ"
+
+#: ../../include/functions_servers.php:398
+#: ../../enterprise/godmode/servers/manage_export_form.php:71
+msgid "Export server"
+msgstr "エクスポートサーバ"
+
+#: ../../include/functions_servers.php:403
+msgid "Inventory server"
+msgstr "インベントリサーバ"
+
+#: ../../include/functions_servers.php:408
+msgid "Web server"
+msgstr "ウェブサーバ"
+
+#: ../../include/functions_servers.php:413
+msgid "Event server"
+msgstr "イベントサーバ"
+
+#: ../../include/functions_servers.php:418
+msgid "Enterprise ICMP server"
+msgstr "エンタープライズ ICMP サーバ"
+
+#: ../../include/functions_servers.php:423
+msgid "Enterprise SNMP server"
+msgstr "エンタープライズSNMPサーバ"
+
+#: ../../include/functions_servers.php:428
+msgid "Enterprise Satellite server"
+msgstr "Enterprise サテライトサーバ"
+
+#: ../../include/functions_servers.php:433
+msgid "Enterprise Transactional server"
+msgstr "Enterprise トランザクションサーバ"
+
+#: ../../include/functions_servers.php:438
+msgid "Mainframe server"
+msgstr "メインフレームサーバ"
+
+#: ../../include/functions_servers.php:443
+msgid "Sync server"
+msgstr "同期サーバ"
+
+#: ../../include/functions_alerts.php:392
+#: ../../enterprise/include/functions_policies.php:456
+#: ../../enterprise/include/functions_policies.php:471
+msgid "copy"
+msgstr "コピー"
+
+#: ../../include/functions_alerts.php:558
+#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:113
+#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:114
+#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:112
+#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:113
+msgid "Regular expression"
+msgstr "正規表現"
+
+#: ../../include/functions_alerts.php:559
+msgid "Max and min"
+msgstr "最大および最小"
+
+#: ../../include/functions_alerts.php:562
+msgid "Equal to"
+msgstr "同じ値"
+
+#: ../../include/functions_alerts.php:563
+msgid "Not equal to"
+msgstr "異なる値"
+
+#: ../../include/functions_alerts.php:566
+msgid "Unknown status"
+msgstr "不明状態"
+
+#: ../../include/functions_alerts.php:567
+msgid "On Change"
+msgstr "変化発生"
+
+#: ../../include/functions_alerts.php:961
+#: ../../include/functions_network_components.php:507
+#: ../../enterprise/include/functions_local_components.php:284
+msgid "Copy of"
+msgstr "複製"
+
+#: ../../include/functions_alerts.php:1385
+msgid "No actions defined"
+msgstr "アクションが定義されていません"
+
#: ../../include/functions_api.php:77
msgid "No set or get or help operation."
msgstr "設定、参照、ヘルプの操作がありません。"
@@ -13655,21 +20426,6 @@ msgstr "ユーザを有効化しました。"
msgid "Disabled user."
msgstr "ユーザを無効化しました。"
-#: ../../include/functions_api.php:7659
-#: ../../godmode/agentes/configurar_agente.php:1614
-msgid "Save by Pandora Console"
-msgstr "Pandora コンソールによる保存"
-
-#: ../../include/functions_api.php:7660
-#: ../../godmode/agentes/configurar_agente.php:1629
-msgid "Update by Pandora Console"
-msgstr "Pandora コンソールによる更新"
-
-#: ../../include/functions_api.php:7661
-#: ../../godmode/agentes/configurar_agente.php:1642
-msgid "Insert by Pandora Console"
-msgstr "Pandora コンソールによる挿入"
-
#: ../../include/functions_api.php:8268
msgid "Delete user."
msgstr "ユーザ削除"
@@ -13767,1150 +20523,170 @@ msgstr "特別日削除エラー。IDが存在しません。"
msgid "Error in deletion special day."
msgstr "特別日削除エラー。"
-#: ../../include/functions_alerts.php:392
-msgid "copy"
-msgstr "コピー"
-
-#: ../../include/functions_alerts.php:558
-msgid "Regular expression"
-msgstr "正規表現"
-
-#: ../../include/functions_alerts.php:559
-msgid "Max and min"
-msgstr "最大および最小"
-
-#: ../../include/functions_alerts.php:562
-msgid "Equal to"
-msgstr "同じ値"
-
-#: ../../include/functions_alerts.php:563
-msgid "Not equal to"
-msgstr "異なる値"
-
-#: ../../include/functions_alerts.php:566
-msgid "Unknown status"
-msgstr "不明状態"
-
-#: ../../include/functions_alerts.php:567
-msgid "On Change"
-msgstr "変化発生"
-
-#: ../../include/functions_alerts.php:568
-#: ../../godmode/alerts/alert_view.php:195
-#: ../../godmode/alerts/alert_list.list.php:524
-msgid "Always"
-msgstr "常時"
-
-#: ../../include/functions_alerts.php:1385
-msgid "No actions defined"
-msgstr "アクションが定義されていません"
-
-#: ../../include/functions_events.php:34
-#: ../../include/functions_events.php:1581
-#: ../../godmode/events/custom_events.php:68
-#: ../../godmode/events/custom_events.php:152
-msgid "Event id"
-msgstr "イベント ID"
-
-#: ../../include/functions_events.php:42
-#: ../../godmode/events/custom_events.php:92
-#: ../../godmode/events/custom_events.php:160
-msgid "Agent module"
-msgstr "エージェントモジュール"
-
-#: ../../include/functions_events.php:48
-#: ../../include/functions_events.php:2251
-#: ../../godmode/events/custom_events.php:110
-#: ../../godmode/events/custom_events.php:166
-msgid "Extra id"
-msgstr "拡張 ID"
-
-#: ../../include/functions_events.php:52
-#: ../../godmode/events/custom_events.php:122
-#: ../../godmode/events/custom_events.php:170
-msgid "Server name"
-msgstr "サーバ名"
-
-#: ../../include/functions_events.php:895
-msgid "V."
-msgstr "V."
-
-#: ../../include/functions_events.php:1015
-msgid "Events -by module-"
-msgstr "イベント -モジュールごと-"
-
-#: ../../include/functions_events.php:1135
-msgid "Going to unknown"
-msgstr "不明状態になりました。"
-
-#: ../../include/functions_events.php:1138
-#: ../../include/functions_events.php:1407 ../../include/functions.php:1036
-msgid "Alert recovered"
-msgstr "復旧したアラート"
-
-#: ../../include/functions_events.php:1141
-msgid "Alert manually validated"
-msgstr "アラートは承諾されました。"
-
-#: ../../include/functions_events.php:1144
-msgid "Going from critical to warning"
-msgstr "障害が警告状態になりました。"
-
-#: ../../include/functions_events.php:1148
-msgid "Going down to critical state"
-msgstr "障害が発生しました。"
-
-#: ../../include/functions_events.php:1152
-msgid "Going up to normal state"
-msgstr "正常になりました。"
-
-#: ../../include/functions_events.php:1155
-msgid "Going down from normal to warning"
-msgstr "警告状態になりました。"
-
-#: ../../include/functions_events.php:1164
-msgid "Recon server detected a new host"
-msgstr "自動検出サーバが新しいホストを見つけました。"
-
-#: ../../include/functions_events.php:1167
-msgid "New agent created"
-msgstr "新しいエージェントが作成されました。"
-
-#: ../../include/functions_events.php:1170
-#: ../../include/functions_events.php:1425 ../../include/functions.php:1044
-msgid "Configuration change"
-msgstr "設定変更"
-
-#: ../../include/functions_events.php:1173
-#: ../../include/functions_events.php:1410 ../../include/functions.php:1037
-msgid "Alert ceased"
-msgstr "停止されたアラート"
-
-#: ../../include/functions_events.php:1180
-msgid "Unknown type:"
-msgstr "不明なタイプ"
-
-#: ../../include/functions_events.php:1395 ../../include/functions.php:1029
-msgid "Monitor Critical"
-msgstr "障害"
-
-#: ../../include/functions_events.php:1398 ../../include/functions.php:1030
-msgid "Monitor Warning"
-msgstr "警告"
-
-#: ../../include/functions_events.php:1401 ../../include/functions.php:1031
-msgid "Monitor Normal"
-msgstr "正常"
-
-#: ../../include/functions_events.php:1413 ../../include/functions.php:1038
-msgid "Alert manual validation"
-msgstr "承諾されたアラート"
-
-#: ../../include/functions_events.php:1416 ../../include/functions.php:1041
-msgid "Recon host detected"
-msgstr "自動検出"
-
-#: ../../include/functions_events.php:1496
-#: ../../include/functions_events.php:1503
-#: ../../include/functions_events.php:1523
-msgid "All event"
-msgstr "全イベント"
-
-#: ../../include/functions_events.php:1497
-#: ../../include/functions_events.php:1526
-msgid "Only new"
-msgstr "新規のみ"
-
-#: ../../include/functions_events.php:1498
-#: ../../include/functions_events.php:1529
-msgid "Only validated"
-msgstr "承諾済み"
-
-#: ../../include/functions_events.php:1499
-#: ../../include/functions_events.php:1532
-msgid "Only in process"
-msgstr "処理中のみ"
-
-#: ../../include/functions_events.php:1500
-#: ../../include/functions_events.php:1535
-msgid "Only not validated"
-msgstr "未承諾のみ"
-
-#: ../../include/functions_events.php:1504
-#: ../../include/functions_events.php:1719
-msgid "New"
-msgstr "新規"
-
-#: ../../include/functions_events.php:1506
-#: ../../include/functions_events.php:1719
-#: ../../include/functions_events.php:1725
-msgid "In process"
-msgstr "処理中"
-
-#: ../../include/functions_events.php:1507
-msgid "Not Validated"
-msgstr "未検証"
-
-#: ../../include/functions_events.php:1579
-msgid "Agent address"
-msgstr "エージェントアドレス"
-
-#: ../../include/functions_events.php:1580
-msgid "Agent id"
-msgstr "エージェント ID"
-
-#: ../../include/functions_events.php:1582
-msgid "Module Agent address"
-msgstr "モジュールエージェントアドレス"
-
-#: ../../include/functions_events.php:1674
-msgid "Change owner"
-msgstr "所有者変更"
-
-#: ../../include/functions_events.php:1713
-msgid "Change status"
-msgstr "ステータス変更"
-
-#: ../../include/functions_events.php:1752
-#: ../../include/functions_events.php:2564
-msgid "Add comment"
-msgstr "コメントの追加"
-
-#: ../../include/functions_events.php:1771
-msgid "Custom responses"
-msgstr "カスタム応答"
-
-#: ../../include/functions_events.php:1817
-#: ../../godmode/events/event_responses.editor.php:111
-msgid "Parameters"
-msgstr "パラメータ"
-
-#: ../../include/functions_events.php:1973
-msgid "There was an error connecting to the node"
-msgstr "ノードへの接続エラーが発生しました"
-
-#: ../../include/functions_events.php:2012
-msgid "Agent details"
-msgstr "エージェント詳細"
-
-#: ../../include/functions_events.php:2049
-msgid "View custom fields"
-msgstr "カスタムフィールド表示"
-
-#: ../../include/functions_events.php:2061
-msgid "Module details"
-msgstr "モジュール詳細"
-
-#: ../../include/functions_events.php:2078
-msgid "No assigned"
-msgstr "未割当"
-
-#: ../../include/functions_events.php:2140
-#: ../../godmode/alerts/alert_view.php:49
-#: ../../godmode/alerts/alert_view.php:324
-msgid "Alert details"
-msgstr "アラート詳細"
-
-#: ../../include/functions_events.php:2151
-#: ../../include/functions_events.php:2155
-msgid "Go to data overview"
-msgstr "データ概要表示"
-
-#: ../../include/functions_events.php:2298
-#, php-format
-msgid "Invalid custom data: %s"
-msgstr "不正なカスタムデータ: %s"
-
-#: ../../include/functions_events.php:2345
-msgid "First event"
-msgstr "最初のイベント"
-
-#: ../../include/functions_events.php:2345
-msgid "Last event"
-msgstr "最後のイベント"
-
-#: ../../include/functions_events.php:2459
-msgid "ID extra"
-msgstr "拡張 ID"
-
-#: ../../include/functions_events.php:2510
-#: ../../include/functions_events.php:2556
-msgid "There are no comments"
-msgstr "コメントがありません"
-
-#: ../../include/functions_netflow.php:362
-msgid "Total flows"
-msgstr "全フロー数"
-
-#: ../../include/functions_netflow.php:367
-msgid "Total bytes"
-msgstr "全バイト数"
-
-#: ../../include/functions_netflow.php:372
-msgid "Total packets"
-msgstr "全パケット数"
-
-#: ../../include/functions_netflow.php:377
-msgid "Average bits per second"
-msgstr "平均ビット/秒"
-
-#: ../../include/functions_netflow.php:382
-msgid "Average packets per second"
-msgstr "平均パケット/秒"
-
-#: ../../include/functions_netflow.php:387
-msgid "Average bytes per packet"
-msgstr "平均バイト/パケット"
-
-#: ../../include/functions_netflow.php:1031
-msgid "Area graph"
-msgstr "塗り潰しグラフ"
-
-#: ../../include/functions_netflow.php:1032
-msgid "Pie graph and Summary table"
-msgstr "円グラフとサマリ表"
-
-#: ../../include/functions_netflow.php:1033
-msgid "Statistics table"
-msgstr "状態表"
-
-#: ../../include/functions_netflow.php:1035
-msgid "Circular mesh"
-msgstr "円形メッシュ"
-
-#: ../../include/functions_netflow.php:1036
-#: ../../include/functions_netflow.php:1390
-msgid "Host detailed traffic"
-msgstr "ホストの詳細トラフィック"
-
-#: ../../include/functions_netflow.php:1049
-#: ../../include/functions_netflow.php:1082
-msgid "10 mins"
-msgstr "10 分"
-
-#: ../../include/functions_netflow.php:1050
-#: ../../include/functions_netflow.php:1083
-msgid "15 mins"
-msgstr "15 分"
-
-#: ../../include/functions_netflow.php:1051
-#: ../../include/functions_netflow.php:1084
-msgid "30 mins"
-msgstr "30 分"
-
-#: ../../include/functions_netflow.php:1054
-#: ../../include/functions_netflow.php:1087
-msgid "5 hours"
-msgstr "5時間"
-
-#: ../../include/functions_netflow.php:1057
-#: ../../include/functions_netflow.php:1090
-#: ../../godmode/setup/performance.php:108
-msgid "2 days"
-msgstr "2日"
-
-#: ../../include/functions_netflow.php:1058
-#: ../../include/functions_netflow.php:1091
-msgid "5 days"
-msgstr "5日"
-
-#: ../../include/functions_netflow.php:1060
-#: ../../godmode/setup/performance.php:110
-msgid "Last week"
-msgstr "先週"
-
-#: ../../include/functions_netflow.php:1061
-#: ../../godmode/setup/performance.php:112
-msgid "Last month"
-msgstr "先月"
-
-#: ../../include/functions_netflow.php:1062
-msgid "2 months"
-msgstr "2ヶ月"
-
-#: ../../include/functions_netflow.php:1065
-msgid "Last year"
-msgstr "過去1年"
-
-#: ../../include/functions_netflow.php:1079
-msgid "1 min"
-msgstr "1 分"
-
-#: ../../include/functions_netflow.php:1080
-msgid "2 mins"
-msgstr "2 分"
-
-#: ../../include/functions_netflow.php:1081
-msgid "5 mins"
-msgstr "5 分"
-
-#: ../../include/functions_netflow.php:1132
-#: ../../include/functions_netflow.php:1142
-#: ../../include/functions_netflow.php:1191
-#: ../../include/functions_netflow.php:1249
-#: ../../include/functions_netflow.php:1255
-#: ../../include/functions_netflow.php:1288
-msgid "Aggregate"
-msgstr "集約"
-
-#: ../../include/functions_netflow.php:1361
-msgid "Sent"
-msgstr "送信"
-
-#: ../../include/functions_netflow.php:1368
-msgid "Received"
-msgstr "受信"
-
-#: ../../include/functions_netflow.php:1435
-msgid "Error generating report"
-msgstr "レポート生成エラー"
-
-#: ../../include/functions_netflow.php:1632
-msgid "MB"
-msgstr "MB"
-
-#: ../../include/functions_netflow.php:1634
-msgid "MB/s"
-msgstr "MB/s"
-
-#: ../../include/functions_netflow.php:1636
-msgid "kB"
-msgstr "kB"
-
-#: ../../include/functions_netflow.php:1638
-msgid "kB/s"
-msgstr "kB/s"
-
-#: ../../include/functions_netflow.php:1642
-msgid "B/s"
-msgstr "B/s"
-
-#: ../../include/functions_netflow.php:1656
-msgid "Dst port"
-msgstr "宛先ポート"
-
-#: ../../include/functions_netflow.php:1658
-msgid "Dst IP"
-msgstr "宛先 IP"
-
-#: ../../include/functions_netflow.php:1662
-msgid "Src IP"
-msgstr "送信元 IP"
-
-#: ../../include/functions_netflow.php:1664
-msgid "Src port"
-msgstr "送信元ポート"
-
-#: ../../include/functions_html.php:646 ../../include/functions_html.php:647
-#: ../../include/functions_html.php:770 ../../include/functions_html.php:771
-#: ../../godmode/massive/massive_edit_modules.php:486
-#: ../../godmode/agentes/module_manager_editor_network.php:87
-msgid "Custom"
-msgstr "カスタム"
-
-#: ../../include/functions_html.php:728 ../../include/functions.php:434
-#: ../../include/functions.php:568 ../../godmode/setup/setup_visuals.php:712
-msgid "minutes"
-msgstr "分"
-
-#: ../../include/functions_html.php:729 ../../include/functions.php:435
-#: ../../include/functions.php:569 ../../godmode/setup/setup_visuals.php:713
-msgid "hours"
-msgstr "時間"
-
-#: ../../include/functions_html.php:730 ../../include/functions.php:431
-#: ../../include/functions.php:565 ../../godmode/setup/setup_visuals.php:714
-#: ../../godmode/db/db_main.php:82 ../../godmode/db/db_main.php:88
-msgid "days"
-msgstr "日"
-
-#: ../../include/functions_html.php:731
-msgid "weeks"
-msgstr "週"
-
-#: ../../include/functions_html.php:732 ../../include/functions.php:432
-#: ../../include/functions.php:566 ../../godmode/setup/setup_visuals.php:715
-msgid "months"
-msgstr "月"
-
-#: ../../include/functions_html.php:733 ../../include/functions.php:433
-#: ../../include/functions.php:567 ../../godmode/setup/setup_visuals.php:716
-msgid "years"
-msgstr "年"
-
-#: ../../include/functions_html.php:847
-#: ../../godmode/alerts/configure_alert_special_days.php:87
-#: ../../godmode/alerts/alert_special_days.php:243
-#: ../../godmode/alerts/alert_special_days.php:443
-#: ../../godmode/alerts/alert_templates.php:71
-#: ../../godmode/reporting/reporting_builder.item_editor.php:839
-msgid "Sunday"
-msgstr "日曜日"
-
-#: ../../include/functions_html.php:848
-#: ../../godmode/alerts/configure_alert_special_days.php:81
-#: ../../godmode/alerts/alert_special_days.php:237
-#: ../../godmode/alerts/alert_special_days.php:425
-#: ../../godmode/alerts/alert_templates.php:65
-#: ../../godmode/reporting/reporting_builder.item_editor.php:803
-msgid "Monday"
-msgstr "月曜日"
-
-#: ../../include/functions_html.php:849
-#: ../../godmode/alerts/configure_alert_special_days.php:82
-#: ../../godmode/alerts/alert_special_days.php:238
-#: ../../godmode/alerts/alert_special_days.php:428
-#: ../../godmode/alerts/alert_templates.php:66
-#: ../../godmode/reporting/reporting_builder.item_editor.php:809
-msgid "Tuesday"
-msgstr "火曜日"
-
-#: ../../include/functions_html.php:850
-#: ../../godmode/alerts/configure_alert_special_days.php:83
-#: ../../godmode/alerts/alert_special_days.php:239
-#: ../../godmode/alerts/alert_special_days.php:431
-#: ../../godmode/alerts/alert_templates.php:67
-#: ../../godmode/reporting/reporting_builder.item_editor.php:815
-msgid "Wednesday"
-msgstr "水曜日"
-
-#: ../../include/functions_html.php:851
-#: ../../godmode/alerts/configure_alert_special_days.php:84
-#: ../../godmode/alerts/alert_special_days.php:240
-#: ../../godmode/alerts/alert_special_days.php:434
-#: ../../godmode/alerts/alert_templates.php:68
-#: ../../godmode/reporting/reporting_builder.item_editor.php:821
-msgid "Thursday"
-msgstr "木曜日"
-
-#: ../../include/functions_html.php:852
-#: ../../godmode/alerts/configure_alert_special_days.php:85
-#: ../../godmode/alerts/alert_special_days.php:241
-#: ../../godmode/alerts/alert_special_days.php:437
-#: ../../godmode/alerts/alert_templates.php:69
-#: ../../godmode/reporting/reporting_builder.item_editor.php:827
-msgid "Friday"
-msgstr "金曜日"
-
-#: ../../include/functions_html.php:853
-#: ../../godmode/alerts/configure_alert_special_days.php:86
-#: ../../godmode/alerts/alert_special_days.php:242
-#: ../../godmode/alerts/alert_special_days.php:440
-#: ../../godmode/alerts/alert_templates.php:70
-#: ../../godmode/reporting/reporting_builder.item_editor.php:833
-msgid "Saturday"
-msgstr "土曜日"
-
-#: ../../include/functions_html.php:862
-msgid "Month day"
-msgstr "日にち"
-
-#: ../../include/functions_html.php:864
-msgid "Week day"
-msgstr "曜日"
-
-#: ../../include/functions_html.php:2167
-msgid "Type at least two characters to search the module."
-msgstr "モジュールを検索するには、少なくとも二文字入力してください。"
-
-#: ../../include/functions_reporting.php:563
-#: ../../include/functions_reporting.php:5086
-msgid "There are no SLAs defined"
-msgstr "SLA が定義されていません。"
-
-#: ../../include/functions_reporting.php:630
-#: ../../include/functions_reporting.php:5137
-msgid "Inverse"
-msgstr "反転"
-
-#: ../../include/functions_reporting.php:940
-msgid "Top N"
-msgstr "トップ N"
-
-#: ../../include/functions_reporting.php:1050
-msgid "Insuficient data"
-msgstr "不十分なデータ"
-
-#: ../../include/functions_reporting.php:1283
-msgid "Event Report Group"
-msgstr "イベントレポートグループ"
-
-#: ../../include/functions_reporting.php:1460
-msgid "Event Report Module"
-msgstr "イベントレポートモジュール"
-
-#: ../../include/functions_reporting.php:1522
-msgid "Inventory Changes"
-msgstr "インベントリ変更"
-
-#: ../../include/functions_reporting.php:1564
-msgid "No changes found."
-msgstr "変更が見つかりません。"
-
-#: ../../include/functions_reporting.php:1626
-#: ../../godmode/reporting/reporting_builder.php:727
-msgid "No data found."
-msgstr "データがありません。"
-
-#: ../../include/functions_reporting.php:1651
-msgid "Agent/Modules"
-msgstr "エージェント/モジュール"
-
-#: ../../include/functions_reporting.php:1740
-msgid "Exception - Everything"
-msgstr "例外 - 全て"
-
-#: ../../include/functions_reporting.php:1741
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1326
-msgid "Everything"
-msgstr "すべて"
-
-#: ../../include/functions_reporting.php:1745
-#, php-format
-msgid "Exception - Modules over or equal to %s"
-msgstr "例外 - モジュールが %s 以上"
-
-#: ../../include/functions_reporting.php:1747
-#, php-format
-msgid "Modules over or equal to %s"
-msgstr "%s 以上のモジュール"
-
-#: ../../include/functions_reporting.php:1751
-#, php-format
-msgid "Exception - Modules under or equal to %s"
-msgstr "例外 - モジュールが %s 以下"
-
-#: ../../include/functions_reporting.php:1753
-#, php-format
-msgid "Modules under or equal to %s"
-msgstr "%s 以下のモジュール"
-
-#: ../../include/functions_reporting.php:1757
-#, php-format
-msgid "Exception - Modules under %s"
-msgstr "例外 - モジュールが %s 未満"
-
-#: ../../include/functions_reporting.php:1759
-#, php-format
-msgid "Modules under %s"
-msgstr "%s 未満のモジュール"
-
-#: ../../include/functions_reporting.php:1763
-#, php-format
-msgid "Exception - Modules over %s"
-msgstr "例外 - モジュールが %s より大きい"
-
-#: ../../include/functions_reporting.php:1765
-#, php-format
-msgid "Modules over %s"
-msgstr "%s を超えるモジュール"
-
-#: ../../include/functions_reporting.php:1769
-#, php-format
-msgid "Exception - Equal to %s"
-msgstr "例外 - %s と同じ"
-
-#: ../../include/functions_reporting.php:1771
-#, php-format
-msgid "Equal to %s"
-msgstr "%s と同じ"
-
-#: ../../include/functions_reporting.php:1775
-#, php-format
-msgid "Exception - Not equal to %s"
-msgstr "例外 - %s と異なる"
-
-#: ../../include/functions_reporting.php:1777
-#, php-format
-msgid "Not equal to %s"
-msgstr "%s と異なる"
-
-#: ../../include/functions_reporting.php:1781
-msgid "Exception - Modules at normal status"
-msgstr "例外 - モジュールが正常状態"
-
-#: ../../include/functions_reporting.php:1782
-msgid "Modules at normal status"
-msgstr "正常状態のモジュール"
-
-#: ../../include/functions_reporting.php:1786
-msgid "Exception - Modules at critical or warning status"
-msgstr "例外 - モジュールが障害または警告状態"
-
-#: ../../include/functions_reporting.php:1787
-msgid "Modules at critical or warning status"
-msgstr "障害または警告状態のモジュール"
-
-#: ../../include/functions_reporting.php:1976
-msgid "There are no Modules under those conditions."
-msgstr "これらの条件のモジュールはありません。"
-
-#: ../../include/functions_reporting.php:1979
-#, php-format
-msgid "There are no Modules over or equal to %s."
-msgstr "%s 以上のモジュールがありません。"
-
-#: ../../include/functions_reporting.php:1982
-#, php-format
-msgid "There are no Modules less or equal to %s."
-msgstr "%s 以下のモジュールがありません。"
-
-#: ../../include/functions_reporting.php:1985
-#, php-format
-msgid "There are no Modules less %s."
-msgstr "%s 未満のモジュールがありません。"
-
-#: ../../include/functions_reporting.php:1988
-#, php-format
-msgid "There are no Modules over %s."
-msgstr "%s を超えるモジュールがありません。"
-
-#: ../../include/functions_reporting.php:1991
-#, php-format
-msgid "There are no Modules equal to %s"
-msgstr "%s と同じモジュールがありません。"
-
-#: ../../include/functions_reporting.php:1994
-#, php-format
-msgid "There are no Modules not equal to %s"
-msgstr "%s と異なるモジュールがありません。"
-
-#: ../../include/functions_reporting.php:1997
-msgid "There are no Modules normal status"
-msgstr "正常状態のモジュールがありません"
-
-#: ../../include/functions_reporting.php:2000
-msgid "There are no Modules at critial or warning status"
-msgstr "障害または警告状態のモジュールはありません"
-
-#: ../../include/functions_reporting.php:2148
-msgid "Group Report"
-msgstr "グループレポート"
-
-#: ../../include/functions_reporting.php:2202
-msgid "Event Report Agent"
-msgstr "イベントレポートエージェント"
-
-#: ../../include/functions_reporting.php:2341
-#: ../../godmode/massive/massive_edit_modules.php:557
-#: ../../godmode/modules/manage_network_components_form_common.php:161
-#: ../../godmode/agentes/module_manager_editor_common.php:334
-msgid "Historical data"
-msgstr "データの保存"
-
-#: ../../include/functions_reporting.php:2398
-msgid "Database Serialized"
-msgstr "データベースの並び"
-
-#: ../../include/functions_reporting.php:2587
-msgid "Network interfaces report"
-msgstr "ネットワークインタフェースレポート"
-
-#: ../../include/functions_reporting.php:2606
-msgid ""
-"The group has no agents or none of the agents has any network interface"
-msgstr "グループにエージェントが無いか、ネットワークインタフェースのあるエージェントがありません"
-
-#: ../../include/functions_reporting.php:2655
-#: ../../include/functions_reporting.php:2678
-msgid "bytes/s"
-msgstr "バイト/秒"
-
-#: ../../include/functions_reporting.php:2730
-msgid "Alert Report Group"
-msgstr "アラートレポートグループ"
-
-#: ../../include/functions_reporting.php:2876
-msgid "Alert Report Agent"
-msgstr "アラートレポートエージェント"
-
-#: ../../include/functions_reporting.php:2993
-msgid "Alert Report Module"
-msgstr "アラートレポートモジュール"
-
-#: ../../include/functions_reporting.php:3126
-msgid "SQL Graph Vertical Bars"
-msgstr "SQL縦棒グラフ"
-
-#: ../../include/functions_reporting.php:3129
-msgid "SQL Graph Horizontal Bars"
-msgstr "SQL横棒グラフ"
-
-#: ../../include/functions_reporting.php:3132
-msgid "SQL Graph Pie"
-msgstr "SQL円グラフ"
-
-#: ../../include/functions_reporting.php:3179
-msgid "Monitor Report"
-msgstr "モニタレポート"
-
-#: ../../include/functions_reporting.php:3250
-msgid "Netflow Area"
-msgstr "Netflow塗りつぶしグラフ"
-
-#: ../../include/functions_reporting.php:3253
-msgid "Netflow Pie"
-msgstr "NetFlow円グラフ"
-
-#: ../../include/functions_reporting.php:3256
-msgid "Netflow Data"
-msgstr "Netflowデータ"
-
-#: ../../include/functions_reporting.php:3259
-msgid "Netflow Statistics"
-msgstr "Netflow 統計"
-
-#: ../../include/functions_reporting.php:3262
-msgid "Netflow Summary"
-msgstr "Netflow 概要"
-
-#: ../../include/functions_reporting.php:3386
-msgid "Prediction Date"
-msgstr "予測日時"
-
-#: ../../include/functions_reporting.php:3436
-msgid "Projection Graph"
-msgstr "予想グラフ"
-
-#: ../../include/functions_reporting.php:3676
-msgid "AVG. Value"
-msgstr "平均値"
-
-#: ../../include/functions_reporting.php:3811
-#: ../../godmode/tag/edit_tag.php:185
-msgid "Url"
-msgstr "URL"
-
-#: ../../include/functions_reporting.php:3866
-msgid "SQL"
-msgstr "SQL"
-
-#: ../../include/functions_reporting.php:3937
-msgid ""
-"Illegal query: Due security restrictions, there are some tokens or words you "
-"cannot use: *, delete, drop, alter, modify, union, password, pass, insert or "
-"update."
-msgstr ""
-"不正なクエリ。セキュリティ上の制約により次のトークンやワードは利用でません: *, delete, drop, alter, modify, "
-"union, password, pass, insert または update"
-
-#: ../../include/functions_reporting.php:4928
-msgid "No Address"
-msgstr "アドレスがありません"
-
-#: ../../include/functions_reporting.php:5672
-#: ../../godmode/db/db_refine.php:107 ../../godmode/db/db_refine.php:109
-msgid "Minimum"
-msgstr "最小"
-
-#: ../../include/functions_reporting.php:5675
-#: ../../godmode/db/db_refine.php:112 ../../godmode/db/db_refine.php:114
-msgid "Maximum"
-msgstr "最大"
-
-#: ../../include/functions_reporting.php:5679
-msgid "Rate"
-msgstr "率"
-
-#: ../../include/functions_reporting.php:6324
-msgid "Maximum of events shown"
-msgstr "最大表示イベント"
-
-#: ../../include/functions_reporting.php:6964
-#: ../../include/functions_reporting.php:7001
-msgid "Server health"
-msgstr "サーバの正常性"
-
-#: ../../include/functions_reporting.php:6964
-#, php-format
-msgid "%d Downed servers"
-msgstr "停止サーバ数 %d"
-
-#: ../../include/functions_reporting.php:6972
-#: ../../include/functions_reporting.php:7004
-msgid "Monitor health"
-msgstr "モニタ項目の正常性"
-
-#: ../../include/functions_reporting.php:6972
-#, php-format
-msgid "%d Not Normal monitors"
-msgstr "非正常数 %d"
-
-#: ../../include/functions_reporting.php:6974
-#: ../../include/functions_reporting.php:7005
-msgid "of monitors up"
-msgstr "のモニタ項目が正常です。"
-
-#: ../../include/functions_reporting.php:6980
-#: ../../include/functions_reporting.php:7007
-msgid "Module sanity"
-msgstr "モジュール"
-
-#: ../../include/functions_reporting.php:6980
-#, php-format
-msgid "%d Not inited monitors"
-msgstr "未初期化数 %d"
-
-#: ../../include/functions_reporting.php:6982
-#: ../../include/functions_reporting.php:7008
-msgid "of total modules inited"
-msgstr "のモジュールが初期化済みです。"
-
-#: ../../include/functions_reporting.php:6988
-#: ../../include/functions_reporting.php:8008
-#: ../../include/functions_reporting.php:8017
-#, php-format
-msgid "%d Fired alerts"
-msgstr "アラート発報数 %d"
-
-#: ../../include/functions_reporting.php:6990
-#: ../../include/functions_reporting.php:7011
-msgid "of defined alerts not fired"
-msgstr "の定義済みアラートが未発生です。"
-
-#: ../../include/functions_reporting.php:7048
-msgid "Defined alerts"
-msgstr "定義済みアラート"
-
-#: ../../include/functions_reporting.php:7070
-msgid "Defined and fired alerts"
-msgstr "定義済・発報アラート"
-
-#: ../../include/functions_reporting.php:7136
-msgid "Monitor normal"
-msgstr "正常状態"
-
-#: ../../include/functions_reporting.php:7147
-msgid "Monitor not init"
-msgstr "未初期化状態"
-
-#: ../../include/functions_reporting.php:7171
-#: ../../include/functions_reporting.php:7182
-msgid "Monitors by status"
-msgstr "状態ごとの監視項目"
-
-#: ../../include/functions_reporting.php:7270
-msgid "Defined users"
-msgstr "定義済ユーザ"
-
-#: ../../include/functions_reporting.php:7908
-msgid "Agent without data"
-msgstr "データの無いエージェント"
-
-#: ../../include/functions_reporting.php:7995
-#: ../../include/functions_reporting.php:8003
-#, php-format
-msgid "%d Total modules"
-msgstr "全モジュール数 %d"
-
-#: ../../include/functions_reporting.php:7996
-#, php-format
-msgid "%d Modules in normal status"
-msgstr "%d モジュールが正常状態"
-
-#: ../../include/functions_reporting.php:7997
-#, php-format
-msgid "%d Modules in critical status"
-msgstr "%d モジュールが障害状態"
-
-#: ../../include/functions_reporting.php:7998
-#, php-format
-msgid "%d Modules in warning status"
-msgstr "%d モジュールが警告状態"
-
-#: ../../include/functions_reporting.php:7999
-#, php-format
-msgid "%d Modules in unknown status"
-msgstr "%d モジュールが不明状態"
-
-#: ../../include/functions_reporting.php:8000
-#, php-format
-msgid "%d Modules in not init status"
-msgstr "%d モジュールが未初期化状態"
-
-#: ../../include/functions_reporting.php:8004
-#, php-format
-msgid "%d Normal modules"
-msgstr "正常モジュール数 %d"
-
-#: ../../include/functions_reporting.php:8005
-#, php-format
-msgid "%d Critical modules"
-msgstr "障害モジュール数 %d"
-
-#: ../../include/functions_reporting.php:8006
-#, php-format
-msgid "%d Warning modules"
-msgstr "警告モジュール数 %d"
-
-#: ../../include/functions_reporting.php:8007
-#, php-format
-msgid "%d Unknown modules"
-msgstr "不明モジュール数 %d"
-
-#: ../../include/functions_reporting.php:8011
-#, php-format
-msgid "%d Total agents"
-msgstr "全エージェント数 %d"
-
-#: ../../include/functions_reporting.php:8012
-#, php-format
-msgid "%d Normal agents"
-msgstr "正常エージェント数 %d"
-
-#: ../../include/functions_reporting.php:8013
-#, php-format
-msgid "%d Critical agents"
-msgstr "障害エージェント数 %d"
-
-#: ../../include/functions_reporting.php:8014
-#, php-format
-msgid "%d Warning agents"
-msgstr "警告エージェント数 %d"
-
-#: ../../include/functions_reporting.php:8015
-#, php-format
-msgid "%d Unknown agents"
-msgstr "不明エージェント数 %d"
-
-#: ../../include/functions_reporting.php:8016
-#, php-format
-msgid "%d not init agents"
-msgstr "%d 未初期化エージェント"
-
-#: ../../include/functions_reporting.php:9718
-msgid "Total running modules"
-msgstr "全実行中モジュール数"
-
-#: ../../include/functions_reporting.php:9721
-#: ../../include/functions_reporting.php:9737
-#: ../../include/functions_reporting.php:9753
-#: ../../include/functions_reporting.php:9776
-#: ../../include/functions_reporting.php:9795
-#: ../../include/functions_reporting.php:9807
-#: ../../include/functions_reporting.php:9819
-#: ../../include/functions_reporting.php:9835
-msgid "Ratio"
-msgstr "比率"
-
-#: ../../include/functions_reporting.php:9721
-#: ../../include/functions_reporting.php:9737
-#: ../../include/functions_reporting.php:9753
-#: ../../include/functions_reporting.php:9776
-#: ../../include/functions_reporting.php:9795
-#: ../../include/functions_reporting.php:9807
-#: ../../include/functions_reporting.php:9819
-#: ../../include/functions_reporting.php:9835
-msgid "Modules by second"
-msgstr "秒ごとのモジュール"
-
-#: ../../include/functions_reporting.php:9733
-msgid "Local modules"
-msgstr "ローカルモジュール数"
-
-#: ../../include/functions_reporting.php:9744
-msgid "Remote modules"
-msgstr "リモートモジュール数"
-
-#: ../../include/functions_reporting.php:9768
-msgid "Network modules"
-msgstr "ネットワークモジュール"
-
-#: ../../include/functions_reporting.php:9791
-msgid "Plugin modules"
-msgstr "プラグインモジュール"
-
-#: ../../include/functions_reporting.php:9803
-msgid "Prediction modules"
-msgstr "予測モジュール"
-
-#: ../../include/functions_reporting.php:9815
-msgid "WMI modules"
-msgstr "WMIモジュール"
-
-#: ../../include/functions_reporting.php:9827
-msgid "Web modules"
-msgstr "Webモジュール"
-
-#: ../../include/functions_reporting.php:9866 ../../godmode/db/db_main.php:105
-msgid "Total events"
-msgstr "イベント数"
-
-#: ../../include/functions_reporting.php:9889
-msgid "Server performance"
-msgstr "サーバパフォーマンス"
-
-#: ../../include/functions_reporting.php:9971
-msgid "Weekly:"
-msgstr "週次:"
-
-#: ../../include/functions_reporting.php:9974 ../../include/functions.php:913
-#: ../../godmode/alerts/alert_special_days.php:327
-#: ../../godmode/alerts/alert_view.php:208
-#: ../../godmode/alerts/configure_alert_template.php:521
-#: ../../godmode/agentes/planned_downtime.editor.php:544
-msgid "Mon"
-msgstr "月"
-
-#: ../../include/functions_reporting.php:9978 ../../include/functions.php:915
-#: ../../godmode/alerts/alert_special_days.php:328
-#: ../../godmode/alerts/alert_view.php:209
-#: ../../godmode/alerts/configure_alert_template.php:523
-#: ../../godmode/agentes/planned_downtime.editor.php:547
-msgid "Tue"
-msgstr "火"
-
-#: ../../include/functions_reporting.php:9982 ../../include/functions.php:917
-#: ../../godmode/alerts/alert_special_days.php:329
-#: ../../godmode/alerts/alert_view.php:210
-#: ../../godmode/alerts/configure_alert_template.php:525
-#: ../../godmode/agentes/planned_downtime.editor.php:550
-msgid "Wed"
-msgstr "水"
-
-#: ../../include/functions_reporting.php:9986 ../../include/functions.php:919
-#: ../../godmode/alerts/alert_special_days.php:330
-#: ../../godmode/alerts/alert_view.php:211
-#: ../../godmode/alerts/configure_alert_template.php:527
-#: ../../godmode/agentes/planned_downtime.editor.php:553
-msgid "Thu"
-msgstr "木"
-
-#: ../../include/functions_reporting.php:9990 ../../include/functions.php:921
-#: ../../godmode/alerts/alert_special_days.php:331
-#: ../../godmode/alerts/alert_view.php:212
-#: ../../godmode/alerts/configure_alert_template.php:529
-#: ../../godmode/agentes/planned_downtime.editor.php:556
-msgid "Fri"
-msgstr "金"
-
-#: ../../include/functions_reporting.php:9994 ../../include/functions.php:923
-#: ../../godmode/alerts/alert_special_days.php:332
-#: ../../godmode/alerts/alert_view.php:213
-#: ../../godmode/alerts/configure_alert_template.php:531
-#: ../../godmode/agentes/planned_downtime.editor.php:559
-msgid "Sat"
-msgstr "土"
-
-#: ../../include/functions_reporting.php:9998 ../../include/functions.php:925
-#: ../../godmode/alerts/alert_special_days.php:326
-#: ../../godmode/alerts/alert_view.php:214
-#: ../../godmode/alerts/configure_alert_template.php:533
-#: ../../godmode/agentes/planned_downtime.editor.php:562
-msgid "Sun"
-msgstr "日"
-
-#: ../../include/functions_reporting.php:10005
-msgid "Monthly:"
-msgstr "月次:"
-
-#: ../../include/functions_reporting.php:10006
-msgid "From day"
-msgstr "開始日"
-
-#: ../../include/functions_reporting.php:10007
-msgid "To day"
-msgstr "終了日"
+#: ../../include/functions_snmp.php:67
+msgid "Load Average (Last minute)"
+msgstr "ロードアベレージ (1分)"
+
+#: ../../include/functions_snmp.php:71
+msgid "Load Average (Last 5 minutes)"
+msgstr "ロードアベレージ (5分)"
+
+#: ../../include/functions_snmp.php:75
+msgid "Load Average (Last 15 minutes)"
+msgstr "ロードアベレージ (15分)"
+
+#: ../../include/functions_snmp.php:79
+msgid "Total Swap Size configured for the host"
+msgstr "ホストに設定されているスワップ容量"
+
+#: ../../include/functions_snmp.php:83
+msgid "Available Swap Space on the host"
+msgstr "ホストのスワップ領域の空き容量"
+
+#: ../../include/functions_snmp.php:87
+msgid "Total Real/Physical Memory Size on the host"
+msgstr "ホストの物理メモリ量"
+
+#: ../../include/functions_snmp.php:91
+msgid "Available Real/Physical Memory Space on the host"
+msgstr "ホストの実メモリの空き容量"
+
+#: ../../include/functions_snmp.php:95
+msgid "Total Available Memory on the host"
+msgstr "ホストの全体の空きメモリ"
+
+#: ../../include/functions_snmp.php:99
+msgid "Total Cached Memory"
+msgstr "キャッシュメモリ量"
+
+#: ../../include/functions_snmp.php:103
+msgid "Total Buffered Memory"
+msgstr "バッファメモリ量"
+
+#: ../../include/functions_snmp.php:107
+msgid "Amount of memory swapped in from disk (kB/s)"
+msgstr "ディスクからスワップしているメモリ量 (kB/s)"
+
+#: ../../include/functions_snmp.php:111
+msgid "Amount of memory swapped to disk (kB/s)"
+msgstr "ディスクへスワップしているメモリ量 (kB/s)"
+
+#: ../../include/functions_snmp.php:115
+msgid "Number of blocks sent to a block device"
+msgstr "ブロックデバイスへ送っているブロック数"
+
+#: ../../include/functions_snmp.php:119
+msgid "Number of blocks received from a block device"
+msgstr "ブロックデバイスから受け取っているブロック数"
+
+#: ../../include/functions_snmp.php:123
+msgid "Number of interrupts processed"
+msgstr "割り込み処理数"
+
+#: ../../include/functions_snmp.php:127
+msgid "Number of context switches"
+msgstr "コンテキストスイッチ数"
+
+#: ../../include/functions_snmp.php:131
+msgid "user CPU time"
+msgstr "user CPU時間"
+
+#: ../../include/functions_snmp.php:135
+msgid "system CPU time"
+msgstr "system CPU時間"
+
+#: ../../include/functions_snmp.php:139
+msgid "idle CPU time"
+msgstr "idle CPU時間"
+
+#: ../../include/functions_snmp.php:143
+msgid "system Up time"
+msgstr "システムアップタイム"
+
+#: ../../include/functions_clippy.php:163
+#: ../../include/functions_clippy.php:168
+msgid "End wizard"
+msgstr "ウィザードの終了"
+
+#: ../../include/functions_clippy.php:195
+msgid "Next →"
+msgstr "次へ →"
+
+#: ../../include/functions_clippy.php:196
+msgid "← Back"
+msgstr "← 戻る"
+
+#: ../../include/functions_clippy.php:208
+msgid "Do you want to exit the help tour?"
+msgstr "ヘルプツアーを終了しますか。"
+
+#: ../../include/functions_update_manager.php:202
+msgid "There is a unknown error."
+msgstr "不明なエラーがあります。"
+
+#: ../../include/functions_update_manager.php:316
+#: ../../include/functions_update_manager.php:319
+#: ../../include/functions_update_manager.php:433
+#: ../../include/functions_update_manager.php:437
+#: ../../enterprise/include/functions_update_manager.php:141
+#: ../../enterprise/include/functions_update_manager.php:306
+msgid "Could not connect to internet"
+msgstr "インターネットへ接続できません"
+
+#: ../../include/functions_update_manager.php:324
+#: ../../include/functions_update_manager.php:327
+#: ../../include/functions_update_manager.php:444
+#: ../../include/functions_update_manager.php:448
+#: ../../enterprise/include/functions_update_manager.php:144
+msgid "Server not found."
+msgstr "サーバが見つかりません。"
+
+#: ../../include/functions_update_manager.php:370
+msgid "Update to the last version"
+msgstr "最新版に更新"
+
+#: ../../include/functions_update_manager.php:373
+#: ../../enterprise/include/functions_update_manager.php:216
+msgid "There is no update available."
+msgstr "更新がありません。"
+
+#: ../../include/functions_update_manager.php:482
+#: ../../include/functions_update_manager.php:512
+msgid "Remote server error on newsletter request"
+msgstr "ニュースレターリクエストにおけるリモートサーバエラー"
+
+#: ../../include/functions_update_manager.php:490
+msgid "E-mail successfully subscribed to newsletter."
+msgstr "ニュースレターの購読登録が完了しました。"
+
+#: ../../include/functions_update_manager.php:492
+msgid "E-mail has already subscribed to newsletter."
+msgstr "設定メールアドレスはすでにニュースレター購読済です。"
+
+#: ../../include/functions_update_manager.php:494
+#: ../../include/functions_update_manager.php:534
+msgid "Update manager returns error code: "
+msgstr "アップデートマネージャがエラーコードを返しました: "
+
+#: ../../include/functions_update_manager.php:529
+msgid "Pandora successfully subscribed with UID: "
+msgstr "次のUIDで購読しました: "
+
+#: ../../include/functions_update_manager.php:531
+msgid "Unsuccessful subscription."
+msgstr "購読に失敗しました。"
+
+#: ../../include/functions_update_manager.php:659
+msgid "Failed extracting the package to temp directory."
+msgstr "テンポラリディレクトリへのパッケージ展開に失敗しました。"
+
+#: ../../include/functions_update_manager.php:688
+msgid "Failed the copying of the files."
+msgstr "ファイルのコピーに失敗しました。"
+
+#: ../../include/functions_update_manager.php:704
+msgid "Package extracted successfully."
+msgstr "パッケージを展開しました。"
#: ../../include/functions_config.php:94
msgid "Failed updated: User did not login."
@@ -14920,59 +20696,14 @@ msgstr "更新失敗: ユーザがログインしていません。"
msgid "Failed updated: User is not admin."
msgstr "更新失敗: ユーザは管理者ではありません。"
-#: ../../include/functions_config.php:131
-#: ../../godmode/setup/setup_general.php:57
-msgid "Remote config directory"
-msgstr "リモート設定ディレクトリ"
-
-#: ../../include/functions_config.php:133
-#: ../../godmode/setup/setup_general.php:62
-msgid "Auto login (hash) password"
-msgstr "自動ログインパスワード(ハッシュ)"
-
-#: ../../include/functions_config.php:136
-#: ../../godmode/setup/setup_general.php:65
-msgid "Time source"
-msgstr "日時データソース"
-
-#: ../../include/functions_config.php:138
-#: ../../godmode/setup/setup_general.php:70
-msgid "Automatic check for updates"
-msgstr "更新の自動チェック"
-
#: ../../include/functions_config.php:140
msgid "SSL cert path"
msgstr "SSL証明書パス"
-#: ../../include/functions_config.php:142
-#: ../../godmode/setup/setup_general.php:74
-msgid "Enforce https"
-msgstr "httpsの利用"
-
#: ../../include/functions_config.php:144
msgid "Use cert."
msgstr "証明書利用"
-#: ../../include/functions_config.php:146
-#: ../../godmode/setup/setup_general.php:86
-msgid "Attachment store"
-msgstr "添付ファイル保存場所"
-
-#: ../../include/functions_config.php:148
-#: ../../godmode/setup/setup_general.php:89
-msgid "IP list with API access"
-msgstr "APIアクセスを許可するIPアドレスリスト"
-
-#: ../../include/functions_config.php:150
-#: ../../godmode/setup/setup_general.php:98
-msgid "API password"
-msgstr "API パスワード"
-
-#: ../../include/functions_config.php:152
-#: ../../godmode/setup/setup_general.php:102
-msgid "Enable GIS features in Pandora Console"
-msgstr "コンソールで GIS 機能を利用する"
-
#: ../../include/functions_config.php:154
msgid "Enable Integria incidents in Pandora Console"
msgstr "PandoraコンソールでIntegriaインシデントを有効にする"
@@ -14989,70 +20720,10 @@ msgstr "Integria API パスワード"
msgid "Integria URL"
msgstr "Integria URL"
-#: ../../include/functions_config.php:162
-#: ../../godmode/setup/setup_general.php:106
-msgid "Enable Netflow"
-msgstr "Netflow を利用する"
-
-#: ../../include/functions_config.php:169
-#: ../../godmode/setup/setup_general.php:146
-msgid "Sound for Alert fired"
-msgstr "アラート発生時のサウンド"
-
-#: ../../include/functions_config.php:171
-#: ../../godmode/setup/setup_general.php:151
-msgid "Sound for Monitor critical"
-msgstr "障害状態時のサウンド"
-
-#: ../../include/functions_config.php:173
-#: ../../godmode/setup/setup_general.php:156
-msgid "Sound for Monitor warning"
-msgstr "警告状態時のサウンド"
-
#: ../../include/functions_config.php:184
msgid "License information"
msgstr "ライセンス情報"
-#: ../../include/functions_config.php:188
-#: ../../godmode/setup/setup_general.php:161
-msgid "Public URL"
-msgstr "公開 URL"
-
-#: ../../include/functions_config.php:190
-#: ../../godmode/setup/setup_general.php:165
-msgid "Referer security"
-msgstr "リファラーセキュリティ"
-
-#: ../../include/functions_config.php:192
-#: ../../godmode/setup/setup_general.php:173
-msgid "Event storm protection"
-msgstr "イベントストーム保護"
-
-#: ../../include/functions_config.php:194
-#: ../../godmode/setup/setup_general.php:182
-msgid "Command Snapshot"
-msgstr "コマンドスナップショット"
-
-#: ../../include/functions_config.php:196
-#: ../../godmode/setup/setup_general.php:187
-msgid "Server logs directory"
-msgstr "サーバログディレクトリ"
-
-#: ../../include/functions_config.php:198
-#: ../../godmode/setup/setup_general.php:196
-msgid "Tutorial mode"
-msgstr "チュートリアルモード"
-
-#: ../../include/functions_config.php:200
-#: ../../godmode/setup/setup_general.php:203
-msgid "Allow create planned downtimes in the past"
-msgstr "終了した計画停止の作成を許可する"
-
-#: ../../include/functions_config.php:202
-#: ../../godmode/setup/setup_general.php:208
-msgid "Limit parameters massive"
-msgstr "一括操作制限"
-
#: ../../include/functions_config.php:204
msgid "Identification_reminder"
msgstr "識別リマインダ"
@@ -15066,38 +20737,48 @@ msgid "Audit log directory"
msgstr "監査ログディレクトリ"
#: ../../include/functions_config.php:213
+#: ../../enterprise/godmode/setup/setup.php:30
msgid "Forward SNMP traps to agent (if exist)"
msgstr "SNMP トラップのエージェント(存在する場合)への転送"
#: ../../include/functions_config.php:215
+#: ../../enterprise/godmode/setup/setup.php:38
msgid "Use Enterprise ACL System"
msgstr "エンタープライズ ACL システムを利用する"
#: ../../include/functions_config.php:217
+#: ../../enterprise/meta/include/functions_meta.php:348
msgid "Activate Metaconsole"
msgstr "メタコンソールの有効化"
#: ../../include/functions_config.php:219
+#: ../../enterprise/godmode/setup/setup.php:47
msgid "Size of collection"
msgstr "コレクションのサイズ"
#: ../../include/functions_config.php:221
+#: ../../enterprise/godmode/setup/setup.php:54
+#: ../../enterprise/meta/advanced/metasetup.consoles.php:333
msgid "Events replication"
msgstr "イベント複製"
#: ../../include/functions_config.php:224
+#: ../../enterprise/godmode/setup/setup.php:63
msgid "Replication interval"
msgstr "複製間隔"
#: ../../include/functions_config.php:226
+#: ../../enterprise/godmode/setup/setup.php:70
msgid "Replication limit"
msgstr "複製制限"
#: ../../include/functions_config.php:228
+#: ../../enterprise/godmode/setup/setup.php:89
msgid "Replication mode"
msgstr "複製モード"
#: ../../include/functions_config.php:230
+#: ../../enterprise/godmode/setup/setup.php:147
msgid "Show events list in local console (read only)"
msgstr "ローカルコンソールでのイベント一覧表示 (参照のみ)"
@@ -15126,150 +20807,168 @@ msgid "Replication DB port"
msgstr "複製 DB ポート"
#: ../../include/functions_config.php:245
+#: ../../enterprise/godmode/setup/setup.php:96
msgid "Metaconsole agent cache"
msgstr "メタコンソールエージェントキャッシュ"
#: ../../include/functions_config.php:247
+#: ../../enterprise/godmode/setup/setup.php:212
msgid "Activate Log Collector"
msgstr "ログ収集の有効化"
#: ../../include/functions_config.php:251
+#: ../../enterprise/godmode/setup/setup.php:156
msgid "Inventory changes blacklist"
msgstr "インベントリブラックリスト変更"
#: ../../include/functions_config.php:258
+#: ../../enterprise/godmode/setup/setup.php:252
+#: ../../enterprise/meta/advanced/metasetup.password.php:78
+#: ../../enterprise/meta/include/functions_meta.php:499
msgid "Enable password policy"
msgstr "パスワードポリシーを利用する"
#: ../../include/functions_config.php:261
+#: ../../enterprise/godmode/setup/setup.php:257
+#: ../../enterprise/meta/advanced/metasetup.password.php:84
+#: ../../enterprise/meta/include/functions_meta.php:509
msgid "Min. size password"
msgstr "最小パスワードサイズ"
#: ../../include/functions_config.php:263
+#: ../../enterprise/godmode/setup/setup.php:271
+#: ../../enterprise/meta/advanced/metasetup.password.php:101
+#: ../../enterprise/meta/include/functions_meta.php:539
msgid "Password expiration"
msgstr "パスワードの期限切れ"
#: ../../include/functions_config.php:265
+#: ../../enterprise/godmode/setup/setup.php:275
+#: ../../enterprise/meta/advanced/metasetup.password.php:106
+#: ../../enterprise/meta/include/functions_meta.php:549
msgid "Force change password on first login"
msgstr "初回ログイン時にパスワードを変更する"
#: ../../include/functions_config.php:267
+#: ../../enterprise/godmode/setup/setup.php:280
+#: ../../enterprise/meta/advanced/metasetup.password.php:112
+#: ../../enterprise/meta/include/functions_meta.php:559
msgid "User blocked if login fails"
msgstr "ログインに失敗するとユーザをブロックします"
#: ../../include/functions_config.php:269
+#: ../../enterprise/godmode/setup/setup.php:284
+#: ../../enterprise/meta/advanced/metasetup.password.php:117
+#: ../../enterprise/meta/include/functions_meta.php:569
msgid "Number of failed login attempts"
msgstr "ログイン失敗回数"
#: ../../include/functions_config.php:271
+#: ../../enterprise/godmode/setup/setup.php:261
+#: ../../enterprise/meta/advanced/metasetup.password.php:89
+#: ../../enterprise/meta/include/functions_meta.php:519
msgid "Password must have numbers"
msgstr "パスワードには数字を含む必要があります"
#: ../../include/functions_config.php:273
+#: ../../enterprise/godmode/setup/setup.php:266
+#: ../../enterprise/meta/advanced/metasetup.password.php:95
+#: ../../enterprise/meta/include/functions_meta.php:529
msgid "Password must have symbols"
msgstr "パスワードには記号を含む必要があります"
#: ../../include/functions_config.php:275
+#: ../../enterprise/godmode/setup/setup.php:289
+#: ../../enterprise/meta/advanced/metasetup.password.php:122
+#: ../../enterprise/meta/include/functions_meta.php:486
msgid "Apply password policy to admin users"
msgstr "管理者ユーザへパスワードポリシーを適用"
#: ../../include/functions_config.php:277
+#: ../../enterprise/godmode/setup/setup.php:294
+#: ../../enterprise/meta/advanced/metasetup.password.php:128
+#: ../../enterprise/meta/include/functions_meta.php:579
msgid "Enable password history"
msgstr "パスワード履歴の有効化"
#: ../../include/functions_config.php:279
+#: ../../enterprise/godmode/setup/setup.php:299
+#: ../../enterprise/meta/advanced/metasetup.password.php:134
+#: ../../enterprise/meta/include/functions_meta.php:589
msgid "Compare previous password"
msgstr "以前のパスワードとの比較"
-#: ../../include/functions_config.php:285
-#: ../../godmode/setup/setup_auth.php:183
-msgid "Authentication method"
-msgstr "認証方法"
-
-#: ../../include/functions_config.php:287
-#: ../../godmode/setup/setup_auth.php:57
-msgid "Autocreate remote users"
-msgstr "リモートユーザの自動作成"
-
#: ../../include/functions_config.php:289
+#: ../../enterprise/godmode/setup/setup_auth.php:52
+#: ../../enterprise/godmode/setup/setup_auth.php:369
+#: ../../enterprise/meta/include/functions_meta.php:632
msgid "Autocreate profile"
msgstr "プロファイルの自動作成"
#: ../../include/functions_config.php:291
+#: ../../enterprise/godmode/setup/setup_auth.php:58
+#: ../../enterprise/godmode/setup/setup_auth.php:375
+#: ../../enterprise/meta/include/functions_meta.php:642
msgid "Autocreate profile group"
msgstr "プロファイルグループの自動作成"
#: ../../include/functions_config.php:293
+#: ../../enterprise/godmode/setup/setup_auth.php:65
+#: ../../enterprise/godmode/setup/setup_auth.php:382
+#: ../../enterprise/meta/include/functions_meta.php:652
msgid "Autocreate profile tags"
msgstr "自動作成プロファイルタグ"
#: ../../include/functions_config.php:295
+#: ../../enterprise/godmode/setup/setup_auth.php:491
+#: ../../enterprise/meta/include/functions_meta.php:662
msgid "Autocreate blacklist"
msgstr "ブラックリストの自動作成"
#: ../../include/functions_config.php:298
+#: ../../enterprise/godmode/setup/setup_auth.php:499
+#: ../../enterprise/meta/include/functions_meta.php:694
msgid "Active directory server"
msgstr "アクティブディレクトリサーバ"
#: ../../include/functions_config.php:300
+#: ../../enterprise/godmode/setup/setup_auth.php:505
+#: ../../enterprise/meta/include/functions_meta.php:704
msgid "Active directory port"
msgstr "アクティブディレクトリポート"
-#: ../../include/functions_config.php:302
-#: ../../include/functions_config.php:317
-#: ../../godmode/setup/setup_auth.php:93
-msgid "Start TLS"
-msgstr "TLS の開始"
-
#: ../../include/functions_config.php:304
+#: ../../enterprise/godmode/setup/setup_auth.php:354
+#: ../../enterprise/meta/include/functions_meta.php:724
msgid "Advanced Config AD"
msgstr "拡張 AD 設定"
#: ../../include/functions_config.php:306
+#: ../../enterprise/godmode/setup/setup_auth.php:518
+#: ../../enterprise/meta/include/functions_meta.php:734
msgid "Domain"
msgstr "ドメイン"
#: ../../include/functions_config.php:308
+#: ../../enterprise/godmode/setup/setup_auth.php:416
+#: ../../enterprise/meta/include/functions_meta.php:744
msgid "Advanced Permisions AD"
msgstr "AD 拡張パーミッション"
-#: ../../include/functions_config.php:311
-#: ../../godmode/setup/setup_auth.php:74
-msgid "LDAP server"
-msgstr "LDAP サーバ"
-
-#: ../../include/functions_config.php:313
-#: ../../godmode/setup/setup_auth.php:80
-msgid "LDAP port"
-msgstr "LDAP ポート"
-
-#: ../../include/functions_config.php:315
-#: ../../godmode/setup/setup_auth.php:87
-msgid "LDAP version"
-msgstr "LDAP バージョン"
-
-#: ../../include/functions_config.php:319
-#: ../../godmode/setup/setup_auth.php:100
-msgid "Base DN"
-msgstr "ベース DN"
-
-#: ../../include/functions_config.php:321
-#: ../../godmode/setup/setup_auth.php:106
-msgid "Login attribute"
-msgstr "ログイン属性"
-
-#: ../../include/functions_config.php:323
-#: ../../godmode/setup/setup_auth.php:49
-msgid "Fallback to local authentication"
-msgstr "ローカル認証へのフォールバック"
-
#: ../../include/functions_config.php:326
+#: ../../enterprise/godmode/setup/setup_auth.php:254
msgid "MySQL host"
msgstr "MySQL ホスト"
#: ../../include/functions_config.php:328
#: ../../include/functions_config.php:339
#: ../../include/functions_config.php:349
+#: ../../enterprise/godmode/setup/setup_auth.php:260
+#: ../../enterprise/godmode/setup/setup_auth.php:291
+#: ../../enterprise/godmode/setup/setup_auth.php:322
+#: ../../enterprise/meta/include/functions_meta.php:839
+#: ../../enterprise/meta/include/functions_meta.php:892
+#: ../../enterprise/meta/include/functions_meta.php:945
msgid "MySQL port"
msgstr "MySQL ポート"
@@ -15277,14 +20976,25 @@ msgstr "MySQL ポート"
#: ../../include/functions_config.php:341
#: ../../include/functions_config.php:351
#: ../../include/functions_config.php:681
+#: ../../enterprise/godmode/setup/setup_auth.php:266
+#: ../../enterprise/godmode/setup/setup_auth.php:297
+#: ../../enterprise/godmode/setup/setup_auth.php:328
+#: ../../enterprise/godmode/setup/setup_history.php:59
+#: ../../enterprise/meta/include/functions_meta.php:849
+#: ../../enterprise/meta/include/functions_meta.php:902
+#: ../../enterprise/meta/include/functions_meta.php:955
msgid "Database name"
msgstr "データベース名"
#: ../../include/functions_config.php:337
+#: ../../enterprise/godmode/setup/setup_auth.php:285
+#: ../../enterprise/meta/include/functions_meta.php:882
msgid "Babel Enterprise host"
msgstr "Babel Enterprise ホスト"
#: ../../include/functions_config.php:347
+#: ../../enterprise/godmode/setup/setup_auth.php:316
+#: ../../enterprise/meta/include/functions_meta.php:935
msgid "Integria host"
msgstr "Integria ホスト"
@@ -15293,49 +21003,10 @@ msgid "Saml path"
msgstr "SAML パス"
#: ../../include/functions_config.php:361
+#: ../../enterprise/meta/include/functions_meta.php:682
msgid "Session timeout"
msgstr "セッションタイムアウト"
-#: ../../include/functions_config.php:371
-#: ../../godmode/setup/performance.php:49
-msgid "Max. days before delete events"
-msgstr "イベントデータ保持日数"
-
-#: ../../include/functions_config.php:373
-#: ../../godmode/setup/performance.php:52
-msgid "Max. days before delete traps"
-msgstr "トラップデータ保持日数"
-
-#: ../../include/functions_config.php:375
-#: ../../godmode/setup/performance.php:58
-msgid "Max. days before delete string data"
-msgstr "文字列データ保持日数"
-
-#: ../../include/functions_config.php:377
-#: ../../godmode/setup/performance.php:55
-msgid "Max. days before delete audit events"
-msgstr "監査イベントデータ保持日数"
-
-#: ../../include/functions_config.php:379
-#: ../../godmode/setup/performance.php:61
-msgid "Max. days before delete GIS data"
-msgstr "GIS データ保持日数"
-
-#: ../../include/functions_config.php:381
-#: ../../godmode/setup/performance.php:64
-msgid "Max. days before purge"
-msgstr "データ保持日数"
-
-#: ../../include/functions_config.php:383
-#: ../../godmode/setup/performance.php:70
-msgid "Max. days before delete unknown modules"
-msgstr "不明モジュール保持日数"
-
-#: ../../include/functions_config.php:385
-#: ../../godmode/setup/performance.php:67
-msgid "Max. days before compact data"
-msgstr "データ保持日数(丸め込みなし)"
-
#: ../../include/functions_config.php:387
msgid "Max. days before autodisable deletion"
msgstr "自動無効化エージェントの保持日数"
@@ -15344,278 +21015,43 @@ msgstr "自動無効化エージェントの保持日数"
msgid "Item limit for realtime reports)"
msgstr "リアルタイムレポートのアイテム制限"
-#: ../../include/functions_config.php:391
-#: ../../godmode/setup/performance.php:100
-msgid "Compact interpolation in hours (1 Fine-20 bad)"
-msgstr "データ縮小時の丸め込み単位時間 (1〜20)"
-
-#: ../../include/functions_config.php:393
-#: ../../godmode/setup/performance.php:114
-msgid "Default hours for event view"
-msgstr "イベント表示期間(時間)"
-
-#: ../../include/functions_config.php:395
-#: ../../godmode/setup/performance.php:117
-msgid "Use realtime statistics"
-msgstr "リアルタイム更新の利用"
-
-#: ../../include/functions_config.php:397
-#: ../../godmode/setup/performance.php:121
-msgid "Batch statistics period (secs)"
-msgstr "バッチ更新間隔(秒)"
-
-#: ../../include/functions_config.php:399
-#: ../../godmode/setup/performance.php:124
-msgid "Use agent access graph"
-msgstr "エージェントアクセスグラフの利用"
-
-#: ../../include/functions_config.php:401
-#: ../../godmode/setup/performance.php:128
-msgid "Max. recommended number of files in attachment directory"
-msgstr "添付ディレクトリファイルの推奨上限数"
-
-#: ../../include/functions_config.php:403
-#: ../../godmode/setup/performance.php:131
-msgid "Delete not init modules"
-msgstr "未初期化モジュールの削除"
-
#: ../../include/functions_config.php:405
msgid "Big Operatiopn Step to purge old data"
msgstr "古いデータ削除のための大きな操作ステップ"
-#: ../../include/functions_config.php:407
-#: ../../godmode/setup/performance.php:138
-msgid "Small Operation Step to purge old data"
-msgstr "古いデータ削除のための小さな操作ステップ"
-
-#: ../../include/functions_config.php:409
-#: ../../godmode/setup/performance.php:76
-msgid "Retention period of past special days"
-msgstr "過去の特別日の保存期間"
-
-#: ../../include/functions_config.php:411
-#: ../../godmode/setup/performance.php:79
-msgid "Max. macro data fields"
-msgstr "最大マクロデータフィールド"
-
-#: ../../include/functions_config.php:414
-#: ../../godmode/setup/performance.php:83
-msgid "Max. days before delete inventory data"
-msgstr "インベントリデータの保持日数"
-
-#: ../../include/functions_config.php:422
-#: ../../godmode/setup/setup_visuals.php:651
-msgid "Date format string"
-msgstr "日時フォーマット"
-
-#: ../../include/functions_config.php:424
-#: ../../godmode/setup/setup_visuals.php:664
-msgid "Timestamp or time comparation"
-msgstr "タイムスタンプ表示"
-
-#: ../../include/functions_config.php:426
-#: ../../godmode/setup/setup_visuals.php:391
-msgid "Graph color (min)"
-msgstr "グラフの色 (最小値)"
-
-#: ../../include/functions_config.php:428
-#: ../../godmode/setup/setup_visuals.php:395
-msgid "Graph color (avg)"
-msgstr "グラフの色 (平均値)"
-
-#: ../../include/functions_config.php:430
-#: ../../godmode/setup/setup_visuals.php:399
-msgid "Graph color (max)"
-msgstr "グラフの色 (最大値)"
-
-#: ../../include/functions_config.php:432
-#: ../../godmode/setup/setup_visuals.php:403
-msgid "Graph color #4"
-msgstr "グラフの色 #4"
-
-#: ../../include/functions_config.php:434
-#: ../../godmode/setup/setup_visuals.php:407
-msgid "Graph color #5"
-msgstr "グラフの色 #5"
-
-#: ../../include/functions_config.php:436
-#: ../../godmode/setup/setup_visuals.php:411
-msgid "Graph color #6"
-msgstr "グラフの色 #6"
-
-#: ../../include/functions_config.php:438
-#: ../../godmode/setup/setup_visuals.php:415
-msgid "Graph color #7"
-msgstr "グラフの色 #7"
-
-#: ../../include/functions_config.php:440
-#: ../../godmode/setup/setup_visuals.php:419
-msgid "Graph color #8"
-msgstr "グラフの色 #8"
-
-#: ../../include/functions_config.php:442
-#: ../../godmode/setup/setup_visuals.php:423
-msgid "Graph color #9"
-msgstr "グラフの色 #9"
-
-#: ../../include/functions_config.php:444
-#: ../../godmode/setup/setup_visuals.php:427
-msgid "Graph color #10"
-msgstr "グラフの色 #10"
-
#: ../../include/functions_config.php:446
+#: ../../enterprise/meta/advanced/metasetup.visual.php:111
+#: ../../enterprise/meta/include/functions_meta.php:1048
msgid "Graphic resolution (1-low, 5-high)"
msgstr "グラフ解像度 (1-低い,5-高い)"
-#: ../../include/functions_config.php:448
-#: ../../godmode/setup/setup_visuals.php:435
-msgid "Value to interface graphics"
-msgstr "インタフェースグラフの値"
-
-#: ../../include/functions_config.php:450
-#: ../../godmode/setup/setup_visuals.php:444
-msgid "Data precision for reports"
-msgstr "レポートのデータ精度"
-
-#: ../../include/functions_config.php:455
-#: ../../godmode/setup/setup_visuals.php:153
-msgid "Style template"
-msgstr "スタイルテンプレート"
-
-#: ../../include/functions_config.php:459
-#: ../../godmode/setup/setup_visuals.php:454
-msgid "Use round corners"
-msgstr "角を丸くする"
+#: ../../include/functions_config.php:447
+#: ../../include/functions_config.php:1494
+#: ../../include/functions_netflow.php:1640
+#: ../../operation/netflow/nf_live_view.php:406
+msgid "Bytes"
+msgstr "バイト"
#: ../../include/functions_config.php:461
msgid "Show QR code header"
msgstr "QR コードヘッダー表示"
-#: ../../include/functions_config.php:463
-#: ../../godmode/setup/setup_visuals.php:158
-msgid "Status icon set"
-msgstr "ステータスアイコンの種類"
-
-#: ../../include/functions_config.php:465
-#: ../../godmode/setup/setup_visuals.php:311
-msgid "Font path"
-msgstr "フォントパス"
-
-#: ../../include/functions_config.php:467
-#: ../../godmode/setup/setup_visuals.php:318
-#: ../../godmode/reporting/visual_console_builder.wizard.php:178
-msgid "Font size"
-msgstr "フォントサイズ"
-
-#: ../../include/functions_config.php:473
-#: ../../include/functions_config.php:633
-#: ../../godmode/setup/setup_visuals.php:574
-msgid "Custom logo"
-msgstr "カスタムロゴ"
-
#: ../../include/functions_config.php:475
msgid "Custom logo login"
msgstr "ログイン時のカスタムロゴ"
-#: ../../include/functions_config.php:480
-#: ../../godmode/setup/setup_visuals.php:168
-msgid "Login background"
-msgstr "ログイン背景"
-
-#: ../../include/functions_config.php:482
-#: ../../godmode/setup/setup_visuals.php:75
-msgid "Default interval for refresh on Visual Console"
-msgstr "ビジュアルコンソールのデフォルト更新間隔"
-
-#: ../../include/functions_config.php:484
-#: ../../godmode/setup/setup_visuals.php:528
-msgid "Default line thickness for the Visual Console"
-msgstr "ビジュアルコンソールのデフォルトの線の太さ"
-
-#: ../../include/functions_config.php:486
-#: ../../include/functions_config.php:488
-#: ../../godmode/setup/setup_visuals.php:341
-msgid "Agent size text"
-msgstr "エージェント名の表示長さ"
-
-#: ../../include/functions_config.php:490
-#: ../../godmode/setup/setup_visuals.php:349
-msgid "Module size text"
-msgstr "モジュール名の表示長さ"
-
-#: ../../include/functions_config.php:492
-#: ../../include/functions_config.php:494
-#: ../../godmode/setup/setup_visuals.php:357
-msgid "Description size text"
-msgstr "説明の表示長さ"
-
-#: ../../include/functions_config.php:496
-#: ../../godmode/setup/setup_visuals.php:361
-msgid "Item title size text"
-msgstr "アイテムタイトルの表示長さ"
-
-#: ../../include/functions_config.php:498
-#: ../../godmode/setup/setup_visuals.php:274
-msgid "GIS Labels"
-msgstr "GIS ラベル"
-
#: ../../include/functions_config.php:500
msgid "Show units in values report"
msgstr "値のレポートに単位を表示"
-#: ../../include/functions_config.php:502
-#: ../../godmode/setup/setup_visuals.php:286
-msgid "Default icon in GIS"
-msgstr "GIS でのデフォルトアイコン"
-
-#: ../../include/functions_config.php:504
-#: ../../godmode/setup/setup_visuals.php:254
-msgid "Autohidden menu"
-msgstr "メニューを自動的に隠す"
-
#: ../../include/functions_config.php:506
msgid "Fixed graph"
msgstr "グラフの固定"
-#: ../../include/functions_config.php:508
-#: ../../godmode/setup/setup_visuals.php:238
-msgid "Fixed header"
-msgstr "ヘッダーの固定"
-
-#: ../../include/functions_config.php:510
-#: ../../godmode/setup/setup_visuals.php:246
-msgid "Fixed menu"
-msgstr "メニューの固定"
-
#: ../../include/functions_config.php:512
msgid "Paginate module"
msgstr "モジュール画面分割"
-#: ../../include/functions_config.php:514
-#: ../../godmode/setup/setup_visuals.php:625
-msgid "Custom graphviz directory"
-msgstr "カスタム graphviz ディレクトリ"
-
-#: ../../include/functions_config.php:516
-#: ../../godmode/setup/setup_visuals.php:632
-msgid "Networkmap max width"
-msgstr "ネットワークマップ最大幅"
-
-#: ../../include/functions_config.php:518
-#: ../../godmode/setup/setup_visuals.php:469
-msgid "Shortened module graph data"
-msgstr "短縮モジュールグラフデータ"
-
-#: ../../include/functions_config.php:520
-#: ../../godmode/setup/setup_visuals.php:641
-msgid "Show the group name instead the group icon."
-msgstr "グループアイコンの代わりにグループ名を表示します。"
-
-#: ../../include/functions_config.php:522
-#: ../../godmode/setup/setup_visuals.php:449
-msgid "Default line thickness for the Custom Graph."
-msgstr "カスタムグラフのデフォルトの線の太さ"
-
#: ../../include/functions_config.php:524
msgid "Default type of module charts."
msgstr "モジュールグラフのデフォルトタイプ"
@@ -15628,30 +21064,32 @@ msgstr "インタフェースグラフのデフォルトタイプ"
msgid "Default show only average or min and max"
msgstr "平均のみまたは最小と最大のみ表示のデフォルト"
-#: ../../include/functions_config.php:530
-#: ../../godmode/setup/setup_visuals.php:85
-msgid "Display data of proc modules in other format"
-msgstr "別フォーマットでのprocモジュールのデータ表示"
-
-#: ../../include/functions_config.php:532
-#: ../../godmode/setup/setup_visuals.php:95
-msgid "Display text proc modules have state is ok"
-msgstr "正常状態時のprocモジュール表示テキスト"
-
-#: ../../include/functions_config.php:534
-#: ../../godmode/setup/setup_visuals.php:99
-msgid "Display text when proc modules have state critical"
-msgstr "障害状態時のprocモジュール表示テキスト"
+#: ../../include/functions_config.php:533
+#: ../../include/functions_config.php:1554
+#: ../../include/functions_reporting_html.php:502
+#: ../../include/functions_reporting_html.php:581
+#: ../../enterprise/include/functions_reporting.php:1276
+#: ../../enterprise/include/functions_reporting.php:1312
+#: ../../enterprise/include/functions_reporting.php:2068
+#: ../../enterprise/include/functions_reporting.php:2104
+#: ../../enterprise/include/functions_reporting.php:2845
+#: ../../enterprise/include/functions_reporting.php:2881
+#: ../../enterprise/include/functions_reporting.php:4446
+#: ../../enterprise/include/functions_reporting.php:4780
+#: ../../enterprise/include/functions_reporting_csv.php:967
+#: ../../enterprise/include/functions_reporting_csv.php:1014
+#: ../../enterprise/include/functions_reporting_pdf.php:1320
+#: ../../enterprise/include/functions_reporting_pdf.php:1401
+#: ../../enterprise/include/functions_reporting_pdf.php:1621
+#: ../../enterprise/include/functions_reporting_pdf.php:1657
+#: ../../enterprise/include/functions_reporting_pdf.php:2060
+msgid "Fail"
+msgstr "失敗"
#: ../../include/functions_config.php:537
msgid "Display lateral menus with left click"
msgstr "クリックでサイドメニューを表示"
-#: ../../include/functions_config.php:541
-#: ../../godmode/setup/setup_visuals.php:117
-msgid "Service label font size"
-msgstr "サービスラベルフォントサイズ"
-
#: ../../include/functions_config.php:543
msgid "Service item padding size"
msgstr "サービス要素の間隔"
@@ -15660,11 +21098,6 @@ msgstr "サービス要素の間隔"
msgid "Default percentil"
msgstr "デフォルトのパーセンテージ"
-#: ../../include/functions_config.php:548
-#: ../../godmode/setup/setup_visuals.php:126
-msgid "Classic menu mode"
-msgstr "クラシックメニューモード"
-
#: ../../include/functions_config.php:566
msgid "Add the custom post process"
msgstr "カスタム保存倍率を追加"
@@ -15673,101 +21106,17 @@ msgstr "カスタム保存倍率を追加"
msgid "Delete the custom post process"
msgstr "カスタム保存倍率を削除"
-#: ../../include/functions_config.php:618
-#: ../../godmode/setup/setup_visuals.php:723
-msgid "Delete interval"
-msgstr "間隔値を削除"
-
#: ../../include/functions_config.php:622
msgid "Custom report info"
msgstr "カスタムレポート情報"
-#: ../../include/functions_config.php:627
-#: ../../include/functions_config.php:630
-#: ../../include/functions_config.php:633
-#: ../../include/functions_config.php:636
-#: ../../include/functions_config.php:639
-#: ../../include/functions_config.php:642
-#: ../../godmode/setup/setup_visuals.php:567
-#: ../../godmode/setup/setup_visuals.php:573
-#: ../../godmode/setup/setup_visuals.php:586
-#: ../../godmode/setup/setup_visuals.php:594
-#: ../../godmode/setup/setup_visuals.php:599
-#: ../../godmode/setup/setup_visuals.php:607
-msgid "Custom report front"
-msgstr "カスタムレポートスタイル"
-
-#: ../../include/functions_config.php:630
-#: ../../godmode/setup/setup_visuals.php:567
-msgid "Font family"
-msgstr "フォントファミリ"
-
-#: ../../include/functions_config.php:636
-#: ../../godmode/setup/setup_visuals.php:594
-msgid "Header"
-msgstr "ヘッダー"
-
-#: ../../include/functions_config.php:639
-#: ../../godmode/setup/setup_visuals.php:599
-msgid "First page"
-msgstr "最初のページ"
-
-#: ../../include/functions_config.php:642
-#: ../../godmode/setup/setup_visuals.php:607
-msgid "Footer"
-msgstr "フッター"
-
-#: ../../include/functions_config.php:647
-#: ../../godmode/setup/setup_netflow.php:41
-msgid "Data storage path"
-msgstr "データストアのパス"
-
-#: ../../include/functions_config.php:649
-#: ../../godmode/setup/setup_netflow.php:45
-msgid "Daemon interval"
-msgstr "デーモン間隔"
-
-#: ../../include/functions_config.php:651
-#: ../../godmode/setup/setup_netflow.php:49
-msgid "Daemon binary path"
-msgstr "デーモンのバイナリパス"
-
-#: ../../include/functions_config.php:653
-#: ../../godmode/setup/setup_netflow.php:52
-msgid "Nfdump binary path"
-msgstr "nfdump バイナリのパス"
-
-#: ../../include/functions_config.php:655
-#: ../../godmode/setup/setup_netflow.php:55
-msgid "Nfexpire binary path"
-msgstr "nfexpire バイナリのパス"
-
-#: ../../include/functions_config.php:657
-#: ../../godmode/setup/setup_netflow.php:58
-msgid "Maximum chart resolution"
-msgstr "最大グラフ解像度"
-
-#: ../../include/functions_config.php:659
-#: ../../godmode/setup/setup_netflow.php:61
-msgid "Disable custom live view filters"
-msgstr "カスタムライブビューフィルタの無効化"
-
-#: ../../include/functions_config.php:661
-#: ../../include/functions_config.php:667
-#: ../../godmode/setup/setup_netflow.php:65
-msgid "Netflow max lifetime"
-msgstr "Netflow 最大保持期間"
-
-#: ../../include/functions_config.php:663
-#: ../../godmode/setup/setup_netflow.php:68
-msgid "Name resolution for IP address"
-msgstr "IP アドレスの名前解決"
-
#: ../../include/functions_config.php:669
+#: ../../enterprise/godmode/setup/setup_log_collector.php:47
msgid "Log max lifetime"
msgstr "ログ最大保存期間"
#: ../../include/functions_config.php:673
+#: ../../enterprise/godmode/setup/setup_history.php:45
msgid "Enable history database"
msgstr "ヒストリデータベースの有効化"
@@ -15776,53 +21125,29 @@ msgid "Enable history event"
msgstr "ヒストリイベントの有効化"
#: ../../include/functions_config.php:677
+#: ../../enterprise/godmode/setup/setup_history.php:53
msgid "Host"
msgstr "ホスト"
-#: ../../include/functions_config.php:679
-#: ../../godmode/modules/manage_network_components_form_network.php:38
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:342
-#: ../../godmode/agentes/module_manager_editor_network.php:106
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:703
-msgid "Port"
-msgstr "ポート番号"
-
#: ../../include/functions_config.php:683
+#: ../../enterprise/godmode/setup/setup_history.php:62
msgid "Database user"
msgstr "データベースユーザ"
#: ../../include/functions_config.php:685
+#: ../../enterprise/godmode/setup/setup_history.php:65
msgid "Database password"
msgstr "データベースパスワード"
-#: ../../include/functions_config.php:687
-#: ../../godmode/alerts/alert_templates.php:73
-msgid "Days"
-msgstr "日間"
-
#: ../../include/functions_config.php:689
msgid "Event Days"
msgstr "イベント日数"
-#: ../../include/functions_config.php:691
-#: ../../godmode/alerts/configure_alert_template.php:147
-#: ../../godmode/alerts/configure_alert_template.php:152
-#: ../../godmode/alerts/configure_alert_template.php:167
-#: ../../godmode/alerts/configure_alert_template.php:172
-#: ../../godmode/alerts/configure_alert_template.php:187
-#: ../../godmode/alerts/configure_alert_template.php:192
-msgid "Step"
-msgstr "ステップ"
-
#: ../../include/functions_config.php:693
+#: ../../enterprise/godmode/setup/setup_history.php:74
msgid "Delay"
msgstr "遅延"
-#: ../../include/functions_config.php:697
-#: ../../godmode/setup/setup_ehorus.php:54
-msgid "Enable eHorus"
-msgstr "eHorus の有効化"
-
#: ../../include/functions_config.php:699
msgid "eHorus user"
msgstr "eHorus ユーザ"
@@ -16061,139 +21386,1700 @@ msgstr ""
msgid "Problems with disable functions in PHP.INI"
msgstr "PHP.INI で無効化された機能の問題"
+#: ../../include/functions_users.php:377
+#, php-format
+msgid "User %s login at %s"
+msgstr "ユーザ %s が %s にログイン"
+
+#: ../../include/functions_users.php:438
+#, php-format
+msgid "User %s was deleted in the DB at %s"
+msgstr "ユーザ %s が %s にデータベースから削除されました"
+
+#: ../../include/functions_users.php:443
+#, php-format
+msgid "User %s logout at %s"
+msgstr "ユーザ %s が %s にログアウト"
+
+#: ../../include/functions_db.php:75
+#, php-format
+msgid "Error connecting to database %s at %s."
+msgstr "データベース %s@%s への接続エラー。"
+
+#: ../../include/functions_db.php:1515
+msgid "SQL sentence"
+msgstr "SQL 構文"
+
+#: ../../include/functions_db.php:1517
+msgid "Rows"
+msgstr "行"
+
+#: ../../include/functions_db.php:1518
+msgid "Saved"
+msgstr "保存"
+
+#: ../../include/functions_db.php:1519
+msgid "Time (ms)"
+msgstr "時間 (ミリ秒)"
+
+#: ../../include/functions_visual_map.php:1150
+msgid "Last value: "
+msgstr "最新の値: "
+
+#: ../../include/functions_visual_map.php:1723
+msgid "Agent successfully added to layout"
+msgstr "エージェントが追加されました。"
+
+#: ../../include/functions_visual_map.php:1870
+msgid "Modules successfully added to layout"
+msgstr "モジュールが追加されました。"
+
+#: ../../include/functions_visual_map.php:2067
+msgid "Agents successfully added to layout"
+msgstr "レイアウトにエージェントを追加しました"
+
+#: ../../include/functions_visual_map.php:2408
+msgid "Cannot load the visualmap"
+msgstr "ビジュアルマップを読み込めません"
+
+#: ../../include/functions_visual_map.php:2748
+msgid "Percentile bar"
+msgstr "パーセント(バー)"
+
+#: ../../include/functions_visual_map.php:2752
+msgid "Static graph"
+msgstr "状態を表すアイコン"
+
+#: ../../include/functions_events.php:865
+#: ../../include/functions_events.php:869
+#: ../../include/functions_reporting.php:1327
+#: ../../include/functions_reporting.php:1495
+#: ../../include/functions_reporting_html.php:3769
+#: ../../mobile/operation/events.php:790
+#: ../../operation/events/events.build_table.php:118
+#: ../../operation/events/events.build_table.php:787
+msgid "No events"
+msgstr "イベントがありません。"
+
+#: ../../include/functions_events.php:880
+#: ../../operation/agentes/tactical.php:188
+msgid "Latest events"
+msgstr "最新のイベント"
+
+#: ../../include/functions_events.php:895
+#: ../../include/functions_events.php:1505
+#: ../../include/functions_events.php:1719
+#: ../../include/functions_events.php:1725
+#: ../../include/functions_events.php:1729
+#: ../../include/functions_events.php:1734
+#: ../../include/functions_events.php:3151
+#: ../../include/functions_events.php:3159
+#: ../../include/functions_graph.php:3022
+#: ../../operation/snmpconsole/snmp_view.php:410
+#: ../../operation/snmpconsole/snmp_view.php:575
+#: ../../operation/snmpconsole/snmp_view.php:826
+msgid "Validated"
+msgstr "承諾済み"
+
+#: ../../include/functions_events.php:895
+#: ../../enterprise/operation/agentes/policy_view.php:51
+msgid "V."
+msgstr "V."
+
+#: ../../include/functions_events.php:1015
+msgid "Events -by module-"
+msgstr "イベント -モジュールごと-"
+
+#: ../../include/functions_events.php:1025
+#: ../../operation/agentes/tactical.php:203
+#: ../../operation/events/event_statistics.php:37
+msgid "Event graph"
+msgstr "イベントグラフ"
+
+#: ../../include/functions_events.php:1030
+#: ../../operation/agentes/tactical.php:209
+#: ../../operation/events/event_statistics.php:57
+msgid "Event graph by agent"
+msgstr "エージェントごとのイベントグラフ"
+
+#: ../../include/functions_events.php:1135
+msgid "Going to unknown"
+msgstr "不明状態になりました。"
+
+#: ../../include/functions_events.php:1141
+msgid "Alert manually validated"
+msgstr "アラートは承諾されました。"
+
+#: ../../include/functions_events.php:1144
+msgid "Going from critical to warning"
+msgstr "障害が警告状態になりました。"
+
+#: ../../include/functions_events.php:1148
+msgid "Going down to critical state"
+msgstr "障害が発生しました。"
+
+#: ../../include/functions_events.php:1152
+msgid "Going up to normal state"
+msgstr "正常になりました。"
+
+#: ../../include/functions_events.php:1155
+msgid "Going down from normal to warning"
+msgstr "警告状態になりました。"
+
+#: ../../include/functions_events.php:1161
+#: ../../include/functions_graph.php:3147
+#: ../../include/functions_graph.php:3198
+msgid "SYSTEM"
+msgstr "システム"
+
+#: ../../include/functions_events.php:1164
+msgid "Recon server detected a new host"
+msgstr "自動検出サーバが新しいホストを見つけました。"
+
+#: ../../include/functions_events.php:1167
+msgid "New agent created"
+msgstr "新しいエージェントが作成されました。"
+
+#: ../../include/functions_events.php:1180
+msgid "Unknown type:"
+msgstr "不明なタイプ"
+
+#: ../../include/functions_events.php:1496
+#: ../../include/functions_events.php:1503
+#: ../../include/functions_events.php:1523
+#: ../../enterprise/dashboard/widgets/events_list.php:47
+msgid "All event"
+msgstr "全イベント"
+
+#: ../../include/functions_events.php:1497
+#: ../../include/functions_events.php:1526
+msgid "Only new"
+msgstr "新規のみ"
+
+#: ../../include/functions_events.php:1498
+#: ../../include/functions_events.php:1529
+#: ../../enterprise/dashboard/widgets/events_list.php:48
+msgid "Only validated"
+msgstr "承諾済み"
+
+#: ../../include/functions_events.php:1499
+#: ../../include/functions_events.php:1532
+msgid "Only in process"
+msgstr "処理中のみ"
+
+#: ../../include/functions_events.php:1500
+#: ../../include/functions_events.php:1535
+msgid "Only not validated"
+msgstr "未承諾のみ"
+
+#: ../../include/functions_events.php:1504
+#: ../../include/functions_events.php:1719
+#: ../../enterprise/meta/monitoring/wizard/wizard.php:97
+msgid "New"
+msgstr "新規"
+
+#: ../../include/functions_events.php:1506
+#: ../../include/functions_events.php:1719
+#: ../../include/functions_events.php:1725
+msgid "In process"
+msgstr "処理中"
+
+#: ../../include/functions_events.php:1507
+msgid "Not Validated"
+msgstr "未検証"
+
+#: ../../include/functions_events.php:1579
+msgid "Agent address"
+msgstr "エージェントアドレス"
+
+#: ../../include/functions_events.php:1580
+msgid "Agent id"
+msgstr "エージェント ID"
+
+#: ../../include/functions_events.php:1582
+msgid "Module Agent address"
+msgstr "モジュールエージェントアドレス"
+
+#: ../../include/functions_events.php:1674
+msgid "Change owner"
+msgstr "所有者変更"
+
+#: ../../include/functions_events.php:1713
+msgid "Change status"
+msgstr "ステータス変更"
+
+#: ../../include/functions_events.php:1752
+#: ../../include/functions_events.php:2564
+msgid "Add comment"
+msgstr "コメントの追加"
+
+#: ../../include/functions_events.php:1759
+#: ../../include/functions_events.php:1761
+#: ../../include/functions_events.php:4033
+#: ../../operation/events/events.build_table.php:687
+msgid "Delete event"
+msgstr "削除"
+
+#: ../../include/functions_events.php:1771
+msgid "Custom responses"
+msgstr "カスタム応答"
+
+#: ../../include/functions_events.php:1973
+msgid "There was an error connecting to the node"
+msgstr "ノードへの接続エラーが発生しました"
+
+#: ../../include/functions_events.php:2012
+msgid "Agent details"
+msgstr "エージェント詳細"
+
+#: ../../include/functions_events.php:2043
+#: ../../operation/agentes/ver_agente.php:697
+#: ../../enterprise/operation/agentes/ver_agente.php:76
+msgid "Last remote contact"
+msgstr "最終リモート接続"
+
+#: ../../include/functions_events.php:2049
+msgid "View custom fields"
+msgstr "カスタムフィールド表示"
+
+#: ../../include/functions_events.php:2061
+msgid "Module details"
+msgstr "モジュール詳細"
+
+#: ../../include/functions_events.php:2078
+msgid "No assigned"
+msgstr "未割当"
+
+#: ../../include/functions_events.php:2151
+#: ../../include/functions_events.php:2155
+msgid "Go to data overview"
+msgstr "データ概要表示"
+
+#: ../../include/functions_events.php:2298
+#, php-format
+msgid "Invalid custom data: %s"
+msgstr "不正なカスタムデータ: %s"
+
+#: ../../include/functions_events.php:2333
+#: ../../include/functions_events.php:3525
+#: ../../mobile/operation/events.php:469
+#: ../../operation/events/events.build_table.php:149
+msgid "Event ID"
+msgstr "イベントID"
+
+#: ../../include/functions_events.php:2345
+msgid "First event"
+msgstr "最初のイベント"
+
+#: ../../include/functions_events.php:2345
+msgid "Last event"
+msgstr "最後のイベント"
+
+#: ../../include/functions_events.php:2421
+#: ../../mobile/operation/events.php:497
+msgid "Acknowledged by"
+msgstr "承諾者"
+
+#: ../../include/functions_events.php:2459
+msgid "ID extra"
+msgstr "拡張 ID"
+
+#: ../../include/functions_events.php:2510
+#: ../../include/functions_events.php:2556
+msgid "There are no comments"
+msgstr "コメントがありません"
+
+#: ../../include/functions_events.php:2709
+#: ../../include/functions_reporting_html.php:875
+msgid "Pandora System"
+msgstr "Pandora System"
+
+#: ../../include/functions_events.php:3154
+#: ../../include/functions_events.php:3159
+#: ../../operation/snmpconsole/snmp_view.php:409
+#: ../../operation/snmpconsole/snmp_view.php:571
+#: ../../operation/snmpconsole/snmp_view.php:829
+msgid "Not validated"
+msgstr "未承諾"
+
+#: ../../include/functions_events.php:3530
+#: ../../mobile/operation/events.php:108
+#: ../../operation/events/events.build_table.php:155
+msgid "Event Name"
+msgstr "イベント名"
+
+#: ../../include/functions_events.php:3568
+#: ../../operation/events/events.build_table.php:198
+msgid "Agent Module"
+msgstr "エージェントモジュール"
+
+#: ../../include/functions_events.php:3599
+#: ../../operation/events/events.build_table.php:235
+msgid "Extra ID"
+msgstr "拡張 ID"
+
+#: ../../include/functions_events.php:4023
+#: ../../operation/events/events.build_table.php:677
+msgid "Validate event"
+msgstr "承諾"
+
+#: ../../include/functions_events.php:4038
+#: ../../operation/events/events.build_table.php:692
+#: ../../operation/events/events.php:705 ../../operation/events/events.php:709
+#: ../../operation/events/events.php:879 ../../operation/events/events.php:883
+msgid "Is not allowed delete events in process"
+msgstr "処理中イベントは削除できません"
+
+#: ../../include/functions_events.php:4046
+#: ../../operation/events/events.build_table.php:700
+#: ../../operation/snmpconsole/snmp_view.php:671
+msgid "Show more"
+msgstr "詳細を表示する"
+
+#: ../../include/functions_visual_map_editor.php:57
+msgid ""
+"To use 'label'field, you should write\n"
+"\t\t\t\t\ta text to replace '(_VALUE_)' and the value of the module will be "
+"printed at the end."
+msgstr ""
+"'ラベル' フィールドを利用するには、'(_VALUE_)'を\n"
+"\t\t\t\t\t置き換えるテキストを書きます。最終的にはモジュールの値が表示されます。"
+
+#: ../../include/functions_visual_map_editor.php:95
+#: ../../include/functions_visual_map_editor.php:119
+msgid "Border color"
+msgstr "枠の色"
+
+#: ../../include/functions_visual_map_editor.php:131
+msgid "Border width"
+msgstr "枠の幅"
+
+#: ../../include/functions_visual_map_editor.php:140
+msgid "Fill color"
+msgstr "塗りつぶしの色"
+
+#: ../../include/functions_visual_map_editor.php:218
+msgid "Enable link"
+msgstr "リンクを有効にする"
+
+#: ../../include/functions_visual_map_editor.php:239
+msgid "White"
+msgstr "白"
+
+#: ../../include/functions_visual_map_editor.php:240
+msgid "Black"
+msgstr "黒"
+
+#: ../../include/functions_visual_map_editor.php:241
+msgid "Transparent"
+msgstr "透過"
+
+#: ../../include/functions_visual_map_editor.php:366
+msgid "Original Size"
+msgstr "オリジナルのサイズ"
+
+#: ../../include/functions_visual_map_editor.php:367
+#: ../../enterprise/godmode/policies/policy_agents.php:381
+#: ../../enterprise/godmode/policies/policy_queue.php:415
+#: ../../enterprise/meta/advanced/policymanager.apply.php:215
+#: ../../enterprise/meta/advanced/policymanager.queue.php:306
+msgid "Apply"
+msgstr "適用"
+
+#: ../../include/functions_visual_map_editor.php:373
+msgid "Aspect ratio"
+msgstr "縦横比:"
+
+#: ../../include/functions_visual_map_editor.php:374
+msgid "Width proportional"
+msgstr "幅に比例"
+
+#: ../../include/functions_visual_map_editor.php:380
+msgid "Height proportional"
+msgstr "高さに比例"
+
+#: ../../include/functions_visual_map_editor.php:510
+msgid "For use the original image file size, set 0 width and 0 height."
+msgstr "オリジナルの画像サイズを利用するためには、幅と高さを 0 に設定してください。"
+
+#: ../../include/functions_visual_map_editor.php:546
+msgid "Lines haven't advanced options"
+msgstr "拡張オプションがありません"
+
+#: ../../include/functions_visual_map_editor.php:573
+msgid "Click start point of the line"
+msgstr "線の開始場所 をクリックしてください"
+
+#: ../../include/functions_visual_map_editor.php:578
+msgid "Click end point of the line"
+msgstr "線の終了場所 をクリックしてください"
+
+#: ../../include/functions_visual_map_editor.php:626
+msgid "Show grid"
+msgstr "グリッド表示"
+
+#: ../../include/functions_visual_map_editor.php:628
+msgid "Delete item"
+msgstr "アイテムの削除"
+
+#: ../../include/functions_visual_map_editor.php:629
+msgid "Copy item"
+msgstr "アイテムのコピー"
+
+#: ../../include/functions_visual_map_editor.php:657
+msgid "No image or name defined."
+msgstr "画像や名前が定義されていません。"
+
+#: ../../include/functions_visual_map_editor.php:659
+msgid "No label defined."
+msgstr "ラベルが定義されていません。"
+
+#: ../../include/functions_visual_map_editor.php:661
+msgid "No image defined."
+msgstr "画像が定義されていません。"
+
+#: ../../include/functions_visual_map_editor.php:663
+msgid "No process defined."
+msgstr "処理が定義されていません。"
+
+#: ../../include/functions_visual_map_editor.php:665
+msgid "No Max value defined."
+msgstr "最大値が定義されていません"
+
+#: ../../include/functions_visual_map_editor.php:667
+msgid "No width defined."
+msgstr "幅が定義されていません"
+
+#: ../../include/functions_visual_map_editor.php:669
+msgid "No period defined."
+msgstr "期間が定義されていません。"
+
+#: ../../include/functions_visual_map_editor.php:671
+msgid "No agent defined."
+msgstr "エージェントが定義されていません"
+
+#: ../../include/functions_visual_map_editor.php:673
+msgid "No module defined."
+msgstr "モジュールが定義されていません"
+
+#: ../../include/functions_visual_map_editor.php:676
+msgid "Successfully save the changes."
+msgstr "変更を保存しました。"
+
+#: ../../include/functions_visual_map_editor.php:678
+msgid "Could not be save"
+msgstr "保存できませんでした"
+
+#: ../../include/get_file.php:46
+msgid "Security error. Please contact the administrator."
+msgstr "セキュリティエラー。管理者に連絡してください。"
+
+#: ../../include/get_file.php:56
+msgid "File is missing in disk storage. Please contact the administrator."
+msgstr "ファイルが存在しません。管理者に連絡してください。"
+
+#: ../../include/functions_filemanager.php:172
+#: ../../include/functions_filemanager.php:242
+#: ../../include/functions_filemanager.php:300
+#: ../../include/functions_filemanager.php:382
+msgid "Security error"
+msgstr "セキュリティエラー"
+
+#: ../../include/functions_filemanager.php:185
+msgid "Upload error"
+msgstr "アップロードエラー"
+
+#: ../../include/functions_filemanager.php:193
+#: ../../include/functions_filemanager.php:261
+#: ../../include/functions_filemanager.php:326
+msgid "Upload correct"
+msgstr "アップロードしました"
+
+#: ../../include/functions_filemanager.php:206
+msgid ""
+"File size seems to be too large. Please check your php.ini configuration or "
+"contact with the administrator"
+msgstr "ファイルサイズが大きすぎます。php.ini の設定を確認するか管理者に相談してください。"
+
+#: ../../include/functions_filemanager.php:254
+msgid "Error creating file"
+msgstr "ファイル作成エラー"
+
+#: ../../include/functions_filemanager.php:267
+#: ../../include/functions_filemanager.php:362
+msgid "Error creating file with empty name"
+msgstr "ファイル名未指定によるファイル作成エラー"
+
+#: ../../include/functions_filemanager.php:312
+msgid "Attach error"
+msgstr "添付エラー"
+
+#: ../../include/functions_filemanager.php:348
+#: ../../enterprise/godmode/agentes/collections.editor.php:148
+#: ../../enterprise/godmode/agentes/collections.editor.php:311
+msgid "Security error."
+msgstr "セキュリティエラー"
+
+#: ../../include/functions_filemanager.php:357
+msgid "Directory created"
+msgstr "ディレクトリを作成しました"
+
+#: ../../include/functions_filemanager.php:385
+#: ../../include/functions_reporting_html.php:1238
+#: ../../enterprise/include/functions_inventory.php:517
+#: ../../enterprise/include/functions_inventory.php:582
+#: ../../enterprise/include/functions_reporting_pdf.php:509
+msgid "Deleted"
+msgstr "削除しました"
+
+#: ../../include/functions_filemanager.php:550
+#, php-format
+msgid "Directory %s doesn't exist!"
+msgstr "%s ディレクトリは存在しません!"
+
+#: ../../include/functions_filemanager.php:565
+msgid "Index of images"
+msgstr "画像一覧"
+
+#: ../../include/functions_filemanager.php:603
+msgid "Parent directory"
+msgstr "親ディレクトリ"
+
+#: ../../include/functions_filemanager.php:632
+msgid "The zip upload in this dir, easy to upload multiple files."
+msgstr "このディレクトリに zip ファイルもアップロードできます。複数ファイルのアップロードも簡単です。"
+
+#: ../../include/functions_filemanager.php:636
+msgid "Decompress"
+msgstr "展開"
+
+#: ../../include/functions_filemanager.php:638
+#: ../../enterprise/extensions/csv_import/main.php:88
+#: ../../enterprise/extensions/csv_import_group/main.php:84
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1204
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1412
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1588
+msgid "Go"
+msgstr "実行"
+
+#: ../../include/functions_filemanager.php:679
+msgid "Directory"
+msgstr "ディレクトリ"
+
+#: ../../include/functions_filemanager.php:685
+msgid "Compressed file"
+msgstr "圧縮ファイル"
+
+#: ../../include/functions_filemanager.php:688
+#: ../../include/functions_filemanager.php:695
+msgid "Text file"
+msgstr "テキストファイル"
+
+#: ../../include/functions_filemanager.php:785
+msgid "Create directory"
+msgstr "ディレクトリの作成"
+
+#: ../../include/functions_filemanager.php:790
+msgid "Create text"
+msgstr "テキストの作成"
+
+#: ../../include/functions_filemanager.php:795
+msgid "Upload file/s"
+msgstr "ファイルのアップロード"
+
+#: ../../include/functions_filemanager.php:802
+msgid "The directory is read-only"
+msgstr "ディレクトリが読み出し専用です。"
+
#: ../../include/functions_gis.php:27 ../../include/functions_gis.php:31
#: ../../include/functions_gis.php:36
msgid "Hierarchy of agents"
msgstr "エージェントの階層"
-#: ../../include/functions.php:215
-msgid "."
-msgstr "."
+#: ../../include/functions_graph.php:706
+msgid "Units. Value"
+msgstr "単位"
-#: ../../include/functions.php:217
-msgid ","
-msgstr ","
-
-#: ../../include/functions.php:439 ../../include/functions.php:573
-msgid "s"
-msgstr "s"
-
-#: ../../include/functions.php:440 ../../include/functions.php:574
-msgid "d"
-msgstr "d"
-
-#: ../../include/functions.php:441 ../../include/functions.php:575
-msgid "M"
-msgstr "M"
-
-#: ../../include/functions.php:442 ../../include/functions.php:576
-msgid "Y"
-msgstr "Y"
-
-#: ../../include/functions.php:443 ../../include/functions.php:577
-msgid "m"
-msgstr "m"
-
-#: ../../include/functions.php:444 ../../include/functions.php:578
-msgid "h"
-msgstr "h"
-
-#: ../../include/functions.php:445 ../../include/functions.php:579
-msgid "N"
-msgstr "N"
-
-#: ../../include/functions.php:1033
-msgid "Monitor Unknown"
-msgstr "不明状態"
-
-#: ../../include/functions.php:1040
-msgid "Agent created"
-msgstr "エージェント作成"
-
-#: ../../include/functions.php:2015
-msgid "custom"
-msgstr "カスタム"
-
-#: ../../include/functions.php:2020 ../../include/functions.php:2021
+#: ../../include/functions_graph.php:781
+#: ../../include/functions_graph.php:1753
#, php-format
-msgid "%s minutes"
-msgstr "%s 分"
+msgid "Percentile %dº"
+msgstr "%dパーセント"
-#: ../../include/functions.php:2023 ../../include/functions.php:2024
+#: ../../include/functions_graph.php:815
+#: ../../include/functions_graph.php:4017
+#: ../../enterprise/dashboard/full_dashboard.php:234
+#: ../../enterprise/dashboard/public_dashboard.php:256
+#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:160
+#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:180
+#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:208
+#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:170
+msgid "Previous"
+msgstr "前へ"
+
+#: ../../include/functions_graph.php:1246
#, php-format
-msgid "%s hours"
-msgstr "%s 時間"
+msgid "%s"
+msgstr "%s"
-#: ../../include/functions.php:2029 ../../include/functions.php:2030
-#, php-format
-msgid "%s months"
-msgstr "%s ヶ月"
+#: ../../include/functions_graph.php:1753
+msgid " of module "
+msgstr " のモジュール "
-#: ../../include/functions.php:2032 ../../include/functions.php:2033
-#, php-format
-msgid "%s years"
-msgstr "%s 年"
+#: ../../include/functions_graph.php:2109
+msgid "Not fired alerts"
+msgstr "未発報アラート"
-#: ../../include/functions.php:2036
-#: ../../godmode/alerts/configure_alert_template.php:915
-#: ../../godmode/alerts/alert_list.builder.php:212
-#: ../../godmode/modules/manage_network_components_form_network.php:82
-#: ../../godmode/modules/manage_network_components_form_plugin.php:29
-#: ../../godmode/modules/manage_network_components_form_wmi.php:58
-msgid "Empty"
-msgstr "空"
+#: ../../include/functions_graph.php:2109
+#: ../../include/functions_reporting.php:7061
+#: ../../include/functions_reporting.php:7082 ../../operation/tree.php:276
+#: ../../operation/tree.php:277 ../../operation/tree.php:278
+#: ../../enterprise/dashboard/widgets/tree_view.php:200
+#: ../../enterprise/dashboard/widgets/tree_view.php:201
+#: ../../enterprise/dashboard/widgets/tree_view.php:202
+#: ../../enterprise/include/functions_reporting_csv.php:465
+msgid "Fired alerts"
+msgstr "発生したアラート"
-#: ../../include/functions.php:2036
-msgid "Default values will be used"
-msgstr "デフォルト値を利用します"
+#: ../../include/functions_graph.php:2118
+#: ../../include/functions_graph.php:2198
+#: ../../include/functions_graph.php:2271
+#: ../../include/functions_graph.php:3037
+#: ../../include/functions_graph.php:3473
+#: ../../include/functions_reporting.php:1207
+#: ../../include/functions_reporting.php:1360
+#: ../../include/functions_reporting.php:1379
+#: ../../include/functions_reporting.php:1400
+#: ../../include/functions_reporting.php:1421
+#: ../../include/functions_reporting.php:2087
+#: ../../include/functions_reporting.php:2269
+#: ../../include/functions_reporting.php:2290
+#: ../../include/functions_reporting.php:2311
+#: ../../include/functions_reporting.php:6179
+#: ../../include/functions_reporting.php:6199
+#: ../../include/functions_reporting.php:6219
+#: ../../include/functions_reporting_html.php:2924
+#: ../../include/functions_reporting_html.php:3002
+#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:179
+#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:197
+msgid "other"
+msgstr "その他"
-#: ../../include/functions.php:2196
-msgid "The uploaded file was only partially uploaded"
-msgstr "ファイルは部分的にのみアップロードされました"
+#: ../../include/functions_graph.php:2278
+#: ../../include/functions_graph.php:2325
+#: ../../include/graphs/functions_gd.php:165
+#: ../../include/graphs/functions_gd.php:256
+#: ../../enterprise/include/functions_reporting.php:1407
+#: ../../enterprise/include/functions_reporting_pdf.php:1760
+#: ../../enterprise/include/functions_reporting_pdf.php:1761
+msgid "Out of limits"
+msgstr "範囲外"
-#: ../../include/functions.php:2199
-msgid "No file was uploaded"
-msgstr "ファイルがアップロードされませんでした"
+#: ../../include/functions_graph.php:2558
+msgid "Today"
+msgstr "今日"
-#: ../../include/functions.php:2202
-msgid "Missing a temporary folder"
-msgstr "テンポラリフォルダがありません"
+#: ../../include/functions_graph.php:2559
+msgid "Week"
+msgstr "週"
-#: ../../include/functions.php:2205
-msgid "Failed to write file to disk"
-msgstr "ファイルのディスクへの書き込みに失敗しました"
+#: ../../include/functions_graph.php:2560 ../../include/functions_html.php:863
+#: ../../enterprise/include/functions_reporting_csv.php:1159
+#: ../../enterprise/include/functions_reporting_csv.php:1371
+msgid "Month"
+msgstr "月"
-#: ../../include/functions.php:2208
-msgid "File upload stopped by extension"
-msgstr "拡張によりファイルのアップロードが停止されました"
+#: ../../include/functions_graph.php:2561
+#: ../../include/functions_graph.php:2562
+msgid "Months"
+msgstr "月"
-#: ../../include/functions.php:2212
-msgid "Unknown upload error"
-msgstr "不明なアップロードエラー"
+#: ../../include/functions_graph.php:2584
+msgid "History db"
+msgstr "ヒストリデータベース"
-#: ../../include/functions.php:2297
-msgid "No data found to export"
-msgstr "エクスポートするデータがありません"
+#: ../../include/functions_graph.php:2771
+#: ../../include/functions_incidents.php:29
+#: ../../include/functions_incidents.php:54
+msgid "Informative"
+msgstr "情報"
-#: ../../include/functions.php:2315
-msgid "Source ID"
-msgstr "ソース ID"
+#: ../../include/functions_graph.php:2772
+#: ../../include/functions_incidents.php:30
+#: ../../include/functions_incidents.php:57
+msgid "Low"
+msgstr "低い"
-#: ../../include/functions.php:2582
-#: ../../godmode/alerts/alert_list.list.php:136
-#: ../../godmode/alerts/alert_list.list.php:784
-#: ../../godmode/extensions.php:277 ../../godmode/users/user_list.php:463
-msgid "Disable"
+#: ../../include/functions_graph.php:2773
+#: ../../include/functions_incidents.php:31
+#: ../../include/functions_incidents.php:60
+msgid "Medium"
+msgstr "中くらい"
+
+#: ../../include/functions_graph.php:2774
+#: ../../include/functions_incidents.php:32
+#: ../../include/functions_incidents.php:63
+msgid "Serious"
+msgstr "深刻"
+
+#: ../../include/functions_graph.php:2775
+#: ../../include/functions_incidents.php:33
+#: ../../include/functions_incidents.php:66
+msgid "Very serious"
+msgstr "とても深刻"
+
+#: ../../include/functions_graph.php:2798
+#: ../../include/functions_graph.php:2810
+msgid "Open incident"
+msgstr "オープンのインシデント"
+
+#: ../../include/functions_graph.php:2799
+#: ../../include/functions_graph.php:2812
+msgid "Closed incident"
+msgstr "クローズされたインシデント"
+
+#: ../../include/functions_graph.php:2800
+#: ../../include/functions_graph.php:2814
+msgid "Outdated"
+msgstr "期限切れ"
+
+#: ../../include/functions_graph.php:2801
+#: ../../include/functions_graph.php:2816
+#: ../../enterprise/godmode/setup/setup_acl.php:306
+#: ../../enterprise/godmode/setup/setup_acl.php:319
+msgid "Invalid"
msgstr "無効"
-#: ../../include/functions.php:2585
-msgid "15 seconds"
-msgstr "15秒"
+#: ../../include/functions_graph.php:3932
+msgid "Units"
+msgstr "単位"
-#: ../../include/functions.php:2590
-msgid "15 minutes"
+#: ../../include/functions_graph.php:4320
+#: ../../enterprise/dashboard/widgets/top_n.php:77
+msgid "Avg."
+msgstr "平均"
+
+#: ../../include/functions_graph.php:5577
+msgid "Main node"
+msgstr "メインノード"
+
+#: ../../include/help/clippy/agent_out_of_limits.php:39
+msgid "Agent contact date passed it's ETA!."
+msgstr "エージェント接続日時が予想時間を過ぎました。"
+
+#: ../../include/help/clippy/agent_out_of_limits.php:44
+msgid ""
+"This happen when your agent stopped reporting or the server have any problem "
+"(too load or just down). Check also connectivity between the agent and the "
+"server."
+msgstr ""
+"エージェントからの通信が止まったりサーバで何らかの問題が発生(高負荷やダウン)しているときにこれが起こります。エージェントとサーバの間の通信も確認してくだ"
+"さい。"
+
+#: ../../include/help/clippy/data_configuration_module.php:39
+msgid "Data Configuration Module."
+msgstr "データ設定モジュール"
+
+#: ../../include/help/clippy/data_configuration_module.php:44
+msgid ""
+"Please note that information provided here affects how the agent collect "
+"information and generate the data XML. Any data/configuration reported by "
+"the agent, different from data or description is discarded, and the "
+"configuration shown in the console prevails over any configuration coming "
+"from the agent, this applies for example for crit/warn thresholds, interval, "
+"module group, min/max value, tags, etc."
+msgstr ""
+"ここに表示される情報は、エージェントが情報を収集し送ってくる XML "
+"データとの間で影響があるということに注意してください。エージェントから送られてくるデータや設定のうち、データおよび説明以外、たとえば障害や警告の閾値、モジ"
+"ュールグループ、最小・最大の値、タグなどは、コンソールに設定されているものが優先されます。"
+
+#: ../../include/help/clippy/data_configuration_module.php:50
+msgid ""
+"Information imported FIRST time from the XML will fill the information you "
+"can see in the console, but after the first import, system will ignore any "
+"update coming from the XML/Agent."
+msgstr ""
+"最初に XML "
+"で送られてくるデータはすべて取り込まれコンソールで参照することができますが、初回の取り込み後は、システムはエージェントから送られてくる設定情報は無視します"
+"。"
+
+#: ../../include/help/clippy/extension_cron_send_email.php:39
+msgid "The configuration of email for the task email is in the file:"
+msgstr "メール送信タスクのメール設定はこのファイルにあります:"
+
+#: ../../include/help/clippy/extension_cron_send_email.php:41
+msgid "Please check if the email configuration is correct."
+msgstr "メール設定が正しいか確認してください。"
+
+#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:35
+msgid "Now you must go to Modules. Don't worry I'll lead you."
+msgstr "ここでモジュールへ行きます。誘導しますので心配はいりません。"
+
+#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:40
+msgid "Click in this tab.."
+msgstr "このタブをクリックします。"
+
+#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:56
+msgid "Now you must create the module. Don't worry, i'll teach you."
+msgstr "ここでモジュールを作成する必要があります。心配する必要はありません。お教えします。"
+
+#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:60
+msgid "Choose the network server module."
+msgstr "ネットワークサーバモジュールを選択します。"
+
+#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:64
+msgid "And click the button."
+msgstr "そしてボタンをクリックします。"
+
+#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:80
+msgid "Now you must create the module. Don't worry, i'll teach you ."
+msgstr "ここでモジュールを作成する必要があります。心配はいりません。お教えします。"
+
+#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:84
+msgid "Now we are going to fill the form."
+msgstr "ここでフォームに入力します。"
+
+#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:88
+msgid "Please choose Network Management."
+msgstr "ネットワーク管理を選択してください。"
+
+#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:92
+msgid "Choose the component named \"Host alive\"."
+msgstr "コンポーネント名 \"Host alive\" を選択してください。"
+
+#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:96
+msgid "You can change the name if you want."
+msgstr "必要であれば名前を変更できます。"
+
+#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:100
+msgid "Check if the IP showed is the IP of your machine."
+msgstr "表示された IP があなたのマシンの IP かどうか確認します。"
+
+#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:104
+msgid "And only to finish it is clicking this button."
+msgstr "そしてこのボタンをクリックするだけで終了です。"
+
+#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:121
+msgid ""
+"Congrats! Your module has been created. and the status color is "
+"blue. That color means that the module hasn't been executed for "
+"the first time. In the next seconds, if there is no problem, the status "
+"color will turn into red or green."
+msgstr ""
+"おめでとうございます! モジュールが作成されました。 そして、状態の色は 青です。 "
+"この色は、モジュールの初回実行が完了していないことを意味しています。問題がなければ数秒のうちに状態の色が赤または緑に変わります"
+"。"
+
+#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:126
+#: ../../include/help/clippy/operation_agentes_ver_agente.php:42
+#: ../../operation/servers/recon_view.php:137
+msgid "Done"
+msgstr "完了"
+
+#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:137
+msgid "Click on alerts tab and then fill the form to add an alert."
+msgstr "アラートを追加するために、アラートタブをクリックしフォームに入力します。"
+
+#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:152
+msgid "Select the critical module."
+msgstr "障害モジュールを選択します。"
+
+#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:156
+msgid "In template select \"Critical Condition\"."
+msgstr "テンプレートで \"Critical Condition\" を選択します。"
+
+#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:160
+msgid "Now, select the action created before."
+msgstr "ここで事前に作成したアクションを選択します。"
+
+#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:165
+msgid "Click on Add Alert button to create the alert."
+msgstr "アラートを作成するために、アラートの追加ボタンをクリックします。"
+
+#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:181
+msgid ""
+"To test the alert you've just created go to the main view by clicking on the "
+"eye tab."
+msgstr "作成したアラートのテストをするには、メイン画面へ行き目のタブをクリックします。"
+
+#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:35
+msgid "I'm going to show you how to monitor a server."
+msgstr "サーバの監視の仕方をお見せします。"
+
+#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:39
+msgid "Please, type an agent to save the modules for monitoring a server."
+msgstr "サーバ監視のモジュールを保存するためにエージェントを入力してください。"
+
+#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:44
+msgid "If you have typed the name correctly you will see the agent."
+msgstr "正しく名前を入力したら、エージェントが表示されます。"
+
+#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:60
+msgid "Now, please choose the agent you searched."
+msgstr "検索したエージェントを選択してください。"
+
+#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:65
+msgid "Choose the agent and click on the name."
+msgstr "エージェントを選択し名前をクリックします。"
+
+#: ../../include/help/clippy/godmode_alerts_alert_actions.php:36
+msgid ""
+"Let me show you how to create an email action: Click on Create button and "
+"fill the form showed in the following screen."
+msgstr "email アクションの作成方法をお見せします。作成ボタンをクリックし次の画面に表示されるフォームに入力します。"
+
+#: ../../include/help/clippy/godmode_alerts_alert_actions.php:51
+msgid ""
+"Now, you have to go to the monitors list and look for a critical module to "
+"apply the alert."
+msgstr "ここで、監視一覧へ行き、アラートを適用する障害モジュールを探します。"
+
+#: ../../include/help/clippy/godmode_alerts_alert_actions.php:56
+msgid ""
+"Click on the arrow to drop down the Monitoring submenu and select Monitor "
+"Detail."
+msgstr "モニタリングサブメニューをドロップダウンするために矢印をクリックしてモニタ詳細を選択します。"
+
+#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:35
+msgid "Fill the name of your action."
+msgstr "アクション名を入力します。"
+
+#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:39
+msgid ""
+"Select the group in the drop-down list and filter for ACL (the user in this "
+"group can use your action to create an alert)."
+msgstr ""
+"ドロップダウンリストのグループとACLフィルタ(アラート作成のためにこのグループのユーザがあなたのアクションを利用できます)を選択してください。"
+
+#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:43
+msgid "In the command field select \"email\"."
+msgstr "コマンドフィールドで \"email\" を選択します。"
+
+#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:47
+msgid ""
+"In the threshold field enter the seconds. The help icon show more "
+"information."
+msgstr "閾値フィールドで秒を入力します。ヘルプアイコンをクリックするとより詳細を表示します。"
+
+#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:53
+msgid ""
+"In the first field enter the email address/addresses where you want to "
+"receive the email alerts separated with comas ( , ) or white spaces."
+msgstr ""
+"最初のフィールドにメールでアラートを受け取りたい email アドレスを入力してください。カンマ(,)またはスペース区切りで複数指定できます。"
+
+#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:58
+msgid ""
+"In the \"Subject\" field you can use the macros _agent_ or _module_ for "
+"each name."
+msgstr "\"Subject\" フィールドでは、それぞれの名前を表す _agent_ または _module_ マクロが利用できます。"
+
+#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:63
+msgid ""
+"In the text field, you can also use macros. Get more information about the "
+"macros by clicking on the help icon."
+msgstr "テキストフィールドではマクロも利用できます。マクロに関するより詳細はヘルプアイコンをクリックしてください。"
+
+#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:69
+msgid "Click on Create button to create the action."
+msgstr "アクションを作成するには、作成ボタンをクリックします。"
+
+#: ../../include/help/clippy/homepage.php:59
+msgid "Hi, can I help you?"
+msgstr "こんにちは、お手伝いしましょうか?"
+
+#: ../../include/help/clippy/homepage.php:60
+msgid ""
+"Let me introduce my self: I am Pandorin, the annoying assistant of Pandora "
+"FMS. You can follow my steps to do basic tasks in Pandora FMS or you can "
+"close me and never see me again."
+msgstr ""
+"自己紹介をさせてください。私は Pandora FMS のおせっかいなアシスタント Pandorin です。Pandora FMS "
+"の基本的な操作をお教えします。私を閉じて再表示しないようにもできます。"
+
+#: ../../include/help/clippy/homepage.php:67
+msgid "Close this wizard and don't open it again."
+msgstr "このウィザードを閉じて、再度開かないでください。"
+
+#: ../../include/help/clippy/homepage.php:81
+msgid "Which task would you like to do first?"
+msgstr "どのタスクを最初に実行したいですか。"
+
+#: ../../include/help/clippy/homepage.php:85
+msgid "Ping to a Linux or Windows server with a Pandora FMS agent"
+msgstr "Pandora FMS エージェントで Linux または Windows サーバに ping を実行します"
+
+#: ../../include/help/clippy/homepage.php:90
+msgid "Create a alert by email in a critical module."
+msgstr "障害モジュールで email によるアラートを作成します。"
+
+#: ../../include/help/clippy/homepage.php:209
+msgid ""
+"The first thing you have to do is to setup the config email in the Pandora "
+"FMS Server."
+msgstr "最初にやるべきことは、Pandora FMS サーバでの email の設定です。"
+
+#: ../../include/help/clippy/homepage.php:213
+msgid "If you have it already configured you can go to the next step."
+msgstr "すでに設定済であれば、次のステップへ行きます。"
+
+#: ../../include/help/clippy/homepage.php:218
+msgid "Now, pull down the Manage alerts menu and click on Actions. "
+msgstr "ここで、アラート管理メニューからアクションをクリックします。 "
+
+#: ../../include/help/clippy/interval_agent_min.php:39
+msgid "Interval Agent."
+msgstr "エージェントの間隔"
+
+#: ../../include/help/clippy/interval_agent_min.php:44
+msgid ""
+"Please note that having agents with a monitoring interval below 300 seconds "
+"is not recommended. This will impact seriously in the performance of the "
+"server. For example, having 200 agents with one minute interval, is the same "
+"than having 1000 agents with a 5 minute interval. The probability of getting "
+"unknown modules is higher, and the impact on the server is higher because it "
+"requires a shorter response time."
+msgstr ""
+"エージェントの監視間隔を "
+"300秒未満にすることはお勧めしないということに注意してください。これは、サーバのパフォーマンスに重大な影響を及ぼします。例えば、1分間隔で "
+"200エージェントがある場合は、5分間隔で "
+"1000エージェントがあるのと同じです。おそらく短時間の応答が必要になるため、不明モジュールが多くなりサーバへのインパクトは大きくなるでしょう。"
+
+#: ../../include/help/clippy/module_unknow.php:39
+msgid "You have unknown modules in this agent."
+msgstr "このエージェントには不明モジュールがあります。"
+
+#: ../../include/help/clippy/module_unknow.php:44
+msgid ""
+"Unknown modules are modules which receive data normally at least in one "
+"occassion, but at this time are not receving data. Please check our "
+"troubleshoot help page to help you determine why you have unknown modules."
+msgstr ""
+"不明モジュールとは、少なくとも一回は正常にデータを受信していたが現時点ではデータを受信していないモジュールです。なぜ不明モジュールがあるのか原因を特定する"
+"には、トラブルシュートのためのヘルプページを確認してください。"
+
+#: ../../include/help/clippy/modules_not_init.php:39
+msgid "You have non initialized modules"
+msgstr "未初期化モジュールがあります。"
+
+#: ../../include/help/clippy/modules_not_init.php:44
+msgid ""
+"This happen when you have just created a module and it's not executed at "
+"first time. Usually in a few seconds should be initialized and you will be "
+"able to see in main view. If you keep non-init modules for more than 24hr "
+"(due a problem in it's execution or configuration) they will be "
+"automatically deleted by the system. Non-init are not visible in the âmain "
+"viewâ, you can see/edit them in the module administration section, in the "
+"agent administrator."
+msgstr ""
+"モジュール作成後、最初の実行がされていない場合にこれが発生します。通常は数秒で初期化されメイン画面で参照できるようになります。24時間以上(実行や設定に問"
+"題がある等で)未初期化モジュールが放置された場合は、システムにより自動的に削除されます。未初期化モジュールは、メインがメインに表示されません。エージェント"
+"管理のモジュール管理画面でのみ参照や編集ができます。"
+
+#: ../../include/help/clippy/modules_not_learning_mode.php:40
+msgid ""
+"Please note that you have your agent setup to do not add new modules coming "
+"from the data XML."
+msgstr "エージェント設定で、XML で送られてくる新たなモジュールが追加されないようになっていることに注意してください。"
+
+#: ../../include/help/clippy/modules_not_learning_mode.php:41
+msgid ""
+"That means if you have a local plugin or add manually new modules to the "
+"configuration file, you won't have it in your agent, unless you first create "
+"manually in the interface (with the exact name and type as coming in the XML "
+"file)."
+msgstr ""
+"ローカルプラグインがあるかまたは、手動で新たなモジュールを設定ファイルに追加した場合は、インタフェースで手動作成するまでエージェントに反映されないというこ"
+"とを意味します(正しい名前とタイプは XML で送られます)。"
+
+#: ../../include/help/clippy/modules_not_learning_mode.php:42
+msgid ""
+"You should use the \"normal\" mode (non learn) only when you don't intend to "
+"add more modules to the agent."
+msgstr "エージェントにモジュールを追加したくない時のみ、\"通常\"モード(学習しない)を使います。"
+
+#: ../../include/help/clippy/operation_agentes_status_monitor.php:35
+msgid ""
+"Now, you have to go to the monitors list and look for a \"critical\" module "
+"to apply the alert."
+msgstr "ここでアラートを適用するには、監視一覧へ行き \"障害\" 状態のモジュールを探します。"
+
+#: ../../include/help/clippy/operation_agentes_status_monitor.php:39
+msgid ""
+"If you know the name of the agent or the name of the module in critical "
+"status, type it in this field to make the module list shorter. You can write "
+"the entire name or just a part of it."
+msgstr ""
+"障害状態のエージェント名またはモジュール名がわかっている場合は、モジュール一覧を短くするためにこのフィールドにそれを入力します。名前全体もしくは一部分の入"
+"力ができます。"
+
+#: ../../include/help/clippy/operation_agentes_status_monitor.php:44
+msgid "Click on Show button to get the modules list filtered."
+msgstr "フィルタしたモジュール一覧は、表示ボタンをクリックします。"
+
+#: ../../include/help/clippy/operation_agentes_status_monitor.php:60
+msgid ""
+"Now, to edit the module, click on the wrench that appears in the type column."
+msgstr "ここでモジュールを編集するには、タイプカラムにあるスパナアイコンをクリックします。"
+
+#: ../../include/help/clippy/operation_agentes_ver_agente.php:36
+msgid ""
+"The last step is to check the alert created. Click on the round icon to "
+"force the action execution and after a few minutes you will receive the "
+"alert in your email."
+msgstr ""
+"最後のステップは、作成したアラートの確認です。アクションの強制実行には丸いアイコンをクリックします。数分のうちにアラートをメールで受信するでしょう。"
+
+#: ../../include/help/clippy/operation_agentes_ver_agente.php:37
+msgid ""
+"And restart your pandora server to read again general configuration tokens."
+msgstr "そして、設定ファイルを再読み込みするために pandora サーバを再起動します。"
+
+#: ../../include/help/clippy/server_queued_modules.php:39
+msgid "Excesive Queued."
+msgstr "実行キュー"
+
+#: ../../include/help/clippy/server_queued_modules.php:44
+msgid ""
+"You have too much items in the processing queue. This can happen if your "
+"server is too loaded and/or not properly configured. This could be something "
+"temporal, or a bottleneck. One possible solution is increase number of "
+"server threads, but you should consider getting support about this."
+msgstr ""
+"キューにたくさんの処理が溜まっています。サーバに多くの処理を定義しすぎているか、またはサーバが正しく設定されていません。これは一時的なものかもしれませんが"
+"、ボトルネックになります。一つの解決策としてはサーバのスレッド数を増やすことです。しかし、これについては支援を得ることを考慮した方がよいでしょう。"
+
+#: ../../include/help/clippy/servers_down.php:39
+msgid "All servers down"
+msgstr "全てのサーバが停止しています。"
+
+#: ../../include/help/clippy/servers_down.php:44
+msgid ""
+"Can you up all servers. You go to terminal in linux and execute the next "
+"command: \"sudo /etc/init.d/pandora_server restart\". It's possible need "
+"introduce root pass."
+msgstr ""
+"サーバを起動してください。コマンドラインから、\"sudo /etc/init.d/pandora_server restart\" "
+"を実行します。root のパスワードが必要です。"
+
+#: ../../include/help/clippy/topology_group.php:39
+msgid "Topology Group"
+msgstr "トポロジグループ"
+
+#: ../../include/help/clippy/topology_group.php:44
+msgid ""
+"Please note that group topology maps do not show the parent relationship "
+"between nodes, it only shows the group parentship and the agent distribution "
+"inside them. "
+msgstr ""
+"グループトポロジマップはノード間の親子関係を表示しないことに注意してください。グループの親子関係とその中にあるエージェントのみを表示します。 "
+
+#: ../../include/functions_groups.php:63
+msgid "Alert Actions"
+msgstr "アラートアクション"
+
+#: ../../include/functions_groups.php:78
+msgid "Alert Templates"
+msgstr "アラートテンプレート"
+
+#: ../../include/functions_groups.php:120
+#: ../../operation/search_results.php:114
+#: ../../enterprise/extensions/cron/functions.php:537
+#: ../../enterprise/meta/general/main_header.php:136
+#: ../../enterprise/meta/general/main_header.php:151
+#: ../../enterprise/mobile/include/functions_web.php:15
+msgid "Reports"
+msgstr "レポート"
+
+#: ../../include/functions_groups.php:135
+msgid "Layout visual console"
+msgstr "ビジュアルコンソールレイアウト"
+
+#: ../../include/functions_groups.php:149
+msgid "Plannet down time"
+msgstr "計画停止時間"
+
+#: ../../include/functions_groups.php:176
+msgid "GIS maps"
+msgstr "GIS マップ"
+
+#: ../../include/functions_groups.php:190
+msgid "GIS connections"
+msgstr "GIS 利用マップ"
+
+#: ../../include/functions_groups.php:204
+msgid "GIS map layers"
+msgstr "GIS マップレイヤ"
+
+#: ../../include/functions_groups.php:217
+msgid "Network maps"
+msgstr "ネットワークマップ"
+
+#: ../../include/functions_groups.php:794
+#: ../../include/functions_groups.php:796
+#: ../../include/functions_groups.php:798
+#: ../../include/functions_groups.php:799
+#: ../../include/functions_groups.php:800
+#: ../../include/functions_reporting_html.php:3416
+#: ../../mobile/operation/groups.php:137
+msgid "Agents unknown"
+msgstr "不明なエージェント"
+
+#: ../../include/functions_groups.php:848
+#: ../../include/functions_groups.php:850
+#: ../../include/functions_groups.php:852
+#: ../../include/functions_groups.php:853
+#: ../../include/functions_groups.php:854
+#: ../../include/functions_reporting_html.php:2920
+#: ../../include/functions_reporting_html.php:2929
+#: ../../mobile/operation/groups.php:161
+#: ../../operation/agentes/ver_agente.php:773
+#: ../../enterprise/operation/agentes/ver_agente.php:152
+msgid "Alerts fired"
+msgstr "発生中アラート"
+
+#: ../../include/functions_groups.php:2149
+msgid "Show branch children"
+msgstr "子の表示"
+
+#: ../../include/functions_groups.php:2178
+msgid ""
+"You can not delete the last group in Pandora. A common installation must has "
+"almost one group."
+msgstr "最後のグループは削除できません。通常、1つはグループが設定されていなければなりません。"
+
+#: ../../include/functions_html.php:731
+msgid "weeks"
+msgstr "週"
+
+#: ../../include/functions_html.php:862
+msgid "Month day"
+msgstr "日にち"
+
+#: ../../include/functions_html.php:864
+msgid "Week day"
+msgstr "曜日"
+
+#: ../../include/functions_html.php:2167
+msgid "Type at least two characters to search the module."
+msgstr "モジュールを検索するには、少なくとも二文字入力してください。"
+
+#: ../../include/functions_incidents.php:88
+#: ../../include/functions_incidents.php:107
+msgid "Active incidents"
+msgstr "アクティブ"
+
+#: ../../include/functions_incidents.php:89
+#: ../../include/functions_incidents.php:110
+msgid "Active incidents, with comments"
+msgstr "アクティブ(コメント付き)"
+
+#: ../../include/functions_incidents.php:90
+#: ../../include/functions_incidents.php:113
+msgid "Rejected incidents"
+msgstr "却下"
+
+#: ../../include/functions_incidents.php:91
+#: ../../include/functions_incidents.php:116
+msgid "Expired incidents"
+msgstr "期限切れ"
+
+#: ../../include/functions_incidents.php:92
+#: ../../include/functions_incidents.php:119
+msgid "Closed incidents"
+msgstr "終了"
+
+#: ../../include/functions_maps.php:34
+#: ../../include/functions_networkmap.php:1641
+#: ../../include/functions_networkmap.php:1720
+#: ../../enterprise/meta/general/logon_ok.php:62
+msgid "Topology"
+msgstr "トポロジ"
+
+#: ../../include/functions_maps.php:37
+#: ../../include/functions_networkmap.php:1635 ../../operation/tree.php:80
+#: ../../enterprise/dashboard/widgets/tree_view.php:39
+#: ../../enterprise/include/functions_groups.php:32
+#: ../../enterprise/meta/advanced/policymanager.apply.php:200
+#: ../../enterprise/operation/agentes/ver_agente.php:208
+msgid "Policies"
+msgstr "ポリシー"
+
+#: ../../include/functions_maps.php:43
+#: ../../include/functions_networkmap.php:1722
+#: ../../include/functions_reporting.php:619
+#: ../../include/functions_reporting.php:5126
+#: ../../enterprise/include/functions_reporting.php:1734
+#: ../../enterprise/include/functions_reporting.php:2460
+#: ../../enterprise/include/functions_reporting.php:3241
+msgid "Dynamic"
+msgstr "動的"
+
+#: ../../include/functions_maps.php:62
+#: ../../include/functions_pandora_networkmap.php:939
+msgid "Copy of "
+msgstr "コピー: "
+
+#: ../../include/functions_menu.php:470
+msgid "Configure user"
+msgstr "ユーザ設定"
+
+#: ../../include/functions_menu.php:471
+msgid "Configure profile"
+msgstr "プロファイル設定"
+
+#: ../../include/functions_menu.php:475
+msgid "Module templates management"
+msgstr "モジュールテンプレート管理"
+
+#: ../../include/functions_menu.php:476
+msgid "Inventory modules management"
+msgstr "インベントリモジュール管理"
+
+#: ../../include/functions_menu.php:477
+#: ../../enterprise/meta/advanced/component_management.php:56
+msgid "Tags management"
+msgstr "タグ管理"
+
+#: ../../include/functions_menu.php:481
+msgid "View agent"
+msgstr "エージェント表示"
+
+#: ../../include/functions_menu.php:485
+msgid "Manage network map"
+msgstr "ネットワークマップ管理"
+
+#: ../../include/functions_menu.php:487
+msgid "Builder visual console"
+msgstr "ビジュアルコンソールビルダ"
+
+#: ../../include/functions_menu.php:489
+msgid "Administration events"
+msgstr "イベント管理"
+
+#: ../../include/functions_menu.php:491
+msgid "View reporting"
+msgstr "レポート表示"
+
+#: ../../include/functions_menu.php:492
+msgid "Manage custom graphs"
+msgstr "カスタムグラフ管理"
+
+#: ../../include/functions_menu.php:493
+msgid "Copy dashboard"
+msgstr "ダッシュボードのコピー"
+
+#: ../../include/functions_menu.php:496
+msgid "Manage GIS Maps"
+msgstr "GIS マップ管理"
+
+#: ../../include/functions_menu.php:498
+msgid "Incidents statistics"
+msgstr "インシデント統計"
+
+#: ../../include/functions_menu.php:499
+msgid "Manage messages"
+msgstr "メッセージ管理"
+
+#: ../../include/functions_menu.php:501
+msgid "Manage groups"
+msgstr "グループ管理"
+
+#: ../../include/functions_menu.php:502
+msgid "Manage module groups"
+msgstr "モジュールグループ管理"
+
+#: ../../include/functions_menu.php:503
+msgid "Manage custom field"
+msgstr "カスタムフィールド管理"
+
+#: ../../include/functions_menu.php:505
+msgid "Manage alert actions"
+msgstr "アラートアクション管理"
+
+#: ../../include/functions_menu.php:506
+msgid "Manage commands"
+msgstr "コマンド管理"
+
+#: ../../include/functions_menu.php:507
+msgid "Manage event alerts"
+msgstr "イベントアラート管理"
+
+#: ../../include/functions_menu.php:509
+msgid "Manage export targets"
+msgstr "エクスポートターゲット管理"
+
+#: ../../include/functions_menu.php:511
+msgid "Manage services"
+msgstr "サービス管理"
+
+#: ../../include/functions_menu.php:513 ../../operation/menu.php:92
+msgid "SNMP filters"
+msgstr "SNMP フィルタ"
+
+#: ../../include/functions_menu.php:514
+#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:22
+#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:23
+#: ../../enterprise/operation/menu.php:119
+#: ../../enterprise/operation/snmpconsole/snmp_view.php:79
+msgid "SNMP trap editor"
+msgstr "SNMP トラップエディタ"
+
+#: ../../include/functions_menu.php:515 ../../operation/menu.php:93
+msgid "SNMP trap generator"
+msgstr "SNMPトラップジェネレータ"
+
+#: ../../include/functions_menu.php:517 ../../operation/menu.php:84
+msgid "SNMP console"
+msgstr "SNMPコンソール"
+
+#: ../../include/functions_menu.php:519
+msgid "Manage incident"
+msgstr "インシデント管理"
+
+#: ../../include/functions_menu.php:571
+msgid "Administration"
+msgstr "システム管理"
+
+#: ../../include/functions_modules.php:1871
+#: ../../mobile/operation/modules.php:451
+#: ../../mobile/operation/modules.php:504
+#: ../../operation/agentes/status_monitor.php:1143
+#: ../../operation/search_modules.php:104
+msgid "NOT INIT"
+msgstr "未初期化"
+
+#: ../../include/functions_modules.php:1890
+#: ../../include/functions_modules.php:1894
+#: ../../include/functions_modules.php:1898
+#: ../../mobile/operation/modules.php:471
+#: ../../mobile/operation/modules.php:476
+#: ../../mobile/operation/modules.php:481
+#: ../../mobile/operation/modules.php:524
+#: ../../mobile/operation/modules.php:529
+#: ../../mobile/operation/modules.php:534
+#: ../../operation/agentes/pandora_networkmap.view.php:301
+#: ../../operation/agentes/pandora_networkmap.view.php:306
+#: ../../operation/agentes/pandora_networkmap.view.php:311
+#: ../../operation/agentes/status_monitor.php:1182
+#: ../../operation/agentes/status_monitor.php:1187
+#: ../../operation/agentes/status_monitor.php:1194
+#: ../../operation/agentes/status_monitor.php:1199
+#: ../../operation/agentes/status_monitor.php:1206
+#: ../../operation/agentes/status_monitor.php:1211
+#: ../../operation/search_modules.php:124
+#: ../../operation/search_modules.php:131
+#: ../../operation/search_modules.php:138
+#: ../../enterprise/include/functions_services.php:1614
+#: ../../enterprise/include/functions_services.php:1619
+#: ../../enterprise/include/functions_services.php:1623
+#: ../../enterprise/operation/agentes/policy_view.php:378
+#: ../../enterprise/operation/agentes/policy_view.php:382
+#: ../../enterprise/operation/agentes/policy_view.php:386
+#: ../../enterprise/operation/agentes/transactional_map.php:152
+msgid "Last status"
+msgstr "最新の状態"
+
+#: ../../include/functions_netflow.php:362
+msgid "Total flows"
+msgstr "全フロー数"
+
+#: ../../include/functions_netflow.php:367
+msgid "Total bytes"
+msgstr "全バイト数"
+
+#: ../../include/functions_netflow.php:372
+msgid "Total packets"
+msgstr "全パケット数"
+
+#: ../../include/functions_netflow.php:377
+msgid "Average bits per second"
+msgstr "平均ビット/秒"
+
+#: ../../include/functions_netflow.php:382
+msgid "Average packets per second"
+msgstr "平均パケット/秒"
+
+#: ../../include/functions_netflow.php:387
+msgid "Average bytes per packet"
+msgstr "平均バイト/パケット"
+
+#: ../../include/functions_netflow.php:1031
+msgid "Area graph"
+msgstr "塗り潰しグラフ"
+
+#: ../../include/functions_netflow.php:1032
+msgid "Pie graph and Summary table"
+msgstr "円グラフとサマリ表"
+
+#: ../../include/functions_netflow.php:1033
+msgid "Statistics table"
+msgstr "状態表"
+
+#: ../../include/functions_netflow.php:1034
+#: ../../operation/agentes/exportdata.php:330
+msgid "Data table"
+msgstr "データの表示"
+
+#: ../../include/functions_netflow.php:1035
+msgid "Circular mesh"
+msgstr "円形メッシュ"
+
+#: ../../include/functions_netflow.php:1036
+#: ../../include/functions_netflow.php:1390
+msgid "Host detailed traffic"
+msgstr "ホストの詳細トラフィック"
+
+#: ../../include/functions_netflow.php:1049
+#: ../../include/functions_netflow.php:1082
+msgid "10 mins"
+msgstr "10 分"
+
+#: ../../include/functions_netflow.php:1050
+#: ../../include/functions_netflow.php:1083
+msgid "15 mins"
msgstr "15 分"
+#: ../../include/functions_netflow.php:1051
+#: ../../include/functions_netflow.php:1084
+msgid "30 mins"
+msgstr "30 分"
+
+#: ../../include/functions_netflow.php:1053
+#: ../../include/functions_netflow.php:1086
+#: ../../operation/gis_maps/render_view.php:143
+#: ../../enterprise/dashboard/widgets/top_n.php:62
+#: ../../enterprise/godmode/agentes/inventory_manager.php:177
+#: ../../enterprise/godmode/policies/policy_inventory_modules.php:191
+#: ../../enterprise/godmode/reporting/graph_template_editor.php:182
+msgid "2 hours"
+msgstr "2時間"
+
+#: ../../include/functions_netflow.php:1054
+#: ../../include/functions_netflow.php:1087
+#: ../../enterprise/dashboard/widgets/top_n.php:63
+msgid "5 hours"
+msgstr "5時間"
+
+#: ../../include/functions_netflow.php:1058
+#: ../../include/functions_netflow.php:1091
+msgid "5 days"
+msgstr "5日"
+
+#: ../../include/functions_netflow.php:1062
+#: ../../enterprise/godmode/reporting/graph_template_editor.php:192
+msgid "2 months"
+msgstr "2ヶ月"
+
+#: ../../include/functions_netflow.php:1065
+msgid "Last year"
+msgstr "過去1年"
+
+#: ../../include/functions_netflow.php:1079
+msgid "1 min"
+msgstr "1 分"
+
+#: ../../include/functions_netflow.php:1080
+msgid "2 mins"
+msgstr "2 分"
+
+#: ../../include/functions_netflow.php:1081
+msgid "5 mins"
+msgstr "5 分"
+
+#: ../../include/functions_netflow.php:1132
+#: ../../include/functions_netflow.php:1142
+#: ../../include/functions_netflow.php:1191
+#: ../../include/functions_netflow.php:1249
+#: ../../include/functions_netflow.php:1255
+#: ../../include/functions_netflow.php:1288
+msgid "Aggregate"
+msgstr "集約"
+
+#: ../../include/functions_netflow.php:1361
+msgid "Sent"
+msgstr "送信"
+
+#: ../../include/functions_netflow.php:1368
+msgid "Received"
+msgstr "受信"
+
+#: ../../include/functions_netflow.php:1435
+msgid "Error generating report"
+msgstr "レポート生成エラー"
+
+#: ../../include/functions_netflow.php:1632
+msgid "MB"
+msgstr "MB"
+
+#: ../../include/functions_netflow.php:1634
+msgid "MB/s"
+msgstr "MB/s"
+
+#: ../../include/functions_netflow.php:1636
+msgid "kB"
+msgstr "kB"
+
+#: ../../include/functions_netflow.php:1638
+msgid "kB/s"
+msgstr "kB/s"
+
+#: ../../include/functions_netflow.php:1642
+msgid "B/s"
+msgstr "B/s"
+
+#: ../../include/functions_netflow.php:1656
+msgid "Dst port"
+msgstr "宛先ポート"
+
+#: ../../include/functions_netflow.php:1658
+msgid "Dst IP"
+msgstr "宛先 IP"
+
+#: ../../include/functions_netflow.php:1662
+msgid "Src IP"
+msgstr "送信元 IP"
+
+#: ../../include/functions_netflow.php:1664
+msgid "Src port"
+msgstr "送信元ポート"
+
+#: ../../include/graphs/export_data.php:71
+#: ../../include/graphs/export_data.php:126
+msgid "An error occured exporting the data"
+msgstr "データエクスポートエラー"
+
+#: ../../include/graphs/export_data.php:76
+#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:106
+msgid "Selected"
+msgstr "選択済"
+
+#: ../../include/graphs/functions_flot.php:251
+msgid "Cancel zoom"
+msgstr "ズーム中止"
+
+#: ../../include/graphs/functions_flot.php:253
+msgid "Warning and Critical thresholds"
+msgstr "警告と障害の閾値"
+
+#: ../../include/graphs/functions_flot.php:256
+msgid "Overview graph"
+msgstr "概要グラフ"
+
+#: ../../include/graphs/functions_flot.php:593
+#: ../../include/functions_treeview.php:294
+#: ../../enterprise/extensions/vmware/vmware_view.php:868
+#: ../../enterprise/extensions/vmware/vmware_view.php:884
+#: ../../enterprise/extensions/vmware/vmware_view.php:900
+#: ../../enterprise/extensions/vmware/vmware_view.php:916
+msgid "No data"
+msgstr "データがありません"
+
+#: ../../include/graphs/functions_pchart.php:205
+#: ../../include/graphs/functions_pchart.php:1189
+msgid "Actual"
+msgstr "実績"
+
#: ../../include/functions_networkmap.php:1638
#: ../../include/functions_networkmap.php:1724
msgid "Radial dynamic"
@@ -16215,6912 +23101,11575 @@ msgstr "新たな動的マップの作成"
msgid "Create a new radial dynamic map"
msgstr "放射状の動的マップを新規作成"
-#: ../../godmode/snmpconsole/snmp_trap_generator.php:37
-msgid "SNMP Trap generator"
-msgstr "SNMPトラップジェネレータ"
+#: ../../include/functions_reporting.php:563
+#: ../../include/functions_reporting.php:5086
+#: ../../enterprise/include/functions_reporting.php:1690
+#: ../../enterprise/include/functions_reporting.php:2416
+#: ../../enterprise/include/functions_reporting.php:3197
+#: ../../enterprise/include/functions_reporting.php:4510
+#: ../../enterprise/include/functions_reporting.php:4516
+msgid "There are no SLAs defined"
+msgstr "SLA が定義されていません。"
-#: ../../godmode/snmpconsole/snmp_trap_generator.php:51
-msgid "Empty parameters"
-msgstr "パラメータが空です"
+#: ../../include/functions_reporting.php:630
+#: ../../include/functions_reporting.php:5137
+#: ../../enterprise/include/functions_reporting.php:1745
+#: ../../enterprise/include/functions_reporting.php:2471
+#: ../../enterprise/include/functions_reporting.php:3252
+msgid "Inverse"
+msgstr "反転"
-#: ../../godmode/snmpconsole/snmp_trap_generator.php:56
-msgid "Successfully generated"
-msgstr "生成しました"
+#: ../../include/functions_reporting.php:940
+#: ../../enterprise/dashboard/widgets/top_n.php:31
+msgid "Top N"
+msgstr "トップ N"
-#: ../../godmode/snmpconsole/snmp_trap_generator.php:57
+#: ../../include/functions_reporting.php:959
+#: ../../operation/snmpconsole/snmp_statistics.php:127
+#: ../../operation/snmpconsole/snmp_statistics.php:185
+#: ../../enterprise/include/functions_reporting_csv.php:417
#, php-format
-msgid "Could not be generated: %s"
-msgstr "生成できません: %s"
+msgid "Top %d"
+msgstr "トップ %d"
-#: ../../godmode/snmpconsole/snmp_trap_generator.php:81
-msgid "SNMP Type"
-msgstr "SNMPタイプ"
+#: ../../include/functions_reporting.php:997
+#: ../../include/functions_reporting.php:1816
+#: ../../include/functions_reporting_html.php:2426
+#: ../../include/functions_reporting_html.php:2654
+#: ../../enterprise/dashboard/widgets/top_n.php:468
+#: ../../enterprise/include/functions_reporting_pdf.php:817
+#: ../../enterprise/include/functions_reporting_pdf.php:1250
+#: ../../enterprise/include/functions_reporting_pdf.php:2005
+msgid "There are no Agent/Modules defined"
+msgstr "定義済のエージェント/モジュールがありません"
-#: ../../godmode/snmpconsole/snmp_trap_generator.php:89
-msgid "Generate trap"
-msgstr "トラップ生成"
+#: ../../include/functions_reporting.php:1050
+#: ../../enterprise/dashboard/widgets/top_n.php:534
+msgid "Insuficient data"
+msgstr "不十分なデータ"
-#: ../../godmode/snmpconsole/snmp_alert.php:78
-msgid "Update alert"
-msgstr "アラート設定"
+#: ../../include/functions_reporting.php:1283
+msgid "Event Report Group"
+msgstr "イベントレポートグループ"
-#: ../../godmode/snmpconsole/snmp_alert.php:82
-msgid "Create alert"
-msgstr "アラート作成"
+#: ../../include/functions_reporting.php:1460
+msgid "Event Report Module"
+msgstr "イベントレポートモジュール"
-#: ../../godmode/snmpconsole/snmp_alert.php:86
-msgid "Alert overview"
-msgstr "アラート一覧"
+#: ../../include/functions_reporting.php:1522
+#: ../../enterprise/include/functions_reporting_csv.php:292
+msgid "Inventory Changes"
+msgstr "インベントリ変更"
-#: ../../godmode/snmpconsole/snmp_alert.php:243
-msgid "There was a problem creating the alert"
-msgstr "アラートの作成に失敗しました。"
+#: ../../include/functions_reporting.php:1564
+#: ../../enterprise/extensions/ipam/ipam_action.php:198
+msgid "No changes found."
+msgstr "変更が見つかりません。"
-#: ../../godmode/snmpconsole/snmp_alert.php:314
-msgid "There was a problem updating the alert"
-msgstr "アラートの編集に失敗しました。"
+#: ../../include/functions_reporting.php:1651
+msgid "Agent/Modules"
+msgstr "エージェント/モジュール"
-#: ../../godmode/snmpconsole/snmp_alert.php:536
-msgid "There was a problem duplicating the alert"
-msgstr "アラートの複製で問題が発生しました"
+#: ../../include/functions_reporting.php:1740
+msgid "Exception - Everything"
+msgstr "例外 - 全て"
-#: ../../godmode/snmpconsole/snmp_alert.php:540
-msgid "Successfully Duplicate"
-msgstr "複製しました"
-
-#: ../../godmode/snmpconsole/snmp_alert.php:556
-msgid "There was a problem deleting the alert"
-msgstr "アラートの削除に失敗しました。"
-
-#: ../../godmode/snmpconsole/snmp_alert.php:585
+#: ../../include/functions_reporting.php:1745
#, php-format
-msgid "Successfully deleted alerts (%s / %s)"
-msgstr "アラート (%s / %s) を削除しました"
+msgid "Exception - Modules over or equal to %s"
+msgstr "例外 - モジュールが %s 以上"
-#: ../../godmode/snmpconsole/snmp_alert.php:589
+#: ../../include/functions_reporting.php:1747
#, php-format
-msgid "Unsuccessfully deleted alerts (%s / %s)"
-msgstr "アラート (%s /%s) を削除できませんでした"
+msgid "Modules over or equal to %s"
+msgstr "%s 以上のモジュール"
-#: ../../godmode/snmpconsole/snmp_alert.php:643
-msgid "Custom Value/OID"
-msgstr "カスタム値/OID"
-
-#: ../../godmode/snmpconsole/snmp_alert.php:669
-msgid "Single value"
-msgstr "単一値"
-
-#: ../../godmode/snmpconsole/snmp_alert.php:676
-#: ../../godmode/snmpconsole/snmp_alert.php:686
-#: ../../godmode/snmpconsole/snmp_alert.php:696
-#: ../../godmode/snmpconsole/snmp_alert.php:708
-#: ../../godmode/snmpconsole/snmp_alert.php:720
-#: ../../godmode/snmpconsole/snmp_alert.php:732
-#: ../../godmode/snmpconsole/snmp_alert.php:744
-#: ../../godmode/snmpconsole/snmp_alert.php:754
-#: ../../godmode/snmpconsole/snmp_alert.php:764
-#: ../../godmode/snmpconsole/snmp_alert.php:774
-#: ../../godmode/snmpconsole/snmp_alert.php:784
-#: ../../godmode/snmpconsole/snmp_alert.php:793
-#: ../../godmode/snmpconsole/snmp_alert.php:802
-#: ../../godmode/snmpconsole/snmp_alert.php:811
-#: ../../godmode/snmpconsole/snmp_alert.php:820
-#: ../../godmode/snmpconsole/snmp_alert.php:829
-#: ../../godmode/snmpconsole/snmp_alert.php:838
-#: ../../godmode/snmpconsole/snmp_alert.php:846
-#: ../../godmode/snmpconsole/snmp_alert.php:854
-#: ../../godmode/snmpconsole/snmp_alert.php:862
-msgid "Variable bindings/Data"
-msgstr "変数バインディング/データ"
-
-#: ../../godmode/snmpconsole/snmp_alert.php:911
-#: ../../godmode/alerts/configure_alert_template.php:553
-msgid "Min. number of alerts"
-msgstr "最小アラート数"
-
-#: ../../godmode/snmpconsole/snmp_alert.php:914
-#: ../../godmode/alerts/configure_alert_template.php:560
-msgid "Max. number of alerts"
-msgstr "最大アラート数"
-
-#: ../../godmode/snmpconsole/snmp_alert.php:919
-#: ../../godmode/alerts/alert_view.php:306
-#: ../../godmode/alerts/configure_alert_template.php:549
-#: ../../godmode/alerts/alert_templates.php:89
-msgid "Time threshold"
-msgstr "再通知間隔"
-
-#: ../../godmode/snmpconsole/snmp_alert.php:933
-msgid "Other value"
-msgstr "他の値"
-
-#: ../../godmode/snmpconsole/snmp_alert.php:946
-#: ../../godmode/snmpconsole/snmp_alert.php:1151
-msgid "Alert action"
-msgstr "アクション"
-
-#: ../../godmode/snmpconsole/snmp_alert.php:1000
-msgid ""
-"Search by these fields description, OID, Custom Value, SNMP Agent (IP), "
-"Single value, each Variable bindings/Datas."
-msgstr "説明、OID、カスタム値、SNMPエージェント(IP)、単一値、変数の割り当て・データのフィールドで検索します"
-
-#: ../../godmode/snmpconsole/snmp_alert.php:1019
-msgid "Alert SNMP control filter"
-msgstr "SNMPアラート管理フィルタ"
-
-#: ../../godmode/snmpconsole/snmp_alert.php:1112
-msgid "There are no SNMP alerts"
-msgstr "SNMP アラートはありません。"
-
-#: ../../godmode/snmpconsole/snmp_alert.php:1160
-msgid "Custom Value/Enterprise String"
-msgstr "カスタム値/Enterprise文字列"
-
-#: ../../godmode/snmpconsole/snmp_alert.php:1165
-msgid "TF."
-msgstr "回数"
-
-#: ../../godmode/snmpconsole/snmp_alert.php:1226
-#: ../../godmode/alerts/alert_templates.php:338
-#: ../../godmode/modules/manage_network_components.php:613
-#: ../../godmode/agentes/module_manager.php:761
-msgid "Duplicate"
-msgstr "複製"
-
-#: ../../godmode/snmpconsole/snmp_alert.php:1234
-#: ../../godmode/alerts/alert_list.list.php:703
-#: ../../godmode/alerts/alert_list.list.php:707
-#: ../../godmode/alerts/alert_list.list.php:841
-msgid "Add action"
-msgstr "アクションの追加"
-
-#: ../../godmode/snmpconsole/snmp_alert.php:1256
-msgid "ID Alert SNMP"
-msgstr "SNMPアラートID"
-
-#: ../../godmode/snmpconsole/snmp_alert.php:1487
-msgid "Add action "
-msgstr "アクション追加 "
-
-#: ../../godmode/snmpconsole/snmp_filters.php:38
-#: ../../godmode/events/event_filter.php:175
-#: ../../godmode/netflow/nf_edit_form.php:182
-#: ../../godmode/netflow/nf_edit.php:167
-msgid "Create filter"
-msgstr "フィルタの作成"
-
-#: ../../godmode/snmpconsole/snmp_filters.php:42
-msgid "Filter overview"
-msgstr "フィルタの概要"
-
-#: ../../godmode/snmpconsole/snmp_filters.php:51
-msgid "There was a problem updating the filter"
-msgstr "フィルタの更新に問題が発生しました。"
-
-#: ../../godmode/snmpconsole/snmp_filters.php:63
-msgid "There was a problem creating the filter"
-msgstr "フィルタの作成に問題が発生しました。"
-
-#: ../../godmode/snmpconsole/snmp_filters.php:73
-msgid "There was a problem deleting the filter"
-msgstr "フィルタの削除で問題が発生しました。"
-
-#: ../../godmode/snmpconsole/snmp_filters.php:98
-msgid ""
-"This field contains a substring, could be part of a IP address, a numeric "
-"OID, or a plain substring"
-msgstr "このフィールドには、IPアドレス、OID、文字列の一部を入力します。"
-
-#: ../../godmode/alerts/configure_alert_special_days.php:55
-msgid "Configure special day"
-msgstr "特別日設定"
-
-#: ../../godmode/alerts/configure_alert_special_days.php:79
-#: ../../godmode/alerts/alert_special_days.php:235
-msgid "Same day of the week"
-msgstr "同一の曜日"
-
-#: ../../godmode/alerts/alert_special_days.php:44 ../../godmode/menu.php:164
-#: ../../godmode/menu.php:165
-msgid "Special days list"
-msgstr "特別日一覧"
-
-#: ../../godmode/alerts/alert_special_days.php:86
-msgid "Skipped dates: "
-msgstr "対象外の日付: "
-
-#: ../../godmode/alerts/alert_special_days.php:106
-msgid "Success to upload iCalendar"
-msgstr "iCalendar をアップロードしました"
-
-#: ../../godmode/alerts/alert_special_days.php:106
-msgid "Fail to upload iCalendar"
-msgstr "iCalendar のアップロードに失敗しました"
-
-#: ../../godmode/alerts/alert_special_days.php:232
-msgid "iCalendar(.ics) file"
-msgstr "iCalendar(.ics) ファイル"
-
-#: ../../godmode/alerts/alert_special_days.php:254
-msgid "Overwrite"
-msgstr "上書き"
-
-#: ../../godmode/alerts/alert_special_days.php:255
-msgid "Check this box, if you want to overwrite existing same days."
-msgstr "既存の同一日の設定を上書きしたい場合は、ここをチェックします。"
-
-#: ../../godmode/alerts/alert_special_days.php:273
-msgid "Display range: "
-msgstr "表示範囲: "
-
-#: ../../godmode/alerts/alert_special_days.php:347
-msgid "January"
-msgstr "1月"
-
-#: ../../godmode/alerts/alert_special_days.php:350
-msgid "February"
-msgstr "2月"
-
-#: ../../godmode/alerts/alert_special_days.php:353
-msgid "March"
-msgstr "3月"
-
-#: ../../godmode/alerts/alert_special_days.php:356
-msgid "April"
-msgstr "4月"
-
-#: ../../godmode/alerts/alert_special_days.php:359
-msgid "May"
-msgstr "5月"
-
-#: ../../godmode/alerts/alert_special_days.php:362
-msgid "June"
-msgstr "6月"
-
-#: ../../godmode/alerts/alert_special_days.php:365
-msgid "July"
-msgstr "7月"
-
-#: ../../godmode/alerts/alert_special_days.php:368
-msgid "August"
-msgstr "8月"
-
-#: ../../godmode/alerts/alert_special_days.php:371
-msgid "September"
-msgstr "9月"
-
-#: ../../godmode/alerts/alert_special_days.php:374
-msgid "October"
-msgstr "10月"
-
-#: ../../godmode/alerts/alert_special_days.php:377
-msgid "November"
-msgstr "11月"
-
-#: ../../godmode/alerts/alert_special_days.php:380
-msgid "December"
-msgstr "12月"
-
-#: ../../godmode/alerts/alert_special_days.php:422
-msgid "Same as "
-msgstr "同じ日: "
-
-#: ../../godmode/alerts/alert_view.php:61
-#: ../../godmode/alerts/alert_view.php:62
-#: ../../godmode/alerts/alert_view.php:63
-#: ../../godmode/alerts/alert_list.php:313
-msgid "List alerts"
-msgstr "アラート一覧"
-
-#: ../../godmode/alerts/alert_view.php:170
-#: ../../godmode/alerts/configure_alert_template.php:850
-msgid "The alert would fire when the value is below "
-msgstr "値が より小さかったときにアラートが発報します"
-
-#: ../../godmode/alerts/alert_view.php:174
-#: ../../godmode/alerts/configure_alert_template.php:851
-msgid "The alert would fire when the value is above "
-msgstr "値が を超えたときにアラートが発報されます"
-
-#: ../../godmode/alerts/alert_view.php:179
-#: ../../godmode/alerts/configure_alert_template.php:854
-msgid "The alert would fire when the module value changes"
-msgstr "モジュールの値が変化したときにアラートが上がります。"
-
-#: ../../godmode/alerts/alert_view.php:182
-#: ../../godmode/alerts/configure_alert_template.php:855
-msgid "The alert would fire when the module value does not change"
-msgstr "モジュールの値が変化しなかったときにアラートが上がります。"
-
-#: ../../godmode/alerts/alert_view.php:192
-#: ../../godmode/alerts/configure_alert_template.php:856
-msgid "The alert would fire when the module is in unknown status"
-msgstr "モジュールが不明状態になるとアラートが発生します。"
-
-#: ../../godmode/alerts/alert_view.php:298
-#: ../../godmode/alerts/configure_alert_template.php:536
-msgid "Use special days list"
-msgstr "特別日一覧を利用する"
-
-#: ../../godmode/alerts/alert_view.php:310
-msgid "Number of alerts"
-msgstr "アラート数"
-
-#: ../../godmode/alerts/alert_view.php:325
-msgid "Firing conditions"
-msgstr "発報条件"
-
-#: ../../godmode/alerts/alert_view.php:348
-#: ../../godmode/alerts/alert_view.php:370
-msgid "Every time that the alert is fired"
-msgstr "アラート発生のたび"
-
-#: ../../godmode/alerts/alert_view.php:356
-#: ../../godmode/alerts/alert_list.list.php:505
-msgid ""
-"The default actions will be executed every time that the alert is fired and "
-"no other action is executed"
-msgstr "他のアクションが無い場合に、アラートが発生するたびに実行されるデフォルトのアクション。"
-
-#: ../../godmode/alerts/alert_view.php:414
-msgid ""
-"Select the desired action and mode to see the Firing/Recovery fields for "
-"this action"
-msgstr "このアクションの発報・リカバリフィールドを見るには、目的のアクションとモードを選択してください。"
-
-#: ../../godmode/alerts/alert_view.php:417
-msgid "Select the action"
-msgstr "アクションを選択"
-
-#: ../../godmode/alerts/alert_view.php:420
-#: ../../godmode/alerts/configure_alert_action.php:148
-msgid "Firing"
-msgstr "障害通知"
-
-#: ../../godmode/alerts/alert_view.php:421
-msgid "Recovering"
-msgstr "リカバリ中"
-
-#: ../../godmode/alerts/alert_view.php:423
-#: ../../godmode/massive/massive_edit_modules.php:545
-#: ../../godmode/servers/manage_recontask_form.php:237
-#: ../../godmode/servers/manage_recontask.php:291
-msgid "Mode"
-msgstr "モード"
-
-#: ../../godmode/alerts/alert_view.php:438
-#: ../../godmode/alerts/alert_view.php:532
-#: ../../godmode/alerts/configure_alert_template.php:670
-msgid "Firing fields"
-msgstr "発報フィールド"
-
-#: ../../godmode/alerts/alert_view.php:439
-msgid ""
-"Fields passed to the command executed by this action when the alert is fired"
-msgstr "アラートが発報されたときに、このアクションによって実行されるコマンドに渡されるフィールド"
-
-#: ../../godmode/alerts/alert_view.php:442
-#: ../../godmode/alerts/alert_view.php:531
-msgid "Fields configured on the command associated to the action"
-msgstr "アクションに関連付けられたコマンドで設定されたフィールド"
-
-#: ../../godmode/alerts/alert_view.php:443
-msgid "Template fields"
-msgstr "テンプレートフィールド"
-
-#: ../../godmode/alerts/alert_view.php:444
-msgid "Triggering fields configured in template"
-msgstr "テンプレートで設定したトリガーフィールド"
-
-#: ../../godmode/alerts/alert_view.php:445
-msgid "Action fields"
-msgstr "アクションフィールド"
-
-#: ../../godmode/alerts/alert_view.php:446
-msgid "Triggering fields configured in action"
-msgstr "アクションで設定したトリガーフィールド"
-
-#: ../../godmode/alerts/alert_view.php:448
-msgid "Executed on firing"
-msgstr "発報時の実行"
-
-#: ../../godmode/alerts/alert_view.php:449
-#: ../../godmode/alerts/alert_view.php:532
-msgid "Fields used on execution when the alert is fired"
-msgstr "アラートが発報したときに実行に使われるフィールド"
-
-#: ../../godmode/alerts/alert_view.php:471
-#: ../../godmode/alerts/alert_view.php:548
-#: ../../godmode/alerts/alert_commands.php:105
-#: ../../godmode/alerts/alert_commands.php:109
-#: ../../godmode/alerts/alert_commands.php:127
-#: ../../godmode/alerts/alert_commands.php:135
-#: ../../godmode/alerts/configure_alert_template.php:684
+#: ../../include/functions_reporting.php:1751
#, php-format
-msgid "Field %s"
-msgstr "フィールド %s"
+msgid "Exception - Modules under or equal to %s"
+msgstr "例外 - モジュールが %s 以下"
-#: ../../godmode/alerts/alert_view.php:508
-#: ../../godmode/alerts/alert_view.php:595
-#: ../../godmode/alerts/configure_alert_action.php:153
-#: ../../godmode/servers/plugin.php:381
-msgid "Command preview"
-msgstr "実行されるコマンドのプレビュー"
-
-#: ../../godmode/alerts/alert_view.php:516
-msgid "The alert recovering is disabled on this template."
-msgstr "このテンプレートでは復旧アラートが無効です。"
-
-#: ../../godmode/alerts/alert_view.php:529
-msgid "Recovering fields"
-msgstr "復旧フィールド"
-
-#: ../../godmode/alerts/alert_view.php:529
-msgid ""
-"Fields passed to the command executed by this action when the alert is "
-"recovered"
-msgstr "アラートが復旧したときに、このアクションによって実行されるコマンドに渡されるフィールド"
-
-#: ../../godmode/alerts/alert_view.php:533
-msgid "Template recovery fields"
-msgstr "テンプレート復旧フィールド"
-
-#: ../../godmode/alerts/alert_view.php:533
-msgid "Recovery fields configured in alert template"
-msgstr "アラートテンプレートで設定した復旧フィールド"
-
-#: ../../godmode/alerts/alert_view.php:534
-msgid "Action recovery fields"
-msgstr "アクション復旧フィールド"
-
-#: ../../godmode/alerts/alert_view.php:534
-msgid "Recovery fields configured in alert action"
-msgstr "アラートアクションで設定した復旧フィールド"
-
-#: ../../godmode/alerts/alert_view.php:535
-msgid "Executed on recovery"
-msgstr "復旧時の実行"
-
-#: ../../godmode/alerts/alert_view.php:535
-msgid "Fields used on execution when the alert is recovered"
-msgstr "アラートが復旧した時に実行に使われるフィールド"
-
-#: ../../godmode/alerts/alert_actions.php:66
-#: ../../godmode/alerts/alert_actions.php:92
-#: ../../godmode/alerts/alert_actions.php:110
-#: ../../godmode/alerts/alert_actions.php:127
-#: ../../godmode/alerts/alert_actions.php:207
-#: ../../godmode/alerts/alert_actions.php:218
-#: ../../godmode/alerts/alert_actions.php:287
-#: ../../godmode/alerts/alert_actions.php:306
-#: ../../godmode/alerts/alert_actions.php:319
-msgid "Alert actions"
-msgstr "アクション"
-
-#: ../../godmode/alerts/alert_actions.php:141
-msgid "Could not be copied"
-msgstr "コピーできませんでした。"
-
-#: ../../godmode/alerts/alert_actions.php:398
-msgid "No alert actions configured"
-msgstr "アクションが設定されていません。"
-
-#: ../../godmode/alerts/alert_commands.php:149
-#: ../../godmode/alerts/alert_commands.php:159
-#: ../../godmode/alerts/configure_alert_template.php:689
-#: ../../godmode/alerts/configure_alert_template.php:703
-#: ../../godmode/alerts/configure_alert_template.php:775
-#: ../../godmode/users/configure_user.php:532
-#: ../../godmode/modules/manage_network_components_form_common.php:59
-msgid "Basic"
-msgstr "基本"
-
-#: ../../godmode/alerts/alert_commands.php:249
-msgid "Alert commands"
-msgstr "アラートコマンド"
-
-#: ../../godmode/alerts/alert_commands.php:372
-msgid "No alert commands configured"
-msgstr "アラートコマンドが設定されていません"
-
-#: ../../godmode/alerts/configure_alert_command.php:42
-msgid "Configure alert command"
-msgstr "コマンドの作成"
-
-#: ../../godmode/alerts/configure_alert_command.php:127
-msgid "Update Command"
-msgstr "コマンドの更新"
-
-#: ../../godmode/alerts/configure_alert_command.php:130
-#: ../../godmode/alerts/configure_alert_action.php:136
-msgid "Create Command"
-msgstr "コマンドの作成"
-
-#: ../../godmode/alerts/configure_alert_command.php:150
-#: ../../godmode/alerts/configure_alert_action.php:128
-#: ../../godmode/events/event_responses.editor.php:114
-#: ../../godmode/events/event_responses.editor.php:121
-#: ../../godmode/events/event_responses.editor.php:124
-#: ../../godmode/massive/massive_edit_plugins.php:437
-#: ../../godmode/servers/recon_script.php:370
-#: ../../godmode/servers/plugin.php:388 ../../godmode/servers/plugin.php:394
-#: ../../godmode/servers/plugin.php:737
-msgid "Command"
-msgstr "コマンド"
-
-#: ../../godmode/alerts/configure_alert_command.php:160
+#: ../../include/functions_reporting.php:1753
#, php-format
-msgid "Field %s description"
-msgstr "フィールド %s の説明"
+msgid "Modules under or equal to %s"
+msgstr "%s 以下のモジュール"
-#: ../../godmode/alerts/configure_alert_command.php:175
+#: ../../include/functions_reporting.php:1757
#, php-format
-msgid "Field %s values"
-msgstr "フィールド %s の値"
+msgid "Exception - Modules under %s"
+msgstr "例外 - モジュールが %s 未満"
-#: ../../godmode/alerts/configure_alert_action.php:57
-#: ../../godmode/alerts/configure_alert_action.php:66
-msgid "Configure alert action"
-msgstr "アクションの作成"
-
-#: ../../godmode/alerts/configure_alert_action.php:98
-msgid "Update Action"
-msgstr "アクションの更新"
-
-#: ../../godmode/alerts/configure_alert_action.php:101
-#: ../../godmode/alerts/alert_list.builder.php:109
-msgid "Create Action"
-msgstr "アクションの作成"
-
-#: ../../godmode/alerts/configure_alert_action.php:149
-msgid "Recovery"
-msgstr "復旧通知"
-
-#: ../../godmode/alerts/alert_list.list.php:58
-msgid "Template name"
-msgstr "テンプレート名"
-
-#: ../../godmode/alerts/alert_list.list.php:124
-msgid "Field content"
-msgstr "フィールドの内容"
-
-#: ../../godmode/alerts/alert_list.list.php:133
-msgid "Enabled / Disabled"
-msgstr "有効 / 無効"
-
-#: ../../godmode/alerts/alert_list.list.php:135
-#: ../../godmode/alerts/alert_list.list.php:793
-#: ../../godmode/extensions.php:273 ../../godmode/users/user_list.php:466
-msgid "Enable"
-msgstr "有効"
-
-#: ../../godmode/alerts/alert_list.list.php:412
-#: ../../godmode/massive/massive_copy_modules.php:133
-msgid "Operations"
-msgstr "操作"
-
-#: ../../godmode/alerts/alert_list.list.php:526
-msgid "On"
-msgstr "次のアラート回数でアクション実施:"
-
-#: ../../godmode/alerts/alert_list.list.php:530
-msgid "Until"
-msgstr "次のアラート回数までアクション実施:"
-
-#: ../../godmode/alerts/alert_list.list.php:552
-msgid "Delete action"
-msgstr "アクションの削除"
-
-#: ../../godmode/alerts/alert_list.list.php:559
-#: ../../godmode/alerts/alert_list.list.php:871
-msgid "Update action"
-msgstr "アクションの更新"
-
-#: ../../godmode/alerts/alert_list.list.php:718
-msgid "View alert advanced details"
-msgstr "アラートの拡張詳細表示"
-
-#: ../../godmode/alerts/alert_list.list.php:729
-msgid "No alerts defined"
-msgstr "アラートが定義されていません"
-
-#: ../../godmode/alerts/alert_list.list.php:802
-msgid "Set off standby"
-msgstr "非スタンバイ状態にする"
-
-#: ../../godmode/alerts/alert_list.list.php:811
-msgid "Set standby"
-msgstr "スタンバイ状態にする"
-
-#: ../../godmode/alerts/configure_alert_template.php:118
-#: ../../godmode/modules/manage_network_components.php:160
+#: ../../include/functions_reporting.php:1759
#, php-format
-msgid "Successfully created from %s"
-msgstr "%s から作成しました。"
+msgid "Modules under %s"
+msgstr "%s 未満のモジュール"
-#: ../../godmode/alerts/configure_alert_template.php:168
-#: ../../godmode/alerts/configure_alert_template.php:173
-msgid "Conditions"
-msgstr "状態"
-
-#: ../../godmode/alerts/configure_alert_template.php:188
-#: ../../godmode/alerts/configure_alert_template.php:193
-msgid "Advanced fields"
-msgstr "拡張フィールド"
-
-#: ../../godmode/alerts/configure_alert_template.php:499
-#: ../../godmode/alerts/alert_list.builder.php:131
-msgid "Create Template"
-msgstr "テンプレートの作成"
-
-#: ../../godmode/alerts/configure_alert_template.php:520
-msgid "Days of week"
-msgstr "曜日"
-
-#: ../../godmode/alerts/configure_alert_template.php:539
-#: ../../godmode/reporting/reporting_builder.item_editor.php:847
-msgid "Time from"
-msgstr "開始時間"
-
-#: ../../godmode/alerts/configure_alert_template.php:543
-#: ../../godmode/reporting/reporting_builder.item_editor.php:856
-msgid "Time to"
-msgstr "終了時間"
-
-#: ../../godmode/alerts/configure_alert_template.php:557
-msgid "Reset counter for non-sustained alerts"
-msgstr "アラートが継続しない場合にカウンターをリセット"
-
-#: ../../godmode/alerts/configure_alert_template.php:557
-msgid ""
-"Enable this option if you want the counter to be reset when the alert is not "
-"being fired consecutively, even if it's within the time threshold"
-msgstr "再通知間隔内であっても、アラートが継続していない場合は最小アラート数のカウンタをリセットしたい場合にこのオプションを有効化します。"
-
-#: ../../godmode/alerts/configure_alert_template.php:564
-#: ../../godmode/alerts/alert_list.builder.php:94
-msgid "Default action"
-msgstr "通常のアクション"
-
-#: ../../godmode/alerts/configure_alert_template.php:588
-msgid ""
-"Unless they're left blank, the fields from the action will override those "
-"set on the template."
-msgstr "空白のままにしない限り、テンプレートにおける設定よりもアクションにおける設定が優先されます。"
-
-#: ../../godmode/alerts/configure_alert_template.php:590
-msgid "Condition type"
-msgstr "条件種別"
-
-#: ../../godmode/alerts/configure_alert_template.php:597
-msgid "Trigger when matches the value"
-msgstr "以下の値にマッチしたら、条件を満たしたと判断する。"
-
-#: ../../godmode/alerts/configure_alert_template.php:609
-msgid "The regular expression is valid"
-msgstr "この正規表現は正しいです。"
-
-#: ../../godmode/alerts/configure_alert_template.php:614
-msgid "The regular expression is not valid"
-msgstr "この正規表現は間違っています。"
-
-#: ../../godmode/alerts/configure_alert_template.php:662
-msgid "Alert recovery"
-msgstr "復旧アラート"
-
-#: ../../godmode/alerts/configure_alert_template.php:671
-msgid "Recovery fields"
-msgstr "復旧フィールド"
-
-#: ../../godmode/alerts/configure_alert_template.php:772
-#: ../../godmode/modules/manage_network_components_form_common.php:58
-msgid "Wizard level"
-msgstr "ウィザードレベル"
-
-#: ../../godmode/alerts/configure_alert_template.php:774
-msgid "No wizard"
-msgstr "ウィザードがありません"
-
-#: ../../godmode/alerts/configure_alert_template.php:821
-#: ../../godmode/alerts/configure_alert_template.php:825
-msgid "Next"
-msgstr "次"
-
-#: ../../godmode/alerts/configure_alert_template.php:845
+#: ../../include/functions_reporting.php:1763
#, php-format
-msgid "The alert would fire when the value doesn\\'t match %s"
-msgstr "値が %s にマッチしなかったときにアラートが発報します"
+msgid "Exception - Modules over %s"
+msgstr "例外 - モジュールが %s より大きい"
-#: ../../godmode/alerts/configure_alert_template.php:849
+#: ../../include/functions_reporting.php:1765
+#, php-format
+msgid "Modules over %s"
+msgstr "%s を超えるモジュール"
+
+#: ../../include/functions_reporting.php:1769
+#, php-format
+msgid "Exception - Equal to %s"
+msgstr "例外 - %s と同じ"
+
+#: ../../include/functions_reporting.php:1771
+#, php-format
+msgid "Equal to %s"
+msgstr "%s と同じ"
+
+#: ../../include/functions_reporting.php:1775
+#, php-format
+msgid "Exception - Not equal to %s"
+msgstr "例外 - %s と異なる"
+
+#: ../../include/functions_reporting.php:1777
+#, php-format
+msgid "Not equal to %s"
+msgstr "%s と異なる"
+
+#: ../../include/functions_reporting.php:1781
+msgid "Exception - Modules at normal status"
+msgstr "例外 - モジュールが正常状態"
+
+#: ../../include/functions_reporting.php:1782
+msgid "Modules at normal status"
+msgstr "正常状態のモジュール"
+
+#: ../../include/functions_reporting.php:1786
+msgid "Exception - Modules at critical or warning status"
+msgstr "例外 - モジュールが障害または警告状態"
+
+#: ../../include/functions_reporting.php:1787
+msgid "Modules at critical or warning status"
+msgstr "障害または警告状態のモジュール"
+
+#: ../../include/functions_reporting.php:1976
+msgid "There are no Modules under those conditions."
+msgstr "これらの条件のモジュールはありません。"
+
+#: ../../include/functions_reporting.php:1979
+#, php-format
+msgid "There are no Modules over or equal to %s."
+msgstr "%s 以上のモジュールがありません。"
+
+#: ../../include/functions_reporting.php:1982
+#, php-format
+msgid "There are no Modules less or equal to %s."
+msgstr "%s 以下のモジュールがありません。"
+
+#: ../../include/functions_reporting.php:1985
+#, php-format
+msgid "There are no Modules less %s."
+msgstr "%s 未満のモジュールがありません。"
+
+#: ../../include/functions_reporting.php:1988
+#, php-format
+msgid "There are no Modules over %s."
+msgstr "%s を超えるモジュールがありません。"
+
+#: ../../include/functions_reporting.php:1991
+#, php-format
+msgid "There are no Modules equal to %s"
+msgstr "%s と同じモジュールがありません。"
+
+#: ../../include/functions_reporting.php:1994
+#, php-format
+msgid "There are no Modules not equal to %s"
+msgstr "%s と異なるモジュールがありません。"
+
+#: ../../include/functions_reporting.php:1997
+msgid "There are no Modules normal status"
+msgstr "正常状態のモジュールがありません"
+
+#: ../../include/functions_reporting.php:2000
+msgid "There are no Modules at critial or warning status"
+msgstr "障害または警告状態のモジュールはありません"
+
+#: ../../include/functions_reporting.php:2148
+#: ../../enterprise/include/functions_reporting_csv.php:443
+msgid "Group Report"
+msgstr "グループレポート"
+
+#: ../../include/functions_reporting.php:2202
+msgid "Event Report Agent"
+msgstr "イベントレポートエージェント"
+
+#: ../../include/functions_reporting.php:2398
+msgid "Database Serialized"
+msgstr "データベースの並び"
+
+#: ../../include/functions_reporting.php:2587
+msgid "Network interfaces report"
+msgstr "ネットワークインタフェースレポート"
+
+#: ../../include/functions_reporting.php:2606
msgid ""
-"The alert would fire when the value is not between and "
+"The group has no agents or none of the agents has any network interface"
+msgstr "グループにエージェントが無いか、ネットワークインタフェースのあるエージェントがありません"
+
+#: ../../include/functions_reporting.php:2655
+#: ../../include/functions_reporting.php:2678
+msgid "bytes/s"
+msgstr "バイト/秒"
+
+#: ../../include/functions_reporting.php:2730
+msgid "Alert Report Group"
+msgstr "アラートレポートグループ"
+
+#: ../../include/functions_reporting.php:2876
+msgid "Alert Report Agent"
+msgstr "アラートレポートエージェント"
+
+#: ../../include/functions_reporting.php:2993
+msgid "Alert Report Module"
+msgstr "アラートレポートモジュール"
+
+#: ../../include/functions_reporting.php:3126
+msgid "SQL Graph Vertical Bars"
+msgstr "SQL縦棒グラフ"
+
+#: ../../include/functions_reporting.php:3129
+msgid "SQL Graph Horizontal Bars"
+msgstr "SQL横棒グラフ"
+
+#: ../../include/functions_reporting.php:3132
+msgid "SQL Graph Pie"
+msgstr "SQL円グラフ"
+
+#: ../../include/functions_reporting.php:3179
+#: ../../enterprise/include/functions_reporting_csv.php:831
+#: ../../enterprise/include/functions_reporting_csv.php:847
+#: ../../enterprise/include/functions_reporting_csv.php:855
+msgid "Monitor Report"
+msgstr "モニタレポート"
+
+#: ../../include/functions_reporting.php:3250
+msgid "Netflow Area"
+msgstr "Netflow塗りつぶしグラフ"
+
+#: ../../include/functions_reporting.php:3253
+msgid "Netflow Pie"
+msgstr "NetFlow円グラフ"
+
+#: ../../include/functions_reporting.php:3256
+msgid "Netflow Data"
+msgstr "Netflowデータ"
+
+#: ../../include/functions_reporting.php:3259
+msgid "Netflow Statistics"
+msgstr "Netflow 統計"
+
+#: ../../include/functions_reporting.php:3262
+msgid "Netflow Summary"
+msgstr "Netflow 概要"
+
+#: ../../include/functions_reporting.php:3386
+msgid "Prediction Date"
+msgstr "予測日時"
+
+#: ../../include/functions_reporting.php:3436
+#: ../../enterprise/include/functions_reporting_csv.php:333
+msgid "Projection Graph"
+msgstr "予想グラフ"
+
+#: ../../include/functions_reporting.php:3676
+#: ../../enterprise/include/functions_reporting_csv.php:795
+#: ../../enterprise/include/functions_reporting_csv.php:811
+#: ../../enterprise/include/functions_reporting_csv.php:818
+msgid "AVG. Value"
+msgstr "平均値"
+
+#: ../../include/functions_reporting.php:3866
+#: ../../enterprise/godmode/reporting/mysql_builder.php:142
+#: ../../enterprise/include/functions_reporting_csv.php:653
+msgid "SQL"
+msgstr "SQL"
+
+#: ../../include/functions_reporting.php:3937
+msgid ""
+"Illegal query: Due security restrictions, there are some tokens or words you "
+"cannot use: *, delete, drop, alter, modify, union, password, pass, insert or "
+"update."
msgstr ""
-"値が と の間に無い場合に、アラートを発報します。"
+"不正なクエリ。セキュリティ上の制約により次のトークンやワードは利用でません: *, delete, drop, alter, modify, "
+"union, password, pass, insert または update"
-#: ../../godmode/alerts/configure_alert_template.php:857
-msgid ""
-"The alert template cannot have the same value for min and max thresholds."
-msgstr "アラートテンプレートは最小と最大の閾値に同じ値を設定できません。"
+#: ../../include/functions_reporting.php:4928
+msgid "No Address"
+msgstr "アドレスがありません"
-#: ../../godmode/alerts/alert_list.php:80
-msgid "Already added"
-msgstr "すでに追加されています。"
+#: ../../include/functions_reporting.php:5679
+#: ../../enterprise/godmode/reporting/reporting_builder.global.php:194
+#: ../../enterprise/godmode/reporting/reporting_builder.global.php:264
+msgid "Rate"
+msgstr "率"
-#: ../../godmode/alerts/alert_list.php:264
-#: ../../godmode/massive/massive_standby_alerts.php:96
-msgid "Successfully set standby"
-msgstr "スタンバイ状態にしました。"
+#: ../../include/functions_reporting.php:6324
+msgid "Maximum of events shown"
+msgstr "最大表示イベント"
-#: ../../godmode/alerts/alert_list.php:264
-#: ../../godmode/massive/massive_standby_alerts.php:96
-msgid "Could not be set standby"
-msgstr "スタンバイ状態にできませんでした。"
+#: ../../include/functions_reporting.php:6964
+#: ../../include/functions_reporting.php:7001
+msgid "Server health"
+msgstr "サーバの正常性"
-#: ../../godmode/alerts/alert_list.php:281
-#: ../../godmode/massive/massive_standby_alerts.php:78
-msgid "Successfully set off standby"
-msgstr "非スタンバイ状態にしました。"
-
-#: ../../godmode/alerts/alert_list.php:281
-#: ../../godmode/massive/massive_standby_alerts.php:78
-msgid "Could not be set off standby"
-msgstr "非スタンバイ状態にできませんでした。"
-
-#: ../../godmode/alerts/alert_list.php:317
-msgid "Builder alert"
-msgstr "アラート作成"
-
-#: ../../godmode/alerts/alert_list.php:326
-#: ../../godmode/alerts/alert_list.php:329
-#: ../../godmode/users/configure_profile.php:268
-msgid "Manage alerts"
-msgstr "アラート管理"
-
-#: ../../godmode/alerts/alert_list.builder.php:78
-msgid "Latest value"
-msgstr "最新の値"
-
-#: ../../godmode/alerts/alert_list.builder.php:144
-msgid "Add alert"
-msgstr "アラートの追加"
-
-#: ../../godmode/alerts/alert_templates.php:62
-msgid "Everyday"
-msgstr "毎日"
-
-#: ../../godmode/alerts/alert_templates.php:73
-msgid "Every"
-msgstr "毎"
-
-#: ../../godmode/alerts/alert_templates.php:83
-msgid "and"
-msgstr "と"
-
-#: ../../godmode/alerts/alert_templates.php:359
-msgid "No alert templates defined"
-msgstr "アラートテンプレートが定義されていません"
-
-#: ../../godmode/menu.php:29
-msgid "Manage agents"
-msgstr "エージェント管理"
-
-#: ../../godmode/menu.php:39
-msgid "Component groups"
-msgstr "コンポーネントグループ管理"
-
-#: ../../godmode/menu.php:42
-msgid "Module categories"
-msgstr "モジュールカテゴリ"
-
-#: ../../godmode/menu.php:46
-msgid "Module types"
-msgstr "モジュールタイプ"
-
-#: ../../godmode/menu.php:56 ../../godmode/netflow/nf_edit_form.php:66
-#: ../../godmode/netflow/nf_edit_form.php:71
-#: ../../godmode/netflow/nf_edit.php:48 ../../godmode/netflow/nf_edit.php:52
-msgid "Netflow filters"
-msgstr "Netflow フィルタ"
-
-#: ../../godmode/menu.php:62
-msgid "Resources"
-msgstr "リソース"
-
-#: ../../godmode/menu.php:70
-msgid "Manage agents groups"
-msgstr "エージェントグループ管理"
-
-#: ../../godmode/menu.php:76
-msgid "Module tags"
-msgstr "モジュールタグ"
-
-#: ../../godmode/menu.php:83 ../../godmode/users/profile_list.php:312
-msgid "Users management"
-msgstr "ユーザ管理"
-
-#: ../../godmode/menu.php:85 ../../godmode/users/configure_profile.php:45
-#: ../../godmode/users/configure_user.php:86
-#: ../../godmode/users/profile_list.php:49
-#: ../../godmode/users/user_list.php:117
-msgid "Profile management"
-msgstr "プロファイル管理"
-
-#: ../../godmode/menu.php:91 ../../godmode/users/profile_list.php:302
-msgid "Profiles"
-msgstr "プロファイル"
-
-#: ../../godmode/menu.php:98
-msgid "Network components"
-msgstr "コンポーネント管理"
-
-#: ../../godmode/menu.php:101 ../../godmode/agentes/configurar_agente.php:322
-msgid "Module templates"
-msgstr "モジュールテンプレート"
-
-#: ../../godmode/menu.php:111
-msgid "Bulk operations"
-msgstr "一括操作"
-
-#: ../../godmode/menu.php:116 ../../godmode/massive/massive_operations.php:165
-msgid "Agents operations"
-msgstr "エージェント操作"
-
-#: ../../godmode/menu.php:117 ../../godmode/massive/massive_operations.php:170
-msgid "Modules operations"
-msgstr "モジュール操作"
-
-#: ../../godmode/menu.php:118 ../../godmode/massive/massive_operations.php:175
-msgid "Plugins operations"
-msgstr "プラグイン操作"
-
-#: ../../godmode/menu.php:120 ../../godmode/massive/massive_operations.php:160
-msgid "Users operations"
-msgstr "ユーザ操作"
-
-#: ../../godmode/menu.php:122 ../../godmode/massive/massive_operations.php:155
-msgid "Alerts operations"
-msgstr "アラート操作"
-
-#: ../../godmode/menu.php:145
-msgid "List of Alerts"
-msgstr "アラート一覧"
-
-#: ../../godmode/menu.php:151 ../../godmode/agentes/configurar_agente.php:542
-msgid "Templates"
-msgstr "テンプレート"
-
-#: ../../godmode/menu.php:160
-msgid "Commands"
-msgstr "コマンド"
-
-#: ../../godmode/menu.php:180
-msgid "Event filters"
-msgstr "イベントフィルタ"
-
-#: ../../godmode/menu.php:185
-msgid "Custom events"
-msgstr "カスタムイベント"
-
-#: ../../godmode/menu.php:187 ../../godmode/events/events.php:48
-msgid "Event responses"
-msgstr "イベント応答"
-
-#: ../../godmode/menu.php:207
-msgid "Manage servers"
-msgstr "サーバ管理"
-
-#: ../../godmode/menu.php:215
-msgid "Plugins"
-msgstr "プラグイン"
-
-#: ../../godmode/menu.php:218
-#: ../../godmode/servers/manage_recontask_form.php:274
-msgid "Recon script"
-msgstr "自動検出スクリプト"
-
-#: ../../godmode/menu.php:244
-msgid "General Setup"
-msgstr "基本設定"
-
-#: ../../godmode/menu.php:253 ../../godmode/setup/setup.php:82
-#: ../../godmode/setup/setup.php:116
-msgid "Authentication"
-msgstr "認証"
-
-#: ../../godmode/menu.php:256 ../../godmode/setup/setup.php:86
-#: ../../godmode/setup/setup.php:120
-msgid "Performance"
-msgstr "パフォーマンス"
-
-#: ../../godmode/menu.php:259 ../../godmode/setup/setup.php:90
-#: ../../godmode/setup/setup.php:125
-msgid "Visual styles"
-msgstr "画面設定"
-
-#: ../../godmode/menu.php:273 ../../godmode/setup/gis.php:32
-msgid "Map conections GIS"
-msgstr "GIS 利用マップ"
-
-#: ../../godmode/menu.php:277 ../../godmode/setup/os.php:143
-msgid "Edit OS"
-msgstr "OS の編集"
-
-#: ../../godmode/menu.php:279
-msgid "License"
-msgstr "ライセンス"
-
-#: ../../godmode/menu.php:288
-msgid "Admin tools"
-msgstr "管理ツール"
-
-#: ../../godmode/menu.php:296
-msgid "System audit log"
-msgstr "システム監査ログ"
-
-#: ../../godmode/menu.php:300
-msgid "Diagnostic info"
-msgstr "診断情報"
-
-#: ../../godmode/menu.php:302
-msgid "Site news"
-msgstr "サイトニュース"
-
-#: ../../godmode/menu.php:304 ../../godmode/setup/file_manager.php:30
-msgid "File manager"
-msgstr "ファイルマネージャ"
-
-#: ../../godmode/menu.php:309
-msgid "DB maintenance"
-msgstr "DBメンテナンス"
-
-#: ../../godmode/menu.php:315
-msgid "DB information"
-msgstr "DBステータス"
-
-#: ../../godmode/menu.php:316 ../../godmode/db/db_purge.php:38
-msgid "Database purge"
-msgstr "収集データ"
-
-#: ../../godmode/menu.php:318
-msgid "Database audit"
-msgstr "監査DB"
-
-#: ../../godmode/menu.php:319
-msgid "Database event"
-msgstr "イベントDB"
-
-#: ../../godmode/menu.php:401
-msgid "Extension manager view"
-msgstr "拡張マネージャ表示"
-
-#: ../../godmode/menu.php:405
-msgid "Extension manager"
-msgstr "拡張マネージャ"
-
-#: ../../godmode/menu.php:433
-msgid "Update manager"
-msgstr "アップデートマネージャ"
-
-#: ../../godmode/menu.php:439
-msgid "Update Manager offline"
-msgstr "オフラインアップデートマネージャ"
-
-#: ../../godmode/menu.php:442
-msgid "Update Manager online"
-msgstr "オンラインアップデートマネージャ"
-
-#: ../../godmode/menu.php:444
-msgid "Update Manager options"
-msgstr "アップデートマネージャオプション"
-
-#: ../../godmode/extensions.php:27
-msgid "Extensions"
-msgstr "拡張"
-
-#: ../../godmode/extensions.php:27
-msgid "Defined extensions"
-msgstr "定義されている拡張"
-
-#: ../../godmode/extensions.php:32
-msgid "There are no extensions defined"
-msgstr "「拡張」が定義されていません。"
-
-#: ../../godmode/extensions.php:145
-msgid "Enterprise"
-msgstr "エンタープライズ"
-
-#: ../../godmode/extensions.php:146
-msgid "Godmode Function"
-msgstr "システム管理機能"
-
-#: ../../godmode/extensions.php:147
-msgid "Godmode Menu"
-msgstr "システム管理メニュー"
-
-#: ../../godmode/extensions.php:148
-msgid "Operation Menu"
-msgstr "操作メニュー"
-
-#: ../../godmode/extensions.php:149
-msgid "Operation Function"
-msgstr "操作機能"
-
-#: ../../godmode/extensions.php:150
-msgid "Login Function"
-msgstr "ログイン機能"
-
-#: ../../godmode/extensions.php:151
-msgid "Agent operation tab"
-msgstr "エージェント操作タブ"
-
-#: ../../godmode/extensions.php:152
-msgid "Agent godmode tab"
-msgstr "エージェント管理タブ"
-
-#: ../../godmode/setup/performance.php:49
-msgid ""
-"If the compaction or purge of the data is more frequent than the events "
-"deletion, anomalies in module graphs could appear"
-msgstr "イベントの削除よりもデータの削除が短い場合、モジュールグラフの表示がおかしくなる可能性があります"
-
-#: ../../godmode/setup/performance.php:64
-msgid ""
-"Configure a purge period more frequent than a compact data period has no "
-"sense"
-msgstr "データの圧縮よりも削除を短くすることには意味がありません"
-
-#: ../../godmode/setup/performance.php:73
-msgid "Max. days before delete autodisabled agents"
-msgstr "自動無効化エージェントを削除せず保持する日数"
-
-#: ../../godmode/setup/performance.php:76
-msgid "This number is days to keep past special days. 0 means never remove."
-msgstr "過ぎた特別日を保持する日数です。0 を設定すると永久保存になります。"
-
-#: ../../godmode/setup/performance.php:79
-msgid "Number of macro fields in alerts and templates between 1 and 15"
-msgstr "アラートとテンプレートのマクロフィールド数は、1 から 15 までです"
-
-#: ../../godmode/setup/performance.php:96
-msgid "Item limit for realtime reports"
-msgstr "リアルタイムレポートのアイテム制限"
-
-#: ../../godmode/setup/performance.php:96
-msgid ""
-"Set a value too high cause a slowdown on console and a performance penalty "
-"in the system."
-msgstr "大きすぎる値にすると、コンソールが遅くなったりシステムのパフォーマンス低下が発生します。"
-
-#: ../../godmode/setup/performance.php:100
-msgid "Data will be compacted in intervals of the specified length."
-msgstr "指定した間隔でデータは丸め込まれます。"
-
-#: ../../godmode/setup/performance.php:107
-msgid "Last day"
-msgstr "昨日"
-
-#: ../../godmode/setup/performance.php:109
-msgid "10 days"
-msgstr "10日"
-
-#: ../../godmode/setup/performance.php:111
-msgid "2 weeks"
-msgstr "2週間"
-
-#: ../../godmode/setup/performance.php:121
-msgid ""
-"If realtime statistics are disabled, statistics interval resfresh will be "
-"set here."
-msgstr "リアルタイム統計が無効の場合、ここで統計処理間隔を設定します。"
-
-#: ../../godmode/setup/performance.php:128
-msgid ""
-"This number is the maximum number of files in attachment directory. If this "
-"number is reached then a warning message will appear in the header "
-"notification space."
-msgstr "添付ディレクトリにおくファイルの上限数です。ファイル数がこの値に達した場合、コンソールのヘッダ部分に警告メッセージが現れます。"
-
-#: ../../godmode/setup/performance.php:135
-msgid "Big Operation Step to purge old data"
-msgstr "古いデータ削除のための大きい処理の分割数"
-
-#: ../../godmode/setup/performance.php:135
-msgid ""
-"The number of blocks that a time interval is split into. A bigger value "
-"means bigger blocks, which is faster but heavier on the database. Default is "
-"100."
-msgstr ""
-"処理の単位を分割するブロック数です。大きい値は多くのブロックを意味します。大きくすると処理は早くなりますがデータベースに負荷がかかります。デフォルトは "
-"100です。"
-
-#: ../../godmode/setup/performance.php:138
-msgid ""
-"The number of rows that are processed in a single query in deletion. Default "
-"is 1000. Increase to 3000-5000 in fast systems. Decrease to 500 or 250 on "
-"systems with locks."
-msgstr ""
-"単一の削除クエリで処理される行数です。デフォルトは 1000です。処理が速いシステムで、3000-"
-"5000に増加してください。500や250に減らすと、システムがロックします。"
-
-#: ../../godmode/setup/performance.php:143
-msgid "Database maintenance options"
-msgstr "データベースメンテナンスオプション"
-
-#: ../../godmode/setup/news.php:28
-msgid "Site news management"
-msgstr "サイトニュース管理"
-
-#: ../../godmode/setup/news.php:88
-#: ../../godmode/events/event_edit_filter.php:174
-#: ../../godmode/netflow/nf_edit_form.php:132
-#: ../../godmode/modules/manage_nc_groups.php:99
-msgid "Not updated. Error updating data"
-msgstr "データの更新に失敗しました。"
-
-#: ../../godmode/setup/news.php:130 ../../godmode/setup/links.php:86
-msgid "Name error"
-msgstr "名前が不正です。"
-
-#: ../../godmode/setup/news.php:167
-msgid "Modal screen"
-msgstr "別ウインドウ"
-
-#: ../../godmode/setup/news.php:170
-msgid "Expire"
-msgstr "有効期限"
-
-#: ../../godmode/setup/news.php:173 ../../godmode/setup/news.php:224
-msgid "Expiration"
-msgstr "有効期限"
-
-#: ../../godmode/setup/news.php:215
-msgid "There are no defined news"
-msgstr "定義済のニュースがありません"
-
-#: ../../godmode/setup/news.php:242
-msgid "Modal"
-msgstr "別ウインドウ"
-
-#: ../../godmode/setup/news.php:245
-msgid "Board"
-msgstr "ボード"
-
-#: ../../godmode/setup/news.php:256
-msgid "Expired"
-msgstr "期限切れ"
-
-#: ../../godmode/setup/snmp_wizard.php:30
-#: ../../godmode/agentes/configurar_agente.php:392
-#: ../../godmode/agentes/configurar_agente.php:558
-msgid "SNMP Wizard"
-msgstr "SNMPウィザード"
-
-#: ../../godmode/setup/snmp_wizard.php:42
-#: ../../godmode/massive/massive_edit_modules.php:475
-#: ../../godmode/modules/manage_network_components_form_network.php:80
-#: ../../godmode/modules/manage_network_components_form_plugin.php:27
-#: ../../godmode/modules/manage_network_components_form_wmi.php:56
-#: ../../godmode/agentes/module_manager_editor_common.php:412
-msgid "Post process"
-msgstr "データ保存倍率"
-
-#: ../../godmode/setup/snmp_wizard.php:43
-msgid "OP"
-msgstr "OP"
-
-#: ../../godmode/setup/snmp_wizard.php:166
-msgid "Unsucessful update the snmp translation"
-msgstr "SNMP翻訳の更新に失敗しました"
-
-#: ../../godmode/setup/snmp_wizard.php:173
-msgid "Unsucessful update the snmp translation."
-msgstr "SNMP翻訳の更新に失敗しました。"
-
-#: ../../godmode/setup/snmp_wizard.php:221
-msgid "Unsucessful delete the snmp translation"
-msgstr "SNMP翻訳の削除に失敗しました"
-
-#: ../../godmode/setup/snmp_wizard.php:228
-msgid "Unsucessful delete the snmp translation."
-msgstr "SNMP翻訳の削除に失敗しました。"
-
-#: ../../godmode/setup/snmp_wizard.php:289
-msgid "Unsucessful save the snmp translation"
-msgstr "SNMP翻訳の保存に失敗しました"
-
-#: ../../godmode/setup/snmp_wizard.php:298
-msgid "Unsucessful save the snmp translation."
-msgstr "SNMP翻訳の保存に失敗しました。"
-
-#: ../../godmode/setup/gis.php:62
-msgid "Map connection name"
-msgstr "GIS 利用マップ名"
-
-#: ../../godmode/setup/gis.php:83
-msgid "Do you wan delete this connection?"
-msgstr "このマップ利用設定を削除しますか。"
-
-#: ../../godmode/setup/os.php:73
-msgid "Fail creating OS"
-msgstr "OS の作成に失敗しました"
-
-#: ../../godmode/setup/os.php:80
-msgid "Success creating OS"
-msgstr "OS を作成しました"
-
-#: ../../godmode/setup/os.php:100
-msgid "Success updatng OS"
-msgstr "OS を更新しました"
-
-#: ../../godmode/setup/os.php:100
-msgid "Error updating OS"
-msgstr "OS の更新に失敗しました"
-
-#: ../../godmode/setup/os.php:119
-msgid "There are agents with this OS."
-msgstr "この OS のエージェントがあります。"
-
-#: ../../godmode/setup/os.php:124
-msgid "Success deleting"
-msgstr "削除しました"
-
-#: ../../godmode/setup/os.php:124
-msgid "Error deleting"
-msgstr "削除に失敗しました"
-
-#: ../../godmode/setup/os.php:133
-msgid "List OS"
-msgstr "OS 一覧"
-
-#: ../../godmode/setup/os.php:137
-msgid "Builder OS"
-msgstr "OS 設定"
-
-#: ../../godmode/setup/setup_ehorus.php:85
-msgid "API Hostname"
-msgstr "API ホスト名"
-
-#: ../../godmode/setup/setup_ehorus.php:87
-msgid "Hostname of the eHorus API"
-msgstr "eHorus API のホスト名"
-
-#: ../../godmode/setup/setup_ehorus.php:87
-msgid "Without protocol and port"
-msgstr "プロトコルとポート番号は含みません"
-
-#: ../../godmode/setup/setup_ehorus.php:87
-msgid "e.g., switch.ehorus.com"
-msgstr "例: switch.ehorus.com"
-
-#: ../../godmode/setup/setup_ehorus.php:92
-msgid "API Port"
-msgstr "API ポート"
-
-#: ../../godmode/setup/setup_ehorus.php:94
-msgid "e.g., 18080"
-msgstr "例: 18080"
-
-#: ../../godmode/setup/setup_ehorus.php:99
-msgid "Request timeout"
-msgstr "要求タイムアウト"
-
-#: ../../godmode/setup/setup_ehorus.php:101
-msgid ""
-"Time in seconds to set the maximum time of the requests to the eHorus API"
-msgstr "eHorus API へリクエストを出す最大タイムアウト時間を秒で設定します。"
-
-#: ../../godmode/setup/setup_ehorus.php:101
-msgid "0 to disable"
-msgstr "無効化する場合は 0 です"
-
-#: ../../godmode/setup/setup_ehorus.php:106
-msgid "Test"
-msgstr "テスト"
-
-#: ../../godmode/setup/setup_ehorus.php:107
-msgid "Start"
-msgstr "開始"
-
-#: ../../godmode/setup/setup_ehorus.php:122
-msgid "Remote Management System"
-msgstr "リモート管理システム"
-
-#: ../../godmode/setup/setup_ehorus.php:130
-msgid "Custom field eHorusID created"
-msgstr "カスタムフィールド eHorusID を作成しました"
-
-#: ../../godmode/setup/setup_ehorus.php:130
-msgid "Error creating custom field"
-msgstr "カスタムフィールド作成エラー"
-
-#: ../../godmode/setup/setup_ehorus.php:133
-msgid "eHorus has his own agent identifiers"
-msgstr "eHorus には独自のエージェント識別があります"
-
-#: ../../godmode/setup/setup_ehorus.php:134
-msgid "To store them, it will be necessary to use an agent custom field"
-msgstr "それを保存するために、エージェントのカスタムフィールドを使う必要があります"
-
-#: ../../godmode/setup/setup_ehorus.php:135
-msgid ""
-"Possibly the eHorus id will have to be filled in by hand for every agent"
-msgstr "eHorus ID は、エージェントごとに設定する必要があります"
-
-#: ../../godmode/setup/setup_ehorus.php:140
-msgid "The custom field does not exists already"
-msgstr "カスタムフィールドが存在しません"
-
-#: ../../godmode/setup/setup_ehorus.php:154
-msgid "eHorus API"
-msgstr "eHorus API"
-
-#: ../../godmode/setup/setup_ehorus.php:186
-msgid "Connection timeout"
-msgstr "接続タイムアウト"
-
-#: ../../godmode/setup/setup_ehorus.php:187
-msgid "Empty user or password"
-msgstr "ユーザまたはパスワードが空です"
-
-#: ../../godmode/setup/setup_ehorus.php:188
-msgid "User not found"
-msgstr "ユーザが見つかりません"
-
-#: ../../godmode/setup/setup_ehorus.php:189
-msgid "Invalid password"
-msgstr "パスワードが正しくありません"
-
-#: ../../godmode/setup/license.php:27
-msgid "License management"
-msgstr "ライセンス管理"
-
-#: ../../godmode/setup/license.php:37
-msgid "License updated"
-msgstr "ライセンスを更新しました"
-
-#: ../../godmode/setup/license.php:64
-msgid "Customer key"
-msgstr "カスタマーキー"
-
-#: ../../godmode/setup/license.php:67
-msgid "Expires"
-msgstr "有効期限"
-
-#: ../../godmode/setup/license.php:70
-msgid "Platform Limit"
-msgstr "ライセンス数上限"
-
-#: ../../godmode/setup/license.php:71 ../../godmode/setup/license.php:74
-#: ../../godmode/setup/license.php:77 ../../godmode/setup/license.php:80
-msgid "agents"
-msgstr "エージェント"
-
-#: ../../godmode/setup/license.php:73
-msgid "Current Platform Count"
-msgstr "現在の利用数"
-
-#: ../../godmode/setup/license.php:76
-msgid "Current Platform Count (enabled: items)"
-msgstr "現在の利用数 (有効のもの)"
-
-#: ../../godmode/setup/license.php:79
-msgid "Current Platform Count (disabled: items)"
-msgstr "現在の利用数 (無効のもの)"
-
-#: ../../godmode/setup/license.php:82
-msgid "License Mode"
-msgstr "ライセンスモード"
-
-#: ../../godmode/setup/license.php:85
-msgid "NMS"
-msgstr "NMS"
-
-#: ../../godmode/setup/license.php:86 ../../godmode/setup/license.php:89
-msgid "enabled"
-msgstr "有効"
-
-#: ../../godmode/setup/license.php:86 ../../godmode/setup/license.php:89
-msgid "disabled"
-msgstr "無効化"
-
-#: ../../godmode/setup/license.php:88
-msgid "Satellite"
-msgstr "サテライト"
-
-#: ../../godmode/setup/license.php:91
-msgid "Licensed to"
-msgstr "ライセンス先"
-
-#: ../../godmode/setup/license.php:100 ../../godmode/setup/license.php:104
-msgid "Request new license"
-msgstr "新規ライセンス要求"
-
-#: ../../godmode/setup/license.php:108
-msgid "To get your Pandora FMS Enterprise License:"
-msgstr "Pandora FMS Enterprise ライセンスの取得方法:"
-
-#: ../../godmode/setup/license.php:111
+#: ../../include/functions_reporting.php:6964
#, php-format
-msgid "Go to %s"
-msgstr "%s へ移動"
+msgid "%d Downed servers"
+msgstr "停止サーバ数 %d"
-#: ../../godmode/setup/license.php:114
-msgid "Enter the auth key and the following request key:"
-msgstr "auth key と次の request key を入力してください:"
+#: ../../include/functions_reporting.php:6972
+#: ../../include/functions_reporting.php:7004
+msgid "Monitor health"
+msgstr "モニタ項目の正常性"
-#: ../../godmode/setup/license.php:120
-msgid "Enter your name (or a company name) and a contact email address."
-msgstr "あなたの名前(もしくは会社名)および連絡先メールアドレスを入力してください。"
-
-#: ../../godmode/setup/license.php:123
-msgid "Click on Generate."
-msgstr " 生成 をクリックします。"
-
-#: ../../godmode/setup/license.php:126
-msgid ""
-"Click here, enter "
-"the generated license key and click on Validate."
-msgstr ""
-"ここをクリックし、生成されたライセンスキーを入力し有効化をクリックしま"
-"す。"
-
-#: ../../godmode/setup/links.php:27
-msgid "Link management"
-msgstr "リンク管理"
-
-#: ../../godmode/setup/links.php:39
-msgid "There was a problem creating link"
-msgstr "リンクの作成に失敗しました。"
-
-#: ../../godmode/setup/links.php:56
-msgid "There was a problem modifying link"
-msgstr "リンクの編集に失敗しました。"
-
-#: ../../godmode/setup/links.php:67
-msgid "There was a problem deleting link"
-msgstr "リンクの削除に失敗しました。"
-
-#: ../../godmode/setup/links.php:106 ../../godmode/setup/links.php:136
-msgid "Link name"
-msgstr "リンク名"
-
-#: ../../godmode/setup/links.php:109
-msgid "Link"
-msgstr "リンク"
-
-#: ../../godmode/setup/links.php:132
-msgid "There isn't links"
-msgstr "リンクがありません"
-
-#: ../../godmode/setup/setup_general.php:58
-msgid "Directory where agent remote configuration is stored."
-msgstr "エージェントのリモート設定保存ディレクトリ"
-
-#: ../../godmode/setup/setup_general.php:67
-msgid "Database"
-msgstr "データベース"
-
-#: ../../godmode/setup/setup_general.php:75
-msgid ""
-"If SSL is not properly configured you will lose access to Pandora FMS "
-"Console. Do you want to continue?"
-msgstr "SSL の設定ができていないと、Pandora FMS コンソールへアクセスできなくなります。設定を行いますか?"
-
-#: ../../godmode/setup/setup_general.php:78
-msgid "Use cert of SSL"
-msgstr "SSL証明書の利用"
-
-#: ../../godmode/setup/setup_general.php:83
-msgid "Path of SSL Cert."
-msgstr "SSL証明書のパス"
-
-#: ../../godmode/setup/setup_general.php:83
-msgid ""
-"Path where you put your cert and name of this cert. Remember your cert only "
-"in .pem extension."
-msgstr "証明書を置いたパスとその名前です。証明書の拡張子は .pem のみであることに注意してください。"
-
-#: ../../godmode/setup/setup_general.php:86
-msgid "Directory where temporary data is stored."
-msgstr "テンポラリデータの保存ディレクトリ"
-
-#: ../../godmode/setup/setup_general.php:99
-msgid "Please be careful if you put a password put https access."
-msgstr "パスワードの設定には注意してください。httpsアクセスを使ってください。"
-
-#: ../../godmode/setup/setup_general.php:140
-msgid "Change timezone"
-msgstr "タイムゾーン変更"
-
-#: ../../godmode/setup/setup_general.php:148
-#: ../../godmode/setup/setup_general.php:153
-#: ../../godmode/setup/setup_general.php:158
-msgid "Play sound"
-msgstr "サウンドの再生"
-
-#: ../../godmode/setup/setup_general.php:162
-msgid ""
-"Set this value when your PandoraFMS across inverse proxy or for example with "
-"mod_proxy of Apache."
-msgstr ""
-"Pandora FMS がリバースプロキシ配下にある場合や Apache の mod_proxy などを利用している場合などに、この値を設定してください。"
-
-#: ../../godmode/setup/setup_general.php:166
-msgid ""
-"When it is set as \"yes\" in some important sections check if the user have "
-"gone from url Pandora."
-msgstr "\"はい\" に設定すると、いくつかの重要なセクションで Pandora の URL から遷移してきたかどうかをチェックします。"
-
-#: ../../godmode/setup/setup_general.php:174
-msgid ""
-"If set to yes no events or alerts will be generated, but agents will "
-"continue receiving data."
-msgstr "「はい」に設定すると、イベントやアラートは生成されませんがエージェントはデータの受信を継続します。"
-
-#: ../../godmode/setup/setup_general.php:183
-msgid "The string modules with several lines show as command output"
-msgstr "複数行の文字列モジュールはコマンドの出力として表示されます。"
-
-#: ../../godmode/setup/setup_general.php:187
-msgid "Directory where the server logs are stored."
-msgstr "サーバのログを保存するディレクトリ。"
-
-#: ../../godmode/setup/setup_general.php:192
-msgid "Full mode"
-msgstr "フルモード"
-
-#: ../../godmode/setup/setup_general.php:193
-msgid "On demand"
-msgstr "オンデマンド"
-
-#: ../../godmode/setup/setup_general.php:194
-msgid "Expert"
-msgstr "上級者"
-
-#: ../../godmode/setup/setup_general.php:197
-msgid ""
-"Configuration of our clippy, 'full mode' show the icon in the header and the "
-"contextual helps and it is noise, 'on demand' it is equal to full but it is "
-"not noise and 'expert' the icons in the header and the context is not."
-msgstr ""
-"アシスタントの設定です。'フルモード' はヘッダーにアイコンとヘルプが表示されうるさい感じになます。'オンデマンド' "
-"はフルモードと同じですがうるさくはありません。'上級者' はヘッダーにアイコンとヘルプが表示されません。"
-
-#: ../../godmode/setup/setup_general.php:204
-msgid "The planned downtimes created in the past will affect the SLA reports"
-msgstr "終了した計画停止の作成は SLA レポートに影響します"
-
-#: ../../godmode/setup/setup_general.php:209
+#: ../../include/functions_reporting.php:6972
#, php-format
-msgid ""
-"Your PHP environment is setted with %d max_input_vars. Maybe you must not "
-"set this value with upper values."
-msgstr "PHP の max_input_vars が %d に設定されています。この値は大きく設定してはいけません。"
+msgid "%d Not Normal monitors"
+msgstr "非正常数 %d"
-#: ../../godmode/setup/setup_general.php:213
-msgid "Include agents manually disabled"
-msgstr "手動で無効化したエージェントを含める"
+#: ../../include/functions_reporting.php:6974
+#: ../../include/functions_reporting.php:7005
+msgid "of monitors up"
+msgstr "のモニタ項目が正常です。"
-#: ../../godmode/setup/setup_general.php:217
-msgid "audit log directory"
-msgstr "監査ログディレクトリ"
+#: ../../include/functions_reporting.php:6980
+#: ../../include/functions_reporting.php:7007
+msgid "Module sanity"
+msgstr "モジュール"
-#: ../../godmode/setup/setup_general.php:218
-msgid "Directory where audit log is stored."
-msgstr "監査ログを保存するディレクトリ"
-
-#: ../../godmode/setup/setup_general.php:224
-msgid "General options"
-msgstr "全般オプション"
-
-#: ../../godmode/setup/setup_general.php:283
-msgid ""
-"If Enterprise ACL System is enabled without rules you will lose access to "
-"Pandora FMS Console (even admin). Do you want to continue?"
-msgstr ""
-"ルール設定が無い状態でエンタープライズACLシステムが有効になっている場合は、(adminでさえも)Pandora FMS "
-"コンソールへアクセスできなくなります。続けますか。"
-
-#: ../../godmode/setup/setup_netflow.php:42
-msgid "Directory where netflow data will be stored."
-msgstr "Netflow データを保存するディレクトリ。"
-
-#: ../../godmode/setup/setup_netflow.php:46
-msgid "Specifies the time interval in seconds to rotate netflow data files."
-msgstr "Netflow データファイルをローテートする時間間隔を秒で指定します。"
-
-#: ../../godmode/setup/setup_netflow.php:58
-msgid ""
-"Maximum number of points that a netflow area chart will display. The higher "
-"the resolution the performance. Values between 50 and 100 are recommended."
-msgstr "Netflow グラフが表示される最大ポイント数です。大きくすると解像度がよくなります。50 から 100 の間の値を推奨します。"
-
-#: ../../godmode/setup/setup_netflow.php:62
-msgid ""
-"Disable the definition of custom filters in the live view. Only existing "
-"filters can be used."
-msgstr "ライブビューでカスタムフィルタの定義を無効化します。フィルタが存在する場合のみ利用可能です。"
-
-#: ../../godmode/setup/setup_netflow.php:65
-msgid "Sets the maximum lifetime for netflow data in days."
-msgstr "Netflow データを保持する最大期間を日数で設定します。"
-
-#: ../../godmode/setup/gis_step_2.php:39
-msgid "Create new map connection"
-msgstr "新たな利用マップ設定"
-
-#: ../../godmode/setup/gis_step_2.php:58
-msgid "Edit map connection"
-msgstr "利用マップ編集"
-
-#: ../../godmode/setup/gis_step_2.php:150
-msgid "Connection Name"
-msgstr "名称"
-
-#: ../../godmode/setup/gis_step_2.php:150
-msgid "Descriptive name for the connection"
-msgstr "利用マップ設定の名称"
-
-#: ../../godmode/setup/gis_step_2.php:153
-msgid "Group that owns the connection"
-msgstr "マップを利用するグループ"
-
-#: ../../godmode/setup/gis_step_2.php:156
-msgid "Number of zoom levels"
-msgstr "選択可能な拡大率の数"
-
-#: ../../godmode/setup/gis_step_2.php:160
-msgid "Default zoom level"
-msgstr "デフォルト拡大レベル"
-
-#: ../../godmode/setup/gis_step_2.php:160
-msgid "Zoom level used when the map is opened"
-msgstr "マップを開いた時の拡大レベル"
-
-#: ../../godmode/setup/gis_step_2.php:163
-msgid "Basic configuration"
-msgstr "基本設定"
-
-#: ../../godmode/setup/gis_step_2.php:168
-msgid "Open Street Maps"
-msgstr "Open Street マップ"
-
-#: ../../godmode/setup/gis_step_2.php:169
-msgid "Google Maps"
-msgstr "Google マップ"
-
-#: ../../godmode/setup/gis_step_2.php:170
-msgid "Static Image"
-msgstr "静的画像"
-
-#: ../../godmode/setup/gis_step_2.php:172
-msgid "Please select the connection type"
-msgstr "利用マップタイプを選択してください"
-
-#: ../../godmode/setup/gis_step_2.php:174
-msgid "Map connection type"
-msgstr "利用マップタイプ"
-
-#: ../../godmode/setup/gis_step_2.php:210
-msgid "Tile Server URL"
-msgstr "サーバ URL"
-
-#: ../../godmode/setup/gis_step_2.php:216
-msgid "Google Physical"
-msgstr "地形"
-
-#: ../../godmode/setup/gis_step_2.php:217
-msgid "Google Hybrid"
-msgstr "航空写真"
-
-#: ../../godmode/setup/gis_step_2.php:218
-msgid "Google Satelite"
-msgstr "地図"
-
-#: ../../godmode/setup/gis_step_2.php:222
-msgid "Google Map Type"
-msgstr "Google マップタイプ"
-
-#: ../../godmode/setup/gis_step_2.php:226
-msgid "Google Maps Key"
-msgstr "Google マップキー"
-
-#: ../../godmode/setup/gis_step_2.php:235
-msgid "Image URL"
-msgstr "画像 URL"
-
-#: ../../godmode/setup/gis_step_2.php:239
-msgid "Corners of the area of the image"
-msgstr "画像が表す領域の範囲"
-
-#: ../../godmode/setup/gis_step_2.php:242
-msgid "Left"
-msgstr "左"
-
-#: ../../godmode/setup/gis_step_2.php:244
-msgid "Bottom"
-msgstr "下"
-
-#: ../../godmode/setup/gis_step_2.php:248
-msgid "Right"
-msgstr "右"
-
-#: ../../godmode/setup/gis_step_2.php:250
-msgid "Top"
-msgstr "上"
-
-#: ../../godmode/setup/gis_step_2.php:254
-msgid "Image Size"
-msgstr "画像サイズ"
-
-#: ../../godmode/setup/gis_step_2.php:259
-#: ../../godmode/events/event_responses.editor.php:106
-#: ../../godmode/reporting/visual_console_builder.wizard.php:137
-#: ../../godmode/reporting/graph_builder.main.php:141
-msgid "Height"
-msgstr "高さ"
-
-#: ../../godmode/setup/gis_step_2.php:279
-msgid ""
-"Preview to select the center of the map and the default position of an agent "
-"without gis data"
-msgstr "マップの中心選択と、GISデータが無い場合のエージェントのデフォルト位置プレビュー"
-
-#: ../../godmode/setup/gis_step_2.php:280
-msgid "Load preview map"
-msgstr "マッププレビュー"
-
-#: ../../godmode/setup/gis_step_2.php:289
-msgid "Map Center"
-msgstr "マップの中心"
-
-#: ../../godmode/setup/gis_step_2.php:289
-msgid "Position to center the map when the map is opened"
-msgstr "マップを開いた時の中心位置"
-
-#: ../../godmode/setup/gis_step_2.php:290
-msgid "Default position for agents without GIS data"
-msgstr "GIS データが無い場合のエージェントのデフォルト位置"
-
-#: ../../godmode/setup/gis_step_2.php:292
-msgid "Change in the map"
-msgstr "マップ内での変更"
-
-#: ../../godmode/setup/gis_step_2.php:292
-msgid "This selects what to change by clicking on the map"
-msgstr "マップ上でクリックした位置情報をどちらに反映させるかを選択します。"
-
-#: ../../godmode/setup/gis_step_2.php:353
-#: ../../godmode/setup/gis_step_2.php:446
-msgid "Center"
-msgstr "中心"
-
-#: ../../godmode/setup/gis_step_2.php:413
-msgid "Refresh preview map"
-msgstr "マッププレビューの再実行"
-
-#: ../../godmode/setup/setup_visuals.php:76
-msgid "This interval will affect to Visual Console pages"
-msgstr "この間隔はビジュアルコンソールページで有効です"
-
-#: ../../godmode/setup/setup_visuals.php:80
-msgid "Paginated module view"
-msgstr "ページ区切りモジュール表示"
-
-#: ../../godmode/setup/setup_visuals.php:104
-msgid "Click to display lateral menus"
-msgstr "クリックして横のメニューを表示"
-
-#: ../../godmode/setup/setup_visuals.php:105
-msgid ""
-"When enabled, the lateral menus are shown when left clicking them, instead "
-"of hovering over them"
-msgstr "有効化すると、マウスオーバーではなく左クリックしたときに横のメニューが表示されます。"
-
-#: ../../godmode/setup/setup_visuals.php:121
-msgid "Space between items in Service maps"
-msgstr "サービスマップにおける要素間のスペース"
-
-#: ../../godmode/setup/setup_visuals.php:127
-msgid "Text menu options always visible, don't hide"
-msgstr "テキストメニューを隠さずに表示します。"
-
-#: ../../godmode/setup/setup_visuals.php:138
-msgid "Behaviour configuration"
-msgstr "動作設定"
-
-#: ../../godmode/setup/setup_visuals.php:159
-msgid "Colors"
-msgstr "色"
-
-#: ../../godmode/setup/setup_visuals.php:160
-msgid "Faces"
-msgstr "顔"
-
-#: ../../godmode/setup/setup_visuals.php:161
-msgid "Colors and text"
-msgstr "色と文字"
-
-#: ../../godmode/setup/setup_visuals.php:169
-msgid "You can place your custom images into the folder images/backgrounds/"
-msgstr "カスタム画像を images/backgrounds/ フォルダに置くことができます。"
-
-#: ../../godmode/setup/setup_visuals.php:188
-msgid "Custom logo (header)"
-msgstr "カスタムロゴ (ヘッダー)"
-
-#: ../../godmode/setup/setup_visuals.php:207
-msgid "Custom logo (login)"
-msgstr "カスタムロゴ (ログイン)"
-
-#: ../../godmode/setup/setup_visuals.php:224
-msgid "Disable logo in graphs"
-msgstr "グラフ内ロゴの無効化"
-
-#: ../../godmode/setup/setup_visuals.php:259
-msgid "Style configuration"
-msgstr "スタイル設定"
-
-#: ../../godmode/setup/setup_visuals.php:275
-msgid ""
-"This enabling this, you get a label with agent name in GIS maps. If you have "
-"lots of agents in the map, will be unreadable. Disabled by default."
-msgstr ""
-"これを有効にすると、GISマップ内でエージェント名をラベルに付与します。マップ内に大量のエージェントがある場合は読みにくくなります。デフォルトでは無効です"
-"。"
-
-#: ../../godmode/setup/setup_visuals.php:287
-msgid "Agent icon for GIS Maps. If set to \"none\", group icon will be used"
-msgstr "GISマップでのエージェントアイコンです。\"なし\" に設定するとグループのアイコンが利用されます。"
-
-#: ../../godmode/setup/setup_visuals.php:296
-msgid "GIS configuration"
-msgstr "GIS設定"
-
-#: ../../godmode/setup/setup_visuals.php:342
-msgid ""
-"When the agent name have a lot of characters, in some places in Pandora "
-"Console it is necesary truncate to N characters."
-msgstr "エージェント名が長い場合、Pandora コンソールのいくつかの表示は N 文字までで切る必要があります。"
-
-#: ../../godmode/setup/setup_visuals.php:343
-#: ../../godmode/setup/setup_visuals.php:351
-msgid "Small:"
-msgstr "小:"
-
-#: ../../godmode/setup/setup_visuals.php:345
-#: ../../godmode/setup/setup_visuals.php:353
-msgid "Normal:"
-msgstr "通常:"
-
-#: ../../godmode/setup/setup_visuals.php:350
-msgid ""
-"When the module name have a lot of characters, in some places in Pandora "
-"Console it is necesary truncate to N characters."
-msgstr "モジュール名が長い場合、Pandora コンソールのいくつかの表示は N 文字までで切る必要があります。"
-
-#: ../../godmode/setup/setup_visuals.php:357
-msgid ""
-"When the description name have a lot of characters, in some places in "
-"Pandora Console it is necesary truncate to N characters."
-msgstr "説明が長い場合、Pandora コンソールのいくつかの表示は N 文字までで切る必要があります。"
-
-#: ../../godmode/setup/setup_visuals.php:362
-msgid ""
-"When the item title name have a lot of characters, in some places in Pandora "
-"Console it is necesary truncate to N characters."
-msgstr "アイテムのタイトル名が長い場合、Pandora コンソールのいくつかの表示は N 文字までで切る必要があります。"
-
-#: ../../godmode/setup/setup_visuals.php:367
-msgid "Show unit along with value in reports"
-msgstr "レポート内に値に加えて単位を表示する"
-
-#: ../../godmode/setup/setup_visuals.php:368
-msgid "This enabling this, max, min and avg values will be shown with units."
-msgstr "これを有効化すると、単位をつけて最大、最小、平均を表示します。"
-
-#: ../../godmode/setup/setup_visuals.php:376
-msgid "Font and Text configuration"
-msgstr "フォントおよびテキスト設定"
-
-#: ../../godmode/setup/setup_visuals.php:431
-msgid "Graph resolution (1-low, 5-high)"
-msgstr "グラフ解像度 (1-低, 5-高)"
-
-#: ../../godmode/setup/setup_visuals.php:445
-msgid ""
-"Number of decimals shown in reports. It must be a number between 0 and 5"
-msgstr "レポートに表示する小数点以下の数です。0 から 5 の間の数字でなければいけません。"
-
-#: ../../godmode/setup/setup_visuals.php:470
-msgid "The data number of the module graphs will be rounded and shortened"
-msgstr "モジュールグラフのデータ数が四捨五入して短くなります"
-
-#: ../../godmode/setup/setup_visuals.php:480
-msgid "Type of module charts"
-msgstr "モジュールグラフのタイプ"
-
-#: ../../godmode/setup/setup_visuals.php:489
-msgid "Type of interface charts"
-msgstr "インタフェースグラフのタイプ"
-
-#: ../../godmode/setup/setup_visuals.php:498
-msgid "Show only average"
-msgstr "平均のみ表示"
-
-#: ../../godmode/setup/setup_visuals.php:499
-msgid "Hide Max and Min values in graphs"
-msgstr "グラフ内の最大・最小値を隠す"
-
-#: ../../godmode/setup/setup_visuals.php:506
-#: ../../godmode/reporting/visual_console_builder.wizard.php:218
-msgid "Percentile"
-msgstr "パーセント"
-
-#: ../../godmode/setup/setup_visuals.php:507
-msgid "Show percentile 95 in graphs"
-msgstr "グラフで 95%表示"
-
-#: ../../godmode/setup/setup_visuals.php:512
-msgid "Charts configuration"
-msgstr "グラフ設定"
-
-#: ../../godmode/setup/setup_visuals.php:528
-msgid ""
-"This interval will affect to the lines between elements on the Visual Console"
-msgstr "これは、ビジュアルコンソール上の要素間の線に影響します。"
-
-#: ../../godmode/setup/setup_visuals.php:533
-msgid "Show report info with description"
-msgstr "説明とともにレポート情報を表示"
-
-#: ../../godmode/setup/setup_visuals.php:535
-msgid ""
-"Custom report description info. It will be applied to all reports and "
-"templates by default."
-msgstr "カスタムレポートの説明情報。デフォルトですべてのレポートおよびテンプレートに適用されます。"
-
-#: ../../godmode/setup/setup_visuals.php:543
-msgid "Custom report front page"
-msgstr "カスタムレポート表紙"
-
-#: ../../godmode/setup/setup_visuals.php:545
-msgid ""
-"Custom report front page. It will be applied to all reports and templates by "
-"default."
-msgstr "カスタムレポートの表紙。すべてのレポートおよびテンプレートにデフォルトで適用されます。"
-
-#: ../../godmode/setup/setup_visuals.php:576
-msgid ""
-"The dir of custom logos is in your www Pandora Console in "
-"\"images/custom_logo\". You can upload more files (ONLY JPEG) in upload tool "
-"in console."
-msgstr ""
-"カスタムロゴのディレクトリは、Pandora コンソールの \"images/custom_logo\" "
-"です。コンソールのアップロードツールを使って、ファイル(JPEG)をアップロードできます。"
-
-#: ../../godmode/setup/setup_visuals.php:614
-msgid "Show QR Code icon in the header"
-msgstr "ヘッダーに QR コードを表示する"
-
-#: ../../godmode/setup/setup_visuals.php:626
-msgid "Custom directory where the graphviz binaries are stored."
-msgstr "graphviz バイナリが置かれているカスタムディレクトリ。"
-
-#: ../../godmode/setup/setup_visuals.php:639
-msgid "Show only the group name"
-msgstr "グループ名のみ表示"
-
-#: ../../godmode/setup/setup_visuals.php:652
-msgid "Example"
-msgstr "例"
-
-#: ../../godmode/setup/setup_visuals.php:665
-msgid "Comparation in rollover"
-msgstr "経過時間表示"
-
-#: ../../godmode/setup/setup_visuals.php:667
-msgid "Timestamp in rollover"
-msgstr "日時表示"
-
-#: ../../godmode/setup/setup_visuals.php:675
-msgid "Custom values post process"
-msgstr "保存倍率のカスタム値"
-
-#: ../../godmode/setup/setup_visuals.php:689
-msgid "Delete custom values"
-msgstr "カスタム値の削除"
-
-#: ../../godmode/setup/setup_visuals.php:709
-msgid "Interval values"
-msgstr "間隔値"
-
-#: ../../godmode/setup/setup_visuals.php:717
-msgid "Add new custom value to intervals"
-msgstr "新たな間隔カスタム値の追加"
-
-#: ../../godmode/setup/setup_visuals.php:734
-msgid "Other configuration"
-msgstr "その他設定"
-
-#: ../../godmode/setup/setup_visuals.php:922
-#: ../../godmode/setup/setup_visuals.php:962
-msgid "Logo preview"
-msgstr "ロゴのプレビュー"
-
-#: ../../godmode/setup/setup_visuals.php:1002
-msgid "Background preview"
-msgstr "背景のプレビュー"
-
-#: ../../godmode/setup/setup_visuals.php:1046
-msgid "Gis icons preview"
-msgstr "GISアイコンのプレビュー"
-
-#: ../../godmode/setup/setup_visuals.php:1101
-msgid "Status set preview"
-msgstr "状態表示プレビュー"
-
-#: ../../godmode/setup/os.list.php:75
-msgid "There are no defined operating systems"
-msgstr "定義済のオペレーティングシステムがありません"
-
-#: ../../godmode/setup/os.list.php:81
-msgid "Create OS"
-msgstr "OS を作成"
-
-#: ../../godmode/setup/setup.php:145
-msgid "Correct update the setup options"
-msgstr "設定オプションを更新しました"
-
-#: ../../godmode/setup/setup_auth.php:50
-msgid ""
-"Enable this option if you want to fallback to local authentication when "
-"remote (ldap etc...) authentication failed."
-msgstr "リモート(ldapなど)認証が失敗した場合にローカル認証にフォールバックしたい場合は、このオプションを有効にします。"
-
-#: ../../godmode/setup/setup_auth.php:129
-msgid ""
-"If this option is enabled, the users can use double authentication with "
-"their accounts"
-msgstr "このオプションを有効にすると、ユーザはアカウントの二段階認証を使うことができます。"
-
-#: ../../godmode/setup/setup_auth.php:141
-msgid "Session timeout (mins)"
-msgstr "セッションタイムアウト(分)"
-
-#: ../../godmode/setup/setup_auth.php:142
-#: ../../godmode/users/configure_user.php:548
-msgid ""
-"This is defined in minutes, If you wish a permanent session should putting -"
-"1 in this field."
-msgstr "分単位で定義します。無制限の場合は -1 を設定してください。"
-
-#: ../../godmode/setup/setup_auth.php:177
-msgid "Local Pandora FMS"
-msgstr "Pandora FMS ローカル"
-
-#: ../../godmode/setup/setup_auth.php:177
-msgid "ldap"
-msgstr "LDAP"
-
-#: ../../godmode/setup/os.builder.php:34
-#: ../../godmode/reporting/visual_console_builder.data.php:102
-msgid "Name:"
-msgstr "名前:"
-
-#: ../../godmode/events/event_filter.php:167
-#: ../../godmode/netflow/nf_edit.php:162
-msgid "There are no defined filters"
-msgstr "定義済のフィルタがありません"
-
-#: ../../godmode/events/custom_events.php:131
-msgid "Show event fields"
-msgstr "イベントフィールド表示"
-
-#: ../../godmode/events/custom_events.php:133
-msgid "Load default event fields"
-msgstr "デフォルトイベントフィールドの読み込み"
-
-#: ../../godmode/events/custom_events.php:133
-msgid "Default event fields will be loaded. Do you want to continue?"
-msgstr "デフォルトのイベントフィールドを読み込みます。続けますか?"
-
-#: ../../godmode/events/custom_events.php:181
-msgid "Fields available"
-msgstr "存在するフィールド"
-
-#: ../../godmode/events/custom_events.php:185
-msgid "Add fields to select"
-msgstr "フィールドを選択に加える"
-
-#: ../../godmode/events/custom_events.php:189
-msgid "Delete fields to select"
-msgstr "フィールドを選択から削除する"
-
-#: ../../godmode/events/custom_events.php:193
-msgid "Fields selected"
-msgstr "選択されているフィールド"
-
-#: ../../godmode/events/event_edit_filter.php:166
-#: ../../godmode/netflow/nf_edit_form.php:110
-#: ../../godmode/modules/manage_nc_groups.php:83
-msgid "Not updated. Blank name"
-msgstr "更新できませんでした。名前が空です。"
-
-#: ../../godmode/events/event_edit_filter.php:203
-msgid "Update Filter"
-msgstr "フィルタ更新"
-
-#: ../../godmode/events/event_edit_filter.php:206
-msgid "Create Filter"
-msgstr "フィルタ作成"
-
-#: ../../godmode/events/event_edit_filter.php:219
-msgid "Save in group"
-msgstr "保存グループ"
-
-#: ../../godmode/events/event_edit_filter.php:220
-msgid ""
-"This group will be use to restrict the visibility of this filter with ACLs"
-msgstr "このグループは、ACL でフィルタの表示を制限するのに利用されます"
-
-#: ../../godmode/events/event_edit_filter.php:286
-msgid "Choose between the users who have validated an event. "
-msgstr "イベントを承諾したユーザを選択します。 "
-
-#: ../../godmode/events/event_responses.editor.php:63
-msgid "Edit event responses"
-msgstr "イベント応答の編集"
-
-#: ../../godmode/events/event_responses.editor.php:93
-msgid "For Command type Modal Window mode is enforced"
-msgstr "種類がコマンドの場合は、専用ウインドウになります。"
-
-#: ../../godmode/events/event_responses.editor.php:94
-msgid "Modal window"
-msgstr "専用ウインドウ"
-
-#: ../../godmode/events/event_responses.editor.php:94
-msgid "New window"
-msgstr "新しいウィンドウ"
-
-#: ../../godmode/events/events.php:42
-#: ../../godmode/netflow/nf_edit_form.php:55
-msgid "Filter list"
-msgstr "フィルタ一覧"
-
-#: ../../godmode/events/events.php:65 ../../godmode/events/events.php:80
-#: ../../godmode/reporting/reporting_builder.list_items.php:179
-msgid "Filters"
-msgstr "フィルタ"
-
-#: ../../godmode/events/event_responses.list.php:38
-msgid "No responses found"
-msgstr "応答がありません"
-
-#: ../../godmode/events/event_responses.list.php:76
-msgid "Create response"
-msgstr "応答の作成"
-
-#: ../../godmode/events/event_responses.php:52
-msgid "Response added succesfully"
-msgstr "応答を追加しました"
-
-#: ../../godmode/events/event_responses.php:55
-msgid "Response cannot be added"
-msgstr "応答を追加できません"
-
-#: ../../godmode/events/event_responses.php:81
-msgid "Response updated succesfully"
-msgstr "応答を更新しました"
-
-#: ../../godmode/events/event_responses.php:84
-msgid "Response cannot be updated"
-msgstr "応答を更新できません"
-
-#: ../../godmode/events/event_responses.php:93
-msgid "Response deleted succesfully"
-msgstr "応答を削除しました"
-
-#: ../../godmode/events/event_responses.php:96
-msgid "Response cannot be deleted"
-msgstr "応答を削除できません"
-
-#: ../../godmode/massive/massive_add_action_alerts.php:96
-msgid "No alerts selected"
-msgstr "アラートが選択されていません。"
-
-#: ../../godmode/massive/massive_add_action_alerts.php:120
-msgid "No actions selected"
-msgstr "アクションが選択されていません"
-
-#: ../../godmode/massive/massive_add_action_alerts.php:154
-#: ../../godmode/massive/massive_add_alerts.php:154
-#: ../../godmode/massive/massive_edit_agents.php:210
-#: ../../godmode/massive/massive_delete_action_alerts.php:154
-#: ../../godmode/massive/massive_enable_disable_alerts.php:138
-#: ../../godmode/massive/massive_delete_agents.php:108
-#: ../../godmode/massive/massive_standby_alerts.php:139
-#: ../../godmode/massive/massive_delete_modules.php:441
-#: ../../godmode/massive/massive_copy_modules.php:74
-#: ../../godmode/massive/massive_copy_modules.php:185
-#: ../../godmode/massive/massive_edit_modules.php:285
-#: ../../godmode/massive/massive_delete_alerts.php:215
-msgid "Group recursion"
-msgstr "子グループを含める"
-
-#: ../../godmode/massive/massive_add_action_alerts.php:157
-#: ../../godmode/massive/massive_delete_action_alerts.php:158
-msgid "Agents with templates"
-msgstr "テンプレートがあるエージェント"
-
-#: ../../godmode/massive/massive_add_action_alerts.php:168
-#: ../../godmode/massive/massive_add_alerts.php:167
-#: ../../godmode/massive/massive_delete_action_alerts.php:169
-#: ../../godmode/massive/massive_delete_modules.php:499
-#: ../../godmode/massive/massive_edit_modules.php:346
-#: ../../godmode/massive/massive_delete_alerts.php:227
-msgid "When select agents"
-msgstr "エージェント選択時の動作"
-
-#: ../../godmode/massive/massive_add_action_alerts.php:172
-#: ../../godmode/massive/massive_delete_action_alerts.php:173
-#: ../../godmode/massive/massive_delete_modules.php:501
-#: ../../godmode/massive/massive_edit_modules.php:350
-msgid "Show unknown and not init modules"
-msgstr "不明および未初期化モジュールを表示"
-
-#: ../../godmode/massive/massive_add_action_alerts.php:228
-#: ../../godmode/massive/massive_add_alerts.php:213
-#: ../../godmode/massive/massive_edit_agents.php:553
-#: ../../godmode/massive/massive_delete_agents.php:163
-#: ../../godmode/massive/massive_delete_modules.php:727
-#: ../../godmode/massive/massive_copy_modules.php:424
-#: ../../godmode/massive/massive_edit_modules.php:653
-#: ../../godmode/massive/massive_delete_alerts.php:266
-msgid ""
-"Unsucessful sending the data, please contact with your administrator or make "
-"with less elements."
-msgstr "データ処理に失敗しました。管理者に連絡するか要素を少なくしてください。"
-
-#: ../../godmode/massive/massive_add_alerts.php:78
-#: ../../godmode/massive/massive_delete_alerts.php:78
-msgid "No alert selected"
-msgstr "アラートが選択されていません。"
-
-#: ../../godmode/massive/massive_edit_agents.php:97
-msgid "No values changed"
-msgstr "値が変更されていません。"
-
-#: ../../godmode/massive/massive_edit_agents.php:126
-msgid "Configuration files deleted successfully"
-msgstr "設定ファイルを削除しました。"
-
-#: ../../godmode/massive/massive_edit_agents.php:127
-msgid "Configuration files cannot be deleted"
-msgstr "設定ファイルを削除できませんでした。"
-
-#: ../../godmode/massive/massive_edit_agents.php:185
-msgid "Agents updated successfully"
-msgstr "エージェントを更新しました。"
-
-#: ../../godmode/massive/massive_edit_agents.php:186
-msgid "Agents cannot be updated"
-msgstr "エージェントの更新ができませんでした。"
-
-#: ../../godmode/massive/massive_edit_agents.php:225
-#: ../../godmode/massive/massive_delete_agents.php:123
-msgid "Show agents"
-msgstr "エージェント表示"
-
-#: ../../godmode/massive/massive_edit_agents.php:291
-#: ../../godmode/agentes/agent_manager.php:266
-msgid "Cascade protection"
-msgstr "関連障害検知抑制"
-
-#: ../../godmode/massive/massive_edit_agents.php:294
-#: ../../godmode/massive/massive_edit_agents.php:299
-#: ../../godmode/massive/massive_edit_agents.php:303
-#: ../../godmode/massive/massive_edit_agents.php:307
-#: ../../godmode/massive/massive_edit_agents.php:318
-#: ../../godmode/massive/massive_edit_agents.php:357
-#: ../../godmode/massive/massive_edit_agents.php:363
-#: ../../godmode/massive/massive_edit_agents.php:402
-#: ../../godmode/massive/massive_edit_agents.php:411
-#: ../../godmode/massive/massive_edit_agents.php:418
-#: ../../godmode/massive/massive_edit_modules.php:406
-#: ../../godmode/massive/massive_edit_modules.php:451
-#: ../../godmode/massive/massive_edit_modules.php:466
-#: ../../godmode/massive/massive_edit_modules.php:470
-#: ../../godmode/massive/massive_edit_modules.php:490
-#: ../../godmode/massive/massive_edit_modules.php:496
-#: ../../godmode/massive/massive_edit_modules.php:504
-#: ../../godmode/massive/massive_edit_modules.php:508
-#: ../../godmode/massive/massive_edit_modules.php:511
-#: ../../godmode/massive/massive_edit_modules.php:524
-#: ../../godmode/massive/massive_edit_modules.php:537
-#: ../../godmode/massive/massive_edit_modules.php:545
-#: ../../godmode/massive/massive_edit_modules.php:558
-#: ../../godmode/massive/massive_edit_modules.php:566
-#: ../../godmode/massive/massive_edit_modules.php:572
-#: ../../godmode/massive/massive_edit_modules.php:584
-#: ../../godmode/massive/massive_edit_modules.php:603
-msgid "No change"
-msgstr "変更無し"
-
-#: ../../godmode/massive/massive_edit_agents.php:352
-#: ../../godmode/groups/configure_group.php:178
-#: ../../godmode/agentes/module_manager_editor_common.php:361
-#: ../../godmode/agentes/agent_manager.php:323
-msgid "Custom ID"
-msgstr "カスタムID"
-
-#: ../../godmode/massive/massive_edit_agents.php:356
-#: ../../godmode/agentes/agent_manager.php:327
-msgid "Module definition"
-msgstr "モジュール定義"
-
-#: ../../godmode/massive/massive_edit_agents.php:358
-#: ../../godmode/agentes/agent_manager.php:329
-msgid "Learning mode"
-msgstr "学習モード"
-
-#: ../../godmode/massive/massive_edit_agents.php:359
-#: ../../godmode/agentes/agent_manager.php:332
-msgid "Normal mode"
-msgstr "通常モード"
-
-#: ../../godmode/massive/massive_edit_agents.php:365
-#: ../../godmode/agentes/agent_manager.php:343
-msgid "Active"
-msgstr "有効"
-
-#: ../../godmode/massive/massive_edit_agents.php:371
-msgid "Delete available remote configurations"
-msgstr "リモート設定の削除"
-
-#: ../../godmode/massive/massive_edit_agents.php:375
-#: ../../godmode/agentes/agent_manager.php:350
-#: ../../godmode/agentes/agent_manager.php:372
-msgid "Not available"
-msgstr "利用できません"
-
-#: ../../godmode/massive/massive_edit_agents.php:401
-#: ../../godmode/agentes/agent_manager.php:381
-msgid "Agent icon"
-msgstr "エージェントアイコン"
-
-#: ../../godmode/massive/massive_edit_agents.php:403
-msgid "Without status"
-msgstr "状態不明"
-
-#: ../../godmode/massive/massive_edit_agents.php:406
-msgid "Bad"
-msgstr "障害"
-
-#: ../../godmode/massive/massive_edit_agents.php:410
-#: ../../godmode/agentes/agent_conf_gis.php:78
-#: ../../godmode/agentes/agent_manager.php:410
-msgid "Ignore new GIS data:"
-msgstr "新たな GIS データを無視する:"
-
-#: ../../godmode/massive/massive_edit_agents.php:417
-#: ../../godmode/agentes/agent_manager.php:425
-msgid "The agent still runs but the alerts and events will be stop"
-msgstr "エージェントは実行しますが、アラートとイベントは停止します"
-
-#: ../../godmode/massive/massive_edit_agents.php:446
-#: ../../godmode/agentes/agent_manager.php:448
-msgid "This field allows url insertion using the BBCode's url tag"
-msgstr "このフィールドには、BBコードの url タグを使うことにより URL を挿入することができます"
-
-#: ../../godmode/massive/massive_edit_agents.php:448
-#: ../../godmode/agentes/agent_manager.php:450
-msgid "The format is: [url='url to navigate']'text to show'[/url]"
-msgstr "フォーマット: [url='url to navigate']'表示するテキスト'[/url]"
-
-#: ../../godmode/massive/massive_edit_agents.php:450
-#: ../../godmode/agentes/agent_manager.php:452
-msgid "e.g.: [url=pandorafms.org]Pandora FMS Community[/url]"
-msgstr "例: [url=pandorafms.org]Pandora FMS コミュニティ[/url]"
-
-#: ../../godmode/massive/massive_delete_action_alerts.php:56
-msgid "Could not be deleted. No agents selected"
-msgstr "削除できません。エージェントが選択されていません。"
-
-#: ../../godmode/massive/massive_delete_action_alerts.php:81
-msgid "Could not be deleted. No alerts selected"
-msgstr "削除できません。アラートが選択されていません。"
-
-#: ../../godmode/massive/massive_delete_action_alerts.php:124
-msgid "Could not be deleted. No action selected"
-msgstr "削除できません。アクションが選択されていません。"
-
-#: ../../godmode/massive/massive_enable_disable_alerts.php:154
-msgid "Enabled alerts"
-msgstr "有効なアラート"
-
-#: ../../godmode/massive/massive_enable_disable_alerts.php:154
-#: ../../godmode/massive/massive_enable_disable_alerts.php:171
-#: ../../godmode/massive/massive_standby_alerts.php:154
-#: ../../godmode/massive/massive_standby_alerts.php:171
-msgid "Format"
-msgstr "フォーマット"
-
-#: ../../godmode/massive/massive_enable_disable_alerts.php:165
-msgid "Disable selected alerts"
-msgstr "選択したアラートを無効にする"
-
-#: ../../godmode/massive/massive_enable_disable_alerts.php:169
-msgid "Enable selected alerts"
-msgstr "選択したアラートを有効にする"
-
-#: ../../godmode/massive/massive_enable_disable_alerts.php:171
-msgid "Disabled alerts"
-msgstr "無効なアラート"
-
-#: ../../godmode/massive/massive_operations.php:36
-msgid "Bulk alert add"
-msgstr "一括アラート追加"
-
-#: ../../godmode/massive/massive_operations.php:37
-msgid "Bulk alert delete"
-msgstr "一括アラート削除"
-
-#: ../../godmode/massive/massive_operations.php:38
-msgid "Bulk alert actions add"
-msgstr "一括アラートアクション追加"
-
-#: ../../godmode/massive/massive_operations.php:39
-msgid "Bulk alert actions delete"
-msgstr "一括アラートアクション削除"
-
-#: ../../godmode/massive/massive_operations.php:40
-msgid "Bulk alert enable/disable"
-msgstr "一括アラート有効化/無効化"
-
-#: ../../godmode/massive/massive_operations.php:41
-msgid "Bulk alert setting standby"
-msgstr "一括アラートスタンバイ設定"
-
-#: ../../godmode/massive/massive_operations.php:44
-msgid "Bulk agent edit"
-msgstr "一括エージェント編集"
-
-#: ../../godmode/massive/massive_operations.php:45
-msgid "Bulk agent delete"
-msgstr "一括エージェント削除"
-
-#: ../../godmode/massive/massive_operations.php:49
-msgid "Bulk profile add"
-msgstr "一括プロファイル追加"
-
-#: ../../godmode/massive/massive_operations.php:50
-msgid "Bulk profile delete"
-msgstr "一括プロファイル削除"
-
-#: ../../godmode/massive/massive_operations.php:57
-msgid "Bulk module delete"
-msgstr "一括モジュール削除"
-
-#: ../../godmode/massive/massive_operations.php:58
-msgid "Bulk module edit"
-msgstr "一括モジュール編集"
-
-#: ../../godmode/massive/massive_operations.php:59
-msgid "Bulk module copy"
-msgstr "一括モジュールコピー"
-
-#: ../../godmode/massive/massive_operations.php:62
-msgid "Bulk plugin edit"
-msgstr "一括プラグイン編集"
-
-#: ../../godmode/massive/massive_operations.php:215
-msgid "Massive operations"
-msgstr "一括操作"
-
-#: ../../godmode/massive/massive_operations.php:223
-msgid ""
-"In order to perform massive operations, PHP needs a correct configuration in "
-"timeout parameters. Please, open your PHP configuration file (php.ini) for "
-"example: sudo vi /etc/php5/apache2/php.ini; And set your timeout "
-"parameters to a correct value: max_execution_time = 0 and "
-"max_input_time = -1"
-msgstr ""
-"一括操作のためには、PHPのタイムアウトパラメータを正しく設定する必要があります。php設定ファイル(php.ini)を開き(例:sudo vi "
-"/etc/php5/apache2/php.ini;)タイムアウトパラメータを次のように設定してください。 "
-"max_execution_time = 0、 max_input_time = -1"
-
-#: ../../godmode/massive/massive_operations.php:239
-msgid "Please wait..."
-msgstr "お待ちください..."
-
-#: ../../godmode/massive/massive_operations.php:276
-msgid "The blank fields will not be updated"
-msgstr "未入力の項目は更新されません。"
-
-#: ../../godmode/massive/massive_edit_plugins.php:151
-msgid "Error retrieving the plugin macros"
-msgstr "プラグインマクロ検索エラー"
-
-#: ../../godmode/massive/massive_edit_plugins.php:158
-msgid "Error retrieving the modified macros"
-msgstr "編集済マクロ検索エラー"
-
-#: ../../godmode/massive/massive_edit_plugins.php:172
-msgid "Error retrieving the module plugin macros"
-msgstr "モジュールプラグインマクロ検索エラー"
-
-#: ../../godmode/massive/massive_edit_plugins.php:190
-msgid "Error retrieving the module plugin macros data"
-msgstr "モジュールプラグインマクロデータ検索エラー"
-
-#: ../../godmode/massive/massive_edit_plugins.php:224
-msgid "Error building the new macros"
-msgstr "新規マクロ作成エラー"
-
-#: ../../godmode/massive/massive_edit_plugins.php:253
+#: ../../include/functions_reporting.php:6980
#, php-format
-msgid "%d modules updated"
-msgstr "%d個のモジュールを更新しました。"
+msgid "%d Not inited monitors"
+msgstr "未初期化数 %d"
-#: ../../godmode/massive/massive_edit_plugins.php:272
-msgid "There are not registered plugins"
-msgstr "登録済のプラグインがありません"
+#: ../../include/functions_reporting.php:6982
+#: ../../include/functions_reporting.php:7008
+msgid "of total modules inited"
+msgstr "のモジュールが初期化済みです。"
-#: ../../godmode/massive/massive_edit_plugins.php:421
-msgid "Invalid plugin data"
-msgstr "不正なプラグインデータ"
+#: ../../include/functions_reporting.php:6988
+#: ../../include/functions_reporting.php:7010
+#: ../../include/functions_reporting_html.php:2752
+msgid "Alert level"
+msgstr "アラートレベル"
-#: ../../godmode/massive/massive_edit_plugins.php:528
-msgid "Clear"
-msgstr "消去"
-
-#: ../../godmode/massive/massive_edit_plugins.php:556
-msgid "Invalid macros array"
-msgstr "マクロ配列が不正です"
-
-#: ../../godmode/massive/massive_edit_plugins.php:581
-msgid "Multiple values"
-msgstr "複数の値"
-
-#: ../../godmode/massive/massive_edit_plugins.php:613
-#: ../../godmode/massive/massive_edit_plugins.php:750
-#: ../../godmode/massive/massive_edit_plugins.php:766
-msgid "Invalid agents array"
-msgstr "エージェント配列が不正です"
-
-#: ../../godmode/massive/massive_edit_plugins.php:629
-msgid "Invalid agent element"
-msgstr "エージェントの要素が不正です"
-
-#: ../../godmode/massive/massive_edit_plugins.php:640
-msgid "Invalid modules array"
-msgstr "モジュール配列が不正です"
-
-#: ../../godmode/massive/massive_edit_plugins.php:668
-msgid "Invalid module element"
-msgstr "モジュールの要素が不正です"
-
-#: ../../godmode/massive/massive_edit_plugins.php:876
-msgid "There are no modules using this plugin"
-msgstr "このプラグインを使っているモジュールはありません"
-
-#: ../../godmode/massive/massive_edit_plugins.php:955
-msgid "There was a problem loading the module plugin macros data"
-msgstr "モジュールプラグインマクロデータのロード中に問題が発生しました"
-
-#: ../../godmode/massive/massive_delete_agents.php:57
+#: ../../include/functions_reporting.php:6988
+#: ../../include/functions_reporting.php:8008
+#: ../../include/functions_reporting.php:8017
#, php-format
-msgid ""
-"There was an error deleting the agent, the operation has been cancelled "
-"Could not delete agent %s"
-msgstr "エージェントの削除でエラーが発生しました。操作はキャンセルされました。エージェント %s は削除できません。"
-
-#: ../../godmode/massive/massive_delete_agents.php:63
-#, php-format
-msgid "Successfully deleted (%s)"
-msgstr "削除しました。(%s)"
-
-#: ../../godmode/massive/massive_standby_alerts.php:154
-msgid "Not standby alerts"
-msgstr "非スタンバイ状態アラート"
-
-#: ../../godmode/massive/massive_standby_alerts.php:165
-#: ../../godmode/massive/massive_standby_alerts.php:169
-msgid "Set standby selected alerts"
-msgstr "選択したアラートをスタンバイ状態にする"
-
-#: ../../godmode/massive/massive_standby_alerts.php:171
-msgid "Standby alerts"
-msgstr "スタンバイ状態アラート"
-
-#: ../../godmode/massive/massive_delete_modules.php:56
-msgid "No module selected"
-msgstr "モジュールが選択されていません。"
-
-#: ../../godmode/massive/massive_delete_modules.php:230
-msgid ""
-"There was an error deleting the modules, the operation has been cancelled"
-msgstr "モジュール削除でエラーが発生しました。操作はキャンセルされます。"
-
-#: ../../godmode/massive/massive_delete_modules.php:396
-#: ../../godmode/massive/massive_edit_modules.php:239
-msgid "Selection mode"
-msgstr "選択モード"
-
-#: ../../godmode/massive/massive_delete_modules.php:397
-#: ../../godmode/massive/massive_edit_modules.php:240
-msgid "Select modules first "
-msgstr "モジュールを先に選択 "
-
-#: ../../godmode/massive/massive_delete_modules.php:399
-#: ../../godmode/massive/massive_edit_modules.php:242
-msgid "Select agents first "
-msgstr "エージェントを先に選択 "
-
-#: ../../godmode/massive/massive_delete_modules.php:405
-#: ../../godmode/massive/massive_edit_modules.php:249
-msgid "Module type"
-msgstr "モジュールタイプ"
-
-#: ../../godmode/massive/massive_delete_modules.php:414
-#: ../../godmode/massive/massive_edit_modules.php:258
-msgid "Select all modules of this type"
-msgstr "このタイプの全てのモジュールを選択"
-
-#: ../../godmode/massive/massive_delete_modules.php:435
-#: ../../godmode/massive/massive_edit_modules.php:279
-msgid "Agent group"
-msgstr "エージェントグループ"
-
-#: ../../godmode/massive/massive_delete_modules.php:443
-#: ../../godmode/massive/massive_edit_modules.php:287
-msgid "Select all modules of this group"
-msgstr "このグループの全てのモジュールを選択"
-
-#: ../../godmode/massive/massive_delete_modules.php:464
-#: ../../godmode/massive/massive_edit_modules.php:293
-msgid "Module Status"
-msgstr "モジュールの状態"
-
-#: ../../godmode/massive/massive_delete_modules.php:483
-#: ../../godmode/massive/massive_edit_modules.php:311
-msgid "When select modules"
-msgstr "モジュール選択時の動作"
-
-#: ../../godmode/massive/massive_delete_modules.php:486
-#: ../../godmode/massive/massive_edit_modules.php:314
-msgid "Show common agents"
-msgstr "共通エージェントの表示"
-
-#: ../../godmode/massive/massive_delete_modules.php:487
-#: ../../godmode/massive/massive_edit_modules.php:315
-msgid "Show all agents"
-msgstr "全エージェント表示"
-
-#: ../../godmode/massive/massive_copy_modules.php:136
-msgid "Copy modules"
-msgstr "モジュールのコピー"
-
-#: ../../godmode/massive/massive_copy_modules.php:141
-msgid "Copy alerts"
-msgstr "アラートのコピー"
-
-#: ../../godmode/massive/massive_copy_modules.php:150
-msgid "No modules for this agent"
-msgstr "このエージェントにはモジュールがありません。"
-
-#: ../../godmode/massive/massive_copy_modules.php:159
-msgid "No alerts for this agent"
-msgstr "このエージェントにはアラートが定義されていません。"
-
-#: ../../godmode/massive/massive_copy_modules.php:168
-msgid "Targets"
-msgstr "対象"
-
-#: ../../godmode/massive/massive_copy_modules.php:217
-msgid "To agent(s)"
-msgstr "適用先エージェント"
-
-#: ../../godmode/massive/massive_copy_modules.php:442
-msgid "No operation selected"
-msgstr "操作が選択されていません。"
-
-#: ../../godmode/massive/massive_delete_profiles.php:61
-msgid "Not deleted. You must select an existing user"
-msgstr "削除できませんでした存在するユーザを選択してください。"
-
-#: ../../godmode/massive/massive_delete_profiles.php:87
-msgid "Profiles deleted successfully"
-msgstr "プロファイルを削除しました。"
-
-#: ../../godmode/massive/massive_delete_profiles.php:88
-msgid "Profiles cannot be deleted"
-msgstr "プロファイルを削除できませんでした。"
-
-#: ../../godmode/massive/massive_edit_modules.php:324
-msgid "Agent Status"
-msgstr "エージェントの状態"
-
-#: ../../godmode/massive/massive_edit_modules.php:357
-#: ../../godmode/modules/manage_network_components_form_common.php:107
-msgid "Dynamic Interval"
-msgstr "動的間隔"
-
-#: ../../godmode/massive/massive_edit_modules.php:359
-msgid "Dynamic Min."
-msgstr "動的最小値"
-
-#: ../../godmode/massive/massive_edit_modules.php:362
-#: ../../godmode/modules/manage_network_components_form_common.php:113
-msgid "Dynamic Max."
-msgstr "動的最大値"
-
-#: ../../godmode/massive/massive_edit_modules.php:365
-#: ../../godmode/modules/manage_network_components_form_common.php:115
-msgid "Dynamic Two Tailed: "
-msgstr "2つの動的しきい値 "
-
-#: ../../godmode/massive/massive_edit_modules.php:400
-#: ../../godmode/massive/massive_edit_modules.php:446
-#: ../../godmode/modules/manage_network_components_form_common.php:128
-#: ../../godmode/modules/manage_network_components_form_common.php:145
-#: ../../godmode/agentes/module_manager_editor_common.php:292
-#: ../../godmode/agentes/module_manager_editor_common.php:314
-msgid "Inverse interval"
-msgstr "条件の反転"
-
-#: ../../godmode/massive/massive_edit_modules.php:479
-msgid "SMNP community"
-msgstr "SNMPコミュニティ"
-
-#: ../../godmode/massive/massive_edit_modules.php:485
-#: ../../godmode/agentes/module_manager_editor_network.php:86
-msgid "Force primary key"
-msgstr "プライマリを利用"
-
-#: ../../godmode/massive/massive_edit_modules.php:494
-#: ../../godmode/modules/manage_network_components_form_network.php:40
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:356
-#: ../../godmode/agentes/module_manager_editor_network.php:132
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:717
-msgid "SNMP version"
-msgstr "SNMPバージョン"
-
-#: ../../godmode/massive/massive_edit_modules.php:501
-#: ../../godmode/massive/massive_edit_modules.php:505
-#: ../../godmode/agentes/module_manager_editor_network.php:219
-#: ../../godmode/agentes/module_manager_editor_network.php:229
-msgid "The pass length must be eight character minimum."
-msgstr "パスワード長は、最低8文字以上必要です。"
-
-#: ../../godmode/massive/massive_edit_modules.php:526
-#: ../../godmode/modules/manage_network_components_form_wmi.php:48
-#: ../../godmode/agentes/module_manager_editor_wmi.php:54
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:261
-msgid "Username"
-msgstr "ユーザ名"
-
-#: ../../godmode/massive/massive_edit_modules.php:532
-#: ../../godmode/agentes/module_manager_editor_common.php:427
-msgid "Export target"
-msgstr "データのエクスポート"
-
-#: ../../godmode/massive/massive_edit_modules.php:543
-#: ../../godmode/modules/manage_network_components_form_common.php:148
-#: ../../godmode/agentes/module_manager_editor_common.php:318
-msgid "FF threshold"
-msgstr "連続抑制回数"
-
-#: ../../godmode/massive/massive_edit_modules.php:545
-#: ../../godmode/massive/massive_edit_modules.php:547
-#: ../../godmode/modules/manage_network_components_form_common.php:153
-#: ../../godmode/agentes/module_manager_editor_common.php:324
-msgid "Each state changing"
-msgstr "個別状態変化"
-
-#: ../../godmode/massive/massive_edit_modules.php:545
-#: ../../godmode/massive/massive_edit_modules.php:546
-#: ../../godmode/modules/manage_network_components_form_common.php:150
-#: ../../godmode/agentes/module_manager_editor_common.php:321
-msgid "All state changing"
-msgstr "全状態変化"
-
-#: ../../godmode/massive/massive_edit_modules.php:548
-#: ../../godmode/modules/manage_network_components_form_common.php:154
-#: ../../godmode/agentes/module_manager_editor_common.php:325
-msgid "To normal"
-msgstr "正常移行時"
-
-#: ../../godmode/massive/massive_edit_modules.php:549
-#: ../../godmode/modules/manage_network_components_form_common.php:156
-#: ../../godmode/agentes/module_manager_editor_common.php:328
-msgid "To warning"
-msgstr "警告移行時"
-
-#: ../../godmode/massive/massive_edit_modules.php:550
-#: ../../godmode/modules/manage_network_components_form_common.php:158
-#: ../../godmode/agentes/module_manager_editor_common.php:331
-msgid "To critical"
-msgstr "障害移行時"
-
-#: ../../godmode/massive/massive_edit_modules.php:552
-#: ../../godmode/agentes/module_manager_editor_common.php:456
-msgid "FF interval"
-msgstr "連続抑制時の間隔"
-
-#: ../../godmode/massive/massive_edit_modules.php:553
-#: ../../godmode/agentes/module_manager_editor_common.php:459
-msgid "Module execution flip flop time interval (in secs)."
-msgstr "連続抑制時のモジュールの実行間隔(秒単位)です。"
-
-#: ../../godmode/massive/massive_edit_modules.php:554
-#: ../../godmode/agentes/module_manager_editor_common.php:462
-msgid "FF timeout"
-msgstr "連続抑制タイムアウト"
-
-#: ../../godmode/massive/massive_edit_modules.php:555
-#: ../../godmode/agentes/module_manager_editor_common.php:468
-msgid ""
-"Timeout in secs from start of flip flop counting. If this value is exceeded, "
-"FF counter is reset. Set to 0 for no timeout."
-msgstr "連続抑制開始からのタイムアウト秒数です。この値を超えると連続抑制のカウンタがリセットされます。0に設定するとタイムアウトしません。"
-
-#: ../../godmode/massive/massive_edit_modules.php:565
-#: ../../godmode/modules/manage_network_components_form_common.php:190
-#: ../../godmode/agentes/module_manager_editor_common.php:629
-msgid "Category"
-msgstr "操作"
-
-#: ../../godmode/massive/massive_edit_modules.php:571
-msgid "Policy linking status"
-msgstr "ポリシーリンク状態"
-
-#: ../../godmode/massive/massive_edit_modules.php:571
-msgid "This field only has sense in modules adopted by a policy."
-msgstr "このフィールドは、ポリシーに関連づけられたモジュールにのみ影響します。"
-
-#: ../../godmode/massive/massive_edit_modules.php:572
-msgid "Linked"
-msgstr "リンク済"
-
-#: ../../godmode/massive/massive_edit_modules.php:581
-#: ../../godmode/modules/manage_network_components_form_common.php:171
-#: ../../godmode/agentes/module_manager_editor_common.php:451
-msgid "Discard unknown events"
-msgstr "不明イベントを削除"
-
-#: ../../godmode/massive/massive_edit_modules.php:589
-#: ../../godmode/modules/manage_network_components_form_common.php:175
-#: ../../godmode/agentes/module_manager_editor_common.php:572
-msgid "Critical instructions"
-msgstr "障害時手順"
-
-#: ../../godmode/massive/massive_edit_modules.php:589
-#: ../../godmode/modules/manage_network_components_form_common.php:175
-#: ../../godmode/agentes/module_manager_editor_common.php:573
-msgid "Instructions when the status is critical"
-msgstr "障害状態になった時の手順"
-
-#: ../../godmode/massive/massive_edit_modules.php:593
-#: ../../godmode/modules/manage_network_components_form_common.php:179
-#: ../../godmode/agentes/module_manager_editor_common.php:578
-msgid "Warning instructions"
-msgstr "警告時手順"
-
-#: ../../godmode/massive/massive_edit_modules.php:593
-#: ../../godmode/modules/manage_network_components_form_common.php:179
-#: ../../godmode/agentes/module_manager_editor_common.php:579
-msgid "Instructions when the status is warning"
-msgstr "警告状態になった時の手順"
-
-#: ../../godmode/massive/massive_edit_modules.php:597
-#: ../../godmode/modules/manage_network_components_form_common.php:183
-#: ../../godmode/agentes/module_manager_editor_common.php:583
-msgid "Unknown instructions"
-msgstr "不明状態時手順"
-
-#: ../../godmode/massive/massive_edit_modules.php:597
-#: ../../godmode/modules/manage_network_components_form_common.php:183
-#: ../../godmode/agentes/module_manager_editor_common.php:583
-msgid "Instructions when the status is unknown"
-msgstr "不明状態になった時の手順"
-
-#: ../../godmode/massive/massive_edit_modules.php:602
-msgid "The module still store data but the alerts and events will be stop"
-msgstr "モジュールはデータを保存しますが、アラートとイベントは停止します"
-
-#: ../../godmode/massive/massive_edit_modules.php:606
-#: ../../godmode/agentes/module_manager_editor_common.php:621
-msgid "Timeout"
-msgstr "タイムアウト"
-
-#: ../../godmode/massive/massive_edit_modules.php:610
-#: ../../godmode/agentes/module_manager_editor_common.php:622
-msgid "Seconds that agent will wait for the execution of the module."
-msgstr "エージェントがモジュールの実行完了を待つ秒数。"
-
-#: ../../godmode/massive/massive_delete_tags.php:107
-msgid "No tag selected"
-msgstr "タグが選択されていません"
-
-#: ../../godmode/massive/massive_add_tags.php:43
-msgid "No tags selected"
-msgstr "タグが選択されていません"
-
-#: ../../godmode/massive/massive_add_profiles.php:72
-msgid "Profiles added successfully"
-msgstr "プロファイルを追加しました。"
-
-#: ../../godmode/massive/massive_add_profiles.php:73
-msgid "Profiles cannot be added"
-msgstr "プロファイルの追加ができませんでした。"
-
-#: ../../godmode/users/configure_profile.php:41
-#: ../../godmode/users/configure_profile.php:49
-#: ../../godmode/users/configure_user.php:82
-#: ../../godmode/users/profile_list.php:45
-#: ../../godmode/users/profile_list.php:53
-#: ../../godmode/users/user_list.php:113 ../../godmode/users/user_list.php:121
-msgid "User management"
-msgstr "ユーザ管理"
-
-#: ../../godmode/users/configure_profile.php:49
-#: ../../godmode/users/profile_list.php:53
-msgid "Profiles defined in Pandora"
-msgstr "Pandora 内プロファイル"
-
-#: ../../godmode/users/configure_profile.php:113
-msgid "Create profile"
-msgstr "プロファイル作成"
-
-#: ../../godmode/users/configure_profile.php:119
-msgid "There was a problem loading profile"
-msgstr "プロファイルの読み込みに失敗しました。"
-
-#: ../../godmode/users/configure_profile.php:219
-msgid "Update profile"
-msgstr "プロファイルを更新しました。"
-
-#: ../../godmode/users/configure_profile.php:229
-msgid "Update Profile"
-msgstr "プロファイル更新"
-
-#: ../../godmode/users/configure_profile.php:231
-msgid "Create Profile"
-msgstr "プロファイル作成"
-
-#: ../../godmode/users/configure_profile.php:249
-msgid "View agents"
-msgstr "エージェント参照"
-
-#: ../../godmode/users/configure_profile.php:253
-msgid "Disable agents"
-msgstr "エージェント無効化"
-
-#: ../../godmode/users/configure_profile.php:257
-msgid "Edit agents"
-msgstr "エージェント編集"
-
-#: ../../godmode/users/configure_profile.php:264
-msgid "Edit alerts"
-msgstr "アラート編集"
-
-#: ../../godmode/users/configure_profile.php:279
-msgid "Edit events"
-msgstr "イベント編集"
-
-#: ../../godmode/users/configure_profile.php:290
-msgid "View reports"
-msgstr "レポート表示"
-
-#: ../../godmode/users/configure_profile.php:294
-msgid "Edit reports"
-msgstr "レポート編集"
-
-#: ../../godmode/users/configure_profile.php:298
-msgid "Manage reports"
-msgstr "レポート管理"
-
-#: ../../godmode/users/configure_profile.php:305
-msgid "View network maps"
-msgstr "ネットワークマップ参照"
-
-#: ../../godmode/users/configure_profile.php:309
-msgid "Edit network maps"
-msgstr "ネットワークマップ編集"
-
-#: ../../godmode/users/configure_profile.php:313
-msgid "Manage network maps"
-msgstr "ネットワークマップ管理"
-
-#: ../../godmode/users/configure_profile.php:324
-msgid "Edit visual console"
-msgstr "ビジュアルコンソール編集"
-
-#: ../../godmode/users/configure_profile.php:335
-msgid "View incidents"
-msgstr "インシデント参照"
-
-#: ../../godmode/users/configure_profile.php:339
-msgid "Edit incidents"
-msgstr "インシデント編集"
-
-#: ../../godmode/users/configure_profile.php:343
-msgid "Manage incidents"
-msgstr "インシデント管理"
-
-#: ../../godmode/users/configure_profile.php:350
-msgid "Manage users"
-msgstr "ユーザ管理"
-
-#: ../../godmode/users/configure_profile.php:357
-msgid "Manage database"
-msgstr "データベース管理"
-
-#: ../../godmode/users/configure_profile.php:364
-msgid "Pandora management"
-msgstr "Pandora システム管理"
-
-#: ../../godmode/users/configure_user.php:145
-#: ../../godmode/users/user_list.php:492
-msgid ""
-"The current authentication scheme doesn't support creating users from "
-"Pandora FMS"
-msgstr "現在の認証設定では、Pandora FMS 上でユーザを作成することはできません。"
-
-#: ../../godmode/users/configure_user.php:182
-msgid "User ID cannot be empty"
-msgstr "ユーザ ID は空に設定できません。"
-
-#: ../../godmode/users/configure_user.php:189
-msgid "Passwords cannot be empty"
-msgstr "パスワードは空に設定できません。"
-
-#: ../../godmode/users/configure_user.php:196
-msgid "Passwords didn't match"
-msgstr "パスワードが一致しません。"
-
-#: ../../godmode/users/configure_user.php:245
-msgid ""
-"Strict ACL is not recommended for admin users because performance could be "
-"affected."
-msgstr "パフォーマンスに影響するため、管理者ユーザへの厳重な ACL 設定はお勧めしません。"
-
-#: ../../godmode/users/configure_user.php:304
-#: ../../godmode/users/configure_user.php:314
-#: ../../godmode/users/configure_user.php:342
-#: ../../godmode/users/configure_user.php:348
-#: ../../godmode/users/configure_user.php:376
-msgid "Error updating user info (no change?)"
-msgstr "ユーザ情報の更新に失敗しました。(変更なし?)"
-
-#: ../../godmode/users/configure_user.php:318
-msgid "Passwords does not match"
-msgstr "パスワードが一致しません。"
-
-#: ../../godmode/users/configure_user.php:366
-msgid ""
-"Strict ACL is not recommended for this user. Performance could be affected."
-msgstr "このユーザには厳重な ACL はお勧めしません。パフォーマンスに影響します。"
-
-#: ../../godmode/users/configure_user.php:398
-msgid "Profile added successfully"
-msgstr "プロファイルを追加しました。"
-
-#: ../../godmode/users/configure_user.php:399
-msgid "Profile cannot be added"
-msgstr "プロファイルの追加に失敗しました。"
-
-#: ../../godmode/users/configure_user.php:425
-msgid "Update User"
-msgstr "ユーザ更新"
-
-#: ../../godmode/users/configure_user.php:428
-msgid "Create User"
-msgstr "ユーザ作成"
-
-#: ../../godmode/users/configure_user.php:464
-msgid "Global Profile"
-msgstr "全体プロファイル"
-
-#: ../../godmode/users/configure_user.php:469
-msgid ""
-"This user has permissions to manage all. An admin user should not requiere "
-"additional group permissions, except for using Enterprise ACL."
-msgstr ""
-"このユーザはすべてを管理する権限があります。Enterprise ACL "
-"の利用を除いて、管理者ユーザは追加のグループパーミッション設定をすべきではありません。"
-
-#: ../../godmode/users/configure_user.php:474
-msgid ""
-"This user has separated permissions to view data in his group agents, create "
-"incidents belong to his groups, add notes in another incidents, create "
-"personal assignments or reviews and other tasks, on different profiles"
-msgstr "このユーザは、以下のプロファイル名およびグループ名の組み合わせで定義した、限られた権限を所有します。"
-
-#: ../../godmode/users/configure_user.php:516
-msgid "Use global conf"
-msgstr "グローバル設定を利用します。"
-
-#: ../../godmode/users/configure_user.php:531
-msgid "Metaconsole access"
-msgstr "メタコンソールアクセス"
-
-#: ../../godmode/users/configure_user.php:539
-msgid "Not Login"
-msgstr "ログイン無し"
-
-#: ../../godmode/users/configure_user.php:540
-msgid "The user with not login set only can access to API."
-msgstr "ログイン無しを設定したユーザは、API にのみアクセスできます。"
-
-#: ../../godmode/users/configure_user.php:543
-msgid "Strict ACL"
-msgstr "厳重な ACL"
-
-#: ../../godmode/users/configure_user.php:544
-msgid ""
-"With this option enabled, the user will can access to accurate information. "
-"It is not recommended for admin users because performance could be affected"
-msgstr ""
-"このオプションを有効にすると、ユーザは指定の範囲の情報にのみアクセスすることができます。パフォーマンスに影響するため、管理者ユーザではお勧めしません。"
-
-#: ../../godmode/users/configure_user.php:547
-msgid "Session Time"
-msgstr "セッション時間"
-
-#: ../../godmode/users/configure_user.php:554
-msgid "Enable agents managment"
-msgstr "エージェント管理を有効にする"
-
-#: ../../godmode/users/configure_user.php:561
-msgid "Assigned node"
-msgstr "割り当てノード"
-
-#: ../../godmode/users/configure_user.php:561
-msgid "Server where the agents created of this user will be placed"
-msgstr "このユーザでエージェントが作成されたサーバです。"
-
-#: ../../godmode/users/configure_user.php:573
-msgid "Enable node access"
-msgstr "ノードアクセスを有効にする"
-
-#: ../../godmode/users/configure_user.php:573
-msgid "With this option enabled, the user will can access to nodes console"
-msgstr "このオプションが有能の場合、ユーザはノードのコンソールへアクセスできます。"
-
-#: ../../godmode/users/profile_list.php:80
-msgid ""
-"Unsucessful delete profile. Because the profile is used by some admin users."
-msgstr "プロファイル削除に失敗しました。プロファイルがいくつかの管理者ユーザで使われいます。"
-
-#: ../../godmode/users/profile_list.php:88
-#: ../../godmode/users/user_list.php:189
-msgid "There was a problem deleting the profile"
-msgstr "プロファイルの削除に失敗しました。"
-
-#: ../../godmode/users/profile_list.php:226
-msgid "There was a problem updating this profile"
-msgstr "プロファイルの更新に失敗しました。"
-
-#: ../../godmode/users/profile_list.php:230
-msgid "Profile name cannot be empty"
-msgstr "プロファイル名は空にできません"
-
-#: ../../godmode/users/profile_list.php:282
-#: ../../godmode/users/profile_list.php:286
-msgid "There was a problem creating this profile"
-msgstr "プロファイルの作成に失敗しました。"
-
-#: ../../godmode/users/profile_list.php:304
-msgid "System incidents reading"
-msgstr "インシデント読み出し"
-
-#: ../../godmode/users/profile_list.php:305
-msgid "System incidents writing"
-msgstr "インシデント書き込み"
-
-#: ../../godmode/users/profile_list.php:306
-msgid "System incidents management"
-msgstr "インシデント管理"
-
-#: ../../godmode/users/profile_list.php:307
-msgid "Agents reading"
-msgstr "エージェントからの情報取得"
-
-#: ../../godmode/users/profile_list.php:309
-msgid "Agents disable"
-msgstr "エージェント無効化"
-
-#: ../../godmode/users/profile_list.php:310
-msgid "Alerts editing"
-msgstr "アラート編集"
-
-#: ../../godmode/users/profile_list.php:311
-msgid "Alerts management"
-msgstr "アラート管理"
-
-#: ../../godmode/users/profile_list.php:313
-msgid "Database management"
-msgstr "データベース管理"
-
-#: ../../godmode/users/profile_list.php:314
-msgid "Events reading"
-msgstr "イベント参照"
-
-#: ../../godmode/users/profile_list.php:315
-msgid "Events writing"
-msgstr "イベント編集"
-
-#: ../../godmode/users/profile_list.php:316
-msgid "Events management"
-msgstr "イベント管理"
-
-#: ../../godmode/users/profile_list.php:317
-msgid "Reports reading"
-msgstr "レポート参照"
-
-#: ../../godmode/users/profile_list.php:318
-msgid "Reports writing"
-msgstr "レポート編集"
-
-#: ../../godmode/users/profile_list.php:319
-msgid "Reports management"
-msgstr "レポート管理"
-
-#: ../../godmode/users/profile_list.php:320
-msgid "Network maps reading"
-msgstr "ネットワークマップ参照"
-
-#: ../../godmode/users/profile_list.php:321
-msgid "Network maps writing"
-msgstr "ネットワークマップ編集"
-
-#: ../../godmode/users/profile_list.php:322
-msgid "Network maps management"
-msgstr "ネットワークマップ管理"
-
-#: ../../godmode/users/profile_list.php:323
-msgid "Visual console reading"
-msgstr "ビジュアルコンソール参照"
-
-#: ../../godmode/users/profile_list.php:324
-msgid "Visual console writing"
-msgstr "ビジュアルコンソール編集"
-
-#: ../../godmode/users/profile_list.php:325
-msgid "Visual console management"
-msgstr "ビジュアルコンソール管理"
-
-#: ../../godmode/users/profile_list.php:326
-msgid "Systems management"
-msgstr "システム管理"
-
-#: ../../godmode/users/profile_list.php:398
-msgid "There are no defined profiles"
-msgstr "定義済のプロファイルがありません"
-
-#: ../../godmode/users/user_list.php:121
-msgid "Users defined in Pandora"
-msgstr "Pandora 内ユーザ"
-
-#: ../../godmode/users/user_list.php:143
-#, php-format
-msgid "Deleted user %s"
-msgstr "ユーザ %s を削除しました"
-
-#: ../../godmode/users/user_list.php:148 ../../godmode/users/user_list.php:181
-msgid "There was a problem deleting the user"
-msgstr "ユーザの削除に失敗しました。"
-
-#: ../../godmode/users/user_list.php:163
-#, php-format
-msgid "Deleted user %s from metaconsole"
-msgstr "メタコンソールから、ユーザ %s を削除しました"
-
-#: ../../godmode/users/user_list.php:172
-#, php-format
-msgid "Deleted user %s from %s"
-msgstr "ユーザ %s を %s から削除しました"
-
-#: ../../godmode/users/user_list.php:175
-#, php-format
-msgid "Successfully deleted from %s"
-msgstr "%s から削除しました"
-
-#: ../../godmode/users/user_list.php:176
-#, php-format
-msgid "There was a problem deleting the user from %s"
-msgstr "%s からのユーザ削除で問題が発生しました"
-
-#: ../../godmode/users/user_list.php:204
-msgid "There was a problem disabling user"
-msgstr "ユーザの無効化で問題が発生しました"
-
-#: ../../godmode/users/user_list.php:209
-msgid "There was a problem enabling user"
-msgstr "ユーザの有効化で問題が発生しました"
-
-#: ../../godmode/users/user_list.php:231 ../../godmode/users/user_list.php:233
-msgid "Search by username, fullname or email"
-msgstr "ユーザ名、フルネーム、メールアドレスでの検索"
-
-#: ../../godmode/users/user_list.php:249
-msgid "Users control filter"
-msgstr "ユーザ制御フィルタ"
-
-#: ../../godmode/users/user_list.php:276
-msgid "Profile / Group"
-msgstr "プロファイル / グループ"
-
-#: ../../godmode/users/user_list.php:406 ../../godmode/tag/tag.php:204
-#: ../../godmode/tag/edit_tag.php:205
-msgid "Phone"
-msgstr "電話番号"
-
-#: ../../godmode/users/user_list.php:470
-msgid "Deleting User"
-msgstr "ユーザの削除"
-
-#: ../../godmode/users/user_list.php:472
-msgid "Delete from all consoles"
-msgstr "全コンソールからの削除"
-
-#: ../../godmode/users/user_list.php:472
-#, php-format
-msgid "Deleting User %s from all consoles"
-msgstr "ユーザ %s を全コンソールから削除しました"
-
-#: ../../godmode/users/user_list.php:488
-msgid "Create user"
-msgstr "ユーザの作成"
-
-#: ../../godmode/reporting/graph_builder.graph_editor.php:87
-#: ../../godmode/reporting/graph_builder.graph_editor.php:156
-msgid "Weight"
-msgstr "ウエイト"
-
-#: ../../godmode/reporting/graph_builder.graph_editor.php:185
-msgid "Please, select a module"
-msgstr "モジュールを選択してください"
-
-#: ../../godmode/reporting/reporting_builder.main.php:85
-msgid "Only the group can view the report"
-msgstr "指定のグループのみレポートを参照可能"
-
-#: ../../godmode/reporting/reporting_builder.main.php:86
-msgid "The next group can edit the report"
-msgstr "グループがレポートを編集可能"
-
-#: ../../godmode/reporting/reporting_builder.main.php:87
-msgid "Only the user and admin user can edit the report"
-msgstr "ユーザおよび管理者のみがレポートを編集可能"
-
-#: ../../godmode/reporting/reporting_builder.main.php:89
-msgid "Write Access"
-msgstr "書き込みアクセス"
-
-#: ../../godmode/reporting/reporting_builder.main.php:90
-msgid ""
-"For example, you want a report that the people of \"All\" groups can see but "
-"you want to edit only for you or your group."
-msgstr ""
-"例えば、\"全て\"のグループに属するユーザが参照できるようにしたいが、自分や自分のグループのみが編集できるようにしたい場合等に利用します。"
-
-#: ../../godmode/reporting/reporting_builder.main.php:110
-msgid "Non interactive report"
-msgstr "非対話型レポート"
-
-#: ../../godmode/reporting/graph_builder.php:224
-msgid "Graph builder"
-msgstr "グラフビルダー"
-
-#: ../../godmode/reporting/graph_builder.php:244
-msgid "Graph stored successfully"
-msgstr "グラフを作成しました。"
-
-#: ../../godmode/reporting/graph_builder.php:244
-msgid "There was a problem storing Graph"
-msgstr "グラフの作成に失敗しました。"
-
-#: ../../godmode/reporting/graph_builder.php:247
-#: ../../godmode/agentes/configurar_agente.php:1393
-msgid "Module added successfully"
-msgstr "モジュールを追加しました。"
-
-#: ../../godmode/reporting/graph_builder.php:247
-msgid "There was a problem adding Module"
-msgstr "モジュール追加で問題が発生しました。"
-
-#: ../../godmode/reporting/graph_builder.php:250
-msgid "Update the graph"
-msgstr "グラフを更新しました。"
-
-#: ../../godmode/reporting/graph_builder.php:250
-msgid "Bad update the graph"
-msgstr "グラフ更新に失敗しました。"
-
-#: ../../godmode/reporting/graph_builder.php:253
-msgid "Graph deleted successfully"
-msgstr "グラフを削除しました。"
-
-#: ../../godmode/reporting/graph_builder.php:253
-msgid "There was a problem deleting Graph"
-msgstr "グラフの削除で問題が発生しました。"
-
-#: ../../godmode/reporting/map_builder.php:187
-#: ../../godmode/reporting/map_builder.php:197
-msgid "Not copied. Error copying data"
-msgstr "コピーできませんでした。データのコピーでエラーが発生しました。"
-
-#: ../../godmode/reporting/map_builder.php:207
-msgid "Map name"
-msgstr "マップ名"
-
-#: ../../godmode/reporting/map_builder.php:209
-msgid "Items"
-msgstr "アイテム"
-
-#: ../../godmode/reporting/visual_console_builder.wizard.php:125
-msgid "Range between elements (px)"
-msgstr "エレメント間の幅 (px)"
-
-#: ../../godmode/reporting/visual_console_builder.wizard.php:132
-msgid "Size (px)"
-msgstr "サイズ (px)"
-
-#: ../../godmode/reporting/visual_console_builder.wizard.php:170
-msgid "Font"
-msgstr "フォント"
-
-#: ../../godmode/reporting/visual_console_builder.wizard.php:204
-msgid "Width (px)"
-msgstr "幅 (px)"
-
-#: ../../godmode/reporting/visual_console_builder.wizard.php:223
-msgid "Bubble"
-msgstr "バブル"
-
-#: ../../godmode/reporting/visual_console_builder.wizard.php:232
-msgid "Percent"
-msgstr "パーセント"
-
-#: ../../godmode/reporting/visual_console_builder.wizard.php:267
-msgid "One item per agent"
-msgstr "1エージェントに 1アイテム"
-
-#: ../../godmode/reporting/visual_console_builder.wizard.php:301
-#: ../../godmode/reporting/visual_console_builder.wizard.php:604
-msgid "Agent - Module"
-msgstr "エージェント - モジュール"
-
-#: ../../godmode/reporting/visual_console_builder.wizard.php:310
-msgid "Enable link agent"
-msgstr "エージェントのリンクを有効にする"
-
-#: ../../godmode/reporting/visual_console_builder.wizard.php:322
-msgid "Set Parent"
-msgstr "親を設定"
-
-#: ../../godmode/reporting/visual_console_builder.wizard.php:324
-msgid "Item created in the visualmap"
-msgstr "ビジュアルマップに作成したアイテム"
-
-#: ../../godmode/reporting/visual_console_builder.wizard.php:325
-msgid "Use the agents relationship (from selected agents)"
-msgstr "エージェント関係を利用する (選択したエージェント)"
-
-#: ../../godmode/reporting/visual_console_builder.wizard.php:328
-msgid "Item in the map"
-msgstr "マップ内のアイテム"
-
-#: ../../godmode/reporting/visual_console_builder.wizard.php:331
-msgid "The parent relationships in Pandora will be drawn in the map."
-msgstr "Pandora における親子関係がマップに表示されます。"
-
-#: ../../godmode/reporting/visual_console_builder.wizard.php:344
-#: ../../godmode/reporting/visual_console_builder.wizard.php:349
-msgid "Are you sure to add many elements\\nin visual map?"
-msgstr ""
-"ビジュアルマップに多くのエレメントを追加しようとしています。\n"
-"よろしいですか。"
-
-#: ../../godmode/reporting/visual_console_builder.wizard.php:525
-msgid "Please select any module or modules."
-msgstr "モジュールを選択してください。"
-
-#: ../../godmode/reporting/visual_console_builder.elements.php:79
-msgid "Width x Height Max value"
-msgstr "幅 x 高さ 最大値"
-
-#: ../../godmode/reporting/visual_console_builder.elements.php:143
-msgid "Percentile Bar"
-msgstr "パーセントバー"
-
-#: ../../godmode/reporting/visual_console_builder.elements.php:148
-msgid "Percentile Bubble"
-msgstr "パーセント円表示"
-
-#: ../../godmode/reporting/visual_console_builder.elements.php:163
-msgid "Simple Value (Process Max)"
-msgstr "値 (最大値)"
-
-#: ../../godmode/reporting/visual_console_builder.elements.php:168
-msgid "Simple Value (Process Min)"
-msgstr "値 (最小値)"
-
-#: ../../godmode/reporting/visual_console_builder.elements.php:173
-msgid "Simple Value (Process Avg)"
-msgstr "値 (平均値)"
-
-#: ../../godmode/reporting/visual_console_builder.elements.php:226
-#: ../../godmode/reporting/visual_console_builder.elements.php:619
-msgid "Edit label"
-msgstr "ラベル編集"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:35
-msgid "Only table"
-msgstr "表のみ"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:36
-msgid "Table & Graph"
-msgstr "表とグラフ"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:37
-msgid "Only graph"
-msgstr "グラフのみ"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:41
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1257
-msgid "Ascending"
-msgstr "昇順"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:42
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1260
-msgid "Descending"
-msgstr "降順"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:611
-msgid "Item Editor"
-msgstr "アイテムエディタ"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:639
-msgid "Not valid"
-msgstr "不正です"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:644
-msgid ""
-"This type of report brings a lot of data loading, it is recommended to use "
-"it for scheduled reports and not for real-time view."
-msgstr "このタイプのレポートは多くのデータを読み込みます。リアルタイム表示ではなくスケジューリングでのレポートをお勧めします。"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:705
-#: ../../godmode/reporting/reporting_builder.list_items.php:302
-msgid "Time lapse"
-msgstr "時間経過"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:706
-msgid ""
-"This is the range, or period of time over which the report renders the "
-"information for this report type. For example, a week means data from a week "
-"ago from now. "
-msgstr ""
-"これは、レポートがこのレポートタイプの情報をレンダリングする範囲または期間です。 たとえば、1週間は、今から1週間前のデータを意味します。 "
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:720
-msgid "Last value"
-msgstr "最新の値"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:721
-#: ../../godmode/reporting/reporting_builder.item_editor.php:3198
-msgid ""
-"Warning: period 0 reports cannot be used to show information back in time. "
-"Information contained in this kind of reports will be always reporting the "
-"most recent information"
-msgstr "警告: 間隔 0 のレポートは過去の情報表示には利用できません。このレポートに含まれるのは、最新の情報のみとなります。"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:766
-msgid "Projection period"
-msgstr "予想期間"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:776
-msgid "Data range"
-msgstr "データ範囲"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:787
-msgid "Only display wrong SLAs"
-msgstr "不正な SLA のみ表示"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:796
-msgid "Working time"
-msgstr "対象時間"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1011
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1679
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1714
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1875
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1903
-msgid "Select an Agent first"
-msgstr "最初にエージェントを選択してください。"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1042
-msgid "Show modules"
-msgstr "モジュール表示"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1175
-msgid "Target server"
-msgstr "対象サーバ"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1203
-msgid "Custom SQL template"
-msgstr "カスタム SQL テンプレート"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1224
-msgid "Select server"
-msgstr "サーバ選択"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1233
-msgid "Serialized header"
-msgstr "ヘッダの並び"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1233
-msgid "The separator character is |"
-msgstr "デリミタは'|'です。"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1242
-msgid "Field separator"
-msgstr "フィールドセパレータ"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1242
-msgid "Separator for different fields in the serialized text chain"
-msgstr "連なったテキスト文字列でフィールドを分離するためのセパレータ"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1246
-msgid "Line separator"
-msgstr "行セパレータ"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1246
-msgid ""
-"Separator in different lines (composed by fields) of the serialized text "
-"chain"
-msgstr "(複数フィールドからなる)複数行のテキスト文字列をまたぐセパレータ"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1250
-msgid "Group by agent"
-msgstr "エージェント毎のグループ"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1254
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1468
-#: ../../godmode/netflow/nf_item_list.php:147
-msgid "Order"
-msgstr "順番"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1263
-msgid "By agent name"
-msgstr "エージェント名で"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1271
-msgid "Quantity (n)"
-msgstr "数量(n)"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1304
-msgid "Only average"
-msgstr "平均のみ"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1308
-#: ../../godmode/reporting/graph_builder.main.php:177
-msgid "Percentil"
-msgstr "パーセント値"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1321
-msgid "Condition"
-msgstr "状態"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1327
-msgid "Greater or equal (>=)"
-msgstr "以上 (>=)"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1328
-msgid "Less or equal (<=)"
-msgstr "以下 (<=)"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1329
-msgid "Less (<)"
-msgstr "未満 (<)"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1330
-msgid "Greater (>)"
-msgstr "超えて (>)"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1331
-msgid "Equal (=)"
-msgstr "同じ (=)"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1332
-msgid "Not equal (!=)"
-msgstr "異なる (!=)"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1356
-msgid "Show graph"
-msgstr "グラフ表示"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1364
-msgid "Show address instead module name."
-msgstr "モジュール名の代わりにアドレスを表示"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1365
-msgid "Show the main address of agent."
-msgstr "エージェントのメインアドレスを表示"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1377
-msgid "Show resume"
-msgstr "復旧を表示"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1377
-msgid ""
-"Show a summary chart with max, min and average number of total modules at "
-"the end of the report and Checks."
-msgstr "最新のレポートおよび監視時点のトータルモジュール数の最大、最小、平均の概要グラフを表示します。"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1387
-msgid "Show Summary group"
-msgstr "グループ概要を表示"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1420
-msgid "Event Status"
-msgstr "イベントの状態"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1432
-msgid "Event graphs"
-msgstr "イベントグラフ"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1436
-msgid "By agent"
-msgstr "エージェントで分類"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1442
-msgid "By user validator"
-msgstr "ユーザで分類"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1448
-msgid "By criticity"
-msgstr "重要度で分類"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1454
-msgid "Validated vs unvalidated"
-msgstr "承諾済み・未承諾で分類"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1462
-msgid "Show in two columns"
-msgstr "2カラムで表示"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1468
-msgid "SLA items sorted by fulfillment value"
-msgstr "実データによりソートしたSLAアイテム"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1473
-msgid "Show in landscape"
-msgstr "横向きで表示"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1484
-msgid "Hide not init agents"
-msgstr "未初期化エージェントを隠す"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1509
-#: ../../godmode/netflow/nf_item_list.php:260
-msgid "Create item"
-msgstr "アイテムの作成"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1542
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:415
-msgid "Service"
-msgstr "サービス"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1543
-msgid "SLA Min. (value)"
-msgstr "SLA 最小値"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1544
-msgid "SLA Max. (value)"
-msgstr "SLA 最大値"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1545
-msgid "SLA Limit (%)"
-msgstr "SLA 制限 (%)"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1554
-msgid "Please save the SLA for start to add items in this list."
-msgstr "このリストにアイテムを追加するには、最初に SLA を保存してください。"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1726
-msgid "rate"
-msgstr "律"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1727
-msgid "max"
-msgstr "最大"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1728
-msgid "min"
-msgstr "最小"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1729
-msgid "sum"
-msgstr "合計"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1749
-msgid ""
-"Please be careful, when the module have diferent intervals in their life, "
-"the summatory maybe get bad result."
-msgstr "モジュールの間隔が異なる場合、合計は正しい値にならない場合があることに注意してください。"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1763
-msgid "Please save the report to start adding items into the list."
-msgstr "リストに項目を追加する前にレポートを保存してください。"
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:2072
-#: ../../godmode/reporting/reporting_builder.item_editor.php:2092
-msgid "Please select Agent"
-msgstr "エージェントを選択してください"
-
-#: ../../godmode/reporting/visual_console_builder.data.php:91
-msgid "Create visual console"
-msgstr "ビジュアルコンソールの作成"
-
-#: ../../godmode/reporting/visual_console_builder.data.php:103
-msgid ""
-"Use [ or ( as first character, for example '[*] Map name', to render this "
-"map name in main menu"
-msgstr "最初の文字には [ または ( を使ってください。例えば、マップ名をメインメニューに表示するには、'[*] Map name' です。"
-
-#: ../../godmode/reporting/visual_console_builder.data.php:122
-msgid "Group:"
-msgstr "グループ:"
-
-#: ../../godmode/reporting/visual_console_builder.data.php:142
-msgid "Background image"
-msgstr "背景画像"
-
-#: ../../godmode/reporting/visual_console_builder.data.php:164
-msgid "Layout size"
-msgstr "レイアウトサイズ"
-
-#: ../../godmode/reporting/visual_console_builder.data.php:168
-msgid "Set custom size"
-msgstr "カスタムサイズを設定"
-
-#: ../../godmode/reporting/visual_console_builder.data.php:177
-msgid "Get default image size"
-msgstr "デフォルトのイメージサイズ取得"
-
-#: ../../godmode/reporting/visual_console_builder.editor.php:134
-msgid "Min allowed size is 1024x768"
-msgstr "最小サイズは 1024x768 です"
-
-#: ../../godmode/reporting/visual_console_builder.editor.php:138
-#: ../../godmode/reporting/visual_console_builder.editor.php:143
-#: ../../godmode/reporting/visual_console_builder.editor.php:148
-msgid "Action in progress"
-msgstr "アクション実行中"
-
-#: ../../godmode/reporting/visual_console_builder.editor.php:139
-msgid "Loading in progress"
-msgstr "読み込み中"
-
-#: ../../godmode/reporting/visual_console_builder.editor.php:144
-msgid "Saving in progress"
-msgstr "保存中"
-
-#: ../../godmode/reporting/visual_console_builder.editor.php:149
-msgid "Deletion in progress"
-msgstr "削除中"
-
-#: ../../godmode/reporting/reporting_builder.php:80
-msgid ""
-"Your report has been planned, and the system will email you a PDF with the "
-"report as soon as its finished"
-msgstr "レポートが予定されました。準備完了次第 PDF のレポートをメール送信します。"
-
-#: ../../godmode/reporting/reporting_builder.php:81
-msgid "An error has ocurred"
-msgstr "エラーが発生しました"
-
-#: ../../godmode/reporting/reporting_builder.php:335
-#: ../../godmode/reporting/reporting_builder.php:1902
-#: ../../godmode/reporting/reporting_builder.php:1954
-msgid "Reports list"
-msgstr "レポート一覧"
-
-#: ../../godmode/reporting/reporting_builder.php:435
-msgid "Free text for search: "
-msgstr "文字列検索: "
-
-#: ../../godmode/reporting/reporting_builder.php:436
-msgid "Search by report name or description, list matches."
-msgstr "レポート名または説明で検索したリスト。"
-
-#: ../../godmode/reporting/reporting_builder.php:446
-msgid "Show Option"
-msgstr "オプション表示"
-
-#: ../../godmode/reporting/reporting_builder.php:554
-msgid "Private"
-msgstr "非公開"
-
-#: ../../godmode/reporting/reporting_builder.php:610
-msgid "This report exceeds the item limit for realtime operations"
-msgstr "このレポートはリアルタイム処理のアイテム数制限を超過しています"
-
-#: ../../godmode/reporting/reporting_builder.php:615
-msgid "HTML view"
-msgstr "HTML 表示"
-
-#: ../../godmode/reporting/reporting_builder.php:616
-msgid "Export to XML"
-msgstr "XML へエクスポート"
-
-#: ../../godmode/reporting/reporting_builder.php:735
-msgid "Create report"
-msgstr "レポートの作成"
-
-#: ../../godmode/reporting/reporting_builder.php:2020
-msgid "Successfull action"
-msgstr "処理に成功しました。"
-
-#: ../../godmode/reporting/reporting_builder.php:2020
-msgid "Unsuccessfull action
"
-msgstr "実行に失敗
"
-
-#: ../../godmode/reporting/reporting_builder.list_items.php:288
-#: ../../godmode/reporting/reporting_builder.list_items.php:293
-#: ../../godmode/reporting/reporting_builder.list_items.php:299
-msgid "Ascendent"
-msgstr "上へ"
-
-#: ../../godmode/reporting/reporting_builder.list_items.php:289
-#: ../../godmode/reporting/reporting_builder.list_items.php:294
-#: ../../godmode/reporting/reporting_builder.list_items.php:300
-msgid "Descent"
-msgstr "下へ"
-
-#: ../../godmode/reporting/reporting_builder.list_items.php:307
-#: ../../godmode/reporting/reporting_builder.list_items.php:507
-msgid "Sort"
-msgstr "並べ替え"
-
-#: ../../godmode/reporting/reporting_builder.list_items.php:493
-#: ../../godmode/reporting/reporting_builder.list_items.php:498
-msgid "Sort items"
-msgstr "アイテムの並び替え"
-
-#: ../../godmode/reporting/reporting_builder.list_items.php:500
-msgid "Sort selected items from position: "
-msgstr "選択したアイテムを次の位置から並び替え: "
-
-#: ../../godmode/reporting/reporting_builder.list_items.php:502
-msgid "Move before to"
-msgstr "この前に移動:"
-
-#: ../../godmode/reporting/reporting_builder.list_items.php:502
-msgid "Move after to"
-msgstr "この後ろに移動:"
-
-#: ../../godmode/reporting/reporting_builder.list_items.php:524
-#: ../../godmode/reporting/reporting_builder.list_items.php:529
-msgid "Delete items"
-msgstr "アイテムの削除"
-
-#: ../../godmode/reporting/reporting_builder.list_items.php:531
-msgid "Delete selected items from position: "
-msgstr "次の場所から選択したアイテムを削除する: "
-
-#: ../../godmode/reporting/reporting_builder.list_items.php:533
-msgid "Delete above to"
-msgstr "次の上を削除"
-
-#: ../../godmode/reporting/reporting_builder.list_items.php:533
-msgid "Delete below to"
-msgstr "次の下を削除"
-
-#: ../../godmode/reporting/reporting_builder.list_items.php:561
-msgid ""
-"Are you sure to sort the items into the report?\\nThis action change the "
-"sorting of items into data base."
-msgstr "レポートのアイテムを並び替えますか。\\nこの操作はデータベース内のアイテムの並びを変更します。"
-
-#: ../../godmode/reporting/reporting_builder.list_items.php:582
-msgid "Please select any item to order"
-msgstr "並び替えるアイテムを選択してください"
-
-#: ../../godmode/reporting/reporting_builder.list_items.php:612
-msgid "Are you sure to delete the items into the report?\\n"
-msgstr "レポートのアイテムを削除しますがよろしいですか?\\n"
-
-#: ../../godmode/reporting/reporting_builder.list_items.php:634
-msgid "Please select any item to delete"
-msgstr "削除するアイテムを選択してください"
-
-#: ../../godmode/reporting/graph_builder.main.php:163
-msgid "Horizontal bars"
-msgstr "水平バー"
-
-#: ../../godmode/reporting/graph_builder.main.php:164
-msgid "Vertical bars"
-msgstr "垂直バー"
-
-#: ../../godmode/reporting/graphs.php:154
-msgid "Number of Graphs"
-msgstr "グラフ数"
-
-#: ../../godmode/reporting/graphs.php:213
-msgid "Create graph"
-msgstr "グラフ作成"
-
-#: ../../godmode/reporting/visual_console_builder.php:159
-msgid "This file isn't image"
-msgstr "このファイルは画像ではありません"
-
-#: ../../godmode/reporting/visual_console_builder.php:160
-msgid "This file isn't image."
-msgstr "このファイルは画像ではありません。"
-
-#: ../../godmode/reporting/visual_console_builder.php:164
-#: ../../godmode/reporting/visual_console_builder.php:165
-msgid "File already are exists."
-msgstr "ファイルが既に存在します。"
-
-#: ../../godmode/reporting/visual_console_builder.php:171
-#: ../../godmode/reporting/visual_console_builder.php:172
-msgid "The file have not image extension."
-msgstr "画像ファイルの拡張子ではありません。"
-
-#: ../../godmode/reporting/visual_console_builder.php:183
-#: ../../godmode/reporting/visual_console_builder.php:184
-#: ../../godmode/reporting/visual_console_builder.php:191
-#: ../../godmode/reporting/visual_console_builder.php:194
-msgid "Problems with move file to target."
-msgstr "対象へのファイルの移動で問題が発生しました。"
-
-#: ../../godmode/reporting/visual_console_builder.php:223
-msgid "Successfully update."
-msgstr "更新しました。"
-
-#: ../../godmode/reporting/visual_console_builder.php:235
-msgid "Could not be update."
-msgstr "更新に失敗しました。"
-
-#: ../../godmode/reporting/visual_console_builder.php:250
-msgid "Successfully created."
-msgstr "作成しました。"
-
-#: ../../godmode/reporting/visual_console_builder.php:263
-msgid "Could not be created."
-msgstr "作成に失敗しました。"
-
-#: ../../godmode/reporting/visual_console_builder.php:304
-msgid "Successfully multiple delete."
-msgstr "複数削除をしました。"
-
-#: ../../godmode/reporting/visual_console_builder.php:305
-msgid "Unsuccessfull multiple delete."
-msgstr "複数削除に失敗しました。"
-
-#: ../../godmode/reporting/visual_console_builder.php:387
-msgid "Successfully delete."
-msgstr "削除しました。"
-
-#: ../../godmode/reporting/visual_console_builder.php:693
-msgid "New visual console"
-msgstr "新規ビジュアルコンソール"
-
-#: ../../godmode/netflow/nf_item_list.php:44
-#: ../../godmode/netflow/nf_item_list.php:54
-msgid "Report items"
-msgstr "レポートアイテム"
-
-#: ../../godmode/netflow/nf_item_list.php:49
-msgid "Edit report"
-msgstr "レポートの編集"
-
-#: ../../godmode/netflow/nf_item_list.php:58
-msgid "Netflow reports"
-msgstr "Netflow レポート"
-
-#: ../../godmode/netflow/nf_item_list.php:59
-msgid "Item list"
-msgstr "アイテム一覧"
-
-#: ../../godmode/netflow/nf_item_list.php:151
-msgid "Chart type"
-msgstr "グラフタイプ"
-
-#: ../../godmode/netflow/nf_item_list.php:203
-#: ../../godmode/netflow/nf_item_list.php:210
-msgid "Move to down"
-msgstr "下へ"
-
-#: ../../godmode/netflow/nf_item_list.php:206
-#: ../../godmode/netflow/nf_item_list.php:209
-msgid "Move to up"
-msgstr "上へ"
-
-#: ../../godmode/netflow/nf_item_list.php:255
-msgid "There are no defined items"
-msgstr "定義済のアイテムがありません"
-
-#: ../../godmode/netflow/nf_edit_form.php:59
-#: ../../godmode/netflow/nf_edit_form.php:67
-msgid "Add filter"
-msgstr "フィルタの追加"
-
-#: ../../godmode/netflow/nf_edit_form.php:62
-msgid "Netflow Filter"
-msgstr "Netflow フィルタ"
-
-#: ../../godmode/netflow/nf_edit_form.php:206
-msgid "Filter:"
-msgstr "フィルタ:"
-
-#: ../../godmode/netflow/nf_edit.php:39
-msgid "Manage Netflow Filter"
-msgstr "Netflow フィルタ管理"
-
-#: ../../godmode/gis_maps/configure_gis_map.php:111
-msgid "Map successfully created"
-msgstr "マップを作成しました。"
-
-#: ../../godmode/gis_maps/configure_gis_map.php:112
-msgid "Map could not be created"
-msgstr "マップを作成できませんでした。"
-
-#: ../../godmode/gis_maps/configure_gis_map.php:201
-msgid "Map successfully update"
-msgstr "マップを更新しました。"
-
-#: ../../godmode/gis_maps/configure_gis_map.php:202
-msgid "Map could not be updated"
-msgstr "マップを更新できませんでした"
-
-#: ../../godmode/gis_maps/configure_gis_map.php:219
-msgid "View GIS"
-msgstr "GIS 表示"
-
-#: ../../godmode/gis_maps/configure_gis_map.php:222
-msgid "GIS Maps builder"
-msgstr "GIS マップビルダ"
-
-#: ../../godmode/gis_maps/configure_gis_map.php:329
-msgid "Map Name"
-msgstr "マップ名"
-
-#: ../../godmode/gis_maps/configure_gis_map.php:329
-msgid "Descriptive name for the map"
-msgstr "マップの名称"
-
-#: ../../godmode/gis_maps/configure_gis_map.php:348
-msgid "Add Map connection"
-msgstr "利用マップの追加"
-
-#: ../../godmode/gis_maps/configure_gis_map.php:348
-msgid ""
-"At least one map connection must be defined, it will be possible to change "
-"between the connections in the map"
-msgstr "少なくとも、1つの利用マップが定義されていなければいけません。マップの変更は可能です。"
-
-#: ../../godmode/gis_maps/configure_gis_map.php:366
-msgid "Group that owns the map"
-msgstr "マップを利用するグループ"
-
-#: ../../godmode/gis_maps/configure_gis_map.php:369
-msgid "Default zoom"
-msgstr "デフォルトの拡大率"
-
-#: ../../godmode/gis_maps/configure_gis_map.php:369
-msgid "Default zoom level when opening the map"
-msgstr "マップを開いた時のデフォルトの拡大レベル"
-
-#: ../../godmode/gis_maps/configure_gis_map.php:372
-msgid "Center Latitude"
-msgstr "中心の緯度"
-
-#: ../../godmode/gis_maps/configure_gis_map.php:375
-msgid "Center Longitude"
-msgstr "中心の経度"
-
-#: ../../godmode/gis_maps/configure_gis_map.php:378
-msgid "Center Altitude"
-msgstr "中心の高度"
-
-#: ../../godmode/gis_maps/configure_gis_map.php:381
-msgid "Default Latitude"
-msgstr "デフォルトの緯度"
-
-#: ../../godmode/gis_maps/configure_gis_map.php:384
-msgid "Default Longitude"
-msgstr "デフォルトの経度"
-
-#: ../../godmode/gis_maps/configure_gis_map.php:387
-msgid "Default Altitude"
-msgstr "デフォルトの高度"
-
-#: ../../godmode/gis_maps/configure_gis_map.php:392
-msgid "Layers"
-msgstr "レイヤ"
-
-#: ../../godmode/gis_maps/configure_gis_map.php:392
-msgid ""
-"Each layer can show agents from one group or the agents added to that layer "
-"or both."
-msgstr "それぞれのレイヤは、グループに所属するエージェントまたはレイヤに個別に追加されたエージェントを表示できます。"
-
-#: ../../godmode/gis_maps/configure_gis_map.php:398
-msgid "List of layers"
-msgstr "レイヤ一覧"
-
-#: ../../godmode/gis_maps/configure_gis_map.php:398
-msgid "It is possible to edit, delete and reorder the layers."
-msgstr "編集、削除、レイヤの順番の変更ができます。"
-
-#: ../../godmode/gis_maps/configure_gis_map.php:399
-msgid "New layer"
-msgstr "新規レイヤ"
-
-#: ../../godmode/gis_maps/configure_gis_map.php:407
-msgid "Layer name"
-msgstr "レイヤ名"
-
-#: ../../godmode/gis_maps/configure_gis_map.php:409
-msgid "Visible"
-msgstr "可視化"
-
-#: ../../godmode/gis_maps/configure_gis_map.php:413
-msgid "Show agents from group"
-msgstr "表示するエージェントのグループ"
-
-#: ../../godmode/gis_maps/configure_gis_map.php:425
-msgid "Add agent"
-msgstr "エージェント追加"
-
-#: ../../godmode/gis_maps/configure_gis_map.php:441
-msgid "List of Agents to be shown in the layer"
-msgstr "レイヤ内に表示されるエージェント一覧"
-
-#: ../../godmode/gis_maps/configure_gis_map.php:448
-#: ../../godmode/gis_maps/configure_gis_map.php:624
-#: ../../godmode/gis_maps/configure_gis_map.php:635
-msgid "Save Layer"
-msgstr "レイヤの保存"
-
-#: ../../godmode/gis_maps/configure_gis_map.php:464
-#: ../../godmode/gis_maps/configure_gis_map.php:471
-msgid "Save map"
-msgstr "マップの保存"
-
-#: ../../godmode/gis_maps/configure_gis_map.php:467
-msgid "Update map"
-msgstr "マップの更新"
-
-#: ../../godmode/gis_maps/configure_gis_map.php:668
-#: ../../godmode/gis_maps/configure_gis_map.php:724
-msgid "Update Layer"
-msgstr "レイヤの更新"
-
-#: ../../godmode/gis_maps/configure_gis_map.php:790
-msgid "Do you want to use the default data from the connection?"
-msgstr "利用マップのデフォルトデータを利用しますか。"
-
-#: ../../godmode/gis_maps/configure_gis_map.php:825
-msgid "The connection"
-msgstr "利用マップ"
-
-#: ../../godmode/gis_maps/configure_gis_map.php:825
-msgid "just added previously."
-msgstr "すでに追加されています。"
-
-#: ../../godmode/db/db_purge.php:37 ../../godmode/db/db_info.php:32
-#: ../../godmode/db/db_audit.php:19 ../../godmode/db/db_event.php:21
-#: ../../godmode/db/db_refine.php:33
-msgid "Database maintenance"
-msgstr "データベースメンテナンス"
-
-#: ../../godmode/db/db_purge.php:43
-msgid "Get data from agent"
-msgstr "エージェントから収集したデータ"
-
-#: ../../godmode/db/db_purge.php:75
-#, php-format
-msgid "Purge task launched for agent %s :: Data older than %s"
-msgstr "エージェント %s の削除タスクを起動しました。%s より古いデータが対象です。"
-
-#: ../../godmode/db/db_purge.php:78
-msgid ""
-"Please be patient. This operation can take a long time depending on the "
-"amount of modules."
-msgstr "しばらくお待ちください。この操作は、モジュール数によりしばらく時間がかかることがあります。"
-
-#: ../../godmode/db/db_purge.php:92
-#, php-format
-msgid "Deleting records for module %s"
-msgstr "モジュール %s のレコードを削除しています"
-
-#: ../../godmode/db/db_purge.php:140
-#, php-format
-msgid "Total errors: %s"
-msgstr "全エラー数: %s"
-
-#: ../../godmode/db/db_purge.php:141 ../../godmode/db/db_purge.php:144
-#, php-format
-msgid "Total records deleted: %s"
-msgstr "全削除レコード数: %s"
-
-#: ../../godmode/db/db_purge.php:149
-msgid "Deleting records for all agents"
-msgstr "全エージェントのレコードの削除中"
-
-#: ../../godmode/db/db_purge.php:166
-msgid "Choose agent"
-msgstr "エージェントの選択"
-
-#: ../../godmode/db/db_purge.php:172
-msgid "Select the agent you want information about"
-msgstr "情報を見たいエージェントを選択してください。"
-
-#: ../../godmode/db/db_purge.php:174
-msgid "Get data"
-msgstr "データ取得"
-
-#: ../../godmode/db/db_purge.php:175
-msgid "Click here to get the data from the agent specified in the select box"
-msgstr "選択したエージェントからデータを取得するためには、ここをクリックしてください。"
-
-#: ../../godmode/db/db_purge.php:179
-#, php-format
-msgid "Information on agent %s in the database"
-msgstr "エージェント %s に関するデータベース内の情報"
-
-#: ../../godmode/db/db_purge.php:182
-msgid "Information on all agents in the database"
-msgstr "データベース内の全エージェントの情報"
-
-#: ../../godmode/db/db_purge.php:317
-msgid "Packets less than three months old"
-msgstr "過去3ヵ月のパケット数"
-
-#: ../../godmode/db/db_purge.php:319
-msgid "Packets less than one month old"
-msgstr "過去1ヵ月のパケット数"
-
-#: ../../godmode/db/db_purge.php:321
-msgid "Packets less than two weeks old"
-msgstr "過去2週間のパケット数"
-
-#: ../../godmode/db/db_purge.php:323
-msgid "Packets less than one week old"
-msgstr "過去1週間のパケット数"
-
-#: ../../godmode/db/db_purge.php:325
-msgid "Packets less than three days old"
-msgstr "過去3日間のパケット数"
-
-#: ../../godmode/db/db_purge.php:327
-msgid "Packets less than one day old"
-msgstr "過去1日間のパケット数"
-
-#: ../../godmode/db/db_purge.php:329
-msgid "Total number of packets"
-msgstr "全パケット数"
-
-#: ../../godmode/db/db_purge.php:335 ../../godmode/db/db_audit.php:92
-#: ../../godmode/db/db_event.php:73
-msgid "Purge data"
-msgstr "データ削除"
-
-#: ../../godmode/db/db_purge.php:340
-msgid "Purge data over 3 months"
-msgstr "3ヵ月より古いデータの削除"
-
-#: ../../godmode/db/db_purge.php:341
-msgid "Purge data over 1 month"
-msgstr "1ヵ月より古いデータの削除"
-
-#: ../../godmode/db/db_purge.php:342
-msgid "Purge data over 2 weeks"
-msgstr "2週間より古いデータの削除"
-
-#: ../../godmode/db/db_purge.php:343
-msgid "Purge data over 1 week"
-msgstr "1週間より古いデータの削除"
-
-#: ../../godmode/db/db_purge.php:344
-msgid "Purge data over 3 days"
-msgstr "3日より古いデータの削除"
-
-#: ../../godmode/db/db_purge.php:345
-msgid "Purge data over 1 day"
-msgstr "1日より古いデータの削除"
-
-#: ../../godmode/db/db_purge.php:346
-msgid "All data until now"
-msgstr "現在より古いデータ全ての削除"
-
-#: ../../godmode/db/db_purge.php:350
-msgid "Purge"
-msgstr "削除"
-
-#: ../../godmode/db/db_main.php:69
-msgid "Current database maintenance setup"
-msgstr "現在のデータベース設定"
-
-#: ../../godmode/db/db_main.php:76
-msgid "Database setup"
-msgstr "データベース設定"
-
-#: ../../godmode/db/db_main.php:80
-msgid "Max. time before compact data"
-msgstr "データ保持日数(未圧縮)"
-
-#: ../../godmode/db/db_main.php:86
-msgid "Max. time before purge"
-msgstr "データ保持日数"
-
-#: ../../godmode/db/db_main.php:95
-msgid "Database size stats"
-msgstr "データベースサイズ"
-
-#: ../../godmode/db/db_main.php:111
-msgid "Total data items (tagente_datos)"
-msgstr "データ要素数 (tagente_datos)"
-
-#: ../../godmode/db/db_main.php:123
-msgid "Total log4x items (tagente_datos_log4x)"
-msgstr "log4x 要素数 (tagente_datos_log4x)"
-
-#: ../../godmode/db/db_main.php:135
-msgid "Total data string items (tagente_datos_string)"
-msgstr "文字列データ要素数 (tagente_datos_string)"
-
-#: ../../godmode/db/db_main.php:141
-msgid "Total modules configured"
-msgstr "定義済モジュール数"
-
-#: ../../godmode/db/db_main.php:149
-msgid "Total agent access records"
-msgstr "エージェントアクセス数"
-
-#: ../../godmode/db/db_main.php:160
-msgid "Database sanity"
-msgstr "データベースの健全性"
-
-#: ../../godmode/db/db_main.php:164
-msgid "Total uknown agents"
-msgstr "不明なエージェント数"
-
-#: ../../godmode/db/db_main.php:170
-msgid "Total non-init modules"
-msgstr "未初期化モジュール数"
-
-#: ../../godmode/db/db_main.php:179
-msgid "Last time on DB maintance"
-msgstr "最終 DB メンテナンス日時"
-
-#: ../../godmode/db/db_main.php:200
-msgid ""
-"Please check your Pandora Server setup and be sure that database maintenance "
-"daemon is running. It's very important to keep up-to-date database to get "
-"the best performance and results in Pandora"
-msgstr ""
-"Pandoraサーバの設定とデータベースメンテナンスデーモンの動作に注意をしてください。パフォーマンスを維持するためには、データベースを日々整理することが"
-"重要です。"
-
-#: ../../godmode/db/db_info.php:32
-msgid "Database information"
-msgstr "データベース情報"
-
-#: ../../godmode/db/db_info.php:34
-msgid "Module data received"
-msgstr "データ受信モジュール"
-
-#: ../../godmode/db/db_audit.php:19
-msgid "Database audit purge"
-msgstr "監査DB削除"
-
-#: ../../godmode/db/db_audit.php:70
-msgid "Success data deleted"
-msgstr "データを削除しました"
-
-#: ../../godmode/db/db_audit.php:72
-msgid "Error deleting data"
-msgstr "データ削除エラー"
-
-#: ../../godmode/db/db_audit.php:81 ../../godmode/db/db_event.php:62
-msgid "Records"
-msgstr "レコード"
-
-#: ../../godmode/db/db_audit.php:84 ../../godmode/db/db_event.php:64
-msgid "First date"
-msgstr "開始日時"
-
-#: ../../godmode/db/db_audit.php:88
-msgid "Latest date"
-msgstr "最新日時"
-
-#: ../../godmode/db/db_audit.php:97
-msgid "Purge audit data over 90 days"
-msgstr "90日より古い監査データ削除"
-
-#: ../../godmode/db/db_audit.php:98
-msgid "Purge audit data over 30 days"
-msgstr "30日より古い監査データ削除"
-
-#: ../../godmode/db/db_audit.php:99
-msgid "Purge audit data over 14 days"
-msgstr "14日より古い監査データ削除"
-
-#: ../../godmode/db/db_audit.php:100
-msgid "Purge audit data over 7 days"
-msgstr "7日より古い監査データ削除"
-
-#: ../../godmode/db/db_audit.php:101
-msgid "Purge audit data over 3 days"
-msgstr "3日より古い監査データ削除"
-
-#: ../../godmode/db/db_audit.php:102
-msgid "Purge audit data over 1 day"
-msgstr "1日より古い監査データ削除"
-
-#: ../../godmode/db/db_audit.php:103
-msgid "Purge all audit data"
-msgstr "すべての監査データ削除"
-
-#: ../../godmode/db/db_audit.php:107 ../../godmode/db/db_event.php:92
-msgid "Do it!"
-msgstr "実行"
-
-#: ../../godmode/db/db_event.php:22
-msgid "Event database cleanup"
-msgstr "イベントDB削除"
-
-#: ../../godmode/db/db_event.php:40
-msgid "Successfully deleted old events"
-msgstr "古いイベントを削除しました。"
-
-#: ../../godmode/db/db_event.php:43
-msgid "Error deleting old events"
-msgstr "古いイベントの削除に失敗しました。"
-
-#: ../../godmode/db/db_event.php:67
-msgid "Latest data"
-msgstr "最新日時"
-
-#: ../../godmode/db/db_event.php:81
-msgid "Purge event data over 90 days"
-msgstr "90日より古いイベントデータ削除"
-
-#: ../../godmode/db/db_event.php:82
-msgid "Purge event data over 30 days"
-msgstr "30日より古いイベントデータ削除"
-
-#: ../../godmode/db/db_event.php:83
-msgid "Purge event data over 14 days"
-msgstr "14日より古いイベントデータ削除"
-
-#: ../../godmode/db/db_event.php:84
-msgid "Purge event data over 7 days"
-msgstr "7日より古いイベントデータ削除"
-
-#: ../../godmode/db/db_event.php:85
-msgid "Purge event data over 3 days"
-msgstr "3日より古いイベントデータ削除"
-
-#: ../../godmode/db/db_event.php:86
-msgid "Purge event data over 1 day"
-msgstr "1日より古いイベントデータ削除"
-
-#: ../../godmode/db/db_event.php:87
-msgid "Purge all event data"
-msgstr "すべてのイベントデータ削除"
-
-#: ../../godmode/db/db_refine.php:42
-msgid "Maximum is equal to minimum"
-msgstr "最大値と最小値が同じです。"
-
-#: ../../godmode/db/db_refine.php:56
-msgid "Filtering data module"
-msgstr "データモジュールのフィルタ中"
-
-#: ../../godmode/db/db_refine.php:76
-msgid "Filtering completed"
-msgstr "フィルタリングが完了しました。"
-
-#: ../../godmode/db/db_refine.php:88
-msgid "No agent selected"
-msgstr "エージェント選択なし"
-
-#: ../../godmode/db/db_refine.php:92
-msgid "Get Info"
-msgstr "情報取得"
-
-#: ../../godmode/db/db_refine.php:105
-msgid "Purge data out of these limits"
-msgstr "以下の範囲外のデータ削除"
-
-#: ../../godmode/servers/manage_recontask_form.php:189
-msgid ""
-"By default, in Windows, Pandora FMS only support Standard network sweep, not "
-"custom scripts"
-msgstr ""
-"デフォルトでは、Windows においては Pandora FMS は標準のネットワーク探索のみの対応で、カスタムスクリプトは使えません。"
-
-#: ../../godmode/servers/manage_recontask_form.php:224
-msgid ""
-"You must select a Recon Server for the Task, otherwise the Recon Task will "
-"never run"
-msgstr "タスクを実行する自動検出サーバを指定する必要があります。指定しないと自動検出は実行されません。"
-
-#: ../../godmode/servers/manage_recontask_form.php:232
-msgid "Network sweep"
-msgstr "ネットワーク探査"
-
-#: ../../godmode/servers/manage_recontask_form.php:234
-msgid "Custom script"
-msgstr "カスタムスクリプト"
-
-#: ../../godmode/servers/manage_recontask_form.php:253
-msgid "Manual interval means that it will be executed only On-demand"
-msgstr "手動は、オンデマンドでのみの実行を意味します。"
-
-#: ../../godmode/servers/manage_recontask_form.php:255
-#: ../../godmode/servers/manage_recontask.php:346
-msgid "Manual"
-msgstr "マニュアル"
-
-#: ../../godmode/servers/manage_recontask_form.php:260
-msgid "The minimum recomended interval for Recon Task is 5 minutes"
-msgstr "自動検出タスクの最小間隔は、5分をお勧めします。"
-
-#: ../../godmode/servers/manage_recontask_form.php:265
-msgid "Module template"
-msgstr "モジュールテンプレート"
-
-#: ../../godmode/servers/manage_recontask_form.php:299
-#: ../../godmode/servers/manage_recontask.php:291
-msgid "Ports"
-msgstr "ポート番号"
-
-#: ../../godmode/servers/manage_recontask_form.php:302
-msgid ""
-"Ports defined like: 80 or 80,443,512 or even 0-1024 (Like Nmap command line "
-"format). If dont want to do a sweep using portscan, left it in blank"
-msgstr ""
-"ポート番号の指定は、一つの場合は 80、複数の場合は、80,443,512 や 0-1024 "
-"(nmapコマンドのフォーマット)のように記載します。ポートスキャンをしたくない場合は、空白にしてください。"
-
-#: ../../godmode/servers/manage_recontask_form.php:313
-msgid "Choose if the discovery of a new system creates an incident or not."
-msgstr "新システム検出時のインシデント作成有無の選択"
-
-#: ../../godmode/servers/manage_recontask_form.php:316
-msgid "SNMP Default community"
-msgstr "SNMP デフォルトコミュニティ"
-
-#: ../../godmode/servers/manage_recontask_form.php:322
-msgid "Explanation"
-msgstr "説明"
-
-#: ../../godmode/servers/manage_recontask_form.php:363
-msgid "OS detection"
-msgstr "OSの検出"
-
-#: ../../godmode/servers/manage_recontask_form.php:367
-msgid "Name resolution"
-msgstr "名前解決"
-
-#: ../../godmode/servers/manage_recontask_form.php:371
-msgid "Parent detection"
-msgstr "親の検出"
-
-#: ../../godmode/servers/manage_recontask_form.php:375
-msgid "Parent recursion"
-msgstr "親の再帰検出"
-
-#: ../../godmode/servers/manage_recontask_form.php:376
-msgid ""
-"Maximum number of parent hosts that will be created if parent detection is "
-"enabled."
-msgstr "親検出が有効の場合に、作成される親ホストの最大数です。"
-
-#: ../../godmode/servers/manage_recontask.php:55
-msgid "Successfully deleted recon task"
-msgstr "自動検出処理を削除しました。"
-
-#: ../../godmode/servers/manage_recontask.php:58
-msgid "Error deleting recon task"
-msgstr "自動検出処理の削除に失敗しました。"
-
-#: ../../godmode/servers/manage_recontask.php:68
-#: ../../godmode/servers/manage_recontask.php:179
-msgid "Successfully updated recon task"
-msgstr "自動検出処理を更新しました。"
-
-#: ../../godmode/servers/manage_recontask.php:75
-#: ../../godmode/servers/manage_recontask.php:182
-msgid "Error updating recon task"
-msgstr "自動検出処理の更新に失敗しました。"
-
-#: ../../godmode/servers/manage_recontask.php:163
-#: ../../godmode/servers/manage_recontask.php:234
-msgid "Wrong format in Subnet field"
-msgstr "サブネットの記述が不正です"
-
-#: ../../godmode/servers/manage_recontask.php:230
-msgid "Recon-task name already exists and incorrect format in Subnet field"
-msgstr "自動検出タスク名がすでに存在しサブネットの記述が不正です。"
-
-#: ../../godmode/servers/manage_recontask.php:238
-#: ../../godmode/servers/manage_recontask.php:247
-msgid "Recon-task name already exists"
-msgstr "自動検出タスク名がすでに存在します"
-
-#: ../../godmode/servers/manage_recontask.php:261
-msgid "Successfully created recon task"
-msgstr "自動検出処理を作成しました。"
-
-#: ../../godmode/servers/manage_recontask.php:264
-msgid "Error creating recon task"
-msgstr "自動検出処理の作成に失敗しました。"
-
-#: ../../godmode/servers/manage_recontask.php:387
-msgid "There are no recon task configured"
-msgstr "自動検出処理がありません。"
-
-#: ../../godmode/servers/recon_script.php:73
-msgid "Recon script creation"
-msgstr "自動検出スクリプト作成"
-
-#: ../../godmode/servers/recon_script.php:75
-msgid "Recon script update"
-msgstr "自動検出スクリプト更新"
-
-#: ../../godmode/servers/recon_script.php:101
-msgid "Script fullpath"
-msgstr "スクリプトのフルパス"
-
-#: ../../godmode/servers/recon_script.php:161
-#: ../../godmode/servers/plugin.php:451
-msgid "Default value"
-msgstr "デフォルト値"
-
-#: ../../godmode/servers/recon_script.php:174
-#: ../../godmode/servers/plugin.php:464
-msgid "Hide value"
-msgstr "値を隠す"
-
-#: ../../godmode/servers/recon_script.php:174
-#: ../../godmode/servers/plugin.php:464
-msgid "This field will show up as dots like a password"
-msgstr "このフィールドは、パスワードのようにドットで表示されます。"
-
-#: ../../godmode/servers/recon_script.php:199
-#: ../../godmode/servers/plugin.php:491
-msgid "Add macro"
-msgstr "マクロを追加"
-
-#: ../../godmode/servers/recon_script.php:206
-#: ../../godmode/servers/plugin.php:506
-msgid "Delete macro"
-msgstr "マクロを削除"
-
-#: ../../godmode/servers/recon_script.php:228
-msgid "Recon scripts registered in Pandora FMS"
-msgstr "Pandora FMS に定義されている自動検出スクリプト"
-
-#: ../../godmode/servers/recon_script.php:271
-msgid "Problem updating"
-msgstr "問題の更新"
-
-#: ../../godmode/servers/recon_script.php:274
-#: ../../godmode/modules/manage_network_components.php:352
-msgid "Updated successfully"
-msgstr "更新しました。"
-
-#: ../../godmode/servers/recon_script.php:317
-msgid "Problem creating"
-msgstr "問題の作成"
-
-#: ../../godmode/servers/recon_script.php:320
-#: ../../godmode/modules/manage_network_components.php:261
-msgid "Created successfully"
-msgstr "作成しました。"
-
-#: ../../godmode/servers/recon_script.php:331
-msgid "Problem deleting reconscript"
-msgstr "自動検出スクリプトの削除に失敗しました"
-
-#: ../../godmode/servers/recon_script.php:334
-msgid "reconscript deleted successfully"
-msgstr "自動検出スクリプトを削除しました"
-
-#: ../../godmode/servers/recon_script.php:378
-msgid "There are no recon scripts in the system"
-msgstr "自動検出スクリプトが定義されていません"
-
-#: ../../godmode/servers/servers.build_table.php:38
-msgid "There are no servers configured into the database"
-msgstr "データベースにサーバがありません。"
-
-#: ../../godmode/servers/servers.build_table.php:69
-msgid "Lag"
-msgstr "遅延"
-
-#: ../../godmode/servers/servers.build_table.php:69
-msgid "Avg. Delay(sec)/Modules delayed"
-msgstr "平均遅延(秒)/遅延モジュール"
-
-#: ../../godmode/servers/servers.build_table.php:70
-msgid "T/Q"
-msgstr "T/Q"
-
-#: ../../godmode/servers/servers.build_table.php:70
-msgid "Threads / Queued modules currently"
-msgstr "スレッド数 / 現在キューに溜まっているモジュール数"
-
-#: ../../godmode/servers/servers.build_table.php:97
-msgid "This is a master server"
-msgstr "マスタサーバです。"
-
-#: ../../godmode/servers/servers.build_table.php:110
-#: ../../godmode/servers/servers.build_table.php:115
-msgid "of"
-msgstr "/"
-
-#: ../../godmode/servers/servers.build_table.php:142
-msgid "Reset module status and fired alert counts"
-msgstr "モジュールの状態とアラート発報回数のリセット"
-
-#: ../../godmode/servers/servers.build_table.php:148
-msgid "Claim back SNMP modules"
-msgstr "SNMP モジュールに戻す"
-
-#: ../../godmode/servers/servers.build_table.php:168
-msgid ""
-"Modules run by this server will stop working. Do you want to continue?"
-msgstr "このサーバで動作しているモジュールを停止します。実行しますか?"
-
-#: ../../godmode/servers/servers.build_table.php:189
-msgid "Tactical server information"
-msgstr "モニタリングサーバの情報"
-
-#: ../../godmode/servers/modificar_server.php:35
-msgid "Update Server"
-msgstr "サーバ情報の更新"
-
-#: ../../godmode/servers/modificar_server.php:61
-msgid "Remote Configuration"
-msgstr "リモート設定"
-
-#: ../../godmode/servers/modificar_server.php:66
-msgid "Pandora servers"
-msgstr "Pandora サーバ"
-
-#: ../../godmode/servers/modificar_server.php:73
-#: ../../godmode/servers/modificar_server.php:85
-msgid "Unsuccessfull action"
-msgstr "処理に失敗しました。"
-
-#: ../../godmode/servers/modificar_server.php:76
-#: ../../godmode/servers/modificar_server.php:88
-msgid "Successfully action"
-msgstr "アクションに成功しました。"
-
-#: ../../godmode/servers/modificar_server.php:98
-msgid "Server deleted successfully"
-msgstr "サーバを削除しました。"
-
-#: ../../godmode/servers/modificar_server.php:101
-msgid "There was a problem deleting the server"
-msgstr "サーバの削除に失敗しました。"
-
-#: ../../godmode/servers/modificar_server.php:112
-msgid "Server updated successfully"
-msgstr "サーバを更新しました。"
-
-#: ../../godmode/servers/modificar_server.php:115
-msgid "There was a problem updating the server"
-msgstr "サーバの更新に失敗しました。"
-
-#: ../../godmode/servers/modificar_server.php:134
-#: ../../godmode/agentes/configurar_agente.php:610
-msgid "Conf file deleted successfully"
-msgstr "conf ファイルを削除しました。"
-
-#: ../../godmode/servers/modificar_server.php:135
-#: ../../godmode/agentes/configurar_agente.php:611
-msgid "Could not delete conf file"
-msgstr "conf ファイルの削除に失敗しました。"
-
-#: ../../godmode/servers/plugin.php:53
-msgid "Network Components"
-msgstr "ネットワークコンポーネント"
-
-#: ../../godmode/servers/plugin.php:170
-msgid "Compatibility mode"
-msgstr "互換モード"
-
-#: ../../godmode/servers/plugin.php:266
-msgid "Plugin creation"
-msgstr "プラグインの作成"
-
-#: ../../godmode/servers/plugin.php:269
-msgid "Plugin update"
-msgstr "プラグインの更新"
-
-#: ../../godmode/servers/plugin.php:299
-msgid "Plugin type"
-msgstr "プラグインタイプ"
-
-#: ../../godmode/servers/plugin.php:300 ../../godmode/servers/plugin.php:759
-msgid "Standard"
-msgstr "標準"
-
-#: ../../godmode/servers/plugin.php:301 ../../godmode/servers/plugin.php:761
-msgid "Nagios"
-msgstr "Nagios"
-
-#: ../../godmode/servers/plugin.php:306
-msgid "Max. timeout"
-msgstr "最大タイムアウト"
-
-#: ../../godmode/servers/plugin.php:306
-msgid ""
-"This value only will be applied if is minor than the server general "
-"configuration plugin timeout"
-msgstr "全体のサーバプラグインタイムアウトよりも小さい場合にこの値が適用されます。"
-
-#: ../../godmode/servers/plugin.php:306
-msgid ""
-"If you set a 0 seconds timeout, the server plugin timeout will be used"
-msgstr "タイムアウトを 0 に設定した場合、plugin_timeout の値が利用されます。"
-
-#: ../../godmode/servers/plugin.php:362
-msgid "Plugin command"
-msgstr "プラグインコマンド"
-
-#: ../../godmode/servers/plugin.php:373
-msgid "Plug-in parameters"
-msgstr "プラグインパラメータ"
-
-#: ../../godmode/servers/plugin.php:524 ../../godmode/servers/plugin.php:531
-msgid "Parameters macros"
-msgstr "パラメータマクロ"
-
-#: ../../godmode/servers/plugin.php:564
-msgid "Plugins registered in Pandora FMS"
-msgstr "Pandora FMS に登録済のプラグイン"
-
-#: ../../godmode/servers/plugin.php:569
-msgid "You need to create your own plugins with Windows compatibility"
-msgstr "Windows に対応したプラグインを作成する必要があります"
-
-#: ../../godmode/servers/plugin.php:629
-msgid "Problem updating plugin"
-msgstr "プラグインの更新に失敗しました。"
-
-#: ../../godmode/servers/plugin.php:632
-msgid "Plugin updated successfully"
-msgstr "プラグインを更新しました。"
-
-#: ../../godmode/servers/plugin.php:687
-msgid "Problem creating plugin"
-msgstr "プラグインの作成に失敗しました。"
-
-#: ../../godmode/servers/plugin.php:690
-msgid "Plugin created successfully"
-msgstr "プラグインを作成しました。"
-
-#: ../../godmode/servers/plugin.php:700
-msgid "Problem deleting plugin"
-msgstr "プラグインの削除に失敗しました。"
-
-#: ../../godmode/servers/plugin.php:703
-msgid "Plugin deleted successfully"
-msgstr "プラグインを削除しました。"
-
-#: ../../godmode/servers/plugin.php:782
-msgid "All the modules that are using this plugin will be deleted"
-msgstr "このプラグインを利用しているすべてのモジュールが削除されます"
-
-#: ../../godmode/servers/plugin.php:789
-msgid "There are no plugins in the system"
-msgstr "プラグインがありません。"
-
-#: ../../godmode/servers/plugin.php:801
-#, php-format
-msgid "List of modules and components created by \"%s\" "
-msgstr "\"%s\" にて作成されたモジュールおよびコンポーネントの一覧 "
-
-#: ../../godmode/servers/plugin.php:909 ../../godmode/servers/plugin.php:925
-msgid "Some modules or components are using the plugin"
-msgstr "いくつかのモジュールまたはコンポーネントがプラグインを利用しています"
-
-#: ../../godmode/servers/plugin.php:910
-msgid ""
-"The modules or components should be updated manually or using the bulk "
-"operations for plugins after this change"
-msgstr "モジュールまたはコンポーネントは手動で更新するか、変更後にプラグインの一括操作を使う必要があります。"
-
-#: ../../godmode/servers/plugin.php:912
-msgid "Are you sure you want to perform this action?"
-msgstr "この処理を実行してもよろしいですか。"
-
-#: ../../godmode/servers/plugin.php:926
-msgid "Are you sure you want to unlock this item?"
-msgstr "このアイテムをロック解除してもよろしいですか。"
-
-#: ../../godmode/servers/plugin.php:946
-msgid ""
-"The plugin command cannot be updated because some modules or components are "
-"using the plugin."
-msgstr "いくつかのモジュールまたはコンポーネントでプラグインを利用しているため、プラグインコマンドを更新できません。"
-
-#: ../../godmode/servers/plugin.php:952
-msgid ""
-"The plugin macros cannot be updated because some modules or components are "
-"using the plugin"
-msgstr "いくつかのモジュールまたはコンポーネントでプラグインを利用しているため、プラグインマクロは更新できません。"
-
-#: ../../godmode/admin_access_logs.php:33
-msgid "Pandora audit"
-msgstr "Pandoraの監査"
-
-#: ../../godmode/admin_access_logs.php:33
-msgid "Review Logs"
-msgstr "ログ一覧"
-
-#: ../../godmode/admin_access_logs.php:65
-#: ../../godmode/admin_access_logs.php:66
-msgid "Free text for search (*)"
-msgstr "検索文字列 (*)"
-
-#: ../../godmode/admin_access_logs.php:303
-msgid "Export to CSV "
-msgstr "CSV へエクスポート "
-
-#: ../../godmode/update_manager/update_manager.online.php:48
-#, php-format
-msgid ""
-"Your PHP has set memory limit in %s. For avoid problems with big updates "
-"please set to 500M"
-msgstr "PHP のメモリ制限が %s に設定されています。大きな更新における問題を避けるためには、500M に設定してください。"
-
-#: ../../godmode/update_manager/update_manager.online.php:55
-#, php-format
-msgid ""
-"Your PHP has set post parameter max size limit in %s. For avoid problems "
-"with big updates please set to 100M"
-msgstr "PHP の設定で、ポストデータの最大サイズが %s に制限されています。大きな更新時に問題にならないよう、100M に設定してください。"
-
-#: ../../godmode/update_manager/update_manager.online.php:62
-#, php-format
-msgid ""
-"Your PHP has set maximum allowed size for uploaded files limit in %s. For "
-"avoid problems with big updates please set to 100M"
-msgstr ""
-"PHP の設定で、最大アップロードファイルサイズが %s に制限されています。大きな更新時に問題にならないよう、100M に設定してください。"
-
-#: ../../godmode/update_manager/update_manager.online.php:85
-msgid "The last version of package installed is:"
-msgstr "インストールされている最新バージョンのパッケージ:"
-
-#: ../../godmode/update_manager/update_manager.online.php:89
-msgid "Checking for the newest package."
-msgstr "最新パッケージの確認中。"
-
-#: ../../godmode/update_manager/update_manager.online.php:93
-msgid "Downloading for the newest package."
-msgstr "最新パッケージのダウンロード中。"
-
-#: ../../godmode/update_manager/update_manager.offline.php:37
-msgid "Drop the package here or"
-msgstr "ここにパッケージをドロップするかまたは"
-
-#: ../../godmode/update_manager/update_manager.offline.php:38
-msgid "browse it"
-msgstr "ブラウズしてください"
-
-#: ../../godmode/update_manager/update_manager.offline.php:39
-msgid "The package has been uploaded successfully."
-msgstr "パッケージをアップロードしました。"
-
-#: ../../godmode/update_manager/update_manager.offline.php:40
-msgid ""
-"Remember that this package will override the actual Pandora FMS files and it "
-"is recommended to do a backup before continue with the update."
-msgstr ""
-"このパッケージは既存の Pandora FMS ファイルを上書きすることに注意してください。アップデートを実行する前にバックアップを取得してください。"
-
-#: ../../godmode/update_manager/update_manager.offline.php:41
-msgid "Click on the file below to begin."
-msgstr "開始するには以下のファイルをクリックします。"
-
-#: ../../godmode/update_manager/update_manager.offline.php:42
-msgid "Updating"
-msgstr "更新中"
-
-#: ../../godmode/update_manager/update_manager.offline.php:43
-msgid "Package updated successfully."
-msgstr "パッケージを更新しました。"
-
-#: ../../godmode/update_manager/update_manager.offline.php:44
-msgid ""
-"If there are any database change, it will be applied on the next login."
-msgstr "データベース変更がある場合は、次回のログイン時に適用されます。"
-
-#: ../../godmode/update_manager/update_manager.offline.php:45
-msgid "Package not updated."
-msgstr "パッケージは更新されませんでした。"
-
-#: ../../godmode/update_manager/update_manager.offline.php:46
-msgid "Error in MR file"
-msgstr "MR ファイルエラー"
-
-#: ../../godmode/update_manager/update_manager.offline.php:47
-msgid "MR not accepted"
-msgstr "MR を適用できません"
-
-#: ../../godmode/update_manager/update_manager.php:39
-msgid "Offline update manager"
-msgstr "オフラインアップデートマネージャ"
-
-#: ../../godmode/update_manager/update_manager.php:43
-msgid "Online update manager"
-msgstr "オンラインアップデートマネージャ"
-
-#: ../../godmode/update_manager/update_manager.php:50
-msgid "Update manager messages"
-msgstr "アップデートマネージャのメッセージ"
-
-#: ../../godmode/update_manager/update_manager.php:55
-msgid "Update manager » Setup"
-msgstr "アップデートマネージャ > 設定"
-
-#: ../../godmode/update_manager/update_manager.php:58
-msgid "Update manager » Offline"
-msgstr "アップデートマネージャ > オフライン"
-
-#: ../../godmode/update_manager/update_manager.php:61
-msgid "Update manager » Online"
-msgstr "アップデートマネージャ > オンライン"
-
-#: ../../godmode/update_manager/update_manager.php:64
-msgid "Update manager » Messages"
-msgstr "アップデートマネージャ > メッセージ"
-
-#: ../../godmode/update_manager/update_manager.messages.php:96
-#: ../../godmode/update_manager/update_manager.messages.php:170
-msgid "Mark as not read"
-msgstr "未読にする"
-
-#: ../../godmode/update_manager/update_manager.messages.php:101
-#: ../../godmode/update_manager/update_manager.messages.php:175
-msgid "Mark as read"
-msgstr "既読にする"
-
-#: ../../godmode/update_manager/update_manager.messages.php:186
-msgid "There is not any update manager messages."
-msgstr "アップデートマネージャのメッセージはありません。"
-
-#: ../../godmode/update_manager/update_manager.setup.php:58
-#: ../../godmode/update_manager/update_manager.setup.php:87
-msgid "Succesful Update the url config vars."
-msgstr "URL 設定を更新しました。"
-
-#: ../../godmode/update_manager/update_manager.setup.php:59
-#: ../../godmode/update_manager/update_manager.setup.php:88
-msgid "Unsuccesful Update the url config vars."
-msgstr "URL 設定を更新できませんでした。"
-
-#: ../../godmode/update_manager/update_manager.setup.php:100
-msgid "URL update manager:"
-msgstr "アップデートマネージャ URL:"
-
-#: ../../godmode/update_manager/update_manager.setup.php:102
-msgid "URL update manager"
-msgstr "アップデートマネージャ URL"
-
-#: ../../godmode/update_manager/update_manager.setup.php:104
-msgid "Proxy server:"
-msgstr "プロキシサーバ:"
-
-#: ../../godmode/update_manager/update_manager.setup.php:106
-msgid "Proxy server"
-msgstr "プロキシサーバ"
-
-#: ../../godmode/update_manager/update_manager.setup.php:108
-msgid "Proxy port:"
-msgstr "プロキシポート:"
-
-#: ../../godmode/update_manager/update_manager.setup.php:110
-msgid "Proxy port"
-msgstr "プロキシのポート番号"
-
-#: ../../godmode/update_manager/update_manager.setup.php:112
-msgid "Proxy user:"
-msgstr "プロキシユーザ:"
-
-#: ../../godmode/update_manager/update_manager.setup.php:114
-msgid "Proxy user"
-msgstr "プロキシのユーザ"
-
-#: ../../godmode/update_manager/update_manager.setup.php:116
-msgid "Proxy password:"
-msgstr "プロキシパスワード:"
-
-#: ../../godmode/update_manager/update_manager.setup.php:118
-msgid "Proxy password"
-msgstr "プロキシのパスワード"
-
-#: ../../godmode/update_manager/update_manager.setup.php:122
-msgid "Pandora FMS community reminder"
-msgstr "Pandora FMS コミュニティリマインダ"
-
-#: ../../godmode/update_manager/update_manager.setup.php:123
-msgid ""
-"Every 8 days, a message is displayed to admin users to remember to register "
-"this Pandora instance"
-msgstr "8日ごとに、この Pandora インスタンスを登録するリマインダメッセージを admin ユーザに表示します。"
-
-#: ../../godmode/category/category.php:44
-#: ../../godmode/category/category.php:51
-#: ../../godmode/category/edit_category.php:43
-#: ../../godmode/category/edit_category.php:50
-msgid "List categories"
-msgstr "カテゴリ一覧"
-
-#: ../../godmode/category/category.php:58
-#: ../../godmode/category/category.php:61
-#: ../../godmode/category/edit_category.php:57
-#: ../../godmode/category/edit_category.php:60
-msgid "Categories configuration"
-msgstr "カテゴリ設定"
-
-#: ../../godmode/category/category.php:72
-msgid "Error deleting category"
-msgstr "カテゴリの削除に失敗しました"
-
-#: ../../godmode/category/category.php:76
-msgid "Successfully deleted category"
-msgstr "カテゴリを削除しました"
-
-#: ../../godmode/category/category.php:110
-msgid "Category name"
-msgstr "カテゴリ名"
-
-#: ../../godmode/category/category.php:141
-msgid "No categories found"
-msgstr "カテゴリがありません"
-
-#: ../../godmode/category/category.php:150
-#: ../../godmode/category/edit_category.php:146
-msgid "Create category"
-msgstr "カテゴリの作成"
-
-#: ../../godmode/category/edit_category.php:57
-msgid "Editor"
-msgstr "編集"
-
-#: ../../godmode/category/edit_category.php:76
-msgid "Error updating category"
-msgstr "カテゴリの更新に失敗しました"
-
-#: ../../godmode/category/edit_category.php:80
-msgid "Successfully updated category"
-msgstr "カテゴリを更新しました"
-
-#: ../../godmode/category/edit_category.php:99
-msgid "Error creating category"
-msgstr "カテゴリの作成に失敗しました"
-
-#: ../../godmode/category/edit_category.php:105
-msgid "Successfully created category"
-msgstr "カテゴリを作成しました"
-
-#: ../../godmode/category/edit_category.php:137
-msgid "Update category"
-msgstr "カテゴリ更新"
-
-#: ../../godmode/groups/configure_modu_group.php:32
-msgid "Module group management"
-msgstr "モジュールグループ管理"
-
-#: ../../godmode/groups/configure_modu_group.php:51
-#: ../../godmode/groups/configure_group.php:70
-msgid "There was a problem loading group"
-msgstr "グループの読み込みに失敗しました。"
-
-#: ../../godmode/groups/group_list.php:158
-msgid "Edit or delete groups can cause problems with synchronization"
-msgstr "グループの編集や削除は、同期で問題が発生する可能性があります。"
-
-#: ../../godmode/groups/group_list.php:164
-msgid "Groups defined in Pandora"
-msgstr "定義済みグループ"
-
-#: ../../godmode/groups/group_list.php:210
-#: ../../godmode/groups/modu_group_list.php:75
-msgid "Group successfully created"
-msgstr "グループを作成しました。"
-
-#: ../../godmode/groups/group_list.php:213
-#: ../../godmode/groups/modu_group_list.php:78
-msgid "There was a problem creating group"
-msgstr "グループの作成に失敗しました。"
-
-#: ../../godmode/groups/group_list.php:217
-msgid "Each group must have a different name"
-msgstr "各グループは異なる名前でなければいけません"
-
-#: ../../godmode/groups/group_list.php:222
-msgid "Group must have a name"
-msgstr "グループには名前が必要です"
-
-#: ../../godmode/groups/group_list.php:266
-#: ../../godmode/groups/modu_group_list.php:106
-msgid "Group successfully updated"
-msgstr "グループを更新しました。"
-
-#: ../../godmode/groups/group_list.php:269
-#: ../../godmode/groups/modu_group_list.php:109
-msgid "There was a problem modifying group"
-msgstr "グループの更新に失敗しました。"
-
-#: ../../godmode/groups/group_list.php:294
-#, php-format
-msgid "The group is not empty. It is use in %s."
-msgstr "グループが空ではありません。%s で利用されています。"
-
-#: ../../godmode/groups/group_list.php:298
-#: ../../godmode/groups/modu_group_list.php:138
-msgid "Group successfully deleted"
-msgstr "グループを削除しました。"
-
-#: ../../godmode/groups/group_list.php:301
-#: ../../godmode/groups/modu_group_list.php:136
-msgid "There was a problem deleting group"
-msgstr "グループの削除に失敗しました。"
-
-#: ../../godmode/groups/group_list.php:390
-msgid "There are no defined groups"
-msgstr "グループが定義されていません"
-
-#: ../../godmode/groups/group_list.php:396
-#: ../../godmode/groups/configure_group.php:94
-msgid "Create group"
-msgstr "グループの作成"
-
-#: ../../godmode/groups/configure_group.php:92
-msgid "Update group"
-msgstr "グループ情報の更新"
-
-#: ../../godmode/groups/configure_group.php:106
-msgid "Update Group"
-msgstr "グループの更新"
-
-#: ../../godmode/groups/configure_group.php:108
-msgid "Create Group"
-msgstr "グループの作成"
-
-#: ../../godmode/groups/configure_group.php:144
-msgid "You have not access to the parent."
-msgstr "親へアクセスできません"
-
-#: ../../godmode/groups/configure_group.php:166
-msgid "Group Password"
-msgstr "グループパスワード"
-
-#: ../../godmode/groups/configure_group.php:174
-msgid "Propagate ACL"
-msgstr "ACL の伝播"
-
-#: ../../godmode/groups/configure_group.php:174
-msgid "Propagate the same ACL security into the child subgroups."
-msgstr "子のサブグループへ同じ ACL を適用します。"
-
-#: ../../godmode/groups/configure_group.php:186
-msgid "Contact"
-msgstr "連絡先"
-
-#: ../../godmode/groups/configure_group.php:186
-msgid "Contact information accessible through the _groupcontact_ macro"
-msgstr "_groupcontact_ マクロで参照可能な連絡先情報"
-
-#: ../../godmode/groups/configure_group.php:190
-msgid "Information accessible through the _group_other_ macro"
-msgstr "_group_other_ マクロで参照可能な情報"
-
-#: ../../godmode/groups/configure_group.php:238
-msgid ""
-"WARNING: You\\'re trying to create a group in a node member of a "
-"metaconsole.\\n\\nThis group and all of this contents will not be visible in "
-"the metaconsole.\\n\\nIf you want to create a visible group, you must do it "
-"from the metaconsole and propagate to the node. "
-msgstr ""
-"警告: メタコンソールのノードメンバーにグループを作成しようとしています。\\n\\n "
-"このグループとそこに含まれるコンテンツはメタコンソールでは表示されません。\\n\\n "
-"表示されるグループを作成したい場合は、メタコンソールから実行し、ノードに伝播させる必要があります。 "
-
-#: ../../godmode/groups/modu_group_list.php:55
-msgid "Module groups defined in Pandora"
-msgstr "Pandora に定義されているモジュールグループ"
-
-#: ../../godmode/groups/modu_group_list.php:82
-#: ../../godmode/groups/modu_group_list.php:113
-msgid "Each module group must have a different name"
-msgstr "各モジュールグループは、異なる名前でなければいけません。"
-
-#: ../../godmode/groups/modu_group_list.php:86
-#: ../../godmode/groups/modu_group_list.php:117
-msgid "Module group must have a name"
-msgstr "モジュールグループには名前が必要です"
-
-#: ../../godmode/groups/modu_group_list.php:208
-msgid "There are no defined module groups"
-msgstr "定義済のモジュールグループがありません"
-
-#: ../../godmode/groups/modu_group_list.php:213
-msgid "Create module group"
-msgstr "モジュールグループの作成"
-
-#: ../../godmode/modules/module_list.php:28
-#: ../../godmode/modules/manage_nc_groups.php:40
-#: ../../godmode/modules/manage_network_components.php:50
-#: ../../godmode/modules/manage_network_templates_form.php:32
-#: ../../godmode/modules/manage_network_templates.php:39
-msgid "Module management"
-msgstr "モジュール管理"
-
-#: ../../godmode/modules/module_list.php:28
-msgid "Defined modules"
-msgstr "定義済みモジュール"
-
-#: ../../godmode/modules/module_list.php:50
-msgid "Problem modifying module"
-msgstr "モジュールの更新に失敗しました。"
-
-#: ../../godmode/modules/module_list.php:52
-msgid "Module updated successfully"
-msgstr "モジュールを更新しました。"
-
-#: ../../godmode/modules/manage_network_components_form_network.php:47
-msgid "SNMP Enterprise String"
-msgstr "SNMP Enterprise 文字列"
-
-#: ../../godmode/modules/manage_network_components_form_network.php:50
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:353
-#: ../../godmode/agentes/module_manager_editor_network.php:119
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:714
-msgid "SNMP community"
-msgstr "SNMPコミュニティ"
-
-#: ../../godmode/modules/manage_network_components_form_network.php:90
-#: ../../godmode/agentes/module_manager_editor_network.php:171
-msgid "TCP send"
-msgstr "TCP 送信文字列"
-
-#: ../../godmode/modules/manage_network_components_form_network.php:97
-#: ../../godmode/agentes/module_manager_editor_network.php:177
-msgid "TCP receive"
-msgstr "TCP 受信文字列"
-
-#: ../../godmode/modules/manage_nc_groups.php:40
-msgid "Component group management"
-msgstr "コンポーネントグループ管理"
-
-#: ../../godmode/modules/manage_nc_groups.php:58
-msgid "Could not be created. Blank name"
-msgstr "作成できませんでした。名前が空です。"
-
-#: ../../godmode/modules/manage_nc_groups.php:154
-#: ../../godmode/modules/manage_network_components.php:399
-#: ../../godmode/modules/manage_network_templates.php:85
-msgid "Successfully multiple deleted"
-msgstr "複数削除しました"
-
-#: ../../godmode/modules/manage_nc_groups.php:155
-#: ../../godmode/modules/manage_network_components.php:400
-#: ../../godmode/modules/manage_network_templates.php:86
-msgid "Not deleted. Error deleting multiple data"
-msgstr "削除できませんでした。複数データの削除でエラーです。"
-
-#: ../../godmode/modules/manage_nc_groups.php:238
-msgid "There are no defined component groups"
-msgstr "定義済のコンポーネントグループがありません"
-
-#: ../../godmode/modules/manage_nc_groups_form.php:54
-msgid "Update Group Component"
-msgstr "グループコンポーネント更新"
-
-#: ../../godmode/modules/manage_nc_groups_form.php:57
-msgid "Create Group Component"
-msgstr "グループコンポーネント作成"
-
-#: ../../godmode/modules/manage_network_components.php:51
-msgid "Network component management"
-msgstr "ネットワークコンポーネント管理"
-
-#: ../../godmode/modules/manage_network_components.php:516
-msgid "Free Search"
-msgstr "検索文字列"
-
-#: ../../godmode/modules/manage_network_components.php:517
-msgid "Search by name, description, tcp send or tcp rcv, list matches."
-msgstr "名前、説明、tcp送受信による検索にマッチした一覧を表示"
-
-#: ../../godmode/modules/manage_network_components.php:569
-msgid "Max/Min"
-msgstr "最大/最小"
-
-#: ../../godmode/modules/manage_network_components.php:595
-msgid "Network module"
-msgstr "ネットワークモジュール"
-
-#: ../../godmode/modules/manage_network_components.php:599
-msgid "WMI module"
-msgstr "WMIモジュール"
-
-#: ../../godmode/modules/manage_network_components.php:603
-msgid "Plug-in module"
-msgstr "プラグインモジュール"
-
-#: ../../godmode/modules/manage_network_components.php:634
-msgid "There are no defined network components"
-msgstr "定義済のネットワークコンポーネントがありません"
-
-#: ../../godmode/modules/manage_network_components.php:641
-msgid "Create a new network component"
-msgstr "ネットワークコンポーネントを新規作成する。"
-
-#: ../../godmode/modules/manage_network_components.php:642
-msgid "Create a new plugin component"
-msgstr "プラグインコンポーネントを新規作成する。"
-
-#: ../../godmode/modules/manage_network_components.php:643
-msgid "Create a new WMI component"
-msgstr "WMIコンポーネントを新規作成する。"
-
-#: ../../godmode/modules/manage_network_components_form.php:253
-msgid "Update Network Component"
-msgstr "ネットワークコンポーネント更新"
-
-#: ../../godmode/modules/manage_network_components_form.php:256
-msgid "Create Network Component"
-msgstr "ネットワークコンポーネント作成"
-
-#: ../../godmode/modules/manage_network_templates_form.php:32
-#: ../../godmode/modules/manage_network_templates.php:39
-msgid "Module template management"
-msgstr "モジュールテンプレート管理"
-
-#: ../../godmode/modules/manage_network_templates_form.php:54
-msgid "Successfully deleted module from profile"
-msgstr "プロファイルからモジュールを削除しました。"
-
-#: ../../godmode/modules/manage_network_templates_form.php:55
-msgid "Error deleting module from profile"
-msgstr "プロファイルからのモジュール削除に失敗しました。"
-
-#: ../../godmode/modules/manage_network_templates_form.php:70
-msgid "Successfully added module to profile"
-msgstr "プロファイルにモジュールを追加しました。"
-
-#: ../../godmode/modules/manage_network_templates_form.php:71
-msgid "Error adding module to profile"
-msgstr "プロファイルへのモジュール追加に失敗しました。"
-
-#: ../../godmode/modules/manage_network_templates_form.php:94
-msgid "Successfully updated network profile"
-msgstr "ネットワークプロファイルを更新しました。"
-
-#: ../../godmode/modules/manage_network_templates_form.php:95
-msgid "Error updating network profile"
-msgstr "ネットワークプロファイルの更新に失敗しました。"
-
-#: ../../godmode/modules/manage_network_templates_form.php:110
-msgid "Successfully added network profile"
-msgstr "ネットワークプロファイルを追加しました。"
-
-#: ../../godmode/modules/manage_network_templates_form.php:111
-msgid "Error adding network profile"
-msgstr "ネットワークプロファイルの追加に失敗しました。"
-
-#: ../../godmode/modules/manage_network_templates_form.php:116
-msgid "Cannot create a template without name"
-msgstr "名前無しではテンプレートを作成できません"
-
-#: ../../godmode/modules/manage_network_templates_form.php:184
-msgid "No modules for this profile"
-msgstr "このプロファイルにはモジュールがありません。"
-
-#: ../../godmode/modules/manage_network_templates_form.php:224
-msgid "Add modules"
-msgstr "モジュール追加"
-
-#: ../../godmode/modules/manage_network_templates_form.php:302
-msgid "Components"
-msgstr "コンポーネント"
-
-#: ../../godmode/modules/manage_network_components_form_common.php:109
-#: ../../godmode/agentes/module_manager_editor_common.php:258
-msgid "Advanced options Dynamic Threshold"
-msgstr "拡張オプション 動的閾値"
-
-#: ../../godmode/modules/manage_network_components_form_common.php:111
-msgid "Dynamic Min. "
-msgstr "動的最小値 "
-
-#: ../../godmode/modules/manage_network_components_form_common.php:165
-msgid "Any value below this number is discarted"
-msgstr "この値よりも小さい値は削除されます。"
-
-#: ../../godmode/modules/manage_network_components_form_common.php:167
-msgid "Any value over this number is discarted"
-msgstr "この値よりも大きい値は削除されます。"
-
-#: ../../godmode/modules/manage_network_components_form_common.php:212
-#: ../../godmode/agentes/module_manager_editor_common.php:478
-msgid "Tags available"
-msgstr "利用可能なタグ"
-
-#: ../../godmode/modules/manage_network_components_form_common.php:219
-#: ../../godmode/agentes/module_manager_editor_common.php:540
-msgid "Add tags to module"
-msgstr "モジュールへのタグ追加"
-
-#: ../../godmode/modules/manage_network_components_form_common.php:220
-#: ../../godmode/agentes/module_manager_editor_common.php:541
-msgid "Delete tags to module"
-msgstr "モジュールのタグ削除"
-
-#: ../../godmode/modules/manage_network_components_form_common.php:222
-#: ../../godmode/agentes/module_manager_editor_common.php:543
-msgid "Tags selected"
-msgstr "選択タグ"
-
-#: ../../godmode/modules/manage_network_components_form_common.php:379
-#: ../../godmode/agentes/module_manager_editor_common.php:1248
-msgid "Normal Status"
-msgstr "正常状態"
-
-#: ../../godmode/modules/manage_network_components_form_common.php:380
-#: ../../godmode/agentes/module_manager_editor_common.php:1249
-msgid "Warning Status"
-msgstr "警告状態"
-
-#: ../../godmode/modules/manage_network_components_form_common.php:381
-#: ../../godmode/agentes/module_manager_editor_common.php:1250
-msgid "Critical Status"
+msgid "%d Fired alerts"
+msgstr "アラート発報数 %d"
+
+#: ../../include/functions_reporting.php:6990
+#: ../../include/functions_reporting.php:7011
+msgid "of defined alerts not fired"
+msgstr "の定義済みアラートが未発生です。"
+
+#: ../../include/functions_reporting.php:7048
+#: ../../enterprise/include/functions_reporting_csv.php:464
+msgid "Defined alerts"
+msgstr "定義済みアラート"
+
+#: ../../include/functions_reporting.php:7070
+msgid "Defined and fired alerts"
+msgstr "定義済・発報アラート"
+
+#: ../../include/functions_reporting.php:7125
+#: ../../operation/events/sound_events.php:84
+msgid "Monitor critical"
msgstr "障害状態"
-#: ../../godmode/modules/manage_network_components_form_common.php:602
-#: ../../godmode/agentes/module_manager_editor_common.php:1471
-msgid "Please introduce a maximum warning higher than the minimun warning"
-msgstr "警告の最大値は、警告の最小値よりも大きくしてください"
+#: ../../include/functions_reporting.php:7129
+#: ../../operation/events/sound_events.php:86
+msgid "Monitor warning"
+msgstr "警告状態"
-#: ../../godmode/modules/manage_network_components_form_common.php:603
-#: ../../godmode/agentes/module_manager_editor_common.php:1472
-msgid "Please introduce a maximum critical higher than the minimun critical"
-msgstr "障害の最大値は、障害の最小値よりも大きくしてください"
+#: ../../include/functions_reporting.php:7136
+msgid "Monitor normal"
+msgstr "正常状態"
-#: ../../godmode/modules/manage_network_templates.php:61
-msgid "Template successfully deleted"
-msgstr "テンプレートを削除しました"
+#: ../../include/functions_reporting.php:7140
+#: ../../operation/events/sound_events.php:85
+msgid "Monitor unknown"
+msgstr "不明状態"
-#: ../../godmode/modules/manage_network_templates.php:62
-msgid "Error deleting template"
-msgstr "テンプレートの削除に失敗しました。"
+#: ../../include/functions_reporting.php:7147
+msgid "Monitor not init"
+msgstr "未初期化状態"
-#: ../../godmode/modules/manage_network_templates.php:94
-msgid "This template does not exist"
-msgstr "このテンプレートは存在しません"
+#: ../../include/functions_reporting.php:7171
+#: ../../include/functions_reporting.php:7182
+msgid "Monitors by status"
+msgstr "状態ごとの監視項目"
-#: ../../godmode/modules/manage_network_templates.php:232
-msgid "There are no defined network profiles"
-msgstr "ネットワークプロファイルが定義されていません。"
+#: ../../include/functions_reporting.php:7229
+#: ../../include/functions_reporting_html.php:3461
+#: ../../enterprise/dashboard/widgets/tactical.php:32
+msgid "Monitor checks"
+msgstr "モニタ項目"
-#: ../../godmode/modules/manage_network_components_form_wmi.php:32
-#: ../../godmode/agentes/module_manager_editor_wmi.php:64
-msgid "WMI query"
-msgstr "WMI クエリ"
+#: ../../include/functions_reporting.php:7247
+#: ../../include/functions_reporting_html.php:3466
+msgid "Total agents and monitors"
+msgstr "全エージェントと監視項目"
-#: ../../godmode/modules/manage_network_components_form_wmi.php:34
-#: ../../godmode/agentes/module_manager_editor_wmi.php:73
-msgid "Key string"
-msgstr "Key 文字列"
+#: ../../include/functions_reporting.php:7270
+msgid "Defined users"
+msgstr "定義済ユーザ"
-#: ../../godmode/modules/manage_network_components_form_wmi.php:40
-#: ../../godmode/agentes/module_manager_editor_wmi.php:77
-msgid "Field number"
-msgstr "フィールド番号"
+#: ../../include/functions_reporting.php:7908
+msgid "Agent without data"
+msgstr "データの無いエージェント"
-#: ../../godmode/modules/manage_network_components_form_wmi.php:42
-#: ../../godmode/agentes/module_manager_editor_wmi.php:47
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:257
-msgid "Namespace"
-msgstr "名前空間"
-
-#: ../../godmode/agentes/configurar_agente.php:187
-#: ../../godmode/agentes/configurar_agente.php:733
-msgid "No agent alias specified"
-msgstr "エージェントの別名が定義されていません"
-
-#: ../../godmode/agentes/configurar_agente.php:268
-msgid "Could not be created, because name already exists"
-msgstr "名前がすでに存在するため、作成できませんでした。"
-
-#: ../../godmode/agentes/configurar_agente.php:385
-msgid "Agent wizard"
-msgstr "エージェントウィザード"
-
-#: ../../godmode/agentes/configurar_agente.php:397
-#: ../../godmode/agentes/configurar_agente.php:561
-msgid "SNMP Interfaces wizard"
-msgstr "SNMP インタフェースウィザード"
-
-#: ../../godmode/agentes/configurar_agente.php:402
-#: ../../godmode/agentes/configurar_agente.php:564
-msgid "WMI Wizard"
-msgstr "WMIウィザード"
-
-#: ../../godmode/agentes/configurar_agente.php:523
-msgid "Collection"
-msgstr "コレクション"
-
-#: ../../godmode/agentes/configurar_agente.php:531
-msgid "Agent plugins"
-msgstr "エージェントプラグイン"
-
-#: ../../godmode/agentes/configurar_agente.php:546
-msgid "Gis"
-msgstr "GIS"
-
-#: ../../godmode/agentes/configurar_agente.php:572
-msgid "SNMP explorer"
-msgstr "SNMPエクスプローラ"
-
-#: ../../godmode/agentes/configurar_agente.php:587
-msgid "Agent manager"
-msgstr "エージェントマネージャ"
-
-#: ../../godmode/agentes/configurar_agente.php:647
-#: ../../godmode/agentes/configurar_agente.php:652
-msgid "No data to normalize"
-msgstr "正規化するデータがありません。"
-
-#: ../../godmode/agentes/configurar_agente.php:656
+#: ../../include/functions_reporting.php:7995
+#: ../../include/functions_reporting.php:8003
#, php-format
-msgid "Deleted data above %f"
-msgstr "%f を超えるデータを削除しました。"
+msgid "%d Total modules"
+msgstr "全モジュール数 %d"
-#: ../../godmode/agentes/configurar_agente.php:657
+#: ../../include/functions_reporting.php:7996
#, php-format
-msgid "Error normalizing module %s"
-msgstr "モジュール %s において正規化に失敗しました。"
+msgid "%d Modules in normal status"
+msgstr "%d モジュールが正常状態"
-#: ../../godmode/agentes/configurar_agente.php:782
-msgid "There was a problem updating the agent"
-msgstr "エージェントの更新に失敗しました。"
+#: ../../include/functions_reporting.php:7997
+#, php-format
+msgid "%d Modules in critical status"
+msgstr "%d モジュールが障害状態"
-#: ../../godmode/agentes/configurar_agente.php:826
-msgid "There was a problem loading the agent"
+#: ../../include/functions_reporting.php:7998
+#, php-format
+msgid "%d Modules in warning status"
+msgstr "%d モジュールが警告状態"
+
+#: ../../include/functions_reporting.php:7999
+#, php-format
+msgid "%d Modules in unknown status"
+msgstr "%d モジュールが不明状態"
+
+#: ../../include/functions_reporting.php:8000
+#, php-format
+msgid "%d Modules in not init status"
+msgstr "%d モジュールが未初期化状態"
+
+#: ../../include/functions_reporting.php:8004
+#, php-format
+msgid "%d Normal modules"
+msgstr "正常モジュール数 %d"
+
+#: ../../include/functions_reporting.php:8005
+#, php-format
+msgid "%d Critical modules"
+msgstr "障害モジュール数 %d"
+
+#: ../../include/functions_reporting.php:8006
+#, php-format
+msgid "%d Warning modules"
+msgstr "警告モジュール数 %d"
+
+#: ../../include/functions_reporting.php:8007
+#, php-format
+msgid "%d Unknown modules"
+msgstr "不明モジュール数 %d"
+
+#: ../../include/functions_reporting.php:8011
+#, php-format
+msgid "%d Total agents"
+msgstr "全エージェント数 %d"
+
+#: ../../include/functions_reporting.php:8012
+#, php-format
+msgid "%d Normal agents"
+msgstr "正常エージェント数 %d"
+
+#: ../../include/functions_reporting.php:8013
+#, php-format
+msgid "%d Critical agents"
+msgstr "障害エージェント数 %d"
+
+#: ../../include/functions_reporting.php:8014
+#, php-format
+msgid "%d Warning agents"
+msgstr "警告エージェント数 %d"
+
+#: ../../include/functions_reporting.php:8015
+#, php-format
+msgid "%d Unknown agents"
+msgstr "不明エージェント数 %d"
+
+#: ../../include/functions_reporting.php:8016
+#, php-format
+msgid "%d not init agents"
+msgstr "%d 未初期化エージェント"
+
+#: ../../include/functions_reporting.php:9718
+msgid "Total running modules"
+msgstr "全実行中モジュール数"
+
+#: ../../include/functions_reporting.php:9721
+#: ../../include/functions_reporting.php:9737
+#: ../../include/functions_reporting.php:9753
+#: ../../include/functions_reporting.php:9776
+#: ../../include/functions_reporting.php:9795
+#: ../../include/functions_reporting.php:9807
+#: ../../include/functions_reporting.php:9819
+#: ../../include/functions_reporting.php:9835
+msgid "Ratio"
+msgstr "比率"
+
+#: ../../include/functions_reporting.php:9721
+#: ../../include/functions_reporting.php:9737
+#: ../../include/functions_reporting.php:9753
+#: ../../include/functions_reporting.php:9776
+#: ../../include/functions_reporting.php:9795
+#: ../../include/functions_reporting.php:9807
+#: ../../include/functions_reporting.php:9819
+#: ../../include/functions_reporting.php:9835
+msgid "Modules by second"
+msgstr "秒ごとのモジュール"
+
+#: ../../include/functions_reporting.php:9733
+msgid "Local modules"
+msgstr "ローカルモジュール数"
+
+#: ../../include/functions_reporting.php:9744
+msgid "Remote modules"
+msgstr "リモートモジュール数"
+
+#: ../../include/functions_reporting.php:9768
+msgid "Network modules"
+msgstr "ネットワークモジュール"
+
+#: ../../include/functions_reporting.php:9791
+msgid "Plugin modules"
+msgstr "プラグインモジュール"
+
+#: ../../include/functions_reporting.php:9803
+msgid "Prediction modules"
+msgstr "予測モジュール"
+
+#: ../../include/functions_reporting.php:9815
+msgid "WMI modules"
+msgstr "WMIモジュール"
+
+#: ../../include/functions_reporting.php:9827
+msgid "Web modules"
+msgstr "Webモジュール"
+
+#: ../../include/functions_reporting.php:9889
+#: ../../enterprise/dashboard/widgets/tactical.php:39
+msgid "Server performance"
+msgstr "サーバパフォーマンス"
+
+#: ../../include/functions_reporting.php:9971
+#: ../../enterprise/include/functions_reporting.php:4587
+msgid "Weekly:"
+msgstr "週次:"
+
+#: ../../include/functions_reporting.php:10005
+#: ../../enterprise/include/functions_reporting.php:4621
+msgid "Monthly:"
+msgstr "月次:"
+
+#: ../../include/functions_reporting.php:10006
+#: ../../enterprise/include/functions_reporting.php:4622
+msgid "From day"
+msgstr "開始日"
+
+#: ../../include/functions_reporting.php:10007
+#: ../../enterprise/include/functions_reporting.php:4623
+msgid "To day"
+msgstr "終了日"
+
+#: ../../include/functions_pandora_networkmap.php:99
+#: ../../mobile/operation/networkmap.php:110
+#: ../../mobile/operation/networkmap.php:129
+#: ../../mobile/operation/networkmap.php:146
+#: ../../operation/agentes/networkmap.dinamic.php:130
+#: ../../enterprise/include/class/NetworkmapEnterprise.class.php:227
+#: ../../enterprise/operation/policies/networkmap.policies.php:64
+msgid "Pandora FMS"
+msgstr "Pandora FMS"
+
+#: ../../include/functions_pandora_networkmap.php:740
+#, php-format
+msgid "Edit node %s"
+msgstr "ノード編集 %s"
+
+#: ../../include/functions_pandora_networkmap.php:741
+msgid "Holding Area"
+msgstr "保持エリア"
+
+#: ../../include/functions_pandora_networkmap.php:742
+msgid "Show details and options"
+msgstr "詳細とオプションの表示"
+
+#: ../../include/functions_pandora_networkmap.php:743
+msgid "Add a interface link"
+msgstr "インタフェースリンクを追加"
+
+#: ../../include/functions_pandora_networkmap.php:744
+msgid "Set parent interface"
+msgstr "親インタフェースを設定"
+
+#: ../../include/functions_pandora_networkmap.php:745
+msgid "Set as children"
+msgstr "子に設定"
+
+#: ../../include/functions_pandora_networkmap.php:746
+msgid "Set parent"
+msgstr "親を設定"
+
+#: ../../include/functions_pandora_networkmap.php:747
+#: ../../include/functions_pandora_networkmap.php:754
+msgid "Abort the action of set relationship"
+msgstr "関係設定動作の中止"
+
+#: ../../include/functions_pandora_networkmap.php:749
+#: ../../include/functions_pandora_networkmap.php:1525
+msgid "Add node"
+msgstr "ノード追加"
+
+#: ../../include/functions_pandora_networkmap.php:750
+msgid "Set center"
+msgstr "中心設定"
+
+#: ../../include/functions_pandora_networkmap.php:752
+msgid "Refresh Holding area"
+msgstr "保持エリアの更新"
+
+#: ../../include/functions_pandora_networkmap.php:753
+msgid "Abort the action of set interface relationship"
+msgstr "インタフェースの関係設定のアクションについて"
+
+#: ../../include/functions_pandora_networkmap.php:1262
+msgid "Open Minimap"
+msgstr "ミニマップを開く"
+
+#: ../../include/functions_pandora_networkmap.php:1269
+msgid "Hide Labels"
+msgstr "ラベルを隠す"
+
+#: ../../include/functions_pandora_networkmap.php:1360
+msgid "Edit node"
+msgstr "ノード編集"
+
+#: ../../include/functions_pandora_networkmap.php:1371
+msgid "Adresses"
+msgstr "アドレス"
+
+#: ../../include/functions_pandora_networkmap.php:1373
+msgid "OS type"
+msgstr "OS 種別"
+
+#: ../../include/functions_pandora_networkmap.php:1378
+#: ../../include/functions_pandora_networkmap.php:1379
+msgid "Node Details"
+msgstr "ノード詳細"
+
+#: ../../include/functions_pandora_networkmap.php:1388
+msgid "Ip"
+msgstr "IP"
+
+#: ../../include/functions_pandora_networkmap.php:1389
+msgid "MAC"
+msgstr "MAC"
+
+#: ../../include/functions_pandora_networkmap.php:1398
+#: ../../include/functions_pandora_networkmap.php:1399
+msgid "Interface Information (SNMP)"
+msgstr "インタフェース情報 (SNMP)"
+
+#: ../../include/functions_pandora_networkmap.php:1406
+msgid "Shape"
+msgstr "形"
+
+#: ../../include/functions_pandora_networkmap.php:1408
+msgid "Circle"
+msgstr "円"
+
+#: ../../include/functions_pandora_networkmap.php:1409
+msgid "Square"
+msgstr "四角"
+
+#: ../../include/functions_pandora_networkmap.php:1410
+msgid "Rhombus"
+msgstr "ひしがた"
+
+#: ../../include/functions_pandora_networkmap.php:1420
+#: ../../include/functions_pandora_networkmap.php:1581
+msgid "name fictional node"
+msgstr "仮想ノード名"
+
+#: ../../include/functions_pandora_networkmap.php:1421
+#: ../../include/functions_pandora_networkmap.php:1582
+msgid "Networkmap to link"
+msgstr "リンクするネットワークマップ"
+
+#: ../../include/functions_pandora_networkmap.php:1427
+msgid "Update fictional node"
+msgstr "仮想ノード更新"
+
+#: ../../include/functions_pandora_networkmap.php:1430
+#: ../../include/functions_pandora_networkmap.php:1431
+msgid "Node options"
+msgstr "ノードオプション"
+
+#: ../../include/functions_pandora_networkmap.php:1438
+#: ../../include/functions_pandora_networkmap.php:1493
+msgid "Node source"
+msgstr "ノードソース"
+
+#: ../../include/functions_pandora_networkmap.php:1439
+#: ../../include/functions_pandora_networkmap.php:1494
+msgid "Interface source"
+msgstr "インタフェースソース"
+
+#: ../../include/functions_pandora_networkmap.php:1440
+#: ../../include/functions_pandora_networkmap.php:1495
+msgid "Interface Target"
+msgstr "インタフェースターゲット"
+
+#: ../../include/functions_pandora_networkmap.php:1442
+#: ../../include/functions_pandora_networkmap.php:1496
+msgid "Node target"
+msgstr "ノードターゲット"
+
+#: ../../include/functions_pandora_networkmap.php:1443
+msgid "E."
+msgstr "E."
+
+#: ../../include/functions_pandora_networkmap.php:1474
+msgid "There are not relations"
+msgstr "関連付がありません。"
+
+#: ../../include/functions_pandora_networkmap.php:1481
+#: ../../include/functions_pandora_networkmap.php:1482
+msgid "Relations"
+msgstr "関連付"
+
+#: ../../include/functions_pandora_networkmap.php:1517
+msgid "Add interface link"
+msgstr "インタフェースリンクを追加"
+
+#: ../../include/functions_pandora_networkmap.php:1544
+#: ../../include/functions_pandora_networkmap.php:1548
+#: ../../include/functions_pandora_networkmap.php:1549
+#: ../../include/functions_pandora_networkmap.php:1569
+#: ../../include/functions_pandora_networkmap.php:1574
+#: ../../include/functions_pandora_networkmap.php:1592
+msgid "Add agent node"
+msgstr "エージェントノード追加"
+
+#: ../../include/functions_pandora_networkmap.php:1573
+msgid "Add agent node (filter by group)"
+msgstr "エージェントノード追加 (グループによるフィルタ)"
+
+#: ../../include/functions_pandora_networkmap.php:1588
+msgid "Add fictional node"
+msgstr "仮想ノード追加"
+
+#: ../../include/functions_pandora_networkmap.php:1591
+msgid "Add fictional point"
+msgstr "仮想ポイント追加"
+
+#: ../../include/functions_reporting_html.php:70
+#: ../../include/functions_reporting_html.php:3373
+#: ../../include/functions_treeview.php:298
+#: ../../enterprise/include/functions_reporting_pdf.php:2253
+#: ../../enterprise/include/functions_reporting_pdf.php:2291
+msgid "Last data"
+msgstr "最新データ"
+
+#: ../../include/functions_reporting_html.php:93
+msgid "Label: "
+msgstr "ラベル: "
+
+#: ../../include/functions_reporting_html.php:111
+#: ../../enterprise/include/functions_netflow_pdf.php:157
+#: ../../enterprise/include/functions_reporting_csv.php:1505
+#: ../../enterprise/include/functions_reporting_csv.php:1509
+#: ../../enterprise/include/functions_reporting_pdf.php:2156
+msgid "Generated"
+msgstr "生成日"
+
+#: ../../include/functions_reporting_html.php:114
+#: ../../enterprise/include/functions_reporting_pdf.php:2159
+msgid "Report date"
+msgstr "レポート日"
+
+#: ../../include/functions_reporting_html.php:119
+#: ../../operation/reporting/reporting_viewer.php:197
+#: ../../enterprise/include/functions_reporting_pdf.php:2164
+msgid "Items period before"
+msgstr "次の日時以前"
+
+#: ../../include/functions_reporting_html.php:398
+#: ../../enterprise/include/functions_reporting.php:1263
+#: ../../enterprise/include/functions_reporting.php:2055
+#: ../../enterprise/include/functions_reporting.php:2832
+#: ../../enterprise/include/functions_reporting_pdf.php:1258
+#: ../../enterprise/include/functions_reporting_pdf.php:1601
+msgid "Max/Min Values"
+msgstr "最大/最小値"
+
+#: ../../include/functions_reporting_html.php:399
+#: ../../enterprise/include/functions_reporting.php:1264
+#: ../../enterprise/include/functions_reporting.php:2056
+#: ../../enterprise/include/functions_reporting.php:2833
+#: ../../enterprise/include/functions_reporting.php:4420
+#: ../../enterprise/include/functions_reporting.php:4721
+#: ../../enterprise/include/functions_reporting_csv.php:931
+#: ../../enterprise/include/functions_reporting_csv.php:978
+#: ../../enterprise/include/functions_reporting_csv.php:1050
+#: ../../enterprise/include/functions_reporting_csv.php:1166
+#: ../../enterprise/include/functions_reporting_csv.php:1378
+#: ../../enterprise/include/functions_reporting_pdf.php:1259
+#: ../../enterprise/include/functions_reporting_pdf.php:1602
+#: ../../enterprise/include/functions_reporting_pdf.php:2032
+msgid "SLA Limit"
+msgstr "SLA 制限"
+
+#: ../../include/functions_reporting_html.php:400
+#: ../../enterprise/include/functions_reporting.php:1264
+#: ../../enterprise/include/functions_reporting.php:1396
+#: ../../enterprise/include/functions_reporting.php:2056
+#: ../../enterprise/include/functions_reporting.php:2833
+#: ../../enterprise/include/functions_reporting.php:4421
+#: ../../enterprise/include/functions_reporting.php:4722
+#: ../../enterprise/include/functions_reporting_pdf.php:1260
+#: ../../enterprise/include/functions_reporting_pdf.php:1602
+#: ../../enterprise/include/functions_reporting_pdf.php:1751
+#: ../../enterprise/include/functions_reporting_pdf.php:2033
+msgid "SLA Compliance"
+msgstr "SLA準拠"
+
+#: ../../include/functions_reporting_html.php:425
+#: ../../enterprise/include/functions_reporting_pdf.php:1267
+msgid "Global Time"
+msgstr "グローバル時間"
+
+#: ../../include/functions_reporting_html.php:426
+#: ../../enterprise/include/functions_reporting_csv.php:1309
+#: ../../enterprise/include/functions_reporting_pdf.php:1268
+msgid "Time Total"
+msgstr "合計時間"
+
+#: ../../include/functions_reporting_html.php:427
+#: ../../enterprise/include/functions_reporting_pdf.php:1269
+#: ../../enterprise/include/functions_reporting_pdf.php:1842
+msgid "Time Failed"
+msgstr "障害時間"
+
+#: ../../include/functions_reporting_html.php:428
+#: ../../include/functions_reporting_html.php:2256
+#: ../../enterprise/include/functions_reporting_csv.php:1310
+#: ../../enterprise/include/functions_reporting_pdf.php:1270
+#: ../../enterprise/include/functions_reporting_pdf.php:1843
+msgid "Time OK"
+msgstr "正常時間"
+
+#: ../../include/functions_reporting_html.php:429
+#: ../../enterprise/include/functions_reporting_csv.php:1312
+#: ../../enterprise/include/functions_reporting_pdf.php:1271
+#: ../../enterprise/include/functions_reporting_pdf.php:1844
+msgid "Time Unknown"
+msgstr "不明時間"
+
+#: ../../include/functions_reporting_html.php:430
+#: ../../enterprise/include/functions_reporting_csv.php:1313
+#: ../../enterprise/include/functions_reporting_pdf.php:1272
+msgid "Time Not Init"
+msgstr "未初期化時間"
+
+#: ../../include/functions_reporting_html.php:431
+#: ../../enterprise/include/functions_reporting_pdf.php:1273
+msgid "Downtime"
+msgstr "停止時間"
+
+#: ../../include/functions_reporting_html.php:456
+#: ../../enterprise/include/functions_reporting_pdf.php:1279
+msgid "Checks Time"
+msgstr "確認数"
+
+#: ../../include/functions_reporting_html.php:457
+#: ../../enterprise/include/functions_reporting_csv.php:1315
+#: ../../enterprise/include/functions_reporting_pdf.php:1280
+msgid "Checks Total"
+msgstr "合計確認数"
+
+#: ../../include/functions_reporting_html.php:458
+#: ../../enterprise/include/functions_reporting_pdf.php:1281
+#: ../../enterprise/include/functions_reporting_pdf.php:1862
+msgid "Checks Failed"
+msgstr "障害確認数"
+
+#: ../../include/functions_reporting_html.php:459
+#: ../../include/functions_reporting_html.php:2299
+#: ../../enterprise/include/functions_reporting_csv.php:1316
+#: ../../enterprise/include/functions_reporting_pdf.php:1282
+#: ../../enterprise/include/functions_reporting_pdf.php:1863
+msgid "Checks OK"
+msgstr "正常確認数"
+
+#: ../../include/functions_reporting_html.php:460
+#: ../../enterprise/include/functions_reporting_csv.php:1318
+#: ../../enterprise/include/functions_reporting_pdf.php:1283
+#: ../../enterprise/include/functions_reporting_pdf.php:1864
+msgid "Checks Unknown"
+msgstr "不明確認数"
+
+#: ../../include/functions_reporting_html.php:685
+#: ../../include/functions_reporting_html.php:2533
+#: ../../enterprise/include/functions_reporting.php:2269
+#: ../../enterprise/include/functions_reporting.php:3038
+#: ../../enterprise/include/functions_reporting_pdf.php:1498
+#: ../../enterprise/include/functions_services.php:1271
+msgid "Unknow"
+msgstr "不明"
+
+#: ../../include/functions_reporting_html.php:690
+#: ../../include/functions_reporting_html.php:2538
+#: ../../operation/agentes/group_view.php:170
+#: ../../enterprise/include/functions_reporting.php:1294
+#: ../../enterprise/include/functions_reporting.php:2086
+#: ../../enterprise/include/functions_reporting.php:2274
+#: ../../enterprise/include/functions_reporting.php:2863
+#: ../../enterprise/include/functions_reporting.php:3043
+#: ../../enterprise/include/functions_reporting.php:3758
+#: ../../enterprise/include/functions_reporting_pdf.php:1500
+#: ../../enterprise/include/functions_reporting_pdf.php:1639
+msgid "Not Init"
+msgstr "未初期化"
+
+#: ../../include/functions_reporting_html.php:695
+#: ../../include/functions_reporting_html.php:2543
+#: ../../enterprise/include/functions_reporting.php:2279
+#: ../../enterprise/include/functions_reporting.php:3048
+#: ../../enterprise/include/functions_reporting_pdf.php:1502
+msgid "Downtimes"
+msgstr "停止時間"
+
+#: ../../include/functions_reporting_html.php:700
+#: ../../include/functions_reporting_html.php:2548
+#: ../../enterprise/include/functions_reporting.php:2284
+#: ../../enterprise/include/functions_reporting.php:3053
+#: ../../enterprise/include/functions_reporting_pdf.php:1504
+msgid "Ignore time"
+msgstr "除外時間"
+
+#: ../../include/functions_reporting_html.php:772
+#: ../../include/functions_reporting_html.php:1523
+#: ../../include/functions_reporting_html.php:2449
+#: ../../include/functions_reporting_html.php:2673
+#: ../../enterprise/include/functions_reporting_pdf.php:796
+#: ../../enterprise/include/functions_reporting_pdf.php:888
+#: ../../enterprise/include/functions_reporting_pdf.php:944
+msgid "Min Value"
+msgstr "最小値"
+
+#: ../../include/functions_reporting_html.php:773
+#: ../../include/functions_reporting_html.php:1524
+#: ../../include/functions_reporting_html.php:2450
+#: ../../include/functions_reporting_html.php:2674
+#: ../../enterprise/include/functions_reporting_pdf.php:797
+#: ../../enterprise/include/functions_reporting_pdf.php:889
+#: ../../enterprise/include/functions_reporting_pdf.php:945
+#: ../../enterprise/include/functions_reporting_pdf.php:1985
+msgid "Average Value"
+msgstr "平均値"
+
+#: ../../include/functions_reporting_html.php:774
+#: ../../include/functions_reporting_html.php:1525
+#: ../../include/functions_reporting_html.php:2447
+#: ../../include/functions_reporting_html.php:2676
+#: ../../enterprise/include/functions_reporting_pdf.php:798
+#: ../../enterprise/include/functions_reporting_pdf.php:890
+#: ../../enterprise/include/functions_reporting_pdf.php:946
+#: ../../enterprise/include/functions_reporting_pdf.php:1982
+msgid "Max Value"
+msgstr "最大値"
+
+#: ../../include/functions_reporting_html.php:807
+#: ../../include/functions_reporting_html.php:1025
+#: ../../include/functions_reporting_html.php:1638
+#: ../../operation/snmpconsole/snmp_view.php:521
+#: ../../enterprise/godmode/alerts/configure_alert_rule.php:143
+msgid "Count"
+msgstr "回数"
+
+#: ../../include/functions_reporting_html.php:812
+#: ../../include/functions_reporting_html.php:821
+#: ../../include/functions_reporting_html.php:1643
+msgid "Val. by"
+msgstr "承諾ユーザ"
+
+#: ../../include/functions_reporting_html.php:915
+#: ../../include/functions_reporting_html.php:1111
+msgid "Events by agent"
+msgstr "エージェントで分類したイベント"
+
+#: ../../include/functions_reporting_html.php:934
+#: ../../include/functions_reporting_html.php:1130
+msgid "Events by user validator"
+msgstr "承諾したユーザごとのイベント"
+
+#: ../../include/functions_reporting_html.php:953
+#: ../../include/functions_reporting_html.php:1149
+msgid "Events by Severity"
+msgstr "重要度ごとのイベント"
+
+#: ../../include/functions_reporting_html.php:972
+#: ../../include/functions_reporting_html.php:1168
+msgid "Events validated vs unvalidated"
+msgstr "承諾済と未承諾イベント"
+
+#: ../../include/functions_reporting_html.php:1228
+#: ../../enterprise/include/functions_inventory.php:511
+#: ../../enterprise/include/functions_inventory.php:574
+#: ../../enterprise/include/functions_reporting_pdf.php:493
+msgid "Added"
+msgstr "追加済み"
+
+#: ../../include/functions_reporting_html.php:1379
+#: ../../enterprise/dashboard/widgets/agent_module.php:309
+#: ../../enterprise/include/functions_reporting_pdf.php:616
+#, php-format
+msgid "%s in %s : NORMAL"
+msgstr "%s (%s): 正常"
+
+#: ../../include/functions_reporting_html.php:1387
+#: ../../enterprise/dashboard/widgets/agent_module.php:317
+#: ../../enterprise/include/functions_reporting_pdf.php:624
+#, php-format
+msgid "%s in %s : CRITICAL"
+msgstr "%s (%s): 障害"
+
+#: ../../include/functions_reporting_html.php:1395
+#: ../../enterprise/dashboard/widgets/agent_module.php:325
+#: ../../enterprise/include/functions_reporting_pdf.php:632
+#, php-format
+msgid "%s in %s : WARNING"
+msgstr "%s (%s): 警告"
+
+#: ../../include/functions_reporting_html.php:1403
+#: ../../enterprise/dashboard/widgets/agent_module.php:333
+#: ../../enterprise/include/functions_reporting_pdf.php:640
+#, php-format
+msgid "%s in %s : UNKNOWN"
+msgstr "%s (%s): 不明"
+
+#: ../../include/functions_reporting_html.php:1413
+#: ../../enterprise/dashboard/widgets/agent_module.php:350
+#: ../../enterprise/include/functions_reporting_pdf.php:656
+#, php-format
+msgid "%s in %s : ALERTS FIRED"
+msgstr "%s (%s): アラート発生"
+
+#: ../../include/functions_reporting_html.php:1421
+#: ../../enterprise/dashboard/widgets/agent_module.php:341
+#: ../../enterprise/include/functions_reporting_pdf.php:648
+#, php-format
+msgid "%s in %s : Not initialize"
+msgstr "%s (%s): 未初期化"
+
+#: ../../include/functions_reporting_html.php:1579
+#: ../../include/functions_reporting_html.php:3262
+msgid "Monitors"
+msgstr "モニタ項目"
+
+#: ../../include/functions_reporting_html.php:1598
+#: ../../include/functions_reporting_html.php:1953
+#: ../../include/functions_reporting_html.php:1954
+#: ../../mobile/operation/alerts.php:38
+#: ../../operation/agentes/alerts_status.functions.php:74
+#: ../../operation/snmpconsole/snmp_view.php:164
+#: ../../operation/snmpconsole/snmp_view.php:834
+#: ../../enterprise/include/functions_reporting_pdf.php:726
+msgid "Fired"
+msgstr "通知済"
+
+#: ../../include/functions_reporting_html.php:1611
+#: ../../enterprise/include/functions_reporting_pdf.php:741
+#, php-format
+msgid "Last %s"
+msgstr "最新日時 %s"
+
+#: ../../include/functions_reporting_html.php:1731
+msgid "Events validated by user"
+msgstr "ユーザで分類したイベント"
+
+#: ../../include/functions_reporting_html.php:1750
+#: ../../include/functions_reporting_html.php:3551
+msgid "Events by severity"
+msgstr "重要度ごとのイベント"
+
+#: ../../include/functions_reporting_html.php:1769
+#: ../../operation/events/event_statistics.php:61
+msgid "Amount events validated"
+msgstr "承諾済みイベントの割合"
+
+#: ../../include/functions_reporting_html.php:1899
+#, php-format
+msgid "Interface '%s' throughput graph"
+msgstr "インタフェース '%s' スループットグラフ"
+
+#: ../../include/functions_reporting_html.php:1902
+msgid "Mac"
+msgstr "Mac"
+
+#: ../../include/functions_reporting_html.php:1903
+msgid "Actual status"
+msgstr "現在の状態"
+
+#: ../../include/functions_reporting_html.php:2099
+msgid "Empty modules"
+msgstr "モジュールなし"
+
+#: ../../include/functions_reporting_html.php:2106
+msgid "Warning Critical"
+msgstr "警告 障害"
+
+#: ../../include/functions_reporting_html.php:2254
+msgid "Total time"
+msgstr "合計時間"
+
+#: ../../include/functions_reporting_html.php:2255
+msgid "Time failed"
+msgstr "障害時間"
+
+#: ../../include/functions_reporting_html.php:2257
+msgid "Time Uknown"
+msgstr "不明時間"
+
+#: ../../include/functions_reporting_html.php:2258
+msgid "Time Not Init Module"
+msgstr "未初期化モジュール時間"
+
+#: ../../include/functions_reporting_html.php:2259
+#: ../../enterprise/include/functions_reporting_csv.php:1314
+msgid "Time Downtime"
+msgstr "計画停止時間"
+
+#: ../../include/functions_reporting_html.php:2260
+#: ../../enterprise/include/functions_reporting_pdf.php:1847
+msgid "% Ok"
+msgstr "正常%"
+
+#: ../../include/functions_reporting_html.php:2297
+msgid "Total checks"
+msgstr "全確認数"
+
+#: ../../include/functions_reporting_html.php:2298
+msgid "Checks failed"
+msgstr "障害確認数"
+
+#: ../../include/functions_reporting_html.php:2300
+msgid "Checks Uknown"
+msgstr "不明確認数"
+
+#: ../../include/functions_reporting_html.php:2446
+#: ../../enterprise/include/functions_reporting_pdf.php:1981
+msgid "Agent max value"
+msgstr "エージェント最大値"
+
+#: ../../include/functions_reporting_html.php:2448
+msgid "Agent min value"
+msgstr "エージェント最小値"
+
+#: ../../include/functions_reporting_html.php:2685
+#: ../../include/functions_reporting_html.php:2779
+#: ../../enterprise/dashboard/widgets/tactical.php:44
+msgid "Summary"
+msgstr "サマリ"
+
+#: ../../include/functions_reporting_html.php:2751
+#: ../../operation/tree.php:163
+msgid "Module status"
+msgstr "モジュールの状態"
+
+#: ../../include/functions_reporting_html.php:2871
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1224
+msgid "Alert description"
+msgstr "アラートの説明"
+
+#: ../../include/functions_reporting_html.php:2921
+msgid "Alerts not fired"
+msgstr "未通知アラート"
+
+#: ../../include/functions_reporting_html.php:2930
+msgid "Total alerts monitored"
+msgstr "モニタ中の全アラート"
+
+#: ../../include/functions_reporting_html.php:2981
+msgid "Total monitors"
+msgstr "全モニタ"
+
+#: ../../include/functions_reporting_html.php:2982
+msgid "Monitors down on period"
+msgstr "現時点で停止中のモニタ"
+
+#: ../../include/functions_reporting_html.php:2998
+msgid "Monitors OK"
+msgstr "正常"
+
+#: ../../include/functions_reporting_html.php:2999
+msgid "Monitors BAD"
+msgstr "障害"
+
+#: ../../include/functions_reporting_html.php:3025
+#: ../../include/functions_reporting_html.php:3165
+#: ../../mobile/include/functions_web.php:23
+#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:146
+msgid "Monitor"
+msgstr "モニタ項目"
+
+#: ../../include/functions_reporting_html.php:3073
+#, php-format
+msgid "Agents in group: %s"
+msgstr "グループに含まれるエージェント: %s"
+
+#: ../../include/functions_reporting_html.php:3166
+msgid "Last failure"
+msgstr "最新の障害"
+
+#: ../../include/functions_reporting_html.php:3230
+msgid "N/A(*)"
+msgstr "N/A(*)"
+
+#: ../../include/functions_reporting_html.php:3404
+#: ../../mobile/operation/groups.php:133
+msgid "Agents critical"
+msgstr "障害状態エージェント"
+
+#: ../../include/functions_reporting_html.php:3407
+msgid "Agents warning"
+msgstr "警告状態エージェント"
+
+#: ../../include/functions_reporting_html.php:3413
+msgid "Agents ok"
+msgstr "正常状態エージェント"
+
+#: ../../include/functions_reporting_html.php:3422
+#: ../../mobile/operation/groups.php:129
+msgid "Agents not init"
+msgstr "未初期化エージェント"
+
+#: ../../include/functions_reporting_html.php:3433
+#: ../../include/functions_reporting_html.php:3442
+msgid "Agents by status"
+msgstr "状態ごとのエージェント"
+
+#: ../../include/functions_reporting_html.php:3479
+#: ../../operation/agentes/pandora_networkmap.php:399
+msgid "Nodes"
+msgstr "ノード"
+
+#: ../../include/functions_reporting_html.php:3486
+#: ../../include/functions_reporting_html.php:3495
+msgid "Node overview"
+msgstr "ノードの概要"
+
+#: ../../include/functions_reporting_html.php:3513
+#: ../../include/functions_reporting_html.php:3530
+msgid "Critical events"
+msgstr "障害イベント"
+
+#: ../../include/functions_reporting_html.php:3517
+#: ../../include/functions_reporting_html.php:3534
+msgid "Warning events"
+msgstr "警告イベント"
+
+#: ../../include/functions_reporting_html.php:3521
+#: ../../include/functions_reporting_html.php:3538
+msgid "OK events"
+msgstr "正常イベント"
+
+#: ../../include/functions_reporting_html.php:3525
+#: ../../include/functions_reporting_html.php:3542
+msgid "Unknown events"
+msgstr "不明イベント"
+
+#: ../../include/functions_reporting_html.php:3565
+msgid "Important Events by Criticity"
+msgstr "重要度ごとのイベント"
+
+#: ../../include/functions_reporting_html.php:3591
+msgid "Last activity in Pandora FMS console"
+msgstr "Pandora FMS コンソールの最新の操作"
+
+#: ../../include/functions_reporting_html.php:3667
+msgid "Events info (1hr.)"
+msgstr "イベント情報 (1時間)"
+
+#: ../../include/functions_reporting_html.php:3807
+#: ../../enterprise/include/functions_reporting.php:4550
+#: ../../enterprise/include/functions_reporting_pdf.php:2411
+msgid "This SLA has been affected by the following planned downtimes"
+msgstr "この SLA は、次の計画停止によって影響を受けます"
+
+#: ../../include/functions_reporting_html.php:3812
+#: ../../enterprise/include/functions_reporting.php:4555
+#: ../../enterprise/include/functions_reporting_pdf.php:2416
+msgid "Dates"
+msgstr "日付"
+
+#: ../../include/functions_reporting_html.php:3853
+#: ../../enterprise/include/functions_reporting.php:4649
+#: ../../enterprise/include/functions_reporting_pdf.php:2455
+msgid "This item is affected by a malformed planned downtime"
+msgstr "この要素は不正な計画停止の影響を受けます"
+
+#: ../../include/functions_reporting_html.php:3854
+#: ../../enterprise/include/functions_reporting.php:4650
+#: ../../enterprise/include/functions_reporting_pdf.php:2456
+msgid "Go to the planned downtimes section to solve this"
+msgstr "これを解決するために計画停止画面へ行く"
+
+#: ../../include/functions_planned_downtimes.php:560
+msgid "Succesful stopped the Downtime"
+msgstr "計画停止を中止しました"
+
+#: ../../include/functions_planned_downtimes.php:561
+msgid "Unsuccesful stopped the Downtime"
+msgstr "計画停止の中止に失敗しました"
+
+#: ../../include/functions_planned_downtimes.php:660
+#, php-format
+msgid "Enabled %s elements from the downtime"
+msgstr "計画停止から %s 件の要素が有効になりました"
+
+#: ../../include/functions_planned_downtimes.php:785
+msgid "This planned downtime are executed now. Can't delete in this moment."
+msgstr "この計画停止は実行中です。現在削除できません。"
+
+#: ../../include/functions_planned_downtimes.php:790
+msgid "Deleted this planned downtime successfully."
+msgstr "計画停止を削除しました。"
+
+#: ../../include/functions_planned_downtimes.php:792
+msgid "Problems for deleted this planned downtime."
+msgstr "計画停止の削除に失敗しました。"
+
+#: ../../include/functions_snmp_browser.php:145
+msgid "Target IP cannot be blank."
+msgstr "対象IPが指定されていません"
+
+#: ../../include/functions_snmp_browser.php:403
+msgid "Numeric OID"
+msgstr "数値 OID"
+
+#: ../../include/functions_snmp_browser.php:420
+msgid "Syntax"
+msgstr "書式"
+
+#: ../../include/functions_snmp_browser.php:425
+msgid "Display hint"
+msgstr "ヒント表示"
+
+#: ../../include/functions_snmp_browser.php:430
+msgid "Max access"
+msgstr "最大アクセス"
+
+#: ../../include/functions_snmp_browser.php:445
+msgid "OID Information"
+msgstr "OID 情報"
+
+#: ../../include/functions_snmp_browser.php:510
+msgid "Starting OID"
+msgstr "開始 OID"
+
+#: ../../include/functions_snmp_browser.php:521
+msgid "Browse"
+msgstr "参照"
+
+#: ../../include/functions_snmp_browser.php:558
+msgid "First match"
+msgstr "最初のマッチ"
+
+#: ../../include/functions_snmp_browser.php:560
+msgid "Previous match"
+msgstr "前のマッチ"
+
+#: ../../include/functions_snmp_browser.php:562
+msgid "Next match"
+msgstr "次のマッチ"
+
+#: ../../include/functions_snmp_browser.php:564
+msgid "Last match"
+msgstr "最後のマッチ"
+
+#: ../../include/functions_snmp_browser.php:569
+msgid "Expand the tree (can be slow)"
+msgstr "ツリーを展開する (遅くなります)"
+
+#: ../../include/functions_snmp_browser.php:571
+msgid "Collapse the tree"
+msgstr "ツリーを閉じる"
+
+#: ../../include/functions_snmp_browser.php:590
+msgid "SNMP v3 options"
+msgstr "SNMP v3 オプション"
+
+#: ../../include/functions_snmp_browser.php:593
+msgid "Search options"
+msgstr "検索オプション"
+
+#: ../../include/functions_tags.php:602
+msgid "Click here to open a popup window with URL tag"
+msgstr "URLタグのポップアップウインドウを開くにはここをクリックしてください"
+
+#: ../../include/functions_treeview.php:54
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1347
+msgid "There was a problem loading module"
+msgstr "モジュールの読み込みで問題が発生しました。"
+
+#: ../../include/functions_treeview.php:279
+#: ../../include/functions_treeview.php:286
+#: ../../include/functions_ui.php:3684 ../../include/functions_ui.php:3691
+#: ../../mobile/operation/modules.php:610
+#: ../../mobile/operation/modules.php:617
+#: ../../operation/agentes/status_monitor.php:1362
+#: ../../operation/agentes/status_monitor.php:1369
+#: ../../enterprise/include/functions_services.php:1569
+#: ../../enterprise/operation/agentes/ux_console_view.php:185
+#: ../../enterprise/operation/agentes/ux_console_view.php:257
+msgid "Snapshot view"
+msgstr "スナップショット表示"
+
+#: ../../include/functions_treeview.php:313
+msgid "Go to module edition"
+msgstr "モジュールの編集へ行く"
+
+#: ../../include/functions_treeview.php:362
+msgid "There was a problem loading alerts"
+msgstr "アラートの読み込みで問題が発生しました。"
+
+#: ../../include/functions_treeview.php:446
+msgid "Go to alerts edition"
+msgstr "アラートの編集へ行く"
+
+#: ../../include/functions_treeview.php:506
+#: ../../operation/agentes/agent_fields.php:28
+#: ../../operation/agentes/custom_fields.php:28
+#: ../../operation/agentes/estado_generalagente.php:46
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1057
+msgid "There was a problem loading agent"
msgstr "エージェントのロードに失敗しました。"
-#: ../../godmode/agentes/configurar_agente.php:1227
+#: ../../include/functions_treeview.php:571
+#: ../../operation/agentes/estado_generalagente.php:268
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1102
+msgid "Other IP addresses"
+msgstr "他のIPアドレス"
+
+#: ../../include/functions_treeview.php:602
+#: ../../operation/agentes/estado_agente.php:501
+#: ../../operation/agentes/estado_generalagente.php:205
+#: ../../operation/gis_maps/ajax.php:332
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1149
+msgid "Remote"
+msgstr "リモート"
+
+#: ../../include/functions_treeview.php:610
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1170
+msgid "Next agent contact"
+msgstr "次の接続予定"
+
+#: ../../include/functions_treeview.php:620
+msgid "Go to agent edition"
+msgstr "エージェントの編集へ行く"
+
+#: ../../include/functions_treeview.php:629
+msgid "Agent data"
+msgstr "エージェントデータ"
+
+#: ../../include/functions_treeview.php:642
+#: ../../operation/agentes/estado_generalagente.php:159
+#: ../../operation/gis_maps/ajax.php:315
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1117
+msgid "Agent Version"
+msgstr "エージェントバージョン"
+
+#: ../../include/functions_treeview.php:659
+#: ../../operation/agentes/estado_generalagente.php:310
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1124
+msgid "Position (Long, Lat)"
+msgstr "位置 (経度、緯度)"
+
+#: ../../include/functions_treeview.php:676
+#: ../../operation/agentes/estado_generalagente.php:338
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1164
+msgid "Timezone Offset"
+msgstr "タイムゾーンオフセット"
+
+#: ../../include/functions_treeview.php:691
+#: ../../operation/agentes/agent_fields.php:45
+#: ../../operation/agentes/estado_generalagente.php:354
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1180
+msgid "Custom field"
+msgstr "カスタムフィールド"
+
+#: ../../include/functions_treeview.php:702
+msgid "Advanced information"
+msgstr "拡張情報"
+
+#: ../../include/functions_treeview.php:714
+#: ../../operation/agentes/estado_generalagente.php:256
+msgid "Agent access rate (24h)"
+msgstr "エージェントアクセス頻度(過去24時間)"
+
+#: ../../include/functions_treeview.php:722
+#: ../../mobile/operation/agent.php:214
+#: ../../operation/agentes/estado_generalagente.php:601
+msgid "Events (24h)"
+msgstr "イベント (24時間)"
+
+#: ../../include/functions_treeview.php:774
+#: ../../operation/agentes/estado_generalagente.php:477
+#: ../../enterprise/operation/agentes/pandora_networkmap.view.php:580
+msgid "Interface traffic"
+msgstr "インタフェーストラフィック"
+
+#: ../../include/functions_treeview.php:796
+#: ../../operation/agentes/estado_generalagente.php:448
+msgid "Interface information"
+msgstr "インタフェース情報"
+
+#: ../../include/functions_ui.php:225
+msgid "Information"
+msgstr "情報"
+
+#: ../../include/functions_ui.php:231
+#: ../../enterprise/include/functions_visual_map.php:622
+msgid "Success"
+msgstr "成功"
+
+#: ../../include/functions_ui.php:367
+msgid "Request successfully processed"
+msgstr "要求された処理を実行しました。"
+
+#: ../../include/functions_ui.php:370
+msgid "Error processing request"
+msgstr "要求された処理の実行に失敗しました。"
+
+#: ../../include/functions_ui.php:508
msgid ""
-"There was a problem updating module. Another module already exists with the "
-"same name."
-msgstr "モジュールの更新で問題が発生しました。同じ名前のモジュールがすでに存在します。"
+"Is possible that this view uses part of information which your user has not "
+"access"
+msgstr "あなたのユーザでアクセスできない情報の一部を利用している可能性があります"
-#: ../../godmode/agentes/configurar_agente.php:1230
-msgid ""
-"There was a problem updating module. Some required fields are missed: (name)"
-msgstr "モジュールの更新で問題が発生しました。必須フィールドが入力されていません: (名前)"
+#: ../../include/functions_ui.php:1028
+msgid "The alert would fire when the value is over "
+msgstr "取得した値が 以上になったら、アラートを発生させます。"
-#: ../../godmode/agentes/configurar_agente.php:1233
-msgid "There was a problem updating module. \"No change\""
-msgstr "モジュールの更新で問題が発生しました。\"変更点がありません\""
+#: ../../include/functions_ui.php:1033
+msgid "The alert would fire when the value is under "
+msgstr "取得した値が 未満になったら、アラートを発生させます。"
-#: ../../godmode/agentes/configurar_agente.php:1238
-msgid "There was a problem updating module. Processing error"
-msgstr "モジュールの更新で問題が発生しました。処理エラー"
+#: ../../include/functions_ui.php:1307
+#: ../../enterprise/meta/include/functions_ui_meta.php:54
+msgid "the Flexible Monitoring System"
+msgstr "the Flexible Monitoring System"
-#: ../../godmode/agentes/configurar_agente.php:1258
-msgid "Module successfully updated"
-msgstr "モジュールの更新が完了しました。"
-
-#: ../../godmode/agentes/configurar_agente.php:1367
-msgid ""
-"There was a problem adding module. Another module already exists with the "
-"same name."
-msgstr "モジュールの追加で問題が発生しました。同じ名前のモジュールがすでに存在します。"
-
-#: ../../godmode/agentes/configurar_agente.php:1370
-msgid ""
-"There was a problem adding module. Some required fields are missed : (name)"
-msgstr "モジュールの追加で問題が発生しました。必須フィールドが入力されていません: (名前)"
-
-#: ../../godmode/agentes/configurar_agente.php:1375
-msgid "There was a problem adding module. Processing error"
-msgstr "モジュールの追加で問題が発生しました。処理エラー"
-
-#: ../../godmode/agentes/configurar_agente.php:1511
-msgid "There was a problem deleting the module"
-msgstr "モジュールの削除に失敗しました。"
-
-#: ../../godmode/agentes/configurar_agente.php:1514
-msgid "Module deleted succesfully"
-msgstr "モジュールを削除しました。"
-
-#: ../../godmode/agentes/configurar_agente.php:1528
+#: ../../include/functions_ui.php:1627 ../../include/functions_ui.php:1661
#, php-format
-msgid "copy of %s"
-msgstr "%s のコピー"
+msgid "Total items: %s"
+msgstr "全アイテム数: %s"
-#: ../../godmode/agentes/configurar_agente.php:1538
-#, php-format
-msgid "copy of %s (%d)"
-msgstr "%s のコピー (%d)"
+#: ../../include/functions_ui.php:1968
+msgid "Unknown type"
+msgstr "不明なタイプ"
-#: ../../godmode/agentes/configurar_agente.php:1696
-#: ../../godmode/agentes/configurar_agente.php:1706
-msgid "Invalid tab specified"
-msgstr "不正なタブが指定されました"
+#: ../../include/functions_ui.php:2781
+msgid "Type at least two characters to search."
+msgstr "2文字以上入力するとマッチするエージェント名が検索されます"
-#: ../../godmode/agentes/module_manager_editor.php:390
-msgid "This policy is applying and cannot be modified"
-msgstr "このポリシーを摘要すると変更できません。"
+#: ../../include/functions_ui.php:3574
+msgid "Problem with Pandora FMS database"
+msgstr "Pandora FMS データベースに問題があります"
-#: ../../godmode/agentes/module_manager_editor.php:394
-msgid "Module will be linked in the next application"
-msgstr "モジュールは次回適用時にリンクされます。"
-
-#: ../../godmode/agentes/module_manager_editor.php:402
-msgid "Module will be unlinked in the next application"
-msgstr "モジュールは次回適用時にリンク解除されます。"
-
-#: ../../godmode/agentes/module_manager_editor.php:490
-#, php-format
-msgid "DEBUG: Invalid module type specified in %s:%s"
-msgstr "DEBUG: %s:%s に不正なモジュールタイプが指定されています"
-
-#: ../../godmode/agentes/module_manager_editor.php:491
+#: ../../include/functions_ui.php:3575
msgid ""
-"Most likely you have recently upgraded from an earlier version of Pandora "
-"and either \n"
-"\t\t\t\t1) forgot to use the database converter \n"
-"\t\t\t\t2) used a bad version of the database converter (see Bugreport "
-"#2124706 for the solution) \n"
-"\t\t\t\t3) found a new bug - please report a way to duplicate this error"
+"Cannot connect to the database, please check your database setup in the "
+"include/config.php file.
\n"
+"\t\t\tProbably your database, hostname, user or password values are "
+"incorrect or\n"
+"\t\t\tthe database server is not running."
msgstr ""
-"Pandora の初期のバージョンからのアップグレードを実施しておlり、次のいずれかが考えられます。 \n"
-"\t\t\t\t1) データベース変換の実行し忘れ \n"
-"\t\t\t\t2) 正しくないバージョンのデータベース変換の利用 (解決方法はバグレポート #2124706 を参照) \n"
-"\t\t\t\t3) 新たなバグ - このエラーを再現する方法をレポートしてください"
+"データベースに接続できません。 include/config.php "
+"ファイル内のデータベースの設定を確認してください。
\n"
+"\t\t\tおそらく、データベース名、ホスト名、ユーザ名またはパスワードの値が不正か、\n"
+"\t\t\tデータベースが動作していません。"
-#: ../../godmode/agentes/module_manager_editor.php:517
-#: ../../godmode/agentes/module_manager_editor_common.php:667
-msgid "Custom macros"
-msgstr "カスタムマクロ"
+#: ../../include/functions_ui.php:3579
+msgid "DB ERROR"
+msgstr "DB エラー"
-#: ../../godmode/agentes/module_manager_editor.php:519
-msgid "Module relations"
-msgstr "モジュール関係"
-
-#: ../../godmode/agentes/module_manager_editor.php:565
-msgid "No module name provided"
-msgstr "モジュール名がありません。"
-
-#: ../../godmode/agentes/module_manager_editor.php:566
-msgid "No target IP provided"
-msgstr "対象 IP がありません。"
-
-#: ../../godmode/agentes/module_manager_editor.php:567
-msgid "No SNMP OID provided"
-msgstr "SNMP OID がありません。"
-
-#: ../../godmode/agentes/module_manager_editor.php:568
-msgid "No module to predict"
-msgstr "予測モジュールがありません。"
-
-#: ../../godmode/agentes/module_manager_editor.php:569
-msgid "No plug-in provided"
-msgstr "プラグインがありません"
-
-#: ../../godmode/agentes/module_manager_editor.php:592
+#: ../../include/functions_ui.php:3585
msgid ""
-"Error, The field name and name in module_name in data configuration are "
-"different."
-msgstr "エラー、データ設定におけるフィールド名と module_name 内の名前が異なります。"
+"If you have modified auth system, this problem could be because Pandora "
+"cannot override authorization variables from the config database. Remove "
+"them from your database by executing:
\n"
+"\t\t\tMost likely your database schema has been created but there are is no "
+"data in it, you have a problem with the database access credentials or your "
+"schema is out of date.\n"
+"\t\t\t
Pandora FMS Console cannot find include/config.php or "
+"this file has invalid\n"
+"\t\t\tpermissions and HTTP server cannot read it. Please read documentation "
+"to fix this problem."
+msgstr ""
+"データベースから設定を読み込めません。include/config.phpファイルのデータベース設定を確認してください。
または、Pandora FMS コンソールが include/config.php "
+"ファイルを見つけられないか、このファイルが不正な\n"
+"\t\t\t パーミッションで HTTP サーバが読むことができません。この問題の解決にはドキュメントを参照してください。"
-#: ../../godmode/agentes/module_manager_editor_common.php:76
-#: ../../godmode/agentes/module_manager_editor_common.php:85
-msgid "Manual setup"
-msgstr "個別設定"
+#: ../../include/functions_ui.php:3597
+msgid "No configuration file found"
+msgstr "設定ファイルがありません"
-#: ../../godmode/agentes/module_manager_editor_common.php:81
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:336
-msgid "No component was found"
-msgstr "コンポーネントが見つかりません。"
+#: ../../include/functions_ui.php:3598
+msgid ""
+"Pandora FMS Console cannot find include/config.php or this file has "
+"invalid\n"
+"\t\t\tpermissions and HTTP server cannot read it. Please read documentation "
+"to fix this problem."
+msgstr ""
+"Pandora FMS コンソールが include/config.php ファイルを見つけられないか、このファイルが不正な\n"
+"\t\t\t パーミッションで HTTP サーバが読むことができません。この問題の解決にはドキュメントを参照してください。"
-#: ../../godmode/agentes/module_manager_editor_common.php:161
-msgid "Delete module"
-msgstr "モジュール削除"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:180
-msgid "Module parent"
-msgstr "モジュールの親"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:256
-msgid "Dynamic Threshold Interval"
-msgstr "動的しきい値の間隔"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:268
-msgid "Dynamic Threshold Min. "
-msgstr "最小動的しきい値 "
-
-#: ../../godmode/agentes/module_manager_editor_common.php:271
-msgid "Dynamic Threshold Max. "
-msgstr "最大動的しきい値 "
-
-#: ../../godmode/agentes/module_manager_editor_common.php:274
-msgid "Dynamic Threshold Two Tailed: "
-msgstr "2つの動的しきい値を使う: "
-
-#: ../../godmode/agentes/module_manager_editor_common.php:280
-#: ../../godmode/agentes/module_manager_editor_common.php:301
-msgid "Min. "
-msgstr "最小 "
-
-#: ../../godmode/agentes/module_manager_editor_common.php:385
-#: ../../godmode/agentes/module_manager_editor_common.php:388
+#: ../../include/functions_ui.php:3609
#, php-format
-msgid "Agent interval x %s"
-msgstr "エージェント実行間隔 x %s"
+msgid "You may try to run the %sinstallation wizard%s to create one."
+msgstr "作成するには、%sインストールウィザード%s を実行します。"
-#: ../../godmode/agentes/module_manager_editor_common.php:398
-#: ../../godmode/agentes/module_manager.php:733
+#: ../../include/functions_ui.php:3612
+msgid "Installer active"
+msgstr "インストーラが有効です"
+
+#: ../../include/functions_ui.php:3613
msgid ""
-"The policy modules of data type will only update their intervals when policy "
-"is applied."
-msgstr "データタイプのポリシーモジュールは、ポリシーが適用されたときに、それ自身の間隔でのみ更新されます。"
+"For security reasons, normal operation is not possible until you delete "
+"installer file.\n"
+"\t\t\tPlease delete the ./install.php file before running Pandora FMS "
+"Console."
+msgstr ""
+"セキュリティ上の理由から、インストーラファイルを削除するまで通常の動作にはなりません。\n"
+"\t\t\t Pandora FMS コンソールを実行する前に ./install.phpファイルを削除してください。"
-#: ../../godmode/agentes/module_manager_editor_common.php:422
-msgid "Any value below this number is discarted."
-msgstr "この値より小さい値は破棄されます。"
+#: ../../include/functions_ui.php:3617
+msgid "Bad permission for include/config.php"
+msgstr "include/config.php のパーミッションが不正です"
-#: ../../godmode/agentes/module_manager_editor_common.php:424
-msgid "Any value over this number is discarted."
-msgstr "この値より大きい値は破棄されます。"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:433
-msgid "Not needed"
-msgstr "不要です。"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:437
+#: ../../include/functions_ui.php:3618
msgid ""
-"In case you use an Export server you can link this module and export data to "
-"one these."
-msgstr "エクスポートサーバを利用している場合は、このモジュールをリンクしエクスポートできます。"
+"For security reasons, config.php must have restrictive permissions, "
+"and \"other\" users\n"
+"\t\t\tshould not read it or write to it. It should be written only for "
+"owner\n"
+"\t\t\t(usually www-data or http daemon user), normal operation is not "
+"possible until you change\n"
+"\t\t\tpermissions for include/config.php file. Please do it, it is "
+"for your security."
+msgstr ""
+"セキュリティ上の理由により、 config.php は制限されたパーミッションである必要があります。\n"
+"\t\t\t\"other\"ユーザは読み書きできないようにし、所有者(通常は www-data や http デーモンの\n"
+"\t\t\tユーザ)のみが書き込みできるようにします。include/config.php ファイルの\n"
+"\t\t\tパーミッションを修正するまで通常の動作をしません。セキュリティのために調整をしてください。"
-#: ../../godmode/agentes/module_manager_editor_common.php:471
-msgid "This value can be set only in the async modules."
-msgstr "この値は非同期モジュールでのみ設定可能です。"
+#: ../../mobile/include/functions_web.php:21
+#: ../../operation/users/user_edit.php:284
+#: ../../enterprise/extensions/vmware/vmware_view.php:1091
+#: ../../enterprise/extensions/vmware/vmware_view.php:1110
+#: ../../enterprise/mobile/operation/dashboard.php:230
+#: ../../enterprise/operation/menu.php:89
+msgid "Dashboard"
+msgstr "ダッシュボード"
-#: ../../godmode/agentes/module_manager_editor_common.php:554
-msgid "Tags from policy"
-msgstr "ポリシーからのタグ"
+#: ../../mobile/include/functions_web.php:81
+#: ../../mobile/include/ui.class.php:257
+#, php-format
+msgid "Pandora FMS %s - Build %s"
+msgstr "Pandora FMS %s - ビルド %s"
-#: ../../godmode/agentes/module_manager_editor_common.php:567
-msgid "The module still stores data but the alerts and events will be stop"
-msgstr "モジュールはデータの保存を行いますが、アラートとイベントは停止します"
+#: ../../mobile/include/functions_web.php:82
+#: ../../mobile/include/ui.class.php:258
+#: ../../enterprise/extensions/cron/functions.php:445
+#: ../../enterprise/extensions/cron/functions.php:543
+msgid "Generated at"
+msgstr "更新日時:"
-#: ../../godmode/agentes/module_manager_editor_common.php:590
-#: ../../godmode/agentes/module_manager_editor_common.php:600
-#: ../../godmode/agentes/module_manager_editor_common.php:611
-msgid "Cron from"
-msgstr "Cron 開始"
+#: ../../mobile/include/ui.class.php:87 ../../mobile/include/ui.class.php:168
+msgid "Pandora FMS mobile"
+msgstr "Pandora FMS モバイル"
-#: ../../godmode/agentes/module_manager_editor_common.php:591
-#: ../../godmode/agentes/module_manager_editor_common.php:601
-#: ../../godmode/agentes/module_manager_editor_common.php:612
+#: ../../mobile/include/ui.class.php:185 ../../mobile/operation/home.php:128
+msgid "Home"
+msgstr "ホーム"
+
+#: ../../mobile/include/ui.class.php:630
+msgid "Not found header."
+msgstr "ヘッダーがありません"
+
+#: ../../mobile/include/ui.class.php:633
+msgid "Not found content."
+msgstr "コンテンツがありません"
+
+#: ../../mobile/include/ui.class.php:636
+msgid "Not found footer."
+msgstr "フッターがありません"
+
+#: ../../mobile/include/ui.class.php:639
+msgid "Incorrect form."
+msgstr "フォームが不正です"
+
+#: ../../mobile/include/ui.class.php:642
+msgid "Incorrect grid."
+msgstr "グリッドが不正です"
+
+#: ../../mobile/include/ui.class.php:645
+msgid "Incorrect collapsible."
+msgstr "折り返しが不正です"
+
+#: ../../mobile/include/user.class.php:152
+#: ../../mobile/include/user.class.php:170
+#: ../../mobile/include/user.class.php:177
+msgid "Double authentication failed"
+msgstr "二段階認証に失敗しました"
+
+#: ../../mobile/include/user.class.php:153
+msgid "Secret code not found"
+msgstr "シークレットコードがありません"
+
+#: ../../mobile/include/user.class.php:154
+msgid "Please contact the administrator to reset your double authentication"
+msgstr "二段階認証をリセットするには管理者へ連絡してください。"
+
+#: ../../mobile/include/user.class.php:178
+msgid "There was an error checking the code"
+msgstr "コードの確認でエラーが発生しました"
+
+#: ../../mobile/include/user.class.php:211
+msgid "Login Failed"
+msgstr "ログイン失敗"
+
+#: ../../mobile/include/user.class.php:212
+msgid "User not found in database or incorrect password."
+msgstr "ユーザが存在しないかパスワードが異なります。"
+
+#: ../../mobile/include/user.class.php:220
+msgid "Login out"
+msgstr "ログアウト"
+
+#: ../../mobile/include/user.class.php:244
+msgid "user"
+msgstr "ユーザ"
+
+#: ../../mobile/include/user.class.php:251
+msgid "password"
+msgstr "パスワード"
+
+#: ../../mobile/index.php:241 ../../mobile/operation/agent.php:67
+#: ../../mobile/operation/agents.php:146 ../../mobile/operation/alerts.php:142
+#: ../../mobile/operation/events.php:431 ../../mobile/operation/groups.php:54
+#: ../../mobile/operation/module_graph.php:271
+#: ../../mobile/operation/modules.php:174
+#: ../../mobile/operation/networkmap.php:79
+#: ../../mobile/operation/networkmaps.php:100
+#: ../../mobile/operation/tactical.php:72
+#: ../../mobile/operation/visualmap.php:66
+#: ../../mobile/operation/visualmaps.php:84
msgid ""
-"If cron is set the module interval is ignored and the module runs on the "
-"specified date and time"
-msgstr "cron が設定されている場合、モジュールの実行間隔は無視され、モジュールは指定された日時に実行されます。"
+"Access to this page is restricted to authorized users only, please contact "
+"system administrator if you need assistance.
Please know that all "
+"attempts to access this page are recorded in security logs of Pandora System "
+"Database"
+msgstr ""
+"このページへのアクセスは認証されたユーザのみに制限されています。必要であればシステム管理者へ連絡してください。
このページへのアクセスは、P"
+"andoraシステムデータベースのセキュリティログに記録されますので注意してください。"
-#: ../../godmode/agentes/module_manager_editor_common.php:595
-#: ../../godmode/agentes/module_manager_editor_common.php:605
-#: ../../godmode/agentes/module_manager_editor_common.php:616
-msgid "Cron to"
-msgstr "Cron 終了"
+#: ../../mobile/operation/agent.php:108 ../../mobile/operation/agents.php:162
+#: ../../mobile/operation/alerts.php:158 ../../mobile/operation/events.php:568
+#: ../../mobile/operation/groups.php:69
+#: ../../mobile/operation/module_graph.php:368
+#: ../../mobile/operation/module_graph.php:377
+#: ../../mobile/operation/modules.php:190
+#: ../../mobile/operation/networkmap.php:98
+#: ../../mobile/operation/networkmaps.php:116
+#: ../../mobile/operation/tactical.php:88
+#: ../../mobile/operation/visualmap.php:103
+#: ../../mobile/operation/visualmaps.php:100
+#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:261
+#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:350
+#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:422
+#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:530
+#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:614
+#: ../../enterprise/mobile/operation/dashboard.php:91
+#: ../../enterprise/mobile/operation/dashboard.php:234
+msgid "Back"
+msgstr "戻る"
-#: ../../godmode/agentes/module_manager_editor_common.php:624
-msgid "Retries"
-msgstr "リトライ"
+#: ../../mobile/operation/agent.php:112
+msgid "PandoraFMS: Agents"
+msgstr "PandoraFMS: エージェント"
-#: ../../godmode/agentes/module_manager_editor_common.php:625
-msgid "Number of retries that the module will attempt to run."
-msgstr "モジュールを再実行する回数。"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:701
-msgid "Add relationship"
-msgstr "関係の追加"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:719
-msgid "Changes"
-msgstr "変更"
-
-#: ../../godmode/agentes/module_manager_editor_common.php:719
-msgid "Activate this to prevent the relation from being updated or deleted"
-msgstr "更新や削除に対しても関係を維持するには、これを有効にしてください"
-
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:179
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:298
-msgid "No agent selected or the agent does not exist"
-msgstr "エージェントが選択されてないか、存在しません。"
-
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:286
-msgid "Successfully modules created"
-msgstr "モジュールを作成しました。"
-
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:296
-msgid "Another module already exists with the same name"
-msgstr "同じ名前のモジュールが既に存在します"
-
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:299
-msgid "Some required fields are missed"
-msgstr "必須フィールドが設定されていません"
-
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:299
-msgid "name"
-msgstr "名前"
-
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:304
-msgid "Processing error"
-msgstr "処理エラー"
-
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:345
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:706
-msgid "Use agent ip"
-msgstr "エージェントのIPを使う"
-
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:377
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:739
-msgid "privacy pass"
-msgstr "暗号化パスワード"
-
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:397
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:759
-msgid "SNMP Walk"
-msgstr "snmpwalk"
-
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:401
-msgid "Unable to do SNMP walk"
-msgstr "snmpwalk を実行できません。"
-
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:435
-msgid "Interfaces"
-msgstr "インタフェース"
-
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:447
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:369
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:875
-msgid "Create modules"
-msgstr "モジュール作成"
-
-#: ../../godmode/agentes/module_manager_editor_network.php:152
-msgid "SNMP OID"
-msgstr "SNMP OID"
-
-#: ../../godmode/agentes/agent_conf_gis.php:53
-msgid ""
-"When you change the Agent position, the agent automatically activates the "
-"'Ignore new GIS data' option"
-msgstr "エージェントの位置を変更すると、エージェントは '新たなGISデータを無視する' オプションを自動的に有効化します。"
-
-#: ../../godmode/agentes/agent_conf_gis.php:60
-msgid "Agent position"
-msgstr "エージェントの位置"
-
-#: ../../godmode/agentes/agent_conf_gis.php:66
-msgid "Latitude: "
-msgstr "緯度: "
-
-#: ../../godmode/agentes/agent_conf_gis.php:70
-msgid "Longitude: "
-msgstr "経度: "
-
-#: ../../godmode/agentes/agent_conf_gis.php:74
-msgid "Altitude: "
-msgstr "高度: "
-
-#: ../../godmode/agentes/configure_field.php:36
-msgid "Update agent custom field"
-msgstr "エージェントカスタムフィールドの更新"
-
-#: ../../godmode/agentes/configure_field.php:39
-msgid "Create agent custom field"
-msgstr "エージェントカスタムフィールドの作成"
-
-#: ../../godmode/agentes/planned_downtime.editor.php:115
-#: ../../godmode/agentes/planned_downtime.editor.php:187
-#: ../../godmode/agentes/planned_downtime.editor.php:942
-msgid "This elements cannot be modified while the downtime is being executed"
-msgstr "計画停止実行中は、この要素は変更できません。"
-
-#: ../../godmode/agentes/planned_downtime.editor.php:318
-msgid "Cannot be modified while the downtime is being executed"
-msgstr "計画停止実行中は編集できません"
-
-#: ../../godmode/agentes/planned_downtime.editor.php:485
-msgid "Quiet: Modules will not generate events or fire alerts."
-msgstr "静観: モジュールはイベント生成やアラートの発報を行いません"
-
-#: ../../godmode/agentes/planned_downtime.editor.php:486
-msgid "Disable Agents: Disables the selected agents."
-msgstr "エージェント無効化: 選択したエージェントを無効化します。"
-
-#: ../../godmode/agentes/planned_downtime.editor.php:487
-msgid "Disable Alerts: Disable alerts for the selected agents."
-msgstr "アラートのみ無効化: 選択したエージェントのアラートを無効化します。"
-
-#: ../../godmode/agentes/planned_downtime.editor.php:489
-#: ../../godmode/agentes/planned_downtime.list.php:428
-msgid "Disabled Agents"
-msgstr "エージェント無効化"
-
-#: ../../godmode/agentes/planned_downtime.editor.php:490
-#: ../../godmode/agentes/planned_downtime.list.php:429
-msgid "Disabled only Alerts"
-msgstr "アラートのみ無効化"
-
-#: ../../godmode/agentes/planned_downtime.editor.php:494
-#: ../../godmode/agentes/planned_downtime.list.php:153
-msgid "Once"
-msgstr "一回のみ"
-
-#: ../../godmode/agentes/planned_downtime.editor.php:495
-#: ../../godmode/agentes/planned_downtime.list.php:153
-#: ../../godmode/agentes/planned_downtime.list.php:434
-msgid "Periodically"
-msgstr "定期的"
-
-#: ../../godmode/agentes/planned_downtime.editor.php:500
-msgid "Configure the time"
-msgstr "時間設定"
-
-#: ../../godmode/agentes/planned_downtime.editor.php:531
-msgid "Type Periodicity:"
-msgstr "定期実行タイプ:"
-
-#: ../../godmode/agentes/planned_downtime.editor.php:533
-#: ../../godmode/agentes/module_manager_editor_prediction.php:152
-msgid "Weekly"
-msgstr "週次"
-
-#: ../../godmode/agentes/planned_downtime.editor.php:534
-#: ../../godmode/agentes/module_manager_editor_prediction.php:153
-msgid "Monthly"
-msgstr "月次"
-
-#: ../../godmode/agentes/planned_downtime.editor.php:569
-msgid "From day:"
-msgstr "開始日:"
-
-#: ../../godmode/agentes/planned_downtime.editor.php:575
-msgid "To day:"
-msgstr "終了日:"
-
-#: ../../godmode/agentes/planned_downtime.editor.php:586
-msgid "From hour:"
-msgstr "開始時間:"
-
-#: ../../godmode/agentes/planned_downtime.editor.php:594
-msgid "To hour:"
-msgstr "終了時間:"
-
-#: ../../godmode/agentes/planned_downtime.editor.php:637
-msgid "Available agents"
-msgstr "エージェント"
-
-#: ../../godmode/agentes/planned_downtime.editor.php:708
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:316
-msgid "Filter by group"
-msgstr "グループでフィルタする"
-
-#: ../../godmode/agentes/planned_downtime.editor.php:714
-msgid "Available modules:"
-msgstr "存在するモジュール:"
-
-#: ../../godmode/agentes/planned_downtime.editor.php:715
-msgid "Only for type Quiet for downtimes."
-msgstr "静観タイプの場合のみ"
-
-#: ../../godmode/agentes/planned_downtime.editor.php:729
-msgid "Agents planned for this downtime"
-msgstr "この計画停止が予定される対象エージェント"
-
-#: ../../godmode/agentes/planned_downtime.editor.php:744
-msgid "There are no agents"
+#: ../../mobile/operation/agent.php:118
+msgid "No agent found"
msgstr "エージェントがありません"
-#: ../../godmode/agentes/planned_downtime.editor.php:780
-msgid "All alerts"
-msgstr "全アラート"
+#: ../../mobile/operation/agent.php:200
+msgid "Modules by status"
+msgstr "状態ごとのモジュール"
-#: ../../godmode/agentes/planned_downtime.editor.php:783
-msgid "Entire agent"
-msgstr "全エージェント"
-
-#: ../../godmode/agentes/planned_downtime.editor.php:787
-#: ../../godmode/agentes/planned_downtime.editor.php:892
-msgid "All modules"
-msgstr "全モジュール"
-
-#: ../../godmode/agentes/planned_downtime.editor.php:790
-#: ../../godmode/agentes/planned_downtime.editor.php:884
-#: ../../godmode/agentes/planned_downtime.editor.php:888
-msgid "Some modules"
-msgstr "いくつかのモジュール"
-
-#: ../../godmode/agentes/planned_downtime.editor.php:856
-msgid "Add Module:"
-msgstr "モジュール追加:"
-
-#: ../../godmode/agentes/planned_downtime.editor.php:1072
-msgid "Please select a module."
-msgstr "モジュールを選択してください。"
-
-#: ../../godmode/agentes/planned_downtime.editor.php:1204
-msgid ""
-"WARNING: If you edit this planned downtime, the data of future SLA reports "
-"may be altered"
-msgstr "警告: この計画停止を編集すると、今後の SLA レポートのデータが変わります"
-
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:111
+#: ../../mobile/operation/agent.php:269
#, php-format
-msgid "Free space on %s"
-msgstr "%s の空き容量"
+msgid "Last %s Events"
+msgstr "最新の %s イベント"
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:204
+#: ../../mobile/operation/agents.php:166
#, php-format
-msgid "%s service modules created succesfully"
-msgstr "%s 個のサービスモジュールを作成しました"
+msgid "Filter Agents by %s"
+msgstr "%s によるエージェントフィルタ"
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:207
+#: ../../mobile/operation/agents.php:201 ../../mobile/operation/alerts.php:213
+#: ../../mobile/operation/events.php:659
+#: ../../mobile/operation/modules.php:261
+#: ../../mobile/operation/networkmaps.php:150
+msgid "Apply Filter"
+msgstr "フィルタの適用"
+
+#: ../../mobile/operation/agents.php:370
+msgid "No agents"
+msgstr "エージェントがありません"
+
+#: ../../mobile/operation/agents.php:460 ../../mobile/operation/alerts.php:306
+#: ../../mobile/operation/events.php:1070
+#: ../../mobile/operation/modules.php:786
+#: ../../mobile/operation/networkmaps.php:216
+msgid "(Default)"
+msgstr "(デフォルト)"
+
+#: ../../mobile/operation/agents.php:466 ../../mobile/operation/alerts.php:316
+#: ../../mobile/operation/events.php:1096
+#: ../../mobile/operation/modules.php:793
+#: ../../mobile/operation/networkmaps.php:222
#, php-format
-msgid "Error creating %s service modules"
-msgstr "%s 個のサービスモジュール作成エラー"
+msgid "Group: %s"
+msgstr "グループ: %s"
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:212
+#: ../../mobile/operation/agents.php:470 ../../mobile/operation/alerts.php:320
+#: ../../mobile/operation/events.php:1112
+#: ../../mobile/operation/modules.php:805
#, php-format
-msgid "%s process modules created succesfully"
-msgstr "%s 個のプロセスモジュールを作成しました"
+msgid "Status: %s"
+msgstr "状態: %s"
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:215
+#: ../../mobile/operation/agents.php:474 ../../mobile/operation/alerts.php:324
+#: ../../mobile/operation/modules.php:809
#, php-format
-msgid "Error creating %s process modules"
-msgstr "%s 個のプロセスモジュール作成エラー"
+msgid "Free Search: %s"
+msgstr "検索: %s"
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:220
+#: ../../mobile/operation/alerts.php:36
+#: ../../operation/agentes/alerts_status.functions.php:72
+msgid "All (Enabled)"
+msgstr "全て(有効状態のもの)"
+
+#: ../../mobile/operation/alerts.php:39
+#: ../../operation/agentes/alerts_status.functions.php:75
+#: ../../operation/snmpconsole/snmp_view.php:164
+#: ../../operation/snmpconsole/snmp_view.php:837
+msgid "Not fired"
+msgstr "未通知"
+
+#: ../../mobile/operation/alerts.php:162
#, php-format
-msgid "%s disk space modules created succesfully"
-msgstr "%s 個のディスクスペースモジュールを作成しました"
+msgid "Filter Alerts by %s"
+msgstr "%sによる発報アラート"
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:223
+#: ../../mobile/operation/alerts.php:272
+msgid "Last Fired"
+msgstr "直近の発報"
+
+#: ../../mobile/operation/alerts.php:282
+msgid "No alerts"
+msgstr "アラートなし"
+
+#: ../../mobile/operation/alerts.php:312
#, php-format
-msgid "Error creating %s disk space modules"
-msgstr "%s 個のディスクスペースモジュール作成エラー"
+msgid "Standby: %s"
+msgstr "スタンバイ: %s"
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:228
+#: ../../mobile/operation/events.php:382 ../../mobile/operation/events.php:383
+#: ../../mobile/operation/events.php:590 ../../mobile/operation/events.php:591
+msgid "Preset Filters"
+msgstr "定義済フィルタ"
+
+#: ../../mobile/operation/events.php:443
+msgid "ERROR: Event detail"
+msgstr "エラー: イベント詳細"
+
+#: ../../mobile/operation/events.php:445
+msgid "Error connecting to DB pandora."
+msgstr "pandora DB への接続エラー"
+
+#: ../../mobile/operation/events.php:458
+msgid "Event detail"
+msgstr "イベント詳細"
+
+#: ../../mobile/operation/events.php:541
+msgid "Sucessful validate"
+msgstr "承諾しました"
+
+#: ../../mobile/operation/events.php:543
+msgid "Fail validate"
+msgstr "承諾に失敗しました"
+
+#: ../../mobile/operation/events.php:575
#, php-format
-msgid "%s modules created from components succesfully"
-msgstr "コンポーネントから %s 個のモジュールを作成しました"
+msgid "Filter Events by %s"
+msgstr "%s によるイベントのフィルタ"
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:231
+#: ../../mobile/operation/events.php:1076
#, php-format
-msgid "Error creating %s modules from components"
-msgstr "コンポーネントから %s 個のモジュールの作成エラー"
+msgid "Filter: %s"
+msgstr "フィルタ: %s"
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:234
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:676
+#: ../../mobile/operation/events.php:1089
#, php-format
-msgid "%s modules already exist"
-msgstr "%s 個のモジュールはすでに存在します"
+msgid "Severity: %s"
+msgstr "重要度: %s"
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:274
-msgid "WMI Explore"
-msgstr "WMIエクスプローラ"
-
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:278
-msgid "Unable to do WMI explorer"
-msgstr "WMIエクスプローラを実行できません"
-
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:302
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:794
-msgid "Free space on disk"
-msgstr "ディスク空き容量"
-
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:303
-msgid "WMI components"
-msgstr "WMIコンポーネント"
-
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:305
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:798
-msgid "Wizard mode"
-msgstr "ウィザードモード"
-
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:348
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:350
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:352
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:354
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:854
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:856
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:858
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:860
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:863
-msgid "Add to modules list"
-msgstr "モジュール一覧に追加"
-
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:358
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:865
-msgid "Remove from modules list"
-msgstr "モジュール一覧から削除"
-
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:491
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1027
-msgid "Modules list is empty"
-msgstr "モジュール一覧が空です"
-
-#: ../../godmode/agentes/agent_manager.php:156
-msgid "The agent's name must be the same as the one defined at the console"
-msgstr "ここで指定するエージェント名は、すでに定義済のものである必要があります。"
-
-#: ../../godmode/agentes/agent_manager.php:159
-msgid "QR Code Agent view"
-msgstr "エージェント表示 QR コード"
-
-#: ../../godmode/agentes/agent_manager.php:193
-msgid "This agent can be remotely configured"
-msgstr "このエージェントはリモートから設定可能です。"
-
-#: ../../godmode/agentes/agent_manager.php:196
-msgid "You can remotely edit this agent configuration"
-msgstr "このエージェントはリモートから設定可能です。"
-
-#: ../../godmode/agentes/agent_manager.php:203
-msgid "Delete agent"
-msgstr "エージェント削除"
-
-#: ../../godmode/agentes/agent_manager.php:205
-msgid "Alias"
-msgstr "別名"
-
-#: ../../godmode/agentes/agent_manager.php:208
-msgid "Use alias as name"
-msgstr "名前に別名を利用"
-
-#: ../../godmode/agentes/agent_manager.php:238
-msgid "Only it is show when the agent is saved."
-msgstr "エージェントが保存されたときのみ 表示されます。"
-
-#: ../../godmode/agentes/agent_manager.php:335
-msgid "Autodisable mode"
-msgstr "自動無効化モード"
-
-#: ../../godmode/agentes/agent_manager.php:363
-msgid "Delete remote configuration file"
-msgstr "リモート設定ファイル削除"
-
-#: ../../godmode/agentes/agent_manager.php:366
-msgid ""
-"Delete this conf file implies that for restore you must reactive remote "
-"config in the local agent."
-msgstr "この設定を削除した場合、元に戻すにはローカルエージェントのリモート設定を再有効化する必要があります。"
-
-#: ../../godmode/agentes/agent_manager.php:381
-msgid "Agent icon for GIS Maps."
-msgstr "GISマップのエージェントアイコン"
-
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:65
-msgid "The SNMP remote plugin doesnt seem to be installed"
-msgstr "SNMP リモートプラグインがインストールされていません"
-
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:65
-msgid "It is necessary to use some features"
-msgstr "いくつかの機能を利用するために必要です"
-
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:65
-msgid ""
-"Please, install the SNMP remote plugin (The name of the plugin must be "
-"snmp_remote.pl)"
-msgstr "SNMP リモートプラグインをインストールしてください (プラグインの名前は snmp_remote.pl である必要があります)"
-
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:253
-msgid "Remote system doesnt support host SNMP information"
-msgstr "リモートシステムは、ホスト SNMP 情報をサポートしていません。"
-
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:338
-msgid "The number of bytes read from this device since boot"
-msgstr "起動以降このデバイスから読み込んだバイト数"
-
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:340
-msgid "The number of bytes written to this device since boot"
-msgstr "起動以降このデバイスへ書き込んだバイト数"
-
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:342
-msgid "The number of read accesses from this device since boot"
-msgstr "起動以降このデバイスからの読み込みアクセス数"
-
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:344
-msgid "The number of write accesses from this device since boot"
-msgstr "起動以降このデバイスへの書き込みアクセス数"
-
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:519
+#: ../../mobile/operation/events.php:1108
+#: ../../mobile/operation/networkmaps.php:229
#, php-format
-msgid "Check if the process %s is running or not"
-msgstr "プロセス %s が動作しているかどうか確認してください"
+msgid "Type: %s"
+msgstr "タイプ: %s"
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:590
-msgid "Disk use information"
-msgstr "ディスク利用情報"
-
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:661
+#: ../../mobile/operation/events.php:1116
#, php-format
-msgid "%s modules created succesfully"
-msgstr "%s 個のモジュールを作成しました"
+msgid "Free search: %s"
+msgstr "検索: %s"
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:666
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:671
+#: ../../mobile/operation/events.php:1120
#, php-format
-msgid "Error creating %s modules"
-msgstr "%s 個のモジュール作成エラー"
+msgid "Hours: %s"
+msgstr "時間: %s"
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:685
-msgid "Modules created succesfully"
-msgstr "モジュールを作成しました"
+#: ../../mobile/operation/groups.php:141 ../../operation/tree.php:292
+#: ../../enterprise/dashboard/widgets/tree_view.php:216
+#: ../../enterprise/include/functions_reporting_csv.php:462
+msgid "Unknown modules"
+msgstr "不明モジュール"
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:763
-msgid ""
-"If the device is a network device, try with the SNMP Interfaces wizard"
-msgstr "ネットワークデバイスの場合は、SNMP インタフェースウィザードを試してください"
-
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:792
-msgid "Devices"
-msgstr "デバイス"
-
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:795
-msgid "Temperature sensors"
-msgstr "温度センサー"
-
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:796
-msgid "Other SNMP data"
-msgstr "他の SNMP データ"
-
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:817
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:822
-msgid "SNMP remote plugin is necessary for this feature"
-msgstr "この機能には、SNMP リモートプラグインが必要です"
-
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:932
-msgid "Device"
-msgstr "デバイス"
-
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:980
-msgid "Temperature"
-msgstr "温度"
-
-#: ../../godmode/agentes/modificar_agente.php:62
-msgid "Agents defined in Pandora"
-msgstr "Pandora 内エージェント"
-
-#: ../../godmode/agentes/modificar_agente.php:87
-msgid "Success deleted agent."
-msgstr "エージェントを削除しました"
-
-#: ../../godmode/agentes/modificar_agente.php:87
-msgid "Could not be deleted."
-msgstr "削除できませんでした。"
-
-#: ../../godmode/agentes/modificar_agente.php:94
-msgid "Maybe the files conf or md5 could not be deleted"
-msgstr "confまたはmd5ファイルを削除できませんでした"
-
-#: ../../godmode/agentes/modificar_agente.php:154
-msgid "Show Agents"
-msgstr "エージェント表示"
-
-#: ../../godmode/agentes/modificar_agente.php:156
-msgid "Everyone"
-msgstr "全て"
-
-#: ../../godmode/agentes/modificar_agente.php:481
-msgid "Remote agent configuration"
-msgstr "リモートエージェント設定"
-
-#: ../../godmode/agentes/modificar_agente.php:481
-msgid "R"
-msgstr "R"
-
-#: ../../godmode/agentes/modificar_agente.php:597
-msgid "Edit remote config"
-msgstr "リモート設定"
-
-#: ../../godmode/agentes/modificar_agente.php:624
-msgid "Enable agent"
-msgstr "エージェントの有効化"
-
-#: ../../godmode/agentes/modificar_agente.php:629
-msgid "Disable agent"
-msgstr "エージェントの無効化"
-
-#: ../../godmode/agentes/fields_manager.php:31
-msgid "Agents custom fields manager"
-msgstr "エージェントカスタムフィールド管理"
-
-#: ../../godmode/agentes/fields_manager.php:44
-msgid "The name must not be empty"
-msgstr "名前は空ではいけません"
-
-#: ../../godmode/agentes/fields_manager.php:47
-msgid "The name must be unique"
-msgstr "名前はユニークである必要があります"
-
-#: ../../godmode/agentes/fields_manager.php:52
-msgid "Field successfully created"
-msgstr "フィールドを作成しました。"
-
-#: ../../godmode/agentes/fields_manager.php:69
-msgid "Field successfully updated"
-msgstr "フィールドを更新しました。"
-
-#: ../../godmode/agentes/fields_manager.php:72
-msgid "There was a problem modifying field"
-msgstr "フィールドの修正で問題が発生しました。"
-
-#: ../../godmode/agentes/fields_manager.php:82
-msgid "There was a problem deleting field"
-msgstr "フィールドの削除で問題が発生しました。"
-
-#: ../../godmode/agentes/fields_manager.php:84
-msgid "Field successfully deleted"
-msgstr "フィールドを削除しました。"
-
-#: ../../godmode/agentes/fields_manager.php:138
-msgid "Create field"
-msgstr "フィールド作成"
-
-#: ../../godmode/agentes/agent_incidents.php:67
-msgid "No incidents associated to this agent"
-msgstr "このエージェントに関連付けられたインシデントがありません"
-
-#: ../../godmode/agentes/module_manager.php:78
-msgid "Create a new data server module"
-msgstr "データサーバモジュールの新規作成"
-
-#: ../../godmode/agentes/module_manager.php:80
-msgid "Create a new network server module"
-msgstr "ネットワークサーバモジュールの新規作成"
-
-#: ../../godmode/agentes/module_manager.php:82
-msgid "Create a new plugin server module"
-msgstr "プラグインサーバモジュールの新規作成"
-
-#: ../../godmode/agentes/module_manager.php:84
-msgid "Create a new WMI server module"
-msgstr "WMI サーバモジュールの新規作成"
-
-#: ../../godmode/agentes/module_manager.php:86
-msgid "Create a new prediction server module"
-msgstr "予測サーバモジュールの新規作成"
-
-#: ../../godmode/agentes/module_manager.php:148
-msgid "Get more modules in Pandora FMS Library"
-msgstr "Pandora FMS モジュールライブラリから新しいモジュールを手に入れる"
-
-#: ../../godmode/agentes/module_manager.php:175
-msgid "Nice try buddy"
-msgstr "問題が発生しました"
-
-#: ../../godmode/agentes/module_manager.php:272
-#, php-format
-msgid "There was a problem deleting %s modules, none deleted."
-msgstr "%s 個のモジュール削除に失敗しました。いずれのモジュールも削除されていません。"
-
-#: ../../godmode/agentes/module_manager.php:277
-msgid "All Modules deleted succesfully"
-msgstr "すべてのモジュールを削除しました"
-
-#: ../../godmode/agentes/module_manager.php:281
-#, php-format
-msgid "There was a problem only deleted %s modules of %s total."
-msgstr "%s 個(全 %s 個中)のモジュール削除に失敗しました。"
-
-#: ../../godmode/agentes/module_manager.php:569
-msgid "D."
-msgstr "削除"
-
-#: ../../godmode/agentes/module_manager.php:716
-msgid "Non initialized module"
+#: ../../mobile/operation/groups.php:145 ../../operation/tree.php:297
+#: ../../enterprise/dashboard/widgets/tree_view.php:221
+#: ../../enterprise/include/functions_reporting_csv.php:463
+msgid "Not init modules"
msgstr "未初期化モジュール"
-#: ../../godmode/agentes/module_manager.php:749
-msgid "Enable module"
-msgstr "モジュールを有効化"
+#: ../../mobile/operation/groups.php:149 ../../operation/tree.php:302
+#: ../../enterprise/dashboard/widgets/tree_view.php:226
+#: ../../enterprise/include/functions_reporting_csv.php:459
+msgid "Normal modules"
+msgstr "正常モジュール"
-#: ../../godmode/agentes/module_manager.php:754
-msgid "Disable module"
-msgstr "モジュールを無効化"
+#: ../../mobile/operation/groups.php:153 ../../operation/tree.php:287
+#: ../../enterprise/dashboard/widgets/tree_view.php:211
+#: ../../enterprise/include/functions_reporting_csv.php:461
+msgid "Warning modules"
+msgstr "警告モジュール"
-#: ../../godmode/agentes/module_manager.php:769
-msgid "Normalize"
-msgstr "正規化"
+#: ../../mobile/operation/groups.php:157 ../../operation/tree.php:282
+#: ../../enterprise/dashboard/widgets/tree_view.php:206
+#: ../../enterprise/include/functions_reporting_csv.php:460
+msgid "Critical modules"
+msgstr "障害モジュール"
-#: ../../godmode/agentes/module_manager.php:775
-msgid "Normalize (Disabled)"
-msgstr "正規化 (無効)"
+#: ../../mobile/operation/home.php:38 ../../mobile/operation/tactical.php:84
+#: ../../operation/agentes/tactical.php:55 ../../operation/menu.php:45
+#: ../../operation/users/user_edit.php:280
+#: ../../enterprise/dashboard/widgets/tactical.php:27
+#: ../../enterprise/dashboard/widgets/tactical.php:29
+#: ../../enterprise/meta/general/main_header.php:93
+#: ../../enterprise/meta/monitoring/tactical.php:60
+msgid "Tactical view"
+msgstr "モニタリング概要"
-#: ../../godmode/agentes/module_manager.php:789
-msgid "Create network component (Disabled)"
-msgstr "ネットワークコンポーネントの作成 (無効)"
+#: ../../mobile/operation/home.php:135 ../../operation/search_results.php:64
+msgid "Global search"
+msgstr "グローバル検索"
-#: ../../godmode/agentes/module_manager_editor_prediction.php:91
-msgid "Source module"
-msgstr "対象モジュール"
+#: ../../mobile/operation/module_graph.php:364
+#: ../../mobile/operation/module_graph.php:373
+#, php-format
+msgid "PandoraFMS: %s"
+msgstr "PandoraFMS: %s"
-#: ../../godmode/agentes/module_manager_editor_prediction.php:119
-#: ../../godmode/agentes/module_manager_editor_prediction.php:144
-msgid "Select Module"
-msgstr "モジュールの選択"
+#: ../../mobile/operation/module_graph.php:387
+#, php-format
+msgid "Options for %s : %s"
+msgstr "%s : %s のオプション"
-#: ../../godmode/agentes/module_manager_editor_prediction.php:154
-msgid "Daily"
-msgstr "日次"
+#: ../../mobile/operation/module_graph.php:394
+msgid "Show Alerts"
+msgstr "アラート表示"
-#: ../../godmode/agentes/planned_downtime.list.php:46
-msgid "An error occurred while migrating the malformed planned downtimes"
-msgstr "不正な計画停止の移動でエラーが発生しました。"
+#: ../../mobile/operation/module_graph.php:402
+msgid "Show Events"
+msgstr "イベント表示"
-#: ../../godmode/agentes/planned_downtime.list.php:47
-msgid "Please run the migration again or contact with the administrator"
-msgstr "移動を再実行するか管理者に連絡してください。"
+#: ../../mobile/operation/module_graph.php:410
+#: ../../operation/agentes/stat_win.php:389
+msgid "Time compare (Separated)"
+msgstr "時間比較 (分割)"
-#: ../../godmode/agentes/planned_downtime.list.php:79
-msgid "An error occurred stopping the planned downtime"
-msgstr "計画停止の中止でエラーが発生しました"
+#: ../../mobile/operation/module_graph.php:426
+#: ../../operation/agentes/stat_win.php:395
+msgid "Show unknown graph"
+msgstr "不明グラフ表示"
-#: ../../godmode/agentes/planned_downtime.list.php:101
-msgid "This planned downtime is running"
-msgstr "この計画停止は実行中です"
+#: ../../mobile/operation/module_graph.php:434
+msgid "Avg Only"
+msgstr "平均のみ"
-#: ../../godmode/agentes/planned_downtime.list.php:154
-msgid "Execution type"
-msgstr "実行タイプ"
+#: ../../mobile/operation/module_graph.php:439
+msgid "Time range (hours)"
+msgstr "時間範囲 (時間)"
-#: ../../godmode/agentes/planned_downtime.list.php:156
-msgid "Show past downtimes"
-msgstr "終了した計画停止の表示"
+#: ../../mobile/operation/module_graph.php:452
+#: ../../operation/agentes/exportdata.php:310
+#: ../../operation/agentes/graphs.php:132
+#: ../../operation/agentes/interface_traffic_graph_win.php:226
+#: ../../operation/agentes/stat_win.php:314
+msgid "Begin date"
+msgstr "開始日時"
-#: ../../godmode/agentes/planned_downtime.list.php:391
-msgid "Name #Ag."
-msgstr "名前"
+#: ../../mobile/operation/module_graph.php:459
+msgid "Update graph"
+msgstr "グラフ更新"
-#: ../../godmode/agentes/planned_downtime.list.php:397
-#: ../../godmode/agentes/planned_downtime.list.php:446
-msgid "Running"
-msgstr "実行中"
+#: ../../mobile/operation/module_graph.php:468
+msgid "Error get the graph"
+msgstr "グラフ生成エラー"
-#: ../../godmode/agentes/planned_downtime.list.php:400
-#: ../../godmode/agentes/planned_downtime.list.php:456
-msgid "Stop downtime"
-msgstr "計画停止の中止"
+#: ../../mobile/operation/modules.php:151
+#: ../../mobile/operation/modules.php:152
+#: ../../mobile/operation/modules.php:244
+#: ../../mobile/operation/modules.php:245
+#: ../../operation/agentes/group_view.php:249
+#: ../../enterprise/godmode/alerts/alert_events_rules.php:410
+#: ../../enterprise/godmode/alerts/configure_alert_rule.php:161
+#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:308
+msgid "Tag"
+msgstr "タグ"
-#: ../../godmode/agentes/planned_downtime.list.php:433
-msgid "once"
-msgstr "一回"
+#: ../../mobile/operation/modules.php:194
+#, php-format
+msgid "Filter Modules by %s"
+msgstr "%s によるモジュールのフィルタ"
-#: ../../godmode/agentes/planned_downtime.list.php:442
-msgid "Not running"
-msgstr "停止中"
+#: ../../mobile/operation/modules.php:543
+msgid "Interval."
+msgstr "間隔"
-#: ../../godmode/agentes/planned_downtime.list.php:535
+#: ../../mobile/operation/modules.php:549
+msgid "Last update."
+msgstr "最新の更新"
+
+#: ../../mobile/operation/modules.php:801
+#, php-format
+msgid "Module group: %s"
+msgstr "モジュールグループ: %s"
+
+#: ../../mobile/operation/modules.php:814
+#, php-format
+msgid "Tag: %s"
+msgstr "タグ: %s"
+
+#: ../../mobile/operation/networkmap.php:164
+#: ../../mobile/operation/networkmaps.php:202
+msgid "No networkmaps"
+msgstr "ネットワークマップがありません"
+
+#: ../../mobile/operation/networkmap.php:222
+#: ../../mobile/operation/networkmap.php:234
+#: ../../enterprise/extensions/vmware/vmware_view.php:1248
+#: ../../enterprise/extensions/vmware/vmware_view.php:1280
+#: ../../enterprise/extensions/vmware/vmware_view.php:1296
+#: ../../enterprise/operation/policies/networkmap.policies.php:70
+#: ../../enterprise/operation/policies/networkmap.policies.php:119
+#: ../../enterprise/operation/policies/networkmap.policies.php:133
+msgid "Map could not be generated"
+msgstr "マップを生成できません。"
+
+#: ../../mobile/operation/networkmaps.php:112
+msgid "Networkmaps"
+msgstr "ネットワークマップ"
+
+#: ../../mobile/operation/networkmaps.php:120
+#, php-format
+msgid "Filter Networkmaps by %s"
+msgstr "ネットワークマップフィルタ: %s"
+
+#: ../../mobile/operation/tactical.php:193
+msgid "Last activity"
+msgstr "最近の操作"
+
+#: ../../mobile/operation/visualmaps.php:96
+msgid "Visual consoles"
+msgstr "ビジュアルコンソール"
+
+#: ../../mobile/operation/visualmaps.php:146
+msgid "No maps defined"
+msgstr "定義済マップがありません"
+
+#: ../../operation/agentes/agent_fields.php:38
+#: ../../operation/agentes/status_monitor.php:539
+msgid "Agent custom fields"
+msgstr "エージェントカスタムフィールド"
+
+#: ../../operation/agentes/agent_fields.php:48
+#: ../../operation/agentes/custom_fields.php:87
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1183
+msgid "empty"
+msgstr "空"
+
+#: ../../operation/agentes/alerts_status.functions.php:32
+#: ../../enterprise/godmode/alerts/alert_events_list.php:343
+msgid "Alert(s) validated"
+msgstr "アラートを承諾しました。"
+
+#: ../../operation/agentes/alerts_status.functions.php:33
+msgid "Error processing alert(s)"
+msgstr "アラート処理エラー"
+
+#: ../../operation/agentes/alerts_status.functions.php:86
+#: ../../operation/agentes/status_monitor.php:341
+#: ../../operation/agentes/status_monitor.php:344
+msgid "Only it is show tags in use."
+msgstr "利用中のタグのみ表示します。"
+
+#: ../../operation/agentes/alerts_status.functions.php:91
+#: ../../operation/agentes/status_monitor.php:349
+msgid "No tags"
+msgstr "タグ無し"
+
+#: ../../operation/agentes/alerts_status.functions.php:97
+#: ../../operation/agentes/datos_agente.php:202
+msgid "Free text for search"
+msgstr "検索文字列"
+
+#: ../../operation/agentes/alerts_status.functions.php:99
+msgid "Filter by agent name, module name, template name or action name"
+msgstr "エージェント名、モジュール名、テンプレート名および、アクション名でのフィルタ"
+
+#: ../../operation/agentes/alerts_status.functions.php:109
+msgid "No actions"
+msgstr "アクションがありません"
+
+#: ../../operation/agentes/alerts_status.php:108
+msgid "Full list of alerts"
+msgstr "アラートのフィルタ一覧"
+
+#: ../../operation/agentes/alerts_status.php:132 ../../operation/menu.php:62
+#: ../../operation/users/user_edit.php:281
+msgid "Alert detail"
+msgstr "アラート詳細"
+
+#: ../../operation/agentes/alerts_status.php:135
+#: ../../enterprise/meta/general/main_header.php:103
+msgid "Alerts view"
+msgstr "アラート表示"
+
+#: ../../operation/agentes/alerts_status.php:144
+msgid "Insufficient permissions to validate alerts"
+msgstr "アラートを承諾するのに必要な権限がありません。"
+
+#: ../../operation/agentes/alerts_status.php:599
+msgid "No alerts found"
+msgstr "該当するアラートがありません。"
+
+#: ../../operation/agentes/custom_fields.php:52
+msgid "No fields defined"
+msgstr "フィールドが定義されていません。"
+
+#: ../../operation/agentes/datos_agente.php:165
+msgid "Received data from"
+msgstr "収集データ:"
+
+#: ../../operation/agentes/datos_agente.php:172
+msgid "Main database"
+msgstr "メインデータベース"
+
+#: ../../operation/agentes/datos_agente.php:172
+#: ../../enterprise/godmode/menu.php:102
+#: ../../enterprise/include/functions_setup.php:33
+#: ../../enterprise/include/functions_setup.php:63
+msgid "History database"
+msgstr "ヒストリデータベース"
+
+#: ../../operation/agentes/datos_agente.php:173
msgid ""
-"WARNING: If you delete this planned downtime, it will not be taken into "
-"account in future SLA reports"
-msgstr "警告: この計画停止を削除すると、今後の SLA レポートに反映されません"
+"Switch between the main database and the history database to retrieve module "
+"data"
+msgstr "モジュールデータを検索するデータベースをメインデータベースとヒストリーデータベース間で切り替えます。"
-#: ../../godmode/agentes/planned_downtime.list.php:541
-msgid "WARNING: There are malformed planned downtimes"
-msgstr "警告: 不正な計画停止があります。"
+#: ../../operation/agentes/ehorus.php:30
+msgid "Missing agent id"
+msgstr "エージェントIDがありません"
-#: ../../godmode/agentes/planned_downtime.list.php:541
-msgid "Do you want to migrate automatically the malformed items?"
-msgstr "不正な要素を自動的に移動しますか。"
+#: ../../operation/agentes/ehorus.php:48
+msgid "Missing ehorus agent id"
+msgstr "ehorus エージェントIDがありません"
-#: ../../godmode/agentes/agent_template.php:69
-msgid "Created by template "
-msgstr "テンプレートにより作成 "
+#: ../../operation/agentes/ehorus.php:80
+msgid "There was an error retrieving an authorization token"
+msgstr "認証トークン取得中にエラーが発生しました"
-#: ../../godmode/agentes/agent_template.php:157
-msgid "Error adding modules"
-msgstr "モジュールを追加できませんでした。"
+#: ../../operation/agentes/ehorus.php:93
+#: ../../operation/agentes/ehorus.php:129
+msgid "There was an error processing the response"
+msgstr "応答処理エラーが発生しました"
-#: ../../godmode/agentes/agent_template.php:159
-msgid "Error adding modules. The following errors already exists: "
-msgstr "モジュールを追加できませんでした。次のモジュールは存在します: "
+#: ../../operation/agentes/ehorus.php:116
+msgid "There was an error retrieving the agent data"
+msgstr "エージェントデータ取得エラーが発生しました"
-#: ../../godmode/agentes/agent_template.php:162
-msgid "Modules successfully added"
-msgstr "モジュールを追加しました。"
+#: ../../operation/agentes/ehorus.php:134
+msgid "Remote management of this agent with eHorus"
+msgstr "このエージェントの eHorus でのリモート管理"
-#: ../../godmode/agentes/agent_template.php:189
-msgid "Assign"
-msgstr "割当"
+#: ../../operation/agentes/ehorus.php:136
+msgid "Launch"
+msgstr "起動"
-#: ../../godmode/tag/tag.php:80
-msgid "Number of modules"
-msgstr "モジュール数"
+#: ../../operation/agentes/ehorus.php:142
+msgid "The connection was lost and the authorization token was expired"
+msgstr "接続が切れました、認証トークンが期限切れです"
-#: ../../godmode/tag/tag.php:82
-msgid "Number of policy modules"
-msgstr "ポリシーモジュール数"
+#: ../../operation/agentes/ehorus.php:144
+msgid "Reload the page to request a new authorization token"
+msgstr "新たな認証トークンの取得にはページを再読み込みしてください"
-#: ../../godmode/tag/tag.php:100 ../../godmode/tag/edit_tag.php:53
-#: ../../godmode/tag/edit_tag.php:64
-msgid "List tags"
-msgstr "タグ一覧"
+#: ../../operation/agentes/estado_agente.php:156
+msgid "Sucessfully deleted agent"
+msgstr "エージェントを削除しました"
-#: ../../godmode/tag/tag.php:110 ../../godmode/tag/edit_tag.php:68
-msgid "Tags configuration"
-msgstr "タグ設定"
+#: ../../operation/agentes/estado_agente.php:158
+msgid "There was an error message deleting the agent"
+msgstr "エージェント削除においてエラーが発生しました"
-#: ../../godmode/tag/tag.php:121
-msgid "Error deleting tag"
-msgstr "タグを削除できません"
+#: ../../operation/agentes/estado_agente.php:593
+msgid "Remote config"
+msgstr "リモート設定"
-#: ../../godmode/tag/tag.php:125
-msgid "Successfully deleted tag"
-msgstr "タグを削除しました"
+#: ../../operation/agentes/estado_generalagente.php:42
+msgid "The agent has not assigned server. Maybe agent does not run fine."
+msgstr "エージェントがサーバに割り当てられていません。エージェントが正しく動作しない可能性があります。"
-#: ../../godmode/tag/tag.php:199
-msgid "Tag name"
-msgstr "タグ名"
+#: ../../operation/agentes/estado_generalagente.php:119
+msgid ""
+"Agent statuses are re-calculated by the server, they are not shown in real "
+"time."
+msgstr "サーバにてエージェント状態が再計算されました。リアルタイムでは表示されません。"
-#: ../../godmode/tag/tag.php:201
-msgid "Detail information"
-msgstr "詳細情報"
+#: ../../operation/agentes/estado_generalagente.php:196
+msgid "Agent contact"
+msgstr "エージェント接続"
-#: ../../godmode/tag/tag.php:202
-msgid "Number of modules affected"
-msgstr "影響するモジュール数"
+#: ../../operation/agentes/estado_generalagente.php:218
+msgid "Next contact"
+msgstr "次回接続"
-#: ../../godmode/tag/tag.php:222
-msgid "Tag details"
-msgstr "タグ詳細"
+#: ../../operation/agentes/estado_generalagente.php:241
+msgid "Agent info"
+msgstr "エージェント情報"
-#: ../../godmode/tag/tag.php:249
+#: ../../operation/agentes/estado_generalagente.php:313
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1128
+msgid "There is no GIS data."
+msgstr "GIS データがありません。"
+
+#: ../../operation/agentes/estado_generalagente.php:388
+msgid "Active incident on this agent"
+msgstr "このエージェントにおけるアクティブインシデント"
+
+#: ../../operation/agentes/estado_generalagente.php:397
+#: ../../enterprise/dashboard/widget.php:63
+#: ../../enterprise/include/functions_reporting_csv.php:1033
+#: ../../enterprise/include/functions_reporting_csv.php:1146
+#: ../../enterprise/include/functions_reporting_csv.php:1293
+#: ../../enterprise/include/functions_reporting_csv.php:1358
+msgid "Title"
+msgstr "タイトル"
+
+#: ../../operation/agentes/estado_generalagente.php:538
+msgid "Events info (24hr.)"
+msgstr "イベント情報 (24時間)"
+
+#: ../../operation/agentes/estado_generalagente.php:552
+#: ../../operation/agentes/pandora_networkmap.view.php:373
+msgid "Last contact: "
+msgstr "最新の接続: "
+
+#: ../../operation/agentes/estado_generalagente.php:620
+msgid "Refresh data"
+msgstr "最新情報に更新"
+
+#: ../../operation/agentes/estado_generalagente.php:622
+msgid "Force remote checks"
+msgstr "リモートチェックを強制する"
+
+#: ../../operation/agentes/estado_monitores.php:35
+msgid "Tag's information"
+msgstr "タグ情報"
+
+#: ../../operation/agentes/estado_monitores.php:81
+msgid "Relationship information"
+msgstr "関係情報"
+
+#: ../../operation/agentes/estado_monitores.php:128
+msgid ""
+"To see the list of modules paginated, enable this option in the Styles "
+"Configuration."
+msgstr "モジュール一覧をページ区切り表示するには、スタイル設定でこのオプションを有効化します。"
+
+#: ../../operation/agentes/estado_monitores.php:129
+msgid "Full list of monitors"
+msgstr "モニタ項目一覧"
+
+#: ../../operation/agentes/estado_monitores.php:154
+msgid "List of modules"
+msgstr "モジュールの一覧"
+
+#: ../../operation/agentes/estado_monitores.php:367
+#: ../../operation/agentes/status_monitor.php:1530
+#: ../../operation/tree.php:357
+#: ../../enterprise/dashboard/widgets/tree_view.php:283
+msgid "Module: "
+msgstr "モジュール: "
+
+#: ../../operation/agentes/estado_monitores.php:445
+msgid "Status:"
+msgstr "状態:"
+
+#: ../../operation/agentes/estado_monitores.php:451
+msgid "Not Normal"
+msgstr "非正常"
+
+#: ../../operation/agentes/estado_monitores.php:459
+msgid "Free text for search (*):"
+msgstr "検索文字列 (*):"
+
+#: ../../operation/agentes/estado_monitores.php:460
+msgid "Search by module name, list matches."
+msgstr "モジュール名による検索にマッチした一覧を表示"
+
+#: ../../operation/agentes/estado_monitores.php:475
+msgid "Reset"
+msgstr "リセット"
+
+#: ../../operation/agentes/exportdata.csv.php:68
+#: ../../operation/agentes/exportdata.excel.php:67
+#: ../../operation/agentes/exportdata.php:82
+msgid "Invalid time specified"
+msgstr "時間が正しくありません。"
+
+#: ../../operation/agentes/exportdata.csv.php:182
+#: ../../operation/agentes/exportdata.excel.php:165
+#: ../../operation/agentes/exportdata.php:218
+msgid "No modules specified"
+msgstr "モジュールが指定されていません。"
+
+#: ../../operation/agentes/exportdata.php:36 ../../operation/menu.php:399
+msgid "Export data"
+msgstr "データのエクスポート"
+
+#: ../../operation/agentes/exportdata.php:276
+msgid "No modules of type string. You can not calculate their average"
+msgstr "文字列タイプのモジュールは対象外です。また、平均の計算はできません。"
+
+#: ../../operation/agentes/exportdata.php:319
+#: ../../enterprise/include/functions_netflow_pdf.php:163
+#: ../../enterprise/operation/log/log_viewer.php:223
+msgid "End date"
+msgstr "終了日時"
+
+#: ../../operation/agentes/exportdata.php:327
+msgid "Export type"
+msgstr "エクスポート形式"
+
+#: ../../operation/agentes/exportdata.php:332
+msgid "MS Excel"
+msgstr "MS Excelファイル"
+
+#: ../../operation/agentes/exportdata.php:333
+msgid "Average per hour/day"
+msgstr "平均の表示"
+
+#: ../../operation/agentes/gis_view.php:91
+msgid "Last position in "
+msgstr "最新の更新日時と位置: "
+
+#: ../../operation/agentes/gis_view.php:98
+msgid "Period to show data as path"
+msgstr "データ表示更新間隔"
+
+#: ../../operation/agentes/gis_view.php:102
+msgid "Refresh path"
+msgstr "更新"
+
+#: ../../operation/agentes/gis_view.php:105
+msgid "Positional data from the last"
+msgstr "位置データ参照期間:"
+
+#: ../../operation/agentes/gis_view.php:144
+msgid "This agent doesn't have any GIS data."
+msgstr "このエージェントには、GIS データがありません。"
+
+#: ../../operation/agentes/gis_view.php:172
#, php-format
-msgid "Emails for the tag: %s"
-msgstr "タグ %s のメールアドレス"
+msgid "%s Km"
+msgstr "%s Km"
-#: ../../godmode/tag/tag.php:264
+#: ../../operation/agentes/gis_view.php:184
+msgid "Distance"
+msgstr "距離"
+
+#: ../../operation/agentes/gis_view.php:185
+msgid "# of Packages"
+msgstr "パッケージ数"
+
+#: ../../operation/agentes/gis_view.php:186
+#: ../../operation/gis_maps/ajax.php:222
+msgid "Manual placement"
+msgstr "手動位置設定"
+
+#: ../../operation/agentes/gis_view.php:189
+msgid "positional data"
+msgstr "位置データ"
+
+#: ../../operation/agentes/graphs.php:86
+msgid "Other modules"
+msgstr "他のモジュール"
+
+#: ../../operation/agentes/graphs.php:91
+msgid "Modules network no proc"
+msgstr "proc以外のネットワークモジュール"
+
+#: ../../operation/agentes/graphs.php:136
+#: ../../operation/agentes/interface_traffic_graph_win.php:233
+#: ../../operation/agentes/stat_win.php:338
+#: ../../operation/reporting/graph_viewer.php:207
+msgid "Time range"
+msgstr "時間範囲"
+
+#: ../../operation/agentes/graphs.php:140
+#: ../../operation/agentes/stat_win.php:345
+msgid "Show events"
+msgstr "イベント表示"
+
+#: ../../operation/agentes/graphs.php:142
+#: ../../operation/agentes/stat_win.php:362
+msgid "Show alerts"
+msgstr "アラート表示"
+
+#: ../../operation/agentes/graphs.php:143
+msgid "the combined graph does not show the alerts into this graph"
+msgstr "組み合わせグラフは、グラフ内にアラートを表示しません"
+
+#: ../../operation/agentes/graphs.php:145
+msgid "Show as one combined graph"
+msgstr "一つの組み合わせグラフとして表示"
+
+#: ../../operation/agentes/graphs.php:147
+msgid "one combined graph"
+msgstr "一つの組み合わせグラフ"
+
+#: ../../operation/agentes/graphs.php:150
+msgid "several graphs for each module"
+msgstr "モジュールごとの複数のグラフ"
+
+#: ../../operation/agentes/graphs.php:157
+msgid "Save as custom graph"
+msgstr "カスタムグラフとして保存"
+
+#: ../../operation/agentes/graphs.php:163
+msgid "Filter graphs"
+msgstr "グラフフィルタ"
+
+#: ../../operation/agentes/graphs.php:210
+msgid "There was an error loading the graph"
+msgstr "グラフロード中にエラーが発生しました"
+
+#: ../../operation/agentes/graphs.php:218
+#: ../../operation/agentes/graphs.php:221
+msgid "Name custom graph"
+msgstr "カスタムグラフ名"
+
+#: ../../operation/agentes/graphs.php:243
+msgid "Save custom graph"
+msgstr "カスタムグラフの保存"
+
+#: ../../operation/agentes/graphs.php:264
+msgid "Custom graph create from the tab graphs in the agent."
+msgstr "エージェントのグラフタブからカスタムグラフを作成"
+
+#: ../../operation/agentes/group_view.php:70 ../../operation/menu.php:48
+#: ../../operation/users/user_edit.php:279
+#: ../../enterprise/meta/monitoring/group_view.php:46
+msgid "Group view"
+msgstr "グループ"
+
+#: ../../operation/agentes/group_view.php:117
+msgid "Summary of the status groups"
+msgstr "グループの状態概要"
+
+#: ../../operation/agentes/interface_traffic_graph_win.php:48
+#: ../../operation/agentes/stat_win.php:44
+msgid "There was a problem connecting with the node"
+msgstr "ノード接続で問題が発生しました"
+
+#: ../../operation/agentes/interface_traffic_graph_win.php:66
+msgid "In"
+msgstr "入力"
+
+#: ../../operation/agentes/interface_traffic_graph_win.php:67
+msgid "Out"
+msgstr "出力"
+
+#: ../../operation/agentes/interface_traffic_graph_win.php:201
+#: ../../operation/agentes/stat_win.php:268
+msgid "Pandora FMS Graph configuration menu"
+msgstr "Pandora FMS グラフ設定メニュー"
+
+#: ../../operation/agentes/interface_traffic_graph_win.php:203
+#: ../../operation/agentes/stat_win.php:270
+msgid "Please, make your changes and apply with the Reload button"
+msgstr "変更後、再読み込みボタンを押してください。"
+
+#: ../../operation/agentes/interface_traffic_graph_win.php:220
+#: ../../operation/agentes/stat_win.php:297
+msgid "Refresh time"
+msgstr "更新時間"
+
+#: ../../operation/agentes/interface_traffic_graph_win.php:239
+#: ../../operation/agentes/stat_win.php:377
+msgid "Show percentil"
+msgstr "パーセント表示"
+
+#: ../../operation/agentes/interface_traffic_graph_win.php:245
+#: ../../operation/agentes/stat_win.php:326
+msgid "Zoom factor"
+msgstr "ズーム倍率"
+
+#: ../../operation/agentes/interface_traffic_graph_win.php:272
+#: ../../operation/agentes/stat_win.php:421
+msgid "Reload"
+msgstr "再読み込み"
+
+#: ../../operation/agentes/pandora_networkmap.editor.php:133
+#: ../../operation/agentes/pandora_networkmap.php:365
+#: ../../operation/agentes/pandora_networkmap.view.php:701
+msgid "Networkmap"
+msgstr "ネットワークマップ"
+
+#: ../../operation/agentes/pandora_networkmap.editor.php:162
+#: ../../operation/agentes/pandora_networkmap.view.php:703
+msgid "Not found networkmap."
+msgstr "ネットワークマップがありません。"
+
+#: ../../operation/agentes/pandora_networkmap.editor.php:187
+msgid "Node radius"
+msgstr "ノード半径"
+
+#: ../../operation/agentes/pandora_networkmap.editor.php:198
+msgid "CIDR IP mask"
+msgstr "CIDR IPマスク"
+
+#: ../../operation/agentes/pandora_networkmap.editor.php:200
+msgid "Source from recon task"
+msgstr "自動検出タスクからのソース"
+
+#: ../../operation/agentes/pandora_networkmap.editor.php:202
+msgid ""
+"It is setted any recon task, the nodes get from the recontask IP mask "
+"instead from the group."
+msgstr "自動検出タスクで設定されます。ノードは、グループではなく自動検出タスクの IP マスクから取得します。"
+
+#: ../../operation/agentes/pandora_networkmap.editor.php:206
+msgid "Show only the task with the recon script \"SNMP L2 Recon\"."
+msgstr "自動検出スクリプト \"SNMP L2 Recon\" のタスクのみ表示。"
+
+#: ../../operation/agentes/pandora_networkmap.editor.php:208
+msgid "Source from CIDR IP mask"
+msgstr "CIDR IPマスクからのソース"
+
+#: ../../operation/agentes/pandora_networkmap.editor.php:212
+msgid "Don't show subgroups:"
+msgstr "サブグループを表示しない:"
+
+#: ../../operation/agentes/pandora_networkmap.editor.php:225
+msgid "Method generation networkmap"
+msgstr "ネットワークマップ生成手法"
+
+#: ../../operation/agentes/pandora_networkmap.editor.php:237
+msgid "Save networkmap"
+msgstr "ネットワークマップの保存"
+
+#: ../../operation/agentes/pandora_networkmap.editor.php:243
+msgid "Update networkmap"
+msgstr "ネットワークマップの更新"
+
+#: ../../operation/agentes/pandora_networkmap.php:153
+msgid "Succesfully created"
+msgstr "作成しました"
+
+#: ../../operation/agentes/pandora_networkmap.php:247
+msgid "Succesfully updated"
+msgstr "更新しました"
+
+#: ../../operation/agentes/pandora_networkmap.php:260
+msgid "Succesfully duplicate"
+msgstr "複製しました"
+
+#: ../../operation/agentes/pandora_networkmap.php:260
+#: ../../enterprise/godmode/policies/policy_modules.php:1173
+msgid "Could not be duplicated"
+msgstr "複製できませんでした"
+
+#: ../../operation/agentes/pandora_networkmap.php:269
+msgid "Succesfully deleted"
+msgstr "削除しました"
+
+#: ../../operation/agentes/pandora_networkmap.php:466
+msgid "Pending to generate"
+msgstr "生成の保留"
+
+#: ../../operation/agentes/pandora_networkmap.php:486
+#: ../../enterprise/operation/services/services.list.php:458
+msgid "Config"
+msgstr "設定"
+
+#: ../../operation/agentes/pandora_networkmap.php:502
+msgid "There are no maps defined."
+msgstr "定義済マップがありません。"
+
+#: ../../operation/agentes/pandora_networkmap.php:509
+msgid "Create networkmap"
+msgstr "ネットワークマップの作成"
+
+#: ../../operation/agentes/pandora_networkmap.view.php:111
+msgid "Success be updated."
+msgstr "更新しました。"
+
+#: ../../operation/agentes/pandora_networkmap.view.php:114
+#: ../../enterprise/extensions/ipam/ipam_action.php:190
+msgid "Could not be updated."
+msgstr "更新できませんでした。"
+
+#: ../../operation/agentes/pandora_networkmap.view.php:227
+msgid "Name: "
+msgstr "名前: "
+
+#: ../../operation/agentes/pandora_networkmap.view.php:258
+#: ../../operation/agentes/status_monitor.php:1035
+msgid "(Adopt) "
+msgstr "(適用) "
+
+#: ../../operation/agentes/pandora_networkmap.view.php:268
+#: ../../operation/agentes/status_monitor.php:1045
+msgid "(Unlinked) (Adopt) "
+msgstr "(未リンク) (適用) "
+
+#: ../../operation/agentes/pandora_networkmap.view.php:272
+#: ../../operation/agentes/status_monitor.php:1049
+msgid "(Unlinked) "
+msgstr "(未リンク) "
+
+#: ../../operation/agentes/pandora_networkmap.view.php:277
+msgid "Policy: "
+msgstr "ポリシー: "
+
+#: ../../operation/agentes/pandora_networkmap.view.php:326
+#: ../../enterprise/extensions/vmware/vmware_manager.php:202
+msgid "Status: "
+msgstr "状態: "
+
+#: ../../operation/agentes/pandora_networkmap.view.php:370
+msgid "Data: "
+msgstr "データ: "
+
+#: ../../operation/agentes/pandora_networkmap.view.php:731
+#: ../../operation/snmpconsole/snmp_browser.php:86
+#: ../../operation/snmpconsole/snmp_statistics.php:45
+#: ../../operation/snmpconsole/snmp_view.php:77
+msgid "Normal screen"
+msgstr "通常画面"
+
+#: ../../operation/agentes/pandora_networkmap.view.php:747
+msgid "List of networkmap"
+msgstr "ネットワークマップ一覧"
+
+#: ../../operation/agentes/snapshot_view.php:66
+msgid "Current data at"
+msgstr "次の日時のデータ:"
+
+#: ../../operation/agentes/stat_win.php:115
+msgid "There was a problem locating the source of the graph"
+msgstr "グラフの場所に問題があります。"
+
+#: ../../operation/agentes/stat_win.php:305
+msgid "Avg. Only"
+msgstr "平均のみ"
+
+#: ../../operation/agentes/stat_win.php:320
+msgid "Begin time"
+msgstr "開始時間"
+
+#: ../../operation/agentes/stat_win.php:356
+msgid ""
+"Show events is disabled because this Pandora node is set the event "
+"replication."
+msgstr "この Pandora ノードは、イベントの複製が設定されているためイベント表示は無効です。"
+
+#: ../../operation/agentes/stat_win.php:368
+msgid "Show event graph"
+msgstr "イベントグラフ表示"
+
+#: ../../operation/agentes/status_events.php:31
+#: ../../operation/agentes/status_events.php:32
+msgid "Latest events for this agent"
+msgstr "このエージェントにおける最新イベント"
+
+#: ../../operation/agentes/status_monitor.php:40 ../../operation/menu.php:59
+msgid "Monitor detail"
+msgstr "モニタ項目詳細"
+
+#: ../../operation/agentes/status_monitor.php:45
+msgid "Monitor view"
+msgstr "モニタ表示"
+
+#: ../../operation/agentes/status_monitor.php:306
+msgid "Monitor status"
+msgstr "モニタ項目の状態"
+
+#: ../../operation/agentes/status_monitor.php:327
+#: ../../operation/incidents/incident.php:238
+msgid "Show"
+msgstr "表示"
+
+#: ../../operation/agentes/status_monitor.php:390
+#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:38
+msgid "Web server module"
+msgstr "ウェブサーバモジュール"
+
+#: ../../operation/agentes/status_monitor.php:394
+#: ../../operation/agentes/status_monitor.php:962
+msgid "Server type"
+msgstr "サーバの種類"
+
+#: ../../operation/agentes/status_monitor.php:400
+msgid "Show monitors..."
+msgstr "監視の有効・無効"
+
+#: ../../operation/agentes/status_monitor.php:410
+msgid "Data type"
+msgstr "データのタイプ"
+
+#: ../../operation/agentes/status_monitor.php:529
+msgid "Advanced Options"
+msgstr "高度なオプション"
+
+#: ../../operation/agentes/status_monitor.php:952
+msgid "Data Type"
+msgstr "データのタイプ"
+
+#: ../../operation/agentes/status_monitor.php:1443
+msgid "This group doesn't have any monitor"
+msgstr "該当するモニタ項目がありません。"
+
+#: ../../operation/agentes/tactical.php:135
+msgid "Report of State"
+msgstr "状態レポート"
+
+#: ../../operation/agentes/ver_agente.php:686
+#: ../../enterprise/operation/agentes/ver_agente.php:70
+msgid "Main IP"
+msgstr "代表 IP"
+
+#: ../../operation/agentes/ver_agente.php:737
+#: ../../enterprise/operation/agentes/ver_agente.php:113
+msgid "Monitors down"
+msgstr "停止中のモニタ項目"
+
+#: ../../operation/agentes/ver_agente.php:822
+#: ../../enterprise/extensions/ipam/ipam_ajax.php:152
+#: ../../enterprise/extensions/ipam/ipam_calculator.php:41
+#: ../../enterprise/extensions/ipam/ipam_excel.php:116
+#: ../../enterprise/extensions/ipam/ipam_network.php:535
+#: ../../enterprise/godmode/servers/manage_export.php:131
+#: ../../enterprise/godmode/servers/manage_export_form.php:84
+msgid "Address"
+msgstr "アドレス"
+
+#: ../../operation/agentes/ver_agente.php:863
+msgid "Sons"
+msgstr "子"
+
+#: ../../operation/agentes/ver_agente.php:947
+#: ../../operation/search_agents.php:111
+#: ../../operation/servers/recon_view.php:46
+msgid "Manage"
+msgstr "設定"
+
+#: ../../operation/agentes/ver_agente.php:1076
+msgid "Log Viewer"
+msgstr "ログビューア"
+
+#: ../../operation/agentes/ver_agente.php:1096
+msgid "Terminal"
+msgstr "端末"
+
+#: ../../operation/agentes/ver_agente.php:1116
+#: ../../enterprise/godmode/agentes/collections.agents.php:53
+#: ../../enterprise/godmode/agentes/collections.data.php:104
+#: ../../enterprise/godmode/agentes/collections.data.php:216
+#: ../../enterprise/godmode/agentes/collections.data.php:256
+#: ../../enterprise/godmode/agentes/collections.editor.php:46
+#: ../../enterprise/godmode/agentes/collections.editor.php:350
+#: ../../enterprise/godmode/agentes/collections.editor.php:375
+#: ../../enterprise/include/functions_collection.php:129
+msgid "Files"
+msgstr "ファイル"
+
+#: ../../operation/events/event_statistics.php:32
+#: ../../operation/incidents/incident_statistics.php:30
+#: ../../operation/menu.php:278 ../../operation/menu.php:365
+#: ../../operation/snmpconsole/snmp_statistics.php:61
+#: ../../operation/snmpconsole/snmp_view.php:71
+#: ../../enterprise/extensions/ipam/ipam_network.php:171
+msgid "Statistics"
+msgstr "統計"
+
+#: ../../operation/events/event_statistics.php:41
+msgid "Event graph by user"
+msgstr "ユーザで分類したイベントグラフ"
+
+#: ../../operation/events/events.build_table.php:37
+msgid "More detail"
+msgstr "詳細"
+
+#: ../../operation/events/events.build_table.php:85
+#: ../../operation/events/events.build_table.php:89
+msgid "The Agent: "
+msgstr "エージェント: "
+
+#: ../../operation/events/events.build_table.php:86
+#: ../../operation/events/events.build_table.php:90
+msgid " has "
+msgstr " は "
+
+#: ../../operation/events/events.build_table.php:87
+#: ../../operation/events/events.build_table.php:91
+msgid " events."
+msgstr " イベントあります。"
+
+#: ../../operation/events/events.build_table.php:754
+msgid "Validate selected"
+msgstr "選択したものを承諾"
+
+#: ../../operation/events/events.php:71
+#: ../../enterprise/godmode/alerts/configure_alert_rule.php:137
+msgid "Event"
+msgstr "イベント"
+
+#: ../../operation/events/events.php:195
+msgid ""
+"Event viewer is disabled due event replication. For more information, please "
+"contact with the administrator"
+msgstr "イベントの複製のためイベント表示は無効化されています。より詳細は管理者に連絡してください。"
+
+#: ../../operation/events/events.php:339
+msgid "History event list"
+msgstr "イベント一覧履歴"
+
+#: ../../operation/events/events.php:344
+msgid "RSS Events"
+msgstr "RSS イベント"
+
+#: ../../operation/events/events.php:349
+msgid "Marquee display"
+msgstr "スクリーンセーバ表示"
+
+#: ../../operation/events/events.php:354
+msgid "Export to CSV file"
+msgstr "CSV ファイルに書き出す"
+
+#: ../../operation/events/events.php:358 ../../operation/events/events.php:397
+msgid "Sound events"
+msgstr "サウンドイベント"
+
+#: ../../operation/events/events.php:401
+msgid "History"
+msgstr "履歴"
+
+#: ../../operation/events/events.php:439 ../../operation/menu.php:319
+msgid "Sound Alerts"
+msgstr "サウンドアラート"
+
+#: ../../operation/events/events.php:446
+msgid "Main event view"
+msgstr "一覧"
+
+#: ../../operation/events/events.php:464
+msgid "No events selected"
+msgstr "イベントが選択されていません。"
+
+#: ../../operation/events/events.php:490
+msgid "Successfully validated"
+msgstr "承諾しました。"
+
+#: ../../operation/events/events.php:491 ../../operation/events/events.php:768
+#: ../../operation/events/events.php:920
+msgid "Could not be validated"
+msgstr "承諾に失敗しました。"
+
+#: ../../operation/events/events.php:495
+msgid "Successfully set in process"
+msgstr "処理中に設定しました。"
+
+#: ../../operation/events/events.php:496
+msgid "Could not be set in process"
+msgstr "処理中に設定できませんでした。"
+
+#: ../../operation/events/events.php:800
+#: ../../enterprise/meta/advanced/metasetup.consoles.php:175
+msgid "Successfully delete"
+msgstr "削除しました"
+
+#: ../../operation/events/events.php:803
+msgid "Error deleting event"
+msgstr "イベントの削除エラー"
+
+#: ../../operation/events/events_list.php:190
+#: ../../operation/events/events_list.php:714
+msgid "No filter loaded"
+msgstr "フィルタが読み込まれていません"
+
+#: ../../operation/events/events_list.php:192
+#: ../../operation/events/events_list.php:715
+msgid "Filter loaded"
+msgstr "フィルタを読み込みました"
+
+#: ../../operation/events/events_list.php:194
+#: ../../operation/events/events_list.php:257
+#: ../../operation/events/events_list.php:607
+msgid "Save filter"
+msgstr "フィルタの保存"
+
+#: ../../operation/events/events_list.php:196
+#: ../../operation/events/events_list.php:280
+#: ../../operation/events/events_list.php:282
+#: ../../operation/events/events_list.php:611
+#: ../../operation/netflow/nf_live_view.php:329
+msgid "Load filter"
+msgstr "フィルタ読み込み"
+
+#: ../../operation/events/events_list.php:217
+msgid "New filter"
+msgstr "新規フィルタ"
+
+#: ../../operation/events/events_list.php:227
+msgid "Save in Group"
+msgstr "保存グループ"
+
+#: ../../operation/events/events_list.php:244
+msgid "Overwrite filter"
+msgstr "フィルタの上書き"
+
+#: ../../operation/events/events_list.php:583
+msgid "Group agents"
+msgstr "グループエージェント"
+
+#: ../../operation/events/events_list.php:613
+msgid "Show events graph"
+msgstr "イベントグラフ表示"
+
+#: ../../operation/events/events_list.php:637
+msgid "Event control filter"
+msgstr "イベントフィルタ"
+
+#: ../../operation/events/events_list.php:641
+msgid "Error creating filter."
+msgstr "フィルタ作成エラー。"
+
+#: ../../operation/events/events_list.php:642
+msgid "Error creating filter is duplicated."
+msgstr "フィルタ作成エラー、重複しています。"
+
+#: ../../operation/events/events_list.php:643
+msgid "Filter created."
+msgstr "フィルタを作成しました。"
+
+#: ../../operation/events/events_list.php:645
+msgid "Filter updated."
+msgstr "フィルタを更新しました。"
+
+#: ../../operation/events/events_list.php:646
+msgid "Error updating filter."
+msgstr "フィルタ更新エラー。"
+
+#: ../../operation/events/events_list.php:1081
+msgid "Filter name cannot be left blank"
+msgstr "フィルタ名は空にできません"
+
+#: ../../operation/events/events_list.php:1150
+#: ../../operation/events/events_list.php:1236
+msgid "none"
+msgstr "なし"
+
+#: ../../operation/events/events_list.php:1558
+msgid "Events generated -by agent-"
+msgstr "エージェントごとに生成されたイベント"
+
+#: ../../operation/events/events_rss.php:32
+msgid "Your IP is not into the IP list with API access."
+msgstr "API アクセスできる IP 一覧に入っていません。"
+
+#: ../../operation/events/events_rss.php:46
+msgid "The URL of your feed has bad hash."
+msgstr "フィードの URL に不正はハッシュがあります。"
+
+#: ../../operation/events/events_rss.php:185 ../../operation/menu.php:98
+msgid "SNMP"
+msgstr "SNMP"
+
+#: ../../operation/events/sound_events.php:51 ../../operation/menu.php:307
+msgid "Sound Events"
+msgstr "サウンドイベント"
+
+#: ../../operation/events/sound_events.php:68
+msgid "Sound console"
+msgstr "サウンドコンソール"
+
+#: ../../operation/gis_maps/ajax.php:217 ../../operation/gis_maps/ajax.php:254
+msgid "Position (Lat, Long, Alt)"
+msgstr "位置 (緯度、経度、高度)"
+
+#: ../../operation/gis_maps/ajax.php:218
+msgid "Start contact"
+msgstr "利用開始"
+
+#: ../../operation/gis_maps/ajax.php:220
+msgid "Num reports"
+msgstr "レポート数"
+
+#: ../../operation/gis_maps/ajax.php:258
+msgid "Default position of map."
+msgstr "マップのデフォルト位置"
+
+#: ../../operation/gis_maps/gis_map.php:31 ../../operation/menu.php:185
+msgid "GIS Maps"
+msgstr "GIS マップ"
+
+#: ../../operation/gis_maps/gis_map.php:175
+msgid "No maps found"
+msgstr "マップがありません。"
+
+#: ../../operation/gis_maps/gis_map.php:194
+msgid "Caution: Do you want delete the map?"
+msgstr "警告: マップを削除しますか。"
+
+#: ../../operation/gis_maps/gis_map.php:201
+msgid "Do you want to set default the map?"
+msgstr "このマップをデフォルトに設定しますか。"
+
+#: ../../operation/gis_maps/gis_map.php:209
+msgid "There was error on setup the default map."
+msgstr "デフォルトマップの設定でエラーが発生しました。"
+
+#: ../../operation/gis_maps/render_view.php:145
+msgid "Refresh: "
+msgstr "更新: "
+
+#: ../../operation/gis_maps/render_view.php:154
+msgid "Show agents by state: "
+msgstr "表示するエージェントの状態: "
+
+#: ../../operation/gis_maps/render_view.php:157
+#: ../../enterprise/dashboard/widgets/network_map.php:38
+#: ../../enterprise/extensions/vmware/vmware_view.php:1086
+#: ../../enterprise/extensions/vmware/vmware_view.php:1106
+msgid "Map"
+msgstr "マップ"
+
+#: ../../operation/incidents/incident.php:33
+msgid "Incident management"
+msgstr "インシデント管理"
+
+#: ../../operation/incidents/incident.php:72
+msgid "Successfully reclaimed ownership"
+msgstr "所有権を得ました。"
+
+#: ../../operation/incidents/incident.php:73
+msgid "Could not reclame ownership"
+msgstr "所有権を得られませんでした。"
+
+#: ../../operation/incidents/incident.php:143
+msgid "Error creating incident"
+msgstr "インシデントの作成に失敗しました。"
+
+#: ../../operation/incidents/incident.php:146
+msgid "Incident created"
+msgstr "インシデントを作成しました"
+
+#: ../../operation/incidents/incident.php:233
+msgid "Incidents:"
+msgstr "インシデント:"
+
+#: ../../operation/incidents/incident.php:234
+msgid "All incidents"
+msgstr "全インシデント"
+
+#: ../../operation/incidents/incident.php:256
+msgid "Priorities:"
+msgstr "優先度:"
+
+#: ../../operation/incidents/incident.php:257
+msgid "All priorities"
+msgstr "全優先度"
+
+#: ../../operation/incidents/incident.php:261
+msgid "Users:"
+msgstr "ユーザ:"
+
+#: ../../operation/incidents/incident.php:262
+#: ../../enterprise/extensions/ipam/ipam_editor.php:60
+msgid "All users"
+msgstr "全ユーザ"
+
+#: ../../operation/incidents/incident.php:277
+msgid "Agents:"
+msgstr "エージェント:"
+
+#: ../../operation/incidents/incident.php:284
+msgid "Groups:"
+msgstr "グループ:"
+
+#: ../../operation/incidents/incident.php:290
+msgid "Free text:"
+msgstr "検索文字列:"
+
+#: ../../operation/incidents/incident.php:291
+msgid "Search by incident name or description, list matches."
+msgstr "インシデント名または説明による検索にマッチした一覧を表示"
+
+#: ../../operation/incidents/incident.php:399
+msgid "Delete incidents"
+msgstr "インシデント削除"
+
+#: ../../operation/incidents/incident.php:403
+msgid "Become owner"
+msgstr "所有者になる"
+
+#: ../../operation/incidents/incident.php:411
+#: ../../operation/incidents/incident_detail.php:238
+msgid "Create incident"
+msgstr "インシデント作成"
+
+#: ../../operation/incidents/incident_detail.php:120
+#: ../../enterprise/meta/include/ajax/wizard.ajax.php:486
+#: ../../enterprise/meta/monitoring/wizard/wizard.php:93
+msgid "No description available"
+msgstr "説明なし"
+
+#: ../../operation/incidents/incident_detail.php:160
+msgid "File could not be saved due to database error"
+msgstr "データベースエラーのため、ファイルの保存に失敗しました。"
+
+#: ../../operation/incidents/incident_detail.php:173
+msgid "File uploaded"
+msgstr "ファイルをアップロードしました。"
+
+#: ../../operation/incidents/incident_detail.php:174
+msgid "File could not be uploaded"
+msgstr "ファイルのアップロードに失敗しました。"
+
+#: ../../operation/incidents/incident_detail.php:233
+msgid "Incident details"
+msgstr "インシデント詳細"
+
+#: ../../operation/incidents/incident_detail.php:259
+msgid "Opened at"
+msgstr "登録日時"
+
+#: ../../operation/incidents/incident_detail.php:261
+#: ../../operation/servers/recon_view.php:107
+#: ../../enterprise/operation/agentes/transactional_map.php:154
+msgid "Updated at"
+msgstr "更新日時"
+
+#: ../../operation/incidents/incident_detail.php:327
+msgid "Creator"
+msgstr "作成者"
+
+#: ../../operation/incidents/incident_detail.php:376
+msgid "Update incident"
+msgstr "更新"
+
+#: ../../operation/incidents/incident_detail.php:382
+msgid "Submit"
+msgstr "実行"
+
+#: ../../operation/incidents/incident_detail.php:396
+#: ../../operation/incidents/incident_detail.php:400
+msgid "Add note"
+msgstr "コメントを追加"
+
+#: ../../operation/incidents/incident_detail.php:432
+msgid "Notes attached to incident"
+msgstr "コメント一覧"
+
+#: ../../operation/incidents/incident_detail.php:453
+#: ../../operation/incidents/incident_detail.php:505
+msgid "Filename"
+msgstr "ファイル名"
+
+#: ../../operation/incidents/incident_detail.php:481
+msgid "Attached files"
+msgstr "添付ファイル一覧"
+
+#: ../../operation/incidents/incident_detail.php:499
+#: ../../operation/incidents/incident_detail.php:503
+msgid "Add attachment"
+msgstr "ファイルを追加"
+
+#: ../../operation/incidents/incident_statistics.php:33
+msgid "Incidents by status"
+msgstr "ステータスで分類したインシデント"
+
+#: ../../operation/incidents/incident_statistics.php:36
+msgid "Incidents by priority"
+msgstr "優先順位で分類したインシデント"
+
+#: ../../operation/incidents/incident_statistics.php:39
+msgid "Incidents by group"
+msgstr "グループで分類したインシデント"
+
+#: ../../operation/incidents/incident_statistics.php:42
+msgid "Incidents by user"
+msgstr "ユーザで分類したインシデント"
+
+#: ../../operation/incidents/incident_statistics.php:45
+msgid "Incidents by source"
+msgstr "発生元で分類したインシデント"
+
+#: ../../operation/menu.php:31 ../../operation/menu.php:106
+#: ../../enterprise/meta/general/logon_ok.php:56
+#: ../../enterprise/meta/general/main_header.php:82
+#: ../../enterprise/operation/services/services.list.php:60
+#: ../../enterprise/operation/services/services.list.php:64
+#: ../../enterprise/operation/services/services.table_services.php:46
+#: ../../enterprise/operation/services/services.table_services.php:50
+msgid "Monitoring"
+msgstr "モニタリング"
+
+#: ../../operation/menu.php:37
+msgid "Views"
+msgstr "表示"
+
+#: ../../operation/menu.php:51 ../../operation/tree.php:87
+#: ../../enterprise/meta/general/main_header.php:88
+msgid "Tree view"
+msgstr "ツリー表示"
+
+#: ../../operation/menu.php:70
+msgid "Netflow Live View"
+msgstr "Netflow ライブビュー"
+
+#: ../../operation/menu.php:85
+msgid "SNMP browser"
+msgstr "SNMP ブラウザ"
+
+#: ../../operation/menu.php:89
+#: ../../operation/snmpconsole/snmp_mib_uploader.php:30
+msgid "MIB uploader"
+msgstr "MIB アップローダ"
+
+#: ../../operation/menu.php:117
+#: ../../enterprise/dashboard/widgets/network_map.php:26
+#: ../../enterprise/operation/policies/networkmap.policies.php:128
+msgid "Network map"
+msgstr "ネットワークマップ"
+
+#: ../../operation/menu.php:190
+msgid "List of Gis maps"
+msgstr "GISマップ一覧"
+
+#: ../../operation/menu.php:224
+msgid "Topology maps"
+msgstr "トポロジーマップ"
+
+#: ../../operation/menu.php:288
+msgid "RSS"
+msgstr "RSS"
+
+#: ../../operation/menu.php:293
+msgid "Marquee"
+msgstr "スクリーンセーバー"
+
+#: ../../operation/menu.php:299
+msgid "CSV File"
+msgstr "CSVファイル"
+
+#: ../../operation/menu.php:329
+msgid "Workspace"
+msgstr "ワークスペース"
+
+#: ../../operation/menu.php:342
+msgid "WebChat"
+msgstr "ウェブチャット"
+
+#: ../../operation/menu.php:364
+msgid "List of Incidents"
+msgstr "インシデント一覧"
+
+#: ../../operation/menu.php:379
+msgid "Messages List"
+msgstr "メッセージ一覧"
+
+#: ../../operation/menu.php:380
+msgid "New message"
+msgstr "新規メッセージ"
+
+#: ../../operation/menu.php:405
+msgid "Scheduled downtime"
+msgstr "計画停止"
+
+#: ../../operation/menu.php:410
+msgid "Recon view"
+msgstr "自動検出表示"
+
+#: ../../operation/menu.php:485
+msgid "Tools"
+msgstr "ツール"
+
+#: ../../operation/messages/message_edit.php:35
+#: ../../operation/messages/message_list.php:32
+msgid "Received messages"
+msgstr "受信メッセージ"
+
+#: ../../operation/messages/message_edit.php:39
+#: ../../operation/messages/message_list.php:36
+msgid "Sent messages"
+msgstr "送信済みのメッセージ"
+
+#: ../../operation/messages/message_edit.php:43
+#: ../../operation/messages/message_list.php:40
+#: ../../operation/messages/message_list.php:226
+msgid "Create message"
+msgstr "メッセージの作成"
+
+#: ../../operation/messages/message_edit.php:60
+msgid "This message does not exist in the system"
+msgstr "このメッセージはシステム上に存在しません。"
+
+#: ../../operation/messages/message_edit.php:79
+#: ../../operation/messages/message_edit.php:160
+#: ../../operation/messages/message_list.php:125
+msgid "Sender"
+msgstr "差出人"
+
+#: ../../operation/messages/message_edit.php:80
+msgid "at"
+msgstr "時刻:"
+
+#: ../../operation/messages/message_edit.php:82
+#: ../../operation/messages/message_edit.php:169
+#: ../../operation/messages/message_list.php:123
+msgid "Destination"
+msgstr "宛先"
+
+#: ../../operation/messages/message_edit.php:92
+#: ../../operation/messages/message_edit.php:210
+#: ../../operation/users/webchat.php:86
+#: ../../enterprise/dashboard/widgets/example.php:25
+msgid "Message"
+msgstr "メッセージ"
+
+#: ../../operation/messages/message_edit.php:104
+msgid "wrote"
+msgstr "によると"
+
+#: ../../operation/messages/message_edit.php:119
+msgid "Reply"
+msgstr "返信"
+
+#: ../../operation/messages/message_edit.php:136
#, php-format
-msgid "Phones for the tag: %s"
-msgstr "タグ %s の電話番号"
+msgid "Message successfully sent to user %s"
+msgstr "ユーザ %s 宛にメッセージを送りました。"
-#: ../../godmode/tag/tag.php:282
-msgid "No tags defined"
-msgstr "タグが定義されていません"
+#: ../../operation/messages/message_edit.php:137
+#, php-format
+msgid "Error sending message to user %s"
+msgstr "ユーザ %s 宛のメッセージ送信に失敗しました。"
-#: ../../godmode/tag/tag.php:298
-msgid "Create tag"
-msgstr "タグの作成"
+#: ../../operation/messages/message_edit.php:145
+msgid "Message successfully sent"
+msgstr "メッセージを送りました。"
-#: ../../godmode/tag/edit_tag.php:92
-msgid "Error updating tag"
-msgstr "タグ更新に失敗"
+#: ../../operation/messages/message_edit.php:146
+#, php-format
+msgid "Error sending message to group %s"
+msgstr "グループ %s 宛のメッセージ送信に失敗しました。"
-#: ../../godmode/tag/edit_tag.php:96
-msgid "Successfully updated tag"
+#: ../../operation/messages/message_edit.php:203
+msgid "Select user"
+msgstr "ユーザの選択"
+
+#: ../../operation/messages/message_edit.php:204
+msgid "OR"
+msgstr "または"
+
+#: ../../operation/messages/message_edit.php:205
+msgid "Select group"
+msgstr "グループの選択"
+
+#: ../../operation/messages/message_edit.php:217
+#: ../../operation/users/webchat.php:90
+msgid "Send message"
+msgstr "メッセージを送信する"
+
+#: ../../operation/messages/message_list.php:74
+msgid "Not deleted. Error deleting messages"
+msgstr "削除できません。メッセージ削除エラー"
+
+#: ../../operation/messages/message_list.php:80
+#: ../../operation/messages/message_list.php:88
+msgid "You have"
+msgstr "あなたのアカウントに"
+
+#: ../../operation/messages/message_list.php:81
+msgid "sent message(s)"
+msgstr "通の送信済メッセージがあります"
+
+#: ../../operation/messages/message_list.php:89
+msgid "unread message(s)"
+msgstr "通の新しいメッセージがあります。"
+
+#: ../../operation/messages/message_list.php:97
+msgid "There are no messages."
+msgstr "メッセージがありません。"
+
+#: ../../operation/messages/message_list.php:136
+msgid "Click to read"
+msgstr "メッセージを読む"
+
+#: ../../operation/messages/message_list.php:141
+msgid "Mark as unread"
+msgstr "未読にする"
+
+#: ../../operation/messages/message_list.php:148
+#: ../../operation/messages/message_list.php:153
+msgid "Message unread - click to read"
+msgstr "未読メッセージ - クリックして読む"
+
+#: ../../operation/messages/message_list.php:180
+msgid "No Subject"
+msgstr "件名なし"
+
+#: ../../operation/netflow/nf_live_view.php:108
+#: ../../operation/netflow/nf_live_view.php:133
+#: ../../operation/netflow/nf_live_view.php:137
+msgid "Netflow live view"
+msgstr "Netflow ライブビュー"
+
+#: ../../operation/netflow/nf_live_view.php:122
+#, php-format
+msgid "nfdump binary (%s) not found!"
+msgstr "nfdump バイナリ (%s) が見つかりません!"
+
+#: ../../operation/netflow/nf_live_view.php:127
+msgid "Make sure nfdump version 1.6.8 or newer is installed!"
+msgstr "nfdump のバージョン 1.6.8 以上がインストールされていることを確認してください!"
+
+#: ../../operation/netflow/nf_live_view.php:149
+msgid "Error creating filter"
+msgstr "フィルタ作成エラー"
+
+#: ../../operation/netflow/nf_live_view.php:152
+msgid "Filter created successfully"
+msgstr "フィルタを作成しました"
+
+#: ../../operation/netflow/nf_live_view.php:167
+msgid "Filter updated successfully"
+msgstr "フィルタを更新しました"
+
+#: ../../operation/netflow/nf_live_view.php:168
+msgid "Error updating filter"
+msgstr "フィルタ更新エラー"
+
+#: ../../operation/netflow/nf_live_view.php:193
+msgid "Draw live filter"
+msgstr "ライブ表示フィルタ"
+
+#: ../../operation/netflow/nf_live_view.php:224
+msgid "Connection"
+msgstr "接続"
+
+#: ../../operation/netflow/nf_live_view.php:248
+msgid "The interval will be divided in chunks the length of the resolution."
+msgstr "間隔は解像度の長さに分割されます。"
+
+#: ../../operation/netflow/nf_live_view.php:283
+msgid "IP address resolution"
+msgstr "IP アドレス解決"
+
+#: ../../operation/netflow/nf_live_view.php:335
+msgid "Select a filter"
+msgstr "フィルタを選択"
+
+#: ../../operation/netflow/nf_live_view.php:402
+msgid "Router ip"
+msgstr "ルータIP"
+
+#: ../../operation/netflow/nf_live_view.php:406
+msgid "Bytes per second"
+msgstr "バイト/秒"
+
+#: ../../operation/netflow/nf_live_view.php:417
+msgid "Draw"
+msgstr "描画"
+
+#: ../../operation/netflow/nf_live_view.php:421
+msgid "Save as new filter"
+msgstr "新規フィルタとして保存"
+
+#: ../../operation/netflow/nf_live_view.php:422
+msgid "Update current filter"
+msgstr "現在のフィルタを更新"
+
+#: ../../operation/netflow/nf_live_view.php:436
+msgid "No filter selected"
+msgstr "フィルタが選択されていません"
+
+#: ../../operation/reporting/custom_reporting.php:32
+#: ../../operation/reporting/graph_viewer.php:344
+msgid "There are no defined reportings"
+msgstr "定義されたレポートがありません"
+
+#: ../../operation/reporting/graph_viewer.php:184
+msgid "No data."
+msgstr "データがありません。"
+
+#: ../../operation/reporting/graph_viewer.php:216
+#: ../../operation/reporting/graph_viewer.php:239
+msgid "Graph defined"
+msgstr "定義済みグラフ"
+
+#: ../../operation/reporting/graph_viewer.php:223
+#: ../../enterprise/dashboard/widgets/custom_graph.php:45
+msgid "Horizontal Bars"
+msgstr "水平バー"
+
+#: ../../operation/reporting/graph_viewer.php:224
+#: ../../enterprise/dashboard/widgets/custom_graph.php:46
+msgid "Vertical Bars"
+msgstr "垂直バー"
+
+#: ../../operation/reporting/graph_viewer.php:240
+msgid "Zoom x1"
+msgstr "ズーム x1"
+
+#: ../../operation/reporting/graph_viewer.php:241
+msgid "Zoom x2"
+msgstr "ズーム x2"
+
+#: ../../operation/reporting/graph_viewer.php:242
+msgid "Zoom x3"
+msgstr "ズーム x3"
+
+#: ../../operation/reporting/graph_viewer.php:310
+#: ../../operation/reporting/reporting_viewer.php:314
+msgid "Invalid date selected"
+msgstr "不正なデータが選択されました。"
+
+#: ../../operation/reporting/graph_viewer.php:317
+msgid "Custom graph viewer"
+msgstr "カスタムグラフ参照"
+
+#: ../../operation/reporting/reporting_viewer.php:147
+msgid "View Report"
+msgstr "レポート表示"
+
+#: ../../operation/reporting/reporting_viewer.php:186
+msgid "Set initial date"
+msgstr "開始日時を指定する"
+
+#: ../../operation/reporting/reporting_viewer.php:212
+msgid "Invalid date selected. Initial date must be before end date."
+msgstr "不正な日時です。開始日時は終了日時より前でなければいけません。"
+
+#: ../../operation/search_agents.php:33 ../../operation/search_alerts.php:27
+#: ../../operation/search_graphs.php:24 ../../operation/search_maps.php:22
+#: ../../operation/search_modules.php:26 ../../operation/search_reports.php:29
+#: ../../operation/search_users.php:26
+msgid "Zero results found"
+msgstr "見つかりませんでした。"
+
+#: ../../operation/search_helps.php:22
+msgid "Zero results found."
+msgstr "見つかりませんでした。"
+
+#: ../../operation/search_helps.php:23
+#, php-format
+msgid ""
+"You can find more help in the Pandora's wiki"
+msgstr ""
+"より詳細は、Pandora の "
+"wikiを参照してください"
+
+#: ../../operation/search_helps.php:37
+msgid "Matches"
+msgstr "一致"
+
+#: ../../operation/search_main.php:52
+msgid "Agents found"
+msgstr "エージェントが見つかりました"
+
+#: ../../operation/search_main.php:54 ../../operation/search_main.php:57
+#: ../../operation/search_main.php:68 ../../operation/search_main.php:71
+#: ../../operation/search_main.php:74 ../../operation/search_main.php:77
+#: ../../operation/search_main.php:80
+#, php-format
+msgid "%s Found"
+msgstr "%s 件見つかりました"
+
+#: ../../operation/search_main.php:55
+msgid "Modules found"
+msgstr "モジュールが見つかりました"
+
+#: ../../operation/search_main.php:66
+msgid "Users found"
+msgstr "ユーザが見つかりました"
+
+#: ../../operation/search_main.php:69
+msgid "Graphs found"
+msgstr "グラフが見つかりました"
+
+#: ../../operation/search_main.php:72
+msgid "Reports found"
+msgstr "レポートが見つかりました"
+
+#: ../../operation/search_main.php:75
+msgid "Maps found"
+msgstr "マップが見つかりました"
+
+#: ../../operation/search_main.php:78
+msgid "Helps found"
+msgstr "ヘルプがあります"
+
+#: ../../operation/search_main.php:88
+#, php-format
+msgid "Show %s of %s. View all matches"
+msgstr "%s 件(%s件中)の表示。全マッチ内容の表示。"
+
+#: ../../operation/search_maps.php:33
+#: ../../enterprise/godmode/services/services.elements.php:136
+msgid "Elements"
+msgstr "エレメント"
+
+#: ../../operation/search_results.php:124
+#: ../../enterprise/dashboard/widgets/maps_status.php:29
+msgid "Maps"
+msgstr "マップ"
+
+#: ../../operation/search_results.php:144
+msgid "Helps"
+msgstr "ヘルプ"
+
+#: ../../operation/search_users.php:50
+msgid "Profile"
+msgstr "プロファイル"
+
+#: ../../operation/servers/recon_view.php:36
+#: ../../operation/servers/recon_view.php:51
+msgid "Recon View"
+msgstr "自動検出表示"
+
+#: ../../operation/servers/recon_view.php:104
+#: ../../operation/servers/recon_view.php:158
+#: ../../enterprise/extensions/ipam/ipam_network.php:151
+#: ../../enterprise/extensions/ipam/ipam_network.php:167
+#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:613
+#: ../../enterprise/godmode/policies/policy_queue.php:377
+#: ../../enterprise/meta/advanced/policymanager.queue.php:259
+msgid "Progress"
+msgstr "進捗状況"
+
+#: ../../operation/servers/recon_view.php:140
+msgid "Pending"
+msgstr "保留中"
+
+#: ../../operation/servers/recon_view.php:173
+msgid "has no recon tasks assigned"
+msgstr "は自動検出タスクが割り当てられていません"
+
+#: ../../operation/snmpconsole/snmp_browser.php:92
+msgid "SNMP Browser"
+msgstr "SNMP ブラウザ"
+
+#: ../../operation/snmpconsole/snmp_mib_uploader.php:66
+msgid ""
+"MIB files will be installed on the system. Please note that a MIB may depend "
+"on other MIB. To customize trap definitions use the SNMP trap editor."
+msgstr ""
+"MIB ファイルがシステムにインストールされます。MIB は他の MIB "
+"に依存する可能性があることに注意してください。トラップの定義をカスタマイズするには、SNMP トラップエディタを使ってください。"
+
+#: ../../operation/snmpconsole/snmp_statistics.php:116
+#: ../../operation/snmpconsole/snmp_view.php:469
+msgid "There are no SNMP traps in database"
+msgstr "SNMP トラップデータがありません。"
+
+#: ../../operation/snmpconsole/snmp_statistics.php:127
+msgid "Traps received by source"
+msgstr "ソースごとの受信トラップ"
+
+#: ../../operation/snmpconsole/snmp_statistics.php:141
+#: ../../operation/snmpconsole/snmp_statistics.php:199
+msgid "Number"
+msgstr "数"
+
+#: ../../operation/snmpconsole/snmp_statistics.php:156
+#: ../../operation/snmpconsole/snmp_view.php:591
+msgid "View agent details"
+msgstr "エージェント概要の参照"
+
+#: ../../operation/snmpconsole/snmp_statistics.php:185
+msgid "Traps received by Enterprise String"
+msgstr "Enterprise文字列ごとの受信トラップ"
+
+#: ../../operation/snmpconsole/snmp_statistics.php:198
+msgid "Trap Enterprise String"
+msgstr "Enterprise文字列トラップ"
+
+#: ../../operation/snmpconsole/snmp_view.php:416
+msgid ""
+"Search by any alphanumeric field in the trap.\n"
+"\t\tREMEMBER trap sources need to be searched by IP Address"
+msgstr ""
+"トラップの英数字フィールドで検索。\n"
+"\t\tトラップの発信元は IPアドレスで検索する必要があることに注意してください。"
+
+#: ../../operation/snmpconsole/snmp_view.php:423
+msgid "Search by trap type"
+msgstr "トラップタイプによる検索"
+
+#: ../../operation/snmpconsole/snmp_view.php:437
+msgid "Group by Enterprise String/IP"
+msgstr "Enterprise 文字列/IP ごとのグループ"
+
+#: ../../operation/snmpconsole/snmp_view.php:526
+msgid "Trap subtype"
+msgstr "トラップサブタイプ"
+
+#: ../../operation/snmpconsole/snmp_view.php:683
+msgid "Variable bindings:"
+msgstr "バインド変数:"
+
+#: ../../operation/snmpconsole/snmp_view.php:696
+msgid "See more details"
+msgstr "詳細表示"
+
+#: ../../operation/snmpconsole/snmp_view.php:709
+msgid "Enterprise String:"
+msgstr "Enterprise文字列:"
+
+#: ../../operation/snmpconsole/snmp_view.php:715
+#: ../../enterprise/godmode/agentes/collections.data.php:379
+msgid "Description:"
+msgstr "説明:"
+
+#: ../../operation/snmpconsole/snmp_view.php:747
+msgid "Trap type:"
+msgstr "トラップタイプ:"
+
+#: ../../operation/snmpconsole/snmp_view.php:775
+msgid "Count:"
+msgstr "件数:"
+
+#: ../../operation/snmpconsole/snmp_view.php:779
+msgid "First trap:"
+msgstr "最初のトラップ:"
+
+#: ../../operation/snmpconsole/snmp_view.php:783
+msgid "Last trap:"
+msgstr "最新のトラップ:"
+
+#: ../../operation/snmpconsole/snmp_view.php:803
+msgid "No matching traps found"
+msgstr "条件にマッチするトラップがありません。"
+
+#: ../../operation/tree.php:88
+#, php-format
+msgid "Sort the agents by %s"
+msgstr "%s によるエージェント並び替え"
+
+#: ../../operation/tree.php:91
+msgid "tags"
+msgstr "タグ"
+
+#: ../../operation/tree.php:97
+msgid "groups"
+msgstr "グループ"
+
+#: ../../operation/tree.php:100
+msgid "module groups"
+msgstr "モジュールグループ"
+
+#: ../../operation/tree.php:107
+msgid "policies"
+msgstr "ポリシー"
+
+#: ../../operation/tree.php:138
+msgid "Agent status"
+msgstr "エージェント状態"
+
+#: ../../operation/tree.php:140
+msgid "Search agent"
+msgstr "エージェント検索"
+
+#: ../../operation/tree.php:165
+msgid "Search module"
+msgstr "モジュール検索"
+
+#: ../../operation/tree.php:189
+msgid "Tree search"
+msgstr "ツリー検索"
+
+#: ../../operation/tree.php:272
+#: ../../enterprise/dashboard/widgets/tree_view.php:196
+#: ../../enterprise/include/functions_reporting_csv.php:458
+msgid "Total modules"
+msgstr "全モジュール"
+
+#: ../../operation/tree.php:281
+#: ../../enterprise/dashboard/widgets/tree_view.php:205
+msgid "Critical agents"
+msgstr "障害エージェント数"
+
+#: ../../operation/tree.php:286
+#: ../../enterprise/dashboard/widgets/tree_view.php:210
+msgid "Warning agents"
+msgstr "警告エージェント数"
+
+#: ../../operation/tree.php:291
+#: ../../enterprise/dashboard/widgets/tree_view.php:215
+msgid "Unknown agents"
+msgstr "不明エージェント数"
+
+#: ../../operation/tree.php:296
+#: ../../enterprise/dashboard/widgets/tree_view.php:220
+msgid "Not init agents"
+msgstr "未初期化エージェント数"
+
+#: ../../operation/tree.php:301
+#: ../../enterprise/dashboard/widgets/tree_view.php:225
+msgid "Normal agents"
+msgstr "正常エージェント数"
+
+#: ../../operation/users/user_edit.php:130
+#: ../../operation/users/user_edit.php:137
+msgid "Password successfully updated"
+msgstr "パスワードを更新しました。"
+
+#: ../../operation/users/user_edit.php:131
+#: ../../operation/users/user_edit.php:138
+#, php-format
+msgid "Error updating passwords: %s"
+msgstr "パスワードの更新に失敗しました。:%s"
+
+#: ../../operation/users/user_edit.php:143
+msgid ""
+"Passwords didn't match or other problem encountered while updating passwords"
+msgstr "パスワードが一致しない、または他の原因でパスワードの更新に失敗しました。"
+
+#: ../../operation/users/user_edit.php:155
+#: ../../operation/users/user_edit.php:165
+msgid "Error updating user info"
+msgstr "ユーザ情報の更新に失敗しました。"
+
+#: ../../operation/users/user_edit.php:175
+msgid "Edit my User"
+msgstr "ユーザ編集"
+
+#: ../../operation/users/user_edit.php:219
+msgid "New Password"
+msgstr "新しいパスワード"
+
+#: ../../operation/users/user_edit.php:229
+msgid ""
+"You can not change your password from Pandora FMS under the current "
+"authentication scheme"
+msgstr "現在の認証方式では、Pandora FMS からパスワードを変更できません。"
+
+#: ../../operation/users/user_edit.php:238
+msgid "If checkbox is clicked then block size global configuration is used"
+msgstr "チェックボックスをクリックすると、システム全体の設定が利用されます"
+
+#: ../../operation/users/user_edit.php:274
+msgid "Home screen"
+msgstr "ホーム画面"
+
+#: ../../operation/users/user_edit.php:274
+msgid ""
+"User can customize the home page. By default, will display 'Agent Detail'. "
+"Example: Select 'Other' and type "
+"sec=estado&sec2=operation/agentes/estado_agente to show agent detail view"
+msgstr ""
+"ユーザはホームページをカスタマイズできます。デフォルトでは、'エージェント詳細' が表示されます。例: 'その他' "
+"を選択し、sec=estado&sec2=operation/agentes/estado_agente を入力すると、エージェント詳細が表示されます。"
+
+#: ../../operation/users/user_edit.php:339
+msgid "Show information"
+msgstr "情報表示"
+
+#: ../../operation/users/user_edit.php:345
+msgid "Event filter"
+msgstr "イベントフィルタ"
+
+#: ../../operation/users/user_edit.php:350
+msgid "Newsletter Subscribed"
+msgstr "ニュースレター購読済"
+
+#: ../../operation/users/user_edit.php:352
+msgid "Already subscribed to Pandora FMS newsletter"
+msgstr "Pandora FMS ニュースレターは購読済です"
+
+#: ../../operation/users/user_edit.php:358
+msgid "Newsletter Reminder"
+msgstr "ニュースレターリマインダ"
+
+#: ../../operation/users/user_edit.php:414
+msgid "Autorefresh"
+msgstr "自動更新"
+
+#: ../../operation/users/user_edit.php:414
+msgid "This will activate autorefresh in selected pages"
+msgstr "選択したページで自動更新を有効にします"
+
+#: ../../operation/users/user_edit.php:421
+msgid "Full list of pages"
+msgstr "全ページ一覧"
+
+#: ../../operation/users/user_edit.php:423
+msgid "List of pages with autorefresh"
+msgstr "自動更新ページ一覧"
+
+#: ../../operation/users/user_edit.php:429
+msgid "Push selected pages into autorefresh list"
+msgstr "選択したページを自動更新にする"
+
+#: ../../operation/users/user_edit.php:433
+msgid "Pop selected pages out of autorefresh list"
+msgstr "選択したページを自動更新から外す"
+
+#: ../../operation/users/user_edit.php:469
+msgid ""
+"You can not change your user info from Pandora FMS under the current "
+"authentication scheme"
+msgstr "現在の認証方式では、Pandora FMS からユーザ情報を変更できません。"
+
+#: ../../operation/users/user_edit.php:541
+msgid "This user doesn't have any assigned profile/group."
+msgstr "このユーザにはプロファイル・グループが割り当てられていません。"
+
+#: ../../operation/users/user_edit.php:710
+msgid "Double autentication information"
+msgstr "二段階認証情報"
+
+#: ../../operation/users/user_edit.php:773
+#: ../../operation/users/user_edit.php:849
+msgid "Double autentication activation"
+msgstr "二段階認証の有効化"
+
+#: ../../operation/users/user_edit.php:799
+msgid "The double authentication will be deactivated"
+msgstr "二段階認証は無効化されます"
+
+#: ../../operation/users/user_edit.php:800
+msgid "Deactivate"
+msgstr "無効化"
+
+#: ../../operation/users/user_edit.php:832
+msgid "The double autentication was deactivated successfully"
+msgstr "二段階認証を無効化しました"
+
+#: ../../operation/users/user_edit.php:835
+#: ../../operation/users/user_edit.php:839
+msgid "There was an error deactivating the double autentication"
+msgstr "二段階認証の無効化でエラーが発生しました"
+
+#: ../../operation/users/webchat.php:71
+msgid "Webchat"
+msgstr "ウェブチャット"
+
+#: ../../operation/users/webchat.php:82
+msgid "Users Online"
+msgstr "オンラインユーザ"
+
+#: ../../operation/users/webchat.php:157
+msgid "Connection established...get last 24h messages..."
+msgstr "接続しました... 直近24時間のメッセージを取得します..."
+
+#: ../../operation/users/webchat.php:168
+msgid "Error in connection."
+msgstr "接続エラー"
+
+#: ../../operation/users/webchat.php:249
+msgid "Error sendding message."
+msgstr "メッセージ送信エラー"
+
+#: ../../operation/users/webchat.php:277
+msgid "Error login."
+msgstr "ログインエラー"
+
+#: ../../operation/visual_console/public_console.php:153
+#: ../../operation/visual_console/render_view.php:232
+msgid "Until refresh"
+msgstr "リフレッシュまで"
+
+#: ../../enterprise/dashboard/dashboards.php:32
+#: ../../enterprise/mobile/operation/home.php:35
+msgid "Dashboards"
+msgstr "ダッシュボード"
+
+#: ../../enterprise/dashboard/dashboards.php:58
+msgid "Successfully duplicate"
+msgstr "複製しました"
+
+#: ../../enterprise/dashboard/dashboards.php:59
+msgid "Could not be duplicate"
+msgstr "複製に失敗しました"
+
+#: ../../enterprise/dashboard/dashboards.php:88
+#: ../../enterprise/dashboard/main_dashboard.php:277
+#: ../../enterprise/dashboard/main_dashboard.php:286
+msgid "Cells"
+msgstr "セル"
+
+#: ../../enterprise/dashboard/dashboards.php:100
+msgid "There are no dashboards defined."
+msgstr "定義済のダッシュボードがありません。"
+
+#: ../../enterprise/dashboard/dashboards.php:114
+#, php-format
+msgid "Private for (%s)"
+msgstr "個人のみ (%s)"
+
+#: ../../enterprise/dashboard/dashboards.php:150
+msgid "New dashboard"
+msgstr "新規ダッシュボード"
+
+#: ../../enterprise/dashboard/full_dashboard.php:47
+#: ../../enterprise/dashboard/public_dashboard.php:70
+msgid "No slides selected"
+msgstr "スライドが選択されていません"
+
+#: ../../enterprise/dashboard/full_dashboard.php:147
+msgid "Exit fullscreen"
+msgstr "全画面表示を終了"
+
+#: ../../enterprise/dashboard/full_dashboard.php:201
+#: ../../enterprise/dashboard/public_dashboard.php:217
+msgid "Change every"
+msgstr "変更周期"
+
+#: ../../enterprise/dashboard/full_dashboard.php:222
+#: ../../enterprise/dashboard/public_dashboard.php:244
+#: ../../enterprise/operation/agentes/transactional_map.php:308
+msgid "Stop"
+msgstr "停止"
+
+#: ../../enterprise/dashboard/full_dashboard.php:228
+#: ../../enterprise/dashboard/public_dashboard.php:250
+msgid "Pause"
+msgstr "一時停止"
+
+#: ../../enterprise/dashboard/full_dashboard.php:250
+#: ../../enterprise/dashboard/public_dashboard.php:276
+msgid "Refresh every"
+msgstr "更新周期"
+
+#: ../../enterprise/dashboard/full_dashboard.php:258
+#: ../../enterprise/dashboard/main_dashboard.php:180
+#: ../../enterprise/dashboard/public_dashboard.php:284
+msgid "Slides mode"
+msgstr "スライドモード"
+
+#: ../../enterprise/dashboard/full_dashboard.php:349
+#: ../../enterprise/dashboard/main_dashboard.php:495
+#: ../../enterprise/dashboard/public_dashboard.php:375
+msgid "Slides"
+msgstr "スライド"
+
+#: ../../enterprise/dashboard/full_dashboard.php:361
+#: ../../enterprise/dashboard/public_dashboard.php:387
+msgid "Until next"
+msgstr "次まで"
+
+#: ../../enterprise/dashboard/main_dashboard.php:149
+msgid "Show link to public dashboard"
+msgstr "公開ダッシュボードへのリンク表示"
+
+#: ../../enterprise/dashboard/main_dashboard.php:165
+#: ../../enterprise/dashboard/main_dashboard.php:208
+msgid "Save the actual layout design"
+msgstr "現在のレイアウトデザインの保存"
+
+#: ../../enterprise/dashboard/main_dashboard.php:332
+msgid "Private dashboard"
+msgstr "プライベートダッシュボード"
+
+#: ../../enterprise/dashboard/main_dashboard.php:352
+msgid "Error: there are cells not empty."
+msgstr "エラー: 空でないセルがあります。"
+
+#: ../../enterprise/dashboard/main_dashboard.php:357
+msgid "Error save conf dashboard"
+msgstr "ダッシュボード設定保存エラー"
+
+#: ../../enterprise/dashboard/main_dashboard.php:422
+msgid "Add widget"
+msgstr "ウィジェット追加"
+
+#: ../../enterprise/dashboard/main_dashboard.php:427
+msgid "Add new widget"
+msgstr "新規ウィジェットの追加"
+
+#: ../../enterprise/dashboard/main_dashboard.php:429
+msgid ""
+"Error, you are trying to add a widget in a empty cell. Please save the "
+"layout before to add any widget in this cell."
+msgstr "エラー、空のセルにウィジェットを追加しようとしています。このセルにウィジェットを追加するには、先にレイアウトを保存してください。"
+
+#: ../../enterprise/dashboard/main_dashboard.php:433
+msgid "There are unsaved changes"
+msgstr "保存されていない変更があります"
+
+#: ../../enterprise/dashboard/widget.php:68
+msgid "Empty for a transparent background color or CSS compatible value"
+msgstr "透明な背景色またはCSSに合う値が空です"
+
+#: ../../enterprise/dashboard/widget.php:311
+msgid "Configure widget"
+msgstr "ウィジェット設定"
+
+#: ../../enterprise/dashboard/widget.php:319
+msgid "Delete widget"
+msgstr "ウェジェットの削除"
+
+#: ../../enterprise/dashboard/widget.php:341
+msgid "Config widget"
+msgstr "ウィジェット設定"
+
+#: ../../enterprise/dashboard/widget.php:351
+msgid "Please configure this widget before usage"
+msgstr "使用前にこのウィジェットを設定してください"
+
+#: ../../enterprise/dashboard/widget.php:354
+msgid "Widget cannot be loaded"
+msgstr "ウィジェットをロードできません"
+
+#: ../../enterprise/dashboard/widget.php:355
+msgid "Please, configure the widget again to recover it"
+msgstr "復旧するためにウィジェットを設定しなおしてください"
+
+#: ../../enterprise/dashboard/widget.php:451
+msgid ""
+"If propagate acl is activated, this group will include its child groups"
+msgstr "ACLの伝播を有効にすると、このグループは子グループを含みます"
+
+#: ../../enterprise/dashboard/widgets/agent_module.php:30
+#: ../../enterprise/dashboard/widgets/agent_module.php:32
+msgid "Show Agent/Module View"
+msgstr "エージェント/モジュール表示"
+
+#: ../../enterprise/dashboard/widgets/agent_module.php:375
+#: ../../enterprise/dashboard/widgets/custom_graph.php:72
+#: ../../enterprise/dashboard/widgets/events_list.php:80
+#: ../../enterprise/dashboard/widgets/events_list.php:86
+#: ../../enterprise/dashboard/widgets/events_list.php:94
+#: ../../enterprise/dashboard/widgets/groups_status.php:53
+#: ../../enterprise/dashboard/widgets/groups_status.php:59
+#: ../../enterprise/dashboard/widgets/module_icon.php:116
+#: ../../enterprise/dashboard/widgets/module_icon.php:123
+#: ../../enterprise/dashboard/widgets/module_status.php:111
+#: ../../enterprise/dashboard/widgets/module_status.php:118
+#: ../../enterprise/dashboard/widgets/module_table_value.php:102
+#: ../../enterprise/dashboard/widgets/module_table_value.php:110
+#: ../../enterprise/dashboard/widgets/module_value.php:99
+#: ../../enterprise/dashboard/widgets/module_value.php:106
+#: ../../enterprise/dashboard/widgets/single_graph.php:93
+#: ../../enterprise/dashboard/widgets/single_graph.php:100
+#: ../../enterprise/dashboard/widgets/sla_percent.php:96
+#: ../../enterprise/dashboard/widgets/sla_percent.php:103
+msgid "You don't have access"
+msgstr "アクセスできません。"
+
+#: ../../enterprise/dashboard/widgets/alerts_fired.php:24
+msgid "Alerts Fired"
+msgstr "発報したアラート"
+
+#: ../../enterprise/dashboard/widgets/alerts_fired.php:26
+msgid "Alerts Fired report"
+msgstr "発報アラートレポート"
+
+#: ../../enterprise/dashboard/widgets/custom_graph.php:27
+msgid "Show a defined custom graph"
+msgstr "定義済カスタムグラフ表示"
+
+#: ../../enterprise/dashboard/widgets/custom_graph.php:49
+#: ../../enterprise/godmode/reporting/graph_template_editor.php:202
+msgid "Stacked"
+msgstr "積み上げ"
+
+#: ../../enterprise/dashboard/widgets/events_list.php:28
+msgid "Latest events list"
+msgstr "最新のイベント一覧"
+
+#: ../../enterprise/dashboard/widgets/events_list.php:39
+msgid "Limit"
+msgstr "制限"
+
+#: ../../enterprise/dashboard/widgets/events_list.php:49
+msgid "Only pending"
+msgstr "未承諾"
+
+#: ../../enterprise/dashboard/widgets/example.php:23
+msgid "Welcome message to Pandora FMS"
+msgstr "Pandora FMS へのウエルカムメッセージ"
+
+#: ../../enterprise/dashboard/widgets/example.php:26
+msgid "Welcome"
+msgstr "ようこそ"
+
+#: ../../enterprise/dashboard/widgets/example.php:40
+msgid ""
+"This is an example of a dashboard widget. A widget may contain elements"
+msgstr "ダッシュボードウィジェットの例です。ウィジェットに要素を入れることができます。"
+
+#: ../../enterprise/dashboard/widgets/example.php:41
+msgid ""
+"To add more elements, click on \"Add widgets\" on the top of this "
+"page."
+msgstr "要素を追加するには、このページの先頭で \"ウィジェットの追加\" をクリックします。"
+
+#: ../../enterprise/dashboard/widgets/example.php:42
+#: ../../enterprise/dashboard/widgets/example.php:44
+msgid ""
+"To delete this message, click on the delete button on top right corner of "
+"this element."
+msgstr "このメッセージを削除するには、この要素の右上の削除ボタンをクリックします。"
+
+#: ../../enterprise/dashboard/widgets/example.php:43
+msgid ""
+"To do so, just click on the title and drag and drop it to the desired place."
+msgstr "そうするには、タイトルをクリックし置きたい場所へドラッグ&ドロップします。"
+
+#: ../../enterprise/dashboard/widgets/example.php:45
+msgid "Thanks for using Pandora FMS"
+msgstr "Pandora FMS のご利用ありがとうございます"
+
+#: ../../enterprise/dashboard/widgets/graph_module_histogram.php:30
+#: ../../enterprise/dashboard/widgets/graph_module_histogram.php:32
+msgid "Graph Module Histogram"
+msgstr "モジュールヒストグラム"
+
+#: ../../enterprise/dashboard/widgets/graph_module_histogram.php:66
+#: ../../enterprise/dashboard/widgets/sla_percent.php:63
+msgid "2 Hours"
+msgstr "2 時間"
+
+#: ../../enterprise/dashboard/widgets/graph_module_histogram.php:67
+#: ../../enterprise/dashboard/widgets/sla_percent.php:64
+msgid "12 Hours"
+msgstr "12 時間"
+
+#: ../../enterprise/dashboard/widgets/graph_module_histogram.php:68
+#: ../../enterprise/dashboard/widgets/sla_percent.php:65
+msgid "24 Hours"
+msgstr "24 時間"
+
+#: ../../enterprise/dashboard/widgets/graph_module_histogram.php:69
+#: ../../enterprise/dashboard/widgets/sla_percent.php:66
+msgid "48 Hours"
+msgstr "48 時間"
+
+#: ../../enterprise/dashboard/widgets/graph_module_histogram.php:74
+#: ../../enterprise/dashboard/widgets/module_icon.php:89
+#: ../../enterprise/dashboard/widgets/module_status.php:86
+#: ../../enterprise/dashboard/widgets/module_value.php:77
+#: ../../enterprise/dashboard/widgets/sla_percent.php:74
+msgid "Text size of label in px"
+msgstr "pxでのラベルのテキストサイズ"
+
+#: ../../enterprise/dashboard/widgets/url.php:23
+msgid "Show the URL content"
+msgstr "URL のコンテンツ表示"
+
+#: ../../enterprise/dashboard/widgets/url.php:26
+msgid "My URL"
+msgstr "マイ URL"
+
+#: ../../enterprise/dashboard/widgets/url.php:49
+#: ../../enterprise/dashboard/widgets/post.php:36
+#: ../../enterprise/dashboard/widgets/tactical.php:63
+#: ../../enterprise/dashboard/widgets/tactical.php:71
+msgid "Please, configure this widget before use"
+msgstr "利用前にウィジェットを設定してください"
+
+#: ../../enterprise/dashboard/widgets/url.php:67
+msgid "Invalid URL"
+msgstr "不正な URL"
+
+#: ../../enterprise/dashboard/widgets/groups_status.php:24
+msgid "Groups status"
+msgstr "グループ状態"
+
+#: ../../enterprise/dashboard/widgets/groups_status.php:26
+msgid "General and quick group status report"
+msgstr "一般およびクイックグループ状態レポート"
+
+#: ../../enterprise/dashboard/widgets/groups_status.php:89
+#: ../../enterprise/dashboard/widgets/groups_status.php:161
+msgid "Total nº:"
+msgstr "合計:"
+
+#: ../../enterprise/dashboard/widgets/groups_status.php:219
+msgid "Not agents in this group"
+msgstr "このグループにエージェントがありません"
+
+#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:27
+msgid "Map made by user"
+msgstr "ユーザ作成マップ"
+
+#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:29
+msgid "Show a map made by user"
+msgstr "ユーザ作成マップの表示"
+
+#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:32
+msgid "WARNING: "
+msgstr "警告: "
+
+#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:32
+msgid ""
+"If your visual console is bigger than widget size, it will not fit in the "
+"widget, instead, both vertical and horizonal scroll bars will be drawn. If "
+"you want to \"fit\" a visual console into a widget, create it with the real "
+"size you want to be fitter inside the widget."
+msgstr ""
+"ウィジェットサイズよりビジュアルコンソールの方が大きい場合は、ウィジェットに合わず垂直および水平方向にスクロールバーが表示されます。ビジュアルコンソールを"
+"ウィジェットに合わせたい場合は、ウィジェット内に収まるサイズでビジュアルコンソールを作成してください。"
+
+#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:35
+msgid "Layout"
+msgstr "レイアウト"
+
+#: ../../enterprise/dashboard/widgets/maps_status.php:25
+msgid "Maps status"
+msgstr "マップ状態"
+
+#: ../../enterprise/dashboard/widgets/maps_status.php:27
+msgid "General and quick visual maps report"
+msgstr "一般およびクイックビジュアルマップレポート"
+
+#: ../../enterprise/dashboard/widgets/module_icon.php:28
+msgid "Module with icon"
+msgstr "モジュールとアイコン"
+
+#: ../../enterprise/dashboard/widgets/module_icon.php:30
+msgid "Show a value of module and icon"
+msgstr "モジュールの値とアイコンを表示"
+
+#: ../../enterprise/dashboard/widgets/module_icon.php:86
+#: ../../enterprise/dashboard/widgets/module_table_value.php:71
+#: ../../enterprise/dashboard/widgets/module_value.php:74
+#: ../../enterprise/dashboard/widgets/sla_percent.php:71
+msgid "Text size of value in px"
+msgstr "pxでの値のテキストサイズ"
+
+#: ../../enterprise/dashboard/widgets/module_icon.php:92
+#: ../../enterprise/dashboard/widgets/module_status.php:89
+msgid "Size of icon"
+msgstr "アイコンのサイズ"
+
+#: ../../enterprise/dashboard/widgets/module_status.php:28
+msgid "Status of module"
+msgstr "モジュールの状態"
+
+#: ../../enterprise/dashboard/widgets/module_status.php:30
+msgid "Show status of a module"
+msgstr "モジュールの状態表示"
+
+#: ../../enterprise/dashboard/widgets/module_table_value.php:28
+msgid "Show module value in a table"
+msgstr "表にモジュールの値を表示"
+
+#: ../../enterprise/dashboard/widgets/module_table_value.php:30
+msgid "Show a value of module in a table"
+msgstr "表にモジュールの値を表示"
+
+#: ../../enterprise/dashboard/widgets/module_table_value.php:74
+msgid "Separator of data"
+msgstr "データの区切り"
+
+#: ../../enterprise/dashboard/widgets/module_table_value.php:76
+msgid "Carriage Return"
+msgstr "キャリッジリターン"
+
+#: ../../enterprise/dashboard/widgets/module_table_value.php:77
+msgid "Vertical Bar"
+msgstr "縦棒"
+
+#: ../../enterprise/dashboard/widgets/module_table_value.php:78
+msgid "Semicolon"
+msgstr "セミコロン"
+
+#: ../../enterprise/dashboard/widgets/module_table_value.php:79
+msgid "Colon"
+msgstr "コロン"
+
+#: ../../enterprise/dashboard/widgets/module_table_value.php:80
+msgid "Commas"
+msgstr "カンマ"
+
+#: ../../enterprise/dashboard/widgets/module_table_value.php:81
+msgid "Blank"
+msgstr "空白"
+
+#: ../../enterprise/dashboard/widgets/module_value.php:28
+msgid "Show module value"
+msgstr "モジュールの値表示"
+
+#: ../../enterprise/dashboard/widgets/module_value.php:30
+msgid "Show a value of module"
+msgstr "モジュールの値表示"
+
+#: ../../enterprise/dashboard/widgets/monitor_health.php:21
+msgid "Global health"
+msgstr "全体の正常性"
+
+#: ../../enterprise/dashboard/widgets/monitor_health.php:23
+msgid "Show a list of global monitor health"
+msgstr "全体の監視状態一覧の表示"
+
+#: ../../enterprise/dashboard/widgets/network_map.php:30
+msgid "Show a map of the monitored network"
+msgstr "監視対象ネットワークのマップ表示"
+
+#: ../../enterprise/dashboard/widgets/network_map.php:42
+msgid "X offset"
+msgstr "X オフセット"
+
+#: ../../enterprise/dashboard/widgets/network_map.php:45
+msgid "Introduce x-axis data. Right=positive Left=negative"
+msgstr "X軸データを設定します。右=プラス、左=マイナス"
+
+#: ../../enterprise/dashboard/widgets/network_map.php:47
+msgid "Y offset"
+msgstr "Y オフセット"
+
+#: ../../enterprise/dashboard/widgets/network_map.php:50
+msgid "Introduce Y-axis data. Top=positive Bottom=negative"
+msgstr "Y軸データを設定します。上=プラス、下=マイナス"
+
+#: ../../enterprise/dashboard/widgets/network_map.php:53
+msgid "Zoom level"
+msgstr "拡大率"
+
+#: ../../enterprise/dashboard/widgets/network_map.php:56
+msgid ""
+"Introduce zoom level. 1 = Highest resolution. Figures may include decimals"
+msgstr "拡大率を設定します。1=最大解像度。小数点以下を設定できます。"
+
+#: ../../enterprise/dashboard/widgets/post.php:23
+msgid "Panel with a message"
+msgstr "メッセージつきパネル"
+
+#: ../../enterprise/dashboard/widgets/post.php:26
+msgid "My Post"
+msgstr "記事"
+
+#: ../../enterprise/dashboard/widgets/reports.php:29
+msgid "Show a report made by user"
+msgstr "ユーザ作成レポートの表示"
+
+#: ../../enterprise/dashboard/widgets/service_map.php:22
+#: ../../enterprise/operation/services/services.service.php:92
+#: ../../enterprise/operation/services/services.service_map.php:102
+msgid "Service Map"
+msgstr "サービスマップ"
+
+#: ../../enterprise/dashboard/widgets/service_map.php:24
+msgid "Show a service map"
+msgstr "サービスマップ表示"
+
+#: ../../enterprise/dashboard/widgets/service_map.php:57
+msgid "The user doesn't have permission to read agents"
+msgstr "エージェントを参照する権限がありません"
+
+#: ../../enterprise/dashboard/widgets/service_map.php:62
+msgid "Missing id"
+msgstr "IDがありません。"
+
+#: ../../enterprise/dashboard/widgets/single_graph.php:29
+msgid "Single graph"
+msgstr "単一グラフ"
+
+#: ../../enterprise/dashboard/widgets/single_graph.php:31
+msgid "Show a graph of an agent module"
+msgstr "エージェントモジュールのグラフ表示"
+
+#: ../../enterprise/dashboard/widgets/sla_percent.php:29
+#: ../../enterprise/dashboard/widgets/sla_percent.php:31
+msgid "Show SLA percent"
+msgstr "SLA パーセント表示"
+
+#: ../../enterprise/dashboard/widgets/top_n.php:34
+msgid "Show a top n of agents modules."
+msgstr "エージェントモジュールのトップ N 表示"
+
+#: ../../enterprise/dashboard/widgets/top_n.php:108
+msgid ""
+"Please could you fill the widget data previous to filling the list items."
+msgstr "アイテム一覧の前に、ウィジェットデータを入力してください。"
+
+#: ../../enterprise/dashboard/widgets/top_n.php:114
+#: ../../enterprise/dashboard/widgets/top_n.php:297
+#: ../../enterprise/include/ajax/top_n_widget.ajax.php:73
+msgid "avg"
+msgstr "平均"
+
+#: ../../enterprise/dashboard/widgets/top_n.php:272
+msgid "Selection module one by one"
+msgstr "個別モジュール選択"
+
+#: ../../enterprise/dashboard/widgets/top_n.php:283
+msgid "Selection several modules"
+msgstr "複数モジュール選択"
+
+#: ../../enterprise/dashboard/widgets/top_n.php:311
+msgid "Regex for to filter modules"
+msgstr "モジュールをフィルタする正規表現"
+
+#: ../../enterprise/dashboard/widgets/top_n.php:320
+#: ../../enterprise/dashboard/widgets/tree_view.php:73
+msgid "Filter modules"
+msgstr "モジュールをフィルタ"
+
+#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:26
+msgid "Top N Events by agent."
+msgstr "エージェントごとのトップ N イベント"
+
+#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:28
+msgid "Top N events by agent."
+msgstr "エージェントごとのトップ N イベント"
+
+#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:31
+#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:31
+msgid "Amount to show"
+msgstr "表示数"
+
+#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:39
+#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:39
+msgid "Legend Position"
+msgstr "凡例の位置"
+
+#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:43
+#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:43
+msgid "No legend"
+msgstr "凡例なし"
+
+#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:63
+#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:64
+msgid "Please select one or more groups."
+msgstr "一つ以上のグループを選択してください。"
+
+#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:124
+#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:129
+msgid "There is not data to show."
+msgstr "表示するデータがありません。"
+
+#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:26
+msgid "Top N Events by module."
+msgstr "モジュールごとのトップ N イベント"
+
+#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:28
+msgid "Top N events by module."
+msgstr "モジュールごとのトップ N イベント"
+
+#: ../../enterprise/dashboard/widgets/tree_view.php:22
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1212
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1416
+msgid "Tree View"
+msgstr "ツリー表示"
+
+#: ../../enterprise/dashboard/widgets/tree_view.php:24
+msgid "Show the tree view"
+msgstr "ツリービューの表示"
+
+#: ../../enterprise/dashboard/widgets/tree_view.php:41
+msgid "Tab"
+msgstr "タブ"
+
+#: ../../enterprise/dashboard/widgets/tree_view.php:47
+msgid "Open all nodes"
+msgstr "すべてのノードを開く"
+
+#: ../../enterprise/dashboard/widgets/tree_view.php:58
+msgid "Agents status"
+msgstr "エージェントの状態"
+
+#: ../../enterprise/dashboard/widgets/tree_view.php:60
+msgid "Filter agents"
+msgstr "エージェントフィルタ"
+
+#: ../../enterprise/dashboard/widgets/tree_view.php:71
+msgid "Modules status"
+msgstr "モジュールの状態"
+
+#: ../../enterprise/dashboard/widgets/tree_view.php:82
+msgid ""
+"The user doesn't have permission to read agents. Please contact with your "
+"pandora administrator."
+msgstr "ユーザにエージェントを参照する権限がありません。pandora管理者に連絡してください。"
+
+#: ../../enterprise/dashboard/widgets/tree_view.php:89
+msgid "This widget only working in desktop version."
+msgstr "ウィジェットはデスクトップ版でのみ動作します。"
+
+#: ../../enterprise/extensions/backup/main.php:54
+msgid "Pandora database backup utility"
+msgstr "Pandora データベースバックアップユーティリティ"
+
+#: ../../enterprise/extensions/backup/main.php:127
+msgid "Lost"
+msgstr "失敗"
+
+#: ../../enterprise/extensions/backup/main.php:154
+msgid "Backups list"
+msgstr "バックアップ一覧"
+
+#: ../../enterprise/extensions/backup/main.php:159
+msgid "Create backup"
+msgstr "バックアップの作成"
+
+#: ../../enterprise/extensions/backup/main.php:173
+msgid "Path to save backup"
+msgstr "バックアップ保存先パス"
+
+#: ../../enterprise/extensions/backup.php:63
+msgid "Backup"
+msgstr "バックアップ"
+
+#: ../../enterprise/extensions/cron/functions.php:17
+#: ../../enterprise/extensions/cron/functions.php:52
+#: ../../enterprise/extensions/cron/functions.php:73
+#: ../../enterprise/extensions/cron/functions.php:104
+#: ../../enterprise/extensions/cron/functions.php:134
+#: ../../enterprise/extensions/cron/functions.php:175
+msgid "Report to build"
+msgstr "生成するレポート"
+
+#: ../../enterprise/extensions/cron/functions.php:23
+#: ../../enterprise/extensions/cron/functions.php:48
+msgid "Send to emails (separated by comma)"
+msgstr "メール送信 (カンマ区切り)"
+
+#: ../../enterprise/extensions/cron/functions.php:27
+#: ../../enterprise/extensions/cron/functions.php:119
+msgid "Template to build"
+msgstr "作成するテンプレート"
+
+#: ../../enterprise/extensions/cron/functions.php:46
+#: ../../enterprise/extensions/cron/main.php:249
+msgid "Report per agent"
+msgstr "エージェントごとのレポート"
+
+#: ../../enterprise/extensions/cron/functions.php:58
+#: ../../enterprise/extensions/cron/functions.php:63
+#: ../../enterprise/extensions/cron/functions.php:79
+#: ../../enterprise/extensions/cron/functions.php:135
+#: ../../enterprise/extensions/cron/functions.php:176
+msgid "Save to disk into path"
+msgstr "保存先パス"
+
+#: ../../enterprise/extensions/cron/functions.php:105
+#: ../../enterprise/extensions/cron/functions.php:120
+msgid "Send to email"
+msgstr "送信先メールアドレス"
+
+#: ../../enterprise/extensions/cron/functions.php:106
+msgid "Send custom report by email"
+msgstr "カスタムレポートをメールで送信"
+
+#: ../../enterprise/extensions/cron/functions.php:121
+msgid "Send custom report (from template) by email"
+msgstr "(テンプレートから) email でカスタムレポートを送信"
+
+#: ../../enterprise/extensions/cron/functions.php:136
+#: ../../enterprise/extensions/cron/functions.php:177
+msgid "Save custom report to disk"
+msgstr "カスタムレポートをディスクに保存"
+
+#: ../../enterprise/extensions/cron/functions.php:149
+#: ../../enterprise/extensions/cron/functions.php:162
+msgid "Backup Pandora database"
+msgstr "Pandora データベースバックアップ"
+
+#: ../../enterprise/extensions/cron/functions.php:192
+msgid "Not scheduled"
+msgstr "スケジュールされていません"
+
+#: ../../enterprise/extensions/cron/functions.php:193
+#: ../../enterprise/extensions/vmware/functions.php:24
+msgid "Hourly"
+msgstr "毎時"
+
+#: ../../enterprise/extensions/cron/functions.php:197
+#: ../../enterprise/extensions/vmware/functions.php:28
+msgid "Yearly"
+msgstr "年次"
+
+#: ../../enterprise/extensions/cron/functions.php:440
+#: ../../enterprise/extensions/cron/functions.php:538
+msgid "This is the automatic generated report"
+msgstr "これは自動生成レポートです"
+
+#: ../../enterprise/extensions/cron/functions.php:443
+#: ../../enterprise/extensions/cron/functions.php:541
+msgid "Open the attached file to view it"
+msgstr "添付ファイルを開く"
+
+#: ../../enterprise/extensions/cron/functions.php:449
+#: ../../enterprise/extensions/cron/functions.php:547
+msgid "Please do not answer or reply to this email"
+msgstr "このメールには返信しないでください"
+
+#: ../../enterprise/extensions/cron/main.php:39
+#: ../../enterprise/extensions/cron.php:117
+#: ../../enterprise/extensions/cron.php:123
+msgid "Cron jobs"
+msgstr "Cron ジョブ"
+
+#: ../../enterprise/extensions/cron/main.php:45
+msgid "Add new job"
+msgstr "新規ジョブ追加"
+
+#: ../../enterprise/extensions/cron/main.php:83
+#: ../../enterprise/extensions/cron/main.php:142
+msgid "Path doesn't exists or is not writable"
+msgstr "パスが存在しないか書き込みできません"
+
+#: ../../enterprise/extensions/cron/main.php:117
+#: ../../enterprise/extensions/cron/main.php:135
+msgid "Edit job"
+msgstr "ジョブ編集"
+
+#: ../../enterprise/extensions/cron/main.php:161
+msgid "Cron extension is not running"
+msgstr "Cron 実行が稼動していません"
+
+#: ../../enterprise/extensions/cron/main.php:162
+msgid "Cron extension has never run or it's not configured well"
+msgstr "Cron 拡張は、正しく設定しないと動作しません"
+
+#: ../../enterprise/extensions/cron/main.php:164
+msgid ""
+"This extension relies on a proper setup of cron, the time-based scheduling "
+"service"
+msgstr "この拡張は、時間で実行する cron の設定に依存します。"
+
+#: ../../enterprise/extensions/cron/main.php:166
+msgid "Please, add the following line to your crontab file"
+msgstr "次の行を crontab に追加してください"
+
+#: ../../enterprise/extensions/cron/main.php:172
+msgid "Last execution"
+msgstr "最後の実行"
+
+#: ../../enterprise/extensions/cron/main.php:179
+msgid "Cron extension is running"
+msgstr "Cron 実行が動作中です"
+
+#: ../../enterprise/extensions/cron/main.php:188
+msgid "Scheduled jobs"
+msgstr "スケジュールされたジョブ"
+
+#: ../../enterprise/extensions/cron/main.php:197
+#: ../../enterprise/extensions/cron/main.php:317
+msgid "Task"
+msgstr "タスク"
+
+#: ../../enterprise/extensions/cron/main.php:198
+#: ../../enterprise/extensions/cron/main.php:326
+#: ../../enterprise/extensions/vmware/main.php:255
+msgid "Scheduled"
+msgstr "スケジュール"
+
+#: ../../enterprise/extensions/cron/main.php:199
+#: ../../enterprise/extensions/cron/main.php:329
+msgid "Next execution"
+msgstr "次回の実行"
+
+#: ../../enterprise/extensions/cron/main.php:200
+msgid "Last run"
+msgstr "最後の実行"
+
+#: ../../enterprise/extensions/cron/main.php:209
+msgid "Force run"
+msgstr "強制実行"
+
+#: ../../enterprise/extensions/cron/main.php:268
+#: ../../enterprise/extensions/cron/main.php:282
+msgid "Path"
+msgstr "パス"
+
+#: ../../enterprise/extensions/csv_import/main.php:40
+#, php-format
+msgid "Created agent %s"
+msgstr "エージェント %s を作成しました"
+
+#: ../../enterprise/extensions/csv_import/main.php:41
+#: ../../enterprise/meta/include/functions_wizard_meta.php:2036
+#, php-format
+msgid "Could not create agent %s"
+msgstr "エージェント %s を作成できませんでした"
+
+#: ../../enterprise/extensions/csv_import/main.php:46
+#: ../../enterprise/extensions/csv_import_group/main.php:46
+msgid "File processed"
+msgstr "ファイルを処理しました"
+
+#: ../../enterprise/extensions/csv_import/main.php:56
+#: ../../enterprise/extensions/csv_import_group/main.php:56
+msgid "CSV format"
+msgstr "CSV フォーマット"
+
+#: ../../enterprise/extensions/csv_import/main.php:57
+#: ../../enterprise/extensions/csv_import_group/main.php:57
+msgid "The CSV file must have the fields in the following order"
+msgstr "CSV ファイルのフィールドは、次の順番でなければいけません"
+
+#: ../../enterprise/extensions/csv_import/main.php:72
+#: ../../enterprise/extensions/csv_import_group/main.php:72
+msgid "Upload file"
+msgstr "ファイルのアップロード"
+
+#: ../../enterprise/extensions/csv_import/main.php:79
+#: ../../enterprise/extensions/csv_import_group/main.php:75
+msgid "Separator"
+msgstr "セパレータ"
+
+#: ../../enterprise/extensions/csv_import/main.php:83
+#: ../../enterprise/extensions/csv_import_group/main.php:79
+msgid "Upload CSV file"
+msgstr "CSV ファイルのアップロード"
+
+#: ../../enterprise/extensions/csv_import.php:27
+msgid "CSV import"
+msgstr "CSV インポート"
+
+#: ../../enterprise/extensions/csv_import_group/main.php:40
+#, php-format
+msgid "Created group %s"
+msgstr "グループを %s 作成しました"
+
+#: ../../enterprise/extensions/csv_import_group/main.php:41
+#, php-format
+msgid "Could not create group %s"
+msgstr "グループ %s を作成できませんでした"
+
+#: ../../enterprise/extensions/csv_import_group.php:27
+msgid "CSV import group"
+msgstr "CSV インポートグループ"
+
+#: ../../enterprise/extensions/disabled/check_acls.php:16
+msgid "ACL users for this agent"
+msgstr "このエージェントのACLユーザ"
+
+#: ../../enterprise/extensions/disabled/check_acls.php:100
+msgid "There are no defined users"
+msgstr "定義済ユーザがありません"
+
+#: ../../enterprise/extensions/disabled/check_acls.php:188
+msgid "ACL module tags for the modules in this agent"
+msgstr "このエージェントのモジュールのACLモジュールタグ"
+
+#: ../../enterprise/extensions/disabled/check_acls.php:198
+msgid "Only admin users can see this section."
+msgstr "この画面はadminユーザのみ参照できます。"
+
+#: ../../enterprise/extensions/disabled/check_acls.php:202
+msgid "Check ACL"
+msgstr "ACLチェック"
+
+#: ../../enterprise/extensions/ipam/include/functions_ipam.php:21
+msgid "Export to Excel"
+msgstr "Excel にエクスポート"
+
+#: ../../enterprise/extensions/ipam/include/functions_ipam.php:59
+msgid "Assign next free IP"
+msgstr "次の空き IP を割り当てる"
+
+#: ../../enterprise/extensions/ipam/include/functions_ipam.php:73
+msgid "Next available IP"
+msgstr "次の空き IP"
+
+#: ../../enterprise/extensions/ipam/ipam_action.php:79
+#: ../../enterprise/extensions/ipam/ipam_action.php:115
+msgid "Incorrect format in Subnet field"
+msgstr "ネットワークの範囲指定が正しくありません。"
+
+#: ../../enterprise/extensions/ipam/ipam_action.php:83
+#: ../../enterprise/extensions/ipam/ipam_action.php:120
+msgid "The location is not filled, please add a location."
+msgstr "位置情報が入力されていません。位置情報を追加してください。"
+
+#: ../../enterprise/extensions/ipam/ipam_action.php:194
+msgid "Successfully updated."
+msgstr "更新しました。"
+
+#: ../../enterprise/extensions/ipam/ipam_ajax.php:84
+msgid "There is not an available IP."
+msgstr "空き IP がありません。"
+
+#: ../../enterprise/extensions/ipam/ipam_ajax.php:87
+msgid "Next available IP Address is:"
+msgstr "次の空き IP アドレス:"
+
+#: ../../enterprise/extensions/ipam/ipam_ajax.php:110
+msgid "Reserve this IP now"
+msgstr "この IP を予約する"
+
+#: ../../enterprise/extensions/ipam/ipam_ajax.php:126
+msgid "Manage this IP now"
+msgstr "この IP を管理対象にする"
+
+#: ../../enterprise/extensions/ipam/ipam_ajax.php:157
+#: ../../enterprise/extensions/ipam/ipam_excel.php:116
+#: ../../enterprise/extensions/ipam/ipam_network.php:274
+#: ../../enterprise/extensions/ipam/ipam_network.php:275
+#: ../../enterprise/extensions/ipam/ipam_network.php:536
+msgid "Hostname"
+msgstr "ホスト名"
+
+#: ../../enterprise/extensions/ipam/ipam_ajax.php:167
+msgid "Operating system"
+msgstr "オペレーティングシステム"
+
+#: ../../enterprise/extensions/ipam/ipam_ajax.php:177
+msgid "This agent has other IPs"
+msgstr "このエージェントには他の IP があります"
+
+#: ../../enterprise/extensions/ipam/ipam_ajax.php:186
+msgid "Generate events"
+msgstr "イベント生成"
+
+#: ../../enterprise/extensions/ipam/ipam_ajax.php:191
+#: ../../enterprise/extensions/ipam/ipam_massive.php:77
+#: ../../enterprise/extensions/ipam/ipam_network.php:231
+#: ../../enterprise/extensions/ipam/ipam_network.php:540
+msgid "Managed"
+msgstr "管理対象"
+
+#: ../../enterprise/extensions/ipam/ipam_ajax.php:201
+#: ../../enterprise/extensions/ipam/ipam_massive.php:78
+#: ../../enterprise/extensions/ipam/ipam_network.php:237
+#: ../../enterprise/extensions/ipam/ipam_network.php:306
+#: ../../enterprise/extensions/ipam/ipam_network.php:541
+msgid "Reserved"
+msgstr "予約済み"
+
+#: ../../enterprise/extensions/ipam/ipam_ajax.php:226
+msgid "Edited"
+msgstr "編集"
+
+#: ../../enterprise/extensions/ipam/ipam_ajax.php:236
+msgid "Tracking"
+msgstr "トラッキング"
+
+#: ../../enterprise/extensions/ipam/ipam_ajax.php:252
+msgid "Ping"
+msgstr "Ping"
+
+#: ../../enterprise/extensions/ipam/ipam_ajax.php:294
+msgid "Ping to host"
+msgstr "ホストへの Ping"
+
+#: ../../enterprise/extensions/ipam/ipam_calculator.php:43
+#: ../../enterprise/extensions/ipam/ipam_calculator.php:44
+#: ../../enterprise/extensions/ipam/ipam_calculator.php:52
+#: ../../enterprise/extensions/ipam/ipam_calculator.php:53
+#: ../../enterprise/extensions/ipam/ipam_calculator.php:54
+#: ../../enterprise/extensions/ipam/ipam_calculator.php:55
+msgid "Example:"
+msgstr "例:"
+
+#: ../../enterprise/extensions/ipam/ipam_calculator.php:46
+msgid "Bit mask"
+msgstr "ビットマスク"
+
+#: ../../enterprise/extensions/ipam/ipam_calculator.php:46
+msgid "Net mask"
+msgstr "ネットマスク"
+
+#: ../../enterprise/extensions/ipam/ipam_calculator.php:48
+msgid "Mask format"
+msgstr "マスクフォーマット"
+
+#: ../../enterprise/extensions/ipam/ipam_calculator.php:50
+msgid "Mask"
+msgstr "マスク"
+
+#: ../../enterprise/extensions/ipam/ipam_calculator.php:63
+msgid "Calculate"
+msgstr "計算"
+
+#: ../../enterprise/extensions/ipam/ipam_calculator.php:70
+msgid "Address field is empty"
+msgstr "アドレスフィールドが空です"
+
+#: ../../enterprise/extensions/ipam/ipam_calculator.php:76
+msgid "Mask field is empty"
+msgstr "マスクフィールドが空です"
+
+#: ../../enterprise/extensions/ipam/ipam_calculator.php:94
+#: ../../enterprise/extensions/ipam/ipam_calculator.php:109
+msgid "Incorrect address format"
+msgstr "アドレスフォーマットが不正です"
+
+#: ../../enterprise/extensions/ipam/ipam_calculator.php:98
+#: ../../enterprise/extensions/ipam/ipam_calculator.php:102
+#: ../../enterprise/extensions/ipam/ipam_calculator.php:113
+msgid "Incorrect mask format"
+msgstr "マスクフォーマットが不正です"
+
+#: ../../enterprise/extensions/ipam/ipam_calculator.php:141
+msgid "Network mask"
+msgstr "ネットワークマスク"
+
+#: ../../enterprise/extensions/ipam/ipam_calculator.php:155
+msgid "Network wildcard"
+msgstr "ネットワークワイルドカード"
+
+#: ../../enterprise/extensions/ipam/ipam_calculator.php:160
+msgid "Network address"
+msgstr "ネットワークアドレス"
+
+#: ../../enterprise/extensions/ipam/ipam_calculator.php:165
+msgid "Broadcast address"
+msgstr "ブロードキャストアドレス"
+
+#: ../../enterprise/extensions/ipam/ipam_calculator.php:170
+msgid "First valid IP"
+msgstr "最初の有効IP"
+
+#: ../../enterprise/extensions/ipam/ipam_calculator.php:175
+msgid "Last valid IP"
+msgstr "最後の有効IP"
+
+#: ../../enterprise/extensions/ipam/ipam_calculator.php:181
+msgid "Hosts/Net"
+msgstr "ホスト/ネット"
+
+#: ../../enterprise/extensions/ipam/ipam_editor.php:35
+msgid "Network not found"
+msgstr "ネットワークが見つかりません"
+
+#: ../../enterprise/extensions/ipam/ipam_editor.php:69
+msgid "Format: IP/Mask"
+msgstr "フォーマット: IP/マスク"
+
+#: ../../enterprise/extensions/ipam/ipam_editor.php:71
+msgid "Examples"
+msgstr "例"
+
+#: ../../enterprise/extensions/ipam/ipam_editor.php:89
+msgid "For example: Central Data Center"
+msgstr "例: 中央データセンター"
+
+#: ../../enterprise/extensions/ipam/ipam_editor.php:93
+msgid "Scan interval"
+msgstr "スキャン間隔"
+
+#: ../../enterprise/extensions/ipam/ipam_editor.php:93
+msgid "0 for manually scan"
+msgstr "0 を設定すると手動スキャンです"
+
+#: ../../enterprise/extensions/ipam/ipam_editor.php:98
+msgid "Operator users"
+msgstr "オペレータユーザ"
+
+#: ../../enterprise/extensions/ipam/ipam_editor.php:98
+msgid ""
+"The list of users can manage the networks in the IPAM. Only the admin users "
+"can manage networks and edit the networks."
+msgstr "IPAM でネットワークを管理できるユーザ一覧。admin ユーザのみネットワーク管理とネットワークの編集ができます。"
+
+#: ../../enterprise/extensions/ipam/ipam_excel.php:116
+#: ../../enterprise/extensions/ipam/ipam_network.php:225
+#: ../../enterprise/extensions/ipam/ipam_network.php:550
+msgid "Alive"
+msgstr "稼働"
+
+#: ../../enterprise/extensions/ipam/ipam_list.php:133
+msgid "No networks found"
+msgstr "ネットワークが見つかりません"
+
+#: ../../enterprise/extensions/ipam/ipam_list.php:175
+msgid "IPs"
+msgstr "IP"
+
+#: ../../enterprise/extensions/ipam/ipam_list.php:230
+#: ../../enterprise/extensions/ipam.php:189
+msgid "Manage addresses"
+msgstr "アドレス管理"
+
+#: ../../enterprise/extensions/ipam/ipam_list.php:233
+#: ../../enterprise/extensions/ipam.php:205
+msgid "Addresses view"
+msgstr "アドレス表示"
+
+#: ../../enterprise/extensions/ipam/ipam_list.php:239
+msgid "Edit network"
+msgstr "ネットワーク編集"
+
+#: ../../enterprise/extensions/ipam/ipam_list.php:243
+msgid "Delete network"
+msgstr "ネットワーク削除"
+
+#: ../../enterprise/extensions/ipam/ipam_massive.php:68
+msgid "Addresses"
+msgstr "アドレス"
+
+#: ../../enterprise/extensions/ipam/ipam_network.php:104
+msgid "No addresses found on this network"
+msgstr "このネットワークにアドレスが見つかりませんでした"
+
+#: ../../enterprise/extensions/ipam/ipam_network.php:121
+#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:324
+#: ../../enterprise/godmode/servers/manage_credential_boxes.php:53
+msgid "Subnet"
+msgstr "サブネット"
+
+#: ../../enterprise/extensions/ipam/ipam_network.php:219
+msgid "Total IPs"
+msgstr "全IP"
+
+#: ../../enterprise/extensions/ipam/ipam_network.php:227
+#: ../../enterprise/extensions/ipam/ipam_network.php:553
+msgid "Not alive"
+msgstr "停止"
+
+#: ../../enterprise/extensions/ipam/ipam_network.php:233
+msgid "Not managed"
+msgstr "管理対象外"
+
+#: ../../enterprise/extensions/ipam/ipam_network.php:239
+msgid "Not Reserved"
+msgstr "未予約"
+
+#: ../../enterprise/extensions/ipam/ipam_network.php:272
+msgid "DESC"
+msgstr "降順"
+
+#: ../../enterprise/extensions/ipam/ipam_network.php:273
+msgid "ASC"
+msgstr "昇順"
+
+#: ../../enterprise/extensions/ipam/ipam_network.php:274
+msgid "A -> Z"
+msgstr "A -> Z"
+
+#: ../../enterprise/extensions/ipam/ipam_network.php:275
+msgid "Z -> A"
+msgstr "Z -> A"
+
+#: ../../enterprise/extensions/ipam/ipam_network.php:276
+#: ../../enterprise/extensions/ipam/ipam_network.php:277
+msgid "Last check"
+msgstr "最新の確認"
+
+#: ../../enterprise/extensions/ipam/ipam_network.php:276
+msgid "Newer -> Older"
+msgstr "新しい -> 古い"
+
+#: ../../enterprise/extensions/ipam/ipam_network.php:277
+msgid "Older -> Newer"
+msgstr "古い -> 新しい"
+
+#: ../../enterprise/extensions/ipam/ipam_network.php:284
+msgid "Exact address match"
+msgstr "アドレスの完全一致"
+
+#: ../../enterprise/extensions/ipam/ipam_network.php:288
+msgid "Big"
+msgstr "大"
+
+#: ../../enterprise/extensions/ipam/ipam_network.php:289
+msgid "Tiny"
+msgstr "小"
+
+#: ../../enterprise/extensions/ipam/ipam_network.php:290
+msgid "Icons style"
+msgstr "アイコンスタイル"
+
+#: ../../enterprise/extensions/ipam/ipam_network.php:297
+msgid "Show not alive hosts"
+msgstr "停止ホスト表示"
+
+#: ../../enterprise/extensions/ipam/ipam_network.php:300
+msgid "Show only managed addresses"
+msgstr "管理対象アドレスのみ表示"
+
+#: ../../enterprise/extensions/ipam/ipam_network.php:303
+msgid "Reserved addresses"
+msgstr "予約済アドレス"
+
+#: ../../enterprise/extensions/ipam/ipam_network.php:307
+msgid "Unreserved"
+msgstr "未予約"
+
+#: ../../enterprise/extensions/ipam/ipam_network.php:332
+msgid "Filter options"
+msgstr "フィルターオプション"
+
+#: ../../enterprise/extensions/ipam/ipam_network.php:472
+msgid "Edit address"
+msgstr "アドレス編集"
+
+#: ../../enterprise/extensions/ipam/ipam_network.php:477
+msgid "Disabled address"
+msgstr "無効化アドレス"
+
+#: ../../enterprise/extensions/ipam/ipam_network.php:477
+msgid "This address will not be updated by the server"
+msgstr "このアドレスは、サーバにより更新されません"
+
+#: ../../enterprise/extensions/ipam/ipam_network.php:574
+#: ../../enterprise/extensions/ipam/ipam_network.php:609
+#: ../../enterprise/extensions/ipam/ipam_network.php:632
+msgid "Change to automatic mode"
+msgstr "自動モードに切り替える"
+
+#: ../../enterprise/extensions/ipam/ipam_network.php:575
+#: ../../enterprise/extensions/ipam/ipam_network.php:610
+#: ../../enterprise/extensions/ipam/ipam_network.php:633
+msgid "Change to manual mode"
+msgstr "手動モードに切り替える"
+
+#: ../../enterprise/extensions/ipam/ipam_network.php:649
+msgid "Add comments"
+msgstr "コメント追加"
+
+#: ../../enterprise/extensions/ipam/ipam_network.php:666
+msgid "Update agent address"
+msgstr "エージェントアドレス更新"
+
+#: ../../enterprise/extensions/ipam/ipam_network.php:783
+msgid "Please, uncheck auto option to set manual agent."
+msgstr "手動エージェントを設定するには、自動オプションを外してください。"
+
+#: ../../enterprise/extensions/ipam.php:168
+#: ../../enterprise/extensions/ipam.php:284
+msgid "Subnetworks calculator"
+msgstr "サブネット計算"
+
+#: ../../enterprise/extensions/ipam.php:240
+#: ../../enterprise/extensions/ipam.php:308
+#: ../../enterprise/extensions/ipam.php:330
+#: ../../enterprise/extensions/ipam.php:331
+msgid "IPAM"
+msgstr "IPAM"
+
+#: ../../enterprise/extensions/resource_exportation/functions.php:19
+msgid "Export agents"
+msgstr "エージェントのエクスポート"
+
+#: ../../enterprise/extensions/resource_registration/functions.php:37
+#, php-format
+msgid "Error create '%s' policy, the name exist and there aren't free name."
+msgstr "'%s' ポリシー作成エラー。すでに存在する名前です。"
+
+#: ../../enterprise/extensions/resource_registration/functions.php:44
+#, php-format
+msgid ""
+"Warning create '%s' policy, the name exist, the policy have a name %s."
+msgstr "'%s' ポリシー作成で警告です。%s という名前がすでにあります。"
+
+#: ../../enterprise/extensions/resource_registration/functions.php:51
+msgid "Error the policy haven't name."
+msgstr "ポリシーに名前がありません。"
+
+#: ../../enterprise/extensions/resource_registration/functions.php:65
+#, php-format
+msgid "Success create '%s' policy."
+msgstr "'%s' ポリシーを作成しました。"
+
+#: ../../enterprise/extensions/resource_registration/functions.php:66
+#, php-format
+msgid "Error create '%s' policy."
+msgstr "'%s' ポリシー作成エラー"
+
+#: ../../enterprise/extensions/resource_registration/functions.php:104
+#, php-format
+msgid "Error add '%s' agent. The agent does not exist in pandora"
+msgstr "エージェント '%s' の追加エラー。pandora にエージェントが存在しません。"
+
+#: ../../enterprise/extensions/resource_registration/functions.php:108
+#, php-format
+msgid "Success add '%s' agent."
+msgstr "'%s' エージェントを追加しました"
+
+#: ../../enterprise/extensions/resource_registration/functions.php:109
+#, php-format
+msgid "Error add '%s' agent."
+msgstr "'%s' エージェント追加エラー"
+
+#: ../../enterprise/extensions/resource_registration/functions.php:128
+msgid "The collection does not exist in pandora"
+msgstr "pandora にコレクションが存在しません。"
+
+#: ../../enterprise/extensions/resource_registration/functions.php:132
+#, php-format
+msgid "Success add '%s' collection."
+msgstr "'%s' コレクションを追加しました。"
+
+#: ../../enterprise/extensions/resource_registration/functions.php:133
+#, php-format
+msgid "Error add '%s' collection."
+msgstr "'%s' コレクション追加エラー"
+
+#: ../../enterprise/extensions/resource_registration/functions.php:149
+#, php-format
+msgid "Success add '%s' agent plugin."
+msgstr "エージェントプラグイン '%s' を追加しました。"
+
+#: ../../enterprise/extensions/resource_registration/functions.php:150
+#, php-format
+msgid "Error add '%s' agent plugin."
+msgstr "エージェントプラグイン '%s' の追加エラー。"
+
+#: ../../enterprise/extensions/resource_registration/functions.php:161
+msgid "Error add the module, haven't type."
+msgstr "モジュール追加エラー。タイプがありません。"
+
+#: ../../enterprise/extensions/resource_registration/functions.php:235
+#: ../../enterprise/extensions/resource_registration/functions.php:265
+#: ../../enterprise/extensions/resource_registration/functions.php:322
+#: ../../enterprise/extensions/resource_registration/functions.php:368
+msgid "Error add the module, error in tag component."
+msgstr "モジュール追加エラー。タグコンポーネント内にエラーがあります。"
+
+#: ../../enterprise/extensions/resource_registration/functions.php:409
+msgid "Error add the module plugin importation, plugin is not registered"
+msgstr "モジュールプラグイン追加エラー。プラグインは登録されていません。"
+
+#: ../../enterprise/extensions/resource_registration/functions.php:420
+#, php-format
+msgid "Success add '%s' module."
+msgstr "'%s' モジュールを追加しました。"
+
+#: ../../enterprise/extensions/resource_registration/functions.php:421
+#, php-format
+msgid "Error add '%s' module."
+msgstr "'%s' モジュール追加エラー"
+
+#: ../../enterprise/extensions/resource_registration/functions.php:431
+#, php-format
+msgid "Error add the alert, the template '%s' don't exist."
+msgstr "アラート追加エラー。テンプレート '%s' は存在しません。"
+
+#: ../../enterprise/extensions/resource_registration/functions.php:439
+#, php-format
+msgid "Error add the alert, the module '%s' don't exist."
+msgstr "アラート追加エラー。モジュール '%s' は存在しません。"
+
+#: ../../enterprise/extensions/resource_registration/functions.php:452
+#, php-format
+msgid "Success add '%s' alert."
+msgstr "'%s' アラートを追加しました。"
+
+#: ../../enterprise/extensions/resource_registration/functions.php:453
+#, php-format
+msgid "Error add '%s' alert."
+msgstr "'%s' アラート追加エラー"
+
+#: ../../enterprise/extensions/resource_registration/functions.php:469
+#, php-format
+msgid "Error add the alert, the action '%s' don't exist."
+msgstr "アラートの追加エラー。アクション '%s' は存在しません。"
+
+#: ../../enterprise/extensions/resource_registration/functions.php:481
+#, php-format
+msgid "Success add '%s' action."
+msgstr "'%s' アクションを追加しました"
+
+#: ../../enterprise/extensions/translate_string.php:165
+#: ../../enterprise/extensions/translate_string.php:326
+msgid "Translate string"
+msgstr "翻訳文字列"
+
+#: ../../enterprise/extensions/translate_string.php:271
+#: ../../enterprise/meta/advanced/metasetup.translate_string.php:151
+msgid "Please search for anything text."
+msgstr "任意のテキストで検索してください。"
+
+#: ../../enterprise/extensions/translate_string.php:280
+#: ../../enterprise/meta/advanced/metasetup.translate_string.php:161
+msgid "Original string"
+msgstr "オリジナルの文字列"
+
+#: ../../enterprise/extensions/translate_string.php:281
+#: ../../enterprise/meta/advanced/metasetup.translate_string.php:162
+msgid "Translation in selected language"
+msgstr "選択した言語での翻訳"
+
+#: ../../enterprise/extensions/translate_string.php:282
+#: ../../enterprise/meta/advanced/metasetup.translate_string.php:163
+msgid "Customize translation"
+msgstr "翻訳カスタマイズ"
+
+#: ../../enterprise/extensions/vmware.php:46
+msgid "VMware"
+msgstr "VMware"
+
+#: ../../enterprise/extensions/vmware/functions.php:153
+#: ../../enterprise/extensions/vmware/functions.php:181
+msgid "The file does not exists"
+msgstr "ファイルが存在しません"
+
+#: ../../enterprise/extensions/vmware/functions.php:157
+msgid "The file is not readable by HTTP Server"
+msgstr "HTTP サーバからファイルを読めません"
+
+#: ../../enterprise/extensions/vmware/functions.php:158
+#: ../../enterprise/extensions/vmware/functions.php:163
+msgid "Please check that the web server has write rights on the file"
+msgstr "ウェブサーバがファイルに対して書き込み権限があるか確認してください。"
+
+#: ../../enterprise/extensions/vmware/functions.php:162
+msgid "The file is not writable by HTTP Server"
+msgstr "HTTP サーバからファイルに書き込めません"
+
+#: ../../enterprise/extensions/vmware/main.php:30
+msgid "WMware Plugin Settings"
+msgstr "VMware プラグイン設定"
+
+#: ../../enterprise/extensions/vmware/main.php:125
+msgid "There was an error updating the execution data of the plugin"
+msgstr "プラグインの実行データ更新エラーです"
+
+#: ../../enterprise/extensions/vmware/main.php:132
+msgid "There was an error activating the execution of the plugin"
+msgstr "プラグインの実行有効化エラーです"
+
+#: ../../enterprise/extensions/vmware/main.php:180
+msgid "Config Path"
+msgstr "設定パス"
+
+#: ../../enterprise/extensions/vmware/main.php:187
+msgid "Plugin Path"
+msgstr "プラグインパス"
+
+#: ../../enterprise/extensions/vmware/main.php:210
+msgid "Config parameters"
+msgstr "設定パラメータ"
+
+#: ../../enterprise/extensions/vmware/main.php:217
+msgid "V-Center IP"
+msgstr "V-Center IP"
+
+#: ../../enterprise/extensions/vmware/main.php:222
+msgid "Datacenter Name"
+msgstr "データセンター名"
+
+#: ../../enterprise/extensions/vmware/main.php:245
+msgid "Plugin execution"
+msgstr "プラグイン実行"
+
+#: ../../enterprise/extensions/vmware/main.php:246
+msgid ""
+"To enable the plugin execution, this extension needs the Cron jobs extension "
+"installed.\r\n"
+"\tKeep in mind that the Cron jobs execution period will be the less real "
+"execution period, so if you want to run the plugin every\r\n"
+"\t5 minutes, for example, the Cron jobs script should be configured in the "
+"cron to run every 5 minutes or less"
+msgstr ""
+"プラグイン実行を有効化するために、この拡張では Cron ジョブ拡張がインストールされている必要があります。\r\n"
+"\tCron ジョブの実行間隔は、実際の実行間隔よりも短く設定する必要があることに注意してください。例えば、プラグインを 5分間隔で\r\n"
+"\t実行したい場合は、Cron ジョブスクリプトは cron で 5分もしくはそれ以下の間隔で実行されるように設定する必要があります。"
+
+#: ../../enterprise/extensions/vmware/main.php:278
+#: ../../enterprise/godmode/agentes/collections.php:269
+msgid "Apply changes"
+msgstr "変更を適用"
+
+#: ../../enterprise/extensions/vmware/vmware_manager.php:160
+msgid "Power Status: "
+msgstr "電源状態: "
+
+#: ../../enterprise/extensions/vmware/vmware_manager.php:206
+msgid "Change Status"
+msgstr "状態の変更"
+
+#: ../../enterprise/extensions/vmware/vmware_view.php:633
+#: ../../enterprise/extensions/vmware/vmware_view.php:1035
+msgid "Top 5 VMs CPU Usage"
+msgstr "CPU利用率上位 5位内のVM"
+
+#: ../../enterprise/extensions/vmware/vmware_view.php:640
+#: ../../enterprise/extensions/vmware/vmware_view.php:1042
+msgid "Top 5 VMs Memory Usage"
+msgstr "メモリ使用率上位 5位内のVM"
+
+#: ../../enterprise/extensions/vmware/vmware_view.php:649
+#: ../../enterprise/extensions/vmware/vmware_view.php:1051
+msgid "Top 5 VMs Disk Usage"
+msgstr "ディスク使用率上位 5位内のVM"
+
+#: ../../enterprise/extensions/vmware/vmware_view.php:656
+#: ../../enterprise/extensions/vmware/vmware_view.php:1058
+msgid "Top 5 VMs Network Usage"
+msgstr "ネットワーク使用率上位 5位内のVM"
+
+#: ../../enterprise/extensions/vmware/vmware_view.php:713
+msgid "Host ESX"
+msgstr "ホスト ESX"
+
+#: ../../enterprise/extensions/vmware/vmware_view.php:948
+msgid "CPU Usage"
+msgstr "CPU 使用率"
+
+#: ../../enterprise/extensions/vmware/vmware_view.php:958
+msgid "Memory Usage"
+msgstr "メモリ使用率"
+
+#: ../../enterprise/extensions/vmware/vmware_view.php:968
+msgid "Disk I/O Rate"
+msgstr "ディスク I/O 速度"
+
+#: ../../enterprise/extensions/vmware/vmware_view.php:978
+msgid "Network Usage"
+msgstr "ネットワーク使用率"
+
+#: ../../enterprise/extensions/vmware/vmware_view.php:1097
+msgid "ESX Detail"
+msgstr "ESX 詳細"
+
+#: ../../enterprise/extensions/vmware/vmware_view.php:1114
+msgid "ESX details"
+msgstr "ESX 詳細"
+
+#: ../../enterprise/extensions/vmware/vmware_view.php:1124
+msgid "VMware view"
+msgstr "VMware 表示"
+
+#: ../../enterprise/extensions/vmware/vmware_view.php:1209
+msgid "Show Datastores"
+msgstr "データストア表示"
+
+#: ../../enterprise/extensions/vmware/vmware_view.php:1212
+msgid "Show ESX"
+msgstr "ESX 表示"
+
+#: ../../enterprise/extensions/vmware/vmware_view.php:1215
+msgid "Show VM"
+msgstr "VM 表示"
+
+#: ../../enterprise/extensions/vmware/vmware_view.php:1233
+msgid "Zoom"
+msgstr "ズーム"
+
+#: ../../enterprise/extensions/vmware/vmware_view.php:1243
+msgid "View options"
+msgstr "オプションの表示"
+
+#: ../../enterprise/extensions/vmware/vmware_view.php:1290
+msgid "VMware map"
+msgstr "VMware マップ"
+
+#: ../../enterprise/godmode/admin_access_logs.php:42
+msgid "Show extended info"
+msgstr "拡張情報表示"
+
+#: ../../enterprise/godmode/admin_access_logs.php:61
+msgid ""
+"Maybe delete the extended data or the audit data is previous to table "
+"tsession_extended."
+msgstr "拡張データが削除されているか、監査データが tsession_extended テーブルにありません。"
+
+#: ../../enterprise/godmode/admin_access_logs.php:71
+msgid "Security check is ok."
+msgstr "セキュリティチェックは正常です。"
+
+#: ../../enterprise/godmode/admin_access_logs.php:78
+msgid "Security check is fail."
+msgstr "セキュリティチェックに失敗しました。"
+
+#: ../../enterprise/godmode/admin_access_logs.php:115
+msgid "Extended info:"
+msgstr "拡張情報:"
+
+#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:107
+msgid "Error: The conf file of agent is not readble."
+msgstr "エラー: エージェント設定ファイルを読めません。"
+
+#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:112
+msgid "Error: The conf file of agent is not writable."
+msgstr "エラー: エージェント設定ファイルに書き込めません。"
+
+#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:150
+#: ../../enterprise/godmode/policies/policy_modules.php:326
+msgid "Add module"
+msgstr "モジュール追加"
+
+#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:176
+msgid "No module was found"
+msgstr "モジュールがありません"
+
+#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:204
+msgid "Delete remote conf agent files in Pandora"
+msgstr "Pandora 内のリモートエージェント設定ファイル削除"
+
+#: ../../enterprise/godmode/agentes/collection_manager.php:37
+#: ../../enterprise/operation/agentes/collection_view.php:47
+msgid "This agent have not a remote configuration, please set it."
+msgstr "このエージェントはリモート設定ではありません。設定してください。"
+
+#: ../../enterprise/godmode/agentes/collection_manager.php:76
+msgid "Succesful add the collection"
+msgstr "コレクションを追加しました"
+
+#: ../../enterprise/godmode/agentes/collection_manager.php:77
+msgid "Unsuccesful add the collection"
+msgstr "コレクションの追加に失敗しました"
+
+#: ../../enterprise/godmode/agentes/collection_manager.php:91
+#: ../../enterprise/godmode/agentes/collections.php:128
+#: ../../enterprise/godmode/agentes/collections.php:143
+msgid "Successful create collection package."
+msgstr "コレクションパッケージを作成しました。"
+
+#: ../../enterprise/godmode/agentes/collection_manager.php:92
+#: ../../enterprise/godmode/agentes/collections.php:144
+msgid "Can not create collection package."
+msgstr "コレクションパッケージを作成できません。"
+
+#: ../../enterprise/godmode/agentes/collection_manager.php:106
+#: ../../enterprise/godmode/agentes/collections.php:231
+#: ../../enterprise/godmode/policies/policy_collections.php:122
+#: ../../enterprise/godmode/policies/policy_collections.php:193
+msgid "Short Name"
+msgstr "短い名前"
+
+#: ../../enterprise/godmode/agentes/collection_manager.php:121
+#: ../../enterprise/godmode/agentes/collection_manager.php:204
+#: ../../enterprise/operation/agentes/collection_view.php:91
+#: ../../enterprise/operation/agentes/policy_view.php:154
+msgid "Show files"
+msgstr "ファイル表示"
+
+#: ../../enterprise/godmode/agentes/collection_manager.php:138
+#: ../../enterprise/godmode/agentes/collection_manager.php:139
+#: ../../enterprise/godmode/agentes/collection_manager.php:223
+#: ../../enterprise/godmode/agentes/collection_manager.php:224
+#: ../../enterprise/godmode/agentes/collections.data.php:341
+#: ../../enterprise/godmode/agentes/collections.data.php:342
+msgid "Need to regenerate"
+msgstr "再生成が必要です"
+
+#: ../../enterprise/godmode/agentes/collection_manager.php:144
+#: ../../enterprise/godmode/agentes/collection_manager.php:145
+#: ../../enterprise/godmode/agentes/collection_manager.php:229
+#: ../../enterprise/godmode/agentes/collection_manager.php:230
+#: ../../enterprise/godmode/agentes/collections.data.php:346
+#: ../../enterprise/godmode/agentes/collections.data.php:347
+#: ../../enterprise/godmode/agentes/collections.php:274
+#: ../../enterprise/godmode/agentes/collections.php:275
+#: ../../enterprise/operation/agentes/collection_view.php:106
+#: ../../enterprise/operation/agentes/collection_view.php:107
+msgid "The collection directory does not exist."
+msgstr "コレクションディレクトリが存在しません。"
+
+#: ../../enterprise/godmode/agentes/collection_manager.php:164
+#: ../../enterprise/operation/agentes/collection_view.php:64
+#: ../../enterprise/operation/agentes/policy_view.php:132
+msgid "Dir"
+msgstr "ディレクトリ"
+
+#: ../../enterprise/godmode/agentes/collections.agents.php:38
+msgid "Show Agent >"
+msgstr "エージェント表示 >"
+
+#: ../../enterprise/godmode/agentes/collections.agents.php:113
+msgid "This collection has not been added to any agents"
+msgstr "このコレクションはいずれのエージェントへも追加されません。"
+
+#: ../../enterprise/godmode/agentes/collections.data.php:47
+#: ../../enterprise/godmode/agentes/collections.data.php:125
+#: ../../enterprise/godmode/agentes/collections.data.php:144
+#: ../../enterprise/godmode/agentes/collections.data.php:159
+#: ../../enterprise/godmode/agentes/collections.data.php:181
+#: ../../enterprise/godmode/agentes/collections.data.php:223
+msgid "Manager configuration > New"
+msgstr "設定管理 > 新規"
+
+#: ../../enterprise/godmode/agentes/collections.data.php:94
+#: ../../enterprise/godmode/agentes/collections.data.php:200
+#: ../../enterprise/godmode/agentes/collections.data.php:269
+#: ../../enterprise/godmode/agentes/collections.data.php:283
+#: ../../enterprise/godmode/agentes/collections.data.php:289
+#: ../../enterprise/godmode/agentes/collections.editor.php:55
+msgid "Manager configuration > Edit "
+msgstr "設定管理 > 編集 "
+
+#: ../../enterprise/godmode/agentes/collections.data.php:132
+msgid ""
+"Unable to create the collection. Another collection with the same short name."
+msgstr "コレクションを作成できません。同じ短い名前で他のコレクションがあります。"
+
+#: ../../enterprise/godmode/agentes/collections.data.php:150
+#: ../../enterprise/godmode/agentes/collections.data.php:165
+msgid "Unable to create the collection"
+msgstr "コレクションを作成できません"
+
+#: ../../enterprise/godmode/agentes/collections.data.php:150
+msgid "Invalid characters in short name"
+msgstr "短い名前に不正な文字が含まれています"
+
+#: ../../enterprise/godmode/agentes/collections.data.php:165
+#: ../../enterprise/include/functions_local_components.php:138
+msgid "Empty name"
+msgstr "名前が空です"
+
+#: ../../enterprise/godmode/agentes/collections.data.php:187
+#: ../../enterprise/godmode/agentes/collections.data.php:231
+msgid "Unable to create the collection."
+msgstr "コレクションを作成できません。"
+
+#: ../../enterprise/godmode/agentes/collections.data.php:208
+#: ../../enterprise/godmode/agentes/collections.data.php:295
+msgid "Correct create collection"
+msgstr "コレクションを作成しました"
+
+#: ../../enterprise/godmode/agentes/collections.data.php:273
+msgid "Unable to edit the collection, empty name."
+msgstr "コレクションを編集できません。名前が空です。"
+
+#: ../../enterprise/godmode/agentes/collections.data.php:286
+msgid "Unable to edit the collection."
+msgstr "コレクションを編集できません。"
+
+#: ../../enterprise/godmode/agentes/collections.data.php:308
+msgid "Error: The collection directory does not exist."
+msgstr "エラー: コレクションディレクトリが存在しません。"
+
+#: ../../enterprise/godmode/agentes/collections.data.php:325
+msgid "Recreate file"
+msgstr "ファイル再生成"
+
+#: ../../enterprise/godmode/agentes/collections.data.php:369
+msgid "Short name:"
+msgstr "短い名前:"
+
+#: ../../enterprise/godmode/agentes/collections.data.php:375
+msgid ""
+"The collection's short name is the name of dir in attachment dir and the "
+"package collection."
+msgstr "コレクションの短い名前は、添付ディレクトリおよびパッケージコレクションのディレクトリ名です。"
+
+#: ../../enterprise/godmode/agentes/collections.data.php:375
+msgid "Short name must contain only alphanumeric characters, - or _ ."
+msgstr "短い名前は、アルファベットと、- および _ のみ利用できます。"
+
+#: ../../enterprise/godmode/agentes/collections.data.php:375
+msgid "Empty for default short name fc_X where X is the collection id."
+msgstr "指定しない場合のデフォルトの短い名前は fc_X で、X はコレクション ID です。"
+
+#: ../../enterprise/godmode/agentes/collections.editor.php:63
+msgid "Files in "
+msgstr "次の中に存在するファイル: "
+
+#: ../../enterprise/godmode/agentes/collections.editor.php:112
+#: ../../enterprise/godmode/agentes/collections.editor.php:173
+msgid "Back to file explorer"
+msgstr "ファイルエクスプローラへ戻る"
+
+#: ../../enterprise/godmode/agentes/collections.editor.php:236
+msgid "Correct update file."
+msgstr "ファイルを更新しました。"
+
+#: ../../enterprise/godmode/agentes/collections.editor.php:237
+msgid "Incorrect update file."
+msgstr "ファイルの更新に失敗しました。"
+
+#: ../../enterprise/godmode/agentes/collections.editor.php:376
+msgid "Please, first save a new collection before to upload files."
+msgstr "ファイルをアップロードする前に新規コレクションを保存してください。"
+
+#: ../../enterprise/godmode/agentes/collections.php:48
+msgid "Success: recreate file"
+msgstr "成功: ファイル再作成"
+
+#: ../../enterprise/godmode/agentes/collections.php:51
+msgid "Error: recreate file "
+msgstr "エラー: ファイル再作成 "
+
+#: ../../enterprise/godmode/agentes/collections.php:64
+#: ../../enterprise/godmode/agentes/collections.php:86
+#: ../../enterprise/godmode/agentes/collections.php:157
+msgid "Collections Management"
+msgstr "コレクション管理"
+
+#: ../../enterprise/godmode/agentes/collections.php:120
+msgid "Manager collection"
+msgstr "コレクション管理"
+
+#: ../../enterprise/godmode/agentes/collections.php:164
+msgid "Error: The main directory of collections does not exist."
+msgstr "エラー: コレクションのメインディレクトリが存在しません。"
+
+#: ../../enterprise/godmode/agentes/collections.php:254
+msgid "Are you sure to delete?"
+msgstr "削除しますがよろしいですか?"
+
+#: ../../enterprise/godmode/agentes/collections.php:255
+msgid "Delete collection"
+msgstr "コレクションの削除"
+
+#: ../../enterprise/godmode/agentes/collections.php:261
+msgid "Are you sure to re-apply?"
+msgstr "再適用しますか?"
+
+#: ../../enterprise/godmode/agentes/collections.php:262
+msgid "Re-Apply changes"
+msgstr "変更の再適用"
+
+#: ../../enterprise/godmode/agentes/collections.php:268
+msgid "Are you sure to apply?"
+msgstr "適用しますか?"
+
+#: ../../enterprise/godmode/agentes/inventory_manager.php:57
+#: ../../enterprise/godmode/policies/policy_inventory_modules.php:81
+msgid "Successfully added inventory module"
+msgstr "インベントリモジュールを追加しました"
+
+#: ../../enterprise/godmode/agentes/inventory_manager.php:60
+#: ../../enterprise/godmode/policies/policy_inventory_modules.php:85
+msgid "Error adding inventory module"
+msgstr "インベントリモジュールの追加エラー"
+
+#: ../../enterprise/godmode/agentes/inventory_manager.php:69
+#: ../../enterprise/godmode/modules/manage_inventory_modules.php:106
+msgid "Successfully deleted inventory module"
+msgstr "インベントリモジュールを削除しました"
+
+#: ../../enterprise/godmode/agentes/inventory_manager.php:72
+#: ../../enterprise/godmode/modules/manage_inventory_modules.php:110
+msgid "Error deleting inventory module"
+msgstr "インベントリモジュールの削除エラー"
+
+#: ../../enterprise/godmode/agentes/inventory_manager.php:80
+msgid "Successfully forced inventory module"
+msgstr "インベントリモジュールを強制実行しました"
+
+#: ../../enterprise/godmode/agentes/inventory_manager.php:83
+msgid "Error forcing inventory module"
+msgstr "インベントリモジュールの強制実行エラー"
+
+#: ../../enterprise/godmode/agentes/inventory_manager.php:108
+#: ../../enterprise/godmode/modules/manage_inventory_modules.php:92
+#: ../../enterprise/godmode/policies/policy_inventory_modules.php:141
+msgid "Successfully updated inventory module"
+msgstr "インベントリモジュールを更新しました"
+
+#: ../../enterprise/godmode/agentes/inventory_manager.php:111
+#: ../../enterprise/godmode/modules/manage_inventory_modules.php:96
+#: ../../enterprise/godmode/policies/policy_inventory_modules.php:145
+msgid "Error updating inventory module"
+msgstr "インベントリモジュールの更新エラー"
+
+#: ../../enterprise/godmode/agentes/inventory_manager.php:129
+#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:54
+msgid "Inventory module error"
+msgstr "インベントリモジュールエラー"
+
+#: ../../enterprise/godmode/agentes/inventory_manager.php:172
+#: ../../enterprise/godmode/agentes/inventory_manager.php:235
+#: ../../enterprise/meta/advanced/synchronizing.user.php:532
+msgid "Target"
+msgstr "対象"
+
+#: ../../enterprise/godmode/agentes/inventory_manager.php:182
+#: ../../enterprise/godmode/policies/policy_inventory_modules.php:196
+msgid "7 days"
+msgstr "7日"
+
+#: ../../enterprise/godmode/agentes/inventory_manager.php:195
+#: ../../enterprise/godmode/policies/policy_inventory_modules.php:207
+msgid "Update all"
+msgstr "全て更新"
+
+#: ../../enterprise/godmode/agentes/manage_config_remote.php:43
+msgid "Data Copy"
+msgstr "データコピー"
+
+#: ../../enterprise/godmode/agentes/manage_config_remote.php:52
+msgid "No selected agents to copy"
+msgstr "コピーするエージェントが選択されていません。"
+
+#: ../../enterprise/godmode/agentes/manage_config_remote.php:66
+msgid "No source agent selected"
+msgstr "ソースエージェントが選択されていません"
+
+#: ../../enterprise/godmode/agentes/manage_config_remote.php:107
+msgid "Making copy of configuration file for"
+msgstr "設定ファイルのコピーを作成中:"
+
+#: ../../enterprise/godmode/agentes/manage_config_remote.php:116
+msgid "Error copying md5 file "
+msgstr "md5 ファイルのコピーエラー "
+
+#: ../../enterprise/godmode/agentes/manage_config_remote.php:116
+#: ../../enterprise/godmode/agentes/manage_config_remote.php:119
+msgid " md5 file"
+msgstr " md5 ファイル"
+
+#: ../../enterprise/godmode/agentes/manage_config_remote.php:119
+#: ../../enterprise/godmode/agentes/manage_config_remote.php:125
+msgid "Copied "
+msgstr "コピーしました: "
+
+#: ../../enterprise/godmode/agentes/manage_config_remote.php:122
+msgid "Error copying "
+msgstr "コピーエラー "
+
+#: ../../enterprise/godmode/agentes/manage_config_remote.php:122
+#: ../../enterprise/godmode/agentes/manage_config_remote.php:125
+msgid " config file"
+msgstr " 設定ファイル"
+
+#: ../../enterprise/godmode/agentes/manage_config_remote.php:138
+msgid "Remote configuration management"
+msgstr "リモート設定管理"
+
+#: ../../enterprise/godmode/agentes/manage_config_remote.php:143
+msgid "Source group"
+msgstr "複製元グループ"
+
+#: ../../enterprise/godmode/agentes/manage_config_remote.php:185
+msgid "To agent(s):"
+msgstr "適用先エージェント:"
+
+#: ../../enterprise/godmode/agentes/manage_config_remote.php:210
+msgid "Replicate configuration"
+msgstr "設定の複製"
+
+#: ../../enterprise/godmode/agentes/module_manager.php:16
+msgid "Create a new web Server module"
+msgstr "ウェブサーバモジュールの新規作成"
+
+#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:42
+#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:43
+msgid "The changes on this field are linked with the configuration data."
+msgstr "このフィールド上の変更は、設定データにリンクされます。"
+
+#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:48
+msgid "Using local component"
+msgstr "ローカルコンポーネントの利用"
+
+#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:121
+#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:122
+msgid "Show configuration data"
+msgstr "設定データを表示する"
+
+#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:132
+msgid "Hide configuration data"
+msgstr "設定データを隠す"
+
+#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:140
+msgid "Data configuration"
+msgstr "データ設定"
+
+#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:146
+#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:82
+#: ../../enterprise/godmode/modules/configure_local_component.php:315
+#: ../../enterprise/meta/include/functions_wizard_meta.php:552
+msgid "Load basic"
+msgstr "基本設定読み込み"
+
+#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:146
+#: ../../enterprise/godmode/modules/configure_local_component.php:317
+msgid "Load a basic structure on data configuration"
+msgstr "データ設定に基本構造をロードします"
+
+#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:151
+#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:86
+#: ../../enterprise/godmode/modules/configure_local_component.php:323
+#: ../../enterprise/include/functions_metaconsole.php:1295
+#: ../../enterprise/include/functions_metaconsole.php:1318
+#: ../../enterprise/include/functions_metaconsole.php:1341
+#: ../../enterprise/include/functions_metaconsole.php:1364
+#: ../../enterprise/include/functions_metaconsole.php:1387
+#: ../../enterprise/meta/include/functions_wizard_meta.php:175
+#: ../../enterprise/meta/include/functions_wizard_meta.php:556
+msgid "Check"
+msgstr "チェック"
+
+#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:151
+#: ../../enterprise/godmode/modules/configure_local_component.php:324
+msgid "Check the correct structure of the data configuration"
+msgstr "データ設定の正常性を確認"
+
+#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:162
+#: ../../enterprise/godmode/modules/configure_local_component.php:327
+msgid "First line must be \"module_begin\""
+msgstr "最初の行は、\"module_begin\" でなければいけません"
+
+#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:163
+#: ../../enterprise/godmode/modules/configure_local_component.php:328
+msgid "Data configuration is empty"
+msgstr "データ設定が空です"
+
+#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:164
+#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:168
+#: ../../enterprise/godmode/modules/configure_local_component.php:329
+#: ../../enterprise/godmode/modules/configure_local_component.php:333
+msgid "Last line must be \"module_end\""
+msgstr "最後の行は \"module_end\" でなければいけません"
+
+#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:165
+#: ../../enterprise/godmode/modules/configure_local_component.php:330
+msgid ""
+"Name is missed. Please add a line with \"module_name yourmodulename\" to "
+"data configuration"
+msgstr "名前がありません。データ設定に \"module_name モジュール名\" という行を追加してください。"
+
+#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:166
+#: ../../enterprise/godmode/modules/configure_local_component.php:331
+msgid ""
+"Type is missed. Please add a line with \"module_type yourmoduletype\" to "
+"data configuration"
+msgstr "タイプがありません。データ設定に \"module_type モジュールタイプ\" という行を追加してください。"
+
+#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:167
+#: ../../enterprise/godmode/modules/configure_local_component.php:332
+msgid "Type is wrong. Please set a correct type"
+msgstr "タイプが不正です。正しいタイプを選択してください。"
+
+#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:169
+#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:136
+#: ../../enterprise/godmode/modules/configure_local_component.php:334
+#: ../../enterprise/meta/include/functions_wizard_meta.php:569
+msgid "There is a line with a unknown token 'token_fail'."
+msgstr "不明なトークン 'token_fail' を含む行があります。"
+
+#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:170
+#: ../../enterprise/godmode/modules/configure_local_component.php:335
+msgid "Error in the syntax, please check the data configuration."
+msgstr "書式エラーです。データ設定を確認してください。"
+
+#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:171
+#: ../../enterprise/godmode/modules/configure_local_component.php:336
+msgid "Data configuration are built correctly"
+msgstr "データ設定が正しく作られました"
+
+#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:25
+msgid "Synthetic arithmetic"
+msgstr "統合計算"
+
+#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:28
+msgid "Synthetic average"
+msgstr "統合平均"
+
+#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:107
+msgid "Fixed value"
+msgstr "固定値"
+
+#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:112
+msgid "Add module to operation as add"
+msgstr "足し算処理にモジュールを追加"
+
+#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:113
+msgid "Add module to operations as deduct"
+msgstr "引き算処理にモジュールを追加"
+
+#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:114
+msgid "Add module to operations as multiplicate "
+msgstr "掛け算処理にモジュールを追加 "
+
+#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:115
+msgid "Add module to operations as divide"
+msgstr "割り算処理にモジュールを追加"
+
+#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:116
+msgid "Remove selected modules"
+msgstr "選択したモジュールの削除"
+
+#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:121
+msgid "Add module to average operation"
+msgstr "平均処理にモジュールを追加"
+
+#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:122
+msgid "Remove selected modules from operations stack"
+msgstr "選択したモジュールをオペレーションスタックから削除する"
+
+#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:137
+msgid "Move down selected modules"
+msgstr "選択したモジュールを下へ"
+
+#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:138
+msgid "Move up selected modules"
+msgstr "選択したモジュールを上へ"
+
+#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:166
+msgid "Select Service"
+msgstr "サービス選択"
+
+#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:177
+msgid "Netflow filter"
+msgstr "Netflow フィルタ"
+
+#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:186
+msgid "Select filter"
+msgstr "フィルタ選択"
+
+#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:60
+#: ../../enterprise/include/functions_enterprise.php:295
+#: ../../enterprise/meta/include/functions_wizard_meta.php:493
+#: ../../enterprise/meta/include/functions_wizard_meta.php:544
+msgid "Web checks"
+msgstr "ウェブチェック"
+
+#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:84
+#: ../../enterprise/meta/include/functions_wizard_meta.php:554
+msgid "Load a basic structure on Web Checks"
+msgstr "ウェブチェックに基本構造を読み込む"
+
+#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:88
+#: ../../enterprise/meta/include/functions_wizard_meta.php:558
+msgid "Check the correct structure of the WebCheck"
+msgstr "ウェブチェックの構造確認"
+
+#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:94
+msgid "Requests"
+msgstr "リクエスト"
+
+#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:97
+msgid "Agent browser id"
+msgstr "エージェントブラウザID"
+
+#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:104
+#: ../../enterprise/meta/include/functions_wizard_meta.php:950
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1455
+msgid "Proxy URL"
+msgstr "プロキシURL"
+
+#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:111
+msgid "HTTP auth (login)"
+msgstr "HTTP 認証 (ログイン)"
+
+#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:115
+msgid "HTTP auth (pass)"
+msgstr "HTTP 認証 (パスワード)"
+
+#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:122
+msgid "HTTP auth (server)"
+msgstr "HTTP 認証 (サーバ)"
+
+#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:126
+msgid "HTTP auth (realm)"
+msgstr "HTTP 認証(realm)"
+
+#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:132
+#: ../../enterprise/meta/include/functions_wizard_meta.php:565
+msgid "First line must be \"task_begin\""
+msgstr "最初の行は、\"task_begin\" でなければいけません。"
+
+#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:133
+#: ../../enterprise/meta/include/functions_wizard_meta.php:566
+msgid "Webchecks configuration is empty"
+msgstr "ウェブチェック設定が空です"
+
+#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:134
+#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:135
+#: ../../enterprise/meta/include/functions_wizard_meta.php:567
+#: ../../enterprise/meta/include/functions_wizard_meta.php:568
+msgid "Last line must be \"task_end\""
+msgstr "最後の行は、\"task_end\" でなければいけません。"
+
+#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:137
+msgid "There isn't get or post"
+msgstr "get または post がありません"
+
+#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:138
+#: ../../enterprise/meta/include/functions_wizard_meta.php:570
+msgid "Web checks are built correctly"
+msgstr "ウェブチェックを設定しました"
+
+#: ../../enterprise/godmode/agentes/plugins_manager.php:67
+msgid "Plug-in updated succesfully"
+msgstr "プラグインを更新しました"
+
+#: ../../enterprise/godmode/agentes/plugins_manager.php:67
+msgid "Plug-in cannot be updated"
+msgstr "プラグインを更新できませんでした"
+
+#: ../../enterprise/godmode/agentes/plugins_manager.php:74
+msgid "Plug-in deleted succesfully"
+msgstr "プラグインを削除しました"
+
+#: ../../enterprise/godmode/agentes/plugins_manager.php:74
+msgid "Plug-in cannot be deleted"
+msgstr "プラグインを削除できません"
+
+#: ../../enterprise/godmode/agentes/plugins_manager.php:83
+#: ../../enterprise/godmode/policies/policy_plugins.php:55
+msgid "Plug-in added succesfully"
+msgstr "プラグインを追加しました"
+
+#: ../../enterprise/godmode/agentes/plugins_manager.php:83
+#: ../../enterprise/godmode/policies/policy_plugins.php:56
+msgid "Plug-in cannot be added"
+msgstr "プラグインを追加できません"
+
+#: ../../enterprise/godmode/agentes/plugins_manager.php:98
+msgid "Plug-in disabled succesfully"
+msgstr "プラグインを無効化しました"
+
+#: ../../enterprise/godmode/agentes/plugins_manager.php:98
+msgid "Plug-in cannot be disabled"
+msgstr "プラグインを無効化できません"
+
+#: ../../enterprise/godmode/agentes/plugins_manager.php:113
+msgid "Plug-in enabled succesfully"
+msgstr "プラグインを有効化しました"
+
+#: ../../enterprise/godmode/agentes/plugins_manager.php:113
+msgid "Plug-in cannot be enabled"
+msgstr "プラグインを有効化できません"
+
+#: ../../enterprise/godmode/agentes/plugins_manager.php:124
+#: ../../enterprise/godmode/policies/policy_plugins.php:66
+msgid "New plug-in"
+msgstr "新規プラグイン"
+
+#: ../../enterprise/godmode/alerts/alert_events.php:45
+#: ../../enterprise/godmode/alerts/alert_events_list.php:55
+#: ../../enterprise/godmode/alerts/alert_events_rules.php:70
+#: ../../enterprise/godmode/alerts/configure_alert_rule.php:49
+msgid "List event alerts"
+msgstr "イベントアラート一覧"
+
+#: ../../enterprise/godmode/alerts/alert_events.php:50
+#: ../../enterprise/godmode/alerts/alert_events_list.php:59
+#: ../../enterprise/godmode/alerts/alert_events_rules.php:75
+#: ../../enterprise/godmode/alerts/configure_alert_rule.php:54
+msgid "Builder event alert"
+msgstr "イベントアラートビルダ"
+
+#: ../../enterprise/godmode/alerts/alert_events.php:58
+#: ../../enterprise/godmode/alerts/alert_events_rules.php:79
+#: ../../enterprise/godmode/alerts/configure_alert_rule.php:58
+msgid "List event rules"
+msgstr "イベントルール一覧"
+
+#: ../../enterprise/godmode/alerts/alert_events.php:71
+msgid "Configure event alert"
+msgstr "イベントアラート設定"
+
+#: ../../enterprise/godmode/alerts/alert_events.php:347
+msgid "Could not be created, please fill alert name"
+msgstr "作成できませんでした。アラート名を入力してください。"
+
+#: ../../enterprise/godmode/alerts/alert_events.php:463
+msgid "Rule evaluation mode"
+msgstr "ルール評価モード"
+
+#: ../../enterprise/godmode/alerts/alert_events.php:467
+msgid "Group by"
+msgstr "グループ化"
+
+#: ../../enterprise/godmode/alerts/alert_events.php:523
+msgid "Please Read"
+msgstr "読んでください"
+
+#: ../../enterprise/godmode/alerts/alert_events.php:524
+msgid ""
+"Since the alert can have multiple actions. You can edit them from the alert "
+"list of events."
+msgstr "アラートは複数のアクションを持てます。イベントのアラート一覧から編集することができます。"
+
+#: ../../enterprise/godmode/alerts/alert_events_list.php:67
+#: ../../enterprise/godmode/alerts/alert_events_list.php:114
+#: ../../enterprise/godmode/alerts/alert_events_list.php:129
+#: ../../enterprise/godmode/alerts/alert_events_list.php:144
+#: ../../enterprise/godmode/menu.php:134
+#: ../../enterprise/meta/general/main_header.php:263
+msgid "Event alerts"
+msgstr "イベントアラート"
+
+#: ../../enterprise/godmode/alerts/alert_events_list.php:328
+#: ../../enterprise/godmode/alerts/alert_events_rules.php:357
+msgid "Error processing action"
+msgstr "アクション処理エラー"
+
+#: ../../enterprise/godmode/alerts/alert_events_list.php:343
+msgid "Error validating alert(s)"
+msgstr "アラート承諾エラー"
+
+#: ../../enterprise/godmode/alerts/alert_events_list.php:421
+msgid "Ac."
+msgstr "Ac."
+
+#: ../../enterprise/godmode/alerts/alert_events_list.php:426
+msgid "Val."
+msgstr "Val."
+
+#: ../../enterprise/godmode/alerts/alert_events_list.php:486
+#: ../../enterprise/godmode/alerts/alert_events_rules.php:440
+msgid "Move up"
+msgstr "上へ"
+
+#: ../../enterprise/godmode/alerts/alert_events_list.php:498
+#: ../../enterprise/godmode/alerts/alert_events_rules.php:447
+msgid "Move down"
+msgstr "下へ"
+
+#: ../../enterprise/godmode/alerts/alert_events_list.php:536
+msgid "No associated actions"
+msgstr "関連アクションがありません"
+
+#: ../../enterprise/godmode/alerts/alert_events_list.php:640
+msgid "View associated rules"
+msgstr "関連付けルール表示"
+
+#: ../../enterprise/godmode/alerts/alert_events_list.php:657
+msgid "There are no defined events alerts"
+msgstr "定義済のイベントアラートがありません"
+
+#: ../../enterprise/godmode/alerts/alert_events_rules.php:91
+msgid "Event rules"
+msgstr "イベントルール"
+
+#: ../../enterprise/godmode/alerts/alert_events_rules.php:203
+msgid "Error creating rule"
+msgstr "ルール作成エラー"
+
+#: ../../enterprise/godmode/alerts/alert_events_rules.php:208
+msgid "Successfully created rule"
+msgstr "ルールを作成しました"
+
+#: ../../enterprise/godmode/alerts/alert_events_rules.php:255
+msgid "Error updating rule"
+msgstr "ルール更新エラー"
+
+#: ../../enterprise/godmode/alerts/alert_events_rules.php:259
+msgid "Successfully updating rule"
+msgstr "ルールを更新しました"
+
+#: ../../enterprise/godmode/alerts/alert_events_rules.php:269
+msgid "Error updating rule operators"
+msgstr "ルールオペレータの更新エラー"
+
+#: ../../enterprise/godmode/alerts/alert_events_rules.php:272
+msgid "Successfully update rule operators"
+msgstr "ルールオペレータを更新しました"
+
+#: ../../enterprise/godmode/alerts/alert_events_rules.php:408
+msgid "(Agent)"
+msgstr "(エージェント)"
+
+#: ../../enterprise/godmode/alerts/alert_events_rules.php:411
+msgid "Operator"
+msgstr "オペレータ"
+
+#: ../../enterprise/godmode/alerts/alert_events_rules.php:492
+msgid "Logic expression for these rules:"
+msgstr "これらのルールの論理式:"
+
+#: ../../enterprise/godmode/alerts/alert_events_rules.php:500
+msgid "Update operators"
+msgstr "オペレータの更新"
+
+#: ../../enterprise/godmode/alerts/alert_events_rules.php:506
+msgid "There are no defined alert event rules"
+msgstr "定義済のアラートイベントルールがありません"
+
+#: ../../enterprise/godmode/alerts/configure_alert_rule.php:69
+msgid "Configure event rule"
+msgstr "イベントルール設定"
+
+#: ../../enterprise/godmode/alerts/configure_alert_rule.php:134
+msgid "User comment"
+msgstr "ユーザコメント"
+
+#: ../../enterprise/godmode/alerts/configure_alert_rule.php:134
+#: ../../enterprise/godmode/alerts/configure_alert_rule.php:137
+#: ../../enterprise/godmode/alerts/configure_alert_rule.php:146
+#: ../../enterprise/godmode/alerts/configure_alert_rule.php:149
+#: ../../enterprise/godmode/alerts/configure_alert_rule.php:152
+msgid "This field will be processed with regexp"
+msgstr "このフィールドは、正規表現で処理されます"
+
+#: ../../enterprise/godmode/alerts/configure_alert_rule.php:140
+msgid "Window"
+msgstr "ウィンドウ"
+
+#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:66
+msgid "Success: create the alerts."
+msgstr "成功: アラート作成"
+
+#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:66
+msgid "Failed: create the alerts for this modules, please check."
+msgstr "失敗: このモジュールのアラート作成、確認してください。"
+
+#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:116
+#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:115
+msgid "Modules agents in policy"
+msgstr "ポリシー内のモジュールエージェント"
+
+#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:67
+msgid "Success: remove the alerts."
+msgstr "成功: アラート削除"
+
+#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:67
+msgid "Failed: remove the alerts for this modules, please check."
+msgstr "失敗: このモジュールのアラート削除、確認してください。"
+
+#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:166
+#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:217
+msgid ""
+"Search by these fields description, OID, Custom Value, SNMP Agent (IP), "
+"Single value, each Custom OIDs/Datas."
+msgstr "説明、OID、カスタム値、SNMPエージェント(IP)、単一値、それぞれのカスタム OID/データ フィールドで検索します。"
+
+#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:182
+msgid "SNMP Alerts to be deleted"
+msgstr "削除するSNMPアラート"
+
+#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:212
+#: ../../enterprise/godmode/policies/policy_agents.php:268
+#: ../../enterprise/godmode/policies/policy_agents.php:276
+#: ../../enterprise/godmode/reporting/graph_template_wizard.php:162
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:444
+#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:361
+msgid "Filter agent"
+msgstr "エージェントのフィルタ"
+
+#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:215
+msgid "Filter module"
+msgstr "モジュールのフィルタ"
+
+#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:334
+msgid "Updated modules on database"
+msgstr "データベース上のモジュールを更新しました"
+
+#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:336
+msgid "Agent configuration files updated"
+msgstr "エージェント設定ファイルを更新しました"
+
+#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:354
+#: ../../enterprise/godmode/policies/policy_queue.php:378
+#: ../../enterprise/meta/advanced/policymanager.queue.php:260
+msgid "Finished"
+msgstr "完了"
+
+#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:62
+#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:62
+msgid "Successful update the tags"
msgstr "タグを更新しました"
-#: ../../godmode/tag/edit_tag.php:122
-msgid "Error creating tag"
-msgstr "タグを作成できません"
+#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:63
+#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:63
+msgid "Unsuccessful update the tags"
+msgstr "タグの更新に失敗しました"
-#: ../../godmode/tag/edit_tag.php:128
-msgid "Successfully created tag"
-msgstr "タグを作成しました"
+#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:102
+msgid "Tags unused"
+msgstr "未使用タグ"
-#: ../../godmode/tag/edit_tag.php:161
-msgid "Update Tag"
-msgstr "タグの更新"
+#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:118
+msgid "Tags used"
+msgstr "使用中タグ"
-#: ../../godmode/tag/edit_tag.php:164
-msgid "Create Tag"
-msgstr "タグの作成"
+#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:186
+#, php-format
+msgid "Successfully updated alerts (%s / %s)"
+msgstr "アラートを更新しました (%s / %s)"
-#: ../../godmode/tag/edit_tag.php:187
-msgid "Hyperlink to help information that has to exist previously."
-msgstr "情報がある場所へのハイパーリンク"
+#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:190
+#, php-format
+msgid "Unsuccessfully updated alerts (%s / %s)"
+msgstr "アラートの更新に失敗しました (%s / %s)"
-#: ../../godmode/tag/edit_tag.php:197
-msgid "Associated Email direction to use later in alerts associated to Tags."
-msgstr "タグに関連付けられるアラートで利用するためのメール送信先"
+#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:233
+msgid "SNMP Alerts to be edit"
+msgstr "編集するSNMPアラート"
-#: ../../godmode/tag/edit_tag.php:207
-msgid "Associated phone number to use later in alerts associated to Tags."
-msgstr "タグに関連付けられるアラートで利用するための電話番号"
+#: ../../enterprise/godmode/massive/massive_operations.php:27
+#: ../../enterprise/godmode/menu.php:47
+msgid "Satellite operations"
+msgstr "サテライト操作"
+
+#: ../../enterprise/godmode/massive/massive_operations.php:47
+#: ../../enterprise/godmode/menu.php:35
+msgid "SNMP operations"
+msgstr "SNMP 操作"
+
+#: ../../enterprise/godmode/massive/massive_operations.php:67
+#: ../../enterprise/godmode/menu.php:24
+msgid "Policies operations"
+msgstr "ポリシー操作"
+
+#: ../../enterprise/godmode/massive/massive_operations.php:78
+msgid "Bulk alerts policy add"
+msgstr "一括アラートポリシー追加"
+
+#: ../../enterprise/godmode/massive/massive_operations.php:79
+msgid "Bulk alerts policy delete"
+msgstr "一括アラートポリシー削除"
+
+#: ../../enterprise/godmode/massive/massive_operations.php:80
+msgid "Bulk tags module policy edit"
+msgstr "一括タグモジュールポリシー編集"
+
+#: ../../enterprise/godmode/massive/massive_operations.php:81
+msgid "Bulk modules policy tags edit"
+msgstr "一括モジュールポリシータグ編集"
+
+#: ../../enterprise/godmode/massive/massive_operations.php:89
+msgid "Bulk alert SNMP delete"
+msgstr "一括SNMPアラート削除"
+
+#: ../../enterprise/godmode/massive/massive_operations.php:90
+msgid "Bulk alert SNMP edit"
+msgstr "一括SNMPアラート編集"
+
+#: ../../enterprise/godmode/massive/massive_operations.php:98
+msgid "Bulk Satellite modules edit"
+msgstr "一括サテライトモジュール編集"
+
+#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:100
+msgid "Modules unused"
+msgstr "未使用モジュール"
+
+#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:116
+msgid "Modules used"
+msgstr "使用中モジュール"
+
+#: ../../enterprise/godmode/menu.php:16
+msgid "Manage Satellite Server"
+msgstr "サテライトサーバ管理"
+
+#: ../../enterprise/godmode/menu.php:58 ../../enterprise/godmode/menu.php:149
+msgid "Duplicate config"
+msgstr "設定の複製"
+
+#: ../../enterprise/godmode/menu.php:66
+#: ../../enterprise/godmode/modules/manage_inventory_modules.php:27
+#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:28
+#: ../../enterprise/godmode/policies/policy_inventory_modules.php:47
+#: ../../enterprise/godmode/policies/policy_inventory_modules.php:225
+#: ../../enterprise/include/functions_policies.php:3251
+msgid "Inventory modules"
+msgstr "インベントリモジュール"
+
+#: ../../enterprise/godmode/menu.php:75
+#: ../../enterprise/meta/include/functions_components_meta.php:52
+#: ../../enterprise/meta/include/functions_components_meta.php:69
+msgid "Local components"
+msgstr "ローカルコンポーネント"
+
+#: ../../enterprise/godmode/menu.php:83
+msgid "Manage policies"
+msgstr "ポリシー管理"
+
+#: ../../enterprise/godmode/menu.php:109
+msgid "Enterprise ACL Setup"
+msgstr "Enterprise ACL 設定"
+
+#: ../../enterprise/godmode/menu.php:116
+msgid "Skins"
+msgstr "スキン"
+
+#: ../../enterprise/godmode/menu.php:125
+#: ../../enterprise/godmode/servers/manage_export.php:41
+#: ../../enterprise/godmode/servers/manage_export_form.php:56
+msgid "Export targets"
+msgstr "エクスポートターゲット"
+
+#: ../../enterprise/godmode/menu.php:143
+msgid "Log Collector"
+msgstr "ログ収集"
+
+#: ../../enterprise/godmode/menu.php:156
+msgid "Password policy"
+msgstr "パスワードポリシー"
+
+#: ../../enterprise/godmode/modules/configure_local_component.php:135
+msgid "Update Local Component"
+msgstr "ローカルコンポーネント更新"
+
+#: ../../enterprise/godmode/modules/configure_local_component.php:138
+msgid "Create Local Component"
+msgstr "ローカルコンポーネント作成"
+
+#: ../../enterprise/godmode/modules/configure_local_component.php:176
+msgid "Throw unknown events"
+msgstr "不明イベントを発生させる"
+
+#: ../../enterprise/godmode/modules/configure_local_component.php:410
+msgid "Macros"
+msgstr "マクロ"
+
+#: ../../enterprise/godmode/modules/local_components.php:89
+msgid "Local component management"
+msgstr "ローカルコンポーネント管理"
+
+#: ../../enterprise/godmode/modules/local_components.php:441
+msgid "Search by name, description or data, list matches."
+msgstr "名前、説明、データでマッチするものを検索します。"
+
+#: ../../enterprise/godmode/modules/manage_inventory_modules.php:67
+msgid "Successfully created inventory module"
+msgstr "インベントリモジュールを作成しました"
+
+#: ../../enterprise/godmode/modules/manage_inventory_modules.php:71
+msgid "Error creating inventory module"
+msgstr "インベントリモジュールの作成エラー"
+
+#: ../../enterprise/godmode/modules/manage_inventory_modules.php:157
+#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:86
+msgid "Interpreter"
+msgstr "処理系"
+
+#: ../../enterprise/godmode/modules/manage_inventory_modules.php:200
+msgid "No inventory modules defined"
+msgstr "インベントリモジュールがありません"
+
+#: ../../enterprise/godmode/modules/manage_inventory_modules.php:217
+msgid "Local module"
+msgstr "ローカルモジュール"
+
+#: ../../enterprise/godmode/modules/manage_inventory_modules.php:220
+msgid "Remote/Local"
+msgstr "リモート/ローカル"
+
+#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:88
+msgid "Left blank for the LOCAL inventory modules"
+msgstr "ローカルインベントリモジュールの場合は入力しないでください"
+
+#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:90
+msgid "Block Mode"
+msgstr "ブロックモード"
+
+#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:94
+msgid "separate fields with "
+msgstr "フィールドセパレータは、 "
+
+#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:98
+msgid ""
+"Here is placed the script for the REMOTE inventory modules Local inventory "
+"modules don't use this field"
+msgstr "リモートインベントリモジュールのスクリプトを入力します。ローカルインベントリモジュールではこのフィールドは使いません。"
+
+#: ../../enterprise/godmode/policies/configure_policy.php:43
+msgid "Add policy"
+msgstr "ポリシー追加"
+
+#: ../../enterprise/godmode/policies/policies.php:114
+msgid "Policy name already exists"
+msgstr "ポリシー名が既に存在します"
+
+#: ../../enterprise/godmode/policies/policies.php:170
+msgid "Policies Management"
+msgstr "ポリシー管理"
+
+#: ../../enterprise/godmode/policies/policies.php:186
+msgid "All policy agents added to delete queue"
+msgstr "削除キューに全ポリシーエージェントを追加しました"
+
+#: ../../enterprise/godmode/policies/policies.php:187
+msgid "Policy agents cannot be added to the delete queue"
+msgstr "削除キューにポリシーエージェントを追加できません"
+
+#: ../../enterprise/godmode/policies/policies.php:237
+msgid "a"
+msgstr "a"
+
+#: ../../enterprise/godmode/policies/policies.php:360
+msgid "Policy updated"
+msgstr "ポリシーを更新しました"
+
+#: ../../enterprise/godmode/policies/policies.php:364
+msgid "Pending update policy only database"
+msgstr "データベースのみポリシー更新待ち"
+
+#: ../../enterprise/godmode/policies/policies.php:368
+msgid "Pending update policy"
+msgstr "ポリシー更新待ち"
+
+#: ../../enterprise/godmode/policies/policies.php:381
+#: ../../enterprise/godmode/policies/policy_linking.php:122
+#: ../../enterprise/include/functions_policies.php:3280
+msgid "Linking"
+msgstr "リンク"
+
+#: ../../enterprise/godmode/policies/policies.php:393
+msgid "Agent Wizard"
+msgstr "エージェントウィザード"
+
+#: ../../enterprise/godmode/policies/policies.php:401
+#: ../../enterprise/godmode/policies/policy_external_alerts.php:37
+#: ../../enterprise/include/functions_policies.php:3270
+msgid "External alerts"
+msgstr "外部アラート"
+
+#: ../../enterprise/godmode/policies/policies.php:405
+#: ../../enterprise/godmode/policies/policy.php:46
+#: ../../enterprise/include/functions_policies.php:3298
+msgid "Queue"
+msgstr "キュー"
+
+#: ../../enterprise/godmode/policies/policies.php:449
+msgid "A policy with agents cannot be deleted. Purge it first"
+msgstr "エージェントのあるポリシーは削除できません。先にエージェントを削除してください。"
+
+#: ../../enterprise/godmode/policies/policies.php:455
+msgid "Deleting all policy agents"
+msgstr "全ポリシーエージェントの削除中"
+
+#: ../../enterprise/godmode/policies/policies.php:458
+msgid "All the policy agents will be deleted"
+msgstr "全ポリシーエージェントが削除されます"
+
+#: ../../enterprise/godmode/policies/policies.php:462
+msgid "Delete all agents"
+msgstr "全エージェント削除"
+
+#: ../../enterprise/godmode/policies/policy.php:114
+#: ../../enterprise/godmode/policies/policy.php:137
+#: ../../enterprise/meta/advanced/policymanager.apply.php:142
+#: ../../enterprise/meta/advanced/policymanager.apply.php:146
+msgid "Operation successfully added to the queue"
+msgstr "操作をキューに追加しました"
+
+#: ../../enterprise/godmode/policies/policy.php:117
+#: ../../enterprise/godmode/policies/policy.php:138
+#: ../../enterprise/meta/advanced/policymanager.apply.php:150
+#: ../../enterprise/meta/advanced/policymanager.apply.php:154
+#: ../../enterprise/meta/advanced/policymanager.apply.php:158
+msgid "Operation cannot be added to the queue"
+msgstr "操作をキューに追加できません"
+
+#: ../../enterprise/godmode/policies/policy.php:120
+#: ../../enterprise/godmode/policies/policy.php:141
+#: ../../enterprise/meta/advanced/policymanager.apply.php:135
+msgid "Duplicated or incompatible operation in the queue"
+msgstr "重複もしくは完了できない操作がキューにあります"
+
+#: ../../enterprise/godmode/policies/policy_agents.php:90
+msgid ""
+"Successfully added to delete pending agents. Will be deleted in the next "
+"policy application."
+msgstr "削除待ちエージェントに追加しました。次回のポリシー適用時に削除されます。"
+
+#: ../../enterprise/godmode/policies/policy_agents.php:95
+#: ../../enterprise/godmode/policies/policy_alerts.php:169
+#: ../../enterprise/godmode/policies/policy_collections.php:73
+#: ../../enterprise/godmode/policies/policy_external_alerts.php:100
+#: ../../enterprise/godmode/policies/policy_inventory_modules.php:100
+#: ../../enterprise/godmode/policies/policy_modules.php:1101
+#: ../../enterprise/godmode/policies/policy_plugins.php:42
+msgid "Successfully reverted deletion"
+msgstr "削除を取り消しました"
+
+#: ../../enterprise/godmode/policies/policy_agents.php:96
+#: ../../enterprise/godmode/policies/policy_alerts.php:170
+#: ../../enterprise/godmode/policies/policy_collections.php:74
+#: ../../enterprise/godmode/policies/policy_external_alerts.php:101
+#: ../../enterprise/godmode/policies/policy_inventory_modules.php:103
+#: ../../enterprise/godmode/policies/policy_modules.php:1102
+#: ../../enterprise/godmode/policies/policy_plugins.php:43
+msgid "Could not be reverted"
+msgstr "取り消しできませんでした"
+
+#: ../../enterprise/godmode/policies/policy_agents.php:121
+msgid "Successfully added to delete queue"
+msgstr "削除キューに追加しました"
+
+#: ../../enterprise/godmode/policies/policy_agents.php:122
+msgid "Could not be added to delete queue"
+msgstr "削除キューに追加できませんでした"
+
+#: ../../enterprise/godmode/policies/policy_agents.php:157
+msgid "Successfully deleted from delete pending agents"
+msgstr "削除待ちエージェントから削除しました"
+
+#: ../../enterprise/godmode/policies/policy_agents.php:158
+msgid "Could not be deleted from delete pending agents"
+msgstr "削除待ちエージェントから削除できませんでした"
+
+#: ../../enterprise/godmode/policies/policy_agents.php:285
+msgid "Agents in Policy"
+msgstr "ポリシー内エージェント"
+
+#: ../../enterprise/godmode/policies/policy_agents.php:322
+msgid "Add agents to policy"
+msgstr "ポリシーへのエージェント追加"
+
+#: ../../enterprise/godmode/policies/policy_agents.php:328
+msgid "Delete agents from policy"
+msgstr "ポリシーからエージェント削除"
+
+#: ../../enterprise/godmode/policies/policy_agents.php:368
+msgid "Applied"
+msgstr "適用済"
+
+#: ../../enterprise/godmode/policies/policy_agents.php:369
+msgid "Not applied"
+msgstr "未適用"
+
+#: ../../enterprise/godmode/policies/policy_agents.php:378
+#: ../../enterprise/operation/agentes/policy_view.php:304
+msgid "R."
+msgstr "R."
+
+#: ../../enterprise/godmode/policies/policy_agents.php:380
+msgid "Unlinked modules"
+msgstr "未リンクモジュール"
+
+#: ../../enterprise/godmode/policies/policy_agents.php:380
+msgid "U."
+msgstr "U."
+
+#: ../../enterprise/godmode/policies/policy_agents.php:382
+#: ../../enterprise/operation/agentes/policy_view.php:50
+msgid "Last application"
+msgstr "最後の適用"
+
+#: ../../enterprise/godmode/policies/policy_agents.php:383
+msgid "Add to delete queue"
+msgstr "削除キューへの追加"
+
+#: ../../enterprise/godmode/policies/policy_agents.php:433
+msgid "This agent can not be remotely configured"
+msgstr "このエージェントはリモート設定できません"
+
+#: ../../enterprise/godmode/policies/policy_agents.php:457
+#: ../../enterprise/godmode/policies/policy_queue.php:176
+msgid "Add to apply queue"
+msgstr "適用キューへ追加"
+
+#: ../../enterprise/godmode/policies/policy_agents.php:474
+#: ../../enterprise/godmode/policies/policy_alerts.php:417
+#: ../../enterprise/godmode/policies/policy_external_alerts.php:252
+#: ../../enterprise/godmode/policies/policy_inventory_modules.php:264
+#: ../../enterprise/godmode/policies/policy_modules.php:1264
+msgid "Undo deletion"
+msgstr "削除取り消し"
+
+#: ../../enterprise/godmode/policies/policy_agents.php:488
+#: ../../enterprise/operation/agentes/policy_view.php:62
+msgid "Policy applied"
+msgstr "適用済ポリシー"
+
+#: ../../enterprise/godmode/policies/policy_agents.php:492
+msgid "Need apply"
+msgstr "要適用"
+
+#: ../../enterprise/godmode/policies/policy_agents.php:500
+msgid "Applying policy"
+msgstr "ポリシー適用中"
+
+#: ../../enterprise/godmode/policies/policy_agents.php:506
+msgid "Deleting from policy"
+msgstr "ポリシーから削除中"
+
+#: ../../enterprise/godmode/policies/policy_alerts.php:148
+#: ../../enterprise/godmode/policies/policy_external_alerts.php:73
+msgid "Created successfuly"
+msgstr "作成しました"
+
+#: ../../enterprise/godmode/policies/policy_alerts.php:164
+#: ../../enterprise/godmode/policies/policy_external_alerts.php:95
+msgid ""
+"Successfully added to delete pending alerts. Will be deleted in the next "
+"policy application."
+msgstr "削除待ちアラートを追加しました。次回のポリシー適用時に削除されます。"
+
+#: ../../enterprise/godmode/policies/policy_alerts.php:188
+#: ../../enterprise/godmode/policies/policy_external_alerts.php:120
+msgid "Added action successfuly"
+msgstr "アクションを追加しました"
+
+#: ../../enterprise/godmode/policies/policy_alerts.php:206
+#: ../../enterprise/godmode/policies/policy_external_alerts.php:140
+msgid "Deleted action successfuly"
+msgstr "アクションを削除しました"
+
+#: ../../enterprise/godmode/policies/policy_alerts.php:511
+msgid "Policy module"
+msgstr "ポリシーモジュール"
+
+#: ../../enterprise/godmode/policies/policy_collections.php:68
+msgid ""
+"Successfully added to delete the collection. Will be deleted in the next "
+"policy application."
+msgstr "コレクション削除を追加しました。次回のポリシー適用時に削除されます。"
+
+#: ../../enterprise/godmode/policies/policy_collections.php:161
+#: ../../enterprise/godmode/policies/policy_collections.php:213
+#: ../../enterprise/operation/agentes/collection_view.php:102
+#: ../../enterprise/operation/agentes/policy_view.php:164
+msgid "Outdate"
+msgstr "期限切れ"
+
+#: ../../enterprise/godmode/policies/policy_external_alerts.php:77
+msgid "Duplicated alert"
+msgstr "アラートが重複しています"
+
+#: ../../enterprise/godmode/policies/policy_external_alerts.php:170
+#: ../../enterprise/godmode/policies/policy_external_alerts.php:299
+msgid "Modules in policy agents"
+msgstr "ポリシーエージェント内のモジュール"
+
+#: ../../enterprise/godmode/policies/policy_external_alerts.php:315
+msgid "Alert Template"
+msgstr "アラートテンプレート"
+
+#: ../../enterprise/godmode/policies/policy_inventory_modules.php:65
+msgid "Module is not selected"
+msgstr "モジュールが選択されていません"
+
+#: ../../enterprise/godmode/policies/policy_inventory_modules.php:93
+#: ../../enterprise/godmode/policies/policy_modules.php:1082
+#: ../../enterprise/godmode/policies/policy_modules.php:1096
+msgid ""
+"Successfully added to delete pending modules. Will be deleted in the next "
+"policy application."
+msgstr "削除待ちモジュールに追加しました。次回のポリシー適用時に削除されます。"
+
+#: ../../enterprise/godmode/policies/policy_inventory_modules.php:186
+msgid "Select inventory module"
+msgstr "インベントリモジュールの選択"
+
+#: ../../enterprise/godmode/policies/policy_inventory_modules.php:235
+msgid "There are no defined inventory modules"
+msgstr "定義済のインベントリモジュールがありません"
+
+#: ../../enterprise/godmode/policies/policy_linking.php:26
+msgid "Linking modules"
+msgstr "リンク中モジュール"
+
+#: ../../enterprise/godmode/policies/policy_linking.php:53
+msgid "Error: Update linking modules to policy"
+msgstr "エラー: ポリシーへのモジュールリンク更新"
+
+#: ../../enterprise/godmode/policies/policy_linking.php:56
+msgid "Success: Update linking modules to policy"
+msgstr "成功: ポリシーへのモジュールリンク更新"
+
+#: ../../enterprise/godmode/policies/policy_linking.php:66
+msgid "Free text for filter (*)"
+msgstr "フィルタテキスト (*)"
+
+#: ../../enterprise/godmode/policies/policy_linking.php:67
+msgid "Free text for filter"
+msgstr "フィルタテキスト"
+
+#: ../../enterprise/godmode/policies/policy_linking.php:110
+msgid "List of modules unlinked"
+msgstr "未リンクモジュール一覧"
+
+#: ../../enterprise/godmode/policies/policy_linking.php:143
+msgid "There are no defined modules unlinked"
+msgstr "定義済の未リンクモジュールがありません"
+
+#: ../../enterprise/godmode/policies/policy_modules.php:262
+msgid ""
+"If you change this description, you must change into the text of Data "
+"configuration."
+msgstr "この説明を変更すると、データ設定のテキストを変更する必要があります。"
+
+#: ../../enterprise/godmode/policies/policy_modules.php:320
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1417
+#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:101
+#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:122
+#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:87
+#: ../../enterprise/meta/monitoring/wizard/wizard.update_module.php:39
+msgid "Edit module"
+msgstr "モジュールの編集"
+
+#: ../../enterprise/godmode/policies/policy_modules.php:351
+msgid "Module macros"
+msgstr "モジュールマクロ"
+
+#: ../../enterprise/godmode/policies/policy_modules.php:448
+msgid "Could not be added module(s). You must select a policy"
+msgstr "モジュールを追加できません。ポリシーを選択する必要があります。"
+
+#: ../../enterprise/godmode/policies/policy_modules.php:476
+#, php-format
+msgid "Successfully added module(s) (%s/%s) to policy %s"
+msgstr "モジュール (%s/%s) を、ポリシー %s に追加しました"
+
+#: ../../enterprise/godmode/policies/policy_modules.php:478
+#, php-format
+msgid "Could not be added module(s) (%s/%s) to policy %s"
+msgstr "モジュール (%s/%s) をポリシー %s に追加できませんでした"
+
+#: ../../enterprise/godmode/policies/policy_modules.php:768
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1908
+#: ../../enterprise/meta/include/functions_wizard_meta.php:2002
+msgid "Successfully added module."
+msgstr "モジュールを追加しました。"
+
+#: ../../enterprise/godmode/policies/policy_modules.php:769
+msgid "Could not be added module."
+msgstr "モジュールを追加できませんでした。"
+
+#: ../../enterprise/godmode/policies/policy_modules.php:1052
+msgid ""
+"The module type in Data configuration is empty, take from combo box of form."
+msgstr "データ設定内のモジュールタイプが空です。フォームから選択してください。"
+
+#: ../../enterprise/godmode/policies/policy_modules.php:1055
+msgid ""
+"The module name in Data configuration is empty, take from text field of form."
+msgstr "データ設定内のモジュール名が空です。テキストフィールドに入力してください。"
+
+#: ../../enterprise/godmode/policies/policy_modules.php:1086
+msgid "Could not be added to deleted all modules."
+msgstr "削除済の全モジュールへの追加ができませんでした。"
+
+#: ../../enterprise/godmode/policies/policy_modules.php:1172
+msgid "Successfully duplicate the module."
+msgstr "モジュールを複製しました。"
+
+#: ../../enterprise/godmode/policies/policy_modules.php:1232
+msgid "Local component"
+msgstr "ローカルコンポーネント"
+
+#: ../../enterprise/godmode/policies/policy_modules.php:1298
+msgid "There are no defined modules"
+msgstr "定義済のモジュールがありません"
+
+#: ../../enterprise/godmode/policies/policy_modules.php:1316
+msgid "Copy selected modules to policy: "
+msgstr "選択したモジュールをポリシーへコピー: "
+
+#: ../../enterprise/godmode/policies/policy_modules.php:1494
+msgid "Are you sure to copy modules into policy?\\n"
+msgstr "モジュールをポリシーにコピーしますか?\\n"
+
+#: ../../enterprise/godmode/policies/policy_modules.php:1514
+msgid "Please select any module to copy"
+msgstr "コピーするモジュールを選択してください"
+
+#: ../../enterprise/godmode/policies/policy_plugins.php:33
+msgid ""
+"Successfully added to delete pending plugins. Will be deleted in the next "
+"policy application."
+msgstr "削除待ちプラグインを追加しました。次回のポリシー適用時に削除されます。"
+
+#: ../../enterprise/godmode/policies/policy_plugins.php:34
+msgid "Cannot be added to delete pending plugins."
+msgstr "削除待ちプラグインを追加できません。"
+
+#: ../../enterprise/godmode/policies/policy_plugins.php:116
+msgid "There are no defined plugins"
+msgstr "定義済のプラグインがありません"
+
+#: ../../enterprise/godmode/policies/policy_queue.php:59
+#: ../../enterprise/meta/advanced/policymanager.queue.php:60
+msgid "Operation successfully deleted from the queue"
+msgstr "キューから操作を削除しました"
+
+#: ../../enterprise/godmode/policies/policy_queue.php:60
+#: ../../enterprise/meta/advanced/policymanager.queue.php:61
+msgid "Operation cannot be deleted from the queue"
+msgstr "キューから操作を削除できません"
+
+#: ../../enterprise/godmode/policies/policy_queue.php:101
+msgid "Operations successfully deleted from the queue"
+msgstr "キューから操作を削除しました"
+
+#: ../../enterprise/godmode/policies/policy_queue.php:102
+msgid "Operations cannot be deleted from the queue"
+msgstr "キューから操作を削除できません"
+
+#: ../../enterprise/godmode/policies/policy_queue.php:160
+msgid "Update pending"
+msgstr "更新待ち"
+
+#: ../../enterprise/godmode/policies/policy_queue.php:162
+msgid "Update pending agents"
+msgstr "更新待ちエージェント"
+
+#: ../../enterprise/godmode/policies/policy_queue.php:180
+msgid "Add to apply queue only for database"
+msgstr "データベースにのみ適用キューを追加"
+
+#: ../../enterprise/godmode/policies/policy_queue.php:186
+msgid "Link pending modules"
+msgstr "リンク待ちモジュール"
+
+#: ../../enterprise/godmode/policies/policy_queue.php:192
+msgid "Will be linked in the next policy application"
+msgstr "次回のポリシー適用でリンクされます"
+
+#: ../../enterprise/godmode/policies/policy_queue.php:195
+msgid "Unlink pending modules"
+msgstr "リンク解除待ちモジュール"
+
+#: ../../enterprise/godmode/policies/policy_queue.php:201
+msgid "Will be unlinked in the next policy application"
+msgstr "次回のポリシー適用でリンクが解除されます"
+
+#: ../../enterprise/godmode/policies/policy_queue.php:206
+msgid "Delete pending"
+msgstr "削除待ち"
+
+#: ../../enterprise/godmode/policies/policy_queue.php:208
+msgid "Delete pending agents"
+msgstr "削除待ちエージェント"
+
+#: ../../enterprise/godmode/policies/policy_queue.php:214
+#: ../../enterprise/godmode/policies/policy_queue.php:223
+#: ../../enterprise/godmode/policies/policy_queue.php:232
+#: ../../enterprise/godmode/policies/policy_queue.php:241
+#: ../../enterprise/godmode/policies/policy_queue.php:250
+#: ../../enterprise/godmode/policies/policy_queue.php:259
+#: ../../enterprise/godmode/policies/policy_queue.php:268
+msgid "Will be deleted in the next policy application"
+msgstr "次回のポリシー適用で削除されます"
+
+#: ../../enterprise/godmode/policies/policy_queue.php:217
+msgid "Delete pending modules"
+msgstr "削除待ちモジュール"
+
+#: ../../enterprise/godmode/policies/policy_queue.php:226
+msgid "Delete pending inventory modules"
+msgstr "削除待ちインベントリモジュール"
+
+#: ../../enterprise/godmode/policies/policy_queue.php:235
+msgid "Delete pending alerts"
+msgstr "削除待ちアラート"
+
+#: ../../enterprise/godmode/policies/policy_queue.php:244
+msgid "Delete pending external alerts"
+msgstr "削除待ち外部アラート"
+
+#: ../../enterprise/godmode/policies/policy_queue.php:253
+msgid "Delete pending file collections"
+msgstr "削除待ちファイルコレクション"
+
+#: ../../enterprise/godmode/policies/policy_queue.php:262
+msgid "Delete pending plugins"
+msgstr "削除待ちプラグイン"
+
+#: ../../enterprise/godmode/policies/policy_queue.php:274
+msgid "Advices"
+msgstr "アドバイス"
+
+#: ../../enterprise/godmode/policies/policy_queue.php:277
+msgid "Queue summary"
+msgstr "キューサマリ"
+
+#: ../../enterprise/godmode/policies/policy_queue.php:344
+#: ../../enterprise/meta/advanced/policymanager.queue.php:218
+msgid "Apply (database and files)"
+msgstr "適用 (データベースおよびファイル)"
+
+#: ../../enterprise/godmode/policies/policy_queue.php:344
+#: ../../enterprise/godmode/policies/policy_queue.php:418
+#: ../../enterprise/meta/advanced/policymanager.queue.php:218
+#: ../../enterprise/meta/advanced/policymanager.queue.php:309
+msgid "Apply (only database)"
+msgstr "適用 (データベースのみ)"
+
+#: ../../enterprise/godmode/policies/policy_queue.php:350
+#: ../../enterprise/meta/advanced/policymanager.queue.php:224
+msgid "Complete"
+msgstr "完了"
+
+#: ../../enterprise/godmode/policies/policy_queue.php:350
+#: ../../enterprise/meta/advanced/policymanager.queue.php:224
+msgid "Incomplete"
+msgstr "未完了"
+
+#: ../../enterprise/godmode/policies/policy_queue.php:364
+msgid "Queue filter"
+msgstr "キューフィルタ"
+
+#: ../../enterprise/godmode/policies/policy_queue.php:446
+#: ../../enterprise/meta/advanced/policymanager.queue.php:334
+msgid "Delete from queue"
+msgstr "キューから削除"
+
+#: ../../enterprise/godmode/policies/policy_queue.php:459
+msgid "Empty queue"
+msgstr "キューが空です"
+
+#: ../../enterprise/godmode/policies/policy_queue.php:476
+msgid "This operation could take a long time"
+msgstr "この操作は時間がかかります"
+
+#: ../../enterprise/godmode/policies/policy_queue.php:487
+msgid "Apply all"
+msgstr "すべて適用"
+
+#: ../../enterprise/godmode/policies/policy_queue.php:493
+msgid "Delete all"
+msgstr "すべて削除"
+
+#: ../../enterprise/godmode/reporting/graph_template_editor.php:73
+#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:49
+msgid "Graph template editor"
+msgstr "グラフテンプレートエディタ"
+
+#: ../../enterprise/godmode/reporting/graph_template_editor.php:136
+msgid "Template updated successfully"
+msgstr "テンプレートを更新しました"
+
+#: ../../enterprise/godmode/reporting/graph_template_editor.php:137
+msgid "Error updating template"
+msgstr "テンプレート更新エラー"
+
+#: ../../enterprise/godmode/reporting/graph_template_editor.php:183
+msgid "3 hours"
+msgstr "3時間"
+
+#: ../../enterprise/godmode/reporting/graph_template_editor.php:188
+msgid "4 days"
+msgstr "4日"
+
+#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:149
+#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:207
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1948
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2012
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2105
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2179
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2450
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2548
+msgid "Exact match"
+msgstr "完全一致"
+
+#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:165
+msgid "Decrease Weight"
+msgstr "ウエイトを減らす"
+
+#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:168
+msgid "Increase Weight"
+msgstr "ウエイトを増やす"
+
+#: ../../enterprise/godmode/reporting/graph_template_list.php:70
+msgid "Graph template management"
+msgstr "グラフテンプレート管理"
+
+#: ../../enterprise/godmode/reporting/graph_template_list.php:163
+msgid "There are no defined graph templates"
+msgstr "定義済のグラフテンプレートがありません"
+
+#: ../../enterprise/godmode/reporting/graph_template_list.php:168
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:118
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:389
+msgid "Create template"
+msgstr "テンプレートの作成"
+
+#: ../../enterprise/godmode/reporting/graph_template_wizard.php:64
+#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:151
+msgid "Cleanup sucessfully"
+msgstr "整理しました"
+
+#: ../../enterprise/godmode/reporting/graph_template_wizard.php:67
+#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:154
+msgid "Cleanup error"
+msgstr "整理エラー"
+
+#: ../../enterprise/godmode/reporting/graph_template_wizard.php:97
+msgid "Wizard template"
+msgstr "ウィザードテンプレート"
+
+#: ../../enterprise/godmode/reporting/graph_template_wizard.php:142
+#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:256
+msgid "Clean up template"
+msgstr "整理テンプレート"
+
+#: ../../enterprise/godmode/reporting/graph_template_wizard.php:173
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:462
+#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:381
+msgid "Agents available"
+msgstr "存在するエージェント"
+
+#: ../../enterprise/godmode/reporting/graph_template_wizard.php:173
+#: ../../enterprise/godmode/reporting/graph_template_wizard.php:179
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:463
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:466
+#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:380
+#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:386
+msgid "Select all"
+msgstr "全てを選択"
+
+#: ../../enterprise/godmode/reporting/graph_template_wizard.php:179
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:465
+#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:387
+msgid "Agents to apply"
+msgstr "適用するエージェント"
+
+#: ../../enterprise/godmode/reporting/graph_template_wizard.php:204
+#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:408
+msgid "Add agents to template"
+msgstr "テンプレートにエージェントを追加"
+
+#: ../../enterprise/godmode/reporting/graph_template_wizard.php:208
+#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:412
+msgid "Undo agents to template"
+msgstr "エージェントをテンプレートから外します"
+
+#: ../../enterprise/godmode/reporting/graph_template_wizard.php:227
+#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:430
+msgid "Apply template"
+msgstr "テンプレート適用"
+
+#: ../../enterprise/godmode/reporting/graph_template_wizard.php:389
+#: ../../enterprise/godmode/reporting/graph_template_wizard.php:421
+#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:755
+#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:786
+msgid "Please set template distinct than "
+msgstr "次より明確なテンプレートを指定してください: "
+
+#: ../../enterprise/godmode/reporting/graph_template_wizard.php:416
+#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:781
+msgid ""
+"This will be delete all reports created in previous template applications. "
+"Do you want to continue?"
+msgstr "以前のテンプレート内の全レポートを削除します。続けますか?"
+
+#: ../../enterprise/godmode/reporting/mysql_builder.php:28
+#: ../../enterprise/godmode/reporting/mysql_builder.php:122
+msgid "Custom Mysql template builder"
+msgstr "カスタム Mysql テンプレートビルダ"
+
+#: ../../enterprise/godmode/reporting/mysql_builder.php:59
+msgid "Create custom SQL"
+msgstr "カスタム SQL 作成"
+
+#: ../../enterprise/godmode/reporting/mysql_builder.php:70
+msgid ": Create new custom"
+msgstr ": 新規カスタム作成"
+
+#: ../../enterprise/godmode/reporting/mysql_builder.php:90
+msgid "Create new custom"
+msgstr "設定の新規作成"
+
+#: ../../enterprise/godmode/reporting/mysql_builder.php:125
+msgid "Successfully operation"
+msgstr "操作が完了しました"
+
+#: ../../enterprise/godmode/reporting/mysql_builder.php:125
+msgid "Could not be operation"
+msgstr "操作を完了できませんでした"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:68
+msgid "Advance Reporting"
+msgstr "拡張レポート"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.global.php:73
+#: ../../enterprise/include/functions_reporting.php:38
+msgid "Global"
+msgstr "全体"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.global.php:101
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:143
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:169
+msgid "Elements to apply"
+msgstr "適用する要素"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.global.php:189
+msgid "Sum"
+msgstr "合計"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.global.php:284
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1620
+msgid ">="
+msgstr ">="
+
+#: ../../enterprise/godmode/reporting/reporting_builder.global.php:286
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1622
+msgid "<"
+msgstr "<"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.global.php:304
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1653
+msgid ""
+"Show a resume table with max, min, average of total modules on the report "
+"bottom"
+msgstr "レポートの下に、全モジュールの最大、最小、平均とともに、復旧表を表示"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:81
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:90
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:134
+#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:100
+msgid "Edit template"
+msgstr "テンプレートの編集"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:130
+msgid "List templates"
+msgstr "テンプレート一覧"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:291
+#: ../../enterprise/operation/reporting/custom_reporting.php:17
+msgid "PDF"
+msgstr "PDF"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:292
+#: ../../enterprise/operation/reporting/custom_reporting.php:19
+msgid "JSON"
+msgstr "JSON"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:346
+#: ../../enterprise/operation/reporting/custom_reporting.php:50
+msgid "Export to PDF"
+msgstr "PDF にエクスポート"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:348
+#: ../../enterprise/operation/reporting/custom_reporting.php:54
+msgid "Export to JSON"
+msgstr "JSONへエクスポート"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:384
+msgid "You haven't created templates yet."
+msgstr "テンプレートが作成されていません。"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:397
+msgid "Generate a dynamic report\""
+msgstr "ダイナミックレポートの生成"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:474
+msgid "Add agents"
+msgstr "エージェント追加"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:477
+msgid "Undo agents"
+msgstr "エージェント追加取り消し"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:485
+msgid "Generate"
+msgstr "生成"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.template.php:768
+#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:759
+msgid "Please set agent distinct than "
+msgstr "エージェントを次のもの以外で明確にしてください: "
+
+#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:105
+msgid "Advance Options"
+msgstr "拡張オプション"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1464
+msgid ""
+"Case insensitive regular expression for agent name. For example: Network.* "
+"will match with the following agent names: network_agent1, NetworK CHECKS"
+msgstr ""
+"エージェント名に対して大文字小文字を区別しない正規表現です。例: Network.* は、network_agent1, NetworKCHECKS "
+"というエージェント名にマッチします。"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1478
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2058
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2229
+msgid ""
+"Case insensitive regular expression or string for module name. For example: "
+"if you use this field with \"Module exact match\" enabled then this field "
+"has to be fulfilled with the literally string of the module name, if not you "
+"can use a regular expression. Example: .*usage.* will match: cpu_usage, vram "
+"usage in matchine 1."
+msgstr ""
+"モジュール名に対して大文字小文字を区別しない正規表現または文字列です。例: \"モジュール完全一致\" "
+"を有効にしてこのフィールドを使った場合は、モジュール名の文字列そのままの指定です。そうでない場合は正規表現です。例えば .*usage.* "
+"は、cpu_usage、vram usage in machine 1 にマッチします。"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1489
+msgid "Module exact match"
+msgstr "モジュール完全一致"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1489
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1995
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2060
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2158
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2233
+msgid "Check it if you want to match module name literally"
+msgstr "モジュール名の文字列通りにマッチさせたい場合にチェックします"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1529
+msgid "Query SQL"
+msgstr "SQL クエリ"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1544
+msgid "SQL preview"
+msgstr "SQL プレビュー"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1606
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:267
+msgid ""
+"If this option was checked, only adding in elements that type of modules "
+"support this option."
+msgstr "このオプションをチェックすると、このオプションをサポートするモジュールタイプの要素のみ追加できます。"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1772
+msgid "Modules to match"
+msgstr "マッチするモジュール"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1774
+msgid "Select the modules to match when create a report for agents"
+msgstr "エージェントのレポートを作成する時にマッチするモジュールを選択します"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1855
+msgid "Modules to match (Free text)"
+msgstr "マッチするモジュール (任意のテキスト)"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1857
+msgid "Free text to filter the modules of agents when apply this template."
+msgstr "このテンプレートを適用する時のエージェントのモジュールフィルタテキスト"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1871
+msgid "Create a graph for each agent"
+msgstr "それぞれのエージェントのグラフ作成"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1873
+msgid ""
+"If it is checked, the regexp or name of modules match only each to each to "
+"agent, instead create a big graph with all modules from all agents."
+msgstr ""
+"チェックした場合、それぞれのエージェントでモジュール名または正規表現でマッチします。そうでなければ、全エージェントの全モジュールの大きなグラフを生成します"
+"。"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1960
+msgid "Please save the SLA template for start to add items in this list."
+msgstr "この一覧へのアイテム追加を開始するには、SLA テンプレートを保存してください。"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2009
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2176
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2453
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2551
+msgid "Not literally"
+msgstr "存在しません"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2053
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2223
+msgid ""
+"Case insensitive regular expression for agent name. For example: Network* "
+"will match with the following agent names: network_agent1, NetworK CHECKS"
+msgstr ""
+"エージェント名に対して大文字小文字を区別しない正規表現です。例: Network* は、network_agent1、NetworKCHECKS "
+"というエージェント名にマッチします。"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2120
+msgid "Please save the template to start adding items into the list."
+msgstr "一覧へのアイテム追加を開始するには、テンプレートを保存してください。"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2472
+msgid "Name and SLA limit should not be empty"
+msgstr "名前と SLA 制限は空にできません"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:194
+msgid "Sucessfully applied"
+msgstr "適用しました"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:194
+msgid "reports"
+msgstr "レポート"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:194
+msgid "items"
+msgstr "アイテム"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:196
+msgid "Could not be applied"
+msgstr "適用できません"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:216
+msgid "Create template report wizard"
+msgstr "レポートウィザードテンプレート作成"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:263
+msgid "Create report per agent"
+msgstr "エージェントごとのレポート作成"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:272
+msgid ""
+"Left in blank if you want to use default name: Template name - agents (num "
+"agents) - Date"
+msgstr "デフォルトの名前「テンプレート名 - エージェント (エージェント数) - 日付」 を利用したい場合は、空白にしてください。"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:278
+msgid "Target group"
+msgstr "対象グループ"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:305
+msgid "Filter by"
+msgstr "フィルタ"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:368
+msgid "Filter tag"
+msgstr "タグフィルタ"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:183
+msgid "Order:"
+msgstr "並び順:"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:203
+msgid ""
+"Show a resume table with max, min, average of total modules on the report "
+"bottom:"
+msgstr "レポートの下に全モジュールの最大、最小、平均を含む復旧表を表示:"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:218
+msgid "Show address instead module name"
+msgstr "モジュール名の代わりにアドレスを表示"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:89
+#: ../../enterprise/include/functions_reporting.php:35
+msgid "Wizard SLA"
+msgstr "SLAウィザード"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:115
+msgid "hourly S.L.A."
+msgstr "時間ごとの S.L.A."
+
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:116
+msgid "Availability Graph S.L.A."
+msgstr "S.L.A. 可用性グラフ"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:203
+msgid "SLA min value"
+msgstr "SLA 最小値"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:204
+msgid "SLA min Value"
+msgstr "SLA 最小値"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:207
+msgid "SLA max value"
+msgstr "SLA 最大値"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:208
+msgid "SLA max Value"
+msgstr "SLA 最大値"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:211
+msgid "SLA Limit %"
+msgstr "SLA 制限 %"
+
+#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:212
+msgid "SLA Limit Value"
+msgstr "SLA 制限値"
+
+#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:104
+msgid "Available"
+msgstr "利用可能"
+
+#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:113
+msgid "Push the selected services into the list"
+msgstr "選択したサービスを一覧に入れる"
+
+#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:118
+msgid "Remove the services from the list"
+msgstr "一覧からサービスを削除"
+
+#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:172
+msgid "Icon preview"
+msgstr "アイコンプレビュー"
+
+#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:238
+msgid "The services list is empty"
+msgstr "サービス一覧が空です"
+
+#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:30
+msgid "Credential Boxes List"
+msgstr "権限ボックス一覧"
+
+#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:33
+msgid "Credential Boxes"
+msgstr "権限ボックス"
+
+#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:374
+#: ../../enterprise/godmode/servers/list_satellite.php:69
+msgid "No Data"
+msgstr "データなし"
+
+#: ../../enterprise/godmode/servers/list_satellite.php:26
+msgid "Satellite Server"
+msgstr "サテライトサーバ"
+
+#: ../../enterprise/godmode/servers/manage_credential_boxes.php:20
+msgid "Add Credential Box"
+msgstr "権限ボックス追加"
+
+#: ../../enterprise/godmode/servers/manage_export.php:61
+msgid "Error updating export target"
+msgstr "エクスポートターゲットの更新に失敗しました。"
+
+#: ../../enterprise/godmode/servers/manage_export.php:64
+msgid "Successfully updated export target"
+msgstr "エクスポートターゲットを更新しました。"
+
+#: ../../enterprise/godmode/servers/manage_export.php:73
+msgid "Error deleting export target"
+msgstr "エクスポートターゲットの削除に失敗しました。"
+
+#: ../../enterprise/godmode/servers/manage_export.php:76
+msgid "Successfully deleted export target"
+msgstr "エクスポートターゲットを削除しました。"
+
+#: ../../enterprise/godmode/servers/manage_export.php:98
+msgid ""
+"Can't be created export target: User and password must be filled with FTP "
+"mode"
+msgstr "エクスポートターゲットを作成できません: FTP モードではユーザとパスワードを入力する必要があります"
+
+#: ../../enterprise/godmode/servers/manage_export.php:121
+msgid "There are no defined export targets"
+msgstr "定義済のエクスポートターゲットがありません"
+
+#: ../../enterprise/godmode/servers/manage_export.php:131
+#: ../../enterprise/godmode/servers/manage_export_form.php:76
+msgid "Preffix"
+msgstr "プレフィックス"
+
+#: ../../enterprise/godmode/servers/manage_export.php:131
+#: ../../enterprise/godmode/servers/manage_export_form.php:88
+msgid "Transfer mode"
+msgstr "転送モード"
+
+#: ../../enterprise/godmode/servers/manage_export_form.php:109
+msgid "Target directory"
+msgstr "対象ディレクトリ"
+
+#: ../../enterprise/godmode/servers/manage_export_form.php:113
+msgid "Extra options"
+msgstr "拡張オプション"
+
+#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:129
+msgid "Error: The conf file of server is not readble."
+msgstr "エラー: サービスの設定ファイルを読めません。"
+
+#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:134
+msgid "Error: The conf file of server is not writable."
+msgstr "エラー: サービスの設定ファイルに書き込めません。"
+
+#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:159
+msgid "Delete remote conf server files in Pandora"
+msgstr "Pandora が保持しているリモートコンフィグファイルを削除します"
+
+#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:163
+msgid ""
+"Delete this conf file implies that Pandora will send back local config to "
+"console"
+msgstr "コンフィグファイルを削除すると、ローカルの設定ファイルをコンソールに再送します"
+
+#: ../../enterprise/godmode/services/services.elements.php:70
+#: ../../enterprise/godmode/services/services.service.php:266
+msgid ""
+"This values are by default because the service is auto calculate mode."
+msgstr "サービスが自動計算モードのため、デフォルト値です。"
+
+#: ../../enterprise/godmode/services/services.elements.php:82
+msgid "Invalid service"
+msgstr "不正なサービスです"
+
+#: ../../enterprise/godmode/services/services.elements.php:96
+#: ../../enterprise/godmode/services/services.service.php:171
+#: ../../enterprise/operation/services/services.service.php:55
+#: ../../enterprise/operation/services/services.service_map.php:63
+#: ../../enterprise/operation/services/services.table_services.php:39
+msgid "Services list"
+msgstr "サービス一覧"
+
+#: ../../enterprise/godmode/services/services.elements.php:102
+#: ../../enterprise/godmode/services/services.service.php:177
+#: ../../enterprise/operation/services/services.service.php:61
+#: ../../enterprise/operation/services/services.service_map.php:69
+msgid "Services table view"
+msgstr "サービス一覧表示"
+
+#: ../../enterprise/godmode/services/services.elements.php:109
+#: ../../enterprise/godmode/services/services.service.php:182
+#: ../../enterprise/operation/services/services.service.php:66
+#: ../../enterprise/operation/services/services.service_map.php:75
+msgid "Config Service"
+msgstr "サービス設定"
+
+#: ../../enterprise/godmode/services/services.elements.php:115
+#: ../../enterprise/godmode/services/services.service.php:187
+#: ../../enterprise/operation/services/services.service.php:71
+#: ../../enterprise/operation/services/services.service_map.php:81
+msgid "Config Elements"
+msgstr "要素編集"
+
+#: ../../enterprise/godmode/services/services.elements.php:123
+#: ../../enterprise/godmode/services/services.service.php:194
+#: ../../enterprise/operation/services/services.service.php:79
+#: ../../enterprise/operation/services/services.service_map.php:89
+msgid "View Service"
+msgstr "サービス参照"
+
+#: ../../enterprise/godmode/services/services.elements.php:130
+#: ../../enterprise/godmode/services/services.service.php:200
+#: ../../enterprise/operation/services/services.service.php:85
+#: ../../enterprise/operation/services/services.service_map.php:95
+msgid "Service map"
+msgstr "サービスマップ"
+
+#: ../../enterprise/godmode/services/services.elements.php:142
+#: ../../enterprise/include/functions_services.php:1647
+msgid "Edit service elements"
+msgstr "サービス要素編集"
+
+#: ../../enterprise/godmode/services/services.elements.php:156
+msgid "Error empty module"
+msgstr "モジュールが空です"
+
+#: ../../enterprise/godmode/services/services.elements.php:165
+msgid "Error empty agent"
+msgstr "エージェントが空です"
+
+#: ../../enterprise/godmode/services/services.elements.php:174
+msgid "Error empty service"
+msgstr "サービスが空です"
+
+#: ../../enterprise/godmode/services/services.elements.php:196
+msgid "Service element created successfully"
+msgstr "サービス要素を作成しました"
+
+#: ../../enterprise/godmode/services/services.elements.php:197
+msgid "Error creating service element"
+msgstr "サービス要素の作成エラー"
+
+#: ../../enterprise/godmode/services/services.elements.php:271
+msgid "Service element updated successfully"
+msgstr "サービス要素を更新しました"
+
+#: ../../enterprise/godmode/services/services.elements.php:272
+msgid "Error updating service element"
+msgstr "サービス要素の更新エラー"
+
+#: ../../enterprise/godmode/services/services.elements.php:279
+msgid "Service element deleted successfully"
+msgstr "サービス要素を削除しました"
+
+#: ../../enterprise/godmode/services/services.elements.php:280
+msgid "Error deleting service element"
+msgstr "サービス要素の削除エラー"
+
+#: ../../enterprise/godmode/services/services.elements.php:318
+msgid "Edit element service"
+msgstr "サービス要素編集"
+
+#: ../../enterprise/godmode/services/services.elements.php:321
+msgid "Create element service"
+msgstr "サービス要素作成"
+
+#: ../../enterprise/godmode/services/services.elements.php:371
+msgid "First select an agent"
+msgstr "最初にエージェントを選択"
+
+#: ../../enterprise/godmode/services/services.elements.php:389
+msgid "Critical weight"
+msgstr "障害ウエイト"
+
+#: ../../enterprise/godmode/services/services.elements.php:394
+msgid "Warning weight"
+msgstr "警告ウエイト"
+
+#: ../../enterprise/godmode/services/services.elements.php:399
+msgid "Unknown weight"
+msgstr "不明ウエイト"
+
+#: ../../enterprise/godmode/services/services.elements.php:404
+msgid "Ok weight"
+msgstr "正常ウエイト"
+
+#: ../../enterprise/godmode/services/services.elements.php:412
+msgid ""
+"Only the critical elements are relevant to calculate the service status"
+msgstr "障害状態のもののみがサービス状態の計算に使われます"
+
+#: ../../enterprise/godmode/services/services.service.php:54
+#: ../../enterprise/operation/services/services.list.php:507
+#: ../../enterprise/operation/services/services.table_services.php:375
+msgid "Create Service"
+msgstr "サービスの作成"
+
+#: ../../enterprise/godmode/services/services.service.php:62
+msgid "Service created successfully"
+msgstr "サービスを作成しました"
+
+#: ../../enterprise/godmode/services/services.service.php:63
+msgid "Error creating service"
+msgstr "サービス作成エラー"
+
+#: ../../enterprise/godmode/services/services.service.php:85
+msgid "No name and description specified for the service"
+msgstr "サービスに名前と説明がありません"
+
+#: ../../enterprise/godmode/services/services.service.php:90
+msgid "No name specified for the service"
+msgstr "サービスに名前がありません"
+
+#: ../../enterprise/godmode/services/services.service.php:95
+msgid "No description specified for the service"
+msgstr "サービスに説明がありません"
+
+#: ../../enterprise/godmode/services/services.service.php:109
+msgid "Error updating service"
+msgstr "サービスの更新エラー"
+
+#: ../../enterprise/godmode/services/services.service.php:113
+msgid "Service updated successfully"
+msgstr "サービスを更新しました"
+
+#: ../../enterprise/godmode/services/services.service.php:126
+#: ../../enterprise/godmode/services/services.service.php:153
+#: ../../enterprise/operation/services/services.service.php:37
+#: ../../enterprise/operation/services/services.service_map.php:44
+msgid "Not found"
+msgstr "見つかりません"
+
+#: ../../enterprise/godmode/services/services.service.php:130
+msgid "New Service"
+msgstr "新規サービス"
+
+#: ../../enterprise/godmode/services/services.service.php:229
+msgid "No Services or concrete action"
+msgstr "サービスまたは具体的なアクションがありません"
+
+#: ../../enterprise/godmode/services/services.service.php:240
+msgid "General Data"
+msgstr "一般データ"
+
+#: ../../enterprise/godmode/services/services.service.php:256
+msgid "You should set the weights manually"
+msgstr "手動でウエイトを設定する必要があります"
+
+#: ../../enterprise/godmode/services/services.service.php:259
+msgid "The weights have default values"
+msgstr "ウエイトはデフォルト値です"
+
+#: ../../enterprise/godmode/services/services.service.php:261
+#: ../../enterprise/operation/services/services.list.php:191
+#: ../../enterprise/operation/services/services.table_services.php:160
+msgid "Simple"
+msgstr "シンプル"
+
+#: ../../enterprise/godmode/services/services.service.php:262
+msgid ""
+"Only the elements configured as 'critical element' are used to calculate the "
+"service status"
+msgstr "'障害' として設定されているもののみサービスの状態計算に利用されます。"
+
+#: ../../enterprise/godmode/services/services.service.php:282
+msgid "Agent to store data"
+msgstr "データを保存するエージェント"
+
+#: ../../enterprise/godmode/services/services.service.php:305
+msgid "S.L.A. interval"
+msgstr "SLA 間隔"
+
+#: ../../enterprise/godmode/services/services.service.php:310
+msgid "S.L.A. limit"
+msgstr "SLA 制限"
+
+#: ../../enterprise/godmode/services/services.service.php:312
+msgid "Please set limit between 0 to 100."
+msgstr "制限は、0 と 100 の間で設定してください。"
+
+#: ../../enterprise/godmode/services/services.service.php:320
+msgid ""
+"Here are described the alert templates, which will use their default "
+"actions.\n"
+"\t\tYou can modify the default behaviour editing alerts in the agent who "
+"stores data and alert definitions about the service and the SLA status."
+msgstr ""
+"アラートテンプレートの説明です。デフォルトのアクションで利用されます。\n"
+"\t\tデータが存在しサービスとSLAの状態に関するアラートの定義があるエージェントでアラートを編集することによりデフォルトの動作を変更できます。"
+
+#: ../../enterprise/godmode/services/services.service.php:334
+msgid "Warning Service alert"
+msgstr "警告サービスアラート"
+
+#: ../../enterprise/godmode/services/services.service.php:345
+msgid "Critical Service alert"
+msgstr "障害サービスアラート"
+
+#: ../../enterprise/godmode/services/services.service.php:363
+msgid "SLA critical service alert"
+msgstr "SLA 障害サービスアラート"
+
+#: ../../enterprise/godmode/setup/edit_skin.php:42
+#: ../../enterprise/godmode/setup/setup_skins.php:36
+msgid "Skins configuration"
+msgstr "スキン設定"
+
+#: ../../enterprise/godmode/setup/edit_skin.php:45
+msgid "Successfully updated skin"
+msgstr "スキンを更新しました"
+
+#: ../../enterprise/godmode/setup/edit_skin.php:48
+#: ../../enterprise/godmode/setup/edit_skin.php:60
+msgid "Error updating skin"
+msgstr "スキン更新エラー"
+
+#: ../../enterprise/godmode/setup/edit_skin.php:171
+msgid "Error creating skin"
+msgstr "スキン作成エラー"
+
+#: ../../enterprise/godmode/setup/edit_skin.php:176
+msgid "Successfully created skin"
+msgstr "スキンを作成しました"
+
+#: ../../enterprise/godmode/setup/edit_skin.php:216
+#: ../../enterprise/godmode/setup/setup_skins.php:118
+msgid "Relative path"
+msgstr "相対パス"
+
+#: ../../enterprise/godmode/setup/edit_skin.php:217
+msgid ""
+"Zip file with skin subdirectory. The name of the zip file only can have "
+"alphanumeric characters."
+msgstr "skin サブディレクトリを持った zip ファイル。zip ファイル名に使える文字は、アルファベットのみです。"
+
+#: ../../enterprise/godmode/setup/edit_skin.php:239
+msgid "Group/s"
+msgstr "グループ"
+
+#: ../../enterprise/godmode/setup/setup.php:38
+msgid ""
+"Before activating this option check your ACL Setup. You may lose access to "
+"the console."
+msgstr "このオプションを有効化する前に ACL 設定を確認してください。コンソールへのアクセスができなくなる可能性があります。"
+
+#: ../../enterprise/godmode/setup/setup.php:48
+msgid " Bytes"
+msgstr " バイト"
+
+#: ../../enterprise/godmode/setup/setup.php:64
+msgid "Seconds"
+msgstr "秒"
+
+#: ../../enterprise/godmode/setup/setup.php:72
+msgid ""
+"Limit the number of events that are replicated metaconsole each specified "
+"range."
+msgstr "指定した範囲でメタコンソールへ複製するイベントの数を制限します。"
+
+#: ../../enterprise/godmode/setup/setup.php:78
+msgid "Last replication at"
+msgstr "最新の複製"
+
+#: ../../enterprise/godmode/setup/setup.php:80
+msgid "No replication yet"
+msgstr "複製されていません"
+
+#: ../../enterprise/godmode/setup/setup.php:90
+msgid "Only validated events"
+msgstr "承諾済イベントのみ"
+
+#: ../../enterprise/godmode/setup/setup.php:105
+msgid "Metaconsole DB engine"
+msgstr "メタコンソール DB エンジン"
+
+#: ../../enterprise/godmode/setup/setup.php:106
+msgid "MySQL"
+msgstr "MySQL"
+
+#: ../../enterprise/godmode/setup/setup.php:106
+msgid "Oracle"
+msgstr "Oracle"
+
+#: ../../enterprise/godmode/setup/setup.php:112
+msgid "Metaconsole DB host"
+msgstr "メタコンソール DB ホスト"
+
+#: ../../enterprise/godmode/setup/setup.php:119
+msgid "Metaconsole DB name"
+msgstr "メタコンソール DB 名"
+
+#: ../../enterprise/godmode/setup/setup.php:126
+msgid "Metaconsole DB user"
+msgstr "メタコンソール DB ユーザ"
+
+#: ../../enterprise/godmode/setup/setup.php:133
+msgid "Metaconsole DB password"
+msgstr "メタコンソール DB パスワード"
+
+#: ../../enterprise/godmode/setup/setup.php:140
+msgid "Metaconsole DB port"
+msgstr "メタコンソール DB ポート"
+
+#: ../../enterprise/godmode/setup/setup.php:156
+msgid ""
+"The inventory modules included in the changes blacklist will not generate "
+"events when change."
+msgstr "ブラックリストに含まれるインベントリモジュールは、変更が発生してもイベントを生成しません。"
+
+#: ../../enterprise/godmode/setup/setup.php:187
+msgid "Out of black list"
+msgstr "ブラックリスト対象外"
+
+#: ../../enterprise/godmode/setup/setup.php:189
+msgid "In black list"
+msgstr "ブラックリスト対象"
+
+#: ../../enterprise/godmode/setup/setup.php:195
+msgid "Push selected modules into blacklist"
+msgstr "選択したモジュールをブラックリストへ追加"
+
+#: ../../enterprise/godmode/setup/setup.php:199
+msgid "Pop selected modules out of blacklist"
+msgstr "選択したモジュールをブラックリストから削除"
+
+#: ../../enterprise/godmode/setup/setup.php:225
+msgid "Enterprise options"
+msgstr "Enterprise オプション"
+
+#: ../../enterprise/godmode/setup/setup.php:258
+#: ../../enterprise/meta/advanced/metasetup.password.php:85
+msgid " Caracters"
+msgstr " 文字"
+
+#: ../../enterprise/godmode/setup/setup.php:271
+#: ../../enterprise/meta/advanced/metasetup.password.php:101
+msgid "Set 0 if never expire."
+msgstr "0 に設定すると期限切れは発生しません"
+
+#: ../../enterprise/godmode/setup/setup.php:272
+#: ../../enterprise/meta/advanced/metasetup.password.php:102
+msgid " Days"
+msgstr " 日"
+
+#: ../../enterprise/godmode/setup/setup.php:281
+#: ../../enterprise/meta/advanced/metasetup.password.php:113
+msgid " Minutes"
+msgstr " 分"
+
+#: ../../enterprise/godmode/setup/setup.php:285
+#: ../../enterprise/meta/advanced/metasetup.password.php:117
+msgid "Two attempts minimum"
+msgstr "最小は 2回です"
+
+#: ../../enterprise/godmode/setup/setup.php:286
+#: ../../enterprise/meta/advanced/metasetup.password.php:118
+msgid " Attempts"
+msgstr " 回"
+
+#: ../../enterprise/godmode/setup/setup.php:318
+msgid "Enterprise password policy"
+msgstr "Enterprise パスワードポリシー"
+
+#: ../../enterprise/godmode/setup/setup.php:319
+msgid ""
+"Rules applied to the management of passwords. This policy applies to all "
+"users except the administrator."
+msgstr "パスワード管理に適用するルールです。このポリシーは、管理者以外の全ユーザに適用されます。"
+
+#: ../../enterprise/godmode/setup/setup_acl.php:40
+msgid "Enterprise ACL setup"
+msgstr "Enterprise ACL 設定"
+
+#: ../../enterprise/godmode/setup/setup_acl.php:85
+#: ../../enterprise/godmode/setup/setup_acl.php:117
+msgid "Add new ACL element to profile"
+msgstr "プロファイルへの新ACL要素の追加"
+
+#: ../../enterprise/godmode/setup/setup_acl.php:90
+#: ../../enterprise/godmode/setup/setup_acl.php:162
+msgid "Section"
+msgstr "セクション"
+
+#: ../../enterprise/godmode/setup/setup_acl.php:95
+#: ../../enterprise/godmode/setup/setup_acl.php:251
+msgid "Mobile"
+msgstr "モバイル"
+
+#: ../../enterprise/godmode/setup/setup_acl.php:99
+#: ../../enterprise/godmode/setup/setup_acl.php:163
+msgid "Section 2"
+msgstr "セクション 2"
+
+#: ../../enterprise/godmode/setup/setup_acl.php:104
+#: ../../enterprise/godmode/setup/setup_acl.php:164
+msgid "Section 3"
+msgstr "セクション 3"
+
+#: ../../enterprise/godmode/setup/setup_acl.php:116
+msgid "Hidden"
+msgstr "隠す"
+
+#: ../../enterprise/godmode/setup/setup_acl.php:122
+msgid "Page"
+msgstr "ページ"
+
+#: ../../enterprise/godmode/setup/setup_acl.php:141
+msgid "Filter by profile"
+msgstr "プロファイルによるフィルタ"
+
+#: ../../enterprise/godmode/setup/setup_auth.php:31
+msgid "Active directory"
+msgstr "アクティブディレクトリ"
+
+#: ../../enterprise/godmode/setup/setup_auth.php:32
+msgid "Remote Pandora FMS"
+msgstr "リモートの Pandora FMS"
+
+#: ../../enterprise/godmode/setup/setup_auth.php:33
+msgid "Remote Babel Enterprise"
+msgstr "リモートの Babel Enterprise"
+
+#: ../../enterprise/godmode/setup/setup_auth.php:34
+msgid "Remote Integria"
+msgstr "リモートの Integria"
+
+#: ../../enterprise/godmode/setup/setup_auth.php:35
+msgid "SAML"
+msgstr "SAML"
+
+#: ../../enterprise/godmode/setup/setup_auth.php:154
+msgid "You must select a profile from the list of profiles."
+msgstr "プロファイル一覧からぷらファイルを選択する必要があります。"
+
+#: ../../enterprise/godmode/setup/setup_auth.php:346
+msgid "SimpleSAML path"
+msgstr "SimpleSAML パス"
+
+#: ../../enterprise/godmode/setup/setup_auth.php:346
+msgid ""
+"Select the path where SimpleSAML has been installed (by default '/opt/')"
+msgstr "SimpleSAML がインストールされているパスを選択 (デフォルトは '/opt/')"
+
+#: ../../enterprise/godmode/setup/setup_auth.php:355
+msgid ""
+"Enable this option to assign profiles, groups and tags to users from "
+"specific AD groups (updated at the next login)"
+msgstr ""
+"特定の AD グループからユーザにプロファイル、グループ、タグを割り当てるには、このオプションを有効化します。(次回のログインから有効になります)"
+
+#: ../../enterprise/godmode/setup/setup_auth.php:389
+#: ../../enterprise/meta/include/functions_meta.php:754
+msgid "Auto enable node access"
+msgstr "自動ノードアクセスの有効化"
+
+#: ../../enterprise/godmode/setup/setup_auth.php:390
+msgid "New users will be able to log in to the nodes."
+msgstr "新規ユーザがノードにログインできます。"
+
+#: ../../enterprise/godmode/setup/setup_auth.php:427
+#: ../../enterprise/godmode/setup/setup_auth.php:468
+msgid "AD Groups"
+msgstr "ADグループ"
+
+#: ../../enterprise/godmode/setup/setup_auth.php:470
+msgid "Select profile"
+msgstr "プロファイルを選択"
+
+#: ../../enterprise/godmode/setup/setup_auth.php:479
+msgid "Add new permissions"
+msgstr "新規の権限を追加"
+
+#: ../../enterprise/godmode/setup/setup_history.php:49
+msgid "Enable event history"
+msgstr "イベントヒストリの有効化"
+
+#: ../../enterprise/godmode/setup/setup_history.php:49
+msgid ""
+"Event history is ONLY used for event reports, is not used in graphs or event "
+"viewer."
+msgstr "イベントヒストリはイベントレポートにのみ利用されます。グラフやグラフ表示には利用されません。"
+
+#: ../../enterprise/godmode/setup/setup_history.php:68
+msgid "Number of days before data is transfered to history database."
+msgstr "ヒストリデータベースへのデータ転送を行わない日数"
+
+#: ../../enterprise/godmode/setup/setup_history.php:71
+msgid ""
+"Data size of mechanism used to transfer data (similar to a data buffer.)"
+msgstr "データ転送に利用するデータサイズ (データバッファのようなもの)"
+
+#: ../../enterprise/godmode/setup/setup_history.php:74
+msgid "Time interval between data transfer."
+msgstr "データ転送の時間間隔"
+
+#: ../../enterprise/godmode/setup/setup_history.php:77
+msgid "Event days"
+msgstr "イベント日数"
+
+#: ../../enterprise/godmode/setup/setup_history.php:77
+msgid "Number of days before events is transfered to history database."
+msgstr "イベントをヒストリデータベースへ転送するまでの日数です。"
+
+#: ../../enterprise/godmode/setup/setup_log_collector.php:44
+msgid "Log storage directory"
+msgstr "ログ保存ディレクトリ"
+
+#: ../../enterprise/godmode/setup/setup_log_collector.php:45
+msgid "Directory where log data will be stored."
+msgstr "ログデータを保存するディレクトリ"
+
+#: ../../enterprise/godmode/setup/setup_log_collector.php:48
+msgid "Sets the maximum lifetime for log data in days."
+msgstr "最大ログ保存日数を設定します。"
+
+#: ../../enterprise/godmode/setup/setup_metaconsole.php:29
+msgid "Metaconsole setup"
+msgstr "メタコンソール設定"
+
+#: ../../enterprise/godmode/setup/setup_metaconsole.php:76
+#: ../../enterprise/meta/advanced/metasetup.auth.php:53
+#: ../../enterprise/meta/advanced/metasetup.consoles.php:113
+#: ../../enterprise/meta/advanced/metasetup.password.php:53
+#: ../../enterprise/meta/advanced/metasetup.performance.php:53
+#: ../../enterprise/meta/advanced/metasetup.setup.php:85
+#: ../../enterprise/meta/advanced/metasetup.visual.php:56
+msgid "Successfully update"
+msgstr "更新しました"
+
+#: ../../enterprise/godmode/setup/setup_metaconsole.php:77
+#: ../../enterprise/meta/advanced/metasetup.consoles.php:114
+msgid "Could not be update"
+msgstr "更新できませんでした"
+
+#: ../../enterprise/godmode/setup/setup_metaconsole.php:168
+#: ../../enterprise/meta/advanced/metasetup.consoles.php:250
+msgid "Pandora FMS Metaconsole item edition"
+msgstr "Pandora FMS メタコンソールアイテム編集"
+
+#: ../../enterprise/godmode/setup/setup_metaconsole.php:175
+#: ../../enterprise/meta/advanced/metasetup.consoles.php:259
+msgid "Auth token"
+msgstr "認証トークン"
+
+#: ../../enterprise/godmode/setup/setup_metaconsole.php:175
+#: ../../enterprise/meta/advanced/metasetup.consoles.php:261
+msgid ""
+"Token previously configured on the destination Pandora console in order to "
+"use delegated authentification."
+msgstr "認証代行を利用するために、対象となる Pandora コンソールで事前に設定するトークンです。"
+
+#: ../../enterprise/godmode/setup/setup_metaconsole.php:179
+#: ../../enterprise/godmode/setup/setup_metaconsole.php:248
+#: ../../enterprise/meta/advanced/metasetup.consoles.php:264
+#: ../../enterprise/meta/advanced/metasetup.consoles.php:337
+msgid "Console URL"
+msgstr "コンソール URL"
+
+#: ../../enterprise/godmode/setup/setup_metaconsole.php:188
+#: ../../enterprise/godmode/setup/setup_metaconsole.php:249
+#: ../../enterprise/meta/advanced/metasetup.consoles.php:270
+#: ../../enterprise/meta/advanced/metasetup.consoles.php:338
+msgid "DB Host"
+msgstr "DB ホスト"
+
+#: ../../enterprise/godmode/setup/setup_metaconsole.php:192
+#: ../../enterprise/meta/advanced/metasetup.consoles.php:273
+msgid "DB Name"
+msgstr "DB 名"
+
+#: ../../enterprise/godmode/setup/setup_metaconsole.php:197
+#: ../../enterprise/meta/advanced/metasetup.consoles.php:276
+msgid "DB User"
+msgstr "DB ユーザ"
+
+#: ../../enterprise/godmode/setup/setup_metaconsole.php:201
+#: ../../enterprise/meta/advanced/metasetup.consoles.php:279
+msgid "DB Password"
+msgstr "DB パスワード"
+
+#: ../../enterprise/godmode/setup/setup_metaconsole.php:206
+#: ../../enterprise/meta/advanced/metasetup.consoles.php:285
+msgid "Console User"
+msgstr "コンソールユーザ"
+
+#: ../../enterprise/godmode/setup/setup_metaconsole.php:210
+#: ../../enterprise/meta/advanced/metasetup.consoles.php:288
+msgid "Console Password"
+msgstr "コンソールパスワード"
+
+#: ../../enterprise/godmode/setup/setup_metaconsole.php:244
+#: ../../enterprise/meta/advanced/metasetup.consoles.php:330
+msgid "DB"
+msgstr "DB"
+
+#: ../../enterprise/godmode/setup/setup_metaconsole.php:245
+#: ../../enterprise/meta/advanced/metasetup.consoles.php:331
+msgid "API"
+msgstr "API"
+
+#: ../../enterprise/godmode/setup/setup_metaconsole.php:246
+#: ../../enterprise/meta/advanced/metasetup.consoles.php:332
+msgid "Compatibility"
+msgstr "互換性"
+
+#: ../../enterprise/godmode/setup/setup_skins.php:71
+msgid "Error deleting skin"
+msgstr "スキン削除エラー"
+
+#: ../../enterprise/godmode/setup/setup_skins.php:74
+msgid "Successfully deleted skin"
+msgstr "スキンを削除しました"
+
+#: ../../enterprise/godmode/setup/setup_skins.php:117
+msgid "Skin name"
+msgstr "スキン名"
+
+#: ../../enterprise/godmode/setup/setup_skins.php:143
+msgid "There are no defined skins"
+msgstr "定義済のスキンがありません"
+
+#: ../../enterprise/godmode/setup/setup_skins.php:148
+msgid "Create skin"
+msgstr "スキン作成"
+
+#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:174
+#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:187
+msgid "Successfully added trap custom values"
+msgstr "トラップカスタム値を追加しました"
+
+#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:177
+#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:190
+msgid "Error adding trap custom values"
+msgstr "トラップカスタム値の追加エラー"
+
+#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:194
+#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:256
+msgid "This custom OID is preexistent."
+msgstr "このカスタム OID はすでに存在します。"
+
+#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:225
+msgid "No change in data"
+msgstr "データに変更がありません"
+
+#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:228
+#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:249
+msgid "Successfully updated trap custom values"
+msgstr "トラップカスタム値を更新しました"
+
+#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:231
+#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:252
+msgid "Error updating trap custom values"
+msgstr "トラップカスタム値の更新エラー"
+
+#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:268
+msgid "Successfully deleted trap custom values"
+msgstr "トラップカスタム値を削除しました"
+
+#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:272
+msgid "Error deleting trap custom values"
+msgstr "トラップカスタム値の削除エラー"
+
+#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:279
+#, php-format
+msgid "Uploaded %s/%s traps"
+msgstr "%s/%s トラップをアップロードしました"
+
+#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:283
+msgid "Fail uploaded file"
+msgstr "ファイルのアップロードに失敗しました"
+
+#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:287
+msgid ""
+"MIB files will be loaded and searched for SNMP trap definitions. They will "
+"not be installed on the system! You can use the MIB uploader for that "
+"purpose."
+msgstr ""
+"MIBファイルがロードされ SNMP トラップ定義で検索されます。システムにはインストールされません。MIB アップローダはこの目的の範囲で利用できます。"
+
+#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:296
+msgid "Load MIB"
+msgstr "MIBのロード"
+
+#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:298
+msgid "Upload MIB"
+msgstr "MIBをアップロード"
+
+#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:319
+#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:65
+msgid "Custom OID"
+msgstr "カスタム OID"
+
+#: ../../enterprise/include/ajax/dashboard.ajax.php:297
+msgid "Only one service map widget is supported at this moment"
+msgstr "(現時点でサポートされるサービスマップウィジェットは一つだけです"
+
+#: ../../enterprise/include/ajax/metaconsole.ajax.php:250
+msgid "Error accesing to API, auth error."
+msgstr "APIアクセス認証エラー"
+
+#: ../../enterprise/include/ajax/metaconsole.ajax.php:254
+msgid "Error accesing to API."
+msgstr "APIアクセスエラー。"
+
+#: ../../enterprise/include/ajax/metaconsole.ajax.php:258
+msgid "Error could not resolve the host."
+msgstr "エラー。ホストの名前解決ができません。"
+
+#: ../../enterprise/include/ajax/metaconsole.ajax.php:269
+msgid "Database credentials not found"
+msgstr "データベースの認証情報がありません"
+
+#: ../../enterprise/include/ajax/metaconsole.ajax.php:273
+msgid "Error connecting to the specified host"
+msgstr "指定したホストへの接続エラー"
+
+#: ../../enterprise/include/ajax/metaconsole.ajax.php:277
+msgid "Connected to the host, but cannot found the specified database"
+msgstr "ホストへ接続しましたが、指定されたデータベースが見つかりません。"
+
+#: ../../enterprise/include/ajax/metaconsole.ajax.php:288
+#: ../../enterprise/include/ajax/metaconsole.ajax.php:312
+msgid "Server connection failed"
+msgstr "サーバの接続に失敗しました。"
+
+#: ../../enterprise/include/ajax/metaconsole.ajax.php:292
+msgid ""
+"\"Translate string\" extension is missed in the server. This extension is "
+"mandatory to be configured on metaconsole."
+msgstr "\"文字列翻訳\" 拡張がサーバにありません。この拡張はメタコンソールでの設定が必須です。"
+
+#: ../../enterprise/include/ajax/metaconsole.ajax.php:296
+msgid ""
+"Server name doesnt match. Check the node server name and configure the same "
+"one on metasetup"
+msgstr "サーバ名が一致しません。ノードのサーバ名とメタセットアップの設定内容が同じか確認してください"
+
+#: ../../enterprise/include/ajax/metaconsole.ajax.php:307
+msgid "Last event replication"
+msgstr "最新のイベント複製"
+
+#: ../../enterprise/include/ajax/metaconsole.ajax.php:321
+msgid "Agent cache activated"
+msgstr "エージェントキャッシュが有効"
+
+#: ../../enterprise/include/ajax/metaconsole.ajax.php:325
+msgid "Agent cache failed"
+msgstr "エージェントキャッシュが無効"
+
+#: ../../enterprise/include/ajax/transactional.ajax.php:178
+#: ../../enterprise/operation/agentes/manage_transmap_creation.php:151
+msgid "The phase does not have a defined script"
+msgstr "フェースに定義済スクリプトがありません"
+
+#: ../../enterprise/include/ajax/transactional.ajax.php:217
+#: ../../enterprise/operation/agentes/manage_transmap_creation.php:201
+msgid "Edit Data"
+msgstr "データ編集"
+
+#: ../../enterprise/include/functions_alert_event.php:925
+msgid "Module alert"
+msgstr "モジュールアラート"
+
+#: ../../enterprise/include/functions_backup.php:135
+msgid "No description"
+msgstr "説明がありません"
+
+#: ../../enterprise/include/functions_backup.php:242
+#: ../../enterprise/include/functions_backup.php:324
+msgid "Restoring a backup"
+msgstr "バックアップのリストア中"
+
+#: ../../enterprise/include/functions_backup.php:244
+#: ../../enterprise/include/functions_backup.php:326
+msgid "Restoring a Pandora database backup must be done manually"
+msgstr "Pandora データベースバックアップのリストは、手動実行する必要があります"
+
+#: ../../enterprise/include/functions_backup.php:245
+#: ../../enterprise/include/functions_backup.php:327
+msgid ""
+"It's a complex operation that needs human intervation to avoid system "
+"failures and data loosing"
+msgstr "システム不整合およびデータ消失を防ぐために、人よる操作が必要な複雑な作業です。"
+
+#: ../../enterprise/include/functions_backup.php:246
+#: ../../enterprise/include/functions_backup.php:328
+msgid "To restore the selected backup, please follow these steps"
+msgstr "選択したバックアップをリストアするには、これらの手順に従ってください"
+
+#: ../../enterprise/include/functions_backup.php:252
+#: ../../enterprise/include/functions_backup.php:334
+msgid "Open a root shell in your system located at "
+msgstr "次の場所にある root のシェルを開いてください: "
+
+#: ../../enterprise/include/functions_backup.php:256
+msgid "Connect to MySQL database using the following command"
+msgstr "次のコマンドで MySQL データベースへ接続します"
+
+#: ../../enterprise/include/functions_backup.php:263
+msgid "Create a new database"
+msgstr "新規データベースを作成します"
+
+#: ../../enterprise/include/functions_backup.php:276
+msgid "Restore the backup"
+msgstr "バックアップをリストアします"
+
+#: ../../enterprise/include/functions_backup.php:284
+#: ../../enterprise/include/functions_backup.php:349
+msgid "Modify console configuration to use this new database"
+msgstr "新たなデータベースを使うようにコンソール設定を修正します"
+
+#: ../../enterprise/include/functions_backup.php:285
+#: ../../enterprise/include/functions_backup.php:350
+msgid "Open configuration file"
+msgstr "設定ファイルを開きます"
+
+#: ../../enterprise/include/functions_backup.php:289
+#: ../../enterprise/include/functions_backup.php:301
+#: ../../enterprise/include/functions_backup.php:354
+#: ../../enterprise/include/functions_backup.php:366
+msgid "Find"
+msgstr "以下をみつけ"
+
+#: ../../enterprise/include/functions_backup.php:291
+#: ../../enterprise/include/functions_backup.php:304
+#: ../../enterprise/include/functions_backup.php:356
+#: ../../enterprise/include/functions_backup.php:369
+msgid "and replace with"
+msgstr "次の通り書き換えます"
+
+#: ../../enterprise/include/functions_backup.php:298
+#: ../../enterprise/include/functions_backup.php:363
+msgid "Modify servers configuration to use this new database"
+msgstr "新たなデータベースを使うようにサーバ設定を修正します"
+
+#: ../../enterprise/include/functions_backup.php:299
+#: ../../enterprise/include/functions_backup.php:364
+msgid "Find servers configuration file and replace the following lines"
+msgstr "サーバ設定ファイルを見つけ、次の行を書き換えます"
+
+#: ../../enterprise/include/functions_backup.php:311
+#: ../../enterprise/include/functions_backup.php:376
+msgid "Restart the servers and login again into the console"
+msgstr "サーバを再起動し、コンソールからログインしなおします"
+
+#: ../../enterprise/include/functions_backup.php:341
+msgid "Run import command using the following command"
+msgstr "次のコマンドを使って、インポートコマンドを実行します"
+
+#: ../../enterprise/include/functions_backup.php:345
+msgid "Into your destination database."
+msgstr "対象データベースに入ります。"
+
+#: ../../enterprise/include/functions_collection.php:42
+#, php-format
+msgid "Fail create the directory: %s"
+msgstr "ディレクトリ作成に失敗しました: %s"
+
+#: ../../enterprise/include/functions_collection.php:69
+msgid "No files in collection"
+msgstr "コレクションにファイルがありません"
+
+#: ../../enterprise/include/functions_collection.php:77
+msgid "File of collection is bigger than the limit ("
+msgstr "ファイルコレクションが制限を越えています ("
+
+#: ../../enterprise/include/functions_dashboard.php:360
+#, php-format
+msgid "Copy of %s"
+msgstr "%s のコピー"
+
+#: ../../enterprise/include/functions_enterprise.php:298
+msgid "Tree view by tags"
+msgstr "タグごとのツリー表示"
+
+#: ../../enterprise/include/functions_enterprise.php:321
+msgid ""
+"If event purge is less than events days pass to history db, you will have a "
+"problems and you lost data. Recommended that event days purge will more "
+"taller than event days to history DB"
+msgstr ""
+"イベントの削除タイミングを、ヒストリデータベースへイベントを移す日よりも短く設定していると、問題が発生しデータを失ってしまいます。イベントの削除は、ヒスト"
+"リデータベースへイベントを移す日よりも後に設定してください。"
+
+#: ../../enterprise/include/functions_enterprise.php:323
+msgid ""
+"Problems with event days purge and event days that pass data to history DB."
+msgstr "イベントの削除日とヒストリデータベースへ渡す日数の設定に問題があります。"
+
+#: ../../enterprise/include/functions_enterprise.php:331
+msgid ""
+"If days purge is less than history days pass to history db, you will have a "
+"problems and you lost data. Recommended that days purge will more taller "
+"than days to history DB"
+msgstr ""
+"ヒストリデータベースへ渡すよりも削除する日が先の場合、問題が発生しデータを消失します。データ保持期間は、ヒストリデータベースへ移すタイミングより長くしてく"
+"ださい。"
+
+#: ../../enterprise/include/functions_enterprise.php:333
+msgid "Problems with days purge and days that pass data to history DB"
+msgstr "データの削除日とヒストリデータベースへ渡す日数の設定に問題があります。"
+
+#: ../../enterprise/include/functions_events.php:164
+#: ../../enterprise/include/functions_reporting_csv.php:1449
+msgid "Hours"
+msgstr "時間"
+
+#: ../../enterprise/include/functions_events.php:177
+#: ../../enterprise/include/functions_events.php:194
+msgid "More than 5 tags"
+msgstr "5個以上のタグ"
+
+#: ../../enterprise/include/functions_events.php:210
+#: ../../enterprise/include/functions_events.php:211
+msgid "Active filters"
+msgstr "有効なフィルタ"
+
+#: ../../enterprise/include/functions_groups.php:47
+msgid "Metaconsole"
+msgstr "メタコンソール"
+
+#: ../../enterprise/include/functions_inventory.php:54
+#: ../../enterprise/include/functions_inventory.php:494
+msgid "No changes found"
+msgstr "変更がありません"
+
+#: ../../enterprise/include/functions_inventory.php:64
+msgid "Agent alias"
+msgstr "エージェントの別名"
+
+#: ../../enterprise/include/functions_inventory.php:80
+msgid "Get CSV file"
+msgstr "CSV ファイルを取得"
+
+#: ../../enterprise/include/functions_license.php:49
+msgid "Client"
+msgstr "正規"
+
+#: ../../enterprise/include/functions_license.php:49
+msgid "Trial"
+msgstr "試用"
+
+#: ../../enterprise/include/functions_local_components.php:142
+msgid "Empty configuration"
+msgstr "設定が空です"
+
+#: ../../enterprise/include/functions_local_components.php:146
+msgid "Empty OS"
+msgstr "OS が空です"
+
+#: ../../enterprise/include/functions_log.php:346
+msgid "Lines"
+msgstr "行"
+
+#: ../../enterprise/include/functions_login.php:22
+msgid "You must change password"
+msgstr "パスワードを変更する必要があります"
+
+#: ../../enterprise/include/functions_login.php:47
+msgid "OLD PASS: "
+msgstr "旧パスワード: "
+
+#: ../../enterprise/include/functions_login.php:49
+msgid "NEW PASS: "
+msgstr "新規パスワード: "
+
+#: ../../enterprise/include/functions_login.php:51
+msgid "CONFIRM: "
+msgstr "確認: "
+
+#: ../../enterprise/include/functions_login.php:58
+msgid "Change"
+msgstr "変更"
+
+#: ../../enterprise/include/functions_login.php:103
+msgid "User has been blocked. Try again in "
+msgstr "ユーザがブロックされました。次の時間経過後に再度試してください: "
+
+#: ../../enterprise/include/functions_login.php:103
+msgid " minutes"
+msgstr " 分"
+
+#: ../../enterprise/include/functions_login.php:227
+msgid "Password must be different from the "
+msgstr "パスワードは、次と異なっている必要があります: "
+
+#: ../../enterprise/include/functions_login.php:227
+msgid " previous changes."
+msgstr " 回前までの変更"
+
+#: ../../enterprise/include/functions_login.php:241
+msgid "Password must be different"
+msgstr "パスワードは違うものでなければいけません"
+
+#: ../../enterprise/include/functions_login.php:251
+msgid "Password too short"
+msgstr "パスワードが短すぎます"
+
+#: ../../enterprise/include/functions_login.php:262
+msgid "Password must contain numbers"
+msgstr "パスワードには数字を含めなければいけません"
+
+#: ../../enterprise/include/functions_login.php:274
+msgid "Password must contain symbols"
+msgstr "パスワードには記号を含めなければいけません"
+
+#: ../../enterprise/include/functions_login.php:294
+msgid "Invalid old password"
+msgstr "旧パスワードが不正です"
+
+#: ../../enterprise/include/functions_login.php:318
+msgid "User pass successfully updated"
+msgstr "パスワードを更新しました"
+
+#: ../../enterprise/include/functions_login.php:319
+msgid "Error updating user pass (no change?)"
+msgstr "パスワードの更新エラー (変更なし?)"
+
+#: ../../enterprise/include/functions_login.php:327
+msgid "Password confirm does not match"
+msgstr "パスワード確認が一致しません"
+
+#: ../../enterprise/include/functions_login.php:335
+msgid "Password empty"
+msgstr "パスワードが空です"
+
+#: ../../enterprise/include/functions_metaconsole.php:807
+msgid "Group does not exist. Agent "
+msgstr "グループが存在しません。エージェント "
+
+#: ../../enterprise/include/functions_metaconsole.php:813
+msgid "Created group in destination DB"
+msgstr "移行先 DB にグループを作成しました"
+
+#: ../../enterprise/include/functions_metaconsole.php:817
+msgid "Error creating group. Agent "
+msgstr "グループ作成エラー。エージェント "
+
+#: ../../enterprise/include/functions_metaconsole.php:823
+msgid "Group already exists in destination DB"
+msgstr "移行先 DB にすでにグループがあります"
+
+#: ../../enterprise/include/functions_netflow_pdf.php:45
+#: ../../enterprise/include/functions_reporting_pdf.php:51
+msgid "Automated Pandora FMS report for user defined report"
+msgstr "ユーザ定義レポートの Pandora FMS による自動生成"
+
+#: ../../enterprise/include/functions_netflow_pdf.php:56
+#: ../../enterprise/include/functions_reporting_pdf.php:2183
+msgid "Contents"
+msgstr "目次"
+
+#: ../../enterprise/include/functions_netflow_pdf.php:160
+#: ../../enterprise/operation/log/log_viewer.php:215
+msgid "Start date"
+msgstr "開始日時"
+
+#: ../../enterprise/include/functions_policies.php:3035
+msgid "Policy linkation"
+msgstr "ポリシーリンク"
+
+#: ../../enterprise/include/functions_policies.php:3040
+msgid "Module linked"
+msgstr "リンク済モジュール"
+
+#: ../../enterprise/include/functions_policies.php:3042
+#: ../../enterprise/include/functions_policies.php:3052
+msgid "Unlink from policy"
+msgstr "ポリシーからリンクを外す"
+
+#: ../../enterprise/include/functions_policies.php:3045
+msgid "Module unlinked"
+msgstr "未リンクモジュール"
+
+#: ../../enterprise/include/functions_policies.php:3047
+#: ../../enterprise/include/functions_policies.php:3057
+msgid "Relink to policy"
+msgstr "ポリシーへの再リンク"
+
+#: ../../enterprise/include/functions_policies.php:3050
+msgid "Module pending to link"
+msgstr "リンク待ちモジュール"
+
+#: ../../enterprise/include/functions_policies.php:3055
+msgid "Module pending to unlink"
+msgstr "リンク解除待ちモジュール"
+
+#: ../../enterprise/include/functions_policies.php:3781
+msgid "Create a new policy map"
+msgstr "新規ポリシーマップ作成"
+
+#: ../../enterprise/include/functions_policies.php:4100
+#, php-format
+msgid ""
+"This extension makes registration of policies enterprise. You can get "
+"more policies in our Public Resource Library"
+msgstr ""
+"この拡張は、Enterprise ポリシーを登録します。 追加のポリシーは我々のリソースライブラリから入手できます。"
+
+#: ../../enterprise/include/functions_reporting.php:41
+msgid "Advance options"
+msgstr "拡張オプション"
+
+#: ../../enterprise/include/functions_reporting.php:59
+msgid "Templates list"
+msgstr "テンプレート一覧"
+
+#: ../../enterprise/include/functions_reporting.php:65
+#: ../../enterprise/meta/general/main_header.php:165
+msgid "Templates wizard"
+msgstr "テンプレートウィザード"
+
+#: ../../enterprise/include/functions_reporting.php:85
+msgid "Templates Wizard"
+msgstr "テンプレートウィザード"
+
+#: ../../enterprise/include/functions_reporting.php:633
+msgid "Availability item created from wizard."
+msgstr "ウィザードから作成された可用性アイテム"
+
+#: ../../enterprise/include/functions_reporting.php:1300
+#: ../../enterprise/include/functions_reporting.php:2092
+#: ../../enterprise/include/functions_reporting.php:2869
+#: ../../enterprise/include/functions_reporting_pdf.php:1645
+msgid "Planned Downtimes"
+msgstr "計画停止"
+
+#: ../../enterprise/include/functions_reporting.php:1306
+#: ../../enterprise/include/functions_reporting.php:2098
+#: ../../enterprise/include/functions_reporting.php:2875
+#: ../../enterprise/include/functions_reporting_pdf.php:1651
+msgid "Ignore Time"
+msgstr "除外時間"
+
+#: ../../enterprise/include/functions_reporting.php:1326
+#: ../../enterprise/include/functions_reporting_pdf.php:1666
+msgid "SLA Compliance per days"
+msgstr "日ごとの SLA 準拠"
+
+#: ../../enterprise/include/functions_reporting.php:1393
+#: ../../enterprise/include/functions_reporting_pdf.php:1745
+msgid "Summary of SLA Failures"
+msgstr "条件を満たさない SLA の概要"
+
+#: ../../enterprise/include/functions_reporting.php:1395
+#: ../../enterprise/include/functions_reporting_csv.php:1085
+#: ../../enterprise/include/functions_reporting_pdf.php:1749
+msgid "Day"
+msgstr "日"
+
+#: ../../enterprise/include/functions_reporting.php:2135
+msgid "T. Total"
+msgstr "合計時間"
+
+#: ../../enterprise/include/functions_reporting.php:2136
+#: ../../enterprise/include/functions_reporting.php:2899
+msgid "T. OK"
+msgstr "正常時間"
+
+#: ../../enterprise/include/functions_reporting.php:2137
+#: ../../enterprise/include/functions_reporting.php:2900
+msgid "T. Error"
+msgstr "障害時間"
+
+#: ../../enterprise/include/functions_reporting.php:2138
+#: ../../enterprise/include/functions_reporting.php:2901
+msgid "T. Unknown"
+msgstr "不明時間"
+
+#: ../../enterprise/include/functions_reporting.php:2139
+#: ../../enterprise/include/functions_reporting.php:2902
+msgid "T. Not_init"
+msgstr "未初期化時間"
+
+#: ../../enterprise/include/functions_reporting.php:2140
+#: ../../enterprise/include/functions_reporting.php:2903
+msgid "T. Downtime"
+msgstr "計画停止時間"
+
+#: ../../enterprise/include/functions_reporting.php:2141
+#: ../../enterprise/include/functions_reporting.php:2904
+msgid "SLA %"
+msgstr "SLA %"
+
+#: ../../enterprise/include/functions_reporting.php:3528
+msgid "Module Histogram Graph"
+msgstr "モジュールヒストグラムグラフ"
+
+#: ../../enterprise/include/functions_reporting.php:4032
+msgid "There are no SLAs defined."
+msgstr "定義済のSLAがありません。"
+
+#: ../../enterprise/include/functions_reporting.php:4146
+#: ../../enterprise/include/functions_reporting.php:4765
+#: ../../enterprise/include/functions_services.php:1216
+#: ../../enterprise/include/functions_services.php:1218
+#: ../../enterprise/include/functions_services.php:1239
+#: ../../enterprise/include/functions_services.php:1240
+#: ../../enterprise/include/functions_services.php:1242
+#: ../../enterprise/include/functions_services.php:1276
+#: ../../enterprise/include/functions_services.php:1278
+msgid "Nonexistent"
+msgstr "なし"
+
+#: ../../enterprise/include/functions_reporting.php:5302
+#: ../../enterprise/include/functions_reporting.php:5781
+#, php-format
+msgid "Graph agents(%s) - %s"
+msgstr "エージェントグラフ(%s) - %s"
+
+#: ../../enterprise/include/functions_reporting.php:5729
+#, php-format
+msgid "Graph agent(%s) - %s"
+msgstr "エージェントグラフ(%s) - %s"
+
+#: ../../enterprise/include/functions_reporting.php:6182
+#: ../../enterprise/include/functions_reporting.php:6232
+msgid "Template editor"
+msgstr "テンプレート編集"
+
+#: ../../enterprise/include/functions_reporting.php:6246
+msgid "Get PDF file"
+msgstr "PDF ファイル取得"
+
+#: ../../enterprise/include/functions_reporting_csv.php:363
+msgid "Serialized data "
+msgstr "連続データ "
+
+#: ../../enterprise/include/functions_reporting_csv.php:455
+#: ../../enterprise/include/functions_reporting_csv.php:523
+#: ../../enterprise/include/functions_reporting_csv.php:558
+#: ../../enterprise/include/functions_reporting_csv.php:594
+#: ../../enterprise/include/functions_reporting_csv.php:631
+#: ../../enterprise/include/functions_reporting_csv.php:699
+#: ../../enterprise/include/functions_reporting_csv.php:735
+#: ../../enterprise/include/functions_reporting_csv.php:771
+#: ../../enterprise/include/functions_reporting_csv.php:807
+#: ../../enterprise/include/functions_reporting_csv.php:843
+msgid "Report type"
+msgstr "レポートタイプ"
+
+#: ../../enterprise/include/functions_reporting_csv.php:457
+msgid "Uknown agents"
+msgstr "不明エージェント"
+
+#: ../../enterprise/include/functions_reporting_csv.php:466
+msgid "Last 8 hours events"
+msgstr "直近 8時間のイベント"
+
+#: ../../enterprise/include/functions_reporting_csv.php:668
+msgid "Illegal query or any other error"
+msgstr "不正なクエリまたはその他エラー"
+
+#: ../../enterprise/include/functions_reporting_csv.php:843
+msgid "% OK"
+msgstr "正常%"
+
+#: ../../enterprise/include/functions_reporting_csv.php:843
+msgid "% Wrong"
+msgstr "異常%"
+
+#: ../../enterprise/include/functions_reporting_csv.php:867
+msgid "Simple Graph"
+msgstr "単一グラフ"
+
+#: ../../enterprise/include/functions_reporting_csv.php:929
+#: ../../enterprise/include/functions_reporting_csv.php:976
+#: ../../enterprise/include/functions_reporting_csv.php:1048
+#: ../../enterprise/include/functions_reporting_csv.php:1164
+#: ../../enterprise/include/functions_reporting_csv.php:1376
+msgid "SLA Max"
+msgstr "最大 SLA"
+
+#: ../../enterprise/include/functions_reporting_csv.php:930
+#: ../../enterprise/include/functions_reporting_csv.php:977
+#: ../../enterprise/include/functions_reporting_csv.php:1049
+#: ../../enterprise/include/functions_reporting_csv.php:1165
+#: ../../enterprise/include/functions_reporting_csv.php:1377
+msgid "SLA Min"
+msgstr "最小 SLA"
+
+#: ../../enterprise/include/functions_reporting_csv.php:932
+#: ../../enterprise/include/functions_reporting_csv.php:979
+msgid "Time Total "
+msgstr "合計時間 "
+
+#: ../../enterprise/include/functions_reporting_csv.php:933
+#: ../../enterprise/include/functions_reporting_csv.php:980
+msgid "Time OK "
+msgstr "正常時間 "
+
+#: ../../enterprise/include/functions_reporting_csv.php:934
+#: ../../enterprise/include/functions_reporting_csv.php:981
+msgid "Time Error "
+msgstr "障害時間 "
+
+#: ../../enterprise/include/functions_reporting_csv.php:935
+#: ../../enterprise/include/functions_reporting_csv.php:982
+msgid "Time Unknown "
+msgstr "不明時間 "
+
+#: ../../enterprise/include/functions_reporting_csv.php:936
+#: ../../enterprise/include/functions_reporting_csv.php:983
+msgid "Time Not Init "
+msgstr "未初期化時間 "
+
+#: ../../enterprise/include/functions_reporting_csv.php:937
+#: ../../enterprise/include/functions_reporting_csv.php:984
+msgid "Time Downtime "
+msgstr "計画停止時間 "
+
+#: ../../enterprise/include/functions_reporting_csv.php:938
+#: ../../enterprise/include/functions_reporting_csv.php:985
+msgid "Checks Total "
+msgstr "合計確認数 "
+
+#: ../../enterprise/include/functions_reporting_csv.php:939
+#: ../../enterprise/include/functions_reporting_csv.php:986
+msgid "Checks OK "
+msgstr "正常確認数 "
+
+#: ../../enterprise/include/functions_reporting_csv.php:940
+#: ../../enterprise/include/functions_reporting_csv.php:987
+msgid "Checks Error "
+msgstr "障害確認数 "
+
+#: ../../enterprise/include/functions_reporting_csv.php:941
+#: ../../enterprise/include/functions_reporting_csv.php:988
+msgid "Checks Unknown "
+msgstr "不明確認数 "
+
+#: ../../enterprise/include/functions_reporting_csv.php:942
+#: ../../enterprise/include/functions_reporting_csv.php:989
+msgid "Checks Not Init "
+msgstr "未初期化確認数 "
+
+#: ../../enterprise/include/functions_reporting_csv.php:943
+#: ../../enterprise/include/functions_reporting_csv.php:990
+msgid "SLA "
+msgstr "SLA "
+
+#: ../../enterprise/include/functions_reporting_csv.php:944
+#: ../../enterprise/include/functions_reporting_csv.php:991
+msgid "Status "
+msgstr "状態 "
+
+#: ../../enterprise/include/functions_reporting_csv.php:1036
+#: ../../enterprise/include/functions_reporting_csv.php:1149
+#: ../../enterprise/include/functions_reporting_csv.php:1296
+#: ../../enterprise/include/functions_reporting_csv.php:1361
+msgid "Subtitle"
+msgstr "サブタイトル"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1051
+#: ../../enterprise/include/functions_reporting_csv.php:1180
+#: ../../enterprise/include/functions_reporting_csv.php:1392
+msgid "Time Total Month"
+msgstr "月間合計時間"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1052
+#: ../../enterprise/include/functions_reporting_csv.php:1181
+#: ../../enterprise/include/functions_reporting_csv.php:1393
+msgid "Time OK Month"
+msgstr "月間正常時間"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1053
+#: ../../enterprise/include/functions_reporting_csv.php:1182
+#: ../../enterprise/include/functions_reporting_csv.php:1394
+msgid "Time Error Month"
+msgstr "月間障害時間"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1054
+#: ../../enterprise/include/functions_reporting_csv.php:1183
+#: ../../enterprise/include/functions_reporting_csv.php:1395
+msgid "Time Unknown Month"
+msgstr "月間不明時間"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1055
+#: ../../enterprise/include/functions_reporting_csv.php:1184
+#: ../../enterprise/include/functions_reporting_csv.php:1396
+msgid "Time Downtime Month"
+msgstr "月間計画停止時間"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1056
+#: ../../enterprise/include/functions_reporting_csv.php:1185
+#: ../../enterprise/include/functions_reporting_csv.php:1397
+msgid "Time Not Init Month"
+msgstr "月間未初期化時間"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1057
+#: ../../enterprise/include/functions_reporting_csv.php:1186
+#: ../../enterprise/include/functions_reporting_csv.php:1398
+msgid "Checks Total Month"
+msgstr "月間合計確認数"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1058
+#: ../../enterprise/include/functions_reporting_csv.php:1187
+#: ../../enterprise/include/functions_reporting_csv.php:1399
+msgid "Checks OK Month"
+msgstr "月間正常確認数"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1059
+#: ../../enterprise/include/functions_reporting_csv.php:1188
+#: ../../enterprise/include/functions_reporting_csv.php:1400
+msgid "Checks Error Month"
+msgstr "月間障害確認数"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1060
+#: ../../enterprise/include/functions_reporting_csv.php:1189
+#: ../../enterprise/include/functions_reporting_csv.php:1401
+msgid "Checks Unknown Month"
+msgstr "月間不明確認数"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1061
+#: ../../enterprise/include/functions_reporting_csv.php:1190
+#: ../../enterprise/include/functions_reporting_csv.php:1402
+msgid "Checks Not Init Month"
+msgstr "月間未初期化確認数"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1062
+#: ../../enterprise/include/functions_reporting_csv.php:1191
+#: ../../enterprise/include/functions_reporting_csv.php:1403
+msgid "SLA Month"
+msgstr "月間 SLA"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1063
+#: ../../enterprise/include/functions_reporting_csv.php:1192
+#: ../../enterprise/include/functions_reporting_csv.php:1404
+msgid "Status Month"
+msgstr "月間状態"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1086
+#: ../../enterprise/include/functions_reporting_csv.php:1238
+msgid "Time Total Day"
+msgstr "日ごとの合計時間"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1087
+#: ../../enterprise/include/functions_reporting_csv.php:1239
+msgid "Time OK Day"
+msgstr "日ごとの正常時間"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1088
+#: ../../enterprise/include/functions_reporting_csv.php:1240
+msgid "Time Error Day"
+msgstr "日ごとの障害時間"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1089
+#: ../../enterprise/include/functions_reporting_csv.php:1241
+msgid "Time Unknown Day"
+msgstr "日ごとの不明時間"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1090
+#: ../../enterprise/include/functions_reporting_csv.php:1242
+msgid "Time Not Init Day"
+msgstr "日ごとの未初期化時間"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1091
+#: ../../enterprise/include/functions_reporting_csv.php:1243
+msgid "Time Downtime Day"
+msgstr "日ごとの計画停止時間"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1092
+#: ../../enterprise/include/functions_reporting_csv.php:1244
+msgid "Time Out Day"
+msgstr "日ごとの停止時間"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1093
+#: ../../enterprise/include/functions_reporting_csv.php:1245
+msgid "Checks Total Day"
+msgstr "日ごとの合計確認数"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1094
+#: ../../enterprise/include/functions_reporting_csv.php:1246
+msgid "Checks OK Day"
+msgstr "日ごとの正常確認数"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1095
+#: ../../enterprise/include/functions_reporting_csv.php:1247
+msgid "Checks Error Day"
+msgstr "日ごとの障害確認数"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1096
+#: ../../enterprise/include/functions_reporting_csv.php:1248
+msgid "Checks Unknown Day"
+msgstr "日ごとの不明確認数"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1097
+#: ../../enterprise/include/functions_reporting_csv.php:1249
+msgid "Checks Not Init Day"
+msgstr "日ごとの不明確認数"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1098
+#: ../../enterprise/include/functions_reporting_csv.php:1250
+msgid "SLA Day"
+msgstr "日ごとの SLAd"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1099
+#: ../../enterprise/include/functions_reporting_csv.php:1251
+msgid "SLA Fixed Day"
+msgstr "日ごとの修正 SLA"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1100
+#: ../../enterprise/include/functions_reporting_csv.php:1252
+msgid "Date From Day"
+msgstr "開始日"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1101
+#: ../../enterprise/include/functions_reporting_csv.php:1253
+msgid "Date To Day"
+msgstr "終了日"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1102
+#: ../../enterprise/include/functions_reporting_csv.php:1254
+msgid "Status Day"
+msgstr "日ごとの状態"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1160
+#: ../../enterprise/include/functions_reporting_csv.php:1372
+msgid "Month Number"
+msgstr "月の数"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1161
+#: ../../enterprise/include/functions_reporting_csv.php:1373
+msgid "Year"
+msgstr "年"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1211
+msgid "Time Total week"
+msgstr "週間合計時間"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1212
+msgid "Time OK week"
+msgstr "週間正常時間"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1213
+msgid "Time Error week"
+msgstr "週間障害時間"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1214
+msgid "Time Unknown week"
+msgstr "週間不明時間"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1215
+msgid "Time Downtime week"
+msgstr "週間計画停止時間"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1216
+msgid "Time Not Init week"
+msgstr "週間未初期化時間"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1217
+msgid "Checks Total week"
+msgstr "週間合計確認数"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1218
+msgid "Checks OK week"
+msgstr "週間正常確認数"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1219
+msgid "Checks Error week"
+msgstr "週間障害確認数"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1220
+msgid "Checks Unknown week"
+msgstr "週間不明確認数"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1221
+msgid "Status week"
+msgstr "週間状態"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1237
+msgid "Day Week"
+msgstr "週"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1306
+msgid "SLA max"
+msgstr "最大 SLA"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1307
+msgid "SLA min"
+msgstr "最小 SLA"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1308
+msgid "SLA limit"
+msgstr "SLA 制限"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1311
+msgid "Time Error"
+msgstr "障害時間"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1317
+msgid "Checks Error"
+msgstr "エラー数"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1319
+msgid "Checks Not Init"
+msgstr "未初期化数"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1321
+msgid "SLA Fixed"
+msgstr "修正 SLA"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1423
+msgid "Time Total day"
+msgstr "日ごとの合計時間"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1424
+msgid "Time OK day"
+msgstr "日ごとの正常時間"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1425
+msgid "Time Error day"
+msgstr "日ごとの障害時間"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1426
+msgid "Time Unknown day"
+msgstr "日ごとの不明時間"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1427
+msgid "Time Downtime day"
+msgstr "日ごとの計画停止時間"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1428
+msgid "Time Not Init day"
+msgstr "日ごとの未初期化時間"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1429
+msgid "Checks Total day"
+msgstr "日ごとの合計確認数"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1430
+msgid "Checks OK day"
+msgstr "日ごとの正常確認数"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1431
+msgid "Checks Error day"
+msgstr "日ごとのエラー確認数"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1432
+msgid "Checks Unknown day"
+msgstr "日ごとの不明確認数"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1433
+msgid "Status day"
+msgstr "日ごとの状態"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1450
+msgid "Time Total hours"
+msgstr "1時間ごとの合計時間"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1451
+msgid "Time OK hours"
+msgstr "1時間ごとの正常時間"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1452
+msgid "Time Error hours"
+msgstr "1時間ごとの障害時間"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1453
+msgid "Time Unknown hours"
+msgstr "1時間ごとの不明時間"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1454
+msgid "Time Not Init hours"
+msgstr "1時間ごとの未初期化時間"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1455
+msgid "Time Downtime hours"
+msgstr "1時間ごとの計画停止時間"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1456
+msgid "Time Out hours"
+msgstr "1時間ごとの停止時間"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1457
+msgid "Checks Total hours"
+msgstr "1時間ごとの確認数"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1458
+msgid "Checks OK hours"
+msgstr "1時間ごとの正常確認数"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1459
+msgid "Checks Error hours"
+msgstr "1時間ごとの障害確認数"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1460
+msgid "Checks Unknown hours"
+msgstr "1時間ごとの不明確認数"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1461
+msgid "Checks Not Init hours"
+msgstr "1時間ごとの未初期化確認数"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1462
+msgid "SLA hours"
+msgstr "1時間ごとの SLA"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1463
+msgid "SLA Fixed hours"
+msgstr "1時間ごとの修正 SLA"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1464
+msgid "Date From hours"
+msgstr "開始時間"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1465
+msgid "Date To hours"
+msgstr "終了時間"
+
+#: ../../enterprise/include/functions_reporting_csv.php:1466
+msgid "Status hours"
+msgstr "1時間ごとの状態"
+
+#: ../../enterprise/include/functions_reporting_pdf.php:1490
+msgid "Legend Graph"
+msgstr "グラフの凡例"
+
+#: ../../enterprise/include/functions_reporting_pdf.php:1841
+msgid "Total Time"
+msgstr "合計時間"
+
+#: ../../enterprise/include/functions_reporting_pdf.php:1845
+msgid "Time Not init"
+msgstr "未初期化時間"
+
+#: ../../enterprise/include/functions_reporting_pdf.php:1846
+msgid "Time Downtimes"
+msgstr "計画停止時間"
+
+#: ../../enterprise/include/functions_reporting_pdf.php:1861
+msgid "Total Checks"
+msgstr "合計確認数"
+
+#: ../../enterprise/include/functions_reporting_pdf.php:1983
+msgid "Agent min"
+msgstr "最小エージェント"
+
+#: ../../enterprise/include/functions_reporting_pdf.php:1984
+msgid "Agent min Value"
+msgstr "エージェント最小値"
+
+#: ../../enterprise/include/functions_reporting_pdf.php:2309
+msgid "SO"
+msgstr "OS"
+
+#: ../../enterprise/include/functions_reporting_pdf.php:2350
+msgid "There are no modules."
+msgstr "モジュールがありません。"
+
+#: ../../enterprise/include/functions_services.php:23
+msgid "Service does not exist."
+msgstr "サービスがありません。"
+
+#: ../../enterprise/include/functions_services.php:30
+msgid "Module store the service does not exist."
+msgstr "サービスを保存するモジュールがありません。"
+
+#: ../../enterprise/include/functions_services.php:35
+msgid "Module store SLA service does not exist."
+msgstr "SLAサービスを保存するモジュールがありません。"
+
+#: ../../enterprise/include/functions_services.php:41
+msgid "Agent store the service does not exist."
+msgstr "サービスを保存するエージェントがありません。"
+
+#: ../../enterprise/include/functions_services.php:47
+msgid "Agent store SLA service does not exist."
+msgstr "SLAサービスを保存するエージェントがありません。"
+
+#: ../../enterprise/include/functions_services.php:57
+msgid "Alert critical SLA service does not exist."
+msgstr "障害アラートSLAサービスがありません。"
+
+#: ../../enterprise/include/functions_services.php:68
+msgid "Alert warning service does not exist."
+msgstr "警告アラートサービスがありません。"
+
+#: ../../enterprise/include/functions_services.php:79
+msgid "Alert critical service does not exist."
+msgstr "障害アラートサービスがありません。"
+
+#: ../../enterprise/include/functions_services.php:90
+msgid "Alert unknown service does not exist."
+msgstr "不明アラートサービスがありません。"
+
+#: ../../enterprise/include/functions_services.php:328
+#, php-format
+msgid "Module automatic create for the service %s"
+msgstr "サービス %s のモジュール自動生成"
+
+#: ../../enterprise/include/functions_services.php:1261
+msgid "Critical (Alert)"
+msgstr "障害 (アラート)"
+
+#: ../../enterprise/include/functions_services.php:1391
+msgid "There are no service elements defined"
+msgstr "サービス要素が定義されていません"
+
+#: ../../enterprise/include/functions_services.php:1417
+msgid "Weight Critical"
+msgstr "障害ウエイト"
+
+#: ../../enterprise/include/functions_services.php:1418
+msgid "Weight Warning"
+msgstr "警告ウエイト"
+
+#: ../../enterprise/include/functions_services.php:1419
+msgid "Weight Unknown"
+msgstr "不明ウエイト"
+
+#: ../../enterprise/include/functions_services.php:1420
+msgid "Weight Ok"
+msgstr "正常ウエイト"
+
+#: ../../enterprise/include/functions_services.php:1446
+#: ../../enterprise/include/functions_services.php:1461
+#: ../../enterprise/include/functions_services.php:1496
+msgid "Nonexistent. This element should be deleted"
+msgstr "存在しません。要素が削除されています。"
+
+#: ../../enterprise/include/functions_services.php:1661
+msgid "Delete service element"
+msgstr "サービス要素削除"
+
+#: ../../enterprise/include/functions_services.php:1703
+msgid "FAIL"
+msgstr "失敗"
+
+#: ../../enterprise/include/functions_setup.php:37
+#: ../../enterprise/include/functions_setup.php:68
+msgid "Log collector"
+msgstr "ログ収集"
+
+#: ../../enterprise/include/functions_setup.php:80
+msgid "Auto provisioning into Metaconsole"
+msgstr "メタコンソールへの自動プロビジョニング"
+
+#: ../../enterprise/include/functions_setup.php:90
+msgid "URL Metaconsole Api"
+msgstr "メタコンソール API URL"
+
+#: ../../enterprise/include/functions_setup.php:95
+msgid "Api pass"
+msgstr "API パスワード"
+
+#: ../../enterprise/include/functions_setup.php:99
+msgid "Meta user"
+msgstr "メタコンソールユーザ"
+
+#: ../../enterprise/include/functions_setup.php:103
+msgid "Meta pass"
+msgstr "メタコンソールパスワード"
+
+#: ../../enterprise/include/functions_setup.php:107
+msgid "Metaconsole APi Online"
+msgstr "メタコンソールオンライン API"
+
+#: ../../enterprise/include/functions_setup.php:109
+#: ../../enterprise/include/functions_setup.php:139
+msgid "Please click in the dot to re-check"
+msgstr "再確認のためには、ドットをクリックしてください"
+
+#: ../../enterprise/include/functions_setup.php:115
+msgid "Pandora user"
+msgstr "Pandora ユーザ"
+
+#: ../../enterprise/include/functions_setup.php:116
+msgid "Normally the admin user"
+msgstr "通常は admin ユーザです"
+
+#: ../../enterprise/include/functions_setup.php:120
+msgid "Pandora pass"
+msgstr "Pandora パスワード"
+
+#: ../../enterprise/include/functions_setup.php:124
+msgid "Public url console"
+msgstr "コンソール公開 URL"
+
+#: ../../enterprise/include/functions_setup.php:125
+msgid "Without the index.php such as http://domain/pandora_url"
+msgstr "http://domain/pandora_url のように index.php なし"
+
+#: ../../enterprise/include/functions_setup.php:131
+msgid "Register your node in metaconsole"
+msgstr "メタコンソールにノードを登録"
+
+#: ../../enterprise/include/functions_setup.php:133
+msgid "Register the node"
+msgstr "ノードを登録"
+
+#: ../../enterprise/include/functions_setup.php:138
+msgid "Status your node in metaconsole"
+msgstr "メタコンソール内のノードの状態"
+
+#: ../../enterprise/include/functions_transactional.php:496
+msgid "Error in dependencies field"
+msgstr "依存関係フィールドでエラー"
+
+#: ../../enterprise/include/functions_transactional.php:505
+msgid "Error in enables field"
+msgstr "有効化フィールドでエラー"
+
+#: ../../enterprise/include/functions_update_manager.php:147
+#: ../../enterprise/include/functions_update_manager.php:316
+#, php-format
+msgid "There is a error: %s"
+msgstr "エラーがあります: %s"
+
+#: ../../enterprise/include/functions_update_manager.php:161
+#, php-format
+msgid "There are %s updates, and the first to update is:"
+msgstr "%s 件の更新があります。最初の更新は次の通りです:"
+
+#: ../../enterprise/include/functions_update_manager.php:169
+msgid "Version number:"
+msgstr "バージョン番号:"
+
+#: ../../enterprise/include/functions_update_manager.php:170
+msgid "Show details"
+msgstr "詳細表示"
+
+#: ../../enterprise/include/functions_update_manager.php:201
+msgid "Update to the next version"
+msgstr "次のバージョンへアップデート"
+
+#: ../../enterprise/include/functions_visual_map.php:182
+#: ../../enterprise/include/functions_visual_map.php:235
+msgid "Crit:"
+msgstr "障害:"
+
+#: ../../enterprise/include/functions_visual_map.php:184
+#: ../../enterprise/include/functions_visual_map.php:237
+msgid "Warn:"
+msgstr "警告:"
+
+#: ../../enterprise/include/functions_visual_map.php:186
+#: ../../enterprise/include/functions_visual_map.php:239
+msgid "Ok:"
+msgstr "正常:"
+
+#: ../../enterprise/include/functions_visual_map.php:188
+#: ../../enterprise/include/functions_visual_map.php:241
+msgid "Value:"
+msgstr "値:"
+
+#: ../../enterprise/include/functions_visual_map.php:615
+msgid "None of the services was added"
+msgstr "サービスが追加されませんでした"
+
+#: ../../enterprise/include/functions_visual_map.php:618
+#, php-format
+msgid "%d services couldn't be added"
+msgstr "%d サービスを追加できませんでした"
+
+#: ../../enterprise/include/functions_visual_map.php:626
+msgid "There was an error retrieving the visual map information"
+msgstr "ビジュアルマップ情報の取得エラー"
+
+#: ../../enterprise/include/functions_visual_map.php:630
+msgid "No services selected"
+msgstr "サービスが選択されていません"
+
+#: ../../enterprise/load_enterprise.php:1
+msgid "Invalid licence."
+msgstr "不正なライセンス。"
+
+#: ../../enterprise/load_enterprise.php:1
+msgid "Please contact Artica at info@artica.es for a valid licence."
+msgstr "ライセンスについては、Artica(info@artica.es) までご連絡ください。"
+
+#: ../../enterprise/load_enterprise.php:1
+msgid "Or disable Pandora FMS enterprise"
+msgstr "または、Pandora FMS Enterprise を無効化します"
+
+#: ../../enterprise/load_enterprise.php:1
+msgid "Request new licence"
+msgstr "新規ライセンスの要求"
+
+#: ../../enterprise/load_enterprise.php:1
+#, php-format
+msgid ""
+"License out of limits
"
+"This license allows %d agents and you have %d agents configured."
+msgstr ""
+"ライセンスの上限を超えています
このライセンスは "
+"%d エージェントまでですが、%d エージェントが設定されています。"
+
+#: ../../enterprise/load_enterprise.php:1
+#, php-format
+msgid ""
+"License out of limits
"
+"This license allows %d modules and you have %d modules configured."
+msgstr ""
+"ライセンスの制限を超過しました
You can not get updates until you renew the license."
+msgstr ""
+"このライセンスは期限切れです。 "
+"
ライセンスを更新するまでアップデートの入手はできません。"
+
+#: ../../enterprise/load_enterprise.php:1
+msgid ""
+"To continue using Pandora FMS, please disable enterprise by renaming the "
+"Enterprise directory in the console.
Or contact Artica at "
+"info@artica.es for a valid license:"
+msgstr ""
+"Pandora FMS の利用を継続するには、コンソールの enterprise ディレクトリをリネームして Enterprise "
+"版を無効化するか、
Artica (info@artica.es) までライセンスに関してお問い合わせください:"
+
+#: ../../enterprise/load_enterprise.php:1
+msgid "Please contact Artica at info@artica.es to renew the license."
+msgstr "ライセンスの更新は、Artica (info@artica.es) までお問い合わせください。"
+
+#: ../../enterprise/load_enterprise.php:1
+msgid "Renew"
+msgstr "更新"
+
+#: ../../enterprise/load_enterprise.php:1
+msgid "Activate license"
+msgstr "ライセンスの有効化"
+
+#: ../../enterprise/load_enterprise.php:1
+msgid "Your request key is:"
+msgstr "リクエストキー:"
+
+#: ../../enterprise/load_enterprise.php:1
+#, php-format
+msgid ""
+"You can activate it manually here or "
+"automatically filling the form below:"
+msgstr ""
+"ここから手動で有効化するか、以下のフォームから自動入力できます:"
+
+#: ../../enterprise/load_enterprise.php:1
+msgid "Auth Key:"
+msgstr "認証キー:"
+
+#: ../../enterprise/load_enterprise.php:1
+msgid "Online validation"
+msgstr "オンライン認証"
+
+#: ../../enterprise/load_enterprise.php:1
+msgid "ERROR:"
+msgstr "エラー:"
+
+#: ../../enterprise/load_enterprise.php:1
+msgid "When connecting to Artica server."
+msgstr "Artica サーバへの接続時"
+
+#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:83
+msgid "redirected ip server in conf into source DB"
+msgstr "設定内のリダイレクトサーバをソース DB に入れました"
+
+#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:85
+msgid "created agent in destination DB"
+msgstr "対象 DB にエージェントを作成しました"
+
+#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:86
+msgid "created agent modules in destination DB"
+msgstr "対象 DB にエージェントモジュールを作成しました"
+
+#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:87
+msgid "created agent alerts in destination DB"
+msgstr "対象 DB にエージェントアラートを作成しました"
+
+#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:88
+msgid "created alerts actions in destination DB"
+msgstr "対象 DB にアラートアクションを作成しました"
+
+#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:89
+msgid "disabled agent in source DB"
+msgstr "ソース DB のエージェントを無効化しました"
+
+#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:90
+msgid ""
+"Not set metaconsole IP in the \"IP list with API access\" guess Pandora "
+"Console."
+msgstr ""
+"Pandora コンソールで \"APIアクセスを許可するIPアドレスリスト\" にメタコンソールの IP が設定されていない可能性があります。"
+
+#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:98
+msgid "Successfully moved"
+msgstr "移動しました"
+
+#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:98
+msgid "Could not be moved"
+msgstr "移動できませんでした"
+
+#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:124
+msgid "Move Agents"
+msgstr "エージェント移動"
+
+#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:140
+msgid "Source Server"
+msgstr "ソースサーバ"
+
+#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:142
+msgid "Destination Server"
+msgstr "対象サーバ"
+
+#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:150
+#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:152
+msgid "Group filter"
+msgstr "グループフィルタ"
+
+#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:152
+msgid ""
+"Destination group is the same than in the original server, if there is not "
+"any group with that name, will be created if check box is selected. "
+"Destination group filter is just used to check agents in that group"
+msgstr ""
+"移行先のグループは移行元サーバと同じになります。同じ名前のグループが無い場合、チェックボックスがチェックされていると作成されます。移行先のグループフィルタ"
+"は、エージェントがグループにあるかどうかのみのチェックに利用されます。"
+
+#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:158
+msgid "Create group if doesnât exist in destination"
+msgstr "移動先にグループが無ければ作成する"
+
+#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:158
+msgid "Based on name"
+msgstr "名前ベース"
+
+#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:167
+msgid "Add agents to destination server"
+msgstr "対象サーバにエージェントを追加"
+
+#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:169
+msgid "Remove agents to doesn't move to destination server"
+msgstr "送り先サーバへ移動させないエージェントを削除"
+
+#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:179
+msgid "Move"
+msgstr "移動"
+
+#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:282
+msgid "Please choose other server."
+msgstr "他のサーバを選択してください。"
+
+#: ../../enterprise/meta/advanced/agents_setup.php:37
+msgid "Propagation"
+msgstr "伝播"
+
+#: ../../enterprise/meta/advanced/component_management.php:60
+msgid "Module groups Management"
+msgstr "モジュールグループ管理"
+
+#: ../../enterprise/meta/advanced/component_management.php:64
+msgid "OS Management"
+msgstr "OS 管理"
+
+#: ../../enterprise/meta/advanced/license_meta.php:62
+msgid "Licence"
+msgstr "ライセンス"
+
+#: ../../enterprise/meta/advanced/metasetup.auth.php:47
+#: ../../enterprise/meta/advanced/metasetup.password.php:47
+#: ../../enterprise/meta/advanced/metasetup.performance.php:47
+#: ../../enterprise/meta/advanced/metasetup.setup.php:79
+#: ../../enterprise/meta/advanced/metasetup.visual.php:50
+#, php-format
+msgid "Could not be update: Error in %s"
+msgstr "更新できませでした、%s でエラーです。"
+
+#: ../../enterprise/meta/advanced/metasetup.consoles.php:86
+#: ../../enterprise/meta/advanced/metasetup.consoles.php:130
+msgid "Could not be create, duplicated server name."
+msgstr "作成できませんでした。同じサーバ名があります。"
+
+#: ../../enterprise/meta/advanced/metasetup.consoles.php:176
+msgid "Could not be delete"
+msgstr "削除できませんでした"
+
+#: ../../enterprise/meta/advanced/metasetup.consoles.php:265
+msgid ""
+"Complete path to Pandora console without last \"/\" character. Example "
+msgstr "最後の \"/\" を除いた Pandora コンソールの完全パス。例 "
+
+#: ../../enterprise/meta/advanced/metasetup.consoles.php:282
+msgid "DB port"
+msgstr "DB ポート"
+
+#: ../../enterprise/meta/advanced/metasetup.consoles.php:334
+msgid "Agent cache"
+msgstr "エージェントキャッシュ"
+
+#: ../../enterprise/meta/advanced/metasetup.consoles.php:418
+msgid "There aren't server added to metaconsole"
+msgstr "メタコンソールに追加されたサーバがありません"
+
+#: ../../enterprise/meta/advanced/metasetup.password.php:73
+msgid "Passwords"
+msgstr "パスワード"
+
+#: ../../enterprise/meta/advanced/metasetup.performance.php:82
+#: ../../enterprise/meta/include/functions_meta.php:1231
+msgid "Active events history"
+msgstr "アクティブイベント履歴"
+
+#: ../../enterprise/meta/advanced/metasetup.php:55
+msgid "Consoles Setup"
+msgstr "コンソール設定"
+
+#: ../../enterprise/meta/advanced/metasetup.php:60
+#: ../../enterprise/meta/advanced/metasetup.php:116
+msgid "General setup"
+msgstr "一般設定"
+
+#: ../../enterprise/meta/advanced/metasetup.php:65
+#: ../../enterprise/meta/advanced/metasetup.php:119
+msgid "Passwords setup"
+msgstr "パスワード設定"
+
+#: ../../enterprise/meta/advanced/metasetup.php:75
+#: ../../enterprise/meta/advanced/metasetup.php:125
+msgid "Visual setup"
+msgstr "表示設定"
+
+#: ../../enterprise/meta/advanced/metasetup.php:80
+#: ../../enterprise/meta/advanced/metasetup.php:128
+msgid "Performance setup"
+msgstr "パフォーマンス設定"
+
+#: ../../enterprise/meta/advanced/metasetup.php:90
+#: ../../enterprise/meta/advanced/metasetup.php:134
+msgid "Strings translation"
+msgstr "文字列翻訳"
+
+#: ../../enterprise/meta/advanced/metasetup.php:95
+msgid "Options Update Manager"
+msgstr "アップデートマネージャオプション"
+
+#: ../../enterprise/meta/advanced/metasetup.php:100
+#: ../../enterprise/meta/advanced/metasetup.php:139
+msgid "Offline Update Manager"
+msgstr "オフラインアップデートマネージャ"
+
+#: ../../enterprise/meta/advanced/metasetup.php:105
+#: ../../enterprise/meta/advanced/metasetup.php:142
+msgid "Online Update Manager"
+msgstr "オンラインアップデートマネージャ"
+
+#: ../../enterprise/meta/advanced/metasetup.php:112
+msgid "Consoles setup"
+msgstr "コンソール設定"
+
+#: ../../enterprise/meta/advanced/metasetup.php:137
+msgid "Online Update Options"
+msgstr "オンラインアップデートオプション"
+
+#: ../../enterprise/meta/advanced/metasetup.setup.php:192
+msgid "Customize sections"
+msgstr "セクションのカスタマイズ"
+
+#: ../../enterprise/meta/advanced/metasetup.setup.php:214
+msgid "Disabled sections"
+msgstr "無効化セクション"
+
+#: ../../enterprise/meta/advanced/metasetup.setup.php:216
+msgid "Enabled sections"
+msgstr "有効化セクション"
+
+#: ../../enterprise/meta/advanced/metasetup.setup.php:222
+msgid "Push selected sections to enable it"
+msgstr "選択したセクションを有効にする"
+
+#: ../../enterprise/meta/advanced/metasetup.setup.php:226
+msgid "Pop selected sections to disable it"
+msgstr "選択したセクションを無効にする"
+
+#: ../../enterprise/meta/advanced/metasetup.visual.php:76
+msgid "Visual"
+msgstr "表示"
+
+#: ../../enterprise/meta/advanced/metasetup.visual.php:108
+msgid "Precision must be a integer number between 0 and 5"
+msgstr "精度は 0 と 5 の間の整数でなければいけません"
+
+#: ../../enterprise/meta/advanced/metasetup.visual.php:136
+#: ../../enterprise/meta/include/functions_meta.php:1111
+msgid "Metaconsole elements"
+msgstr "メタコンソール要素"
+
+#: ../../enterprise/meta/advanced/metasetup.visual.php:136
+msgid "The number of elements retrieved for each instance in some views."
+msgstr "一部のビュー内での各インスタンスの要素数"
+
+#: ../../enterprise/meta/advanced/policymanager.apply.php:146
+#: ../../enterprise/meta/advanced/policymanager.apply.php:154
+msgid "Only database"
+msgstr "データベースのみ"
+
+#: ../../enterprise/meta/advanced/policymanager.apply.php:188
+msgid "Apply Policies"
+msgstr "ポリシー適用"
+
+#: ../../enterprise/meta/advanced/policymanager.php:37
+msgid "Policy Manager"
+msgstr "ポリシー管理"
+
+#: ../../enterprise/meta/advanced/policymanager.php:66
+msgid "Apply policies"
+msgstr "ポリシー適用"
+
+#: ../../enterprise/meta/advanced/policymanager.php:70
+#: ../../enterprise/meta/advanced/policymanager.php:84
+msgid "Policies queue"
+msgstr "ポリシーキュー"
+
+#: ../../enterprise/meta/advanced/policymanager.php:81
+msgid "Policies apply"
+msgstr "ポリシー適用"
+
+#: ../../enterprise/meta/advanced/policymanager.queue.php:352
+msgid "Empty queue."
+msgstr "キューが空です"
+
+#: ../../enterprise/meta/advanced/policymanager.sync.php:238
+#: ../../enterprise/meta/advanced/synchronizing.alert.php:286
+#: ../../enterprise/meta/advanced/synchronizing.component.php:289
+#: ../../enterprise/meta/advanced/synchronizing.user.php:498
+#: ../../enterprise/meta/advanced/synchronizing.user.php:578
+#: ../../enterprise/meta/include/functions_groups_meta.php:130
+#: ../../enterprise/meta/include/functions_meta.php:99
+#: ../../enterprise/meta/include/functions_meta.php:201
+#: ../../enterprise/meta/include/functions_meta.php:303
+#, php-format
+msgid "Error connecting to %s"
+msgstr "%s への接続エラー"
+
+#: ../../enterprise/meta/advanced/policymanager.sync.php:248
+#, php-format
+msgid "Error creating %s policies"
+msgstr "%s ポリシー作成エラー"
+
+#: ../../enterprise/meta/advanced/policymanager.sync.php:251
+#, php-format
+msgid "Created %s policies"
+msgstr "%s ポリシーを作成しました"
+
+#: ../../enterprise/meta/advanced/policymanager.sync.php:256
+#, php-format
+msgid "Error creating/updating %s/%s policy modules"
+msgstr "ポリシーモジュールの作成(%s)/更新(%s)エラー"
+
+#: ../../enterprise/meta/advanced/policymanager.sync.php:259
+#, php-format
+msgid "Created/Updated %s/%s policy modules"
+msgstr "ポリシーモジュールを作成(%s)/更新(%s)しました"
+
+#: ../../enterprise/meta/advanced/policymanager.sync.php:264
+#, php-format
+msgid "Error deleting %s policy modules"
+msgstr "%s ポリシーモジュールの削除エラー"
+
+#: ../../enterprise/meta/advanced/policymanager.sync.php:267
+#, php-format
+msgid "Deleted %s policy modules"
+msgstr "%s ポリシーモジュールを削除しました"
+
+#: ../../enterprise/meta/advanced/policymanager.sync.php:272
+#, php-format
+msgid "Error creating %s policy alerts"
+msgstr "%s ポリシーアラートの作成エラー"
+
+#: ../../enterprise/meta/advanced/policymanager.sync.php:275
+#, php-format
+msgid "Created %s policy alerts"
+msgstr "%s ポリシーアラートを作成しました"
+
+#: ../../enterprise/meta/advanced/policymanager.sync.php:280
+#, php-format
+msgid "Error deleting %s policy alerts"
+msgstr "%s ポリシーアラートの削除エラー"
+
+#: ../../enterprise/meta/advanced/policymanager.sync.php:283
+#, php-format
+msgid "Deleted %s policy alerts"
+msgstr "%s ポリシーアラートを削除しました"
+
+#: ../../enterprise/meta/advanced/policymanager.sync.php:296
+#: ../../enterprise/meta/advanced/synchronizing.alert.php:333
+#: ../../enterprise/meta/advanced/synchronizing.component.php:311
+#: ../../enterprise/meta/advanced/synchronizing.group.php:148
+#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:92
+#: ../../enterprise/meta/advanced/synchronizing.os.php:92
+#: ../../enterprise/meta/advanced/synchronizing.tag.php:92
+#: ../../enterprise/meta/advanced/synchronizing.user.php:518
+msgid "This metaconsole"
+msgstr "このメタコンソール"
+
+#: ../../enterprise/meta/advanced/policymanager.sync.php:315
+#: ../../enterprise/meta/advanced/synchronizing.alert.php:351
+#: ../../enterprise/meta/advanced/synchronizing.component.php:327
+#: ../../enterprise/meta/advanced/synchronizing.group.php:164
+#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:108
+#: ../../enterprise/meta/advanced/synchronizing.os.php:108
+#: ../../enterprise/meta/advanced/synchronizing.tag.php:108
+#: ../../enterprise/meta/advanced/synchronizing.user.php:587
+msgid "Sync"
+msgstr "同期"
+
+#: ../../enterprise/meta/advanced/synchronizing.alert.php:294
+#, php-format
+msgid "Error creating/updating %s/%s comamnds"
+msgstr "コマンドの作成(%s)/更新(%s)エラー"
+
+#: ../../enterprise/meta/advanced/synchronizing.alert.php:297
+#, php-format
+msgid "Created/Updated %s/%s commands"
+msgstr "コマンドを作成(%s)/更新(%s)しました"
+
+#: ../../enterprise/meta/advanced/synchronizing.alert.php:302
+#, php-format
+msgid "Error creating/updating %s/%s actions"
+msgstr "アクションの作成(%s)/更新(%s)エラー"
+
+#: ../../enterprise/meta/advanced/synchronizing.alert.php:305
+#, php-format
+msgid "Created/Updated %s/%s actions"
+msgstr "アクションを作成(%s)/更新(%s)しました"
+
+#: ../../enterprise/meta/advanced/synchronizing.alert.php:310
+#, php-format
+msgid "Error creating/updating %s/%s templates"
+msgstr "テンプレートの作成(%s)/更新(%s)エラー"
+
+#: ../../enterprise/meta/advanced/synchronizing.alert.php:313
+#, php-format
+msgid "Created/Updated %s/%s templates"
+msgstr "テンプレートを作成(%s)/更新(%s)しました。"
+
+#: ../../enterprise/meta/advanced/synchronizing.alert.php:325
+msgid "Synchronizing Alerts"
+msgstr "アラートの同期中"
+
+#: ../../enterprise/meta/advanced/synchronizing.component.php:263
+#, php-format
+msgid "Error creating %s components groups "
+msgstr "%s コンポーネントグループ作成エラー "
+
+#: ../../enterprise/meta/advanced/synchronizing.component.php:266
+#, php-format
+msgid "Created %s component groups"
+msgstr "%s コンポーネントグループを作成しました"
+
+#: ../../enterprise/meta/advanced/synchronizing.component.php:271
+#, php-format
+msgid "Error creating/updating %s/%s local components "
+msgstr "ローカルコンポーネントの作成(%s)/更新(%s)エラー "
+
+#: ../../enterprise/meta/advanced/synchronizing.component.php:274
+#, php-format
+msgid "Created/Updated %s/%s local components"
+msgstr "ローカルコンポーネントを作成(%s)/更新(%s)しました"
+
+#: ../../enterprise/meta/advanced/synchronizing.component.php:279
+#, php-format
+msgid "Error creating/updating %s/%s network components "
+msgstr "ネットワークコンポーネントの作成(%s)/更新(%s)エラー "
+
+#: ../../enterprise/meta/advanced/synchronizing.component.php:282
+#, php-format
+msgid "Created/Updated %s/%s network components"
+msgstr "ネットワークコンポーネントを作成(%s)/更新(%s)しました"
+
+#: ../../enterprise/meta/advanced/synchronizing.component.php:303
+msgid "Synchronizing Components"
+msgstr "コンポーネントの同期中"
+
+#: ../../enterprise/meta/advanced/synchronizing.group.php:74
+#: ../../enterprise/meta/advanced/synchronizing.group.php:75
+#: ../../enterprise/meta/advanced/synchronizing.group.php:87
+#: ../../enterprise/meta/advanced/synchronizing.group.php:88
+msgid "Open for more details"
+msgstr "詳細を開く"
+
+#: ../../enterprise/meta/advanced/synchronizing.group.php:78
+#, php-format
+msgid "Error creating %s groups"
+msgstr "%s グループ作成エラー"
+
+#: ../../enterprise/meta/advanced/synchronizing.group.php:91
+#, php-format
+msgid "Error updating %s groups"
+msgstr "%s グループ更新エラー"
+
+#: ../../enterprise/meta/advanced/synchronizing.group.php:100
+#: ../../enterprise/meta/advanced/synchronizing.group.php:101
+msgid "Open for more details in creation"
+msgstr "作成の詳細を開く"
+
+#: ../../enterprise/meta/advanced/synchronizing.group.php:106
+#: ../../enterprise/meta/advanced/synchronizing.group.php:107
+msgid "Open for more details in update"
+msgstr "更新の詳細を開く"
+
+#: ../../enterprise/meta/advanced/synchronizing.group.php:110
+#, php-format
+msgid "Error creating/updating %s/%s groups"
+msgstr "グループの作成(%s)/更新(%s)エラー"
+
+#: ../../enterprise/meta/advanced/synchronizing.group.php:122
+#, php-format
+msgid "Created/Updated %s/%s groups"
+msgstr "グループを作成(%s)/更新(%s)しました"
+
+#: ../../enterprise/meta/advanced/synchronizing.group.php:129
+msgid "None update or create group"
+msgstr "更新または作成したグループがありません"
+
+#: ../../enterprise/meta/advanced/synchronizing.group.php:140
+msgid "Synchronizing Groups"
+msgstr "グループの同期中"
+
+#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:69
+#, php-format
+msgid "Error creating/updating %s/%s module groups"
+msgstr "モジュールグループの作成(%s)/更新(%s)エラー"
+
+#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:72
+#, php-format
+msgid "Created/Updated %s/%s module groups"
+msgstr "モジュールグループを作成(%s)/更新(%s)しました"
+
+#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:84
+msgid "Synchronizing Module Groups"
+msgstr "モジュールグループの同期中"
+
+#: ../../enterprise/meta/advanced/synchronizing.os.php:69
+#, php-format
+msgid "Error creating/updating %s/%s OS"
+msgstr "OS 作成(%s)/更新(%s)エラー"
+
+#: ../../enterprise/meta/advanced/synchronizing.os.php:72
+#, php-format
+msgid "Created/Updated %s/%s OS"
+msgstr "OS を作成(%s)/更新(%s)しました"
+
+#: ../../enterprise/meta/advanced/synchronizing.os.php:84
+msgid "Synchronizing OS"
+msgstr "OSの同期中"
+
+#: ../../enterprise/meta/advanced/synchronizing.php:35
+#: ../../enterprise/meta/general/main_header.php:238
+msgid "Synchronizing"
+msgstr "同期中"
+
+#: ../../enterprise/meta/advanced/synchronizing.php:60
+#: ../../enterprise/meta/advanced/synchronizing.php:91
+msgid "Users synchronization"
+msgstr "ユーザ同期"
+
+#: ../../enterprise/meta/advanced/synchronizing.php:64
+#: ../../enterprise/meta/advanced/synchronizing.php:94
+msgid "Groups synchronization"
+msgstr "グループ同期"
+
+#: ../../enterprise/meta/advanced/synchronizing.php:68
+#: ../../enterprise/meta/advanced/synchronizing.php:97
+msgid "Alerts synchronization"
+msgstr "アラート同期"
+
+#: ../../enterprise/meta/advanced/synchronizing.php:72
+#: ../../enterprise/meta/advanced/synchronizing.php:100
+msgid "Components synchronization"
+msgstr "コンポーネント同期"
+
+#: ../../enterprise/meta/advanced/synchronizing.php:76
+#: ../../enterprise/meta/advanced/synchronizing.php:103
+msgid "Tags synchronization"
+msgstr "タグ同期"
+
+#: ../../enterprise/meta/advanced/synchronizing.php:80
+#: ../../enterprise/meta/advanced/synchronizing.php:106
+msgid "OS synchronization"
+msgstr "OS同期"
+
+#: ../../enterprise/meta/advanced/synchronizing.php:84
+#: ../../enterprise/meta/advanced/synchronizing.php:109
+msgid "Module Groups synchronization"
+msgstr "モジュールグループ同期"
+
+#: ../../enterprise/meta/advanced/synchronizing.tag.php:69
+#, php-format
+msgid "Error creating/updating %s/%s tags"
+msgstr "タグの作成(%s)/更新(%s)エラー"
+
+#: ../../enterprise/meta/advanced/synchronizing.tag.php:72
+#, php-format
+msgid "Created/Updated %s/%s tags"
+msgstr "タグを作成(%s)/更新(%s)しました"
+
+#: ../../enterprise/meta/advanced/synchronizing.tag.php:84
+msgid "Synchronizing Tags"
+msgstr "タグの同期中"
+
+#: ../../enterprise/meta/advanced/synchronizing.user.php:273
+#, php-format
+msgid "Error updating user %s"
+msgstr "ユーザ %s の更新エラー"
+
+#: ../../enterprise/meta/advanced/synchronizing.user.php:277
+#, php-format
+msgid "Updated user %s"
+msgstr "ユーザ %s を更新しました"
+
+#: ../../enterprise/meta/advanced/synchronizing.user.php:288
+#, php-format
+msgid "Error creating user %s"
+msgstr "ユーザ %s の作成エラー"
+
+#: ../../enterprise/meta/advanced/synchronizing.user.php:292
+#, php-format
+msgid "Created user %s"
+msgstr "ユーザ %s を作成しました"
+
+#: ../../enterprise/meta/advanced/synchronizing.user.php:487
+#, php-format
+msgid ""
+"Error creating/updating the followings elements groups/profiles/user "
+"profiles (%d/%d/%d)"
+msgstr "グループ/プロファイル/ユーザの要素の作成・更新エラー (%d/%d/%d)"
+
+#: ../../enterprise/meta/advanced/synchronizing.user.php:492
+#, php-format
+msgid ""
+"The followings elements groups/profiles/user profiles were created/updated "
+"sucessfully (%d/%d/%d)"
+msgstr "グループ/プロファイル/ユーザの要素を作成・更新しました (%d/%d/%d)"
+
+#: ../../enterprise/meta/advanced/synchronizing.user.php:510
+msgid "Synchronizing Users"
+msgstr "ユーザの同期中"
+
+#: ../../enterprise/meta/advanced/synchronizing.user.php:542
+msgid "Profile mode"
+msgstr "プロファイルモード"
+
+#: ../../enterprise/meta/advanced/synchronizing.user.php:542
+msgid "Profile synchronization mode."
+msgstr "プロファイル同期モード"
+
+#: ../../enterprise/meta/advanced/synchronizing.user.php:543
+msgid "New profile"
+msgstr "新規プロファイル"
+
+#: ../../enterprise/meta/advanced/synchronizing.user.php:545
+msgid ""
+"The selected user profile will be added to the selected users into the target"
+msgstr "選択されたユーザプロファイルは、対象の選択ユーザに追加されます"
+
+#: ../../enterprise/meta/advanced/synchronizing.user.php:546
+msgid "Copy profile"
+msgstr "プロファイルのコピー"
+
+#: ../../enterprise/meta/advanced/synchronizing.user.php:548
+msgid ""
+"The target user profiles will be replaced with the source user profiles"
+msgstr "対象のユーザプロファイルは、元ユーザのプロファイルで置き換えられます"
+
+#: ../../enterprise/meta/agentsearch.php:79
+msgid "Search results for"
+msgstr "検索結果:"
+
+#: ../../enterprise/meta/agentsearch.php:194
+msgid "There are no agents included in this group"
+msgstr "このグループに属しているエージェントが存在しません"
+
+#: ../../enterprise/meta/event/custom_events.php:89
+msgid "The user is not in neither group with EW profile"
+msgstr "ユーザは EW 権限のあるグループに含まれていません"
+
+#: ../../enterprise/meta/event/custom_events.php:129
+msgid "Succesful updated"
+msgstr "更新しました"
+
+#: ../../enterprise/meta/event/custom_events.php:130
+msgid "Unsucessful updated"
+msgstr "更新に失敗しました"
+
+#: ../../enterprise/meta/event/custom_events.php:154
+msgid "Fields"
+msgstr "フィールド"
+
+#: ../../enterprise/meta/general/footer.php:26
+#, php-format
+msgid "® Ãrtica soluciones Pandora FMS %s - Build %s"
+msgstr "® Ãrtica soluciones Pandora FMS %s - ビルド %s"
+
+#: ../../enterprise/meta/general/login_page.php:27
+msgid "Go to pandorafms.com"
+msgstr "pandorafms.com へ行く"
+
+#: ../../enterprise/meta/general/login_page.php:29
+msgid "Pandora Help"
+msgstr "Pandora ヘルプ"
+
+#: ../../enterprise/meta/general/login_page.php:33
+msgid "Go to Pandora FMS Wiki"
+msgstr "Pandora FMS wiki へ行く"
+
+#: ../../enterprise/meta/general/login_page.php:35
+msgid "Pandora Support"
+msgstr "Pandora サポート"
+
+#: ../../enterprise/meta/general/login_page.php:105
+msgid "Monitor all your systems with a single tool"
+msgstr "単一のツールえ全システムの監視をします"
+
+#: ../../enterprise/meta/general/login_page.php:139
+msgid "Login off"
+msgstr "ログオフ"
+
+#: ../../enterprise/meta/general/login_page.php:170
+msgid ""
+"In order to have the best user experience with Pandora FMS, we strongly "
+"recommend to use"
+msgstr "Pandora FMS の利用には、以下を使うことを強くお勧めします"
+
+#: ../../enterprise/meta/general/login_page.php:171
+msgid ""
+"Mozilla Firefox or Google Chrome browsers."
+msgstr ""
+"Mozilla Firefox または Google Chrome ブラウザ。"
+
+#: ../../enterprise/meta/general/logon_ok.php:32
+msgid "Network traffic"
+msgstr "ネットワークトラフィック"
+
+#: ../../enterprise/meta/general/logon_ok.php:60
+#: ../../enterprise/meta/general/main_header.php:180
+#: ../../enterprise/meta/screens/screens.php:35
+msgid "Screens"
+msgstr "画面"
+
+#: ../../enterprise/meta/general/main_header.php:98
+msgid "Groups view"
+msgstr "グループビュー"
+
+#: ../../enterprise/meta/general/main_header.php:108
+msgid "Monitors view"
+msgstr "モニタ表示"
+
+#: ../../enterprise/meta/general/main_header.php:144
+msgid "Create new report"
+msgstr "新規レポート作成"
+
+#: ../../enterprise/meta/general/main_header.php:157
+msgid "Report templates"
+msgstr "レポートテンプレート"
+
+#: ../../enterprise/meta/general/main_header.php:205
+msgid "Live view"
+msgstr "ライブビュー"
+
+#: ../../enterprise/meta/general/main_header.php:248
+msgid "Agent management"
+msgstr "エージェント管理"
+
+#: ../../enterprise/meta/general/main_header.php:258
+msgid "Alert management"
+msgstr "アラート管理"
+
+#: ../../enterprise/meta/general/main_header.php:268
+msgid "Component management"
+msgstr "コンポーネント管理"
+
+#: ../../enterprise/meta/general/main_header.php:273
+msgid "Policy management"
+msgstr "ポリシー管理"
+
+#: ../../enterprise/meta/general/main_header.php:278
+msgid "Category management"
+msgstr "カテゴリ管理"
+
+#: ../../enterprise/meta/general/main_header.php:283
+msgid "Server management"
+msgstr "サーバ管理"
+
+#: ../../enterprise/meta/general/main_header.php:293
+msgid "Metasetup"
+msgstr "メタセットアップ"
+
+#: ../../enterprise/meta/general/metaconsole_no_activated.php:25
+msgid ""
+"Metaconsole needs previous activation from regular console, please contact "
+"system administrator if you need assistance. "
+msgstr "メタコンソールは、通常のコンソールから事前に有効化する必要があります。手助けが必要であればシステム管理者へ問い合わせてください。 "
+
+#: ../../enterprise/meta/general/noaccess.php:17
+msgid "Back to login"
+msgstr "ログインに戻る"
+
+#: ../../enterprise/meta/general/noaccess.php:33
+msgid ""
+"Access to this page is restricted to authorized users only, please contact "
+"system administrator if you need assistance. \n"
+"\t\t\t\t\t Please know that all attempts to access this page are recorded "
+"in security logs of Pandora System Database"
+msgstr ""
+"このページは認証されたユーザのみがアクセスできます。手助けが必要であればシステム管理者へ連絡してください。\n"
+"\t\t\t\t\t このページへの全アクセスは Pandora システムデータベースのセキュリティログに記録されます。"
+
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1202
+msgid "Go to agent detail"
+msgstr "エージェント詳細へ"
+
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1209
+msgid "Create new module"
+msgstr "新規モジュール作成"
+
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1270
+msgid "Group name"
+msgstr "グループ名"
+
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1410
+msgid "Go to module detail"
+msgstr "モジュール詳細へ"
+
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1428
+msgid "Create new alert"
+msgstr "新規アラート作成"
+
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1469
+msgid "There was a problem loading alert"
+msgstr "アラート読み込みに問題が発生しました。"
+
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1560
+msgid "Stand By"
+msgstr "スタンバイ"
+
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1586
+msgid "Go to Alert detail"
+msgstr "アラート詳細へ"
+
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1592
+msgid "Delete alert"
+msgstr "アラート削除"
+
+#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1636
+msgid "There was a problem loading tag"
+msgstr "タグのロードで問題が発生しました"
+
+#: ../../enterprise/meta/include/functions_agents_meta.php:1204
+#: ../../enterprise/meta/include/functions_agents_meta.php:1215
+msgid "Agents movement"
+msgstr "エージェント移動"
+
+#: ../../enterprise/meta/include/functions_agents_meta.php:1209
+#: ../../enterprise/meta/include/functions_agents_meta.php:1218
+msgid "Group management"
+msgstr "グループ管理"
+
+#: ../../enterprise/meta/include/functions_components_meta.php:60
+#: ../../enterprise/meta/include/functions_components_meta.php:75
+msgid "Plugin management"
+msgstr "プラグイン管理"
+
+#: ../../enterprise/meta/include/functions_components_meta.php:81
+msgid "Create plugin"
+msgstr "プラグイン作成"
+
+#: ../../enterprise/meta/include/functions_components_meta.php:84
+msgid "Edit plugin"
+msgstr "プラグイン編集"
+
+#: ../../enterprise/meta/include/functions_groups_meta.php:77
+#, php-format
+msgid "(Error Duplicate ID (%d) ) "
+msgstr "(重複 ID (%d) エラー) "
+
+#: ../../enterprise/meta/include/functions_groups_meta.php:99
+msgid "Different parent"
+msgstr "異なる親"
+
+#: ../../enterprise/meta/include/functions_groups_meta.php:104
+msgid "Different name"
+msgstr "異なる名前"
+
+#: ../../enterprise/meta/include/functions_meta.php:332
+msgid "No admin user"
+msgstr "管理者ではありません"
+
+#: ../../enterprise/meta/include/functions_meta.php:428
+msgid "Netflow disable custom live view filters"
+msgstr "Netflow は、カスタムライブビューフィルタを無効にします"
+
+#: ../../enterprise/meta/include/functions_meta.php:476
+msgid "Customizable section"
+msgstr "カスタマイズ可能なセクション"
+
+#: ../../enterprise/meta/include/functions_meta.php:829
+msgid "Pandora FMS host"
+msgstr "Pandora FMS ホスト"
+
+#: ../../enterprise/meta/include/functions_meta.php:1101
+msgid "Type of charts"
+msgstr "チャートのタイプ"
+
+#: ../../enterprise/meta/include/functions_users_meta.php:184
+msgid "User synchronization"
+msgstr "ユーザ同期"
+
+#: ../../enterprise/meta/include/functions_users_meta.php:196
+msgid "Group synchronization"
+msgstr "グループ同期"
+
+#: ../../enterprise/meta/include/functions_wizard_meta.php:241
+msgid "Agent modules"
+msgstr "エージェントモジュール"
+
+#: ../../enterprise/meta/include/functions_wizard_meta.php:284
+msgid "Add selected modules to agent"
+msgstr "選択したモジュールのエージェントへの追加"
+
+#: ../../enterprise/meta/include/functions_wizard_meta.php:298
+msgid "Undo changes"
+msgstr "変更を元に戻す"
+
+#: ../../enterprise/meta/include/functions_wizard_meta.php:473
+msgid "Latency"
+msgstr "待ち時間"
+
+#: ../../enterprise/meta/include/functions_wizard_meta.php:474
+msgid "Response"
+msgstr "応答"
+
+#: ../../enterprise/meta/include/functions_wizard_meta.php:476
+msgid "Check type"
+msgstr "チェックタイプ"
+
+#: ../../enterprise/meta/include/functions_wizard_meta.php:525
+msgid "String to check"
+msgstr "チェック文字列"
+
+#: ../../enterprise/meta/include/functions_wizard_meta.php:530
+msgid "Add check"
+msgstr "チェックを追加"
+
+#: ../../enterprise/meta/include/functions_wizard_meta.php:538
+msgid "Delete check"
+msgstr "チェックを削除"
+
+#: ../../enterprise/meta/include/functions_wizard_meta.php:818
+#: ../../enterprise/meta/include/functions_wizard_meta.php:910
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1120
+msgid "Various"
+msgstr "いろいろ"
+
+#: ../../enterprise/meta/include/functions_wizard_meta.php:858
+#: ../../enterprise/meta/include/functions_wizard_meta.php:944
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1161
+msgid "Thresholds"
+msgstr "しきい値"
+
+#: ../../enterprise/meta/include/functions_wizard_meta.php:955
+msgid "Web configuration"
+msgstr "ウェブ設定"
+
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1147
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1153
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1560
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1567
+msgid "Str: "
+msgstr "文字列: "
+
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1149
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1155
+msgid " Inverse interval "
+msgstr " 条件の反転 "
+
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1216
+msgid "Alerts in module"
+msgstr "モジュール内のアラート"
+
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1379
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1469
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1589
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1660
+#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:65
+#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:86
+#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:104
+#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:74
+msgid "Preview"
+msgstr "プレビュー"
+
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1451
+msgid "Checks"
+msgstr "チェック"
+
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1654
+msgid "Deleted modules"
+msgstr "削除済エージェント"
+
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1866
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1963
+#: ../../enterprise/meta/include/functions_wizard_meta.php:2438
+#, php-format
+msgid "Error adding module %s"
+msgstr "モジュール %s 追加エラー"
+
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1876
+#: ../../enterprise/meta/include/functions_wizard_meta.php:1973
+msgid ""
+"There was an error creating the alerts, the operation has been cancelled"
+msgstr "アラート作成でエラーが発生しました。操作はキャンセルされました。"
+
+#: ../../enterprise/meta/include/functions_wizard_meta.php:2040
+msgid "Agent successfully added"
+msgstr "エージェントを追加しました"
+
+#: ../../enterprise/meta/include/functions_wizard_meta.php:2056
+#: ../../enterprise/meta/include/functions_wizard_meta.php:2138
+#, php-format
+msgid "%s Modules created"
+msgstr "%s モジュールを作成しました"
+
+#: ../../enterprise/meta/include/functions_wizard_meta.php:2094
+#, php-format
+msgid "Could not update agent %s"
+msgstr "エージェント %s を更新できませんでした"
+
+#: ../../enterprise/meta/include/functions_wizard_meta.php:2098
+msgid "Agent successfully updated"
+msgstr "エージェントを更新しました"
+
+#: ../../enterprise/meta/include/functions_wizard_meta.php:2144
+#, php-format
+msgid "%s Modules deleted"
+msgstr "%s モジュールを削除しました"
+
+#: ../../enterprise/meta/include/functions_wizard_meta.php:2449
+msgid ""
+"There was an error creating the alerts, the operation has been cancelled ."
+msgstr "アラート作成エラーです。操作はキャンセルされました。"
+
+#: ../../enterprise/meta/include/functions_wizard_meta.php:2480
+msgid "Module successfully added."
+msgstr "モジュールを追加しました。"
+
+#: ../../enterprise/meta/include/functions_wizard_meta.php:2552
+#: ../../enterprise/meta/include/functions_wizard_meta.php:2641
+#: ../../enterprise/meta/include/functions_wizard_meta.php:2852
+#, php-format
+msgid "Error updating module %s"
+msgstr "モジュール %s の更新エラー"
+
+#: ../../enterprise/meta/include/functions_wizard_meta.php:2575
+#: ../../enterprise/meta/include/functions_wizard_meta.php:2664
+#: ../../enterprise/meta/include/functions_wizard_meta.php:2875
+msgid ""
+"There was an error updating the alerts, the operation has been cancelled"
+msgstr "アラートの更新でエラーが発生しました。操作はキャンセルされました。"
+
+#: ../../enterprise/meta/include/functions_wizard_meta.php:2597
+#: ../../enterprise/meta/include/functions_wizard_meta.php:2686
+#: ../../enterprise/meta/include/functions_wizard_meta.php:2897
+msgid "Successfully updated module."
+msgstr "モジュールを更新しました。"
+
+#: ../../enterprise/meta/include/functions_wizard_meta.php:3250
+msgid "Manage agent modules"
+msgstr "エージェントモジュール管理"
+
+#: ../../enterprise/meta/index.php:250 ../../index.php:252
+msgid "The code shouldn't be empty"
+msgstr "コードは空にできません"
+
+#: ../../enterprise/meta/index.php:262 ../../index.php:264
+msgid "Expired login"
+msgstr "ログイン期限切れ"
+
+#: ../../enterprise/meta/index.php:270 ../../enterprise/meta/index.php:276
+#: ../../index.php:272 ../../index.php:278
+msgid "Login error"
+msgstr "ログインエラー"
+
+#: ../../enterprise/meta/index.php:523 ../../enterprise/meta/index.php:534
+#: ../../index.php:794
+msgid "Sorry! I can't find the page!"
+msgstr "ページが見つかりません"
+
+#: ../../enterprise/meta/monitoring/group_view.php:33
+msgid "Group View"
+msgstr "グループ表示"
+
+#: ../../enterprise/meta/monitoring/group_view.php:95
+msgid "Summary by status"
+msgstr "状態ごとのまとめ"
+
+#: ../../enterprise/meta/monitoring/group_view.php:103
+msgid "% Agents Unknown"
+msgstr "% のエージェントが不明状態"
+
+#: ../../enterprise/meta/monitoring/group_view.php:104
+#: ../../enterprise/meta/monitoring/group_view.php:105
+msgid "% Agents not init"
+msgstr "未初期化エージェント%"
+
+#: ../../enterprise/meta/monitoring/group_view.php:108
+msgid "% Monitors Critical"
+msgstr "障害状態モジュール%"
+
+#: ../../enterprise/meta/monitoring/group_view.php:109
+msgid "% Monitors Warning"
+msgstr "警告状態モジュール%"
+
+#: ../../enterprise/meta/monitoring/group_view.php:110
+msgid "% Monitors OK"
+msgstr "正常状態モジュール%"
+
+#: ../../enterprise/meta/monitoring/group_view.php:111
+msgid "% Monitors Unknown"
+msgstr "不明状態モジュール%"
+
+#: ../../enterprise/meta/monitoring/group_view.php:112
+msgid "% Monitors Not init"
+msgstr "未初期化モジュール%"
+
+#: ../../enterprise/meta/monitoring/group_view.php:136
+#: ../../enterprise/meta/monitoring/group_view.php:137
+msgid "This data doesn't show in realtime"
+msgstr "このデータはリアルタイムでは表示されません"
+
+#: ../../enterprise/meta/monitoring/group_view.php:144
+msgid "Group or Tag"
+msgstr "グループまたはタグ"
+
+#: ../../enterprise/meta/monitoring/group_view.php:148
+msgid "critical"
+msgstr "障害"
+
+#: ../../enterprise/meta/monitoring/tactical.php:37
+msgid "Tactical View"
+msgstr "モニタ状態表示"
+
+#: ../../enterprise/meta/monitoring/tactical.php:291
+msgid "Report of state"
+msgstr "状態レポート"
+
+#: ../../enterprise/meta/monitoring/tactical.php:320
+msgid "Report of events"
+msgstr "イベントレポート"
+
+#: ../../enterprise/meta/monitoring/tactical.php:325
+msgid "Info of state in events"
+msgstr "イベントの状態"
+
+#: ../../enterprise/meta/monitoring/tactical.php:341
+msgid "More events"
+msgstr "イベント追加"
+
+#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:78
+msgid "Edit agent"
+msgstr "エージェントの編集"
+
+#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:212
+#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:227
+msgid "Please, set a valid IP/Name address"
+msgstr "正しい IPアドレス/ホスト名を設定してください"
+
+#: ../../enterprise/meta/monitoring/wizard/wizard.create_agent.php:40
+#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:42
+#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:116
+#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:290
+#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:98
+#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:116
+#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:84
+msgid "Create module"
+msgstr "モジュールの作成"
+
+#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:124
+#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:127
+#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:154
+#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:113
+#: ../../enterprise/meta/monitoring/wizard/wizard.php:112
+#: ../../enterprise/meta/monitoring/wizard/wizard.php:178
+#: ../../enterprise/meta/monitoring/wizard/wizard.update_agent.php:49
+#: ../../enterprise/meta/monitoring/wizard/wizard.update_module.php:92
+msgid "Can't connect to Pandora FMS instance"
+msgstr "Pandora FMS インスタンスに接続できません"
+
+#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:148
+msgid "Web check"
+msgstr "ウェブチェック"
+
+#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:228
+msgid "Module description"
+msgstr "モジュールの説明"
+
+#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:244
+msgid "Step by step wizard"
+msgstr "段階的ウィザード"
+
+#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:251
+#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:255
+msgid "Click Create to continue"
+msgstr "続けるには作成をクリックします"
+
+#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:249
+msgid "Select the agent to be edited or deleted"
+msgstr "編集または削除するエージェントを選択"
+
+#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:291
+msgid "Manage modules"
+msgstr "モジュール管理"
+
+#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:339
+msgid "Select the agent where the module will be created"
+msgstr "モジュールを作成するエージェントを選択"
+
+#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:353
+msgid "Create Module"
+msgstr "モジュールの作成"
+
+#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:411
+msgid "Select the module to be edited or deleted"
+msgstr "編集または削除するモジュールの選択"
+
+#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:519
+msgid "Select the module where the alert will be created"
+msgstr "アラートを作成するモジュールの選択"
+
+#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:603
+msgid "Select the alert to be edited or deleted"
+msgstr "編集または削除するアラートの選択"
+
+#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:84
+#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:102
+#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:72
+msgid "Advanced configuration"
+msgstr "拡張設定"
+
+#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:198
+#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:231
+#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:196
+msgid "Invalid characters founded in module name"
+msgstr "モジュール名に不正な文字があります"
+
+#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:189
+msgid "Please, set a name"
+msgstr "名前を設定してください"
+
+#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:210
+msgid "Please, set an interval"
+msgstr "間隔を設定してください"
+
+#: ../../enterprise/meta/monitoring/wizard/wizard.php:92
+msgid "The alert you are trying to add is already in the list of alerts"
+msgstr "追加しようとしているアラートは、アラート一覧にすでにあります。"
+
+#: ../../enterprise/meta/monitoring/wizard/wizard.php:103
+msgid "Please, select an alert"
+msgstr "アラートを選択してください"
+
+#: ../../enterprise/meta/monitoring/wizard/wizard.php:104
+msgid "Please, select an agent"
+msgstr "エージェントを選択してください"
+
+#: ../../enterprise/meta/monitoring/wizard/wizard.php:109
+msgid "String"
+msgstr "文字列"
+
+#: ../../enterprise/meta/monitoring/wizard/wizard.php:110
+msgid "No agent name specified"
+msgstr "エージェント名が定義されていません。"
+
+#: ../../enterprise/meta/monitoring/wizard/wizard.php:111
+msgid "Another agent already exists with the same name"
+msgstr "他のエージェントがすでに同じ名前で存在します"
+
+#: ../../enterprise/meta/screens/screens.visualmap.php:60
+msgid "Create visualmap"
+msgstr "ビジュアルマップの作成"
+
+#: ../../enterprise/mobile/operation/dashboard.php:59
+msgid "Visual console are not shown due screen size limitations"
+msgstr "画面サイズ制限のため、ビジュアルコンソールは表示されません"
+
+#: ../../enterprise/mobile/operation/dashboard.php:87
+msgid "Dashboards list"
+msgstr "ダッシュボード一覧"
+
+#: ../../enterprise/mobile/operation/dashboard.php:107
+msgid "No Dashboards"
+msgstr "ダッシュボードがありません"
+
+#: ../../enterprise/mobile/operation/dashboard.php:140
+msgid "Dashboard name"
+msgstr "ダッシュボード名"
+
+#: ../../enterprise/operation/agentes/agent_inventory.diff_view.php:40
+msgid "Unsucessful get module inventory data."
+msgstr "モジュールのインベントリデータ取得に失敗しました。"
+
+#: ../../enterprise/operation/agentes/agent_inventory.php:56
+msgid "This agent has not modules inventory"
+msgstr "このエージェントにはインベントリモジュールがありません"
+
+#: ../../enterprise/operation/agentes/agent_inventory.php:160
+#: ../../enterprise/operation/agentes/agent_inventory.php:161
+msgid "Diff view"
+msgstr "差分表示"
+
+#: ../../enterprise/operation/agentes/collection_view.php:54
+msgid "No collection assigned to this agent"
+msgstr "このエージェントに割り当てられたコレクションがありません"
+
+#: ../../enterprise/operation/agentes/manage_transmap.php:27
+#: ../../enterprise/operation/agentes/manage_transmap_creation.php:82
+#: ../../enterprise/operation/agentes/manage_transmap_creation.php:257
+#: ../../enterprise/operation/agentes/manage_transmap_creation.php:319
+#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:33
+msgid "Transactions List"
+msgstr "トランザクション一覧"
+
+#: ../../enterprise/operation/agentes/manage_transmap.php:50
+#: ../../enterprise/operation/agentes/manage_transmap_creation.php:89
+#: ../../enterprise/operation/agentes/manage_transmap_creation.php:326
+msgid "Edit main data"
+msgstr "メインデータ編集"
+
+#: ../../enterprise/operation/agentes/manage_transmap.php:57
+#: ../../enterprise/operation/agentes/manage_transmap_creation.php:96
+#: ../../enterprise/operation/agentes/manage_transmap_creation.php:333
+#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:39
+msgid "Edit Transaction"
+msgstr "トランザクション編集"
+
+#: ../../enterprise/operation/agentes/manage_transmap.php:65
+#: ../../enterprise/operation/agentes/manage_transmap_creation.php:104
+#: ../../enterprise/operation/agentes/manage_transmap_creation.php:341
+msgid "View Transaction"
+msgstr "トランザクション表示"
+
+#: ../../enterprise/operation/agentes/manage_transmap.php:98
+msgid "Return to windowed mode"
+msgstr "ウインドウモードへ戻る"
+
+#: ../../enterprise/operation/agentes/manage_transmap.php:102
+msgid "Transactional Map - "
+msgstr "トランザクションマップ - "
+
+#: ../../enterprise/operation/agentes/manage_transmap.php:106
+msgid "Transaction not found"
+msgstr "トランザクションがありません"
+
+#: ../../enterprise/operation/agentes/manage_transmap.php:110
+msgid "Master lock file not found (No data to show)"
+msgstr "マスターロックファイルがありません (表示するデータがありません)"
+
+#: ../../enterprise/operation/agentes/manage_transmap.php:114
+msgid "Transaction is stopped"
+msgstr "トランザクションが停止しました"
+
+#: ../../enterprise/operation/agentes/manage_transmap.php:118
+msgid "Error, please check the transaction phases"
+msgstr "エラー。トランザクションフェーズを確認してください。"
+
+#: ../../enterprise/operation/agentes/manage_transmap_creation.php:36
+msgid "Please, reset the transaction"
+msgstr "トランザクションをリセットしてください"
+
+#: ../../enterprise/operation/agentes/manage_transmap_creation.php:71
+msgid "Successfully data updated"
+msgstr "データを更新しました"
+
+#: ../../enterprise/operation/agentes/manage_transmap_creation.php:72
+msgid "Could not be data updated"
+msgstr "データの更新に失敗しました"
+
+#: ../../enterprise/operation/agentes/manage_transmap_creation.php:107
+msgid "Transactional Map - Create Phase - "
+msgstr "トランザクションマップ - フェーズ作成 - "
+
+#: ../../enterprise/operation/agentes/manage_transmap_creation.php:117
+msgid "Index"
+msgstr "目次"
+
+#: ../../enterprise/operation/agentes/manage_transmap_creation.php:120
+msgid "Dependencies"
+msgstr "依存関係"
+
+#: ../../enterprise/operation/agentes/manage_transmap_creation.php:121
+msgid "Enables"
+msgstr "有効化"
+
+#: ../../enterprise/operation/agentes/manage_transmap_creation.php:181
+msgid "Not valid dependencies field"
+msgstr "不正な依存関係フィールド"
+
+#: ../../enterprise/operation/agentes/manage_transmap_creation.php:187
+msgid "Not valid enables field"
+msgstr "不正な有効化フィールド"
+
+#: ../../enterprise/operation/agentes/manage_transmap_creation.php:260
+#: ../../enterprise/operation/agentes/manage_transmap_creation.php:345
+msgid "Transactional Map - Create Transaction"
+msgstr "トランザクションマップ - トランザクション作成"
+
+#: ../../enterprise/operation/agentes/manage_transmap_creation.php:272
+#: ../../enterprise/operation/agentes/manage_transmap_creation.php:361
+msgid "Loop interval"
+msgstr "繰り返し間隔"
+
+#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:45
+msgid "Go back to phases list"
+msgstr "フェーズ一覧に戻る"
+
+#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:49
+msgid "Transactional Map - Phase - "
+msgstr "トランザクションマップ - フェーズ - "
+
+#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:62
+msgid "Launch script"
+msgstr "スクリプト実行"
+
+#: ../../enterprise/operation/agentes/policy_view.php:37
+msgid "This agent has no policy assigned"
+msgstr "このエージェントにはポリシーが適用されていません"
+
+#: ../../enterprise/operation/agentes/policy_view.php:65
+msgid "Policy outdate"
+msgstr "期限切れポリシー"
+
+#: ../../enterprise/operation/agentes/policy_view.php:130
+#: ../../enterprise/operation/agentes/policy_view.php:137
+msgid "Toggle the collection table"
+msgstr "コレクションテーブル切り替え"
+
+#: ../../enterprise/operation/agentes/policy_view.php:133
+msgid "Descripttion"
+msgstr "説明"
+
+#: ../../enterprise/operation/agentes/policy_view.php:138
+msgid "Show Collection"
+msgstr "コレクション表示"
+
+#: ../../enterprise/operation/agentes/policy_view.php:192
+#: ../../enterprise/operation/agentes/policy_view.php:201
+msgid "Toggle the alert table"
+msgstr "アラートテーブル切り替え"
+
+#: ../../enterprise/operation/agentes/policy_view.php:202
+msgid "Show Alert"
+msgstr "アラート表示"
+
+#: ../../enterprise/operation/agentes/policy_view.php:303
+#: ../../enterprise/operation/agentes/policy_view.php:312
+msgid "Toggle the module table"
+msgstr "モジュールテーブル切り替え"
+
+#: ../../enterprise/operation/agentes/policy_view.php:304
+msgid "Relationship"
+msgstr "関連"
+
+#: ../../enterprise/operation/agentes/policy_view.php:313
+msgid "Show Modules"
+msgstr "モジュール表示"
+
+#: ../../enterprise/operation/agentes/policy_view.php:333
+msgid "(Un-adopted)"
+msgstr "(未採用)"
+
+#: ../../enterprise/operation/agentes/policy_view.php:337
+msgid "(Adopted)"
+msgstr "(採用)"
+
+#: ../../enterprise/operation/agentes/policy_view.php:343
+msgid "(Un-adopted) (Unlinked)"
+msgstr "(未採用) (未リンク)"
+
+#: ../../enterprise/operation/agentes/policy_view.php:347
+msgid "(Adopted) (Unlinked)"
+msgstr "(採用) (未リンク)"
+
+#: ../../enterprise/operation/agentes/transactional_map.php:31
+msgid "Transactions list"
+msgstr "トランザクション一覧"
+
+#: ../../enterprise/operation/agentes/transactional_map.php:100
+msgid "Name can't be empty"
+msgstr "名前は空にできません"
+
+#: ../../enterprise/operation/agentes/transactional_map.php:148
+msgid "Transaction name"
+msgstr "トランザクション名"
+
+#: ../../enterprise/operation/agentes/transactional_map.php:151
+msgid "Running status"
+msgstr "実行状態"
+
+#: ../../enterprise/operation/agentes/transactional_map.php:153
+msgid "Time spent"
+msgstr "経過時間"
+
+#: ../../enterprise/operation/agentes/transactional_map.php:237
+#: ../../enterprise/operation/agentes/ux_console_view.php:118
+#: ../../enterprise/operation/agentes/ux_console_view.php:237
+msgid "Failed"
+msgstr "失敗"
+
+#: ../../enterprise/operation/agentes/transactional_map.php:262
+msgid "Stopped"
+msgstr "停止"
+
+#: ../../enterprise/operation/agentes/transactional_map.php:268
+msgid "Starting"
+msgstr "開始中"
+
+#: ../../enterprise/operation/agentes/transactional_map.php:271
+msgid "Stopping"
+msgstr "停止中"
+
+#: ../../enterprise/operation/agentes/transactional_map.php:315
+msgid "Edit phases"
+msgstr "フェーズ編集"
+
+#: ../../enterprise/operation/agentes/transactional_map.php:324
+msgid "Error in phases section"
+msgstr "フェーズセクションでエラー"
+
+#: ../../enterprise/operation/agentes/transactional_map.php:343
+msgid "Create Transaction"
+msgstr "トランザクション作成"
+
+#: ../../enterprise/operation/agentes/ux_console_view.php:38
+msgid "No ux transactions found."
+msgstr "UX トランザクションがありません"
+
+#: ../../enterprise/operation/agentes/ux_console_view.php:48
+msgid "Transaction"
+msgstr "トランザクション"
+
+#: ../../enterprise/operation/agentes/ux_console_view.php:57
+msgid "Show transaction"
+msgstr "トランザクション表示"
+
+#: ../../enterprise/operation/agentes/ux_console_view.php:83
+msgid "Execution results for transaction "
+msgstr "トランザクションの実行結果 "
+
+#: ../../enterprise/operation/agentes/ux_console_view.php:157
+msgid "Global results"
+msgstr "全体の結果"
+
+#: ../../enterprise/operation/agentes/ux_console_view.php:217
+msgid "Transaction history"
+msgstr "トランザクション履歴"
+
+#: ../../enterprise/operation/agentes/ver_agente.php:225
+msgid "UX Console"
+msgstr "UX コンソール"
+
+#: ../../enterprise/operation/inventory/inventory.php:266
+msgid "Export this list to CSV"
+msgstr "この一覧を CSV へエクスポートする"
+
+#: ../../enterprise/operation/log/log_viewer.php:150
+#: ../../enterprise/operation/menu.php:128
+msgid "Log viewer"
+msgstr "ログ・ビューワ"
+
+#: ../../enterprise/operation/log/log_viewer.php:350
+msgid "The start date cannot be greater than the end date"
+msgstr "開始日は終了日より後にできません"
+
+#: ../../enterprise/operation/maps/networkmap_list_deleted.php:36
+#: ../../enterprise/operation/maps/networkmap_list_deleted.php:74
+msgid "List of networkmaps"
+msgstr "ネットワークマップ一覧"
+
+#: ../../enterprise/operation/maps/networkmap_list_deleted.php:42
+#: ../../enterprise/operation/maps/networkmap_list_deleted.php:80
+msgid "Edit networkmap"
+msgstr "ネットワークマップ編集"
+
+#: ../../enterprise/operation/maps/networkmap_list_deleted.php:48
+#: ../../enterprise/operation/maps/networkmap_list_deleted.php:86
+msgid "Deleted list"
+msgstr "削除一覧"
+
+#: ../../enterprise/operation/maps/networkmap_list_deleted.php:54
+#: ../../enterprise/operation/maps/networkmap_list_deleted.php:92
+msgid "View networkmap"
+msgstr "ネットワークマップ表示"
+
+#: ../../enterprise/operation/maps/networkmap_list_deleted.php:61
+#: ../../enterprise/operation/maps/networkmap_list_deleted.php:66
+#: ../../enterprise/operation/maps/networkmap_list_deleted.php:95
+msgid "List deleted items"
+msgstr "削除アイテム一覧"
+
+#: ../../enterprise/operation/maps/networkmap_list_deleted.php:108
+msgid "Successfully restore the item"
+msgstr "アイテムを復元しました"
+
+#: ../../enterprise/operation/maps/networkmap_list_deleted.php:109
+msgid "Could not be restore the item"
+msgstr "アイテムを復元できません"
+
+#: ../../enterprise/operation/maps/networkmap_list_deleted.php:130
+msgid "Successfully restore the items"
+msgstr "アイテムを復元しました"
+
+#: ../../enterprise/operation/maps/networkmap_list_deleted.php:132
+msgid "Could not be restore the "
+msgstr "復元できませんでした: "
+
+#: ../../enterprise/operation/maps/networkmap_list_deleted.php:136
+msgid "Not found networkmap"
+msgstr "ネットワークマップが見つかりません"
+
+#: ../../enterprise/operation/maps/networkmap_list_deleted.php:140
+msgid "The items restored will be appear in the holding area."
+msgstr "復元アイテムは、保持エリアに表示されます。"
+
+#: ../../enterprise/operation/maps/networkmap_list_deleted.php:160
+#: ../../enterprise/operation/maps/networkmap_list_deleted.php:227
+#: ../../enterprise/operation/maps/networkmap_list_deleted.php:256
+msgid "Restore"
+msgstr "復元"
+
+#: ../../enterprise/operation/maps/networkmap_list_deleted.php:170
+msgid "There are not nodes in the networkmap."
+msgstr "ネットワークマップにノードがありません。"
+
+#: ../../enterprise/operation/menu.php:100
+msgid "Transactional map"
+msgstr "トランザクションマップ"
+
+#: ../../enterprise/operation/menu.php:111
+msgid "Custom SQL"
+msgstr "カスタム SQL"
+
+#: ../../enterprise/operation/reporting/custom_reporting.php:22
+msgid ""
+"All the items are not available in CSV, only the previous versions ones."
+msgstr "CSV内に全アイテムがありません。以前のバージョンのみです。"
+
+#: ../../enterprise/operation/reporting/custom_reporting.php:62
+#: ../../enterprise/operation/reporting/custom_reporting.php:85
+msgid "Send by email"
+msgstr "Eメールで送信"
+
+#: ../../enterprise/operation/reporting/custom_reporting.php:70
+msgid "ID Report"
+msgstr "レポートID"
+
+#: ../../enterprise/operation/reporting/custom_reporting.php:109
+msgid "Send by email "
+msgstr "Eメールで送信 "
+
+#: ../../enterprise/operation/services/services.list.php:44
+#: ../../enterprise/operation/services/services.list.php:52
+msgid "Service table view"
+msgstr "サービス一覧表示"
+
+#: ../../enterprise/operation/services/services.list.php:73
+msgid "Service deleted successfully"
+msgstr "サービスを削除しました"
+
+#: ../../enterprise/operation/services/services.list.php:74
+msgid "Error deleting service"
+msgstr "サービスの削除エラー"
+
+#: ../../enterprise/operation/services/services.list.php:79
+msgid "Service forced successfully"
+msgstr "サービスの強制実行をしました"
+
+#: ../../enterprise/operation/services/services.list.php:80
+msgid "Error service forced"
+msgstr "サービスの強制実行エラー"
+
+#: ../../enterprise/operation/services/services.list.php:288
+#: ../../enterprise/operation/services/services.list.php:295
+#: ../../enterprise/operation/services/services.table_services.php:256
+#: ../../enterprise/operation/services/services.table_services.php:263
+msgid "No services defined."
+msgstr "サービスが定義されていません"
+
+#: ../../enterprise/operation/services/services.list.php:436
+#: ../../enterprise/operation/services/services.service.php:206
+msgid "SLA graph"
+msgstr "SLA グラフ"
+
+#: ../../enterprise/operation/services/services.service.php:102
+msgid "No Services"
+msgstr "サービスがありません"
+
+#: ../../enterprise/operation/services/services.service.php:216
+msgid "List of elements"
+msgstr "要素一覧"
+
+#: ../../index.php:548
+msgid "User doesn\\'t exist."
+msgstr "ユーザが存在しません。"
+
+#: ../../index.php:564
+msgid "User only can use the API."
+msgstr "ユーザは API のみ利用可能"
#~ msgid "Welcome to Pandora FMS Web Console"
#~ msgstr "Pandora FMS の Web コンソールへようこそ"
-#~ msgid "Global health"
-#~ msgstr "全体の正常性"
-
-#~ msgid "Stacked"
-#~ msgstr "積み上げ"
-
-#~ msgid "You don't have access"
-#~ msgstr "アクセスできません。"
-
-#~ msgid "Layout"
-#~ msgstr "レイアウト"
-
-#~ msgid "Simple"
-#~ msgstr "シンプル"
-
#~ msgid "Updated at realtime"
#~ msgstr "リアルタイム更新"
-#~ msgid "Operator"
-#~ msgstr "オペレータ"
-
#~ msgid "Criticity"
#~ msgstr "危険度"
-#~ msgid ">="
-#~ msgstr ">="
-
-#~ msgid "<"
-#~ msgstr "<"
-
-#~ msgid ""
-#~ "Show a resume table with max, min, average of total modules on the report "
-#~ "bottom"
-#~ msgstr "レポートの下に、全モジュールの最大、最小、平均とともに、復旧表を表示"
-
-#~ msgid "Upload file"
-#~ msgstr "ファイルのアップロード"
-
-#~ msgid "Task"
-#~ msgstr "タスク"
-
-#~ msgid "Zoom"
-#~ msgstr "ズーム"
-
#~ msgid "This user doesn't have any assigned profile/group"
#~ msgstr "このユーザには、プロファイル・グループが割り当てられていません。"
@@ -23157,9 +34706,6 @@ msgstr "タグに関連付けられるアラートで利用するための電話
#~ msgid "Policies view"
#~ msgstr "ポリシービュー"
-#~ msgid "Groups view"
-#~ msgstr "グループビュー"
-
#~ msgid "Topology view"
#~ msgstr "トポロジービュー"
@@ -23220,9 +34766,6 @@ msgstr "タグに関連付けられるアラートで利用するための電話
#~ msgid "said"
#~ msgstr "が更新"
-#~ msgid "Hours"
-#~ msgstr "時間"
-
#~ msgid "Not closed"
#~ msgstr "閉じられていません"
@@ -23244,9 +34787,6 @@ msgstr "タグに関連付けられるアラートで利用するための電話
#~ msgid "New Incident"
#~ msgstr "新たなインシデント"
-#~ msgid "Tracking"
-#~ msgstr "トラッキング"
-
#~ msgid "File is too big"
#~ msgstr "ファイルが大きすぎます"
@@ -23270,18 +34810,6 @@ msgstr "タグに関連付けられるアラートで利用するための電話
#~ "the corresponding fields of this associated \"Default action\"."
#~ msgstr "フィールド1、フィールド2 またはフィールド 3 を入力した場合、対応するフィールドの設定が \"デフォルトアクション\" になります。"
-#~ msgid "Decrease Weight"
-#~ msgstr "ウエイトを減らす"
-
-#~ msgid "Increase Weight"
-#~ msgstr "ウエイトを増やす"
-
-#~ msgid "Query SQL"
-#~ msgstr "SQL クエリ"
-
-#~ msgid "SQL preview"
-#~ msgstr "SQL プレビュー"
-
#~ msgid "Items filter"
#~ msgstr "アイテムフィルタ"
@@ -23318,9 +34846,6 @@ msgstr "タグに関連付けられるアラートで利用するための電話
#~ msgid "Not executed"
#~ msgstr "未実行"
-#~ msgid "No agent name specified"
-#~ msgstr "エージェント名が定義されていません。"
-
#~ msgid "There is already an agent in the database with this name"
#~ msgstr "同じ名前のエージェントがすでに存在します。"
@@ -23328,36 +34853,6 @@ msgstr "タグに関連付けられるアラートで利用するための電話
#~ msgid "Deleted data above %d"
#~ msgstr "%d 以上のデータを削除しました。"
-#~ msgid "Data Copy"
-#~ msgstr "データコピー"
-
-#~ msgid "No selected agents to copy"
-#~ msgstr "コピーするエージェントが選択されていません。"
-
-#~ msgid "No source agent selected"
-#~ msgstr "ソースエージェントが選択されていません"
-
-#~ msgid "Making copy of configuration file for"
-#~ msgstr "設定ファイルのコピーを作成中:"
-
-#~ msgid "Remote configuration management"
-#~ msgstr "リモート設定管理"
-
-#~ msgid "Source group"
-#~ msgstr "複製元グループ"
-
-#~ msgid "To agent(s):"
-#~ msgstr "適用先エージェント:"
-
-#~ msgid "Replicate configuration"
-#~ msgstr "設定の複製"
-
-#~ msgid "Duplicate config"
-#~ msgstr "設定の複製"
-
-#~ msgid "Manage modules"
-#~ msgstr "モジュール管理"
-
#~ msgid "No action selected"
#~ msgstr "アクションが選択されていません。"
@@ -23422,9 +34917,6 @@ msgstr "タグに関連付けられるアラートで利用するための電話
#~ msgid "Ping to "
#~ msgstr "以下へのping "
-#~ msgid "Server connection failed"
-#~ msgstr "サーバの接続に失敗しました。"
-
#~ msgid "Inside limits"
#~ msgstr "限度内"
@@ -23531,9 +35023,6 @@ msgstr "タグに関連付けられるアラートで利用するための電話
#~ msgid "Error updating plugin module in policy. Module doesn't exists."
#~ msgstr "ポリシーのプラグインモジュール更新エラー。モジュールが存在しません。"
-#~ msgid "Go to agent detail"
-#~ msgstr "エージェント詳細へ"
-
#~ msgid "Map summary"
#~ msgstr "マップ概要"
@@ -23571,21 +35060,6 @@ msgstr "タグに関連付けられるアラートで利用するための電話
#~ msgid "Error creating module from network component. Agent doesn't exists."
#~ msgstr "ネットワークコンポーネントからのモジュール作成エラー。エージェントが存在しません。"
-#~ msgid " config file"
-#~ msgstr " 設定ファイル"
-
-#~ msgid "Error copying "
-#~ msgstr "コピーエラー "
-
-#~ msgid " md5 file"
-#~ msgstr " md5 ファイル"
-
-#~ msgid "Error copying md5 file "
-#~ msgstr "md5 ファイルのコピーエラー "
-
-#~ msgid "Copied "
-#~ msgstr "コピーしました: "
-
#, php-format
#~ msgid "projection for %s"
#~ msgstr "%s の予想"
@@ -23634,21 +35108,12 @@ msgstr "タグに関連付けられるアラートで利用するための電話
#~ msgid "No Validated"
#~ msgstr "未承諾"
-#~ msgid "Incorrect format in Subnet field"
-#~ msgstr "ネットワークの範囲指定が正しくありません。"
-
#~ msgid "Events by criticity"
#~ msgstr "重要度で分類したイベント"
#~ msgid "Quiet: Disable modules that we indicate below."
#~ msgstr "静観: 以下に示すモジュールを無効化します。"
-#~ msgid "Module macros"
-#~ msgstr "モジュールマクロ"
-
-#~ msgid "Throw unknown events"
-#~ msgstr "不明イベントを発生させる"
-
#~ msgid "Cron"
#~ msgstr "Cron"
@@ -23658,11 +35123,6 @@ msgstr "タグに関連付けられるアラートで利用するための電話
#~ msgid "No special days configured"
#~ msgstr "特別日が設定されていません"
-#~ msgid ""
-#~ "Search by these fields description, OID, Custom Value, SNMP Agent (IP), "
-#~ "Single value, each Custom OIDs/Datas."
-#~ msgstr "説明、OID、カスタム値、SNMPエージェント(IP)、単一値、それぞれのカスタム OID/データ フィールドで検索します。"
-
#~ msgid "Paginate module view"
#~ msgstr "モジュール表示をページ分割"
@@ -23678,97 +35138,8 @@ msgstr "タグに関連付けられるアラートで利用するための電話
#~ "アップデートマネージャは、匿名で Pandora FMS の利用状況 (動作中のエージェントおよびモジュール数) "
#~ "を送信します。これを無効にするには、アップデートマネージャプラグインの設定で、リモートサーバアドレスを削除します。"
-#~ msgid "Policies operations"
-#~ msgstr "ポリシー操作"
-
-#~ msgid "SNMP operations"
-#~ msgstr "SNMP 操作"
-
-#~ msgid "Satellite operations"
-#~ msgstr "サテライト操作"
-
-#~ msgid "Inventory modules"
-#~ msgstr "インベントリモジュール"
-
-#~ msgid "Local components"
-#~ msgstr "ローカルコンポーネント"
-
-#~ msgid "Manage policies"
-#~ msgstr "ポリシー管理"
-
-#~ msgid "Skins"
-#~ msgstr "スキン"
-
-#~ msgid "Export targets"
-#~ msgstr "エクスポートターゲット"
-
-#~ msgid "Event alerts"
-#~ msgstr "イベントアラート"
-
-#~ msgid "Log Collector"
-#~ msgstr "ログ収集"
-
-#~ msgid "Error updating export target"
-#~ msgstr "エクスポートターゲットの更新に失敗しました。"
-
-#~ msgid "Successfully updated export target"
-#~ msgstr "エクスポートターゲットを更新しました。"
-
-#~ msgid "Error deleting export target"
-#~ msgstr "エクスポートターゲットの削除に失敗しました。"
-
-#~ msgid "Successfully deleted export target"
-#~ msgstr "エクスポートターゲットを削除しました。"
-
-#~ msgid ""
-#~ "Can't be created export target: User and password must be filled with FTP "
-#~ "mode"
-#~ msgstr "エクスポートターゲットを作成できません: FTP モードではユーザとパスワードを入力する必要があります"
-
-#~ msgid "Preffix"
-#~ msgstr "プレフィックス"
-
-#~ msgid "Transfer mode"
-#~ msgstr "転送モード"
-
-#~ msgid "Target directory"
-#~ msgstr "対象ディレクトリ"
-
-#~ msgid "Extra options"
-#~ msgstr "拡張オプション"
-
-#~ msgid "Create Service"
-#~ msgstr "サービスの作成"
-
-#~ msgid "Service created successfully"
-#~ msgstr "サービスを作成しました"
-
-#~ msgid "Error creating service"
-#~ msgstr "サービス作成エラー"
-
-#~ msgid "Service updated successfully"
-#~ msgstr "サービスを更新しました"
-
-#~ msgid "Error updating service"
-#~ msgstr "サービスの更新エラー"
-
-#~ msgid "Not found"
-#~ msgstr "見つかりません"
-
-#~ msgid "New Service"
-#~ msgstr "新規サービス"
-
-#~ msgid "Config Service"
-#~ msgstr "サービス設定"
-
-#~ msgid "Config Elements"
-#~ msgstr "要素編集"
-
-#~ msgid "View Service"
-#~ msgstr "サービス参照"
-
-#~ msgid "Service map"
-#~ msgstr "サービスマップ"
+#~ msgid "Package not updated."
+#~ msgstr "パッケージは更新されませんでした。"
#~ msgid ""
#~ "In manual mode you should set the weights manually. In auto mode the weights "
@@ -23779,1149 +35150,15 @@ msgstr "タグに関連付けられるアラートで利用するための電話
#~ "マニュアルモードではウエイトを手動で設定する必要があります。自動モードではウエイトはデフォルトの値があります。\n"
#~ "\t\tシンプルモードでは、\"障害要素\"として設定したもののみがサービスの状態計算に利用されます。"
-#~ msgid ""
-#~ "This values are by default because the service is auto calculate mode."
-#~ msgstr "サービスが自動計算モードのため、デフォルト値です。"
-
-#~ msgid "Agent to store data"
-#~ msgstr "データを保存するエージェント"
-
-#~ msgid "S.L.A. interval"
-#~ msgstr "SLA 間隔"
-
-#~ msgid "S.L.A. limit"
-#~ msgstr "SLA 制限"
-
-#~ msgid "Please set limit between 0 to 100."
-#~ msgstr "制限は、0 と 100 の間で設定してください。"
-
-#~ msgid ""
-#~ "Here are described the alert templates, which will use their default "
-#~ "actions.\n"
-#~ "\t\tYou can modify the default behaviour editing alerts in the agent who "
-#~ "stores data and alert definitions about the service and the SLA status."
-#~ msgstr ""
-#~ "アラートテンプレートの説明です。デフォルトのアクションで利用されます。\n"
-#~ "\t\tデータが存在しサービスとSLAの状態に関するアラートの定義があるエージェントでアラートを編集することによりデフォルトの動作を変更できます。"
-
-#~ msgid "Warning Service alert"
-#~ msgstr "警告サービスアラート"
-
-#~ msgid "Critical Service alert"
-#~ msgstr "障害サービスアラート"
-
-#~ msgid "SLA critical service alert"
-#~ msgstr "SLA 障害サービスアラート"
-
-#~ msgid "Edit service elements"
-#~ msgstr "サービス要素編集"
-
-#~ msgid "Error empty module"
-#~ msgstr "モジュールが空です"
-
-#~ msgid "Error empty agent"
-#~ msgstr "エージェントが空です"
-
-#~ msgid "Error empty service"
-#~ msgstr "サービスが空です"
-
-#~ msgid "Service element created successfully"
-#~ msgstr "サービス要素を作成しました"
-
-#~ msgid "Error creating service element"
-#~ msgstr "サービス要素の作成エラー"
-
-#~ msgid "Service element updated successfully"
-#~ msgstr "サービス要素を更新しました"
-
-#~ msgid "Error updating service element"
-#~ msgstr "サービス要素の更新エラー"
-
-#~ msgid "Service element deleted successfully"
-#~ msgstr "サービス要素を削除しました"
-
-#~ msgid "Error deleting service element"
-#~ msgstr "サービス要素の削除エラー"
-
-#~ msgid "Edit element service"
-#~ msgstr "サービス要素編集"
-
-#~ msgid "Create element service"
-#~ msgstr "サービス要素作成"
-
-#~ msgid "First select an agent"
-#~ msgstr "最初にエージェントを選択"
-
-#~ msgid "Critical weight"
-#~ msgstr "障害ウエイト"
-
-#~ msgid "Warning weight"
-#~ msgstr "警告ウエイト"
-
-#~ msgid "Unknown weight"
-#~ msgstr "不明ウエイト"
-
-#~ msgid "Ok weight"
-#~ msgstr "正常ウエイト"
-
-#~ msgid ""
-#~ "Only the critical elements are relevant to calculate the service status"
-#~ msgstr "障害状態のもののみがサービス状態の計算に使われます"
-
-#~ msgid "Show extended info"
-#~ msgstr "拡張情報表示"
-
-#~ msgid ""
-#~ "Maybe delete the extended data or the audit data is previous to table "
-#~ "tsession_extended."
-#~ msgstr "拡張データが削除されているか、監査データが tsession_extended テーブルにありません。"
-
-#~ msgid "Security check is ok."
-#~ msgstr "セキュリティチェックは正常です。"
-
-#~ msgid "Security check is fail."
-#~ msgstr "セキュリティチェックに失敗しました。"
-
-#~ msgid "Extended info:"
-#~ msgstr "拡張情報:"
-
-#~ msgid "The changes on this field are linked with the configuration data."
-#~ msgstr "このフィールド上の変更は、設定データにリンクされます。"
-
-#~ msgid "Using local component"
-#~ msgstr "ローカルコンポーネントの利用"
-
-#~ msgid "Show configuration data"
-#~ msgstr "設定データを表示する"
-
-#~ msgid "Hide configuration data"
-#~ msgstr "設定データを隠す"
-
-#~ msgid "Data configuration"
-#~ msgstr "データ設定"
-
-#~ msgid "Load basic"
-#~ msgstr "基本設定読み込み"
-
-#~ msgid "Load a basic structure on data configuration"
-#~ msgstr "データ設定に基本構造をロードします"
-
-#~ msgid "Check"
-#~ msgstr "チェック"
-
-#~ msgid "Check the correct structure of the data configuration"
-#~ msgstr "データ設定の正常性を確認"
-
-#~ msgid "First line must be \"module_begin\""
-#~ msgstr "最初の行は、\"module_begin\" でなければいけません"
-
-#~ msgid "Data configuration is empty"
-#~ msgstr "データ設定が空です"
-
-#~ msgid "Last line must be \"module_end\""
-#~ msgstr "最後の行は \"module_end\" でなければいけません"
-
-#~ msgid ""
-#~ "Name is missed. Please add a line with \"module_name yourmodulename\" to "
-#~ "data configuration"
-#~ msgstr "名前がありません。データ設定に \"module_name モジュール名\" という行を追加してください。"
-
-#~ msgid ""
-#~ "Type is missed. Please add a line with \"module_type yourmoduletype\" to "
-#~ "data configuration"
-#~ msgstr "タイプがありません。データ設定に \"module_type モジュールタイプ\" という行を追加してください。"
-
-#~ msgid "Type is wrong. Please set a correct type"
-#~ msgstr "タイプが不正です。正しいタイプを選択してください。"
-
-#~ msgid "There is a line with a unknown token 'token_fail'."
-#~ msgstr "不明なトークン 'token_fail' を含む行があります。"
-
-#~ msgid "Error in the syntax, please check the data configuration."
-#~ msgstr "書式エラーです。データ設定を確認してください。"
-
-#~ msgid "Data configuration are built correctly"
-#~ msgstr "データ設定が正しく作られました"
-
-#~ msgid "Plug-in deleted succesfully"
-#~ msgstr "プラグインを削除しました"
-
-#~ msgid "Plug-in cannot be deleted"
-#~ msgstr "プラグインを削除できません"
-
-#~ msgid "Plug-in added succesfully"
-#~ msgstr "プラグインを追加しました"
-
-#~ msgid "Plug-in cannot be added"
-#~ msgstr "プラグインを追加できません"
-
-#~ msgid "Plug-in disabled succesfully"
-#~ msgstr "プラグインを無効化しました"
-
-#~ msgid "Plug-in cannot be disabled"
-#~ msgstr "プラグインを無効化できません"
-
-#~ msgid "Plug-in enabled succesfully"
-#~ msgstr "プラグインを有効化しました"
-
-#~ msgid "Plug-in cannot be enabled"
-#~ msgstr "プラグインを有効化できません"
-
-#~ msgid "New plug-in"
-#~ msgstr "新規プラグイン"
-
-#~ msgid "Successfully added inventory module"
-#~ msgstr "インベントリモジュールを追加しました"
-
-#~ msgid "Error adding inventory module"
-#~ msgstr "インベントリモジュールの追加エラー"
-
-#~ msgid "Successfully deleted inventory module"
-#~ msgstr "インベントリモジュールを削除しました"
-
-#~ msgid "Error deleting inventory module"
-#~ msgstr "インベントリモジュールの削除エラー"
-
-#~ msgid "Successfully forced inventory module"
-#~ msgstr "インベントリモジュールを強制実行しました"
-
-#~ msgid "Error forcing inventory module"
-#~ msgstr "インベントリモジュールの強制実行エラー"
-
-#~ msgid "Successfully updated inventory module"
-#~ msgstr "インベントリモジュールを更新しました"
-
-#~ msgid "Error updating inventory module"
-#~ msgstr "インベントリモジュールの更新エラー"
-
-#~ msgid "Inventory module error"
-#~ msgstr "インベントリモジュールエラー"
-
-#~ msgid "Target"
-#~ msgstr "対象"
-
-#~ msgid "7 days"
-#~ msgstr "7日"
-
-#~ msgid "Update all"
-#~ msgstr "全て更新"
-
-#~ msgid "Manager configuration > New"
-#~ msgstr "設定管理 > 新規"
-
-#~ msgid "Manager configuration > Edit "
-#~ msgstr "設定管理 > 編集 "
-
-#~ msgid "Unable to create the collection"
-#~ msgstr "コレクションを作成できません"
-
-#~ msgid "Invalid characters in short name"
-#~ msgstr "短い名前に不正な文字が含まれています"
-
-#~ msgid "Empty name"
-#~ msgstr "名前が空です"
-
-#~ msgid "Unable to create the collection."
-#~ msgstr "コレクションを作成できません。"
-
-#~ msgid "Correct create collection"
-#~ msgstr "コレクションを作成しました"
-
-#~ msgid "Unable to edit the collection, empty name."
-#~ msgstr "コレクションを編集できません。名前が空です。"
-
-#~ msgid "Unable to edit the collection."
-#~ msgstr "コレクションを編集できません。"
-
-#~ msgid "Error: The collection directory does not exist."
-#~ msgstr "エラー: コレクションディレクトリが存在しません。"
-
-#~ msgid "Recreate file"
-#~ msgstr "ファイル再生成"
-
-#~ msgid "The collection directory does not exist."
-#~ msgstr "コレクションディレクトリが存在しません。"
-
-#~ msgid "Short name:"
-#~ msgstr "短い名前:"
-
-#~ msgid ""
-#~ "The collection's short name is the name of dir in attachment dir and the "
-#~ "package collection."
-#~ msgstr "コレクションの短い名前は、添付ディレクトリおよびパッケージコレクションのディレクトリ名です。"
-
-#~ msgid "Short name must contain only alphanumeric characters, - or _ ."
-#~ msgstr "短い名前は、アルファベットと、- および _ のみ利用できます。"
-
-#~ msgid "Empty for default short name fc_X where X is the collection id."
-#~ msgstr "指定しない場合のデフォルトの短い名前は fc_X で、X はコレクション ID です。"
-
-#~ msgid "Synthetic arithmetic"
-#~ msgstr "統合計算"
-
-#~ msgid "Synthetic average"
-#~ msgstr "統合平均"
-
-#~ msgid "Group filter"
-#~ msgstr "グループフィルタ"
-
-#~ msgid "Fixed value"
-#~ msgstr "固定値"
-
-#~ msgid "Add module to operation as add"
-#~ msgstr "足し算処理にモジュールを追加"
-
-#~ msgid "Add module to operations as deduct"
-#~ msgstr "引き算処理にモジュールを追加"
-
-#~ msgid "Add module to operations as multiplicate "
-#~ msgstr "掛け算処理にモジュールを追加 "
-
-#~ msgid "Add module to operations as divide"
-#~ msgstr "割り算処理にモジュールを追加"
-
-#~ msgid "Remove selected modules"
-#~ msgstr "選択したモジュールの削除"
-
-#~ msgid "Add module to average operation"
-#~ msgstr "平均処理にモジュールを追加"
-
-#~ msgid "Remove selected modules from operations stack"
-#~ msgstr "選択したモジュールをオペレーションスタックから削除する"
-
-#~ msgid "Move down selected modules"
-#~ msgstr "選択したモジュールを下へ"
-
-#~ msgid "Move up selected modules"
-#~ msgstr "選択したモジュールを上へ"
-
-#~ msgid "Select Service"
-#~ msgstr "サービス選択"
-
-#~ msgid "Netflow filter"
-#~ msgstr "Netflow フィルタ"
-
-#~ msgid "Select filter"
-#~ msgstr "フィルタ選択"
-
-#~ msgid "Error: The conf file of agent is not readble."
-#~ msgstr "エラー: エージェント設定ファイルを読めません。"
-
-#~ msgid "Error: The conf file of agent is not writable."
-#~ msgstr "エラー: エージェント設定ファイルに書き込めません。"
-
-#~ msgid "Add module"
-#~ msgstr "モジュール追加"
-
-#~ msgid "No module was found"
-#~ msgstr "モジュールがありません"
-
-#~ msgid "Delete remote conf agent files in Pandora"
-#~ msgstr "Pandora 内のリモートエージェント設定ファイル削除"
-
-#~ msgid "This agent have not a remote configuration, please set it."
-#~ msgstr "このエージェントはリモート設定ではありません。設定してください。"
-
-#~ msgid "Succesful add the collection"
-#~ msgstr "コレクションを追加しました"
-
-#~ msgid "Unsuccesful add the collection"
-#~ msgstr "コレクションの追加に失敗しました"
-
-#~ msgid "Successful create collection package."
-#~ msgstr "コレクションパッケージを作成しました。"
-
-#~ msgid "Can not create collection package."
-#~ msgstr "コレクションパッケージを作成できません。"
-
-#~ msgid "Short Name"
-#~ msgstr "短い名前"
-
-#~ msgid "Show files"
-#~ msgstr "ファイル表示"
-
-#~ msgid "Dir"
-#~ msgstr "ディレクトリ"
-
-#~ msgid "Create a new web Server module"
-#~ msgstr "ウェブサーバモジュールの新規作成"
-
-#~ msgid "Files in "
-#~ msgstr "次の中に存在するファイル: "
-
-#~ msgid "Back to file explorer"
-#~ msgstr "ファイルエクスプローラへ戻る"
-
-#~ msgid "Correct update file."
-#~ msgstr "ファイルを更新しました。"
-
-#~ msgid "Incorrect update file."
-#~ msgstr "ファイルの更新に失敗しました。"
-
-#~ msgid "Please, first save a new collection before to upload files."
-#~ msgstr "ファイルをアップロードする前に新規コレクションを保存してください。"
-
-#~ msgid "Web checks"
-#~ msgstr "ウェブチェック"
-
-#~ msgid "Load a basic structure on Web Checks"
-#~ msgstr "ウェブチェックに基本構造を読み込む"
-
-#~ msgid "Check the correct structure of the WebCheck"
-#~ msgstr "ウェブチェックの構造確認"
-
-#~ msgid "Requests"
-#~ msgstr "リクエスト"
-
-#~ msgid "Agent browser id"
-#~ msgstr "エージェントブラウザID"
-
-#~ msgid "Proxy URL"
-#~ msgstr "プロキシURL"
-
-#~ msgid "HTTP auth (login)"
-#~ msgstr "HTTP 認証 (ログイン)"
-
-#~ msgid "HTTP auth (pass)"
-#~ msgstr "HTTP 認証 (パスワード)"
-
-#~ msgid "HTTP auth (server)"
-#~ msgstr "HTTP 認証 (サーバ)"
-
-#~ msgid "HTTP auth (realm)"
-#~ msgstr "HTTP 認証(realm)"
-
-#~ msgid "First line must be \"task_begin\""
-#~ msgstr "最初の行は、\"task_begin\" でなければいけません。"
-
-#~ msgid "Webchecks configuration is empty"
-#~ msgstr "ウェブチェック設定が空です"
-
-#~ msgid "Last line must be \"task_end\""
-#~ msgstr "最後の行は、\"task_end\" でなければいけません。"
-
-#~ msgid "Web checks are built correctly"
-#~ msgstr "ウェブチェックを設定しました"
-
-#~ msgid "Success: recreate file"
-#~ msgstr "成功: ファイル再作成"
-
-#~ msgid "Error: recreate file "
-#~ msgstr "エラー: ファイル再作成 "
-
-#~ msgid "Collections Management"
-#~ msgstr "コレクション管理"
-
-#~ msgid "Manager collection"
-#~ msgstr "コレクション管理"
-
-#~ msgid "Error: The main directory of collections does not exist."
-#~ msgstr "エラー: コレクションのメインディレクトリが存在しません。"
-
-#~ msgid "Are you sure to delete?"
-#~ msgstr "削除しますがよろしいですか?"
-
-#~ msgid "Delete collection"
-#~ msgstr "コレクションの削除"
-
-#~ msgid "Re-Apply changes"
-#~ msgstr "変更の再適用"
-
-#~ msgid "Apply changes"
-#~ msgstr "変更を適用"
-
-#~ msgid "Edit template"
-#~ msgstr "テンプレートの編集"
-
-#~ msgid "Create template"
-#~ msgstr "テンプレートの作成"
-
-#~ msgid "List templates"
-#~ msgstr "テンプレート一覧"
-
-#~ msgid "Graph template editor"
-#~ msgstr "グラフテンプレートエディタ"
-
-#~ msgid "Exact match"
-#~ msgstr "完全一致"
-
-#~ msgid "Elements to apply"
-#~ msgstr "適用する要素"
-
-#~ msgid "SLA min value"
-#~ msgstr "SLA 最小値"
-
-#~ msgid "SLA min Value"
-#~ msgstr "SLA 最小値"
-
-#~ msgid "SLA max value"
-#~ msgstr "SLA 最大値"
-
-#~ msgid "SLA max Value"
-#~ msgstr "SLA 最大値"
-
-#~ msgid "SLA Limit %"
-#~ msgstr "SLA 制限 %"
-
-#~ msgid "SLA Limit Value"
-#~ msgstr "SLA 制限値"
-
-#~ msgid "Sum"
-#~ msgstr "合計"
-
-#~ msgid "Graph template management"
-#~ msgstr "グラフテンプレート管理"
-
-#~ msgid "There are no defined graph templates"
-#~ msgstr "定義済のグラフテンプレートがありません"
-
-#~ msgid "Cleanup sucessfully"
-#~ msgstr "整理しました"
-
-#~ msgid "Cleanup error"
-#~ msgstr "整理エラー"
-
-#~ msgid "Wizard template"
-#~ msgstr "ウィザードテンプレート"
-
-#~ msgid "Clean up template"
-#~ msgstr "整理テンプレート"
-
-#~ msgid "Filter agent"
-#~ msgstr "エージェントのフィルタ"
-
-#~ msgid "Agents available"
-#~ msgstr "存在するエージェント"
-
-#~ msgid "Select all"
-#~ msgstr "全てを選択"
-
-#~ msgid "Agents to apply"
-#~ msgstr "適用するエージェント"
-
-#~ msgid "Add agents to template"
-#~ msgstr "テンプレートにエージェントを追加"
-
-#~ msgid "Undo agents to template"
-#~ msgstr "エージェントをテンプレートから外します"
-
-#~ msgid "Apply template"
-#~ msgstr "テンプレート適用"
-
-#~ msgid "Please set template distinct than "
-#~ msgstr "次より明確なテンプレートを指定してください: "
-
-#~ msgid ""
-#~ "This will be delete all reports created in previous template applications. "
-#~ "Do you want to continue?"
-#~ msgstr "以前のテンプレート内の全レポートを削除します。続けますか?"
-
-#~ msgid "Custom Mysql template builder"
-#~ msgstr "カスタム Mysql テンプレートビルダ"
-
-#~ msgid "Create custom SQL"
-#~ msgstr "カスタム SQL 作成"
-
-#~ msgid ": Create new custom"
-#~ msgstr ": 新規カスタム作成"
-
#~ msgid ": Edit: "
#~ msgstr ": 編集: "
-#~ msgid "Successfully operation"
-#~ msgstr "操作が完了しました"
-
-#~ msgid "Could not be operation"
-#~ msgstr "操作を完了できませんでした"
-
-#~ msgid "Available"
-#~ msgstr "利用可能"
-
-#~ msgid "Push the selected services into the list"
-#~ msgstr "選択したサービスを一覧に入れる"
-
-#~ msgid "Remove the services from the list"
-#~ msgstr "一覧からサービスを削除"
-
-#~ msgid "Icon preview"
-#~ msgstr "アイコンプレビュー"
-
#~ msgid "Are you sure? All the visual map services will be recreated"
#~ msgstr "よろしいですか? 全ビジュアルマップサービスが再作成されます。"
-#~ msgid "The services list is empty"
-#~ msgstr "サービス一覧が空です"
-
-#~ msgid "Sucessfully applied"
-#~ msgstr "適用しました"
-
-#~ msgid "reports"
-#~ msgstr "レポート"
-
-#~ msgid "items"
-#~ msgstr "アイテム"
-
-#~ msgid "Could not be applied"
-#~ msgstr "適用できません"
-
-#~ msgid "Create report per agent"
-#~ msgstr "エージェントごとのレポート作成"
-
-#~ msgid ""
-#~ "Left in blank if you want to use default name: Template name - agents (num "
-#~ "agents) - Date"
-#~ msgstr "デフォルトの名前「テンプレート名 - エージェント (エージェント数) - 日付」 を利用したい場合は、空白にしてください。"
-
-#~ msgid ""
-#~ "Case insensitive regular expression for agent name. For example: Network.* "
-#~ "will match with the following agent names: network_agent1, NetworK CHECKS"
-#~ msgstr ""
-#~ "エージェント名に対して大文字小文字を区別しない正規表現です。例: Network.* は、network_agent1, NetworKCHECKS "
-#~ "というエージェント名にマッチします。"
-
-#~ msgid ""
-#~ "Case insensitive regular expression or string for module name. For example: "
-#~ "if you use this field with \"Module exact match\" enabled then this field "
-#~ "has to be fulfilled with the literally string of the module name, if not you "
-#~ "can use a regular expression. Example: .*usage.* will match: cpu_usage, vram "
-#~ "usage in matchine 1."
-#~ msgstr ""
-#~ "モジュール名に対して大文字小文字を区別しない正規表現または文字列です。例: \"モジュール完全一致\" "
-#~ "を有効にしてこのフィールドを使った場合は、モジュール名の文字列そのままの指定です。そうでない場合は正規表現です。例えば .*usage.* "
-#~ "は、cpu_usage、vram usage in machine 1 にマッチします。"
-
-#~ msgid "Module exact match"
-#~ msgstr "モジュール完全一致"
-
-#~ msgid "Check it if you want to match module name literally"
-#~ msgstr "モジュール名の文字列通りにマッチさせたい場合にチェックします"
-
-#~ msgid "Modules to match"
-#~ msgstr "マッチするモジュール"
-
-#~ msgid "Select the modules to match when create a report for agents"
-#~ msgstr "エージェントのレポートを作成する時にマッチするモジュールを選択します"
-
-#~ msgid "Modules to match (Free text)"
-#~ msgstr "マッチするモジュール (任意のテキスト)"
-
-#~ msgid "Free text to filter the modules of agents when apply this template."
-#~ msgstr "このテンプレートを適用する時のエージェントのモジュールフィルタテキスト"
-
-#~ msgid "Create a graph for each agent"
-#~ msgstr "それぞれのエージェントのグラフ作成"
-
-#~ msgid ""
-#~ "If it is checked, the regexp or name of modules match only each to each to "
-#~ "agent, instead create a big graph with all modules from all agents."
-#~ msgstr ""
-#~ "チェックした場合、それぞれのエージェントでモジュール名または正規表現でマッチします。そうでなければ、全エージェントの全モジュールの大きなグラフを生成します"
-#~ "。"
-
-#~ msgid "Please save the SLA template for start to add items in this list."
-#~ msgstr "この一覧へのアイテム追加を開始するには、SLA テンプレートを保存してください。"
-
-#~ msgid "Not literally"
-#~ msgstr "存在しません"
-
-#~ msgid ""
-#~ "Case insensitive regular expression for agent name. For example: Network* "
-#~ "will match with the following agent names: network_agent1, NetworK CHECKS"
-#~ msgstr ""
-#~ "エージェント名に対して大文字小文字を区別しない正規表現です。例: Network* は、network_agent1、NetworKCHECKS "
-#~ "というエージェント名にマッチします。"
-
-#~ msgid "Please save the template to start adding items into the list."
-#~ msgstr "一覧へのアイテム追加を開始するには、テンプレートを保存してください。"
-
-#~ msgid "Template updated successfully"
-#~ msgstr "テンプレートを更新しました"
-
-#~ msgid "Error updating template"
-#~ msgstr "テンプレート更新エラー"
-
-#~ msgid "3 hours"
-#~ msgstr "3時間"
-
-#~ msgid "4 days"
-#~ msgstr "4日"
-
-#~ msgid "Policies Management"
-#~ msgstr "ポリシー管理"
-
-#~ msgid "All policy agents added to delete queue"
-#~ msgstr "削除キューに全ポリシーエージェントを追加しました"
-
-#~ msgid "Policy agents cannot be added to the delete queue"
-#~ msgstr "削除キューにポリシーエージェントを追加できません"
-
-#~ msgid "a"
-#~ msgstr "a"
-
-#~ msgid "Policy updated"
-#~ msgstr "ポリシーを更新しました"
-
-#~ msgid "Pending update policy only database"
-#~ msgstr "データベースのみポリシー更新待ち"
-
-#~ msgid "Pending update policy"
-#~ msgstr "ポリシー更新待ち"
-
-#~ msgid "Linking"
-#~ msgstr "リンク"
-
-#~ msgid "External alerts"
-#~ msgstr "外部アラート"
-
-#~ msgid "Queue"
-#~ msgstr "キュー"
-
-#~ msgid "A policy with agents cannot be deleted. Purge it first"
-#~ msgstr "エージェントのあるポリシーは削除できません。先にエージェントを削除してください。"
-
-#~ msgid "Deleting all policy agents"
-#~ msgstr "全ポリシーエージェントの削除中"
-
-#~ msgid "All the policy agents will be deleted"
-#~ msgstr "全ポリシーエージェントが削除されます"
-
-#~ msgid "Delete all agents"
-#~ msgstr "全エージェント削除"
-
-#~ msgid ""
-#~ "If you change this description, you must change into the text of Data "
-#~ "configuration."
-#~ msgstr "この説明を変更すると、データ設定のテキストを変更する必要があります。"
-
-#~ msgid "Could not be added module(s). You must select a policy"
-#~ msgstr "モジュールを追加できません。ポリシーを選択する必要があります。"
-
-#, php-format
-#~ msgid "Successfully added module(s) (%s/%s) to policy %s"
-#~ msgstr "モジュール (%s/%s) を、ポリシー %s に追加しました"
-
-#, php-format
-#~ msgid "Could not be added module(s) (%s/%s) to policy %s"
-#~ msgstr "モジュール (%s/%s) をポリシー %s に追加できませんでした"
-
-#~ msgid "Successfully added module."
-#~ msgstr "モジュールを追加しました。"
-
-#~ msgid "Could not be added module."
-#~ msgstr "モジュールを追加できませんでした。"
-
-#~ msgid ""
-#~ "The module type in Data configuration is empty, take from combo box of form."
-#~ msgstr "データ設定内のモジュールタイプが空です。フォームから選択してください。"
-
-#~ msgid ""
-#~ "The module name in Data configuration is empty, take from text field of form."
-#~ msgstr "データ設定内のモジュール名が空です。テキストフィールドに入力してください。"
-
-#~ msgid ""
-#~ "Successfully added to delete pending modules. Will be deleted in the next "
-#~ "policy application."
-#~ msgstr "削除待ちモジュールに追加しました。次回のポリシー適用時に削除されます。"
-
-#~ msgid "Successfully reverted deletion"
-#~ msgstr "削除を取り消しました"
-
-#~ msgid "Could not be reverted"
-#~ msgstr "取り消しできませんでした"
-
-#~ msgid "Successfully duplicate the module."
-#~ msgstr "モジュールを複製しました。"
-
-#~ msgid "Local component"
-#~ msgstr "ローカルコンポーネント"
-
-#~ msgid "Undo deletion"
-#~ msgstr "削除取り消し"
-
-#~ msgid "Copy selected modules to policy: "
-#~ msgstr "選択したモジュールをポリシーへコピー: "
-
#~ msgid "Variable"
#~ msgstr "値"
-#~ msgid "Are you sure to copy modules into policy?\\n"
-#~ msgstr "モジュールをポリシーにコピーしますか?\\n"
-
-#~ msgid "Please select any module to copy"
-#~ msgstr "コピーするモジュールを選択してください"
-
-#~ msgid ""
-#~ "Successfully added to delete pending agents. Will be deleted in the next "
-#~ "policy application."
-#~ msgstr "削除待ちエージェントに追加しました。次回のポリシー適用時に削除されます。"
-
-#~ msgid "Successfully added to delete queue"
-#~ msgstr "削除キューに追加しました"
-
-#~ msgid "Could not be added to delete queue"
-#~ msgstr "削除キューに追加できませんでした"
-
-#~ msgid "Successfully deleted from delete pending agents"
-#~ msgstr "削除待ちエージェントから削除しました"
-
-#~ msgid "Could not be deleted from delete pending agents"
-#~ msgstr "削除待ちエージェントから削除できませんでした"
-
-#~ msgid "Agents in Policy"
-#~ msgstr "ポリシー内エージェント"
-
-#~ msgid "Add agents to policy"
-#~ msgstr "ポリシーへのエージェント追加"
-
-#~ msgid "Delete agents from policy"
-#~ msgstr "ポリシーからエージェント削除"
-
-#~ msgid "Applied"
-#~ msgstr "適用済"
-
-#~ msgid "Not applied"
-#~ msgstr "未適用"
-
-#~ msgid "R."
-#~ msgstr "R."
-
-#~ msgid "Unlinked modules"
-#~ msgstr "未リンクモジュール"
-
-#~ msgid "U."
-#~ msgstr "U."
-
-#~ msgid "Last application"
-#~ msgstr "最後の適用"
-
-#~ msgid "Add to delete queue"
-#~ msgstr "削除キューへの追加"
-
-#~ msgid "This agent can not be remotely configured"
-#~ msgstr "このエージェントはリモート設定できません"
-
-#~ msgid "Add to apply queue"
-#~ msgstr "適用キューへ追加"
-
-#~ msgid "Policy applied"
-#~ msgstr "適用済ポリシー"
-
-#~ msgid "Need apply"
-#~ msgstr "要適用"
-
-#~ msgid "Applying policy"
-#~ msgstr "ポリシー適用中"
-
-#~ msgid "Deleting from policy"
-#~ msgstr "ポリシーから削除中"
-
-#~ msgid ""
-#~ "Successfully added to delete the collection. Will be deleted in the next "
-#~ "policy application."
-#~ msgstr "コレクション削除を追加しました。次回のポリシー適用時に削除されます。"
-
-#~ msgid "Outdate"
-#~ msgstr "期限切れ"
-
-#~ msgid "Created successfuly"
-#~ msgstr "作成しました"
-
-#~ msgid ""
-#~ "Successfully added to delete pending alerts. Will be deleted in the next "
-#~ "policy application."
-#~ msgstr "削除待ちアラートを追加しました。次回のポリシー適用時に削除されます。"
-
-#~ msgid "Added action successfuly"
-#~ msgstr "アクションを追加しました"
-
-#~ msgid "Deleted action successfuly"
-#~ msgstr "アクションを削除しました"
-
-#~ msgid "Policy module"
-#~ msgstr "ポリシーモジュール"
-
-#~ msgid "Module is not selected"
-#~ msgstr "モジュールが選択されていません"
-
-#~ msgid "Select inventory module"
-#~ msgstr "インベントリモジュールの選択"
-
-#~ msgid "Linking modules"
-#~ msgstr "リンク中モジュール"
-
-#~ msgid "Error: Update linking modules to policy"
-#~ msgstr "エラー: ポリシーへのモジュールリンク更新"
-
-#~ msgid "Success: Update linking modules to policy"
-#~ msgstr "成功: ポリシーへのモジュールリンク更新"
-
-#~ msgid "Free text for filter (*)"
-#~ msgstr "フィルタテキスト (*)"
-
-#~ msgid "Free text for filter"
-#~ msgstr "フィルタテキスト"
-
-#~ msgid "List of modules unlinked"
-#~ msgstr "未リンクモジュール一覧"
-
-#~ msgid "Add policy"
-#~ msgstr "ポリシー追加"
-
-#~ msgid "Operation successfully deleted from the queue"
-#~ msgstr "キューから操作を削除しました"
-
-#~ msgid "Operation cannot be deleted from the queue"
-#~ msgstr "キューから操作を削除できません"
-
-#~ msgid "Operations successfully deleted from the queue"
-#~ msgstr "キューから操作を削除しました"
-
-#~ msgid "Operations cannot be deleted from the queue"
-#~ msgstr "キューから操作を削除できません"
-
-#~ msgid "Update pending"
-#~ msgstr "更新待ち"
-
-#~ msgid "Update pending agents"
-#~ msgstr "更新待ちエージェント"
-
-#~ msgid "Add to apply queue only for database"
-#~ msgstr "データベースにのみ適用キューを追加"
-
-#~ msgid "Link pending modules"
-#~ msgstr "リンク待ちモジュール"
-
-#~ msgid "Will be linked in the next policy application"
-#~ msgstr "次回のポリシー適用でリンクされます"
-
-#~ msgid "Unlink pending modules"
-#~ msgstr "リンク解除待ちモジュール"
-
-#~ msgid "Will be unlinked in the next policy application"
-#~ msgstr "次回のポリシー適用でリンクが解除されます"
-
-#~ msgid "Delete pending"
-#~ msgstr "削除待ち"
-
-#~ msgid "Delete pending agents"
-#~ msgstr "削除待ちエージェント"
-
-#~ msgid "Will be deleted in the next policy application"
-#~ msgstr "次回のポリシー適用で削除されます"
-
-#~ msgid "Delete pending modules"
-#~ msgstr "削除待ちモジュール"
-
-#~ msgid "Delete pending inventory modules"
-#~ msgstr "削除待ちインベントリモジュール"
-
-#~ msgid "Delete pending alerts"
-#~ msgstr "削除待ちアラート"
-
-#~ msgid "Delete pending external alerts"
-#~ msgstr "削除待ち外部アラート"
-
-#~ msgid "Delete pending file collections"
-#~ msgstr "削除待ちファイルコレクション"
-
-#~ msgid "Delete pending plugins"
-#~ msgstr "削除待ちプラグイン"
-
-#~ msgid "Advices"
-#~ msgstr "アドバイス"
-
-#~ msgid "Queue summary"
-#~ msgstr "キューサマリ"
-
-#~ msgid "This operation could take a long time"
-#~ msgstr "この操作は時間がかかります"
-
-#~ msgid "Apply (database and files)"
-#~ msgstr "適用 (データベースおよびファイル)"
-
-#~ msgid "Apply (only database)"
-#~ msgstr "適用 (データベースのみ)"
-
-#~ msgid "Complete"
-#~ msgstr "完了"
-
-#~ msgid "Incomplete"
-#~ msgstr "未完了"
-
-#~ msgid "Queue filter"
-#~ msgstr "キューフィルタ"
-
-#~ msgid "Finished"
-#~ msgstr "完了"
-
-#~ msgid "Delete from queue"
-#~ msgstr "キューから削除"
-
-#~ msgid "Empty queue"
-#~ msgstr "キューが空です"
-
-#~ msgid "Delete all"
-#~ msgstr "すべて削除"
-
-#~ msgid "Operation successfully added to the queue"
-#~ msgstr "操作をキューに追加しました"
-
-#~ msgid "Operation cannot be added to the queue"
-#~ msgstr "操作をキューに追加できません"
-
-#~ msgid "Duplicated or incompatible operation in the queue"
-#~ msgstr "重複もしくは完了できない操作がキューにあります"
-
-#~ msgid ""
-#~ "Successfully added to delete pending plugins. Will be deleted in the next "
-#~ "policy application."
-#~ msgstr "削除待ちプラグインを追加しました。次回のポリシー適用時に削除されます。"
-
-#~ msgid "Cannot be added to delete pending plugins."
-#~ msgstr "削除待ちプラグインを追加できません。"
-
-#~ msgid "Duplicated alert"
-#~ msgstr "アラートが重複しています"
-
-#~ msgid "Modules in policy agents"
-#~ msgstr "ポリシーエージェント内のモジュール"
-
-#~ msgid "Alert Template"
-#~ msgstr "アラートテンプレート"
-
-#~ msgid "List event alerts"
-#~ msgstr "イベントアラート一覧"
-
-#~ msgid "Builder event alert"
-#~ msgstr "イベントアラートビルダ"
-
-#~ msgid "Error processing action"
-#~ msgstr "アクション処理エラー"
-
-#~ msgid "Error validating alert(s)"
-#~ msgstr "アラート承諾エラー"
-
-#~ msgid "Ac."
-#~ msgstr "Ac."
-
-#~ msgid "Val."
-#~ msgstr "Val."
-
-#~ msgid "Move up"
-#~ msgstr "上へ"
-
-#~ msgid "Move down"
-#~ msgstr "下へ"
-
-#~ msgid "No associated actions"
-#~ msgstr "関連アクションがありません"
-
-#~ msgid "View associated rules"
-#~ msgstr "関連付けルール表示"
-
-#~ msgid "List event rules"
-#~ msgstr "イベントルール一覧"
-
-#~ msgid "Configure event rule"
-#~ msgstr "イベントルール設定"
-
-#~ msgid "User comment"
-#~ msgstr "ユーザコメント"
-
-#~ msgid "This field will be processed with regexp"
-#~ msgstr "このフィールドは、正規表現で処理されます"
-
-#~ msgid "Window"
-#~ msgstr "ウィンドウ"
-
-#~ msgid "Configure event alert"
-#~ msgstr "イベントアラート設定"
-
-#~ msgid "Could not be created, please fill alert name"
-#~ msgstr "作成できませんでした。アラート名を入力してください。"
-
-#~ msgid "Rule evaluation mode"
-#~ msgstr "ルール評価モード"
-
-#~ msgid "Group by"
-#~ msgstr "グループ化"
-
-#~ msgid "Please Read"
-#~ msgstr "読んでください"
-
-#~ msgid ""
-#~ "Since the alert can have multiple actions. You can edit them from the alert "
-#~ "list of events."
-#~ msgstr "アラートは複数のアクションを持てます。イベントのアラート一覧から編集することができます。"
-
-#~ msgid "Event rules"
-#~ msgstr "イベントルール"
-
-#~ msgid "Error creating rule"
-#~ msgstr "ルール作成エラー"
-
-#~ msgid "Successfully created rule"
-#~ msgstr "ルールを作成しました"
-
-#~ msgid "Error updating rule"
-#~ msgstr "ルール更新エラー"
-
-#~ msgid "Successfully updating rule"
-#~ msgstr "ルールを更新しました"
-
-#~ msgid "Error updating rule operators"
-#~ msgstr "ルールオペレータの更新エラー"
-
-#~ msgid "Successfully update rule operators"
-#~ msgstr "ルールオペレータを更新しました"
-
-#~ msgid "(Agent)"
-#~ msgstr "(エージェント)"
-
-#~ msgid "Logic expression for these rules:"
-#~ msgstr "これらのルールの論理式:"
-
-#~ msgid "Update operators"
-#~ msgstr "オペレータの更新"
-
-#~ msgid "Success: create the alerts."
-#~ msgstr "成功: アラート作成"
-
-#~ msgid "Failed: create the alerts for this modules, please check."
-#~ msgstr "失敗: このモジュールのアラート作成、確認してください。"
-
-#~ msgid "Modules agents in policy"
-#~ msgstr "ポリシー内のモジュールエージェント"
-
-#~ msgid "SNMP Alerts to be deleted"
-#~ msgstr "削除するSNMPアラート"
-
-#~ msgid "Success: remove the alerts."
-#~ msgstr "成功: アラート削除"
-
-#~ msgid "Failed: remove the alerts for this modules, please check."
-#~ msgstr "失敗: このモジュールのアラート削除、確認してください。"
-
-#, php-format
-#~ msgid "Successfully updated alerts (%s / %s)"
-#~ msgstr "アラートを更新しました (%s / %s)"
-
-#, php-format
-#~ msgid "Unsuccessfully updated alerts (%s / %s)"
-#~ msgstr "アラートの更新に失敗しました (%s / %s)"
-
-#~ msgid "SNMP Alerts to be edit"
-#~ msgstr "編集するSNMPアラート"
-
-#~ msgid "Filter module"
-#~ msgstr "モジュールのフィルタ"
-
-#~ msgid "Updated modules on database"
-#~ msgstr "データベース上のモジュールを更新しました"
-
-#~ msgid "Agent configuration files updated"
-#~ msgstr "エージェント設定ファイルを更新しました"
-
#~ msgid "Massive alerts policy addition"
#~ msgstr "一括アラートポリシー追加"
@@ -24937,431 +35174,22 @@ msgstr "タグに関連付けられるアラートで利用するための電話
#~ msgid "Massive Satellite modules edition"
#~ msgstr "サテライトモジュール一括編集"
-#~ msgid "Custom OID"
-#~ msgstr "カスタム OID"
-
#~ msgid "Error parsing MIB"
#~ msgstr "MIB パースエラー"
-#~ msgid "Successfully added trap custom values"
-#~ msgstr "トラップカスタム値を追加しました"
-
-#~ msgid "Error adding trap custom values"
-#~ msgstr "トラップカスタム値の追加エラー"
-
-#~ msgid "No change in data"
-#~ msgstr "データに変更がありません"
-
-#~ msgid "Successfully updated trap custom values"
-#~ msgstr "トラップカスタム値を更新しました"
-
-#~ msgid "Error updating trap custom values"
-#~ msgstr "トラップカスタム値の更新エラー"
-
-#~ msgid "Successfully deleted trap custom values"
-#~ msgstr "トラップカスタム値を削除しました"
-
-#~ msgid "Error deleting trap custom values"
-#~ msgstr "トラップカスタム値の削除エラー"
-
-#, php-format
-#~ msgid "Uploaded %s/%s traps"
-#~ msgstr "%s/%s トラップをアップロードしました"
-
#, php-format
#~ msgid "Fail uploaded %s/%s traps"
#~ msgstr "%s/%s トラップのアップロードに失敗しました"
-#~ msgid "Fail uploaded file"
-#~ msgstr "ファイルのアップロードに失敗しました"
-
-#~ msgid ""
-#~ "MIB files will be loaded and searched for SNMP trap definitions. They will "
-#~ "not be installed on the system! You can use the MIB uploader for that "
-#~ "purpose."
-#~ msgstr ""
-#~ "MIBファイルがロードされ SNMP トラップ定義で検索されます。システムにはインストールされません。MIB アップローダはこの目的の範囲で利用できます。"
-
-#~ msgid "Load MIB"
-#~ msgstr "MIBのロード"
-
-#~ msgid "Upload MIB"
-#~ msgstr "MIBをアップロード"
-
-#~ msgid "Log storage directory"
-#~ msgstr "ログ保存ディレクトリ"
-
-#~ msgid "Directory where log data will be stored."
-#~ msgstr "ログデータを保存するディレクトリ"
-
-#~ msgid "Sets the maximum lifetime for log data in days."
-#~ msgstr "最大ログ保存日数を設定します。"
-
-#~ msgid "Enterprise ACL setup"
-#~ msgstr "Enterprise ACL 設定"
-
-#~ msgid "Add new ACL element to profile"
-#~ msgstr "プロファイルへの新ACL要素の追加"
-
-#~ msgid "Section"
-#~ msgstr "セクション"
-
-#~ msgid "Page"
-#~ msgstr "ページ"
-
-#~ msgid "Filter by profile"
-#~ msgstr "プロファイルによるフィルタ"
-
-#~ msgid "Skins configuration"
-#~ msgstr "スキン設定"
-
-#~ msgid "Error deleting skin"
-#~ msgstr "スキン削除エラー"
-
-#~ msgid "Successfully deleted skin"
-#~ msgstr "スキンを削除しました"
-
-#~ msgid "Create skin"
-#~ msgstr "スキン作成"
-
-#~ msgid "Skin name"
-#~ msgstr "スキン名"
-
-#~ msgid "Relative path"
-#~ msgstr "相対パス"
-
-#~ msgid "Successfully updated skin"
-#~ msgstr "スキンを更新しました"
-
-#~ msgid "Error updating skin"
-#~ msgstr "スキン更新エラー"
-
-#~ msgid "Error creating skin"
-#~ msgstr "スキン作成エラー"
-
-#~ msgid "Successfully created skin"
-#~ msgstr "スキンを作成しました"
-
-#~ msgid ""
-#~ "Zip file with skin subdirectory. The name of the zip file only can have "
-#~ "alphanumeric characters."
-#~ msgstr "skin サブディレクトリを持った zip ファイル。zip ファイル名に使える文字は、アルファベットのみです。"
-
-#~ msgid "Group/s"
-#~ msgstr "グループ"
-
-#~ msgid "Metaconsole setup"
-#~ msgstr "メタコンソール設定"
-
-#~ msgid "Successfully update"
-#~ msgstr "更新しました"
-
-#~ msgid "Could not be update"
-#~ msgstr "更新できませんでした"
-
-#~ msgid "Pandora FMS Metaconsole item edition"
-#~ msgstr "Pandora FMS メタコンソールアイテム編集"
-
-#~ msgid "Auth token"
-#~ msgstr "認証トークン"
-
-#~ msgid ""
-#~ "Token previously configured on the destination Pandora console in order to "
-#~ "use delegated authentification."
-#~ msgstr "認証代行を利用するために、対象となる Pandora コンソールで事前に設定するトークンです。"
-
-#~ msgid "Console URL"
-#~ msgstr "コンソール URL"
-
-#~ msgid "DB Host"
-#~ msgstr "DB ホスト"
-
-#~ msgid "DB Name"
-#~ msgstr "DB 名"
-
-#~ msgid "DB User"
-#~ msgstr "DB ユーザ"
-
-#~ msgid "DB Password"
-#~ msgstr "DB パスワード"
-
-#~ msgid "Console User"
-#~ msgstr "コンソールユーザ"
-
-#~ msgid "Console Password"
-#~ msgstr "コンソールパスワード"
-
-#~ msgid "DB"
-#~ msgstr "DB"
-
-#~ msgid "API"
-#~ msgstr "API"
-
-#~ msgid "Compatibility"
-#~ msgstr "互換性"
-
-#~ msgid "Number of days before data is transfered to history database."
-#~ msgstr "ヒストリデータベースへのデータ転送を行わない日数"
-
-#~ msgid ""
-#~ "Data size of mechanism used to transfer data (similar to a data buffer.)"
-#~ msgstr "データ転送に利用するデータサイズ (データバッファのようなもの)"
-
-#~ msgid "Time interval between data transfer."
-#~ msgstr "データ転送の時間間隔"
-
-#~ msgid ""
-#~ "Before activating this option check your ACL Setup. You may lose access to "
-#~ "the console."
-#~ msgstr "このオプションを有効化する前に ACL 設定を確認してください。コンソールへのアクセスができなくなる可能性があります。"
-
-#~ msgid " Bytes"
-#~ msgstr " バイト"
-
-#~ msgid "Seconds"
-#~ msgstr "秒"
-
-#~ msgid "Only validated events"
-#~ msgstr "承諾済イベントのみ"
-
-#~ msgid ""
-#~ "The inventory modules included in the changes blacklist will not generate "
-#~ "events when change."
-#~ msgstr "ブラックリストに含まれるインベントリモジュールは、変更が発生してもイベントを生成しません。"
-
-#~ msgid "Out of black list"
-#~ msgstr "ブラックリスト対象外"
-
-#~ msgid "In black list"
-#~ msgstr "ブラックリスト対象"
-
-#~ msgid "Push selected modules into blacklist"
-#~ msgstr "選択したモジュールをブラックリストへ追加"
-
-#~ msgid "Pop selected modules out of blacklist"
-#~ msgstr "選択したモジュールをブラックリストから削除"
-
-#~ msgid "Enterprise options"
-#~ msgstr "Enterprise オプション"
-
-#~ msgid " Caracters"
-#~ msgstr " 文字"
-
-#~ msgid "Set 0 if never expire."
-#~ msgstr "0 に設定すると期限切れは発生しません"
-
-#~ msgid " Days"
-#~ msgstr " 日"
-
-#~ msgid " Minutes"
-#~ msgstr " 分"
-
-#~ msgid "Two attempts minimum"
-#~ msgstr "最小は 2回です"
-
-#~ msgid " Attempts"
-#~ msgstr " 回"
-
-#~ msgid "Enterprise password policy"
-#~ msgstr "Enterprise パスワードポリシー"
-
-#~ msgid ""
-#~ "Rules applied to the management of passwords. This policy applies to all "
-#~ "users except the administrator."
-#~ msgstr "パスワード管理に適用するルールです。このポリシーは、管理者以外の全ユーザに適用されます。"
-
-#~ msgid "Active directory"
-#~ msgstr "アクティブディレクトリ"
-
-#~ msgid "Remote Pandora FMS"
-#~ msgstr "リモートの Pandora FMS"
-
-#~ msgid "Remote Babel Enterprise"
-#~ msgstr "リモートの Babel Enterprise"
-
-#~ msgid "Remote Integria"
-#~ msgstr "リモートの Integria"
-
-#~ msgid "Pandora FMS host"
-#~ msgstr "Pandora FMS ホスト"
-
-#~ msgid "Macros"
-#~ msgstr "マクロ"
-
-#~ msgid "Local component management"
-#~ msgstr "ローカルコンポーネント管理"
-
-#~ msgid "Successfully created inventory module"
-#~ msgstr "インベントリモジュールを作成しました"
-
-#~ msgid "Error creating inventory module"
-#~ msgstr "インベントリモジュールの作成エラー"
-
-#~ msgid "Interpreter"
-#~ msgstr "処理系"
-
-#~ msgid "Local module"
-#~ msgstr "ローカルモジュール"
-
-#~ msgid "Remote/Local"
-#~ msgstr "リモート/ローカル"
-
-#~ msgid "Block Mode"
-#~ msgstr "ブロックモード"
-
-#~ msgid "separate fields with "
-#~ msgstr "フィールドセパレータは、 "
-
-#~ msgid "Or disable Pandora FMS enterprise"
-#~ msgstr "または、Pandora FMS Enterprise を無効化します"
-
-#, php-format
-#~ msgid ""
-#~ "License out of limits
"
-#~ "This license allows %d agents and you have %d agents configured."
-#~ msgstr ""
-#~ "ライセンスの上限を超えています
You can not get updates until you renew the license."
-#~ msgstr ""
-#~ "このライセンスは期限切れです。 "
-#~ "
ライセンスを更新するまでアップデートの入手はできません。"
-
-#~ msgid ""
-#~ "To continue using Pandora FMS, please disable enterprise by renaming the "
-#~ "Enterprise directory in the console.
Or contact Artica at "
-#~ "info@artica.es for a valid license:"
-#~ msgstr ""
-#~ "Pandora FMS の利用を継続するには、コンソールの enterprise ディレクトリをリネームして Enterprise "
-#~ "版を無効化するか、
Artica (info@artica.es) までライセンスに関してお問い合わせください:"
-
-#~ msgid "Please contact Artica at info@artica.es to renew the license."
-#~ msgstr "ライセンスの更新は、Artica (info@artica.es) までお問い合わせください。"
-
-#~ msgid "Renew"
-#~ msgstr "更新"
-
-#~ msgid "Top N Events by agent."
-#~ msgstr "エージェントごとのトップ N イベント"
-
-#~ msgid "Top N events by agent."
-#~ msgstr "エージェントごとのトップ N イベント"
-
-#~ msgid "Amount to show"
-#~ msgstr "表示数"
-
-#~ msgid "Please select one or more groups."
-#~ msgstr "一つ以上のグループを選択してください。"
-
-#~ msgid "There is not data to show."
-#~ msgstr "表示するデータがありません。"
-
-#~ msgid "Please, configure this widget before use"
-#~ msgstr "利用前にウィジェットを設定してください"
-
-#~ msgid "Latest events list"
-#~ msgstr "最新のイベント一覧"
-
-#~ msgid "Limit"
-#~ msgstr "制限"
-
-#~ msgid "Only pending"
-#~ msgstr "未承諾"
-
-#~ msgid "Map made by user"
-#~ msgstr "ユーザ作成マップ"
-
-#~ msgid "Show a map made by user"
-#~ msgstr "ユーザ作成マップの表示"
-
-#~ msgid "Alerts Fired"
-#~ msgstr "発報したアラート"
-
-#~ msgid "Alerts Fired report"
-#~ msgstr "発報アラートレポート"
-
-#~ msgid "Show a report made by user"
-#~ msgstr "ユーザ作成レポートの表示"
-
-#~ msgid "Single graph"
-#~ msgstr "単一グラフ"
-
-#~ msgid "Show a graph of an agent module"
-#~ msgstr "エージェントモジュールのグラフ表示"
-
-#~ msgid "Show a top n of agents modules."
-#~ msgstr "エージェントモジュールのトップ N 表示"
-
-#~ msgid ""
-#~ "Please could you fill the widget data previous to filling the list items."
-#~ msgstr "アイテム一覧の前に、ウィジェットデータを入力してください。"
-
-#~ msgid "avg"
-#~ msgstr "平均"
-
-#~ msgid "Selection module one by one"
-#~ msgstr "個別モジュール選択"
-
-#~ msgid "Selection several modules"
-#~ msgstr "複数モジュール選択"
-
-#~ msgid "Regex for to filter modules"
-#~ msgstr "モジュールをフィルタする正規表現"
-
-#~ msgid "Filter modules"
-#~ msgstr "モジュールをフィルタ"
-
#~ msgid "Successful added modules"
#~ msgstr "モジュールを追加しました"
#~ msgid "Unsuccessful added modules"
#~ msgstr "モジュールを追加できませんでした"
-#~ msgid "Show the URL content"
-#~ msgstr "URL のコンテンツ表示"
-
#~ msgid "Height in px (zero for auto)"
#~ msgstr "ピクセル数による高さ (0 を指定すると自動)"
-#~ msgid "My URL"
-#~ msgstr "マイ URL"
-
-#~ msgid "Invalid URL"
-#~ msgstr "不正な URL"
-
-#~ msgid "Welcome message to Pandora FMS"
-#~ msgstr "Pandora FMS へのウエルカムメッセージ"
-
-#~ msgid "Welcome"
-#~ msgstr "ようこそ"
-
-#~ msgid ""
-#~ "This is an example of a dashboard widget. A widget may contain elements"
-#~ msgstr "ダッシュボードウィジェットの例です。ウィジェットに要素を入れることができます。"
-
-#~ msgid ""
-#~ "To add more elements, click on \"Add widgets\" on the top of this "
-#~ "page."
-#~ msgstr "要素を追加するには、このページの先頭で \"ウィジェットの追加\" をクリックします。"
-
-#~ msgid ""
-#~ "To delete this message, click on the delete button on top right corner of "
-#~ "this element."
-#~ msgstr "このメッセージを削除するには、この要素の右上の削除ボタンをクリックします。"
-
-#~ msgid ""
-#~ "To do so, just click on the title and drag and drop it to the desired place."
-#~ msgstr "そうするには、タイトルをクリックし置きたい場所へドラッグ&ドロップします。"
-
-#~ msgid "Thanks for using Pandora FMS"
-#~ msgstr "Pandora FMS のご利用ありがとうございます"
-
-#~ msgid "Show a map of the monitored network"
-#~ msgstr "監視対象ネットワークのマップ表示"
-
#~ msgid "No overlap"
#~ msgstr "重ね合わせなし"
@@ -25380,36 +35208,6 @@ msgstr "タグに関連付けられるアラートで利用するための電話
#~ msgid "12"
#~ msgstr "12"
-#~ msgid "Maps status"
-#~ msgstr "マップ状態"
-
-#~ msgid "General and quick visual maps report"
-#~ msgstr "一般およびクイックビジュアルマップレポート"
-
-#~ msgid "Panel with a message"
-#~ msgstr "メッセージつきパネル"
-
-#~ msgid "My Post"
-#~ msgstr "記事"
-
-#~ msgid "Show a defined custom graph"
-#~ msgstr "定義済カスタムグラフ表示"
-
-#~ msgid "Groups status"
-#~ msgstr "グループ状態"
-
-#~ msgid "General and quick group status report"
-#~ msgstr "一般およびクイックグループ状態レポート"
-
-#~ msgid "Show a list of global monitor health"
-#~ msgstr "全体の監視状態一覧の表示"
-
-#~ msgid "Top N Events by module."
-#~ msgstr "モジュールごとのトップ N イベント"
-
-#~ msgid "Top N events by module."
-#~ msgstr "モジュールごとのトップ N イベント"
-
#~ msgid "Dashboard replicate"
#~ msgstr "ダッシュボードの複製"
@@ -25434,18 +35232,6 @@ msgstr "タグに関連付けられるアラートで利用するための電話
#~ msgid "Replicate Dashboard"
#~ msgstr "ダッシュボードの複製"
-#~ msgid "Configure widget"
-#~ msgstr "ウィジェット設定"
-
-#~ msgid "Delete widget"
-#~ msgstr "ウェジェットの削除"
-
-#~ msgid "Widget cannot be loaded"
-#~ msgstr "ウィジェットをロードできません"
-
-#~ msgid "Please, configure the widget again to recover it"
-#~ msgstr "復旧するためにウィジェットを設定しなおしてください"
-
#~ msgid "Dashboard successfuly updated"
#~ msgstr "ダッシュボードを更新しました"
@@ -25458,9 +35244,6 @@ msgstr "タグに関連付けられるアラートで利用するための電話
#~ msgid "Dashboard successfuly created"
#~ msgstr "ダッシュボードを作成しました"
-#~ msgid "Slides mode"
-#~ msgstr "スライドモード"
-
#~ msgid "Next Dashboard"
#~ msgstr "次のダッシュボード"
@@ -25470,18 +35253,12 @@ msgstr "タグに関連付けられるアラートで利用するための電話
#~ msgid "Previous Dashboard"
#~ msgstr "前のダッシュボード"
-#~ msgid "Pause"
-#~ msgstr "一時停止"
-
#~ msgid "Next slide in"
#~ msgstr "次のスライドへの時間:"
#~ msgid "Add dashboard"
#~ msgstr "ダッシュボードの追加"
-#~ msgid "Add widget"
-#~ msgstr "ウィジェット追加"
-
#~ msgid "Update dashboard"
#~ msgstr "ダッシュボードの更新"
@@ -25491,511 +35268,21 @@ msgstr "タグに関連付けられるアラートで利用するための電話
#~ msgid "Dashboard options"
#~ msgstr "ダッシュボードオプション"
-#~ msgid "Private dashboard"
-#~ msgstr "プライベートダッシュボード"
-
#~ msgid "Add new dashboard view"
#~ msgstr "新規ダッシュボード表示追加"
-#~ msgid "Add new widget"
-#~ msgstr "新規ウィジェットの追加"
-
-#~ msgid "Search results for"
-#~ msgstr "検索結果:"
-
-#~ msgid "There are no agents included in this group"
-#~ msgstr "このグループに属しているエージェントが存在しません"
-
-#~ msgid "Screens"
-#~ msgstr "画面"
-
-#~ msgid "Create visualmap"
-#~ msgstr "ビジュアルマップの作成"
-
#~ msgid "Visualmap"
#~ msgstr "ビジュアルマップ"
-#~ msgid "The user is not in neither group with EW profile"
-#~ msgstr "ユーザは EW 権限のあるグループに含まれていません"
-
-#~ msgid "Succesful updated"
-#~ msgstr "更新しました"
-
-#~ msgid "Unsucessful updated"
-#~ msgstr "更新に失敗しました"
-
-#~ msgid "Fields"
-#~ msgstr "フィールド"
-
-#~ msgid "Tactical View"
-#~ msgstr "モニタ状態表示"
-
-#~ msgid "More events"
-#~ msgstr "イベント追加"
-
-#~ msgid "Create module"
-#~ msgstr "モジュールの作成"
-
-#~ msgid "Can't connect to Pandora FMS instance"
-#~ msgstr "Pandora FMS インスタンスに接続できません"
-
-#~ msgid "Web check"
-#~ msgstr "ウェブチェック"
-
-#~ msgid "Module description"
-#~ msgstr "モジュールの説明"
-
-#~ msgid "Step by step wizard"
-#~ msgstr "段階的ウィザード"
-
-#~ msgid "Click Create to continue"
-#~ msgstr "続けるには作成をクリックします"
-
-#~ msgid "Edit module"
-#~ msgstr "モジュールの編集"
-
-#~ msgid "The alert you are trying to add is already in the list of alerts"
-#~ msgstr "追加しようとしているアラートは、アラート一覧にすでにあります。"
-
-#~ msgid "Please, select an alert"
-#~ msgstr "アラートを選択してください"
-
-#~ msgid "Please, select an agent"
-#~ msgstr "エージェントを選択してください"
-
-#~ msgid "String"
-#~ msgstr "文字列"
-
-#~ msgid "Another agent already exists with the same name"
-#~ msgstr "他のエージェントがすでに同じ名前で存在します"
-
-#~ msgid "Preview"
-#~ msgstr "プレビュー"
-
-#~ msgid "Edit agent"
-#~ msgstr "エージェントの編集"
-
#~ msgid "Please, set a valid IP address"
#~ msgstr "正しい IP アドレスを設定してください"
-#~ msgid "Advanced configuration"
-#~ msgstr "拡張設定"
-
-#~ msgid "Invalid characters founded in module name"
-#~ msgstr "モジュール名に不正な文字があります"
-
-#~ msgid "Please, set a name"
-#~ msgstr "名前を設定してください"
-
-#~ msgid "Please, set an interval"
-#~ msgstr "間隔を設定してください"
-
-#~ msgid "Select the agent to be edited or deleted"
-#~ msgstr "編集または削除するエージェントを選択"
-
-#~ msgid "Select the agent where the module will be created"
-#~ msgstr "モジュールを作成するエージェントを選択"
-
-#~ msgid "Create Module"
-#~ msgstr "モジュールの作成"
-
-#~ msgid "Select the module to be edited or deleted"
-#~ msgstr "編集または削除するモジュールの選択"
-
-#~ msgid "Select the module where the alert will be created"
-#~ msgstr "アラートを作成するモジュールの選択"
-
-#~ msgid "Select the alert to be edited or deleted"
-#~ msgstr "編集または削除するアラートの選択"
-
-#~ msgid "Group View"
-#~ msgstr "グループ表示"
-
-#~ msgid "Synchronizing"
-#~ msgstr "同期中"
-
-#~ msgid "Users synchronization"
-#~ msgstr "ユーザ同期"
-
-#~ msgid "Groups synchronization"
-#~ msgstr "グループ同期"
-
-#~ msgid "Alerts synchronization"
-#~ msgstr "アラート同期"
-
-#~ msgid "Components synchronization"
-#~ msgstr "コンポーネント同期"
-
-#~ msgid "Tags synchronization"
-#~ msgstr "タグ同期"
-
-#, php-format
-#~ msgid "Could not be update: Error in %s"
-#~ msgstr "更新できませでした、%s でエラーです。"
-
-#~ msgid "Customize sections"
-#~ msgstr "セクションのカスタマイズ"
-
-#~ msgid "Disabled sections"
-#~ msgstr "無効化セクション"
-
-#~ msgid "Enabled sections"
-#~ msgstr "有効化セクション"
-
-#~ msgid "Push selected sections to enable it"
-#~ msgstr "選択したセクションを有効にする"
-
-#~ msgid "Pop selected sections to disable it"
-#~ msgstr "選択したセクションを無効にする"
-
-#~ msgid "Passwords"
-#~ msgstr "パスワード"
-
-#, php-format
-#~ msgid "Error updating user %s"
-#~ msgstr "ユーザ %s の更新エラー"
-
-#, php-format
-#~ msgid "Updated user %s"
-#~ msgstr "ユーザ %s を更新しました"
-
-#, php-format
-#~ msgid "Error creating user %s"
-#~ msgstr "ユーザ %s の作成エラー"
-
-#, php-format
-#~ msgid "Created user %s"
-#~ msgstr "ユーザ %s を作成しました"
-
-#, php-format
-#~ msgid ""
-#~ "Error creating/updating the followings elements groups/profiles/user "
-#~ "profiles (%d/%d/%d)"
-#~ msgstr "グループ/プロファイル/ユーザの要素の作成・更新エラー (%d/%d/%d)"
-
-#, php-format
-#~ msgid ""
-#~ "The followings elements groups/profiles/user profiles were created/updated "
-#~ "sucessfully (%d/%d/%d)"
-#~ msgstr "グループ/プロファイル/ユーザの要素を作成・更新しました (%d/%d/%d)"
-
-#, php-format
-#~ msgid "Error connecting to %s"
-#~ msgstr "%s への接続エラー"
-
-#~ msgid "This metaconsole"
-#~ msgstr "このメタコンソール"
-
-#~ msgid "Profile mode"
-#~ msgstr "プロファイルモード"
-
-#~ msgid "Profile synchronization mode."
-#~ msgstr "プロファイル同期モード"
-
-#~ msgid "New profile"
-#~ msgstr "新規プロファイル"
-
-#~ msgid "Copy profile"
-#~ msgstr "プロファイルのコピー"
-
#~ msgid "Check this to copy user original profiles"
#~ msgstr "ユーザのオリジナルプロファイルをコピーするには、これをチェックします"
-#~ msgid "Sync"
-#~ msgstr "同期"
-
-#, php-format
-#~ msgid "Error creating %s components groups "
-#~ msgstr "%s コンポーネントグループ作成エラー "
-
-#, php-format
-#~ msgid "Created %s component groups"
-#~ msgstr "%s コンポーネントグループを作成しました"
-
-#, php-format
-#~ msgid "Error creating/updating %s/%s local components "
-#~ msgstr "ローカルコンポーネントの作成(%s)/更新(%s)エラー "
-
-#, php-format
-#~ msgid "Created/Updated %s/%s local components"
-#~ msgstr "ローカルコンポーネントを作成(%s)/更新(%s)しました"
-
-#, php-format
-#~ msgid "Error creating/updating %s/%s network components "
-#~ msgstr "ネットワークコンポーネントの作成(%s)/更新(%s)エラー "
-
-#, php-format
-#~ msgid "Created/Updated %s/%s network components"
-#~ msgstr "ネットワークコンポーネントを作成(%s)/更新(%s)しました"
-
-#~ msgid "Metaconsole elements"
-#~ msgstr "メタコンソール要素"
-
-#~ msgid "The number of elements retrieved for each instance in some views."
-#~ msgstr "一部のビュー内での各インスタンスの要素数"
-
-#~ msgid "Visual"
-#~ msgstr "表示"
-
-#~ msgid "Could not be delete"
-#~ msgstr "削除できませんでした"
-
-#~ msgid ""
-#~ "Complete path to Pandora console without last \"/\" character. Example "
-#~ msgstr "最後の \"/\" を除いた Pandora コンソールの完全パス。例 "
-
-#~ msgid "There aren't server added to metaconsole"
-#~ msgstr "メタコンソールに追加されたサーバがありません"
-
-#, php-format
-#~ msgid "Error creating/updating %s/%s comamnds"
-#~ msgstr "コマンドの作成(%s)/更新(%s)エラー"
-
-#, php-format
-#~ msgid "Created/Updated %s/%s commands"
-#~ msgstr "コマンドを作成(%s)/更新(%s)しました"
-
-#, php-format
-#~ msgid "Error creating/updating %s/%s actions"
-#~ msgstr "アクションの作成(%s)/更新(%s)エラー"
-
-#, php-format
-#~ msgid "Created/Updated %s/%s actions"
-#~ msgstr "アクションを作成(%s)/更新(%s)しました"
-
-#, php-format
-#~ msgid "Error creating/updating %s/%s templates"
-#~ msgstr "テンプレートの作成(%s)/更新(%s)エラー"
-
-#, php-format
-#~ msgid "Created/Updated %s/%s templates"
-#~ msgstr "テンプレートを作成(%s)/更新(%s)しました。"
-
-#~ msgid "Propagation"
-#~ msgstr "伝播"
-
-#~ msgid "Only database"
-#~ msgstr "データベースのみ"
-
-#, php-format
-#~ msgid "Error creating/updating %s/%s tags"
-#~ msgstr "タグの作成(%s)/更新(%s)エラー"
-
-#, php-format
-#~ msgid "Created/Updated %s/%s tags"
-#~ msgstr "タグを作成(%s)/更新(%s)しました"
-
-#~ msgid "Active events history"
-#~ msgstr "アクティブイベント履歴"
-
-#~ msgid "Please search for anything text."
-#~ msgstr "任意のテキストで検索してください。"
-
-#~ msgid "Original string"
-#~ msgstr "オリジナルの文字列"
-
-#~ msgid "Translation in selected language"
-#~ msgstr "選択した言語での翻訳"
-
-#~ msgid "Customize translation"
-#~ msgstr "翻訳カスタマイズ"
-
-#~ msgid "Consoles Setup"
-#~ msgstr "コンソール設定"
-
-#~ msgid "General setup"
-#~ msgstr "一般設定"
-
-#~ msgid "Passwords setup"
-#~ msgstr "パスワード設定"
-
-#~ msgid "Visual setup"
-#~ msgstr "表示設定"
-
-#~ msgid "Performance setup"
-#~ msgstr "パフォーマンス設定"
-
-#~ msgid "Strings translation"
-#~ msgstr "文字列翻訳"
-
-#~ msgid "Consoles setup"
-#~ msgstr "コンソール設定"
-
-#, php-format
-#~ msgid "Error creating/updating %s/%s groups"
-#~ msgstr "グループの作成(%s)/更新(%s)エラー"
-
-#, php-format
-#~ msgid "Created/Updated %s/%s groups"
-#~ msgstr "グループを作成(%s)/更新(%s)しました"
-
-#~ msgid "redirected ip server in conf into source DB"
-#~ msgstr "設定内のリダイレクトサーバをソース DB に入れました"
-
-#~ msgid "created agent in destination DB"
-#~ msgstr "対象 DB にエージェントを作成しました"
-
-#~ msgid "created agent modules in destination DB"
-#~ msgstr "対象 DB にエージェントモジュールを作成しました"
-
-#~ msgid "created agent alerts in destination DB"
-#~ msgstr "対象 DB にエージェントアラートを作成しました"
-
-#~ msgid "created alerts actions in destination DB"
-#~ msgstr "対象 DB にアラートアクションを作成しました"
-
-#~ msgid "disabled agent in source DB"
-#~ msgstr "ソース DB のエージェントを無効化しました"
-
-#~ msgid ""
-#~ "Not set metaconsole IP in the \"IP list with API access\" guess Pandora "
-#~ "Console."
-#~ msgstr ""
-#~ "Pandora コンソールで \"APIアクセスを許可するIPアドレスリスト\" にメタコンソールの IP が設定されていない可能性があります。"
-
-#~ msgid "Successfully moved"
-#~ msgstr "移動しました"
-
-#~ msgid "Could not be moved"
-#~ msgstr "移動できませんでした"
-
-#~ msgid "Source Server"
-#~ msgstr "ソースサーバ"
-
-#~ msgid "Destination Server"
-#~ msgstr "対象サーバ"
-
-#~ msgid ""
-#~ "Destination group is the same than in the original server, if there is not "
-#~ "any group with that name, will be created if check box is selected. "
-#~ "Destination group filter is just used to check agents in that group"
-#~ msgstr ""
-#~ "移行先のグループは移行元サーバと同じになります。同じ名前のグループが無い場合、チェックボックスがチェックされていると作成されます。移行先のグループフィルタ"
-#~ "は、エージェントがグループにあるかどうかのみのチェックに利用されます。"
-
-#~ msgid "Based on name"
-#~ msgstr "名前ベース"
-
-#~ msgid "Add agents to destination server"
-#~ msgstr "対象サーバにエージェントを追加"
-
-#~ msgid "Move"
-#~ msgstr "移動"
-
-#~ msgid "Policy Manager"
-#~ msgstr "ポリシー管理"
-
-#~ msgid "Apply policies"
-#~ msgstr "ポリシー適用"
-
-#~ msgid "Policies queue"
-#~ msgstr "ポリシーキュー"
-
-#~ msgid "Policies apply"
-#~ msgstr "ポリシー適用"
-
-#, php-format
-#~ msgid "Error creating %s policies"
-#~ msgstr "%s ポリシー作成エラー"
-
-#, php-format
-#~ msgid "Created %s policies"
-#~ msgstr "%s ポリシーを作成しました"
-
-#, php-format
-#~ msgid "Error creating/updating %s/%s policy modules"
-#~ msgstr "ポリシーモジュールの作成(%s)/更新(%s)エラー"
-
-#, php-format
-#~ msgid "Created/Updated %s/%s policy modules"
-#~ msgstr "ポリシーモジュールを作成(%s)/更新(%s)しました"
-
-#, php-format
-#~ msgid "Error deleting %s policy modules"
-#~ msgstr "%s ポリシーモジュールの削除エラー"
-
-#, php-format
-#~ msgid "Deleted %s policy modules"
-#~ msgstr "%s ポリシーモジュールを削除しました"
-
-#, php-format
-#~ msgid "Error creating %s policy alerts"
-#~ msgstr "%s ポリシーアラートの作成エラー"
-
-#, php-format
-#~ msgid "Created %s policy alerts"
-#~ msgstr "%s ポリシーアラートを作成しました"
-
-#, php-format
-#~ msgid "Error deleting %s policy alerts"
-#~ msgstr "%s ポリシーアラートの削除エラー"
-
-#, php-format
-#~ msgid "Deleted %s policy alerts"
-#~ msgstr "%s ポリシーアラートを削除しました"
-
-#~ msgid ""
-#~ "Metaconsole needs previous activation from regular console, please contact "
-#~ "system administrator if you need assistance. "
-#~ msgstr "メタコンソールは、通常のコンソールから事前に有効化する必要があります。手助けが必要であればシステム管理者へ問い合わせてください。 "
-
-#~ msgid "Network traffic"
-#~ msgstr "ネットワークトラフィック"
-
-#~ msgid ""
-#~ "In order to have the best user experience with Pandora FMS, we strongly "
-#~ "recommend to use"
-#~ msgstr "Pandora FMS の利用には、以下を使うことを強くお勧めします"
-
-#~ msgid ""
-#~ "Mozilla Firefox or Google Chrome browsers."
-#~ msgstr ""
-#~ "Mozilla Firefox または Google Chrome ブラウザ。"
-
-#~ msgid "Monitors view"
-#~ msgstr "モニタ表示"
-
-#~ msgid "Create new report"
-#~ msgstr "新規レポート作成"
-
-#~ msgid "Report templates"
-#~ msgstr "レポートテンプレート"
-
-#~ msgid "Templates wizard"
-#~ msgstr "テンプレートウィザード"
-
-#~ msgid "Live view"
-#~ msgstr "ライブビュー"
-
-#~ msgid "Agent management"
-#~ msgstr "エージェント管理"
-
-#~ msgid "Alert management"
-#~ msgstr "アラート管理"
-
#~ msgid "Tag management"
#~ msgstr "タグ管理"
-#~ msgid "Policy management"
-#~ msgstr "ポリシー管理"
-
-#~ msgid "Category management"
-#~ msgstr "カテゴリ管理"
-
-#~ msgid "Metasetup"
-#~ msgstr "メタセットアップ"
-
-#~ msgid "Back to login"
-#~ msgstr "ログインに戻る"
-
-#~ msgid "Agents movement"
-#~ msgstr "エージェント移動"
-
-#~ msgid "Group management"
-#~ msgstr "グループ管理"
-
#~ msgid "Not networkmap defined."
#~ msgstr "ネットワークマップが定義されていません"
@@ -26027,194 +35314,12 @@ msgstr "タグに関連付けられるアラートで利用するための電話
#~ msgid "Cannot connect to %s Pandora to generate networkmap."
#~ msgstr "ネットワークマップを生成するために %s Pandora へ接続できません"
-#~ msgid "Agent modules"
-#~ msgstr "エージェントモジュール"
-
-#~ msgid "Add selected modules to agent"
-#~ msgstr "選択したモジュールのエージェントへの追加"
-
-#~ msgid "Undo changes"
-#~ msgstr "変更を元に戻す"
-
-#~ msgid "Latency"
-#~ msgstr "待ち時間"
-
-#~ msgid "Response"
-#~ msgstr "応答"
-
-#~ msgid "Check type"
-#~ msgstr "チェックタイプ"
-
-#~ msgid "String to check"
-#~ msgstr "チェック文字列"
-
-#~ msgid "Add check"
-#~ msgstr "チェックを追加"
-
-#~ msgid "Delete check"
-#~ msgstr "チェックを削除"
-
-#~ msgid "Various"
-#~ msgstr "いろいろ"
-
-#~ msgid "Thresholds"
-#~ msgstr "しきい値"
-
-#~ msgid "Web configuration"
-#~ msgstr "ウェブ設定"
-
-#~ msgid "Str: "
-#~ msgstr "文字列: "
-
-#~ msgid " Inverse interval "
-#~ msgstr " 条件の反転 "
-
-#~ msgid "Alerts in module"
-#~ msgstr "モジュール内のアラート"
-
-#~ msgid "Checks"
-#~ msgstr "チェック"
-
-#~ msgid "Deleted modules"
-#~ msgstr "削除済エージェント"
-
-#, php-format
-#~ msgid "Error adding module %s"
-#~ msgstr "モジュール %s 追加エラー"
-
-#~ msgid ""
-#~ "There was an error creating the alerts, the operation has been cancelled"
-#~ msgstr "アラート作成でエラーが発生しました。操作はキャンセルされました。"
-
-#, php-format
-#~ msgid "Could not create agent %s"
-#~ msgstr "エージェント %s を作成できませんでした"
-
-#~ msgid "Agent successfully added"
-#~ msgstr "エージェントを追加しました"
-
-#, php-format
-#~ msgid "%s Modules created"
-#~ msgstr "%s モジュールを作成しました"
-
-#, php-format
-#~ msgid "Could not update agent %s"
-#~ msgstr "エージェント %s を更新できませんでした"
-
-#~ msgid "Agent successfully updated"
-#~ msgstr "エージェントを更新しました"
-
-#, php-format
-#~ msgid "%s Modules deleted"
-#~ msgstr "%s モジュールを削除しました"
-
-#, php-format
-#~ msgid "Error updating module %s"
-#~ msgstr "モジュール %s の更新エラー"
-
-#~ msgid ""
-#~ "There was an error updating the alerts, the operation has been cancelled"
-#~ msgstr "アラートの更新でエラーが発生しました。操作はキャンセルされました。"
-
-#~ msgid "Successfully updated module."
-#~ msgstr "モジュールを更新しました。"
-
-#~ msgid "Manage agent modules"
-#~ msgstr "エージェントモジュール管理"
-
-#~ msgid "No admin user"
-#~ msgstr "管理者ではありません"
-
-#~ msgid "Netflow disable custom live view filters"
-#~ msgstr "Netflow は、カスタムライブビューフィルタを無効にします"
-
-#~ msgid "Customizable section"
-#~ msgstr "カスタマイズ可能なセクション"
-
-#~ msgid "User synchronization"
-#~ msgstr "ユーザ同期"
-
-#~ msgid "Group synchronization"
-#~ msgstr "グループ同期"
-
-#~ msgid "Create new module"
-#~ msgstr "新規モジュール作成"
-
-#~ msgid "Tree View"
-#~ msgstr "ツリー表示"
-
-#~ msgid "Group name"
-#~ msgstr "グループ名"
-
-#~ msgid "Go to module detail"
-#~ msgstr "モジュール詳細へ"
-
-#~ msgid "Create new alert"
-#~ msgstr "新規アラート作成"
-
-#~ msgid "There was a problem loading alert"
-#~ msgstr "アラート読み込みに問題が発生しました。"
-
-#~ msgid "Stand By"
-#~ msgstr "スタンバイ"
-
-#~ msgid "Go to Alert detail"
-#~ msgstr "アラート詳細へ"
-
-#~ msgid "Delete alert"
-#~ msgstr "アラート削除"
-
-#~ msgid "There was a problem loading tag"
-#~ msgstr "タグのロードで問題が発生しました"
-
-#~ msgid "Plugin management"
-#~ msgstr "プラグイン管理"
-
-#~ msgid "Create plugin"
-#~ msgstr "プラグイン作成"
-
-#~ msgid "Edit plugin"
-#~ msgstr "プラグイン編集"
-
-#~ msgid "Log viewer"
-#~ msgstr "ログ・ビューワ"
-
-#~ msgid "Start date"
-#~ msgstr "開始日時"
-
#~ msgid "Copy Dashboard"
#~ msgstr "ダッシュボードのコピー"
#~ msgid "Network console"
#~ msgstr "ネットワークコンソール"
-#~ msgid "Custom SQL"
-#~ msgstr "カスタム SQL"
-
-#~ msgid "Export this list to CSV"
-#~ msgstr "この一覧を CSV へエクスポートする"
-
-#~ msgid "SLA graph"
-#~ msgstr "SLA グラフ"
-
-#~ msgid "List of elements"
-#~ msgstr "要素一覧"
-
-#~ msgid "Service Map"
-#~ msgstr "サービスマップ"
-
-#~ msgid "Service deleted successfully"
-#~ msgstr "サービスを削除しました"
-
-#~ msgid "Error deleting service"
-#~ msgstr "サービスの削除エラー"
-
-#~ msgid "Service forced successfully"
-#~ msgstr "サービスの強制実行をしました"
-
-#~ msgid "Error service forced"
-#~ msgstr "サービスの強制実行エラー"
-
#~ msgid "Networkmap enterprise"
#~ msgstr "Enterprise ネットワークマップ"
@@ -26222,12 +35327,6 @@ msgstr "タグに関連付けられるアラートで利用するための電話
#~ msgid "Networkmap enterprise - %s"
#~ msgstr "Enterprise ネットワークマップ - %s"
-#~ msgid "Unsucessful get module inventory data."
-#~ msgstr "モジュールのインベントリデータ取得に失敗しました。"
-
-#~ msgid "No collection assigned to this agent"
-#~ msgstr "このエージェントに割り当てられたコレクションがありません"
-
#~ msgid "Source data"
#~ msgstr "ソースデータ"
@@ -26258,235 +35357,9 @@ msgstr "タグに関連付けられるアラートで利用するための電話
#~ msgid "Error process map"
#~ msgstr "マップの処理エラー"
-#~ msgid "Diff view"
-#~ msgstr "差分表示"
-
#~ msgid "Details of node:"
#~ msgstr "ノードの詳細:"
-#~ msgid "This agent has no policy assigned"
-#~ msgstr "このエージェントにはポリシーが適用されていません"
-
-#~ msgid "Policy outdate"
-#~ msgstr "期限切れポリシー"
-
-#~ msgid "Toggle the collection table"
-#~ msgstr "コレクションテーブル切り替え"
-
-#~ msgid "Descripttion"
-#~ msgstr "説明"
-
-#~ msgid "Show Collection"
-#~ msgstr "コレクション表示"
-
-#~ msgid "Toggle the alert table"
-#~ msgstr "アラートテーブル切り替え"
-
-#~ msgid "Show Alert"
-#~ msgstr "アラート表示"
-
-#~ msgid "Toggle the module table"
-#~ msgstr "モジュールテーブル切り替え"
-
-#~ msgid "Relationship"
-#~ msgstr "関連"
-
-#~ msgid "Show Modules"
-#~ msgstr "モジュール表示"
-
-#~ msgid "(Un-adopted)"
-#~ msgstr "(未採用)"
-
-#~ msgid "(Adopted)"
-#~ msgstr "(採用)"
-
-#~ msgid "(Un-adopted) (Unlinked)"
-#~ msgstr "(未採用) (未リンク)"
-
-#~ msgid "(Adopted) (Unlinked)"
-#~ msgstr "(採用) (未リンク)"
-
-#~ msgid "PDF"
-#~ msgstr "PDF"
-
-#~ msgid "Export to PDF"
-#~ msgstr "PDF にエクスポート"
-
-#~ msgid "Send by email"
-#~ msgstr "Eメールで送信"
-
-#~ msgid "ID Report"
-#~ msgstr "レポートID"
-
-#~ msgid "Send by email "
-#~ msgstr "Eメールで送信 "
-
-#~ msgid "Backup"
-#~ msgstr "バックアップ"
-
-#~ msgid "Pandora database backup utility"
-#~ msgstr "Pandora データベースバックアップユーティリティ"
-
-#~ msgid "Lost"
-#~ msgstr "失敗"
-
-#~ msgid "Backups list"
-#~ msgstr "バックアップ一覧"
-
-#~ msgid "Create backup"
-#~ msgstr "バックアップの作成"
-
-#, php-format
-#~ msgid "Error create '%s' policy, the name exist and there aren't free name."
-#~ msgstr "'%s' ポリシー作成エラー。すでに存在する名前です。"
-
-#, php-format
-#~ msgid ""
-#~ "Warning create '%s' policy, the name exist, the policy have a name %s."
-#~ msgstr "'%s' ポリシー作成で警告です。%s という名前がすでにあります。"
-
-#~ msgid "Error the policy haven't name."
-#~ msgstr "ポリシーに名前がありません。"
-
-#, php-format
-#~ msgid "Success create '%s' policy."
-#~ msgstr "'%s' ポリシーを作成しました。"
-
-#, php-format
-#~ msgid "Error create '%s' policy."
-#~ msgstr "'%s' ポリシー作成エラー"
-
-#, php-format
-#~ msgid "Success add '%s' agent."
-#~ msgstr "'%s' エージェントを追加しました"
-
-#, php-format
-#~ msgid "Error add '%s' agent."
-#~ msgstr "'%s' エージェント追加エラー"
-
-#, php-format
-#~ msgid "Success add '%s' collection."
-#~ msgstr "'%s' コレクションを追加しました。"
-
-#, php-format
-#~ msgid "Error add '%s' collection."
-#~ msgstr "'%s' コレクション追加エラー"
-
-#~ msgid "Error add the module, haven't type."
-#~ msgstr "モジュール追加エラー。タイプがありません。"
-
-#~ msgid "Error add the module, error in tag component."
-#~ msgstr "モジュール追加エラー。タグコンポーネント内にエラーがあります。"
-
-#, php-format
-#~ msgid "Success add '%s' module."
-#~ msgstr "'%s' モジュールを追加しました。"
-
-#, php-format
-#~ msgid "Error add '%s' module."
-#~ msgstr "'%s' モジュール追加エラー"
-
-#, php-format
-#~ msgid "Error add the alert, the template '%s' don't exist."
-#~ msgstr "アラート追加エラー。テンプレート '%s' は存在しません。"
-
-#, php-format
-#~ msgid "Error add the alert, the module '%s' don't exist."
-#~ msgstr "アラート追加エラー。モジュール '%s' は存在しません。"
-
-#, php-format
-#~ msgid "Success add '%s' alert."
-#~ msgstr "'%s' アラートを追加しました。"
-
-#, php-format
-#~ msgid "Error add '%s' alert."
-#~ msgstr "'%s' アラート追加エラー"
-
-#, php-format
-#~ msgid "Error add the alert, the action '%s' don't exist."
-#~ msgstr "アラートの追加エラー。アクション '%s' は存在しません。"
-
-#, php-format
-#~ msgid "Success add '%s' action."
-#~ msgstr "'%s' アクションを追加しました"
-
-#~ msgid "Report to build"
-#~ msgstr "生成するレポート"
-
-#~ msgid "Send to emails (separated by comma)"
-#~ msgstr "メール送信 (カンマ区切り)"
-
-#~ msgid "Save to disk into path"
-#~ msgstr "保存先パス"
-
-#~ msgid "Send to email"
-#~ msgstr "送信先メールアドレス"
-
-#~ msgid "Send custom report by email"
-#~ msgstr "カスタムレポートをメールで送信"
-
-#~ msgid "Save custom report to disk"
-#~ msgstr "カスタムレポートをディスクに保存"
-
-#~ msgid "Backup Pandora database"
-#~ msgstr "Pandora データベースバックアップ"
-
-#~ msgid "Not scheduled"
-#~ msgstr "スケジュールされていません"
-
-#~ msgid "Hourly"
-#~ msgstr "毎時"
-
-#~ msgid "Yearly"
-#~ msgstr "年次"
-
-#~ msgid "This is the automatic generated report"
-#~ msgstr "これは自動生成レポートです"
-
-#~ msgid "Open the attached file to view it"
-#~ msgstr "添付ファイルを開く"
-
-#~ msgid "Please do not answer or reply to this email"
-#~ msgstr "このメールには返信しないでください"
-
-#~ msgid "Cron jobs"
-#~ msgstr "Cron ジョブ"
-
-#~ msgid "Add new job"
-#~ msgstr "新規ジョブ追加"
-
-#~ msgid "Path doesn't exists or is not writable"
-#~ msgstr "パスが存在しないか書き込みできません"
-
-#~ msgid "Edit job"
-#~ msgstr "ジョブ編集"
-
-#~ msgid "Cron extension is not running"
-#~ msgstr "Cron 実行が稼動していません"
-
-#~ msgid "Cron extension has never run or it's not configured well"
-#~ msgstr "Cron 拡張は、正しく設定しないと動作しません"
-
-#~ msgid ""
-#~ "This extension relies on a proper setup of cron, the time-based scheduling "
-#~ "service"
-#~ msgstr "この拡張は、時間で実行する cron の設定に依存します。"
-
-#~ msgid "Please, add the following line to your crontab file"
-#~ msgstr "次の行を crontab に追加してください"
-
-#~ msgid "Last execution"
-#~ msgstr "最後の実行"
-
-#~ msgid "Cron extension is running"
-#~ msgstr "Cron 実行が動作中です"
-
-#~ msgid "Scheduled jobs"
-#~ msgstr "スケジュールされたジョブ"
-
-#~ msgid "Scheduled"
-#~ msgstr "スケジュール"
-
#~ msgid "First_execution"
#~ msgstr "初回実行"
@@ -26495,353 +35368,12 @@ msgstr "タグに関連付けられるアラートで利用するための電話
#~ "configuration is diferent."
#~ msgstr "cron の設置と異なることにより、初回の実行は正確にこのタイミングにならない可能性があります。"
-#~ msgid "Last run"
-#~ msgstr "最後の実行"
-
-#~ msgid "Force run"
-#~ msgstr "強制実行"
-
-#~ msgid "Path"
-#~ msgstr "パス"
-
#~ msgid "First execution"
#~ msgstr "初回実行"
-#~ msgid "Translate string"
-#~ msgstr "翻訳文字列"
-
-#~ msgid "Example:"
-#~ msgstr "例:"
-
-#~ msgid "Bit mask"
-#~ msgstr "ビットマスク"
-
-#~ msgid "Net mask"
-#~ msgstr "ネットマスク"
-
-#~ msgid "Mask format"
-#~ msgstr "マスクフォーマット"
-
-#~ msgid "Mask"
-#~ msgstr "マスク"
-
-#~ msgid "Calculate"
-#~ msgstr "計算"
-
-#~ msgid "Address field is empty"
-#~ msgstr "アドレスフィールドが空です"
-
-#~ msgid "Mask field is empty"
-#~ msgstr "マスクフィールドが空です"
-
-#~ msgid "Incorrect address format"
-#~ msgstr "アドレスフォーマットが不正です"
-
-#~ msgid "Incorrect mask format"
-#~ msgstr "マスクフォーマットが不正です"
-
-#~ msgid "Network mask"
-#~ msgstr "ネットワークマスク"
-
-#~ msgid "Network wildcard"
-#~ msgstr "ネットワークワイルドカード"
-
-#~ msgid "Network address"
-#~ msgstr "ネットワークアドレス"
-
-#~ msgid "Broadcast address"
-#~ msgstr "ブロードキャストアドレス"
-
-#~ msgid "First valid IP"
-#~ msgstr "最初の有効IP"
-
-#~ msgid "Last valid IP"
-#~ msgstr "最後の有効IP"
-
-#~ msgid "Hosts/Net"
-#~ msgstr "ホスト/ネット"
-
-#~ msgid "There is not an available IP."
-#~ msgstr "空き IP がありません。"
-
-#~ msgid "Next available IP Address is:"
-#~ msgstr "次の空き IP アドレス:"
-
-#~ msgid "Reserve this IP now"
-#~ msgstr "この IP を予約する"
-
-#~ msgid "Manage this IP now"
-#~ msgstr "この IP を管理対象にする"
-
-#~ msgid "Hostname"
-#~ msgstr "ホスト名"
-
-#~ msgid "Operating system"
-#~ msgstr "オペレーティングシステム"
-
-#~ msgid "This agent has other IPs"
-#~ msgstr "このエージェントには他の IP があります"
-
-#~ msgid "Generate events"
-#~ msgstr "イベント生成"
-
-#~ msgid "Managed"
-#~ msgstr "管理対象"
-
-#~ msgid "Reserved"
-#~ msgstr "予約済み"
-
-#~ msgid "Edited"
-#~ msgstr "編集"
-
-#~ msgid "Ping"
-#~ msgstr "Ping"
-
-#~ msgid "Ping to host"
-#~ msgstr "ホストへの Ping"
-
-#~ msgid "Network not found"
-#~ msgstr "ネットワークが見つかりません"
-
-#~ msgid "Format: IP/Mask"
-#~ msgstr "フォーマット: IP/マスク"
-
-#~ msgid "Examples"
-#~ msgstr "例"
-
-#~ msgid "For example: Central Data Center"
-#~ msgstr "例: 中央データセンター"
-
-#~ msgid "Scan interval"
-#~ msgstr "スキャン間隔"
-
-#~ msgid "0 for manually scan"
-#~ msgstr "0 を設定すると手動スキャンです"
-
-#~ msgid "Operator users"
-#~ msgstr "オペレータユーザ"
-
-#~ msgid ""
-#~ "The list of users can manage the networks in the IPAM. Only the admin users "
-#~ "can manage networks and edit the networks."
-#~ msgstr "IPAM でネットワークを管理できるユーザ一覧。admin ユーザのみネットワーク管理とネットワークの編集ができます。"
-
-#~ msgid "Successfully updated."
-#~ msgstr "更新しました。"
-
-#~ msgid "Addresses"
-#~ msgstr "アドレス"
-
-#~ msgid "Alive"
-#~ msgstr "稼働"
-
-#~ msgid "No networks found"
-#~ msgstr "ネットワークが見つかりません"
-
-#~ msgid "IPs"
-#~ msgstr "IP"
-
-#~ msgid "Manage addresses"
-#~ msgstr "アドレス管理"
-
-#~ msgid "Addresses view"
-#~ msgstr "アドレス表示"
-
-#~ msgid "Edit network"
-#~ msgstr "ネットワーク編集"
-
-#~ msgid "Delete network"
-#~ msgstr "ネットワーク削除"
-
-#~ msgid "Export to Excel"
-#~ msgstr "Excel にエクスポート"
-
-#~ msgid "Assign next free IP"
-#~ msgstr "次の空き IP を割り当てる"
-
-#~ msgid "Next available IP"
-#~ msgstr "次の空き IP"
-
-#~ msgid "No addresses found on this network"
-#~ msgstr "このネットワークにアドレスが見つかりませんでした"
-
-#~ msgid "Subnet"
-#~ msgstr "サブネット"
-
-#~ msgid "Total IPs"
-#~ msgstr "全IP"
-
-#~ msgid "Not alive"
-#~ msgstr "停止"
-
-#~ msgid "Not managed"
-#~ msgstr "管理対象外"
-
-#~ msgid "Not Reserved"
-#~ msgstr "未予約"
-
-#~ msgid "DESC"
-#~ msgstr "降順"
-
-#~ msgid "ASC"
-#~ msgstr "昇順"
-
-#~ msgid "A -> Z"
-#~ msgstr "A -> Z"
-
-#~ msgid "Z -> A"
-#~ msgstr "Z -> A"
-
-#~ msgid "Last check"
-#~ msgstr "最新の確認"
-
-#~ msgid "Newer -> Older"
-#~ msgstr "新しい -> 古い"
-
-#~ msgid "Older -> Newer"
-#~ msgstr "古い -> 新しい"
-
-#~ msgid "Exact address match"
-#~ msgstr "アドレスの完全一致"
-
-#~ msgid "Big"
-#~ msgstr "大"
-
-#~ msgid "Tiny"
-#~ msgstr "小"
-
-#~ msgid "Icons style"
-#~ msgstr "アイコンスタイル"
-
-#~ msgid "Show not alive hosts"
-#~ msgstr "停止ホスト表示"
-
-#~ msgid "Show only managed addresses"
-#~ msgstr "管理対象アドレスのみ表示"
-
-#~ msgid "Reserved addresses"
-#~ msgstr "予約済アドレス"
-
-#~ msgid "Unreserved"
-#~ msgstr "未予約"
-
-#~ msgid "Filter options"
-#~ msgstr "フィルターオプション"
-
-#~ msgid "Edit address"
-#~ msgstr "アドレス編集"
-
-#~ msgid "Disabled address"
-#~ msgstr "無効化アドレス"
-
-#~ msgid "This address will not be updated by the server"
-#~ msgstr "このアドレスは、サーバにより更新されません"
-
-#~ msgid "Change to automatic mode"
-#~ msgstr "自動モードに切り替える"
-
-#~ msgid "Change to manual mode"
-#~ msgstr "手動モードに切り替える"
-
-#~ msgid "Add comments"
-#~ msgstr "コメント追加"
-
-#~ msgid "Update agent address"
-#~ msgstr "エージェントアドレス更新"
-
-#~ msgid "Please, uncheck auto option to set manual agent."
-#~ msgstr "手動エージェントを設定するには、自動オプションを外してください。"
-
-#~ msgid "CSV import"
-#~ msgstr "CSV インポート"
-
-#~ msgid "Subnetworks calculator"
-#~ msgstr "サブネット計算"
-
-#~ msgid "IPAM"
-#~ msgstr "IPAM"
-
-#, php-format
-#~ msgid "Created agent %s"
-#~ msgstr "エージェント %s を作成しました"
-
-#~ msgid "File processed"
-#~ msgstr "ファイルを処理しました"
-
-#~ msgid "CSV format"
-#~ msgstr "CSV フォーマット"
-
-#~ msgid "The CSV file must have the fields in the following order"
-#~ msgstr "CSV ファイルのフィールドは、次の順番でなければいけません"
-
-#~ msgid "Separator"
-#~ msgstr "セパレータ"
-
-#~ msgid "Upload CSV file"
-#~ msgstr "CSV ファイルのアップロード"
-
-#~ msgid "Wizard SLA"
-#~ msgstr "SLAウィザード"
-
-#~ msgid "Global"
-#~ msgstr "全体"
-
-#~ msgid "Advance options"
-#~ msgstr "拡張オプション"
-
-#~ msgid "Templates list"
-#~ msgstr "テンプレート一覧"
-
-#~ msgid "Templates Wizard"
-#~ msgstr "テンプレートウィザード"
-
-#~ msgid "Day"
-#~ msgstr "日"
-
#~ msgid "Summary of SLA Fails"
#~ msgstr "SLA 範囲外のサマリ"
-#~ msgid "SLA Compliance per days"
-#~ msgstr "日ごとの SLA 準拠"
-
-#, php-format
-#~ msgid "Graph agents(%s) - %s"
-#~ msgstr "エージェントグラフ(%s) - %s"
-
-#~ msgid "Template editor"
-#~ msgstr "テンプレート編集"
-
-#~ msgid "Get PDF file"
-#~ msgstr "PDF ファイル取得"
-
-#~ msgid "Crit:"
-#~ msgstr "障害:"
-
-#~ msgid "Warn:"
-#~ msgstr "警告:"
-
-#~ msgid "Ok:"
-#~ msgstr "正常:"
-
-#~ msgid "Value:"
-#~ msgstr "値:"
-
-#~ msgid "None of the services was added"
-#~ msgstr "サービスが追加されませんでした"
-
-#, php-format
-#~ msgid "%d services couldn't be added"
-#~ msgstr "%d サービスを追加できませんでした"
-
-#~ msgid "There was an error retrieving the visual map information"
-#~ msgstr "ビジュアルマップ情報の取得エラー"
-
-#~ msgid "No services selected"
-#~ msgstr "サービスが選択されていません"
-
-#~ msgid "Show details"
-#~ msgstr "詳細表示"
-
#~ msgid "Radius"
#~ msgstr "半径"
@@ -26854,42 +35386,6 @@ msgstr "タグに関連付けられるアラートで利用するための電話
#~ msgid "Show modules:"
#~ msgstr "モジュール表示:"
-#~ msgid "Module alert"
-#~ msgstr "モジュールアラート"
-
-#~ msgid "Empty configuration"
-#~ msgstr "設定が空です"
-
-#~ msgid "Empty OS"
-#~ msgstr "OS が空です"
-
-#~ msgid "Client"
-#~ msgstr "正規"
-
-#~ msgid "Trial"
-#~ msgstr "試用"
-
-#~ msgid "Lines"
-#~ msgstr "行"
-
-#~ msgid "Metaconsole"
-#~ msgstr "メタコンソール"
-
-#~ msgid "Group does not exist. Agent "
-#~ msgstr "グループが存在しません。エージェント "
-
-#~ msgid "Created group in destination DB"
-#~ msgstr "移行先 DB にグループを作成しました"
-
-#~ msgid "Error creating group. Agent "
-#~ msgstr "グループ作成エラー。エージェント "
-
-#~ msgid "Group already exists in destination DB"
-#~ msgstr "移行先 DB にすでにグループがあります"
-
-#~ msgid "Automated Pandora FMS report for user defined report"
-#~ msgstr "ユーザ定義レポートの Pandora FMS による自動生成"
-
#~ msgid "Generated: "
#~ msgstr "生成日: "
@@ -26902,253 +35398,6 @@ msgstr "タグに関連付けられるアラートで利用するための電話
#~ msgid "CONTENTS"
#~ msgstr "目次"
-#~ msgid "SO"
-#~ msgstr "OS"
-
-#~ msgid "There are no modules."
-#~ msgstr "モジュールがありません。"
-
-#~ msgid "No description"
-#~ msgstr "説明がありません"
-
-#~ msgid "Restoring a backup"
-#~ msgstr "バックアップのリストア中"
-
-#~ msgid "Restoring a Pandora database backup must be done manually"
-#~ msgstr "Pandora データベースバックアップのリストは、手動実行する必要があります"
-
-#~ msgid ""
-#~ "It's a complex operation that needs human intervation to avoid system "
-#~ "failures and data loosing"
-#~ msgstr "システム不整合およびデータ消失を防ぐために、人よる操作が必要な複雑な作業です。"
-
-#~ msgid "To restore the selected backup, please follow these steps"
-#~ msgstr "選択したバックアップをリストアするには、これらの手順に従ってください"
-
-#~ msgid "Open a root shell in your system located at "
-#~ msgstr "次の場所にある root のシェルを開いてください: "
-
-#~ msgid "Connect to MySQL database using the following command"
-#~ msgstr "次のコマンドで MySQL データベースへ接続します"
-
-#~ msgid "Create a new database"
-#~ msgstr "新規データベースを作成します"
-
-#~ msgid "Restore the backup"
-#~ msgstr "バックアップをリストアします"
-
-#~ msgid "Modify console configuration to use this new database"
-#~ msgstr "新たなデータベースを使うようにコンソール設定を修正します"
-
-#~ msgid "Open configuration file"
-#~ msgstr "設定ファイルを開きます"
-
-#~ msgid "Find"
-#~ msgstr "以下をみつけ"
-
-#~ msgid "and replace with"
-#~ msgstr "次の通り書き換えます"
-
-#~ msgid "Modify servers configuration to use this new database"
-#~ msgstr "新たなデータベースを使うようにサーバ設定を修正します"
-
-#~ msgid "Find servers configuration file and replace the following lines"
-#~ msgstr "サーバ設定ファイルを見つけ、次の行を書き換えます"
-
-#~ msgid "Restart the servers and login again into the console"
-#~ msgstr "サーバを再起動し、コンソールからログインしなおします"
-
-#~ msgid "Run import command using the following command"
-#~ msgstr "次のコマンドを使って、インポートコマンドを実行します"
-
-#~ msgid "Into your destination database."
-#~ msgstr "対象データベースに入ります。"
-
-#, php-format
-#~ msgid "Fail create the directory: %s"
-#~ msgstr "ディレクトリ作成に失敗しました: %s"
-
-#~ msgid "No files in collection"
-#~ msgstr "コレクションにファイルがありません"
-
-#~ msgid "File of collection is bigger than the limit ("
-#~ msgstr "ファイルコレクションが制限を越えています ("
-
-#~ msgid "Log collector"
-#~ msgstr "ログ収集"
-
-#, php-format
-#~ msgid "There is a error: %s"
-#~ msgstr "エラーがあります: %s"
-
-#, php-format
-#~ msgid "There are %s updates, and the first to update is:"
-#~ msgstr "%s 件の更新があります。最初の更新は次の通りです:"
-
-#~ msgid "Version number:"
-#~ msgstr "バージョン番号:"
-
-#~ msgid "Update to the last version"
-#~ msgstr "最新版に更新"
-
-#~ msgid "Database credentials not found"
-#~ msgstr "データベースの認証情報がありません"
-
-#~ msgid "Error connecting to the specified host"
-#~ msgstr "指定したホストへの接続エラー"
-
-#~ msgid "Connected to the host, but cannot found the specified database"
-#~ msgstr "ホストへ接続しましたが、指定されたデータベースが見つかりません。"
-
-#~ msgid ""
-#~ "\"Translate string\" extension is missed in the server. This extension is "
-#~ "mandatory to be configured on metaconsole."
-#~ msgstr "\"文字列翻訳\" 拡張がサーバにありません。この拡張はメタコンソールでの設定が必須です。"
-
-#~ msgid ""
-#~ "Server name doesnt match. Check the node server name and configure the same "
-#~ "one on metasetup"
-#~ msgstr "サーバ名が一致しません。ノードのサーバ名とメタセットアップの設定内容が同じか確認してください"
-
-#~ msgid "Last event replication"
-#~ msgstr "最新のイベント複製"
-
-#~ msgid "Tree view by tags"
-#~ msgstr "タグごとのツリー表示"
-
-#~ msgid "No changes found"
-#~ msgstr "変更がありません"
-
-#~ msgid "Get CSV file"
-#~ msgstr "CSV ファイルを取得"
-
-#~ msgid "Service does not exist."
-#~ msgstr "サービスがありません。"
-
-#~ msgid "Module store the service does not exist."
-#~ msgstr "サービスを保存するモジュールがありません。"
-
-#~ msgid "Module store SLA service does not exist."
-#~ msgstr "SLAサービスを保存するモジュールがありません。"
-
-#~ msgid "Agent store the service does not exist."
-#~ msgstr "サービスを保存するエージェントがありません。"
-
-#~ msgid "Agent store SLA service does not exist."
-#~ msgstr "SLAサービスを保存するエージェントがありません。"
-
-#~ msgid "Alert critical SLA service does not exist."
-#~ msgstr "障害アラートSLAサービスがありません。"
-
-#~ msgid "Alert warning service does not exist."
-#~ msgstr "警告アラートサービスがありません。"
-
-#~ msgid "Alert critical service does not exist."
-#~ msgstr "障害アラートサービスがありません。"
-
-#~ msgid "Alert unknown service does not exist."
-#~ msgstr "不明アラートサービスがありません。"
-
-#, php-format
-#~ msgid "Module automatic create for the service %s"
-#~ msgstr "サービス %s のモジュール自動生成"
-
-#~ msgid "Critical (Alert)"
-#~ msgstr "障害 (アラート)"
-
-#~ msgid "There are no service elements defined"
-#~ msgstr "サービス要素が定義されていません"
-
-#~ msgid "Weight Critical"
-#~ msgstr "障害ウエイト"
-
-#~ msgid "Weight Warning"
-#~ msgstr "警告ウエイト"
-
-#~ msgid "Weight Unknown"
-#~ msgstr "不明ウエイト"
-
-#~ msgid "Weight Ok"
-#~ msgstr "正常ウエイト"
-
-#~ msgid "Delete service element"
-#~ msgstr "サービス要素削除"
-
-#~ msgid "FAIL"
-#~ msgstr "失敗"
-
-#~ msgid "Policy linkation"
-#~ msgstr "ポリシーリンク"
-
-#~ msgid "Module linked"
-#~ msgstr "リンク済モジュール"
-
-#~ msgid "Unlink from policy"
-#~ msgstr "ポリシーからリンクを外す"
-
-#~ msgid "Module unlinked"
-#~ msgstr "未リンクモジュール"
-
-#~ msgid "Relink to policy"
-#~ msgstr "ポリシーへの再リンク"
-
-#~ msgid "Module pending to link"
-#~ msgstr "リンク待ちモジュール"
-
-#~ msgid "Module pending to unlink"
-#~ msgstr "リンク解除待ちモジュール"
-
-#~ msgid "Create a new policy map"
-#~ msgstr "新規ポリシーマップ作成"
-
-#~ msgid "You must change password"
-#~ msgstr "パスワードを変更する必要があります"
-
-#~ msgid "NEW PASS: "
-#~ msgstr "新規パスワード: "
-
-#~ msgid "CONFIRM: "
-#~ msgstr "確認: "
-
-#~ msgid "Change"
-#~ msgstr "変更"
-
-#~ msgid "User has been blocked. Try again in "
-#~ msgstr "ユーザがブロックされました。次の時間経過後に再度試してください: "
-
-#~ msgid " minutes"
-#~ msgstr " 分"
-
-#~ msgid "Password must be different from the "
-#~ msgstr "パスワードは、次と異なっている必要があります: "
-
-#~ msgid " previous changes."
-#~ msgstr " 回前までの変更"
-
-#~ msgid "Password must be different"
-#~ msgstr "パスワードは違うものでなければいけません"
-
-#~ msgid "Password too short"
-#~ msgstr "パスワードが短すぎます"
-
-#~ msgid "Password must contain numbers"
-#~ msgstr "パスワードには数字を含めなければいけません"
-
-#~ msgid "Password must contain symbols"
-#~ msgstr "パスワードには記号を含めなければいけません"
-
-#~ msgid "User pass successfully updated"
-#~ msgstr "パスワードを更新しました"
-
-#~ msgid "Error updating user pass (no change?)"
-#~ msgstr "パスワードの更新エラー (変更なし?)"
-
-#~ msgid "Password confirm does not match"
-#~ msgstr "パスワード確認が一致しません"
-
-#~ msgid "Password empty"
-#~ msgstr "パスワードが空です"
-
#~ msgid "Press here to activate shortcut bar"
#~ msgstr "ショートカットバーを有効にするにはここをクリックしてください"
@@ -27247,94 +35496,18 @@ msgstr "タグに関連付けられるアラートで利用するための電話
#~ msgid "Events info (1hr)"
#~ msgstr "イベント情報 (1時間)"
-#~ msgid "ERROR:"
-#~ msgstr "エラー:"
-
-#~ msgid "Mobile"
-#~ msgstr "モバイル"
-
-#~ msgid "Order:"
-#~ msgstr "並び順:"
-
#~ msgid "Poling time"
#~ msgstr "ポーリング時間"
#~ msgid "Contact:"
#~ msgstr "連絡先:"
-#~ msgid "Auth Key:"
-#~ msgstr "認証キー:"
-
-#~ msgid "Request new licence"
-#~ msgstr "新規ライセンスの要求"
-
-#~ msgid "Please contact Artica at info@artica.es for a valid licence."
-#~ msgstr "ライセンスについては、Artica(info@artica.es) までご連絡ください。"
-
-#~ msgid "Your request key is:"
-#~ msgstr "リクエストキー:"
-
#~ msgid "Activate licence"
#~ msgstr "ライセンスの有効化"
#~ msgid "E-mail:"
#~ msgstr "メールアドレス:"
-#~ msgid "Error accesing to API, auth error."
-#~ msgstr "APIアクセス認証エラー"
-
-#~ msgid "Module successfully added."
-#~ msgstr "モジュールを追加しました。"
-
-#, php-format
-#~ msgid "Error creating %s groups"
-#~ msgstr "%s グループ作成エラー"
-
-#, php-format
-#~ msgid "Error updating %s groups"
-#~ msgstr "%s グループ更新エラー"
-
-#~ msgid ""
-#~ "Unable to create the collection. Another collection with the same short name."
-#~ msgstr "コレクションを作成できません。同じ短い名前で他のコレクションがあります。"
-
-#~ msgid ""
-#~ "The user doesn't have permission to read agents. Please contact with your "
-#~ "pandora administrator."
-#~ msgstr "ユーザにエージェントを参照する権限がありません。pandora管理者に連絡してください。"
-
-#~ msgid "Please choose other server."
-#~ msgstr "他のサーバを選択してください。"
-
-#~ msgid "Show the tree view"
-#~ msgstr "ツリービューの表示"
-
-#~ msgid "Left blank for the LOCAL inventory modules"
-#~ msgstr "ローカルインベントリモジュールの場合は入力しないでください"
-
-#~ msgid "Last replication at"
-#~ msgstr "最新の複製"
-
-#~ msgid ""
-#~ "Here is placed the script for the REMOTE inventory modules Local inventory "
-#~ "modules don't use this field"
-#~ msgstr "リモートインベントリモジュールのスクリプトを入力します。ローカルインベントリモジュールではこのフィールドは使いません。"
-
-#~ msgid "Only admin users can see this section."
-#~ msgstr "この画面はadminユーザのみ参照できます。"
-
-#~ msgid "ACL module tags for the modules in this agent"
-#~ msgstr "このエージェントのモジュールのACLモジュールタグ"
-
-#~ msgid "ACL users for this agent"
-#~ msgstr "このエージェントのACLユーザ"
-
-#~ msgid "There are no defined users"
-#~ msgstr "定義済ユーザがありません"
-
-#~ msgid "Show address instead module name"
-#~ msgstr "モジュール名の代わりにアドレスを表示"
-
#~ msgid "# Failed"
#~ msgstr "失敗数"
@@ -27350,50 +35523,9 @@ msgstr "タグに関連付けられるアラートで利用するための電話
#~ msgid "Display proc modules in binary format (OK/FAIL)"
#~ msgstr "二値フォーマット(OK/FAIL)での proc モジュールの表示"
-#~ msgid "Hidden"
-#~ msgstr "隠す"
-
-#~ msgid "Could not be added to deleted all modules."
-#~ msgstr "削除済の全モジュールへの追加ができませんでした。"
-
-#~ msgid "Open for more details in update"
-#~ msgstr "更新の詳細を開く"
-
-#~ msgid "None update or create group"
-#~ msgstr "更新または作成したグループがありません"
-
-#~ msgid "Check ACL"
-#~ msgstr "ACLチェック"
-
-#~ msgid "Open for more details"
-#~ msgstr "詳細を開く"
-
-#~ msgid "Open for more details in creation"
-#~ msgstr "作成の詳細を開く"
-
-#~ msgid "Online validation"
-#~ msgstr "オンライン認証"
-
#~ msgid "This element should be deleted"
#~ msgstr "この要素は削除する必要があります"
-#~ msgid "Invalid old password"
-#~ msgstr "旧パスワードが不正です"
-
-#~ msgid "OLD PASS: "
-#~ msgstr "旧パスワード: "
-
-#~ msgid "When connecting to Artica server."
-#~ msgstr "Artica サーバへの接続時"
-
-#~ msgid "Availability item created from wizard."
-#~ msgstr "ウィザードから作成された可用性アイテム"
-
-#~ msgid ""
-#~ "Show a resume table with max, min, average of total modules on the report "
-#~ "bottom:"
-#~ msgstr "レポートの下に全モジュールの最大、最小、平均を含む復旧表を表示:"
-
#~ msgid "This is defined in minutes"
#~ msgstr "分単位で設定します"
@@ -27406,39 +35538,6 @@ msgstr "タグに関連付けられるアラートで利用するための電話
#~ msgid "There was an error loading the network map"
#~ msgstr "ネットワークマップの読み込みでエラーが発生しました"
-#~ msgid "Error accesing to API."
-#~ msgstr "APIアクセスエラー。"
-
-#, php-format
-#~ msgid "(Error Duplicate ID (%d) ) "
-#~ msgstr "(重複 ID (%d) エラー) "
-
-#~ msgid "Nonexistent"
-#~ msgstr "なし"
-
-#~ msgid "Need to regenerate"
-#~ msgstr "再生成が必要です"
-
-#~ msgid "This agent has not modules inventory"
-#~ msgstr "このエージェントにはインベントリモジュールがありません"
-
-#~ msgid "Invalid licence."
-#~ msgstr "不正なライセンス。"
-
-#, php-format
-#~ msgid ""
-#~ "You can activate it manually here or "
-#~ "automatically filling the form below:"
-#~ msgstr ""
-#~ "ここから手動で有効化するか、以下のフォームから自動入力できます:"
-
-#~ msgid ""
-#~ "There was an error creating the alerts, the operation has been cancelled ."
-#~ msgstr "アラート作成エラーです。操作はキャンセルされました。"
-
-#~ msgid "Could not be create, duplicated server name."
-#~ msgstr "作成できませんでした。同じサーバ名があります。"
-
#~ msgid "Store group"
#~ msgstr "保存グループ"
@@ -27450,169 +35549,24 @@ msgstr "タグに関連付けられるアラートで利用するための電話
#~ "downtimes section to solve this."
#~ msgstr "この要素は不正な計画停止の景況を受けます。計画停止の設定画面で調整してくだいさい。"
-#~ msgid "Password policy"
-#~ msgstr "パスワードポリシー"
-
-#~ msgid "Tags unused"
-#~ msgstr "未使用タグ"
-
-#~ msgid "Enterprise ACL Setup"
-#~ msgstr "Enterprise ACL 設定"
-
-#~ msgid "Update Local Component"
-#~ msgstr "ローカルコンポーネント更新"
-
-#~ msgid "Create Local Component"
-#~ msgstr "ローカルコンポーネント作成"
-
-#~ msgid "Tags used"
-#~ msgstr "使用中タグ"
-
-#~ msgid "Modules unused"
-#~ msgstr "未使用モジュール"
-
-#~ msgid "Modules used"
-#~ msgstr "使用中モジュール"
-
-#~ msgid "Successful update the tags"
-#~ msgstr "タグを更新しました"
-
-#~ msgid "Unsuccessful update the tags"
-#~ msgstr "タグの更新に失敗しました"
-
-#~ msgid "No Services"
-#~ msgstr "サービスがありません"
-
-#~ msgid "JSON"
-#~ msgstr "JSON"
-
-#~ msgid "Metaconsole DB port"
-#~ msgstr "メタコンソール DB ポート"
-
-#~ msgid "Metaconsole DB user"
-#~ msgstr "メタコンソール DB ユーザ"
-
-#~ msgid "Metaconsole DB name"
-#~ msgstr "メタコンソール DB 名"
-
-#~ msgid "Metaconsole DB host"
-#~ msgstr "メタコンソール DB ホスト"
-
#~ msgid "No colections for this agent"
#~ msgstr "このエージェントにはコレクションがありません"
#~ msgid "No colections"
#~ msgstr "コレクションがありません"
-#~ msgid "Metaconsole DB password"
-#~ msgstr "メタコンソール DB パスワード"
-
#~ msgid "Main dashboard"
#~ msgstr "メインダッシュボード"
-#~ msgid "The start date cannot be greater than the end date"
-#~ msgstr "開始日は終了日より後にできません"
-
#~ msgid "List of networkmap Enterprise"
#~ msgstr "Enterprise ネットワークマップ一覧"
-#, php-format
-#~ msgid "® Ãrtica soluciones Pandora FMS %s - Build %s"
-#~ msgstr "® Ãrtica soluciones Pandora FMS %s - ビルド %s"
-
#~ msgid "List of Services"
#~ msgstr "サービス一覧"
-#~ msgid "Apply Policies"
-#~ msgstr "ポリシー適用"
-
-#~ msgid "Group or Tag"
-#~ msgstr "グループまたはタグ"
-
-#~ msgid "Report of events"
-#~ msgstr "イベントレポート"
-
-#~ msgid "Report of state"
-#~ msgstr "状態レポート"
-
-#~ msgid "Move Agents"
-#~ msgstr "エージェント移動"
-
-#~ msgid "Create group if doesnât exist in destination"
-#~ msgstr "移動先にグループが無ければ作成する"
-
#~ msgid "Networkmap list"
#~ msgstr "ネットワークマップ一覧"
-#~ msgid "There are no SLAs defined."
-#~ msgstr "定義済のSLAがありません。"
-
-#~ msgid "Add agents"
-#~ msgstr "エージェント追加"
-
-#~ msgid "Bulk modules policy tags edit"
-#~ msgstr "一括モジュールポリシータグ編集"
-
-#~ msgid "Bulk tags module policy edit"
-#~ msgstr "一括タグモジュールポリシー編集"
-
-#~ msgid "Bulk alerts policy delete"
-#~ msgstr "一括アラートポリシー削除"
-
-#~ msgid "Bulk alerts policy add"
-#~ msgstr "一括アラートポリシー追加"
-
-#~ msgid "No inventory modules defined"
-#~ msgstr "インベントリモジュールがありません"
-
-#~ msgid "Bulk alert SNMP edit"
-#~ msgstr "一括SNMPアラート編集"
-
-#~ msgid "Bulk alert SNMP delete"
-#~ msgstr "一括SNMPアラート削除"
-
-#~ msgid "There are no defined skins"
-#~ msgstr "定義済のスキンがありません"
-
-#~ msgid "Bulk Satellite modules edit"
-#~ msgstr "一括サテライトモジュール編集"
-
-#~ msgid "There are no defined export targets"
-#~ msgstr "定義済のエクスポートターゲットがありません"
-
-#~ msgid "There are no defined plugins"
-#~ msgstr "定義済のプラグインがありません"
-
-#~ msgid "There are no defined modules"
-#~ msgstr "定義済のモジュールがありません"
-
-#~ msgid "There are no defined inventory modules"
-#~ msgstr "定義済のインベントリモジュールがありません"
-
-#~ msgid "There are no defined modules unlinked"
-#~ msgstr "定義済の未リンクモジュールがありません"
-
-#~ msgid "Metaconsole DB engine"
-#~ msgstr "メタコンソール DB エンジン"
-
-#~ msgid "MySQL"
-#~ msgstr "MySQL"
-
-#~ msgid "Oracle"
-#~ msgstr "Oracle"
-
-#~ msgid "There are no defined alert event rules"
-#~ msgstr "定義済のアラートイベントルールがありません"
-
-#~ msgid "There are no defined events alerts"
-#~ msgstr "定義済のイベントアラートがありません"
-
-#~ msgid "Activate license"
-#~ msgstr "ライセンスの有効化"
-
-#~ msgid "Offline Update Manager"
-#~ msgstr "オフラインアップデートマネージャ"
-
#~ msgid "Error enable/disable user. The user doesn't exists."
#~ msgstr "ユーザの有効化/無効化エラー。ユーザが存在しません。"
@@ -27629,33 +35583,12 @@ msgstr "タグに関連付けられるアラートで利用するための電話
#~ "href=\"index.php?sec=gsetup&sec2=godmode/update_manager/update_manager&tab=on"
#~ "line\">アップデートマネージャを参照してください。"
-#~ msgid "Target group"
-#~ msgstr "対象グループ"
-
#~ msgid "Masive tags module policy edition"
#~ msgstr "一括タグモジュールポリシー編集"
#~ msgid "Masive modules policy tags edition"
#~ msgstr "一括モジュールポリシータグ編集"
-#~ msgid "Summary by status"
-#~ msgstr "状態ごとのまとめ"
-
-#~ msgid "Synchronizing Tags"
-#~ msgstr "タグの同期中"
-
-#~ msgid "Synchronizing Alerts"
-#~ msgstr "アラートの同期中"
-
-#~ msgid "Synchronizing Users"
-#~ msgstr "ユーザの同期中"
-
-#~ msgid "Synchronizing Groups"
-#~ msgstr "グループの同期中"
-
-#~ msgid "Synchronizing Components"
-#~ msgstr "コンポーネントの同期中"
-
#~ msgid "Display proc modules in binary format (OK/FAIL)."
#~ msgstr "proc モジュールを二値(OK/FAIL)表示する"
@@ -27681,72 +35614,15 @@ msgstr "タグに関連付けられるアラートで利用するための電話
#~ "\t\t\t\t\t\tあるチップメーカーは、ウェブサイトを通して世界中にコンピュータを販売しています。\n"
#~ "\t\t\t\t\t\tその会社は、管理、オンラインショップ、サポートの 3つの大きな部門から成っています。"
-#~ msgid "Nonexistent. This element should be deleted"
-#~ msgstr "存在しません。要素が削除されています。"
-
-#~ msgid "Generate"
-#~ msgstr "生成"
-
-#~ msgid "No replication yet"
-#~ msgstr "複製されていません"
-
-#~ msgid "Filter tag"
-#~ msgstr "タグフィルタ"
-
-#~ msgid "Filter by"
-#~ msgstr "フィルタ"
-
-#~ msgid "Create template report wizard"
-#~ msgstr "レポートウィザードテンプレート作成"
-
-#~ msgid "Advance Reporting"
-#~ msgstr "拡張レポート"
-
-#~ msgid "Advance Options"
-#~ msgstr "拡張オプション"
-
-#~ msgid "General Data"
-#~ msgstr "一般データ"
-
-#~ msgid "No Services or concrete action"
-#~ msgstr "サービスまたは具体的なアクションがありません"
-
#~ msgid "Another collection with the same short name"
#~ msgstr "同一の短縮名で別のコレクションがあります"
-#~ msgid "Export to JSON"
-#~ msgstr "JSONへエクスポート"
-
-#~ msgid "Create new custom"
-#~ msgstr "設定の新規作成"
-
#~ msgid "Generate a dinamic report"
#~ msgstr "動的レポートの生成"
-#~ msgid "% Agents Unknown"
-#~ msgstr "% のエージェントが不明状態"
-
-#~ msgid "Info of state in events"
-#~ msgstr "イベントの状態"
-
-#~ msgid "Summary of SLA Failures"
-#~ msgstr "条件を満たさない SLA の概要"
-
-#~ msgid "Undo agents"
-#~ msgstr "エージェント追加取り消し"
-
-#~ msgid "Monitor all your systems with a single tool"
-#~ msgstr "単一のツールえ全システムの監視をします"
-
#~ msgid "Filter by tag"
#~ msgstr "タグによるフィルタ"
-#~ msgid "Contents"
-#~ msgstr "目次"
-
-#~ msgid "Error could not resolve the host."
-#~ msgstr "エラー。ホストの名前解決ができません。"
-
#~ msgid "Advance Config AD"
#~ msgstr "AD 拡張設定"
@@ -27756,132 +35632,6 @@ msgstr "タグに関連付けられるアラートで利用するための電話
#~ msgid "Error in creation synthetic module. Agent name doesn't exists."
#~ msgstr "統合モジュール作成エラー。エージェント名が存在しません。"
-#~ msgid "Agent min"
-#~ msgstr "最小エージェント"
-
-#~ msgid ""
-#~ "Error, you are trying to add a widget in a empty cell. Please save the "
-#~ "layout before to add any widget in this cell."
-#~ msgstr "エラー、空のセルにウィジェットを追加しようとしています。このセルにウィジェットを追加するには、先にレイアウトを保存してください。"
-
-#~ msgid "Please configure this widget before usage"
-#~ msgstr "使用前にこのウィジェットを設定してください"
-
-#~ msgid "Config widget"
-#~ msgstr "ウィジェット設定"
-
-#~ msgid "Legend Position"
-#~ msgstr "凡例の位置"
-
-#~ msgid "Error: there are cells not empty."
-#~ msgstr "エラー: 空でないセルがあります。"
-
-#~ msgid "Save the actual layout design"
-#~ msgstr "現在のレイアウトデザインの保存"
-
-#~ msgid "Different name"
-#~ msgstr "異なる名前"
-
-#~ msgid "Different parent"
-#~ msgstr "異なる親"
-
-#~ msgid "No legend"
-#~ msgstr "凡例なし"
-
-#~ msgid ""
-#~ "The target user profiles will be replaced with the source user profiles"
-#~ msgstr "対象のユーザプロファイルは、元ユーザのプロファイルで置き換えられます"
-
-#~ msgid ""
-#~ "Access to this page is restricted to authorized users only, please contact "
-#~ "system administrator if you need assistance. \n"
-#~ "\t\t\t\t\t Please know that all attempts to access this page are recorded "
-#~ "in security logs of Pandora System Database"
-#~ msgstr ""
-#~ "このページは認証されたユーザのみがアクセスできます。手助けが必要であればシステム管理者へ連絡してください。\n"
-#~ "\t\t\t\t\t このページへの全アクセスは Pandora システムデータベースのセキュリティログに記録されます。"
-
-#~ msgid "Empty queue."
-#~ msgstr "キューが空です"
-
-#~ msgid "Licence"
-#~ msgstr "ライセンス"
-
-#~ msgid "Agent cache"
-#~ msgstr "エージェントキャッシュ"
-
-#~ msgid ""
-#~ "The selected user profile will be added to the selected users into the target"
-#~ msgstr "選択されたユーザプロファイルは、対象の選択ユーザに追加されます"
-
-#~ msgid "% Agents not init"
-#~ msgstr "未初期化エージェント%"
-
-#~ msgid "Login off"
-#~ msgstr "ログオフ"
-
-#~ msgid "Pandora Support"
-#~ msgstr "Pandora サポート"
-
-#~ msgid "Go to Pandora FMS Wiki"
-#~ msgstr "Pandora FMS wiki へ行く"
-
-#~ msgid "Go to pandorafms.com"
-#~ msgstr "pandorafms.com へ行く"
-
-#~ msgid "Pandora Help"
-#~ msgstr "Pandora ヘルプ"
-
-#~ msgid "Server management"
-#~ msgstr "サーバ管理"
-
-#~ msgid "% Monitors Warning"
-#~ msgstr "警告状態モジュール%"
-
-#~ msgid "% Monitors Unknown"
-#~ msgstr "不明状態モジュール%"
-
-#~ msgid "% Monitors OK"
-#~ msgstr "正常状態モジュール%"
-
-#~ msgid "% Monitors Not init"
-#~ msgstr "未初期化モジュール%"
-
-#~ msgid "% Monitors Critical"
-#~ msgstr "障害状態モジュール%"
-
-#~ msgid "Remove agents to doesn't move to destination server"
-#~ msgstr "送り先サーバへ移動させないエージェントを削除"
-
-#, php-format
-#~ msgid "Created group %s"
-#~ msgstr "グループを %s 作成しました"
-
-#, php-format
-#~ msgid "Could not create group %s"
-#~ msgstr "グループ %s を作成できませんでした"
-
-#~ msgid "The location is not filled, please add a location."
-#~ msgstr "位置情報が入力されていません。位置情報を追加してください。"
-
-#~ msgid "CSV import group"
-#~ msgstr "CSV インポートグループ"
-
-#~ msgid "Report type"
-#~ msgstr "レポートタイプ"
-
-#~ msgid "Uknown agents"
-#~ msgstr "不明エージェント"
-
-#~ msgid "Serialized data "
-#~ msgstr "連続データ "
-
-#~ msgid "Last 8 hours events"
-#~ msgstr "直近 8時間のイベント"
-
-#~ msgid "Illegal query or any other error"
-#~ msgstr "不正なクエリまたはその他エラー"
-
#~ msgid "Refresh network map state"
#~ msgstr "ネットワークマップを最新の状態に更新"
@@ -27893,101 +35643,11 @@ msgstr "タグに関連付けられるアラートで利用するための電話
#~ msgid "Generate networkmap with parents relationships"
#~ msgstr "親子関係をもってネットワークマップを生成"
-#~ msgid "No services defined."
-#~ msgstr "サービスが定義されていません"
-
-#~ msgid "Agent cache failed"
-#~ msgstr "エージェントキャッシュが無効"
-
-#~ msgid "Agent cache activated"
-#~ msgstr "エージェントキャッシュが有効"
-
-#~ msgid "Simple Graph"
-#~ msgstr "単一グラフ"
-
-#~ msgid "% OK"
-#~ msgstr "正常%"
-
-#~ msgid "% Wrong"
-#~ msgstr "異常%"
-
-#~ msgid "Error: The conf file of server is not readble."
-#~ msgstr "エラー: サービスの設定ファイルを読めません。"
-
-#~ msgid "Error: The conf file of server is not writable."
-#~ msgstr "エラー: サービスの設定ファイルに書き込めません。"
-
-#~ msgid "No description specified for the service"
-#~ msgstr "サービスに説明がありません"
-
-#~ msgid "You should set the weights manually"
-#~ msgstr "手動でウエイトを設定する必要があります"
-
-#~ msgid "The weights have default values"
-#~ msgstr "ウエイトはデフォルト値です"
-
-#~ msgid ""
-#~ "Only the elements configured as 'critical element' are used to calculate the "
-#~ "service status"
-#~ msgstr "'障害' として設定されているもののみサービスの状態計算に利用されます。"
-
-#~ msgid "Invalid service"
-#~ msgstr "不正なサービスです"
-
-#~ msgid "No name specified for the service"
-#~ msgstr "サービスに名前がありません"
-
-#~ msgid "No name and description specified for the service"
-#~ msgstr "サービスに名前と説明がありません"
-
-#~ msgid ""
-#~ "All the items are not available in CSV, only the previous versions ones."
-#~ msgstr "CSV内に全アイテムがありません。以前のバージョンのみです。"
-
-#~ msgid "Section 2"
-#~ msgstr "セクション 2"
-
-#~ msgid "Section 3"
-#~ msgstr "セクション 3"
-
-#~ msgid "Delete remote conf server files in Pandora"
-#~ msgstr "Pandora が保持しているリモートコンフィグファイルを削除します"
-
-#~ msgid ""
-#~ "Delete this conf file implies that Pandora will send back local config to "
-#~ "console"
-#~ msgstr "コンフィグファイルを削除すると、ローカルの設定ファイルをコンソールに再送します"
-
-#~ msgid ""
-#~ "Limit the number of events that are replicated metaconsole each specified "
-#~ "range."
-#~ msgstr "指定した範囲でメタコンソールへ複製するイベントの数を制限します。"
-
-#~ msgid "Search by name, description or data, list matches."
-#~ msgstr "名前、説明、データでマッチするものを検索します。"
-
#~ msgid ""
#~ "Enable this option will be synchronice the groups and tags each new user "
#~ "when he/she will login."
#~ msgstr "このオプションを有効化すると、新規ユーザがログインしたときにグループとタグが同期されます。"
-#~ msgid "Generate a dynamic report\""
-#~ msgstr "ダイナミックレポートの生成"
-
-#~ msgid "You haven't created templates yet."
-#~ msgstr "テンプレートが作成されていません。"
-
-#, php-format
-#~ msgid ""
-#~ "License out of limits
"
-#~ "This license allows %d modules and you have %d modules configured."
-#~ msgstr ""
-#~ "ライセンスの制限を超過しました