diff options
-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>
|