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">Canvia el teclat</string> <string name="change_keyboard">Canvia el teclat</string>
<string name="clear_clipboard_data">Neteja les dades del porta-retalls</string> <string name="clear_clipboard_data">Neteja les dades del porta-retalls</string>
<string name="clear_clipboard_data_confirmation">Esteu segur que voleu netejar les dades del porta-retalls\?</string> <string name="clear_clipboard_data_confirmation">Esteu segur que voleu netejar les dades del porta-retalls\?</string>
<string name="clipboard">Clipboard</string>
<string name="clipboard_recent">Recent</string>
<string name="clipboard_pinned">Pinned</string>
<!-- Accessibility --> <!-- Accessibility -->
<string name="keycode_delete">Suprimeix</string> <string name="keycode_delete">Suprimeix</string>
<string name="keycode_mode_change">Canvia el tipus de teclat</string> <string name="keycode_mode_change">Canvia el tipus de teclat</string>
@ -13,6 +16,8 @@
<string name="keycode_enter">Retorn</string> <string name="keycode_enter">Retorn</string>
<!-- Settings --> <!-- Settings -->
<string name="show_clipboard_content">Mostra el contingut del porta-retalls si està disponible</string> <string name="show_clipboard_content">Mostra el contingut del porta-retalls si està 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 --> <!-- 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 --> <!-- App title has to have less than 30 characters. If you cannot squeeze it, just remove a part of it -->
<string name="app_title">Teclat senzill</string> <string name="app_title">Teclat senzill</string>

View File

@ -6,6 +6,9 @@
<string name="change_keyboard">Skift tastatur</string> <string name="change_keyboard">Skift tastatur</string>
<string name="clear_clipboard_data">Ryd data i udklipsholder</string> <string name="clear_clipboard_data">Ryd data i udklipsholder</string>
<string name="clear_clipboard_data_confirmation">Er du sikker på, at du vil slette data i udklipsholderen\?</string> <string name="clear_clipboard_data_confirmation">Er du sikker på, at du vil slette data i udklipsholderen\?</string>
<string name="clipboard">Clipboard</string>
<string name="clipboard_recent">Recent</string>
<string name="clipboard_pinned">Pinned</string>
<!-- Accessibility --> <!-- Accessibility -->
<string name="keycode_delete">Slet</string> <string name="keycode_delete">Slet</string>
<string name="keycode_mode_change">Skift tastaturtype</string> <string name="keycode_mode_change">Skift tastaturtype</string>
@ -13,6 +16,8 @@
<string name="keycode_enter">Enter</string> <string name="keycode_enter">Enter</string>
<!-- Settings --> <!-- Settings -->
<string name="show_clipboard_content">Vis indhold i udklipsholder, hvis det er tilgængeligt</string> <string name="show_clipboard_content">Vis indhold i udklipsholder, hvis det er tilgængeligt</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 --> <!-- 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 --> <!-- App title has to have less than 30 characters. If you cannot squeeze it, just remove a part of it -->
<string name="app_title">Simpelt tastatur</string> <string name="app_title">Simpelt tastatur</string>

View File

@ -6,6 +6,9 @@
<string name="change_keyboard">Tastatur wechseln</string> <string name="change_keyboard">Tastatur wechseln</string>
<string name="clear_clipboard_data">Daten in der Zwischenablage löschen</string> <string name="clear_clipboard_data">Daten in der Zwischenablage löschen</string>
<string name="clear_clipboard_data_confirmation">Sind Sie sicher, dass Sie die Daten in der Zwischenablage löschen wollen\?</string> <string name="clear_clipboard_data_confirmation">Sind Sie sicher, dass Sie die Daten in der Zwischenablage löschen wollen\?</string>
<string name="clipboard">Clipboard</string>
<string name="clipboard_recent">Recent</string>
<string name="clipboard_pinned">Pinned</string>
<!-- Accessibility --> <!-- Accessibility -->
<string name="keycode_delete">Löschen</string> <string name="keycode_delete">Löschen</string>
<string name="keycode_mode_change">Tastaturtyp ändern</string> <string name="keycode_mode_change">Tastaturtyp ändern</string>
@ -13,6 +16,8 @@
<string name="keycode_enter">Eingabe</string> <string name="keycode_enter">Eingabe</string>
<!-- Settings --> <!-- Settings -->
<string name="show_clipboard_content">Inhalt der Zwischenablage anzeigen, falls vorhanden</string> <string name="show_clipboard_content">Inhalt der Zwischenablage anzeigen, falls vorhanden</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 --> <!-- 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 --> <!-- App title has to have less than 30 characters. If you cannot squeeze it, just remove a part of it -->
<string name="app_title">Schlichte Tastatur</string> <string name="app_title">Schlichte Tastatur</string>

View File

@ -6,6 +6,9 @@
<string name="change_keyboard">Changer de clavier</string> <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">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="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 --> <!-- Accessibility -->
<string name="keycode_delete">Supprimer</string> <string name="keycode_delete">Supprimer</string>
<string name="keycode_mode_change">Changer de type de clavier</string> <string name="keycode_mode_change">Changer de type de clavier</string>
@ -13,6 +16,8 @@
<string name="keycode_enter">Entrée</string> <string name="keycode_enter">Entrée</string>
<!-- Settings --> <!-- Settings -->
<string name="show_clipboard_content">Afficher le contenu du presse-papiers si disponible</string> <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 --> <!-- 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 --> <!-- 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> <string name="app_title">Clavier simple</string>

View File

@ -6,6 +6,9 @@
<string name="change_keyboard">Promijeni tipkovnicu</string> <string name="change_keyboard">Promijeni tipkovnicu</string>
<string name="clear_clipboard_data">Izbriši podatke međuspremnika</string> <string name="clear_clipboard_data">Izbriši podatke međuspremnika</string>
<string name="clear_clipboard_data_confirmation">Stvarno želiš izbrisati podatke međuspremnika\?</string> <string name="clear_clipboard_data_confirmation">Stvarno želiš izbrisati podatke međuspremnika\?</string>
<string name="clipboard">Clipboard</string>
<string name="clipboard_recent">Recent</string>
<string name="clipboard_pinned">Pinned</string>
<!-- Accessibility --> <!-- Accessibility -->
<string name="keycode_delete">Izbriži</string> <string name="keycode_delete">Izbriži</string>
<string name="keycode_mode_change">Promijeni vrstu tipkovnice</string> <string name="keycode_mode_change">Promijeni vrstu tipkovnice</string>
@ -13,6 +16,8 @@
<string name="keycode_enter">Enter</string> <string name="keycode_enter">Enter</string>
<!-- Settings --> <!-- Settings -->
<string name="show_clipboard_content">Prikaži sadržaj međuspremnika ako je dostupan</string> <string name="show_clipboard_content">Prikaži sadržaj međuspremnika ako je dostupan</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 --> <!-- 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 --> <!-- App title has to have less than 30 characters. If you cannot squeeze it, just remove a part of it -->
<string name="app_title">Jednostavna tipkovnica</string> <string name="app_title">Jednostavna tipkovnica</string>

View File

@ -6,6 +6,9 @@
<string name="change_keyboard">Cambia la tastiera</string> <string name="change_keyboard">Cambia la tastiera</string>
<string name="clear_clipboard_data">Elimina i dati degli appunti</string> <string name="clear_clipboard_data">Elimina i dati degli appunti</string>
<string name="clear_clipboard_data_confirmation">Vuoi davvero eliminare i dati degli appunti\?</string> <string name="clear_clipboard_data_confirmation">Vuoi davvero eliminare i dati degli appunti\?</string>
<string name="clipboard">Clipboard</string>
<string name="clipboard_recent">Recent</string>
<string name="clipboard_pinned">Pinned</string>
<!-- Accessibility --> <!-- Accessibility -->
<string name="keycode_delete">Elimina</string> <string name="keycode_delete">Elimina</string>
<string name="keycode_mode_change">Cambia il tipo di tastiera</string> <string name="keycode_mode_change">Cambia il tipo di tastiera</string>
@ -13,6 +16,8 @@
<string name="keycode_enter">Invio</string> <string name="keycode_enter">Invio</string>
<!-- Settings --> <!-- Settings -->
<string name="show_clipboard_content">Mostra il contenuto degli appunti se disponibile</string> <string name="show_clipboard_content">Mostra il contenuto degli appunti se disponibile</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 --> <!-- 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 --> <!-- App title has to have less than 30 characters. If you cannot squeeze it, just remove a part of it -->
<string name="app_title">Tastiera semplice</string> <string name="app_title">Tastiera semplice</string>

View File

@ -6,6 +6,9 @@
<string name="change_keyboard">Keisti klaviatūrą</string> <string name="change_keyboard">Keisti klaviatūrą</string>
<string name="clear_clipboard_data">Išvalyti iškarpinės duomenis</string> <string name="clear_clipboard_data">Išvalyti iškarpinės duomenis</string>
<string name="clear_clipboard_data_confirmation">Ar tikrai norite išvalyti iškarpinės duomenis\?</string> <string name="clear_clipboard_data_confirmation">Ar tikrai norite išvalyti iškarpinės duomenis\?</string>
<string name="clipboard">Clipboard</string>
<string name="clipboard_recent">Recent</string>
<string name="clipboard_pinned">Pinned</string>
<!-- Accessibility --> <!-- Accessibility -->
<string name="keycode_delete">Delete</string> <string name="keycode_delete">Delete</string>
<string name="keycode_mode_change">Keisti klaviatūros tipą</string> <string name="keycode_mode_change">Keisti klaviatūros tipą</string>
@ -13,6 +16,8 @@
<string name="keycode_enter">Enter</string> <string name="keycode_enter">Enter</string>
<!-- Settings --> <!-- Settings -->
<string name="show_clipboard_content">Jei prieinama, rodyti iškarpinės turinį</string> <string name="show_clipboard_content">Jei prieinama, rodyti iškarpinės turinį</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 --> <!-- 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 --> <!-- App title has to have less than 30 characters. If you cannot squeeze it, just remove a part of it -->
<string name="app_title">Paprasta klaviatūra</string> <string name="app_title">Paprasta klaviatūra</string>

View File

@ -6,6 +6,9 @@
<string name="change_keyboard">Zmień klawiaturę</string> <string name="change_keyboard">Zmień klawiaturę</string>
<string name="clear_clipboard_data">Wyczyść dane schowka</string> <string name="clear_clipboard_data">Wyczyść dane schowka</string>
<string name="clear_clipboard_data_confirmation">Czy wyczyścić dane schowka\?</string> <string name="clear_clipboard_data_confirmation">Czy wyczyścić dane schowka\?</string>
<string name="clipboard">Clipboard</string>
<string name="clipboard_recent">Recent</string>
<string name="clipboard_pinned">Pinned</string>
<!-- Accessibility --> <!-- Accessibility -->
<string name="keycode_delete">Usuń</string> <string name="keycode_delete">Usuń</string>
<string name="keycode_mode_change">Zmień typ klawiatury</string> <string name="keycode_mode_change">Zmień typ klawiatury</string>
@ -13,6 +16,8 @@
<string name="keycode_enter">Enter</string> <string name="keycode_enter">Enter</string>
<!-- Settings --> <!-- Settings -->
<string name="show_clipboard_content">Pokazuj zawartość schowka, jeśli jest dostępna</string> <string name="show_clipboard_content">Pokazuj zawartość schowka, jeśli jest dostępna</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 --> <!-- 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 --> <!-- App title has to have less than 30 characters. If you cannot squeeze it, just remove a part of it -->
<string name="app_title">Prosta klawiatura</string> <string name="app_title">Prosta klawiatura</string>

View File

@ -5,6 +5,9 @@
<string name="change_keyboard">Zmeniť klávesnicu</string> <string name="change_keyboard">Zmeniť klávesnicu</string>
<string name="clear_clipboard_data">Vyčistič schránku</string> <string name="clear_clipboard_data">Vyčistič schránku</string>
<string name="clear_clipboard_data_confirmation">Ste si istý, že chcete vyčistiť schránku?</string> <string name="clear_clipboard_data_confirmation">Ste si istý, že chcete vyčistiť schránku?</string>
<string name="clipboard">Schránka</string>
<string name="clipboard_recent">Nedávne</string>
<string name="clipboard_pinned">Pripnuté</string>
<!-- Accessibility --> <!-- Accessibility -->
<string name="keycode_delete">Odstrániť</string> <string name="keycode_delete">Odstrániť</string>
<string name="keycode_mode_change">Zmeniť typ klávesnice</string> <string name="keycode_mode_change">Zmeniť typ klávesnice</string>
@ -12,6 +15,8 @@
<string name="keycode_enter">Enter</string> <string name="keycode_enter">Enter</string>
<!-- Settings --> <!-- Settings -->
<string name="show_clipboard_content">Zobraziť obsah schránky, ak je dostupná</string> <string name="show_clipboard_content">Zobraziť obsah schránky, ak je dostupná</string>
<string name="show_popup">Zobraziť detail znaku pri stlačení</string>
<string name="vibrate_on_keypress">Vibrovať pri stlačení</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have --> <!-- 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 --> <!-- App title has to have less than 30 characters. If you cannot squeeze it, just remove a part of it -->
<string name="app_title">Jednoduchá klávesnica</string> <string name="app_title">Jednoduchá klávesnica</string>

View File

@ -6,6 +6,9 @@
<string name="change_keyboard">Klavye Değiştir</string> <string name="change_keyboard">Klavye Değiştir</string>
<string name="clear_clipboard_data">Pano verilerini temizle</string> <string name="clear_clipboard_data">Pano verilerini temizle</string>
<string name="clear_clipboard_data_confirmation">Pano verilerini silmek istediğinizden emin misiniz\?</string> <string name="clear_clipboard_data_confirmation">Pano verilerini silmek istediğinizden emin misiniz\?</string>
<string name="clipboard">Clipboard</string>
<string name="clipboard_recent">Recent</string>
<string name="clipboard_pinned">Pinned</string>
<!-- Accessibility --> <!-- Accessibility -->
<string name="keycode_delete">Sil</string> <string name="keycode_delete">Sil</string>
<string name="keycode_mode_change">Klavye türünü değiştir</string> <string name="keycode_mode_change">Klavye türünü değiştir</string>
@ -13,6 +16,8 @@
<string name="keycode_enter">Enter</string> <string name="keycode_enter">Enter</string>
<!-- Settings --> <!-- Settings -->
<string name="show_clipboard_content">Varsa pano içeriğini göster</string> <string name="show_clipboard_content">Varsa pano içeriğini göster</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 --> <!-- 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 --> <!-- App title has to have less than 30 characters. If you cannot squeeze it, just remove a part of it -->
<string name="app_title">Basit Klavye</string> <string name="app_title">Basit Klavye</string>

View File

@ -6,6 +6,9 @@
<string name="change_keyboard">Change Keyboard</string> <string name="change_keyboard">Change Keyboard</string>
<string name="clear_clipboard_data">Clear clipboard data</string> <string name="clear_clipboard_data">Clear clipboard data</string>
<string name="clear_clipboard_data_confirmation">Are you sure you want to clear the clipboard data?</string> <string name="clear_clipboard_data_confirmation">Are you sure you want to clear the clipboard data?</string>
<string name="clipboard">Clipboard</string>
<string name="clipboard_recent">Recent</string>
<string name="clipboard_pinned">Pinned</string>
<!-- Accessibility --> <!-- Accessibility -->
<string name="keycode_delete">Delete</string> <string name="keycode_delete">Delete</string>
<string name="keycode_mode_change">Change keyboard type</string> <string name="keycode_mode_change">Change keyboard type</string>
@ -13,6 +16,8 @@
<string name="keycode_enter">Enter</string> <string name="keycode_enter">Enter</string>
<!-- Settings --> <!-- Settings -->
<string name="show_clipboard_content">Show clipboard content if available</string> <string name="show_clipboard_content">Show clipboard content if available</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 --> <!-- 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 --> <!-- App title has to have less than 30 characters. If you cannot squeeze it, just remove a part of it -->
<string name="app_title">Simple Keyboard</string> <string name="app_title">Simple Keyboard</string>