2012-08-19 Mark Holland <mark@mark-holland.me.uk>
* res/layout/drawable-hdpi: Added help and about icons
from sdk
* res/layout/drawable-ldpi: Added new vector images.
Added help and about icons from sdk.
* res/layout/drawable-mdpi:Added help and about icons
from sdk.
* res/layout/drawable-xhdpi: Added new higher
resolution images. Added help and about icons from sdk
* res/layout/password_choose.xml: UI tweak
* res/layout/password_create.xml: UI tweak
* res/layout/setup.xml: Changed webURL id, moved position
of task spinner.
* res/layout/setupnosim.xml: Changed webURL id, moved
position of task spinner.
* res/layout/status.xml: Removed start, stop, show and
hide xml buttons.
* res/layout/statusnosim.xml: Removed start, stop, show
and hide xml buttons.
* res/layout/welcome.xml: Added splash screen view with
pandroid logo and version 3.0 text.
* res/values/strings.xml: Changed order of strings to be
more structured, removed unused correct_update string,
fixed the "..." in loading string, fixed copyright symbol,
added strings for seconds, runnning and stopped that were
previously hardcoded, fixed apostrophe in don't.
* res/values-de/strings.xml: Added strings for German locale
* res/values-es/strings.xml: Added strings for Spanish locale
* res/values-fr/strings.xml: Added strings for French locale
* res/values-it/strings.xml: Added strings for Italian locale
* res/values-ja/strings.xml: Added strings for Japanese locale
* res/values-pt/strings.xml: Added strings for Portuguese locale
* res/values-zh/strings.xml: Added strings for Chinese(simplified)
locale
* src/pandroid/agent/About.java: Changed URL to pandorafms.com from
.org
* src/pandroid/agent/core.java: Changed mobile url variable,
* src/pandroid/agent/Installation.java: Added comment explaining class.
* src/pandroid/agent/PandroidAgent.java: Added splash screen dialog
* src/pandroid/agent/PandroidAgentListener.java: Added loading toast on
connect, moved contact into an asynctask, added application inventory to
xml(app name;version;package name), fixed battery level to work on first
connect, made all get methods private.
* src/pandroid/agent/setup.java: Auto add http:// to mobile web url.
* src/pandroid/agent/SMSBroadcastReceiver.java: Changed variable name.
* src/pandroid/agent/status.java: swapped hardcoded strings to ones from
res.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6881 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-08-19 08:23:11 +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" > "État"</string>
<string name= "setup_str" > "Paramétrer"</string>
<string name= "app_name" > "Agent Pandroid"</string>
<string name= "interval" > "Fréquence :"</string>
<string name= "update" > "Paramètres de mise à jour"</string>
<string name= "reset" > "Définir par Défaut"</string>
<string name= "serverAddr" > "Adresse du serveur:"</string>
<string name= "serverPort" > "Server Port:"</string>
<string name= "confTitle" > "Configuration de l'agent Pandroid"</string>
<string name= "agent" > "Nom de l'agent:"</string>
<string name= "gpsMode" > "Mode GPS"</string>
<string name= "gpsCurrent" > "Position actuelle (coût de la batterie élevée)"</string>
<string name= "summary" > "Configuration actuelle:"</string>
<string name= "starStop" > "Redém."</string>
<string name= "gpsLast" > "Dernière position connue"</string>
<string name= "loading" > "Chargement ..."</string>
<string name= "last_values" > "Dernières valeurs"</string>
<string name= "latitude" > "Latitude"</string>
<string name= "longitude" > "Longitude"</string>
<string name= "battery_level" > "Niveau de charge de la batterie"</string>
<string name= "orientation" > "Orientation"</string>
<string name= "proximity" > "proximité"</string>
<string name= "incorrect_update" > "Impossible de mettre à jour les options."</string>
<string name= "task" > "Tâche"</string>
<string name= "memory" > "Lecteur"</string>
<string name= "help_label_str" > "aide"</string>
<string name= "about_label_str" > "Sur"</string>
<string name= "licensed_under_gpl_str" > "Sous licence GPL v2"</string>
<string name= "develop_team_str" > "Développeurs: Sergio M. Zarzuelo, Miguel de Dios, Mark Holland"</string>
<string name= "pandroid_agent_str" > "Agent Pandroid"</string>
<string name= "pandroid_agent_copyright" > "Copyright © 2011 Artica"</string>
<string name= "about_desc" > "Logo Agent Pandroid"</string>
<string name= "help_str" > "aide"</string>
<string formatted= "false" name= "memory_avaliable_str" > "Disponible: %iKb Total: %iKb"</string>
<string name= "never_str" > "Jamais."</string>
<string name= "now_str" > "Maintenant."</string>
<string name= "seconds_str" > "secondes"</string>
<string name= "conctact_error_str" > "Contactez erreur"</string>
<string name= "last_contact_str" > "dernier Contact:\n"</string>
<string name= "help_text_str" > "
Agent Pandroid est un Android Pandora FMS agent de Pandora FMS. < p> Pandora FMS est un système de surveillance à usage général. Avec l'agent android vous pouvez obtenir toutes sortes d'informations à partir de votre appareil, l'emplacement gps, combien de batterie est laissée, la mémoire disponible sur l'appareil, suivi si un processus est actif, le temps écoulé depuis l'appareil a été mis sous tension, un signal BONJOUR pour la surveillance des installations de l'application, un inventaire de toutes les applications installées aswell titre d'information pour les téléphones Android avec une carte sim, l'ID de carte SIM, le nombre de SMS envoyés / reçus, le nombre d'appels entrants / manqués / sortant, le réseau l'opérateur et le type, le type de téléphone, le niveau de signal mobile, le nombre d'octets envoyés / reçus sur le réseau mobile. Le code source complet est fourni. < p> Voir plus sur Pandora FMS à < a href=\"http://pandorafms.com\"> http://pandoraFMS.com < / a> < / p>
"</string>
<string name= "start" > "Commence"</string>
<string name= "correct_start" > "Connexion réussie"</string>
<string name= "config_saved" > "Configuration sauvegardée avec succès"</string>
<string name= "contact_stopped_str" > "Agent arrêté"</string>
<string name= "seconds" > "Secondes"</string>
<string name= "running" > "En marche"</string>
<string name= "stopped" > "Arrêté"</string>
<string name= "sim_id" > "Sim ID:"</string>
<string name= "sim_id_value" > ""</string>
<string name= "uptime" > "Dispositif le temps de:"</string>
<string name= "uptime_value" > ""</string>
<string name= "sms_received" > "SMS reçus: "</string>
<string name= "sms_received_value" > ""</string>
<string name= "sms_sent" > "SMS envoyés: "</string>
<string name= "sms_sent_value" > ""</string>
<string name= "network_operator" > "Opérateur de réseau:"</string>
<string name= "network_operator_value" > ""</string>
<string name= "network_type" > "Type de réseau :"</string>
<string name= "network_type_value" > ""</string>
<string name= "phone_type" > "Type de téléphone:"</string>
<string name= "phone_type_value" > ""</string>
<string name= "signal_strength" > "Intensité du signal :"</string>
<string name= "signal_strength_value" > ""</string>
<string name= "incoming_calls" > "Appels entrants:"</string>
<string name= "incoming_calls_value" > ""</string>
<string name= "missed_calls" > "Appels manqués"</string>
<string name= "missed_calls_value" > ""</string>
<string name= "outgoing_calls" > "Appels sortants:"</string>
<string name= "outgoing_calls_value" > ""</string>
<string name= "receive_bytes" > "Octets reçus :"</string>
<string name= "receive_bytes_value" > ""</string>
<string name= "transmit_bytes" > "Octets transmis:"</string>
<string name= "transmit_bytes_value" > ""</string>
<string name= "roaming" > "Itinérance :"</string>
<string name= "roaming_value" > ""</string>
<string name= "alert_dialog_password" > "Saisir votre mot de passe"</string>
<string name= "password_no_match" > "Les mots de passe diffèrent."</string>
<string name= "password_error" > "Erreur."</string>
<string name= "password" > "mot de passe"</string>
<string name= "password_length" > "mot de passe doit être plus long que 6 caractères!"</string>
<string name= "password_incorrect" > "Mot de passe incorrect"</string>
<string name= "password_set" > "Définir mot de passe (laisser vide pour aucun)"</string>
<string name= "password_enter" > "Saisir le mot de passe"</string>
<string name= "password_repeat" > "Répéter mot de passe"</string>
<string name= "password_choose_text" > "Ne vous souhaitez définir un mot de passe?"</string>
<string name= "password_checkbox" > "Ne pas demander à nouveau"</string>
<string name= "password_created" > "Mot de passe créé avec succès"</string>
<string name= "password_removed" > "Aucun mot de passe défini"</string>
<string name= "set_password" > "Créer/Modifier le mot de passe"</string>
<string name= "mobileWebURL" > "URL du serveur Mobile:"</string>
<string name= "go_to_web" > "Voir le site mobile"</string>
<string name= "enter" > "Entrer..."</string>
<string name= "back" > "arrière"</string>
<string name= "yes" > "oui"</string>
<string name= "no" > "no"</string>
<string name= "simIDReport" > "Rapport Sim ID"</string>
<string name= "gpsReport" > "Rapport de données GPS"</string>
<string name= "memoryReport" > "Signaler mémoire disponible"</string>
<string name= "taskReport" > "Tâche de rapport"</string>
<string name= "uptimeReport" > "Signaler appareil le temps"</string>
<string name= "NetworkOperatorReport" > "Signaler opérateur de réseau"</string>
<string name= "NetworkTypeReport" > "Rapport type de réseau"</string>
<string name= "PhoneTypeReport" > "Rapport type de téléphone"</string>
<string name= "SignalStrengthReport" > "Rapport puissance du signal"</string>
<string name= "ReceivedSMSReport" > "Rapport du nombre de SMS reçus"</string>
<string name= "SentSMSReport" > "Indiquer le nombre de SMS envoyés"</string>
<string name= "IncomingCallsReport" > "Rapport numéro des appels entrants"</string>
<string name= "MissedCallsReport" > "Rapport numéro des appels manqués"</string>
<string name= "OutgoingCallsReport" > "Numéro de rapport des appels sortants"</string>
<string name= "BytesReceivedReport" > "Rapport du montant reçu données mobiles"</string>
<string name= "BytesSentReport" > "Rapport du montant envoyé des données mobiles"</string>
<string name= "HelloSignalReport" > "Rapport Signal Bonjour"</string>
<string name= "BatteryLevelReport" > "Signaler niveau de la batterie"</string>
<string name= "RoamingReport" > "Signaler roaming"</string>
2012-08-22 Mark Holland <mark@mark-holland.me.uk>
* AndroidManifest.xml: Changed icon drawable to
ic_launcher
* res/drawable-hdpi: Added notification icon
* res/drawable-ldpi: Added notification icon
* res/drawable-mdpi: Added notification icon
* res/drawable-xhdpi: Added notification icon
* res/layout/setup.xml: Added inventory report checkbox,
notification checkbox and stop/restart listener buttons.
* res/layout/setupnosim.xml: Added inventory report checkbox,
notification checkbox and stop/restart listener buttons.
* res/values/strings.xml: Added strings for notification and
stop/restart buttons, reflected in all locales
* src/pandroid/agent/core.java: Added variables for notification
and inventory report, fixed agentname, mobileurl mixup.
* src/pandroid/agent/PandroidAgent.java: Removed splash screen,
Added check if app launched before and only restarts listener in
this case. Added onPause and onDestroy methods to ensure no settings
loss.
* src/pandroid/agent/PandroidAgentListener.java: Added optional
notification when pandroid alarm is enabled, removed loading toast,
added inventory enabled check, added cancel notification method,
changed xml format to utf-8(untested)
* src/pandroid/agent/setup.java: Fixed mobile url, if no http:// or
https:// then http:// added automatically. Added stop/restart listener
buttons, added inventory report and notification checkbox
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6902 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-08-22 04:57:53 +02:00
<string name= "notification_title" > Pandroid</string>
<string name= "notification_message" > Agent est exécuté</string>
<string name= "ticker_text" > Connexion en cours…</string>
<string name= "stopAgent" > Cesser Agent</string>
<string name= "restartAgent" > Redémarrez l\'Agent</string>
<string name= "notificationCheck" > Afficher la notification lors de l\'exécution?</string>
2012-08-19 Mark Holland <mark@mark-holland.me.uk>
* res/layout/drawable-hdpi: Added help and about icons
from sdk
* res/layout/drawable-ldpi: Added new vector images.
Added help and about icons from sdk.
* res/layout/drawable-mdpi:Added help and about icons
from sdk.
* res/layout/drawable-xhdpi: Added new higher
resolution images. Added help and about icons from sdk
* res/layout/password_choose.xml: UI tweak
* res/layout/password_create.xml: UI tweak
* res/layout/setup.xml: Changed webURL id, moved position
of task spinner.
* res/layout/setupnosim.xml: Changed webURL id, moved
position of task spinner.
* res/layout/status.xml: Removed start, stop, show and
hide xml buttons.
* res/layout/statusnosim.xml: Removed start, stop, show
and hide xml buttons.
* res/layout/welcome.xml: Added splash screen view with
pandroid logo and version 3.0 text.
* res/values/strings.xml: Changed order of strings to be
more structured, removed unused correct_update string,
fixed the "..." in loading string, fixed copyright symbol,
added strings for seconds, runnning and stopped that were
previously hardcoded, fixed apostrophe in don't.
* res/values-de/strings.xml: Added strings for German locale
* res/values-es/strings.xml: Added strings for Spanish locale
* res/values-fr/strings.xml: Added strings for French locale
* res/values-it/strings.xml: Added strings for Italian locale
* res/values-ja/strings.xml: Added strings for Japanese locale
* res/values-pt/strings.xml: Added strings for Portuguese locale
* res/values-zh/strings.xml: Added strings for Chinese(simplified)
locale
* src/pandroid/agent/About.java: Changed URL to pandorafms.com from
.org
* src/pandroid/agent/core.java: Changed mobile url variable,
* src/pandroid/agent/Installation.java: Added comment explaining class.
* src/pandroid/agent/PandroidAgent.java: Added splash screen dialog
* src/pandroid/agent/PandroidAgentListener.java: Added loading toast on
connect, moved contact into an asynctask, added application inventory to
xml(app name;version;package name), fixed battery level to work on first
connect, made all get methods private.
* src/pandroid/agent/setup.java: Auto add http:// to mobile web url.
* src/pandroid/agent/SMSBroadcastReceiver.java: Changed variable name.
* src/pandroid/agent/status.java: swapped hardcoded strings to ones from
res.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6881 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-08-19 08:23:11 +02:00
</resources>