diff options
author | DelPETER <delphinpeter@gmail.com> | 2013-04-13 21:21:48 +0200 |
---|---|---|
committer | DelPETER <delphinpeter@gmail.com> | 2013-04-15 19:07:21 +0200 |
commit | 82aef85ddfadbbabc0a1cda2de57da4d02cdd275 (patch) | |
tree | 675fc9a162873a2c04f51e1750b7122ce82764b1 | |
parent | 247951354a8600e039afdf10499ecafc7133d399 (diff) | |
download | device_samsung_n7000-82aef85ddfadbbabc0a1cda2de57da4d02cdd275.zip device_samsung_n7000-82aef85ddfadbbabc0a1cda2de57da4d02cdd275.tar.gz device_samsung_n7000-82aef85ddfadbbabc0a1cda2de57da4d02cdd275.tar.bz2 |
n7000 : Fr translation
Patch set 2 : standardize "Advanced settings"
Patch set 3 : correction
Change-Id: I2444818b8154a67d37c46ec9fd534e089176f9af
-rw-r--r-- | DeviceSettings/res/values-fr/arrays.xml | 40 | ||||
-rw-r--r-- | DeviceSettings/res/values-fr/strings.xml | 32 |
2 files changed, 43 insertions, 29 deletions
diff --git a/DeviceSettings/res/values-fr/arrays.xml b/DeviceSettings/res/values-fr/arrays.xml index 6b3c98d..c545c7c 100644 --- a/DeviceSettings/res/values-fr/arrays.xml +++ b/DeviceSettings/res/values-fr/arrays.xml @@ -1,5 +1,20 @@ -<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> +<?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. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + 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> <string-array name="mdnie_scenario_entries"> <item>Caméra (Défaut)</item> <item>Vidéo</item> @@ -10,29 +25,24 @@ <item>Galerie</item> <item>VT</item> </string-array> - <string-array name="mdnie_mode_entries"> <item>Standard (Défaut)</item> <item>Dynamique</item> <item>Naturel</item> <item>Vidéo</item> </string-array> - <string-array name="mdnie_negative_entries"> <item>Normal</item> <item>Inversé</item> </string-array> - <string-array name="mdnie_outdoor_entries"> <item>Désactivé (Défaut)</item> <item>Activé</item> </string-array> - <string-array name="panel_gamma_entries"> <item>2.2 (Défaut)</item> <item>1.9</item> </string-array> - <string-array name="touchscreen_sensitivity_entries"> <item>10</item> <item>20</item> @@ -41,7 +51,6 @@ <item>70</item> <item>100</item> </string-array> - <string-array name="vibrator_intensity_entries"> <item>0%</item> <item>25%</item> @@ -49,21 +58,18 @@ <item>75%</item> <item>100%</item> </string-array> - <string-array name="hspa_entries"> <item>UMTS seulement</item> <item>HSDPA seulement</item> <item>HSDPA + HSUPA</item> </string-array> - <string-array name="touchkey_timeout_entries"> - <item>Jamais</item> - <item>1 seconde</item> - <item>2 secondes</item> - <item>3 secondes (Défaut)</item> - <item>4 secondes</item> - <item>5 secondes</item> - <item>6 secondes</item> + <item>Jamais</item> + <item>1 seconde</item> + <item>2 secondes</item> + <item>3 secondes (Défaut)</item> + <item>4 secondes</item> + <item>5 secondes</item> + <item>6 secondes</item> </string-array> - </resources> diff --git a/DeviceSettings/res/values-fr/strings.xml b/DeviceSettings/res/values-fr/strings.xml index e054c4c..c7aeb32 100644 --- a/DeviceSettings/res/values-fr/strings.xml +++ b/DeviceSettings/res/values-fr/strings.xml @@ -1,7 +1,21 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="app_name">Paramètres Galaxy Note</string> +<?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. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + 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> + <string name="app_name">Paramètres avancés</string> <string name="category_screen_title">Écran</string> <string name="screen_colors_title">Couleurs</string> <string name="mdnie_scenario_title_head">Scénario</string> @@ -14,35 +28,29 @@ <string name="mdnie_outdoor_summary_head">Activer/désactiver le mode extérieur</string> <string name="panel_gamma_title_head">Gamma écran</string> <string name="panel_gamma_summary_head">Définir la valeur de gamma de l\'écran</string> - <string name="touchscreen_subcat_title">Tactile</string> <string name="touchscreen_sensitivity_title_head">Sensibilité</string> <string name="touchscreen_sensitivity_summary_head">Définir la sensibilité du toucher</string> - <string name="touchkey_subcat_title">Touches tactiles</string> <string name="touchkey_light_title_head">Activer l\'éclairage</string> - <string name="touchkey_light_summary_head">Illuminer les touches tactiles quand l\'écran est activé.</string> + <string name="touchkey_light_summary_head">Illuminer les touches tactiles quand l\'écran est activé</string> <string name="touchkey_timeout_title_head">Temps avant extinction</string> <string name="touchkey_timeout_summary_head">Définir le délai avant l\'extinction des touches</string> - <string name="category_sensors_title">Capteurs</string> <string name="accelerometer_subcat_title">Accéléromètre</string> <string name="use_accelerometer_calibration_title_head">Utiliser les données de calibrage</string> - <string name="use_accelerometer_calibration_summary_head">Utiliser les données de calibrage de l\'accéléromètre. Faire un calibrage après avoir coché cette option !</string> + <string name="use_accelerometer_calibration_summary_head">Utiliser les données de calibrage de l\'accéléromètre. Faire un calibrage après avoir coché cette option\u00A0!</string> <string name="calibrate_accelerometer_title_head">Calibrer</string> <string name="calibrate_accelerometer_summary_head">Mettez votre téléphone sur une surface plane et appuyez ici pour calibrer</string> <string name="accelerometer_dialog_head">Calibrage terminé</string> <string name="accelerometer_dialog_message">Le capteur a été correctement calibré.</string> - - <string name="category_haptic_title">Haptic</string> + <string name="category_haptic_title">Haptique</string> <string name="vibrator_subcat_title">Vibreur</string> <string name="vibrator_intensity_title_head">Intensité du vibreur</string> <string name="vibrator_intensity_summary_head">Définir l\'intensité du vibreur</string> - <string name="category_radio_title">Radio</string> <string name="hspa_title_head">HSPA</string> <string name="hspa_summary_head">Activer HSDPA/HSUPA</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> |