diff options
author | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | 2013-06-09 11:52:24 +0200 |
---|---|---|
committer | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | 2013-06-09 11:52:24 +0200 |
commit | 7926cd6ab83e1d8d02c13b4d65edd73f9f5866cb (patch) | |
tree | ebfc410f0f505f1f354afbc4c0d3a5f1cbd89009 /DeviceSettings/res/values-fr/strings.xml | |
parent | c77f464613519e4c21ed1da33f1f8670dc412567 (diff) | |
download | device_samsung_smdk4412-common-7926cd6ab83e1d8d02c13b4d65edd73f9f5866cb.zip device_samsung_smdk4412-common-7926cd6ab83e1d8d02c13b4d65edd73f9f5866cb.tar.gz device_samsung_smdk4412-common-7926cd6ab83e1d8d02c13b4d65edd73f9f5866cb.tar.bz2 |
smdk4412-common: move advanced settings from i9300
Change-Id: I17832eedbb503b7483b2e0fd99b942317a39cc78
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..5556d24 --- /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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="app_name">Paramètres avancés</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</string> + <string name="use_dock_audio_summary_head">Utiliser la sortie audio de la station d\'accueil</string> + <string name="category_haptic_title">Haptique</string> + <string name="vibrator_title">Vibreur</string> + <string name="vibrator_tuning_title">Intensité du vibreur</string> + <string name="vibrator_tuning_summary_head">Définir l\'intensité du vibreur</string> + <string name="vibrator_warning">Les valeurs supérieurs à %1$d ne sont pas recommandées</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="screen_colors_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">Préférer l\'éclairage progressif au clignotement</string> + <string name="touchkey_subcat_title">Touches tactiles</string> + <string name="touchkey_light_title_head">Rétroéclairage</string> + <string name="touchkey_light_summary_off">Activer le rétroéclairage des touches tactiles lorsque l\'écran est activé</string> + <string name="touchkey_light_summary_on">Désactiver le rétroéclairage des touches tactiles lorsque l\'écran est activé</string> + <string name="touchkey_timeout_title_head">Délai avant extinction</string> + <string name="touchkey_timeout_summary_head">Définir le délai avant l\'extinction des touches</string> +</resources> |