diff options
author | DelPETER <delphinpeter@gmail.com> | 2013-05-10 13:05:58 +0200 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2013-05-14 13:11:36 -0700 |
commit | 98bef4efe08ccaf40b8f2acc3deaca819ec6505f (patch) | |
tree | ba1e15cfb2900ced841f186e3218427e08e92175 | |
parent | b6c2792358904419c3c4d165674bb3998ba658e0 (diff) | |
download | device_samsung_p5100-98bef4efe08ccaf40b8f2acc3deaca819ec6505f.zip device_samsung_p5100-98bef4efe08ccaf40b8f2acc3deaca819ec6505f.tar.gz device_samsung_p5100-98bef4efe08ccaf40b8f2acc3deaca819ec6505f.tar.bz2 |
Samsung p5100 : FR translation
Consistent translation of Samsung devices
Show my ohters commits : http://review.cyanogenmod.org/#/q/owner:%22Delphin+PETER%22+status:open+branch:cm-10.1,n,z
Change-Id: I36d3d61d054081151465367809b12dd032270e83
-rw-r--r-- | DeviceSettings/res/values-fr/strings.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/DeviceSettings/res/values-fr/strings.xml b/DeviceSettings/res/values-fr/strings.xml index 3983058..702d1ba 100644 --- a/DeviceSettings/res/values-fr/strings.xml +++ b/DeviceSettings/res/values-fr/strings.xml @@ -1,5 +1,5 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2012 The CyanogenMod Project +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 The CyanogenMod Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -12,11 +12,11 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - --> -<resources> +--> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="app_name">Paramètres avancés</string> <string name="category_dock_title">Station d\'accueil</string> <string name="dockaudio_subcat_title">Audio</string> - <string name="use_dock_audio_title_head">Sortie audio passive</string> - <string name="use_dock_audio_summary_head">Utiliser la sortie audio passive de la station d\'accueil</string> + <string name="use_dock_audio_title_head">Sortie audio</string> + <string name="use_dock_audio_summary_head">Utiliser la sortie audio de la station d\'accueil</string> </resources> |