Add summary to "show_hints_from_first_popup_key" (#313)

French translation added
This commit is contained in:
BlackyHawky 2023-12-10 21:31:50 +01:00 committed by GitHub
parent bb7c1f5242
commit 0d83ea4112
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 1 deletions

View file

@ -207,8 +207,10 @@ Nouveau dictionnaire:
<string name="localized_number_row_summary">Privilégie les chiffres en language local à la place des chiffres latins</string> <string name="localized_number_row_summary">Privilégie les chiffres en language local à la place des chiffres latins</string>
<string name="prefs_long_press_keyboard_to_change_lang">Changer le mode de saisie avec la barre d\'espace</string> <string name="prefs_long_press_keyboard_to_change_lang">Changer le mode de saisie avec la barre d\'espace</string>
<string name="prefs_long_press_keyboard_to_change_lang_summary">Un appui long sur la barre d\'espace fera apparaître le menu de sélection des claviers</string> <string name="prefs_long_press_keyboard_to_change_lang_summary">Un appui long sur la barre d\'espace fera apparaître le menu de sélection des claviers</string>
<string name="show_hints">Afficher les caractères alternatifs</string> <string name="show_hints">Afficher les indices de touches</string>
<string name="show_hints_summary">Affiche les caractères alternatifs lors d\'un appui long</string> <string name="show_hints_summary">Affiche les caractères alternatifs lors d\'un appui long</string>
<string name="show_hints_from_first_popup_key">Afficher les indices à partir de la première sélection du popup</string>
<string name="show_hints_from_first_popup_key_summary">Les caractères alternatifs par défaut sont remplacés par ceux sélectionnés en premier lors d\'un appui long</string>
<string name="show_popup_hints">Afficher les indices sur les touches fonctionnelles</string> <string name="show_popup_hints">Afficher les indices sur les touches fonctionnelles</string>
<string name="show_popup_hints_summary">Affiche un signe ( <b></b> ) sur les touches où un appui long déclenche une fonctionnalité supplémentaire</string> <string name="show_popup_hints_summary">Affiche un signe ( <b></b> ) sur les touches où un appui long déclenche une fonctionnalité supplémentaire</string>
<string name="prefs_keyboard_height_scale">Échelle de hauteur du clavier</string> <string name="prefs_keyboard_height_scale">Échelle de hauteur du clavier</string>

View file

@ -240,6 +240,8 @@
<string name="show_hints_summary">Show long-press hints</string> <string name="show_hints_summary">Show long-press hints</string>
<!-- Title of the settings to show hint based on actual long-press key --> <!-- Title of the settings to show hint based on actual long-press key -->
<string name="show_hints_from_first_popup_key">Take hint label from first popup key</string> <string name="show_hints_from_first_popup_key">Take hint label from first popup key</string>
<!-- Summary of the settings to show hint based on actual long-press key -->
<string name="show_hints_from_first_popup_key_summary">The default key hints are replaced by those selected first on a long press</string>
<!-- Title of the settings to show "..." as hints for more functionality on long-press --> <!-- Title of the settings to show "..." as hints for more functionality on long-press -->
<string name="show_popup_hints">Show functional hints</string> <string name="show_popup_hints">Show functional hints</string>
<!-- Description of the show_popup_hints setting --> <!-- Description of the show_popup_hints setting -->

View file

@ -20,6 +20,7 @@
<SwitchPreferenceCompat <SwitchPreferenceCompat
android:key="pref_hint_label_from_first_more_key" android:key="pref_hint_label_from_first_more_key"
android:title="@string/show_hints_from_first_popup_key" android:title="@string/show_hints_from_first_popup_key"
android:summary="@string/show_hints_from_first_popup_key_summary"
android:defaultValue="false" android:defaultValue="false"
android:persistent="true" /> android:persistent="true" />