forked from extern/Unexpected-Keyboard
c17b53ce7f
Allow choosing whether to show the high or the low digits first. The numeric pane and the numpad are affected by the option.
68 lines
4.6 KiB
XML
68 lines
4.6 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_category_layout">Layout</string>
|
|
<!-- <string name="pref_label_brightness">Adjust label brightness</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_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_precise_repeat_title">Movimento puntatore preciso</string>
|
|
<string name="pref_precise_repeat_summary">Modula la veocità della ripetizione con lo swipe</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_keyboard_height_landscape_title">Altezza tastiera in modalità orizzontale</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>
|