forked from extern/Unexpected-Keyboard
9bb7c7e66f
Using the --product option of aapt. Remove the app name from translations because it is never translated. It is still possible to translate it by specifying 'product="default"'.
48 lines
3.0 KiB
XML
48 lines
3.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string name="settings_activity_label">Unexpected Keyboard Paramètres</string>
|
|
<string name="pref_category_layout">Disposition</string>
|
|
<string name="pref_layout_title">Disposition des touches</string>
|
|
<string name="pref_layout_e_system">Paramètre système</string>
|
|
<string name="pref_accents_title">Accents</string>
|
|
<string name="pref_accents_e_all_installed">Afficher les accents pour les langues installées</string>
|
|
<string name="pref_accents_e_selected">Afficher les accents pour la langue sélectionnée</string>
|
|
<string name="pref_accents_e_all">Afficher tous les accents</string>
|
|
<string name="pref_accents_e_none">Cacher les accents</string>
|
|
<string name="pref_category_typing">Saisie</string>
|
|
<string name="pref_swipe_dist_title">Distance de swipe</string>
|
|
<string name="pref_swipe_dist_summary">La distance des caractères dans les coins (%s)</string>
|
|
<string name="pref_long_timeout_title">Délai avant répétition</string>
|
|
<string name="pref_long_interval_title">Écart entre répétitions</string>
|
|
<string name="pref_category_vibrate">Vibration</string>
|
|
<string name="pref_vibrate_title">Vibreur</string>
|
|
<string name="pref_vibrate_summary">Vibration a chaque touche</string>
|
|
<string name="pref_vibrate_duration_title">Durée</string>
|
|
<string name="pref_precise_repeat_title">Mouvement précis du curseur</string>
|
|
<string name="pref_precise_repeat_summary">Modifier la vitesse de répétition en bougeant le doigt</string>
|
|
<string name="pref_category_style">Style</string>
|
|
<string name="pref_margin_bottom_title">Marge du bas</string>
|
|
<string name="pref_keyboard_height_title">Hauteur du clavier</string>
|
|
<string name="pref_horizontal_margin_title">Marge des côtés</string>
|
|
<string name="pref_character_size_title">Taille des labels</string>
|
|
<string name="pref_character_size_summary">Taille des caractères affichés sur les touches (%.2fx)</string>
|
|
<string name="pref_theme">Thème</string>
|
|
<string name="pref_theme_e_system">Paramètre système</string>
|
|
<string name="pref_theme_e_dark">Sombre</string>
|
|
<string name="pref_theme_e_light">Clair</string>
|
|
<string name="pref_theme_e_black">Noir</string>
|
|
<string name="pref_swipe_dist_e_very_short">Très courte</string>
|
|
<string name="pref_swipe_dist_e_short">Courte</string>
|
|
<string name="pref_swipe_dist_e_default">Normale</string>
|
|
<string name="pref_swipe_dist_e_far">Longue</string>
|
|
<string name="pref_swipe_dist_e_very_far">Très longue</string>
|
|
<string name="pref_key_horizontal_space">Espacement horizontal entre les touches</string>
|
|
<string name="pref_key_vertical_space">Espacement vertical entre les touches</string>
|
|
<string name="key_action_next">Suiv.</string>
|
|
<string name="key_action_done">Fin</string>
|
|
<string name="key_action_go">Aller</string>
|
|
<string name="key_action_prev">Prec.</string>
|
|
<string name="key_action_search">Chercher</string>
|
|
<string name="key_action_send">Envoyer</string>
|
|
</resources>
|