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/values-es | |
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/values-es')
-rw-r--r-- | res/values-es/strings.xml | 3 |
1 files changed, 3 insertions, 0 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> |