diff options
author | DelPETER <delphinpeter@gmail.com> | 2013-05-10 12:57:10 +0200 |
---|---|---|
committer | DelPETER <delphinpeter@gmail.com> | 2013-05-27 19:11:50 +0200 |
commit | ac70f9eef19a255e2d57f5ec64fc556e14969157 (patch) | |
tree | 02f91400428df52f41658a2663c08f8a08c8a778 | |
parent | 55ab60ce5c14f229d303ef97c2c163e59bfcd08f (diff) | |
download | device_samsung_i9100-ac70f9eef19a255e2d57f5ec64fc556e14969157.zip device_samsung_i9100-ac70f9eef19a255e2d57f5ec64fc556e14969157.tar.gz device_samsung_i9100-ac70f9eef19a255e2d57f5ec64fc556e14969157.tar.bz2 |
Samsung i9100 : 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
Patch set 2 : correction
Patch set 3 : correction
Patch set 4 : correction
Patch set 5 : ?
Patch set 6 : rebase
Change-Id: Ic096f4ed8f6d6def4a762d85137b7239d52a874b
-rw-r--r-- | DeviceSettings/res/values-fr/arrays.xml | 7 | ||||
-rw-r--r-- | DeviceSettings/res/values-fr/strings.xml | 3 |
2 files changed, 4 insertions, 6 deletions
diff --git a/DeviceSettings/res/values-fr/arrays.xml b/DeviceSettings/res/values-fr/arrays.xml index 84e3f65..89fa725 100644 --- a/DeviceSettings/res/values-fr/arrays.xml +++ b/DeviceSettings/res/values-fr/arrays.xml @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2013 The CyanogenMod Project Licensed under the Apache License, Version 2.0 (the "License"); @@ -13,8 +13,7 @@ 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-array name="mdnie_scenario_entries"> <item>CyanogenMod (Défaut)</item> <item>UI</item> @@ -37,7 +36,7 @@ <item>Inversé</item> </string-array> <string-array name="mdnie_outdoor_entries"> - <item>Désactiver (Défaut)</item> + <item>Désactivé (Défaut)</item> <item>Activer</item> </string-array> <string-array name="panel_gamma_entries"> diff --git a/DeviceSettings/res/values-fr/strings.xml b/DeviceSettings/res/values-fr/strings.xml index f4ad532..38c5e55 100644 --- a/DeviceSettings/res/values-fr/strings.xml +++ b/DeviceSettings/res/values-fr/strings.xml @@ -12,8 +12,7 @@ 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="app_name">Paramètres avancés</string> <string name="category_screen_title">Écran</string> |