pandorafms/pandora_agents/android/res/values-en/strings.xml

114 lines
5.8 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2012-07-09 Mark Holland <mark@mark-holland.me.uk> * AndroidManifest.xml: Added Pandora FMS comment to header. * res/layout/About.xml: Swapped hardcoded text for strings. * res/layout/help.xml: Added scrollview. * res/layout/password_choose.xml: View for dialog when choosing whether to have a password. * res/layout/password_create.xml: Added textviews with instructions. * res/layout/password_entry.xml: Swapped hardcoded text for strings. * res/layout/setup.xml: Added checkboxes for all modules. * res/layout/setupnosim.xml: View that only shows checkboxes for modules that don't need a sim card present. * res/values/strings.xml: Updated help string (english only). Lots of new strings, also added to strings-en and strings-es. * src/pandroid/agent/About.java: Added Pandora FMS comment to header. * src/pandroid/agent/core.java: Added Pandora FMS comment to header. Added variable for hello signal. Added reporting variables for all modules. Changed alarm to be accessed in a static way. changed agent identifier from pandroid plus simID to pandroid plus install uid. * src/pandroid/agent/Help.java: Added Pandora FMS comment to header. * src/pandroid/agent/Installation.java: Calculates a unique installation uid. * src/pandroid/agent/PandroidAgent.java: hasSim now works whether phone without sim and also tablet without capability for sim card. On resume sets hello signal to 1. * src/pandroid/agent/PandroidAgentListener.java: Removed unnecessary variables, all defaults come from Core.java. Ensure Hello signal changed to 0 after every connection. Variables for all module reporting, data only added to xml if enabled in setup. * src/pandroid/agent/setup.java: Added Pandora FMS comment to header. Different views loaded depending on whether sim card is present. Added button for changing password. Added checkboxes for all modules. Added dialog for choosing whether to set a password. Added minimum password length and empty to remove password. Keyboard dismissed upon completing dialogs. * src/pandroid/agent/SMSBroadcastReceiver.java: Added Pandora FMS comment to header. * src/pandroid/agent/status.java: Added Pandora FMS comment to header. Remove incorrect toast message when pressing start button. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6755 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-07-09 10:35:48 +02:00
<!--
// 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 name="const_string_preferences">PANDROID_DATA</string>
<string name="status_str">Status</string>
<string name="setup_str">Setup</string>
<string name="app_name">Pandroid Agent</string>
<string name="interval">Interval:</string>
<string name="update">Update configuration.</string>
<string name="reset">Set default</string>
<string name="serverAddr">Server Address:</string>
<string name="serverPort">Server Port:</string>
<string name="confTitle">Pandroid Agent Configuration</string>
<string name="agent">Agent name:</string>
<string name="gpsReport">Report GPS data</string>
<string name="memoryReport">Report available memory</string>
<string name="taskReport">Report task</string>
<string name="gpsMode">GPS Mode</string>
<string name="gpsCurrent">Current position (high battery cost)</string>
<string name="summary">Current configuration:</string>
<string name="starStop">Restart</string>
<string name="gpsLast">Last known position</string>
<string name="loading">Loading...</string>
<string name="process">Process</string>
<string name="last_values">Last values</string>
<string name="latitude">Latitude</string>
<string name="longitude">Longitude</string>
<string name="battery_level">Battery Level</string>
<string name="orientation">Orientation</string>
<string name="proximity">Proximity</string>
<string name="incorrect_update">Unsucessful update options.</string>
<string name="correct_update">sucessfully updated configuration.</string>
<string name="task">Task</string>
<string name="memory">Memory</string>
<string name="help_label_str">Help</string>
<string name="about_label_str">About</string>
<string name="licensed_under_gpl_str">Licensed under GPL v2</string>
<string name="develop_team_str">Developer: Sergio M. Zarzuelo, Miguel de Dios</string>
<string name="pandroid_agent_str">Pandroid Agent</string>
<string name="help_str">Help</string>
<string name="memory_avaliable_str" formatted="false">Avaliable: &#37;iKb Total: &#37;iKb</string>
<string name="never_str">Never.</string>
<string name="now_str">Now.</string>
<string name="seconds_str">seconds ago.</string>
<string name="conctact_error_str">Contact error</string>
<string name="last_contact_str">Last Contact:\n</string>
<string name="help_text_str">
Pandroid Agent is an Android Pandora FMS agent for Pandora FMS. &lt;p&gt;
2012-07-09 Mark Holland <mark@mark-holland.me.uk> * AndroidManifest.xml: Added Pandora FMS comment to header. * res/layout/About.xml: Swapped hardcoded text for strings. * res/layout/help.xml: Added scrollview. * res/layout/password_choose.xml: View for dialog when choosing whether to have a password. * res/layout/password_create.xml: Added textviews with instructions. * res/layout/password_entry.xml: Swapped hardcoded text for strings. * res/layout/setup.xml: Added checkboxes for all modules. * res/layout/setupnosim.xml: View that only shows checkboxes for modules that don't need a sim card present. * res/values/strings.xml: Updated help string (english only). Lots of new strings, also added to strings-en and strings-es. * src/pandroid/agent/About.java: Added Pandora FMS comment to header. * src/pandroid/agent/core.java: Added Pandora FMS comment to header. Added variable for hello signal. Added reporting variables for all modules. Changed alarm to be accessed in a static way. changed agent identifier from pandroid plus simID to pandroid plus install uid. * src/pandroid/agent/Help.java: Added Pandora FMS comment to header. * src/pandroid/agent/Installation.java: Calculates a unique installation uid. * src/pandroid/agent/PandroidAgent.java: hasSim now works whether phone without sim and also tablet without capability for sim card. On resume sets hello signal to 1. * src/pandroid/agent/PandroidAgentListener.java: Removed unnecessary variables, all defaults come from Core.java. Ensure Hello signal changed to 0 after every connection. Variables for all module reporting, data only added to xml if enabled in setup. * src/pandroid/agent/setup.java: Added Pandora FMS comment to header. Different views loaded depending on whether sim card is present. Added button for changing password. Added checkboxes for all modules. Added dialog for choosing whether to set a password. Added minimum password length and empty to remove password. Keyboard dismissed upon completing dialogs. * src/pandroid/agent/SMSBroadcastReceiver.java: Added Pandora FMS comment to header. * src/pandroid/agent/status.java: Added Pandora FMS comment to header. Remove incorrect toast message when pressing start button. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6755 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-07-09 10:35:48 +02:00
Pandora FMS is a general purpose monitoring system. With the android agent you can get all sorts of information from your device,
the gps location, how much battery is left, available memory on the device, monitoring if a process is acvtive, the time since the device was turned on, a HELLO signal for monitoring installations of the app
aswell as information for android phones with a sim card; the sim card ID, the number of SMS sent/received, the number of calls
incoming/missed/outgoing, the network operator and type, the phone type, the mobile signal strength, the number of bytes sent/received
over the mobile network. Complete source code is provided.&lt;p&gt;See more about Pandora FMS at &lt;a href=&quot;http://pandorafms.org&quot;&gt;http://pandorafms.org&lt;/a&gt;&lt;/p&gt;
</string>
<string name="start">Start</string>
<string name="correct_start">Connection successful</string>
<string name="contact_stopped_str">Agent Stopped</string>
<string name="sim_id">Sim ID:</string>
<string name="sim_id_value"/>
<string name="loading_str">Loading...</string>
<string name="uptime">Device up time:</string>
<string name="uptime_value"/>
<string name="sms_received">Received SMS: </string>
<string name="sms_received_value"/>
<string name="sms_sent">Sent SMS: </string>
<string name="sms_sent_value"/>
<string name="network_operator">Network operator:</string>
<string name="network_operator_value"/>
<string name="simIDReport">Report Sim ID</string>
<string name="network_type">Network type:</string>
<string name="network_type_value"/>
<string name="phone_type">Phone type:</string>
<string name="phone_type_value"/>
<string name="signal_strength">Signal strength:</string>
<string name="signal_strength_value"/>
<string name="incoming_Calls">Incoming calls:</string>
<string name="incoming_Calls_value"/>
<string name="missed_Calls">Missed calls:</string>
<string name="missed_Calls_value"/>
<string name="outgoing_Calls">outgoing calls:</string>
<string name="outgoing_Calls_value"/>
<string name="receive_bytes">Bytes received:</string>
<string name="receive_bytes_value"/>
<string name="transmit_bytes">Bytes transmitted:</string>
<string name="transmit_bytes_value"/>
2012-07-09 Mark Holland <mark@mark-holland.me.uk> * AndroidManifest.xml: Added Pandora FMS comment to header. * res/layout/About.xml: Swapped hardcoded text for strings. * res/layout/help.xml: Added scrollview. * res/layout/password_choose.xml: View for dialog when choosing whether to have a password. * res/layout/password_create.xml: Added textviews with instructions. * res/layout/password_entry.xml: Swapped hardcoded text for strings. * res/layout/setup.xml: Added checkboxes for all modules. * res/layout/setupnosim.xml: View that only shows checkboxes for modules that don't need a sim card present. * res/values/strings.xml: Updated help string (english only). Lots of new strings, also added to strings-en and strings-es. * src/pandroid/agent/About.java: Added Pandora FMS comment to header. * src/pandroid/agent/core.java: Added Pandora FMS comment to header. Added variable for hello signal. Added reporting variables for all modules. Changed alarm to be accessed in a static way. changed agent identifier from pandroid plus simID to pandroid plus install uid. * src/pandroid/agent/Help.java: Added Pandora FMS comment to header. * src/pandroid/agent/Installation.java: Calculates a unique installation uid. * src/pandroid/agent/PandroidAgent.java: hasSim now works whether phone without sim and also tablet without capability for sim card. On resume sets hello signal to 1. * src/pandroid/agent/PandroidAgentListener.java: Removed unnecessary variables, all defaults come from Core.java. Ensure Hello signal changed to 0 after every connection. Variables for all module reporting, data only added to xml if enabled in setup. * src/pandroid/agent/setup.java: Added Pandora FMS comment to header. Different views loaded depending on whether sim card is present. Added button for changing password. Added checkboxes for all modules. Added dialog for choosing whether to set a password. Added minimum password length and empty to remove password. Keyboard dismissed upon completing dialogs. * src/pandroid/agent/SMSBroadcastReceiver.java: Added Pandora FMS comment to header. * src/pandroid/agent/status.java: Added Pandora FMS comment to header. Remove incorrect toast message when pressing start button. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6755 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-07-09 10:35:48 +02:00
<string name="alert_dialog_password">Enter password</string>
<string name="password_no_match">Passwords do not match!</string>
<string name="password_error">error</string>
<string name="password">password</string>
<string name="password_length">password must be longer than 6 characters!</string>
<string name="password_incorrect">Wrong password!</string>
<string name="roaming">Roaming:</string>
<string name="roaming_value"/>
<string name="RoamingReport">Report if Roaming</string>
<string name="webname">Mobile server url:</string>
<string name="go_to_web">View Mobile site</string>
</resources>