diff options
author | Herbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com> | 2011-05-16 22:10:45 +0200 |
---|---|---|
committer | Herbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com> | 2011-05-16 22:10:45 +0200 |
commit | 23c103618e49a8a5dabe04b8f252cc67017fc8c3 (patch) | |
tree | d6643d576aa1740bbb4093dacd07f60c2878cd11 | |
parent | ff3995e3798a29c303dbb9cb0e654242c303b99f (diff) | |
download | BlueGPS-23c103618e49a8a5dabe04b8f252cc67017fc8c3.zip BlueGPS-23c103618e49a8a5dabe04b8f252cc67017fc8c3.tar.gz BlueGPS-23c103618e49a8a5dabe04b8f252cc67017fc8c3.tar.bz2 |
french translation for the bluetooth credit text in the about file
-rw-r--r-- | res/values-fr/strings.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml index eb1025d..30f3b5c 100644 --- a/res/values-fr/strings.xml +++ b/res/values-fr/strings.xml @@ -123,4 +123,10 @@ <string name="about_sources">Le code source est librement téléchargeable à partir du dépot Git sur le site web du projet :
http://sourceforge.net/p/bluegps4droid
</string>
+ <string name="about_bluetooth_license">Le support du Bluetooth est fournit par le projet <i>backport-android-bluetooth</i>
+ qui le diffuse sous les termes de la <a href="http://www.apache.org/licenses/LICENSE-2.0"><b>Licence Apache, Version 2.0</b></a>.
+ </string>
+ <string name="about_bluetooth_sources">Le code source du portage <i>backport-android-bluetooth</i> est téléchargeable à l\'adresse suivante :
+ http://code.google.com/p/backport-android-bluetooth
+ </string>
</resources>
|