aboutsummaryrefslogtreecommitdiffstats
path: root/res/values-fr
diff options
context:
space:
mode:
authorHerbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com>2010-10-28 01:30:00 +0200
committerHerbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com>2010-10-28 01:30:00 +0200
commit0dd6c90ef7fecb75723593eee91117f00359ca41 (patch)
tree577389a05f0a797c96d7b21fcee578551d9f949c /res/values-fr
parent04001207adcf5575c813797d9897e5dd2a672938 (diff)
downloadBlueGPS-0dd6c90ef7fecb75723593eee91117f00359ca41.zip
BlueGPS-0dd6c90ef7fecb75723593eee91117f00359ca41.tar.gz
BlueGPS-0dd6c90ef7fecb75723593eee91117f00359ca41.tar.bz2
Add preferences to enable/disable GGA and RMC NMEA sentences
Add preferences to enable/disable GGA and RMC NMEA sentences. Actually by default theses two preferences are enabled and cannot be disable: we need them to generate the GPS fixes
Diffstat (limited to 'res/values-fr')
-rw-r--r--res/values-fr/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml
index c13a079..0e3f14b 100644
--- a/res/values-fr/strings.xml
+++ b/res/values-fr/strings.xml
@@ -50,6 +50,12 @@
<string name="pref_sirf_gps_summary_on">"Utiliser les paramètres SiRF"</string>
<string name="pref_sirf_nmea_category_title">Choix des trames NMEA</string>
<string name="pref_sirf_gps_category_title">Fonctionnement du GPS</string>
+ <string name="pref_enable_gga_title">Activation NMEA GGA</string>
+ <string name="pref_enable_gga_summary_off">NMEA GGA désactivé</string>
+ <string name="pref_enable_gga_summary_on">NMEA GGA activé</string>
+ <string name="pref_enable_rmc_title">Activation NMEA RMC</string>
+ <string name="pref_enable_rmc_summary_off">NMEA RMC désactivé</string>
+ <string name="pref_enable_rmc_summary_on">NMEA RMC activé</string>
<string name="pref_enable_gll_title">Activation NMEA GLL</string>
<string name="pref_enable_gll_summary_off">NMEA GLL désactivé</string>
<string name="pref_enable_gll_summary_on">NMEA GLL activé</string>