2011-09-16 13:19:54 +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>Todos</item>
|
|
|
|
<item>Mantenimiento</item>
|
|
|
|
<item>Información</item>
|
|
|
|
<item>Normal</item>
|
|
|
|
<item>Alerta</item>
|
|
|
|
<item>Critico</item>
|
|
|
|
</string-array>
|
2011-09-22 Miguel de Dios <miguel.dedios@artica.es>
* AndroidManifest.xml: added the lines for the service and broadcastreciver.
*src/pandroid_event_viewer/pandorafms/PandroidEventviewerActivity.java,
src/pandroid_event_viewer/pandorafms/AlarmReceiver.java,
src/pandroid_event_viewer/pandorafms/Main.java,
src/pandroid_event_viewer/pandorafms/PandroidEventviewerService.java,
src/pandroid_event_viewer/pandorafms/Options.java,
src/pandroid_event_viewer/pandorafms/EventList.java: wip, added the first
version of service to scan in background the event and other fixes and
devs.
* res/values/arrays.xml, res/values/strings.xml, res/values-en/arrays.xml,
res/values-en/strings.xml, res/values-es/arrays.xml,
res/values-es/strings.xml, res/layout/options.xml: added more const.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4987 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-22 23:31:45 +02:00
|
|
|
|
|
|
|
<!-- Please change the code in the function convertRefreshTimeKeyToTime -->
|
|
|
|
<string-array name="refresh_combo">
|
|
|
|
<item>30 segundos</item>
|
|
|
|
<item>1 minuto</item>
|
|
|
|
<item>5 minutos</item>
|
|
|
|
<item>10 minutos</item>
|
|
|
|
<item>15 minutos</item>
|
|
|
|
<item>30 minutos</item>
|
|
|
|
<item>45 minutos</item>
|
|
|
|
<item>1 hora</item>
|
|
|
|
<item>1 hora y 30 minutos</item>
|
|
|
|
<item>2 horas</item>
|
|
|
|
<item>3 horas</item>
|
|
|
|
<item>4 horas</item>
|
|
|
|
<item>6 horas</item>
|
|
|
|
<item>8 horas</item>
|
|
|
|
<item>10 horas</item>
|
|
|
|
<item>12 horas</item>
|
|
|
|
<item>24 horas</item>
|
|
|
|
<item>36 horas</item>
|
|
|
|
<item>48 horas</item>
|
|
|
|
</string-array>
|
2011-09-27 Miguel de Dios <miguel.dedios@artica.es>
* AndroidManifest.xml: change for avoid the crash when rotate mobile.
* src/pandroid_event_viewer/pandorafms/PopupValidationEvent.java,
src/pandroid_event_viewer/pandorafms/AlarmReceiver.java,
src/pandroid_event_viewer/pandorafms/PandroidEventviewerActivity.java,
src/pandroid_event_viewer/pandorafms/Main.java,
src/pandroid_event_viewer/pandorafms/PandroidEventviewerService.java,
src/pandroid_event_viewer/pandorafms/Core.java,
src/pandroid_event_viewer/pandorafms/EventList.java: wip and fixes, now it
is the first version funcionality of Pandora Event Viewer....I hope.
* res/values/arrays.xml, res/values/strings.xml, res/values-en/arrays.xml,
res/values-en/strings.xml, res/values-es/arrays.xml,
res/values-es/strings.xml: added more strings and array values.
* res/layout/main.xml, res/layout/item_list_event_extended.xml,
res/layout/popup_validation_event.xml: change and added layouts.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5015 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-27 18:50:19 +02:00
|
|
|
|
|
|
|
<string-array name="event_status_values">
|
|
|
|
<!-- You must subtract -1 -->
|
2011-10-05 14:08:33 +02:00
|
|
|
<!--<item>Todo los eventos</item> //The next version re-add please -->
|
|
|
|
|
2011-10-05 14:43:50 +02:00
|
|
|
<!-- You must subtract 0 -->
|
2011-09-27 Miguel de Dios <miguel.dedios@artica.es>
* AndroidManifest.xml: change for avoid the crash when rotate mobile.
* src/pandroid_event_viewer/pandorafms/PopupValidationEvent.java,
src/pandroid_event_viewer/pandorafms/AlarmReceiver.java,
src/pandroid_event_viewer/pandorafms/PandroidEventviewerActivity.java,
src/pandroid_event_viewer/pandorafms/Main.java,
src/pandroid_event_viewer/pandorafms/PandroidEventviewerService.java,
src/pandroid_event_viewer/pandorafms/Core.java,
src/pandroid_event_viewer/pandorafms/EventList.java: wip and fixes, now it
is the first version funcionality of Pandora Event Viewer....I hope.
* res/values/arrays.xml, res/values/strings.xml, res/values-en/arrays.xml,
res/values-en/strings.xml, res/values-es/arrays.xml,
res/values-es/strings.xml: added more strings and array values.
* res/layout/main.xml, res/layout/item_list_event_extended.xml,
res/layout/popup_validation_event.xml: change and added layouts.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5015 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-27 18:50:19 +02:00
|
|
|
<item>Solo los nuevos</item>
|
|
|
|
<item>Solo los validados</item>
|
|
|
|
<item>Solo los en proceso</item>
|
|
|
|
<item>Solo los no validados</item>
|
|
|
|
</string-array>
|
|
|
|
|
|
|
|
<!-- Please change the code in the function convertMaxTimeOldEventValuesToTimestamp -->
|
|
|
|
<string-array name="max_time_old_event_values">
|
|
|
|
<item>30 minutos</item>
|
|
|
|
<item>1 hora</item>
|
|
|
|
<item>2 horas</item>
|
|
|
|
<item>3 horas</item>
|
|
|
|
<item>4 horas</item>
|
|
|
|
<item>5 horas</item>
|
|
|
|
<item>8 horas</item>
|
|
|
|
<item>10 horas</item>
|
|
|
|
<item>12 horas</item>
|
|
|
|
<item>1 día</item>
|
|
|
|
<item>2 días</item>
|
|
|
|
<item>3 días</item>
|
|
|
|
<item>4 días</item>
|
|
|
|
<item>5 días</item>
|
|
|
|
<item>1 semana</item>
|
|
|
|
<item>2 semanas</item>
|
|
|
|
<item>1 mes</item>
|
|
|
|
</string-array>
|
2011-09-16 13:19:54 +02:00
|
|
|
</resources>
|