diff options
-rw-r--r-- | CrespoParts/res/values-fr/arrays.xml | 11 | ||||
-rw-r--r-- | CrespoParts/res/values-fr/strings.xml | 11 |
2 files changed, 10 insertions, 12 deletions
diff --git a/CrespoParts/res/values-fr/arrays.xml b/CrespoParts/res/values-fr/arrays.xml index b6e726a..053fca0 100644 --- a/CrespoParts/res/values-fr/arrays.xml +++ b/CrespoParts/res/values-fr/arrays.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Copyright (C) 2012-2013 The CyanogenMod Project +<!-- 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,9 +12,8 @@ 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-array name="backlight_timeout_entries"> <item>2 secondes</item> <item>5 secondes (Défaut)</item> @@ -22,7 +21,7 @@ <item>15 secondes</item> <item>20 secondes</item> <item>30 secondes</item> - <item>Jamais</item> + <item>Désactivé</item> </string-array> <string-array name="blink_timeout_entries"> <item>1 minute</item> @@ -31,7 +30,7 @@ <item>10 minutes</item> <item>15 minutes</item> <item>30 minutes</item> - <item>Jamais</item> + <item>Désactivé</item> </string-array> <string-array name="hspa_entries"> <item>UMTS seulement</item> diff --git a/CrespoParts/res/values-fr/strings.xml b/CrespoParts/res/values-fr/strings.xml index 2842fdc..f1ee150 100644 --- a/CrespoParts/res/values-fr/strings.xml +++ b/CrespoParts/res/values-fr/strings.xml @@ -1,5 +1,5 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- Copyright (C) 2013 The CyanogenMod Project +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2012-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,9 +12,8 @@ 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="general_title">Général</string> <string name="display_title">Écran</string> @@ -50,7 +49,7 @@ <string name="credits_presets">Crédits: ale.landra91 cpaixao provolinoo</string> <string name="category_touchkey_title">Touches tactiles</string> <string name="touchkey_notification_title_head">Notification par rétroéclairage</string> - <string name="touchkey_notification_summary_head">Activer le rétroéclairage des touches lorsqu\'il y a une notification</string> + <string name="touchkey_notification_summary_head">Activer le rétroéclairage des touches tactiles lors de la réception d\'une notification</string> <string name="category_radio_title">Radio</string> <string name="hspa_title_head">HSPA</string> <string name="hspa_summary_head">Activer HSDPA/HSUPA</string> |