diff options
Diffstat (limited to 'DeviceSettings/res/values-fr/strings.xml')
-rw-r--r-- | DeviceSettings/res/values-fr/strings.xml | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/DeviceSettings/res/values-fr/strings.xml b/DeviceSettings/res/values-fr/strings.xml new file mode 100644 index 0000000..9b500ab --- /dev/null +++ b/DeviceSettings/res/values-fr/strings.xml @@ -0,0 +1,47 @@ +<?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_dock_title">Station d\'accueil</string> + <string name="dockaudio_subcat_title">Sortie audio</string> + <string name="use_dock_audio_title_head">Sortie audio passive</string> + <string name="use_dock_audio_summary_head">Utiliser la sortie audio passive de la station d\'accueil</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_screen_title">Écran</string> + <string name="mdnie_subcat_title">Couleurs</string> + <string name="mdnie_scenario_title_head">Scénario</string> + <string name="mdnie_scenario_summary_head">Définir le scénario mDNIe</string> + <string name="mdnie_mode_title_head">Mode</string> + <string name="mdnie_mode_summary_head">Définir le mode mDNIe</string> + <string name="mdnie_negative_title_head">Mode négatif</string> + <string name="mdnie_negative_summary_head">Activer/désactiver les couleurs inversées</string> + <string name="led_subcat_title">LED de notification</string> + <string name="led_fade_title_head">LED progressive</string> + <string name="led_fade_summary_head">Activé l\éclairage progressif à la place du clignotement</string> + <string name="touchkey_subcat_title">Tactile</string> + <string name="touchkey_light_title_head">Activer l\'éclairage</string> + <string name="touchkey_light_summary_off">Activer l\'éclairage des touches tactiles quand l\'écran est activé</string> + <string name="touchkey_light_summary_on">Désactiver l\'éclairage des 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> +</resources> |