Mercurial > vim
annotate runtime/lang/menu_it_it.latin1.vim @ 27762:3196066c5795 v8.2.4407
patch 8.2.4407: Vim9: some code not covered by tests
Commit: https://github.com/vim/vim/commit/e08be09a08485e8c919f46c05223c1ccfdaf175d
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Feb 17 13:08:26 2022 +0000
patch 8.2.4407: Vim9: some code not covered by tests
Problem: Vim9: some code not covered by tests.
Solution: Add more tests. Avoid giving two errors. Remove dead code.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 17 Feb 2022 14:15:04 +0100 |
parents | a30d28e794de |
children | a1effd6bb5ba |
rev | line source |
---|---|
7 | 1 " Menu Translations: Italian / Italiano |
819 | 2 " Maintainer: Antonio Colombo <azc100@gmail.com> |
3 " Vlad Sandrini <vlad.gently@gmail.com> | |
2547
9c592dcc7779
Updated Italian menus. (Vlad Sandrini)
Bram Moolenaar <bram@vim.org>
parents:
827
diff
changeset
|
4 " Luciano Montanaro <mikelima@cirulla.net> |
20130
a30d28e794de
patch 8.2.0620: error in menu translations
Bram Moolenaar <Bram@vim.org>
parents:
13960
diff
changeset
|
5 " Last Change: 2020 Apr 23 |
7 | 6 |
7 " Quit when menu translations have already been done. | |
8 if exists("did_menu_trans") | |
9 finish | |
10 endif | |
11 let did_menu_trans = 1 | |
3507
8201108e9cf0
More runtime file fixes for 'compatible' mode.
Bram Moolenaar <bram@vim.org>
parents:
2547
diff
changeset
|
12 let s:keepcpo= &cpo |
8201108e9cf0
More runtime file fixes for 'compatible' mode.
Bram Moolenaar <bram@vim.org>
parents:
2547
diff
changeset
|
13 set cpo&vim |
7 | 14 |
15 scriptencoding iso-8859-1 | |
16 | |
17 " Help / Aiuto | |
18 menut &Help &Aiuto | |
13960 | 19 |
7 | 20 menut &Overview<Tab><F1> &Panoramica<Tab><F1> |
21 menut &User\ Manual Manuale\ &Utente | |
2547
9c592dcc7779
Updated Italian menus. (Vlad Sandrini)
Bram Moolenaar <bram@vim.org>
parents:
827
diff
changeset
|
22 menut &How-to\ links Co&Me\.\.\. |
13960 | 23 menut &Find\.\.\. &Cerca\.\.\. |
24 " -SEP1- | |
2547
9c592dcc7779
Updated Italian menus. (Vlad Sandrini)
Bram Moolenaar <bram@vim.org>
parents:
827
diff
changeset
|
25 menut &Credits Cr&Editi |
9c592dcc7779
Updated Italian menus. (Vlad Sandrini)
Bram Moolenaar <bram@vim.org>
parents:
827
diff
changeset
|
26 menut Co&pying C&Opie |
13960 | 27 menut &Sponsor/Register &Sponsor/Registrazione |
2547
9c592dcc7779
Updated Italian menus. (Vlad Sandrini)
Bram Moolenaar <bram@vim.org>
parents:
827
diff
changeset
|
28 menut O&rphans O&Rfani |
13960 | 29 " -SEP2- |
7 | 30 menut &Version &Versione |
31 menut &About &Intro | |
32 | |
2547
9c592dcc7779
Updated Italian menus. (Vlad Sandrini)
Bram Moolenaar <bram@vim.org>
parents:
827
diff
changeset
|
33 let g:menutrans_help_dialog = "Batti un comando o una parola per cercare aiuto:\n\nPremetti i_ per comandi in modo Input (ad.es.: i_CTRL-X)\nPremetti c_ per comandi che editano la linea-comandi (ad.es.: c_<Del>)\nPremetti ' per un nome di opzione (ad.es.: 'shiftwidth')" |
7 | 34 |
13960 | 35 " File / File |
36 menut &File &File | |
37 | |
7 | 38 menut &Open\.\.\.<Tab>:e &Apri\.\.\.<Tab>:e |
13960 | 39 menut Sp&lit-Open\.\.\.<Tab>:sp A&Pri\ nuova\ finestra\.\.\.<Tab>:sp |
40 menut Open\ Tab\.\.\.<Tab>:tabnew Apri\ nuova\ &Linguetta\.\.\.<Tab>:tabnew | |
41 menut &New<Tab>:enew &Nuovo<Tab>:enew | |
42 menut &Close<Tab>:close &Chiudi<Tab>:close | |
43 " -SEP1- | |
7 | 44 menut &Save<Tab>:w &Salva<Tab>:w |
13960 | 45 menut Save\ &As\.\.\.<Tab>:sav Salva\ &Con\ nome\.\.\.<Tab>:sav |
46 " -SEP2- | |
47 menut Split\ &Diff\ with\.\.\. &Differenza\ con\.\.\. | |
48 menut Split\ Patched\ &By\.\.\. Patc&H\ da\.\.\. | |
49 " -SEP3- | |
50 menut &Print S&tampa | |
51 " -SEP4- | |
2547
9c592dcc7779
Updated Italian menus. (Vlad Sandrini)
Bram Moolenaar <bram@vim.org>
parents:
827
diff
changeset
|
52 menut Sa&ve-Exit<Tab>:wqa Sa&Lva\ ed\ esci<Tab>:wqa |
7 | 53 menut E&xit<Tab>:qa &Esci<Tab>:qa |
54 | |
55 " Edit / Modifica | |
13960 | 56 menut &Edit &Modifica |
7 | 57 |
58 menut &Undo<Tab>u &Annulla<Tab>u | |
59 menut &Redo<Tab>^R &Ripristina<Tab>^R | |
13960 | 60 menut Rep&eat<Tab>\. Ri&Peti<Tab>\. |
61 " -SEP1- | |
7 | 62 menut Cu&t<Tab>"+x &Taglia<Tab>"+x |
63 menut &Copy<Tab>"+y &Copia<Tab>"+y | |
13960 | 64 menut &Paste<Tab>"+gP &Incolla<Tab>"+gP |
7 | 65 menut Put\ &Before<Tab>[p &Metti\ davanti<Tab>[p |
2547
9c592dcc7779
Updated Italian menus. (Vlad Sandrini)
Bram Moolenaar <bram@vim.org>
parents:
827
diff
changeset
|
66 menut Put\ &After<Tab>]p M&Etti\ dietro<Tab>]p |
9c592dcc7779
Updated Italian menus. (Vlad Sandrini)
Bram Moolenaar <bram@vim.org>
parents:
827
diff
changeset
|
67 menut &Delete<Tab>x Cance&Lla<Tab>x |
9c592dcc7779
Updated Italian menus. (Vlad Sandrini)
Bram Moolenaar <bram@vim.org>
parents:
827
diff
changeset
|
68 menut &Select\ all<Tab>ggVG Seleziona\ &Tutto<Tab>ggVG |
13960 | 69 " -SEP2- |
7 | 70 menut &Find\.\.\. &Cerca\.\.\. |
13960 | 71 menut &Find\.\.\.<Tab>/ &Cerca\.\.\.<Tab>/ |
72 menut Find\ and\ Rep&lace\.\.\. &Sostituisci\.\.\. | |
73 menut Find\ and\ Rep&lace\.\.\.<Tab>:%s &Sostituisci\.\.\.<Tab>:%s | |
74 menut Find\ and\ Rep&lace\.\.\.<Tab>:s &Sostituisci\.\.\.<Tab>:s | |
75 " -SEP3- | |
76 menut Settings\ &Window &Finestra\ Impostazioni | |
77 menut Startup\ &Settings Impostazioni\ di\ &Avvio | |
78 menut &Global\ Settings Impostazioni\ &Globali | |
79 menut Question Domanda | |
7 | 80 |
13960 | 81 " Edit / Modifica / Impostazioni Globali |
82 | |
7 | 83 menut Toggle\ Pattern\ &Highlight<Tab>:set\ hls! &Evidenzia\ ricerche\ Sė/No<Tab>:set\ hls! |
13960 | 84 menut Toggle\ &Ignoring\ Case<Tab>:set\ ic! &Ignora\ maiusc\.-minusc\.\ Sė/No<Tab>:set\ ic! |
85 menut Toggle\ &Showing\ Matched\ Pairs<Tab>:set\ sm! Indica\ &Corrispondenze\ Sė/No<Tab>:set\ sm! | |
7 | 86 |
13960 | 87 menut &Context\ lines &Linee\ di\ contesto |
7 | 88 |
13960 | 89 menut &Virtual\ Edit &Edit\ virtuale |
90 menut Never Mai | |
91 menut Block\ Selection Selezione\ Blocco | |
92 menut Insert\ mode Modo\ Insert | |
93 menut Block\ and\ Insert Selezione\ Blocco\ e\ Inserimento | |
94 menut Always Sempre | |
7 | 95 |
13960 | 96 menut Toggle\ Insert\ &Mode<Tab>:set\ im! &Modo\ Insert\ Sė/No<Tab>:set\ im! |
97 menut Toggle\ Vi\ C&ompatibility<Tab>:set\ cp! C&Ompatibilitā\ VI\ Sė/No<Tab>:set\ cp! | |
819 | 98 menut Search\ &Path\.\.\. &Percorso\ di\ ricerca\.\.\. |
2547
9c592dcc7779
Updated Italian menus. (Vlad Sandrini)
Bram Moolenaar <bram@vim.org>
parents:
827
diff
changeset
|
99 menut Ta&g\ Files\.\.\. File\ ta&G\.\.\. |
13960 | 100 " -SEP1- |
101 menut Toggle\ &Toolbar Barra\ s&Trumenti\ Sė/No | |
2547
9c592dcc7779
Updated Italian menus. (Vlad Sandrini)
Bram Moolenaar <bram@vim.org>
parents:
827
diff
changeset
|
102 menut Toggle\ &Bottom\ Scrollbar Barra\ scorrimento\ in\ &Fondo\ Sė/No |
13960 | 103 menut Toggle\ &Left\ Scrollbar Barra\ scorrimento\ a\ &Sinistra\ Sė/No |
104 menut Toggle\ &Right\ Scrollbar Barra\ scorrimento\ a\ &Destra\ Sė/No | |
7 | 105 |
106 let g:menutrans_path_dialog = "Batti percorso di ricerca per i file.\nSepara fra loro i nomi di directory con una virgola." | |
107 let g:menutrans_tags_dialog = "Batti nome dei file di tag.\nSepara fra loro i nomi di directory con una virgola." | |
108 | |
109 " Edit / Impostazioni File | |
2547
9c592dcc7779
Updated Italian menus. (Vlad Sandrini)
Bram Moolenaar <bram@vim.org>
parents:
827
diff
changeset
|
110 menut F&ile\ Settings &Impostazioni\ file |
7 | 111 |
112 " Boolean options | |
13960 | 113 menut Toggle\ Line\ &Numbering<Tab>:set\ nu! &Numerazione\ Sė/No<Tab>:set\ nu! |
114 menut Toggle\ Relati&ve\ Line\ Numbering<Tab>:set\ rnu! Numerazione\ relati&Va\ Sė/No<Tab>:set\ rnu! | |
2547
9c592dcc7779
Updated Italian menus. (Vlad Sandrini)
Bram Moolenaar <bram@vim.org>
parents:
827
diff
changeset
|
115 menut Toggle\ &List\ Mode<Tab>:set\ list! Modo\ &List\ Sė/No<Tab>:set\ list! |
13960 | 116 menut Toggle\ Line\ &Wrapping<Tab>:set\ wrap! Linee\ &Continuate\ Sė/No<Tab>:set\ wrap! |
117 menut Toggle\ W&rapping\ at\ word<Tab>:set\ lbr! A\ capo\ alla\ &Parola\ Sė/No<Tab>:set\ lbr! | |
118 menut Toggle\ Tab\ &expanding<Tab>:set\ et! &Espandi\ Tabulazione\ Sė/No<Tab>:set\ et! | |
20130
a30d28e794de
patch 8.2.0620: error in menu translations
Bram Moolenaar <Bram@vim.org>
parents:
13960
diff
changeset
|
119 menut Toggle\ &Auto\ Indenting<Tab>:set\ ai! Indentazione\ &Automatica\ Sė/No<Tab>:set\ ai! |
a30d28e794de
patch 8.2.0620: error in menu translations
Bram Moolenaar <Bram@vim.org>
parents:
13960
diff
changeset
|
120 menut Toggle\ &C-Style\ Indenting<Tab>:set\ cin! Indentazione\ stile\ &C\ Sė/No<Tab>:set\ cin! |
13960 | 121 " -SEP2- |
122 menut &Shiftwidth &Spazi\ rientranza | |
123 "menut &Shiftwidth.2<Tab>:set\ sw=2\ sw?<CR> &Spazi\ rientranza.2<Tab>:set\ sw=2\ sw?<CR> | |
124 "menut &Shiftwidth.3<Tab>:set\ sw=3\ sw?<CR> &Spazi\ rientranza.3<Tab>:set\ sw=3\ sw?<CR> | |
125 "menut &Shiftwidth.4<Tab>:set\ sw=4\ sw?<CR> &Spazi\ rientranza.4<Tab>:set\ sw=4\ sw?<CR> | |
126 "menut &Shiftwidth.5<Tab>:set\ sw=5\ sw?<CR> &Spazi\ rientranza.5<Tab>:set\ sw=5\ sw?<CR> | |
127 "menut &Shiftwidth.6<Tab>:set\ sw=6\ sw?<CR> &Spazi\ rientranza.6<Tab>:set\ sw=6\ sw?<CR> | |
128 "menut &Shiftwidth.8<Tab>:set\ sw=8\ sw?<CR> &Spazi\ rientranza.8<Tab>:set\ sw=8\ sw?<CR> | |
129 menut Soft\ &Tabstop &Tabulazione\ software | |
130 "menut Soft\ &Tabstop.2<Tab>:set\ sts=2\ sts? &Tabulazione\ software.2<Tab>:set\ sts=2\ sts? | |
131 "menut Soft\ &Tabstop.3<Tab>:set\ sts=3\ sts? &Tabulazione\ software.3<Tab>:set\ sts=3\ sts? | |
132 "menut Soft\ &Tabstop.4<Tab>:set\ sts=4\ sts? &Tabulazione\ software.4<Tab>:set\ sts=4\ sts? | |
133 "menut Soft\ &Tabstop.5<Tab>:set\ sts=5\ sts? &Tabulazione\ software.5<Tab>:set\ sts=5\ sts? | |
134 "menut Soft\ &Tabstop.6<Tab>:set\ sts=6\ sts? &Tabulazione\ software.6<Tab>:set\ sts=6\ sts? | |
135 "menut Soft\ &Tabstop.8<Tab>:set\ sts=8\ sts? &Tabulazione\ software.8<Tab>:set\ sts=8\ sts? | |
136 menut Te&xt\ Width\.\.\. Lunghe&Zza\ riga\.\.\. | |
137 menut &File\ Format\.\.\. Formato\ &File\.\.\. | |
7 | 138 |
139 let g:menutrans_textwidth_dialog = "Batti nuova lunghezza linea (0 per inibire la formattazione): " | |
13960 | 140 let g:menutrans_fileformat_dialog = "Scegli formato con cui scrivere il file" |
141 let g:menutrans_fileformat_choices = " &Unix \n &Dos \n &Mac \n &Annullare " | |
7 | 142 |
13960 | 143 menut Show\ C&olor\ Schemes\ in\ Menu Mostra\ Schemi\ C&olore\ in\ Menų |
2547
9c592dcc7779
Updated Italian menus. (Vlad Sandrini)
Bram Moolenaar <bram@vim.org>
parents:
827
diff
changeset
|
144 menut C&olor\ Scheme Schema\ c&Olori |
7 | 145 |
13960 | 146 menut blue blų |
147 menut darkblue blų\ scuro | |
148 menut desert deserto | |
149 menut elflord signore\ degli\ elfi | |
150 menut evening sera | |
151 menut industry industria | |
152 menut morning mattino | |
153 menut peachpuff pesca | |
7 | 154 menut shine brillante |
13960 | 155 menut slate ardesia |
156 menut BLUE BLŲ | |
157 menut DARKBLUE BLŲ\ SCURO | |
158 menut DESERT DESERTO | |
159 menut ELFLORD SIGNORE\ DEGLI\ ELFI | |
160 menut EVENING SERA | |
161 menut INDUSTRY INDUSTRIA | |
162 menut MORNING MATTINO | |
163 menut PEACHPUFF PESCA | |
7 | 164 menut SHINE BRILLANTE |
13960 | 165 menut SLATE ARDESIA |
7 | 166 |
13960 | 167 menut Show\ &Keymaps\ in\ Menu Mostra\ Ma&ppe\ tastiera\ in\ Menų |
168 menut &Keymap Ma&ppa\ tastiera | |
7 | 169 |
13960 | 170 menut None nessuna |
171 menut accents accenti | |
172 menut arabic arabo | |
173 menut armenian-eastern armeno-orientale | |
174 menut armenian-western armeno-occidentale | |
175 menut belarusian-jcuken bielorusso-jcuken | |
176 menut czech ceco | |
177 menut greek greco | |
178 menut hebrew ebraico | |
179 menut hebrewp ebraicop | |
180 menut magyar ungherese | |
181 menut persian persiano | |
182 menut serbian serbo | |
183 menut serbian-latin serbo-latino | |
184 menut slovak slovacco | |
185 menut ACCENTS ACCENTI | |
186 menut ARABIC ARABO | |
187 menut ARMENIAN-EASTERN ARMENO-ORIENTALE | |
188 menut ARMENIAN-WESTERN ARMENO-OCCIDENTALE | |
189 menut BELARUSIAN-JCUKEN BIELORUSSO-JCUKEN | |
190 menut CZECH CECO | |
191 menut GREEK GRECO | |
192 menut HEBREW EBRAICO | |
193 menut HEBREWP EBRAICOP | |
194 menut MAGYAR UNGHERESE | |
195 menut PERSIAN PERSIANO | |
196 menut SERBIAN SERBO | |
197 menut SERBIAN-LATIN SERBO-LATINO | |
198 menut SLOVAK SLOVACCO | |
7 | 199 |
200 menut Select\ Fo&nt\.\.\. Scegli\ &Font\.\.\. | |
201 | |
13960 | 202 " Menų strumenti programmazione |
203 menut &Tools &Strumenti | |
7 | 204 |
2547
9c592dcc7779
Updated Italian menus. (Vlad Sandrini)
Bram Moolenaar <bram@vim.org>
parents:
827
diff
changeset
|
205 menut &Jump\ to\ this\ tag<Tab>g^] &Vai\ a\ questa\ tag<Tab>g^] |
9c592dcc7779
Updated Italian menus. (Vlad Sandrini)
Bram Moolenaar <bram@vim.org>
parents:
827
diff
changeset
|
206 menut Jump\ &back<Tab>^T Torna\ &Indietro<Tab>^T |
9c592dcc7779
Updated Italian menus. (Vlad Sandrini)
Bram Moolenaar <bram@vim.org>
parents:
827
diff
changeset
|
207 menut Build\ &Tags\ File Costruisci\ file\ &Tags\ |
13960 | 208 " -SEP1- |
209 " Menų ortografia / Spelling | |
502 | 210 menut &Spelling &Ortografia |
211 | |
212 menut &Spell\ Check\ On Attiva\ &Controllo\ ortografico | |
213 menut Spell\ Check\ &Off &Disattiva\ controllo\ ortografico | |
214 menut To\ &Next\ error<Tab>]s Errore\ &Seguente<tab>]s | |
215 menut To\ &Previous\ error<Tab>[s Errore\ &Precedente<tab>[s | |
819 | 216 menut Suggest\ &Corrections<Tab>z= &Suggerimenti<Tab>z= |
502 | 217 menut &Repeat\ correction<Tab>:spellrepall &Ripeti\ correzione<Tab>:spellrepall |
218 menut Set\ language\ to\ "en" Imposta\ lingua\ a\ "en" | |
219 menut Set\ language\ to\ "en_au" Imposta\ lingua\ a\ "en_au" | |
220 menut Set\ language\ to\ "en_ca" Imposta\ lingua\ a\ "en_ca" | |
221 menut Set\ language\ to\ "en_gb" Imposta\ lingua\ a\ "en_gb" | |
222 menut Set\ language\ to\ "en_nz" Imposta\ lingua\ a\ "en_nz" | |
223 menut Set\ language\ to\ "en_us" Imposta\ lingua\ a\ "en_us" | |
224 menut &Find\ More\ Languages &Trova\ altre\ lingue | |
225 | |
13960 | 226 " Menų piegature / Fold |
227 menut &Folding &Piegature | |
228 " apri e chiudi piegature | |
229 menut &Enable/Disable\ folds<Tab>zi Pi&egature\ Sė/No<Tab>zi | |
230 menut &View\ Cursor\ Line<Tab>zv &Vedi\ linea\ col\ Cursore<Tab>zv | |
231 menut Vie&w\ Cursor\ Line\ only<Tab>zMzx Vedi\ &Solo\ linea\ col\ Cursore<Tab>zMzx | |
232 menut C&lose\ more\ folds<Tab>zm C&Hiudi\ pių\ piegature<Tab>zm | |
233 menut &Close\ all\ folds<Tab>zM &Chiudi\ tutte\ le\ piegature<Tab>zM | |
234 menut O&pen\ more\ folds<Tab>zr A&Pri\ pių\ piegature<Tab>zr | |
235 menut &Open\ all\ folds<Tab>zR &Apri\ tutte\ le\ piegature<Tab>zR | |
236 " -SEP1- | |
237 " metodo piegatura | |
238 menut Fold\ Met&hod Meto&Do\ piegatura | |
239 menut M&anual &Manuale | |
240 menut I&ndent &Nidificazione | |
241 menut E&xpression &Espressione\ Reg\. | |
242 menut S&yntax &Sintassi | |
243 menut &Diff &Differenza | |
244 menut Ma&rker Mar&Catura | |
7 | 245 |
13960 | 246 " crea e cancella piegature |
247 menut Create\ &Fold<Tab>zf Crea\ &Piegatura<Tab>zf | |
248 menut &Delete\ Fold<Tab>zd &Leva\ piegatura<Tab>zd | |
249 menut Delete\ &All\ Folds<Tab>zD Leva\ &Tutte\ le\ piegature<Tab>zD | |
250 " -SEP2- | |
251 " movimenti all'interno delle piegature | |
252 menut Fold\ col&umn\ width Larghezza\ piegat&Ure\ in\ colonne | |
7 | 253 |
13960 | 254 menut &Diff &Differenza |
255 " | |
256 menut &Update &Aggiorna | |
257 menut &Get\ Block &Importa\ differenze | |
258 menut &Put\ Block &Esporta\ differenze | |
259 | |
260 " -SEP2- | |
7 | 261 menut &Make<Tab>:make Esegui\ &Make<Tab>:make |
262 | |
263 menut &List\ Errors<Tab>:cl Lista\ &Errori<Tab>:cl | |
264 menut L&ist\ Messages<Tab>:cl! Lista\ &Messaggi<Tab>:cl! | |
2547
9c592dcc7779
Updated Italian menus. (Vlad Sandrini)
Bram Moolenaar <bram@vim.org>
parents:
827
diff
changeset
|
265 menut &Next\ Error<Tab>:cn Errore\ s&Uccessivo<Tab>:cn |
7 | 266 menut &Previous\ Error<Tab>:cp Errore\ &Precedente<Tab>:cp |
2547
9c592dcc7779
Updated Italian menus. (Vlad Sandrini)
Bram Moolenaar <bram@vim.org>
parents:
827
diff
changeset
|
267 menut &Older\ List<Tab>:cold Lista\ men&O\ recente<Tab>:cold |
9c592dcc7779
Updated Italian menus. (Vlad Sandrini)
Bram Moolenaar <bram@vim.org>
parents:
827
diff
changeset
|
268 menut N&ewer\ List<Tab>:cnew Lista\ pių\ rece&Nte<Tab>:cnew |
7 | 269 |
270 menut Error\ &Window &Finestra\ errori | |
271 | |
2547
9c592dcc7779
Updated Italian menus. (Vlad Sandrini)
Bram Moolenaar <bram@vim.org>
parents:
827
diff
changeset
|
272 menut &Update<Tab>:cwin A&Ggiorna<Tab>:cwin |
7 | 273 menut &Open<Tab>:copen &Apri<Tab>:copen |
274 menut &Close<Tab>:cclose &Chiudi<Tab>:cclose | |
275 | |
13960 | 276 " -SEP3- |
2547
9c592dcc7779
Updated Italian menus. (Vlad Sandrini)
Bram Moolenaar <bram@vim.org>
parents:
827
diff
changeset
|
277 menut &Convert\ to\ HEX<Tab>:%!xxd &Converti\ a\ esadecimale<Tab>:%!xxd |
9c592dcc7779
Updated Italian menus. (Vlad Sandrini)
Bram Moolenaar <bram@vim.org>
parents:
827
diff
changeset
|
278 menut Conve&rt\ back<Tab>:%!xxd\ -r Conve&rti\ da\ esadecimale<Tab>:%!xxd\ -r |
7 | 279 |
2547
9c592dcc7779
Updated Italian menus. (Vlad Sandrini)
Bram Moolenaar <bram@vim.org>
parents:
827
diff
changeset
|
280 menut Se&T\ Compiler Impo&Sta\ Compilatore |
7 | 281 |
282 " Buffers / Buffer | |
13960 | 283 menut &Buffers &Buffer |
7 | 284 |
13960 | 285 menut &Refresh\ menu A&ggiorna\ menų |
286 menut &Delete &Elimina | |
7 | 287 menut &Alternate &Alternato |
288 menut &Next &Successivo | |
13960 | 289 menut &Previous &Precedente |
7 | 290 menut [No\ File] [Nessun\ File] |
13960 | 291 |
7 | 292 " Syntax / Sintassi |
13960 | 293 menut &Syntax &Sintassi |
294 | |
295 menut &Show\ File\ Types\ in\ menu Mo&Stra\ tipi\ di\ file\ nel\ menų | |
296 menut Set\ '&syntax'\ only &S\ Attiva\ solo\ \ 'syntax' | |
297 menut Set\ '&filetype'\ too &F\ Attiva\ anche\ 'filetype' | |
298 menut &Off &Disattiva | |
299 menut &Manual &Manuale | |
300 menut A&utomatic A&Utomatico | |
301 menut on/off\ for\ &This\ file Attiva\ Sė/No\ su\ ques&To\ file | |
302 menut Co&lor\ test Test\ &Colori | |
303 menut &Highlight\ test Test\ &Evidenziamento | |
304 menut &Convert\ to\ HTML Converti\ ad\ &HTML | |
7 | 305 |
306 let g:menutrans_no_file = "[Senza nome]" | |
307 | |
308 " Window / Finestra | |
13960 | 309 menut &Window &Finestra |
7 | 310 |
311 menut &New<Tab>^Wn &Nuova<Tab>^Wn | |
13960 | 312 menut S&plit<Tab>^Ws &Dividi\ lo\ schermo<Tab>^Ws |
313 menut Sp&lit\ To\ #<Tab>^W^^ D&Ividi\ verso\ #<Tab>^W^^ | |
2547
9c592dcc7779
Updated Italian menus. (Vlad Sandrini)
Bram Moolenaar <bram@vim.org>
parents:
827
diff
changeset
|
314 menut Split\ &Vertically<Tab>^Wv Di&Vidi\ verticalmente<Tab>^Wv |
13960 | 315 menut Split\ File\ E&xplorer Aggiungi\ finestra\ e&Xplorer |
316 " -SEP1- | |
317 menut &Close<Tab>^Wc &Chiudi<Tab>^Wc | |
318 menut Close\ &Other(s)<Tab>^Wo C&Hiudi\ altra(e)<Tab>^Wo | |
319 " -SEP2- | |
320 menut Move\ &To &Muovi\ verso | |
7 | 321 |
322 menut &Top<Tab>^WK &Cima<Tab>^WK | |
13960 | 323 menut &Bottom<Tab>^WJ &Fondo<Tab>^WJ |
7 | 324 menut &Left\ side<Tab>^WH Lato\ &Sinistro<Tab>^WH |
325 menut &Right\ side<Tab>^WL Lato\ &Destro<Tab>^WL | |
2547
9c592dcc7779
Updated Italian menus. (Vlad Sandrini)
Bram Moolenaar <bram@vim.org>
parents:
827
diff
changeset
|
326 menut Rotate\ &Up<Tab>^WR Ruota\ verso\ l'&Alto<Tab>^WR |
9c592dcc7779
Updated Italian menus. (Vlad Sandrini)
Bram Moolenaar <bram@vim.org>
parents:
827
diff
changeset
|
327 menut Rotate\ &Down<Tab>^Wr Ruota\ verso\ il\ &Basso<Tab>^Wr |
13960 | 328 " -SEP3- |
7 | 329 menut &Equal\ Size<Tab>^W= &Uguale\ ampiezza<Tab>^W= |
330 menut &Max\ Height<Tab>^W_ &Altezza\ massima<Tab>^W_ | |
2547
9c592dcc7779
Updated Italian menus. (Vlad Sandrini)
Bram Moolenaar <bram@vim.org>
parents:
827
diff
changeset
|
331 menut M&in\ Height<Tab>^W1_ A&Ltezza\ minima<Tab>^W1_ |
7 | 332 menut Max\ &Width<Tab>^W\| Larghezza\ massima<Tab>^W\| |
333 menut Min\ Widt&h<Tab>^W1\| Larghezza\ minima<Tab>^W1\| | |
334 | |
335 " The popup menu | |
13960 | 336 menut &Undo &Annulla |
337 " -SEP1- | |
338 menut Cu&t &Taglia | |
339 menut &Copy &Copia | |
7 | 340 menut &Paste &Incolla |
341 menut &Delete &Elimina | |
13960 | 342 " -SEP2- |
343 menut Select\ Blockwise Seleziona\ in\ blocco | |
7 | 344 menut Select\ &Word Seleziona\ &Parola |
345 menut Select\ &Line Seleziona\ &Linea | |
13960 | 346 menut Select\ &Block Seleziona\ &Blocco |
2547
9c592dcc7779
Updated Italian menus. (Vlad Sandrini)
Bram Moolenaar <bram@vim.org>
parents:
827
diff
changeset
|
347 menut Select\ &All Seleziona\ t&Utto |
7 | 348 |
349 " The GUI Toolbar / Barra Strumenti | |
13960 | 350 menut Open Apri |
351 menut Save Salva | |
352 menut SaveAll Salva\ Tutto | |
353 menut Print Stampa | |
354 " -SEP1- | |
355 menut Undo Annulla | |
356 menut Redo Ripristina | |
357 " -SEP2- | |
358 menut Cut Taglia | |
359 menut Copy Copia | |
360 menut Paste Incolla | |
361 " -sep3- | |
362 menut Find Cerca | |
20130
a30d28e794de
patch 8.2.0620: error in menu translations
Bram Moolenaar <Bram@vim.org>
parents:
13960
diff
changeset
|
363 menut FindNext Cerca\ Successivo |
a30d28e794de
patch 8.2.0620: error in menu translations
Bram Moolenaar <Bram@vim.org>
parents:
13960
diff
changeset
|
364 menut FindPrev Cerca\ Precedente |
13960 | 365 menut Replace Sostituisci |
366 " -sep4- | |
367 menut New Nuova\ finestra | |
368 menut WinSplit Dividi\ finestra | |
369 menut WinMax Massima\ ampiezza | |
370 menut WinMin Minima\ ampiezza | |
371 menut WinVSplit Dividi\ verticalmente | |
372 menut WinMaxWidth Massima\ larghezza | |
373 menut WinMinWidth Minima\ larghezza | |
374 menut WinClose Chiudi\ finestra | |
375 " -SEP5- | |
376 menut LoadSesn Carica\ Sessione | |
377 menut SaveSesn Salva\ Sessione | |
378 menut RunScript Esegui\ Script | |
379 " -SEP6- | |
380 menut Make Make | |
381 menut Shell Shell | |
382 menut RunCtags Esegui\ Ctags | |
383 menut TagJump Vai\ a\ Tag | |
384 " -SEP7- | |
385 menut Help Aiuto | |
386 menut FindHelp Cerca\ in\ Aiuto | |
7 | 387 |
3507
8201108e9cf0
More runtime file fixes for 'compatible' mode.
Bram Moolenaar <bram@vim.org>
parents:
2547
diff
changeset
|
388 let &cpo = s:keepcpo |
8201108e9cf0
More runtime file fixes for 'compatible' mode.
Bram Moolenaar <bram@vim.org>
parents:
2547
diff
changeset
|
389 unlet s:keepcpo |
8201108e9cf0
More runtime file fixes for 'compatible' mode.
Bram Moolenaar <bram@vim.org>
parents:
2547
diff
changeset
|
390 |
7 | 391 " vim: set sw=2 : |