From 5d9af268996d502b840608e5f2b3b6ffc68b3c2a Mon Sep 17 00:00:00 2001 From: Herbert von Broeuschmeul Date: Sun, 24 Oct 2010 22:14:32 +0200 Subject: Separate localized string from other values. All localized strings are now in the string.xml files while constants, defaults values and prefrerence keys are in constants.xml --- res/values-fr/strings.xml | 2 ++ res/values/constants.xml | 36 ++++++++++++++++++++++++++++++++++++ res/values/strings.xml | 14 -------------- 3 files changed, 38 insertions(+), 14 deletions(-) create mode 100644 res/values/constants.xml (limited to 'res') diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml index 6cbb744..155ed80 100644 --- a/res/values-fr/strings.xml +++ b/res/values-fr/strings.xml @@ -19,6 +19,8 @@ along with BluetoothGPS4Droid. If not, see : http://www.gnu.org/licenses/. --> + BlueGps + Start/Stop GPS Le GPS Bluetooth est arrêté Le GPS Bluetooth est démarré diff --git a/res/values/constants.xml b/res/values/constants.xml new file mode 100644 index 0000000..bdbf3d9 --- /dev/null +++ b/res/values/constants.xml @@ -0,0 +1,36 @@ + + + + startGps + gpsLocationProviderKey + replaceStdtGps + mockGpsName + connectionRetries + trackRecording + trackFileDirectory + trackFilePrefix + bluetoothDevice + + 0 + /sdcard/nmea + btnmeatrack + bluetooth_gps + diff --git a/res/values/strings.xml b/res/values/strings.xml index 81710f7..c538625 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -20,20 +20,6 @@ --> BlueGps - startGps - gpsLocationProviderKey - replaceStdtGps - mockGpsName - connectionRetries - trackRecording - trackFileDirectory - trackFilePrefix - bluetoothDevice - - 0 - /sdcard/nmea - btnmeatrack - bluetooth_gps Start/Stop GPS Bluetooth GPS is off -- cgit v1.1