diff options
author | Herbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com> | 2011-05-04 21:40:58 +0200 |
---|---|---|
committer | Herbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com> | 2011-05-05 20:32:02 +0200 |
commit | 5a86503010be2ba52641f7da6245ea879a97139b (patch) | |
tree | 749ba1d2948964294bccb1745e43046e93d1ef0c /res | |
parent | 22aecf56439e4d60e83f4718a3fb3ec80ed3e4df (diff) | |
download | BlueGPS-5a86503010be2ba52641f7da6245ea879a97139b.zip BlueGPS-5a86503010be2ba52641f7da6245ea879a97139b.tar.gz BlueGPS-5a86503010be2ba52641f7da6245ea879a97139b.tar.bz2 |
add translation for the new preference (force activation of mock provider)
Diffstat (limited to 'res')
-rw-r--r-- | res/values-es/strings.xml | 3 | ||||
-rw-r--r-- | res/values-fr/strings.xml | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/res/values-es/strings.xml b/res/values-es/strings.xml index a948b3a..734cf08 100644 --- a/res/values-es/strings.xml +++ b/res/values-es/strings.xml @@ -33,6 +33,9 @@ <string name="pref_replace_std_gps_title">Reemplazar el GPS interno</string> <string name="pref_replace_std_gps_summary_on">El GPS Bluetooth remplazará al GPS interno</string> <string name="pref_replace_std_gps_summary_off">El GPS interno queda disponible</string> + <string name="pref_force_enable_provider_title">Forzar el uso del GPS</string> + <string name="pref_force_enable_provider_summary_on">Auto-activación de la fuente de ubicación, aunque se ha desactivado</string> + <string name="pref_force_enable_provider_summary_off">Auto-activación de la fuente de ubicación, sólo si aún no existe</string> <string name="pref_mock_gps_name_title">Nombre de la fuente de ubicación</string> <string name="pref_mock_gps_name_summary">Nombre del GPS Bluetooth : %s</string> <string name="pref_connection_retries_title">Número de conexiones</string> diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml index 9e55321..eb1025d 100644 --- a/res/values-fr/strings.xml +++ b/res/values-fr/strings.xml @@ -30,9 +30,9 @@ <string name="pref_replace_std_gps_title">Remplacer le GPS interne</string>
<string name="pref_replace_std_gps_summary_on">Le GPS Bluetooth remplacera le GPS interne</string>
<string name="pref_replace_std_gps_summary_off">Un nouveau location provider sera utilisé</string>
- <string name="pref_force_enable_provider_title">Forcer l\'activation du location provider</string>
+ <string name="pref_force_enable_provider_title">Forcer l\'activation du GPS</string>
<string name="pref_force_enable_provider_summary_on">Auto-activation du provider, même si l\'utilisateur l\'a desactivé</string>
- <string name="pref_force_enable_provider_summary_off">Auto-activation du provider, uniquement s\'il n\'existe pas déjà.</string>
+ <string name="pref_force_enable_provider_summary_off">Auto-activation du provider, uniquement s\'il n\'existe pas déjà</string>
<string name="pref_mock_gps_name_title">Nom du location provider</string>
<string name="pref_mock_gps_name_summary">Nom du GPS Bluetooth : %s</string>
<string name="pref_connection_retries_title">Nombre de connexions</string>
|