49 lines
3.1 KiB
XML
49 lines
3.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<!--
|
||
Copyright (C) 2015 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="prefDialogTitle_suggestedContactsMode">Mode</string>
|
||
<string name="prefDialogTitle_suggestedContactsMode_none">Désactivé</string>
|
||
<string name="prefDialogTitle_suggestedContactsMode_summary_none">La fonctionnalité de suggestion de contacts est désactivée</string>
|
||
<string name="prefDialogTitle_suggestedContactsMode_recents">Récents</string>
|
||
<string name="prefDialogTitle_suggestedContactsMode_summary_recents">Seuls les contacts récemment suggérés seront sélectionnables</string>
|
||
<string name="prefDialogTitle_suggestedContactsMode_all">Tous</string>
|
||
<string name="prefDialogTitle_suggestedContactsMode_summary_all">Tous les contacts suggérés seront sélectionnables</string>
|
||
<string name="preference_header_suggested_contacts">Contacts suggérés</string>
|
||
<string name="preference_suggested_contacts_mode">Mode contacts suggérés</string>
|
||
<string name="preference_suggested_contacts_clear_all">Effacer les contacts suggérés</string>
|
||
<string name="suggested_contacts_cleared">Contacts suggérés effacés.</string>
|
||
<string name="clear_suggested_contacts_dialog_title">Effacer les contacts suggérés ?</string>
|
||
<string name="clear_suggested_contacts_dialog_message">Tous les contacts suggérés précédemment stockés seront supprimés.</string>
|
||
<string name="edit_light_settings">Paramètres du voyant pour le dossier</string>
|
||
<string name="pulse_speed_title">Durée et vitesse du clignotement</string>
|
||
<string name="default_time">Normale</string>
|
||
<string name="custom_time">Personnalisée</string>
|
||
<string name="dialog_delete_title">Supprimer</string>
|
||
<string name="dialog_delete_message">Supprimer l\'élément sélectionné ?</string>
|
||
<string name="pref_lights_default">Par défaut</string>
|
||
<string name="pulse_length_always_on">Toujours allumé</string>
|
||
<string name="pulse_length_very_short">Très courte</string>
|
||
<string name="pulse_length_short">Courte</string>
|
||
<string name="pulse_length_normal">Normale</string>
|
||
<string name="pulse_length_long">Longue</string>
|
||
<string name="pulse_length_very_long">Très longue</string>
|
||
<string name="pulse_speed_very_fast">Très rapide</string>
|
||
<string name="pulse_speed_fast">Rapide</string>
|
||
<string name="pulse_speed_normal">Normale</string>
|
||
<string name="pulse_speed_slow">Lente</string>
|
||
<string name="pulse_speed_very_slow">Très lente</string>
|
||
</resources>
|