Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/origin/l10n_master2'
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippC committed Oct 19, 2020
2 parents 7d4c8d3 + 7bda409 commit 170a86f
Show file tree
Hide file tree
Showing 40 changed files with 563 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@
<!-- Option to always hide the settings key -->
<string name="settings_key_mode_always_hide_name">Amaga sempre</string>
<!-- Array of the settings key modes -->
<string-array name="settings_key_modes">
<item>@string/settings_key_mode_auto_name</item>
<item>@string/settings_key_mode_always_show_name</item>
<item>@string/settings_key_mode_always_hide_name</item>
</string-array>
<!-- Option to enable bigram completion -->
<string name="bigram_suggestion">Suggeriments Bigram</string>
<!-- Description for auto completion -->
Expand Down Expand Up @@ -133,8 +138,11 @@
<!-- Label for "switch to symbols" key. Must be short to fit on key! -->
<string name="label_symbol_key">\?123</string>
<!-- Label for "switch to numeric" key. Must be short to fit on key! -->
<string name="label_phone_key">123</string>
<!-- Label for "switch to alphabetic" key. Must be short to fit on key! -->
<string name="label_alpha_key">ABC</string>
<!-- Label for ALT modifier key. Must be short to fit on key! -->
<string name="label_alt_key">ALT</string>
<!-- Voice related labels -->
<!-- Title of the warning dialog that shows when a user initiates voice input for
the first time. -->
Expand Down Expand Up @@ -214,10 +222,15 @@
<!-- appears above image showing how to access keyboard settings -->
<string name="keyboard_settings"><font size="17"><b>\"Configuració del teclat\"\n</b></font><font size="3">\n</font>\"Manteniu premuda la tecla \"<b>\"?123\"</b>\".\"</string>
<!-- popular web domains for the locale - most popular, displayed on the keyboard -->
<string name="popular_domain_0">".com"</string>
<!-- popular web domains for the locale - item 1, displayed in the popup -->
<string name="popular_domain_1">".net"</string>
<!-- popular web domains for the locale - item 2, displayed in the popup -->
<string name="popular_domain_2">".org"</string>
<!-- popular web domains for the locale - item 3, displayed in the popup -->
<string name="popular_domain_3">".gov"</string>
<!-- popular web domains for the locale - item 4, displayed in the popup -->
<string name="popular_domain_4">".edu"</string>
<!-- Menu item for launching Input method picker -->
<string name="selectInputMethod">Selecciona el mètode d\'entrada</string>
<!-- Title for input language selection screen -->
Expand All @@ -241,4 +254,5 @@
<string name="subtype_mode_keyboard">teclat</string>
<string name="subtype_mode_voice">veu</string>
<!-- Title for Latin keyboard debug settings activity / dialog -->
<string name="kp2a_nextfields"><![CDATA[>]]></string>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,9 @@
<!-- Label for "switch to symbols" key. Must be short to fit on key! -->
<string name="label_symbol_key">\?123</string>
<!-- Label for "switch to numeric" key. Must be short to fit on key! -->
<string name="label_phone_key">123</string>
<!-- Label for "switch to alphabetic" key. Must be short to fit on key! -->
<string name="label_alpha_key">ABC</string>
<!-- Label for ALT modifier key. Must be short to fit on key! -->
<string name="label_alt_key">Alt</string>
<!-- Voice related labels -->
Expand Down Expand Up @@ -183,6 +185,7 @@
<!-- Label on button to stop recognition. Must be short to fit on button. -->
<string name="cancel">Storno</string>
<!-- Label on button when an error occurs -->
<string name="ok">OK</string>
<!-- Preferences item for enabling speech input -->
<string name="voice_input">Hlasový vstup</string>
<!-- Array of Voice Input modes -->
Expand Down Expand Up @@ -244,4 +247,5 @@
<string name="subtype_mode_keyboard">klávesnice</string>
<string name="subtype_mode_voice">hlas</string>
<!-- Title for Latin keyboard debug settings activity / dialog -->
<string name="kp2a_nextfields"><![CDATA[>]]></string>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@
<!-- Option to always hide the settings key -->
<string name="settings_key_mode_always_hide_name">Immer ausblenden</string>
<!-- Array of the settings key modes -->
<string-array name="settings_key_modes">
<item>@string/settings_key_mode_auto_name</item>
<item>@string/settings_key_mode_always_show_name</item>
<item>@string/settings_key_mode_always_hide_name</item>
</string-array>
<!-- Option to enable bigram completion -->
<string name="bigram_suggestion">Bigramm-Vorschläge</string>
<!-- Description for auto completion -->
Expand Down Expand Up @@ -133,8 +138,11 @@
<!-- Label for "switch to symbols" key. Must be short to fit on key! -->
<string name="label_symbol_key">\?123</string>
<!-- Label for "switch to numeric" key. Must be short to fit on key! -->
<string name="label_phone_key">Num</string>
<!-- Label for "switch to alphabetic" key. Must be short to fit on key! -->
<string name="label_alpha_key">ABC</string>
<!-- Label for ALT modifier key. Must be short to fit on key! -->
<string name="label_alt_key">Alt</string>
<!-- Voice related labels -->
<!-- Title of the warning dialog that shows when a user initiates voice input for
the first time. -->
Expand Down Expand Up @@ -182,6 +190,7 @@
<!-- Label on button to stop recognition. Must be short to fit on button. -->
<string name="cancel">Abbrechen</string>
<!-- Label on button when an error occurs -->
<string name="ok">Ok</string>
<!-- Preferences item for enabling speech input -->
<string name="voice_input">Spracheingabe</string>
<!-- Array of Voice Input modes -->
Expand Down Expand Up @@ -213,10 +222,15 @@
<!-- appears above image showing how to access keyboard settings -->
<string name="keyboard_settings"><font size="17"><b>\"Tastatureinstellungen\"\n</b></font><font size="3">\n</font>\"Berühren und halten Sie die Taste \"<b>\"?123\"</b>\" gedrückt.\"</string>
<!-- popular web domains for the locale - most popular, displayed on the keyboard -->
<string name="popular_domain_0">".com"</string>
<!-- popular web domains for the locale - item 1, displayed in the popup -->
<string name="popular_domain_1">".de"</string>
<!-- popular web domains for the locale - item 2, displayed in the popup -->
<string name="popular_domain_2">".net"</string>
<!-- popular web domains for the locale - item 3, displayed in the popup -->
<string name="popular_domain_3">".org"</string>
<!-- popular web domains for the locale - item 4, displayed in the popup -->
<string name="popular_domain_4">".edu"</string>
<!-- Menu item for launching Input method picker -->
<string name="selectInputMethod">Eingabemethode auswählen</string>
<!-- Title for input language selection screen -->
Expand All @@ -240,4 +254,5 @@
<string name="subtype_mode_keyboard">Tastatur</string>
<string name="subtype_mode_voice">Sprache</string>
<!-- Title for Latin keyboard debug settings activity / dialog -->
<string name="kp2a_nextfields"><![CDATA[>]]></string>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@
<!-- Option to always hide the settings key -->
<string name="settings_key_mode_always_hide_name">Ocultar siempre</string>
<!-- Array of the settings key modes -->
<string-array name="settings_key_modes">
<item>@string/modo-de-configuracion-de-clave-nombramiento-automatico</item>
<item>@string/modo-de-configuracion-de-clave-siempre-mostrar-nombre</item>
<item>@string/modo-de-configuracion-de-clave-siempre-ocultar-nombre</item>
</string-array>
<!-- Option to enable bigram completion -->
<string name="bigram_suggestion">Sugerencias de bigramas</string>
<!-- Description for auto completion -->
Expand Down Expand Up @@ -133,8 +138,11 @@
<!-- Label for "switch to symbols" key. Must be short to fit on key! -->
<string name="label_symbol_key">\?123</string>
<!-- Label for "switch to numeric" key. Must be short to fit on key! -->
<string name="label_phone_key">123</string>
<!-- Label for "switch to alphabetic" key. Must be short to fit on key! -->
<string name="label_alpha_key">ABC</string>
<!-- Label for ALT modifier key. Must be short to fit on key! -->
<string name="label_alt_key">ALT</string>
<!-- Voice related labels -->
<!-- Title of the warning dialog that shows when a user initiates voice input for
the first time. -->
Expand Down Expand Up @@ -214,10 +222,15 @@
<!-- appears above image showing how to access keyboard settings -->
<string name="keyboard_settings"><font size="17"><b>\"Ajustes del teclado\"\n</b></font><font size="3">\n</font>\"Mantén pulsada la tecla \"<b>\"?123\"</b>\".\"</string>
<!-- popular web domains for the locale - most popular, displayed on the keyboard -->
<string name="popular_domain_0">".com"</string>
<!-- popular web domains for the locale - item 1, displayed in the popup -->
<string name="popular_domain_1">".net"</string>
<!-- popular web domains for the locale - item 2, displayed in the popup -->
<string name="popular_domain_2">".org"</string>
<!-- popular web domains for the locale - item 3, displayed in the popup -->
<string name="popular_domain_3">".gov"</string>
<!-- popular web domains for the locale - item 4, displayed in the popup -->
<string name="popular_domain_4">".edu"</string>
<!-- Menu item for launching Input method picker -->
<string name="selectInputMethod">Seleccionar método de introducción de texto</string>
<!-- Title for input language selection screen -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,11 @@
<!-- Label for "switch to symbols" key. Must be short to fit on key! -->
<string name="label_symbol_key">\?123</string>
<!-- Label for "switch to numeric" key. Must be short to fit on key! -->
<string name="label_phone_key">123</string>
<!-- Label for "switch to alphabetic" key. Must be short to fit on key! -->
<string name="label_alpha_key">ABC</string>
<!-- Label for ALT modifier key. Must be short to fit on key! -->
<string name="label_alt_key">Alt</string>
<!-- Voice related labels -->
<!-- Title of the warning dialog that shows when a user initiates voice input for
the first time. -->
Expand Down Expand Up @@ -182,6 +185,7 @@
<!-- Label on button to stop recognition. Must be short to fit on button. -->
<string name="cancel">Annuler</string>
<!-- Label on button when an error occurs -->
<string name="ok">Ok</string>
<!-- Preferences item for enabling speech input -->
<string name="voice_input">Saisie vocale</string>
<!-- Array of Voice Input modes -->
Expand Down Expand Up @@ -213,11 +217,15 @@
<!-- appears above image showing how to access keyboard settings -->
<string name="keyboard_settings"><font size="17"><b>\"Paramètres du clavier\"\n</b></font><font size="3">\n</font>\"Appuyez sur la touche \"<b>\"?123\"</b>\" de manière prolongée.\"</string>
<!-- popular web domains for the locale - most popular, displayed on the keyboard -->
<string name="popular_domain_0">".com"</string>
<!-- popular web domains for the locale - item 1, displayed in the popup -->
<string name="popular_domain_1">".net"</string>
<!-- popular web domains for the locale - item 2, displayed in the popup -->
<string name="popular_domain_2">".org"</string>
<!-- popular web domains for the locale - item 3, displayed in the popup -->
<string name="popular_domain_3">".gouv"</string>
<!-- popular web domains for the locale - item 4, displayed in the popup -->
<string name="popular_domain_4">".edu"</string>
<!-- Menu item for launching Input method picker -->
<string name="selectInputMethod">Sélectionner un mode de saisie.</string>
<!-- Title for input language selection screen -->
Expand All @@ -241,4 +249,5 @@
<string name="subtype_mode_keyboard">clavier</string>
<string name="subtype_mode_voice">voix</string>
<!-- Title for Latin keyboard debug settings activity / dialog -->
<string name="kp2a_nextfields"><![CDATA[>]]></string>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@
<!-- Option to always hide the settings key -->
<string name="settings_key_mode_always_hide_name">Mindig rejtve</string>
<!-- Array of the settings key modes -->
<string-array name="settings_key_modes">
<item>@string/settings_key_mode_auto_name</item>
<item>@string/settings_key_mode_always_show_name</item>
<item>@string/settings_key_mode_always_hide_name</item>
</string-array>
<!-- Option to enable bigram completion -->
<string name="bigram_suggestion">Bigram javaslatok</string>
<!-- Description for auto completion -->
Expand Down Expand Up @@ -133,8 +138,11 @@
<!-- Label for "switch to symbols" key. Must be short to fit on key! -->
<string name="label_symbol_key">\?123</string>
<!-- Label for "switch to numeric" key. Must be short to fit on key! -->
<string name="label_phone_key">123</string>
<!-- Label for "switch to alphabetic" key. Must be short to fit on key! -->
<string name="label_alpha_key">ABC</string>
<!-- Label for ALT modifier key. Must be short to fit on key! -->
<string name="label_alt_key">ALT</string>
<!-- Voice related labels -->
<!-- Title of the warning dialog that shows when a user initiates voice input for
the first time. -->
Expand Down Expand Up @@ -182,6 +190,7 @@
<!-- Label on button to stop recognition. Must be short to fit on button. -->
<string name="cancel">Mégsem</string>
<!-- Label on button when an error occurs -->
<string name="ok">OK</string>
<!-- Preferences item for enabling speech input -->
<string name="voice_input">Hangbevitel</string>
<!-- Array of Voice Input modes -->
Expand Down Expand Up @@ -213,10 +222,15 @@
<!-- appears above image showing how to access keyboard settings -->
<string name="keyboard_settings"><font size="17"><b>\"Billentyűzetbeállítások\"\n</b></font><font size="3">\n</font>\"Érintse meg és tartsa lenyomva a \"<b>\"?123\"</b>\" billentyűt.\"</string>
<!-- popular web domains for the locale - most popular, displayed on the keyboard -->
<string name="popular_domain_0">".com"</string>
<!-- popular web domains for the locale - item 1, displayed in the popup -->
<string name="popular_domain_1">".net"</string>
<!-- popular web domains for the locale - item 2, displayed in the popup -->
<string name="popular_domain_2">".org"</string>
<!-- popular web domains for the locale - item 3, displayed in the popup -->
<string name="popular_domain_3">".gov"</string>
<!-- popular web domains for the locale - item 4, displayed in the popup -->
<string name="popular_domain_4">".edu"</string>
<!-- Menu item for launching Input method picker -->
<string name="selectInputMethod">Beviteli mód kiválasztása</string>
<!-- Title for input language selection screen -->
Expand All @@ -240,4 +254,5 @@
<string name="subtype_mode_keyboard">billentyűzet</string>
<string name="subtype_mode_voice">hang</string>
<!-- Title for Latin keyboard debug settings activity / dialog -->
<string name="kp2a_nextfields"><![CDATA[>]]></string>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@
<!-- Option to always hide the settings key -->
<string name="settings_key_mode_always_hide_name">Nascondi sempre</string>
<!-- Array of the settings key modes -->
<string-array name="settings_key_modes">
<item>@string/settings_key_mode_auto_name</item>
<item>@string/settings_key_mode_always_show_name</item>
<item>@string/settings_key_mode_always_hide_name</item>
</string-array>
<!-- Option to enable bigram completion -->
<string name="bigram_suggestion">Suggerimenti sui bigrammi</string>
<!-- Description for auto completion -->
Expand Down Expand Up @@ -133,8 +138,11 @@
<!-- Label for "switch to symbols" key. Must be short to fit on key! -->
<string name="label_symbol_key">\?123</string>
<!-- Label for "switch to numeric" key. Must be short to fit on key! -->
<string name="label_phone_key">123</string>
<!-- Label for "switch to alphabetic" key. Must be short to fit on key! -->
<string name="label_alpha_key">ABC</string>
<!-- Label for ALT modifier key. Must be short to fit on key! -->
<string name="label_alt_key">ALT</string>
<!-- Voice related labels -->
<!-- Title of the warning dialog that shows when a user initiates voice input for
the first time. -->
Expand Down Expand Up @@ -182,6 +190,7 @@
<!-- Label on button to stop recognition. Must be short to fit on button. -->
<string name="cancel">Annulla</string>
<!-- Label on button when an error occurs -->
<string name="ok">OK</string>
<!-- Preferences item for enabling speech input -->
<string name="voice_input">Comandi vocali</string>
<!-- Array of Voice Input modes -->
Expand Down Expand Up @@ -213,10 +222,15 @@
<!-- appears above image showing how to access keyboard settings -->
<string name="keyboard_settings"><font size="17"><b>\"Impostazioni tastiera\"\n</b></font><font size="3">\n</font>\"Tocca e tieni premuto il pulsante \"<b>\"?123\"</b>\".\"</string>
<!-- popular web domains for the locale - most popular, displayed on the keyboard -->
<string name="popular_domain_0">".com"</string>
<!-- popular web domains for the locale - item 1, displayed in the popup -->
<string name="popular_domain_1">".net"</string>
<!-- popular web domains for the locale - item 2, displayed in the popup -->
<string name="popular_domain_2">".org"</string>
<!-- popular web domains for the locale - item 3, displayed in the popup -->
<string name="popular_domain_3">".gov"</string>
<!-- popular web domains for the locale - item 4, displayed in the popup -->
<string name="popular_domain_4">".edu"</string>
<!-- Menu item for launching Input method picker -->
<string name="selectInputMethod">Seleziona metodo di inserimento</string>
<!-- Title for input language selection screen -->
Expand All @@ -240,4 +254,5 @@
<string name="subtype_mode_keyboard">tastiera</string>
<string name="subtype_mode_voice">vocale</string>
<!-- Title for Latin keyboard debug settings activity / dialog -->
<string name="kp2a_nextfields"><![CDATA[>]]></string>
</resources>
Loading

0 comments on commit 170a86f

Please sign in to comment.