diff options
-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> |