mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2025-01-17 10:58:32 +01:00
540384bb0a
An option is added to enable an extra number row at the top of the keyboard. Digits are removed from the keyboard while the number row is visible.
72 lines
4.9 KiB
XML
72 lines
4.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string name="app_name" product="debug">Unexpected Keyboard (debug)</string>
|
|
<string name="app_name" product="default">Unexpected Keyboard</string>
|
|
<string name="settings_activity_label">Impostazioni di Unexpected Keyboard</string>
|
|
<!-- <string name="pref_portrait">In portrait mode</string> -->
|
|
<!-- <string name="pref_landscape">In landscape mode</string> -->
|
|
<string name="pref_category_layout">Layout</string>
|
|
<!-- <string name="pref_label_brightness">Adjust label brightness</string> -->
|
|
<!-- <string name="pref_keyboard_opacity">Adjust keyboard background opacity</string> -->
|
|
<!-- <string name="pref_key_opacity">Adjust key opacity</string> -->
|
|
<!-- <string name="pref_key_activated_opacity">Adjust pressed key opacity</string> -->
|
|
<string name="pref_layout_title">Cambia layout tastiera</string>
|
|
<string name="pref_layout_e_system">Impostazioni di sistema</string>
|
|
<!-- <string name="pref_layout_e_custom">Custom layout</string> -->
|
|
<string name="pref_accents_title">Accenti</string>
|
|
<string name="pref_accents_e_all_installed">Mostra accenti per tutte le lingue installate</string>
|
|
<string name="pref_accents_e_selected">Mostra accenti solo per le lingue selezionate</string>
|
|
<string name="pref_accents_e_none">Nascondi accenti</string>
|
|
<!-- <string name="pref_show_numpad_title">Show NumPad</string> -->
|
|
<!-- <string name="pref_show_numpad_never">Never</string> -->
|
|
<!-- <string name="pref_show_numpad_landscape">Only in landscape mode</string> -->
|
|
<!-- <string name="pref_show_numpad_always">Always</string> -->
|
|
<!-- <string name="pref_number_row_title">Show number row</string> -->
|
|
<!-- <string name="pref_number_row_summary">Add a number row at the top of the keyboard when the numpad is hidden</string> -->
|
|
<!-- <string name="pref_numpad_layout">NumPad layout</string> -->
|
|
<!-- <string name="pref_numpad_layout_e_high_first">High digits first</string> -->
|
|
<!-- <string name="pref_numpad_layout_e_low_first">Low digits first</string> -->
|
|
<string name="pref_autocapitalisation_title">Maiuscole Automatiche</string>
|
|
<string name="pref_autocapitalisation_summary">Premi Shift all\'inizio di una frase</string>
|
|
<!-- <string name="pref_extra_keys_title">Add keys to the keyboard</string> -->
|
|
<!-- <string name="pref_second_layout_title">Secondary layout</string> -->
|
|
<string name="pref_second_layout_none">Nessuno</string>
|
|
<string name="pref_category_typing">Digitando</string>
|
|
<string name="pref_swipe_dist_title">Distanza swipe</string>
|
|
<string name="pref_swipe_dist_summary">Distanza dei caratteri negli angoli dei tasti (%s)</string>
|
|
<string name="pref_long_timeout_title">Timeout ripetizione tasto</string>
|
|
<string name="pref_long_interval_title">Intervallo ripetizione tasto</string>
|
|
<string name="pref_vibrate_title">Vibrazione</string>
|
|
<string name="pref_vibrate_summary">Abilita/Disabilita Vibrazione alla pressione dei tasti</string>
|
|
<string name="pref_lock_double_tap_title">Doppio tocco su Shift per attivare CapsLock</string>
|
|
<string name="pref_lock_double_tap_summary">Invece di premere i modificatori a lungo</string>
|
|
<string name="pref_category_style">Stile</string>
|
|
<string name="pref_margin_bottom_title">Margine inferiore</string>
|
|
<string name="pref_keyboard_height_title">Altezza tastiera</string>
|
|
<string name="pref_horizontal_margin_title">Margine orizzontale</string>
|
|
<string name="pref_character_size_title">Dimensione Caratteri</string>
|
|
<string name="pref_character_size_summary">Dimensione dei caratteri mostrati sulla tastiera (%.2fx)</string>
|
|
<string name="pref_theme">Tema</string>
|
|
<string name="pref_theme_e_system">Impostazioni di sistema</string>
|
|
<string name="pref_theme_e_dark">Scuro</string>
|
|
<string name="pref_theme_e_light">Chiaro</string>
|
|
<string name="pref_theme_e_black">Nero</string>
|
|
<!-- <string name="pref_theme_e_white">White</string> -->
|
|
<string name="pref_swipe_dist_e_very_short">Veramente breve</string>
|
|
<string name="pref_swipe_dist_e_short">Breve</string>
|
|
<string name="pref_swipe_dist_e_default">Normale</string>
|
|
<string name="pref_swipe_dist_e_far">Distante</string>
|
|
<string name="pref_swipe_dist_e_very_far">Molto distante</string>
|
|
<string name="pref_key_horizontal_space">Spazio orizzontale tra i tasti</string>
|
|
<string name="pref_key_vertical_space">Spazio verticale tra i tasti</string>
|
|
<!-- <string name="pref_category_advanced">Advanced</string> -->
|
|
<!-- <string name="pref_custom_layout_title">Custom layout</string> -->
|
|
<!-- <string name="pref_custom_layout_summary">See the source code. This option is not meant to be used.</string> -->
|
|
<string name="key_action_next">Prossimo</string>
|
|
<string name="key_action_done">Fatto</string>
|
|
<string name="key_action_go">Vai</string>
|
|
<string name="key_action_prev">Precedente</string>
|
|
<string name="key_action_search">Cerca</string>
|
|
<string name="key_action_send">Invia</string>
|
|
</resources>
|