adding a couple new strings

This commit is contained in:
tibbi
2022-01-24 23:34:30 +01:00
parent 1f8e812884
commit 1a12aa67b1
11 changed files with 55 additions and 0 deletions

View File

@@ -6,6 +6,9 @@
<string name="change_keyboard">Changer de clavier</string>
<string name="clear_clipboard_data">Effacer les données du presse-papiers</string>
<string name="clear_clipboard_data_confirmation">Voulez-vous vraiment effacer les données du presse-papiers\?</string>
<string name="clipboard">Clipboard</string>
<string name="clipboard_recent">Recent</string>
<string name="clipboard_pinned">Pinned</string>
<!-- Accessibility -->
<string name="keycode_delete">Supprimer</string>
<string name="keycode_mode_change">Changer de type de clavier</string>
@@ -13,6 +16,8 @@
<string name="keycode_enter">Entrée</string>
<!-- Settings -->
<string name="show_clipboard_content">Afficher le contenu du presse-papiers si disponible</string>
<string name="show_popup">Show a popup on keypress</string>
<string name="vibrate_on_keypress">Vibrate on keypress</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- App title has to have less than 30 characters. If you cannot squeeze it, just remove a part of it -->
<string name="app_title">Clavier simple</string>