The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Kenny Root | 1866d9e | 2010-03-17 22:16:48 -0700 | [diff] [blame] | 2 | <!-- |
| 3 | /* |
| 4 | ** |
| 5 | ** Copyright 2008, The Android Open Source Project |
| 6 | ** |
| 7 | ** Licensed under the Apache License, Version 2.0 (the "License"); |
| 8 | ** you may not use this file except in compliance with the License. |
| 9 | ** You may obtain a copy of the License at |
| 10 | ** |
| 11 | ** http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | ** |
| 13 | ** Unless required by applicable law or agreed to in writing, software |
| 14 | ** distributed under the License is distributed on an "AS IS" BASIS, |
| 15 | ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 16 | ** See the License for the specific language governing permissions and |
| 17 | ** limitations under the License. |
| 18 | */ |
| 19 | --> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 20 | |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 21 | <resources xmlns:android="http://schemas.android.com/apk/res/android" |
| 22 | xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
satok | e04cc8b | 2010-07-20 14:17:34 +0900 | [diff] [blame] | 23 | <string name="english_ime_name" msgid="7252517407088836577">"Tastiera Android"</string> |
| 24 | <string name="english_ime_settings" msgid="6661589557206947774">"Impostazioni tastiera Android"</string> |
Eric Fischer | 566c45e | 2010-10-27 14:37:12 -0700 | [diff] [blame^] | 25 | <string name="english_ime_input_options" msgid="3909945612939668554">"Opzioni inserimento"</string> |
Kenny Root | 8099a06 | 2010-05-17 11:43:46 -0700 | [diff] [blame] | 26 | <string name="vibrate_on_keypress" msgid="5258079494276955460">"Vibrazione tasti"</string> |
| 27 | <string name="sound_on_keypress" msgid="6093592297198243644">"Suono tasti"</string> |
Eric Fischer | 566c45e | 2010-10-27 14:37:12 -0700 | [diff] [blame^] | 28 | <string name="popup_on_keypress" msgid="123894815723512944">"Popup alla pressione di un tasto"</string> |
Eric Fischer | 5a323e6 | 2009-08-03 16:28:40 -0700 | [diff] [blame] | 29 | <string name="hit_correction" msgid="4855351009261318389">"Correggi errori di digitazione"</string> |
| 30 | <string name="hit_correction_summary" msgid="8761701873008070796">"Attiva la correzione degli errori di inserimento"</string> |
| 31 | <string name="hit_correction_land" msgid="2567691684825205448">"Errori di inserimento in visualizzazione orizzontale"</string> |
| 32 | <string name="hit_correction_land_summary" msgid="4076803842198368328">"Attiva la correzione degli errori di inserimento"</string> |
| 33 | <string name="auto_correction" msgid="7911639788808958255">"Suggerimenti parola"</string> |
| 34 | <string name="auto_correction_summary" msgid="6881047311475758267">"Correggi automaticamente la parola precedente"</string> |
| 35 | <string name="prediction" msgid="466220283138359837">"Suggerimenti parola"</string> |
| 36 | <string name="prediction_category" msgid="7027100625580696660">"Impostazioni suggerimento parole"</string> |
| 37 | <string name="prediction_summary" msgid="459788228830873110">"Attiva il completamento automatico durante la digitazione"</string> |
| 38 | <string name="auto_complete_dialog_title" msgid="2172048590607201920">"Completamento automatico"</string> |
| 39 | <string name="prediction_landscape" msgid="4874601565593216183">"Aumenta dimensioni campo di testo"</string> |
| 40 | <string name="prediction_landscape_summary" msgid="6736551095997839472">"Nascondi i suggerimenti delle parole in visualizzazione orizzontale"</string> |
| 41 | <string name="auto_cap" msgid="1719746674854628252">"Maiuscole automatiche"</string> |
| 42 | <string name="auto_cap_summary" msgid="3260681697600786825">"Rendi maiuscole le iniziali delle frasi"</string> |
| 43 | <string name="auto_punctuate" msgid="7276672334264521751">"Punteggiatura automat."</string> |
Eric Fischer | 15c3752 | 2010-08-05 16:10:04 -0700 | [diff] [blame] | 44 | <string name="auto_punctuate_summary" msgid="6589441565817502132"></string> |
Eric Fischer | 5a323e6 | 2009-08-03 16:28:40 -0700 | [diff] [blame] | 45 | <string name="quick_fixes" msgid="5353213327680897927">"Correzioni veloci"</string> |
| 46 | <string name="quick_fixes_summary" msgid="3405028402510332373">"Corregge gli errori di digitazione più comuni"</string> |
| 47 | <string name="show_suggestions" msgid="507074425254289133">"Mostra suggerimenti"</string> |
| 48 | <string name="show_suggestions_summary" msgid="1989672863935759654">"Visualizza le parole suggerite durante la digitazione"</string> |
Eric Fischer | 566c45e | 2010-10-27 14:37:12 -0700 | [diff] [blame^] | 49 | <string name="prefs_settings_key" msgid="4623341240804046498">"Mostra tasto impostazioni"</string> |
| 50 | <string name="settings_key_mode_auto_name" msgid="2993460277873684680">"Automatico"</string> |
| 51 | <string name="settings_key_mode_always_show_name" msgid="3047567041784760575">"Mostra sempre"</string> |
| 52 | <string name="settings_key_mode_always_hide_name" msgid="7833948046716923994">"Nascondi sempre"</string> |
Eric Fischer | 30dd9b5 | 2010-09-24 12:28:30 -0700 | [diff] [blame] | 53 | <!-- no translation found for settings_key_modes:0 (8549888726962891527) --> |
| 54 | <!-- no translation found for settings_key_modes:1 (881280041213210923) --> |
| 55 | <!-- no translation found for settings_key_modes:2 (7317310620171067848) --> |
Eric Fischer | 566c45e | 2010-10-27 14:37:12 -0700 | [diff] [blame^] | 56 | <string name="auto_complete" msgid="1103196318775486023">"Completamento autom."</string> |
| 57 | <string name="auto_complete_summary" msgid="6113149638718274624">"Barra spaziatrice e punteggiatura inseriscono la parola evidenziata"</string> |
| 58 | <string name="auto_completion_threshold_mode_off" msgid="8100705925921970219">"Non attivo"</string> |
| 59 | <string name="auto_completion_threshold_mode_modest" msgid="1639075698991437157">"Medio"</string> |
| 60 | <string name="auto_completion_threshold_mode_aggeressive" msgid="1153130653281397959">"Massimo"</string> |
| 61 | <!-- no translation found for auto_completion_threshold_modes:0 (3772724687113374811) --> |
| 62 | <!-- no translation found for auto_completion_threshold_modes:1 (7483119907292449051) --> |
| 63 | <!-- no translation found for auto_completion_threshold_modes:2 (532410375228539727) --> |
Eric Fischer | 15c3752 | 2010-08-05 16:10:04 -0700 | [diff] [blame] | 64 | <string name="bigram_suggestion" msgid="1323347224043514969">"Suggerimenti sui bigrammi"</string> |
| 65 | <string name="bigram_suggestion_summary" msgid="4383845146070101531">"Utilizza parola precedente per migliorare il suggerimento"</string> |
Eric Fischer | 9e171bc | 2009-03-24 21:02:51 -0700 | [diff] [blame] | 66 | <string-array name="prediction_modes"> |
Eric Fischer | 5a323e6 | 2009-08-03 16:28:40 -0700 | [diff] [blame] | 67 | <item msgid="4870266572388153286">"Nessuna"</item> |
| 68 | <item msgid="1669461741568287396">"Base"</item> |
| 69 | <item msgid="4894328801530136615">"Avanzate"</item> |
Eric Fischer | 9e171bc | 2009-03-24 21:02:51 -0700 | [diff] [blame] | 70 | </string-array> |
Eric Fischer | 5a323e6 | 2009-08-03 16:28:40 -0700 | [diff] [blame] | 71 | <string name="added_word" msgid="8993883354622484372">"<xliff:g id="WORD">%s</xliff:g> : parola salvata"</string> |
Eric Fischer | 5a323e6 | 2009-08-03 16:28:40 -0700 | [diff] [blame] | 72 | <string name="tip_long_press" msgid="6101270866284343344">"Tieni premuto un tasto per vedere le lettere con segni diacritici (ø, ö etc.)"</string> |
| 73 | <string name="tip_dismiss" msgid="7585579046862204381">"Premi il tasto Indietro ↶ per chiudere la tastiera"</string> |
| 74 | <string name="tip_access_symbols" msgid="6344098517525531652">"Accedi a numeri e simboli"</string> |
| 75 | <string name="tip_add_to_dictionary" msgid="1487293888469227817">"Tieni premuto sulla parola all\'estrema sinistra per aggiungerla al dizionario"</string> |
| 76 | <string name="touch_to_continue" msgid="7869803257948414531">"Tocca questo suggerimento per continuare »"</string> |
| 77 | <string name="touch_to_finish" msgid="7990196086480585789">"Tocca qui per chiudere questo suggerimento e iniziare a digitare."</string> |
| 78 | <string name="tip_to_open_keyboard" msgid="6821200275486950452"><b>"La tastiera si apre ogni volta che tocchi un campo di testo"</b></string> |
Kenny Root | 0dfa3e6 | 2010-04-27 14:30:47 -0700 | [diff] [blame] | 79 | <string name="tip_to_view_accents" msgid="5433158573693308501"><b>"Tocca e tieni premuto un pulsante per visualizzare le lettere con segni diacritici"\n"(ø, ö, ô, ó e così via)"</b></string> |
| 80 | <string name="tip_to_open_symbols" msgid="7345139325622444880"><b>"Passa a numeri e simboli toccando questo pulsante"</b></string> |
| 81 | <string name="tip_to_close_symbols" msgid="5227724217206927185"><b>"Torna alle lettere toccando di nuovo questo pulsante"</b></string> |
| 82 | <string name="tip_to_launch_settings" msgid="8402961128983196128"><b>"Tocca e tieni premuto questo pulsante per modificare le impostazioni della tastiera, come il completamento automatico"</b></string> |
| 83 | <string name="tip_to_start_typing" msgid="7213843601369174313"><b>"Prova!"</b></string> |
Eric Fischer | 5a323e6 | 2009-08-03 16:28:40 -0700 | [diff] [blame] | 84 | <string name="label_go_key" msgid="1635148082137219148">"Vai"</string> |
| 85 | <string name="label_next_key" msgid="362972844525672568">"Avanti"</string> |
| 86 | <string name="label_done_key" msgid="2441578748772529288">"Fine"</string> |
| 87 | <string name="label_send_key" msgid="2815056534433717444">"Invia"</string> |
| 88 | <string name="label_symbol_key" msgid="6175820506864489453">"?123"</string> |
| 89 | <string name="label_phone_key" msgid="4275497665515080551">"123"</string> |
| 90 | <string name="label_alpha_key" msgid="8864943487292437456">"ABC"</string> |
| 91 | <string name="label_alt_key" msgid="2846315350346694811">"ALT"</string> |
Eric Fischer | 566c45e | 2010-10-27 14:37:12 -0700 | [diff] [blame^] | 92 | <string name="label_more_key" msgid="3760239494604948502">"Altro"</string> |
| 93 | <!-- no translation found for label_tab_key (6532779603382157482) --> |
| 94 | <skip /> |
| 95 | <!-- no translation found for label_pause_key (181098308428035340) --> |
| 96 | <skip /> |
| 97 | <!-- no translation found for label_wait_key (6402152600878093134) --> |
| 98 | <skip /> |
Mike LeBeau | 466741d | 2010-01-16 12:21:23 -0800 | [diff] [blame] | 99 | <string name="voice_warning_title" msgid="4419354150908395008">"Comandi vocali"</string> |
| 100 | <string name="voice_warning_locale_not_supported" msgid="637923019716442333">"I comandi vocali non sono attualmente supportati per la tua lingua ma funzionano in inglese."</string> |
| 101 | <string name="voice_warning_may_not_understand" msgid="4611518823070986445">"I comandi vocali sono una funzione sperimentale che utilizza il riconoscimento vocale in rete di Google."</string> |
| 102 | <string name="voice_warning_how_to_turn_off" msgid="5652369578498701761">"Per disattivare i comandi vocali, vai alle impostazioni della tastiera."</string> |
| 103 | <string name="voice_hint_dialog_message" msgid="6892342981545727994">"Per utilizzare i comandi vocali, premi il pulsante del microfono o fai scorrere il dito sulla tastiera sullo schermo."</string> |
| 104 | <string name="voice_listening" msgid="467518160751321844">"Parla ora"</string> |
| 105 | <string name="voice_working" msgid="6666937792815731889">"Elaborazione in corso"</string> |
Eric Fischer | 15c3752 | 2010-08-05 16:10:04 -0700 | [diff] [blame] | 106 | <string name="voice_initializing" msgid="661962047129906646"></string> |
Mike LeBeau | 466741d | 2010-01-16 12:21:23 -0800 | [diff] [blame] | 107 | <string name="voice_error" msgid="5140896300312186162">"Errore. Riprova più tardi."</string> |
| 108 | <string name="voice_network_error" msgid="6649556447401862563">"Impossibile connettersi."</string> |
| 109 | <string name="voice_too_much_speech" msgid="5746973620134227376">"Errore: conversazione troppo lunga."</string> |
| 110 | <string name="voice_audio_error" msgid="5072707727016414454">"Problema audio"</string> |
| 111 | <string name="voice_server_error" msgid="7807129913977261644">"Errore del server"</string> |
| 112 | <string name="voice_speech_timeout" msgid="8461817525075498795">"Nessuna frase vocale rilevata"</string> |
| 113 | <string name="voice_no_match" msgid="4285117547030179174">"Nessuna corrispondenza trovata"</string> |
| 114 | <string name="voice_not_installed" msgid="5552450909753842415">"Ricerca vocale non installata"</string> |
| 115 | <string name="voice_swipe_hint" msgid="6943546180310682021"><b>"Suggerimento."</b>" Fai scorrere il dito sulla tastiera per parlare"</string> |
| 116 | <string name="voice_punctuation_hint" msgid="1611389463237317754"><b>"Suggerimento."</b>" La prossima volta, prova a pronunciare termini relativi alla punteggiatura come \"punto\", \"virgola\" o \"punto di domanda\"."</string> |
| 117 | <string name="cancel" msgid="6830980399865683324">"Annulla"</string> |
| 118 | <string name="ok" msgid="7898366843681727667">"OK"</string> |
Eric Fischer | 6aaafee | 2010-02-26 17:34:25 -0800 | [diff] [blame] | 119 | <string name="voice_input" msgid="2466640768843347841">"Comandi vocali"</string> |
| 120 | <string-array name="voice_input_modes"> |
| 121 | <item msgid="1349082139076086774">"Su tastiera principale"</item> |
| 122 | <item msgid="8529385602829095903">"Su tastiera simboli"</item> |
| 123 | <item msgid="7283103513488381103">"Non attivi"</item> |
| 124 | </string-array> |
| 125 | <string-array name="voice_input_modes_summary"> |
| 126 | <item msgid="554248625705084903">"Microfono su tastiera principale"</item> |
| 127 | <item msgid="6907837061058876770">"Microfono su tastiera simboli"</item> |
| 128 | <item msgid="3664304608587798036">"Comandi vocali disabilitati"</item> |
| 129 | </string-array> |
Mike LeBeau | 466741d | 2010-01-16 12:21:23 -0800 | [diff] [blame] | 130 | <string name="auto_submit" msgid="9151008027068358518">"Invia automaticamente dopo comando vocale"</string> |
| 131 | <string name="auto_submit_summary" msgid="4961875269610384226">"Premi automaticamente \"Invio\" durante una ricerca o un passaggio al campo successivo."</string> |
Eric Fischer | 5a323e6 | 2009-08-03 16:28:40 -0700 | [diff] [blame] | 132 | <string name="open_the_keyboard" msgid="2215920976029260466"><font size="17"><b>"Apertura tastiera"\n</b></font><font size="3">\n</font>"Tocca qualsiasi campo di testo."</string> |
| 133 | <string name="close_the_keyboard" msgid="6251022259044940103"><font size="17"><b>"Chiusura tastiera"\n</b></font><font size="3">\n</font>"Premi il tasto Indietro."</string> |
Kenny Root | 0dfa3e6 | 2010-04-27 14:30:47 -0700 | [diff] [blame] | 134 | <string name="touch_and_hold" msgid="6154166367273010534"><font size="17"><b>"Tocca e tieni premuto un pulsante per le opzioni"\n</b></font><font size="3">\n</font>"Accesso a punteggiatura e accenti."</string> |
| 135 | <string name="keyboard_settings" msgid="4585753477617374032"><font size="17"><b>"Impostazioni tastiera"\n</b></font><font size="3">\n</font>"Tocca e tieni premuto il pulsante "<b>"?123"</b>"."</string> |
Eric Fischer | cf27e2f | 2009-11-06 15:30:07 -0800 | [diff] [blame] | 136 | <string name="popular_domain_0" msgid="3745279225122472969">".com"</string> |
| 137 | <string name="popular_domain_1" msgid="1370572248164278467">".net"</string> |
| 138 | <string name="popular_domain_2" msgid="3036812463748402878">".org"</string> |
| 139 | <string name="popular_domain_3" msgid="8718639560809452028">".gov"</string> |
| 140 | <string name="popular_domain_4" msgid="35359437471311470">".edu"</string> |
Eric Fischer | 566c45e | 2010-10-27 14:37:12 -0700 | [diff] [blame^] | 141 | <string name="selectInputMethod" msgid="315076553378705821">"Seleziona metodo di inserimento"</string> |
Eric Fischer | 6aaafee | 2010-02-26 17:34:25 -0800 | [diff] [blame] | 142 | <string name="language_selection_title" msgid="1651299598555326750">"Lingue comandi"</string> |
| 143 | <string name="language_selection_summary" msgid="187110938289512256">"Scorri il dito sulla barra spaziatrice per cambiare la lingua"</string> |
Eric Fischer | 566c45e | 2010-10-27 14:37:12 -0700 | [diff] [blame^] | 144 | <string name="hint_add_to_dictionary" msgid="9006292060636342317">"← Tocca di nuovo per salvare"</string> |
Kenny Root | 1866d9e | 2010-03-17 22:16:48 -0700 | [diff] [blame] | 145 | <string name="has_dictionary" msgid="6071847973466625007">"Dizionario disponibile"</string> |
Eric Fischer | 566c45e | 2010-10-27 14:37:12 -0700 | [diff] [blame^] | 146 | <string name="prefs_enable_log" msgid="6620424505072963557">"Attiva commenti degli utenti"</string> |
| 147 | <string name="prefs_description_log" msgid="5827825607258246003">"Aiuta a migliorare l\'editor del metodo di inserimento inviando automaticamente a Google statistiche sull\'utilizzo e segnalazioni sugli arresti anomali."</string> |
| 148 | <!-- outdated translation 5809974560359283818 --> <string name="prefs_enable_recorrection" msgid="4588408906649533582">"Tocca per correggere di nuovo le parole"</string> |
| 149 | <!-- outdated translation 5037231665897435902 --> <string name="prefs_enable_recorrection_summary" msgid="1056068922330206170">"Puoi correggere di nuovo le parole toccando quelle che hai digitato"</string> |
| 150 | <string name="keyboard_layout" msgid="437433231038683666">"Tema della tastiera"</string> |
| 151 | <string name="subtype_mode_keyboard" msgid="2242090416595003881">"tastiera"</string> |
| 152 | <string name="subtype_mode_voice" msgid="4394113125441627771">"vocale"</string> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 153 | </resources> |