The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- Copyright (C) 2009 The Android Open Source Project |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | --> |
| 16 | <resources xmlns:android="http://schemas.android.com/apk/res/android" |
| 17 | xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
Eric Fischer | 9e171bc | 2009-03-24 21:02:51 -0700 | [diff] [blame] | 18 | <string name="english_ime_name">"Tastiera Android"</string> |
| 19 | <string name="english_ime_settings">"Impostazioni tastiera Android"</string> |
Eric Fischer | a3ab449 | 2009-07-13 15:53:17 -0700 | [diff] [blame] | 20 | <string name="vibrate_on_keypress">"Vibra se premi un tasto"</string> |
| 21 | <string name="sound_on_keypress">"Suona se premi un tasto"</string> |
Eric Fischer | 9e171bc | 2009-03-24 21:02:51 -0700 | [diff] [blame] | 22 | <string name="hit_correction">"Correggi errori di digitazione"</string> |
| 23 | <string name="hit_correction_summary">"Attiva la correzione degli errori di inserimento"</string> |
| 24 | <string name="hit_correction_land">"Errori di inserimento in visualizzazione orizzontale"</string> |
| 25 | <string name="hit_correction_land_summary">"Attiva la correzione degli errori di inserimento"</string> |
| 26 | <string name="auto_correction">"Suggerimenti parola"</string> |
| 27 | <string name="auto_correction_summary">"Correggi automaticamente la parola precedente"</string> |
| 28 | <string name="prediction">"Suggerimenti parola"</string> |
| 29 | <string name="prediction_category">"Impostazioni suggerimento parole"</string> |
| 30 | <string name="prediction_summary">"Attiva il completamento automatico durante la digitazione"</string> |
| 31 | <string name="auto_complete_dialog_title">"Completamento automatico"</string> |
| 32 | <string name="prediction_landscape">"Aumenta dimensioni campo di testo"</string> |
| 33 | <string name="prediction_landscape_summary">"Nascondi i suggerimenti delle parole in visualizzazione orizzontale"</string> |
| 34 | <string name="auto_cap">"Maiuscole automatiche"</string> |
| 35 | <string name="auto_cap_summary">"Rendi maiuscole le iniziali delle frasi"</string> |
Eric Fischer | a3ab449 | 2009-07-13 15:53:17 -0700 | [diff] [blame] | 36 | <string name="auto_punctuate">"Punteggiatura automat."</string> |
The Android Open Source Project | 264b19a | 2009-03-18 17:39:49 -0700 | [diff] [blame] | 37 | <!-- no translation found for auto_punctuate_summary (6589441565817502132) --> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 38 | <skip /> |
Eric Fischer | ab5db42 | 2009-04-07 13:55:06 -0700 | [diff] [blame] | 39 | <string name="quick_fixes">"Correzioni veloci"</string> |
| 40 | <string name="quick_fixes_summary">"Corregge gli errori di digitazione più comuni"</string> |
| 41 | <string name="show_suggestions">"Mostra suggerimenti"</string> |
| 42 | <string name="show_suggestions_summary">"Visualizza le parole suggerite durante la digitazione"</string> |
Eric Fischer | a3ab449 | 2009-07-13 15:53:17 -0700 | [diff] [blame] | 43 | <string name="auto_complete">"Completamento autom."</string> |
| 44 | <string name="auto_complete_summary">"Barra spaziatrice e punteggiatura inseriscono la parola evidenziata"</string> |
Eric Fischer | 9e171bc | 2009-03-24 21:02:51 -0700 | [diff] [blame] | 45 | <string-array name="prediction_modes"> |
| 46 | <item>"Nessuna"</item> |
| 47 | <item>"Base"</item> |
| 48 | <item>"Avanzate"</item> |
| 49 | </string-array> |
| 50 | <string name="prediction_none">"0"</string> |
| 51 | <string name="prediction_basic">"1"</string> |
| 52 | <string name="prediction_full">"2"</string> |
The Android Open Source Project | 264b19a | 2009-03-18 17:39:49 -0700 | [diff] [blame] | 53 | <!-- no translation found for prediction_modes_values:0 (579944677836100459) --> |
| 54 | <!-- no translation found for prediction_modes_values:1 (7214414132844804570) --> |
| 55 | <!-- no translation found for prediction_modes_values:2 (6678546276084314171) --> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 56 | <string name="added_word">"<xliff:g id="WORD">%s</xliff:g> : parola salvata"</string> |
Eric Fischer | a3ab449 | 2009-07-13 15:53:17 -0700 | [diff] [blame] | 57 | <string name="alternates_for_a">"àá"</string> |
| 58 | <string name="alternates_for_e">"èé"</string> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 59 | <string name="alternates_for_i">"ìíîï"</string> |
Eric Fischer | a3ab449 | 2009-07-13 15:53:17 -0700 | [diff] [blame] | 60 | <string name="alternates_for_o">"òó"</string> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 61 | <string name="alternates_for_u">"ùúûü"</string> |
Eric Fischer | a3ab449 | 2009-07-13 15:53:17 -0700 | [diff] [blame] | 62 | <string name="alternates_for_s">"§"</string> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 63 | <string name="alternates_for_n">"ñ"</string> |
| 64 | <string name="alternates_for_c">"ç"</string> |
| 65 | <string name="alternates_for_y">"ýÿ"</string> |
Eric Fischer | 9e171bc | 2009-03-24 21:02:51 -0700 | [diff] [blame] | 66 | <string name="tip_long_press">"Tieni premuto un tasto per vedere le lettere con segni diacritici (ø, ö etc.)"</string> |
Eric Fischer | a3ab449 | 2009-07-13 15:53:17 -0700 | [diff] [blame] | 67 | <string name="tip_dismiss">"Premi il tasto Indietro ↶ per chiudere la tastiera"</string> |
Eric Fischer | 9e171bc | 2009-03-24 21:02:51 -0700 | [diff] [blame] | 68 | <string name="tip_access_symbols">"Accedi a numeri e simboli"</string> |
| 69 | <string name="tip_add_to_dictionary">"Tieni premuto sulla parola all\'estrema sinistra per aggiungerla al dizionario"</string> |
Eric Fischer | ab5db42 | 2009-04-07 13:55:06 -0700 | [diff] [blame] | 70 | <string name="touch_to_continue">"Tocca questo suggerimento per continuare »"</string> |
| 71 | <string name="touch_to_finish">"Tocca qui per chiudere questo suggerimento e iniziare a digitare."</string> |
| 72 | <string name="tip_to_open_keyboard"><b>"La tastiera si apre ogni volta che tocchi un campo di testo"</b></string> |
| 73 | <string name="tip_to_view_accents"><b>"Tocca e tieni premuto un tasto per visualizzare le lettere con segni diacritici"\n"(ø, ö, ô, ó e così via)"</b></string> |
| 74 | <string name="tip_to_open_symbols"><b>"Passa a numeri e simboli toccando questo tasto"</b></string> |
| 75 | <string name="tip_to_close_symbols"><b>"Torna all\'alfabeto toccando di nuovo questo tasto"</b></string> |
| 76 | <string name="tip_to_launch_settings"><b>"Tocca e tieni premuto questo tasto per modificare le impostazioni della tastiera, come il completamento automatico"</b></string> |
| 77 | <string name="tip_to_start_typing"><b>"Prova."</b></string> |
Eric Fischer | 9e171bc | 2009-03-24 21:02:51 -0700 | [diff] [blame] | 78 | <string name="label_go_key">"Vai"</string> |
| 79 | <string name="label_next_key">"Avanti"</string> |
| 80 | <string name="label_done_key">"Fine"</string> |
| 81 | <string name="label_send_key">"Invia"</string> |
| 82 | <string name="label_symbol_key">"?123"</string> |
| 83 | <string name="label_phone_key">"123"</string> |
| 84 | <string name="label_alpha_key">"ABC"</string> |
| 85 | <string name="label_alt_key">"ALT"</string> |
Eric Fischer | a3ab449 | 2009-07-13 15:53:17 -0700 | [diff] [blame] | 86 | <string name="open_the_keyboard"><font size="17"><b>"Apertura tastiera"\n</b></font><font size="3">\n</font>"Tocca qualsiasi campo di testo."</string> |
| 87 | <string name="close_the_keyboard"><font size="17"><b>"Chiusura tastiera"\n</b></font><font size="3">\n</font>"Premi il tasto Indietro."</string> |
| 88 | <string name="touch_and_hold"><font size="17"><b>"Tocca e tieni premuto un tasto per le opzioni"\n</b></font><font size="3">\n</font>"Accesso a punteggiatura e accenti."</string> |
| 89 | <string name="keyboard_settings"><font size="17"><b>"Impostazioni tastiera"\n</b></font><font size="3">\n</font>"Tocca e tieni premuto il tasto "<b>"?123"</b>"."</string> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 90 | </resources> |