2011-10-06 03:57:14 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
|
|
// Pandora FMS - http://pandorafms.com
|
|
|
|
// ==================================================
|
|
|
|
// Copyright (c) 2005-2011 Artica Soluciones Tecnologicas
|
|
|
|
// Please see http://pandorafms.org for full contribution list
|
|
|
|
|
|
|
|
// This program is free software; you can redistribute it and/or
|
|
|
|
// modify it under the terms of the GNU Lesser General Public License
|
|
|
|
// as published by the Free Software Foundation; version 2
|
|
|
|
|
|
|
|
// This program is distributed in the hope that it will be useful,
|
|
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
// GNU General Public License for more details.
|
|
|
|
-->
|
|
|
|
<resources>
|
|
|
|
<string-array name="severity_array_values">
|
|
|
|
<!-- You must subtract -1 -->
|
|
|
|
<item>全て</item>
|
|
|
|
<item>メンテナンス</item>
|
|
|
|
<item>情報</item>
|
|
|
|
<item>正常</item>
|
|
|
|
<item>警告</item>
|
|
|
|
<item>障害</item>
|
|
|
|
</string-array>
|
|
|
|
|
|
|
|
<!-- Please change the code in the function convertRefreshTimeKeyToTime -->
|
|
|
|
<string-array name="refresh_combo">
|
|
|
|
<item>30 秒</item>
|
|
|
|
<item>1 分</item>
|
|
|
|
<item>5 分</item>
|
|
|
|
<item>10 分</item>
|
|
|
|
<item>15 分</item>
|
|
|
|
<item>30 分</item>
|
|
|
|
<item>45 分</item>
|
|
|
|
<item>1 時間</item>
|
|
|
|
<item>1 時間 30 分</item>
|
|
|
|
<item>2 時間</item>
|
|
|
|
<item>3 時間</item>
|
|
|
|
<item>4 時間</item>
|
|
|
|
<item>6 時間</item>
|
|
|
|
<item>8 時間</item>
|
|
|
|
<item>10 時間</item>
|
|
|
|
<item>12 時間</item>
|
|
|
|
<item>24 時間</item>
|
|
|
|
<item>36 時間</item>
|
|
|
|
<item>48 時間</item>
|
|
|
|
</string-array>
|
2013-11-05 Miguel de Dios <miguel.dedios@artica.es>
* src/pandroid_event_viewer/pandorafms/EventList.java,
src/pandroid_event_viewer/pandorafms/Main.java,
src/pandroid_event_viewer/pandorafms/Options.java,
src/pandroid_event_viewer/pandorafms/PandroidEventviewerActivity.java,
res/drawable-ldpi/save.png, res/drawable-ldpi/icon_filter.png,
res/drawable-ldpi/icon_refresh.png, res/layout/main.xml,
res/layout/options.xml, res/drawable/btn_dropdown_pressed.9.png,
res/drawable/btn_dropdown.xml,
res/drawable/btn_dropdown_normal.9.png, res/values-ja/arrays.xml,
res/values/styles.xml, res/values/arrays.xml,
res/menu/options_menu_list_events.xml, res/values-es/arrays.xml:
changes in the themes.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9005 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-11-05 13:10:28 +01:00
|
|
|
<!-- Please change the code in the function timeout2arrayKey -->
|
|
|
|
<string-array name="timeout_connections_combo">
|
|
|
|
<item>5 seconds</item>
|
|
|
|
<item>10 seconds</item>
|
|
|
|
<item>20 seconds</item>
|
|
|
|
<item>30 seconds</item>
|
|
|
|
<item>40 seconds</item>
|
|
|
|
<item>50 seconds</item>
|
|
|
|
<item>1 minute</item>
|
|
|
|
</string-array>
|
2011-10-06 03:57:14 +02:00
|
|
|
<string-array name="event_status_values">
|
|
|
|
<!-- You must subtract -1 -->
|
|
|
|
<!--<item>All event</item>//The next version re-add please -->
|
|
|
|
|
|
|
|
<!-- You must subtract 0 -->
|
|
|
|
<item>新規のみ</item>
|
|
|
|
<item>承諾済のみ</item>
|
|
|
|
<item>処理中のみ</item>
|
|
|
|
<item>未承諾のみ</item>
|
|
|
|
</string-array>
|
|
|
|
|
|
|
|
<!-- Please change the code in the function convertMaxTimeOldEventValuesToTimestamp -->
|
|
|
|
<string-array name="max_time_old_event_values">
|
|
|
|
<item>30 分</item>
|
|
|
|
<item>1 時間</item>
|
|
|
|
<item>2 時間</item>
|
|
|
|
<item>3 時間</item>
|
|
|
|
<item>4 時間</item>
|
|
|
|
<item>5 時間</item>
|
|
|
|
<item>8 時間</item>
|
|
|
|
<item>10 時間</item>
|
|
|
|
<item>12 時間</item>
|
|
|
|
<item>1 日</item>
|
|
|
|
<item>2 日</item>
|
|
|
|
<item>3 日</item>
|
|
|
|
<item>4 日</item>
|
|
|
|
<item>5 日</item>
|
|
|
|
<item>1 週間</item>
|
|
|
|
<item>2 週間</item>
|
|
|
|
<item>1 ヵ月</item>
|
|
|
|
</string-array>
|
|
|
|
</resources>
|