diff options
author | DelPETER <delphinpeter@gmail.com> | 2013-05-10 12:53:51 +0200 |
---|---|---|
committer | Marco Brohet <therbom@gmail.com> | 2013-05-21 09:18:45 -0700 |
commit | 0fc7122284dcf8d682829873d8f18cc8a88c6d91 (patch) | |
tree | ad5f48166e7a6482dc4a006a598027202dac1e4d | |
parent | dc3d7a70bb4280debeb12b71b02205cb8882261b (diff) | |
download | device_samsung_crespo-0fc7122284dcf8d682829873d8f18cc8a88c6d91.zip device_samsung_crespo-0fc7122284dcf8d682829873d8f18cc8a88c6d91.tar.gz device_samsung_crespo-0fc7122284dcf8d682829873d8f18cc8a88c6d91.tar.bz2 |
Samsung Crespo : 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
PS4: Trigger Cid
Change-Id: I779ee49f2b2519b359e4c0501b90a5abdec5b4dd
-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> |