Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 1 | # Italian Translation for Vim |
| 2 | # |
Bram Moolenaar | 910f66f | 2006-04-05 20:41:53 +0000 | [diff] [blame] | 3 | # FIRST AUTHOR Antonio Colombo <azc100@gmail.com>, 2000 |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 4 | # |
| 5 | # Ogni commento è benvenuto... |
| 6 | # Every remark is very welcome... |
| 7 | # |
| 8 | # Translation done under Linux and using an Italian keyboard. |
| 9 | # English words left in the text are unmodified at plural. |
| 10 | # Option names are mostly left untouched. |
| 11 | # |
| 12 | msgid "" |
| 13 | msgstr "" |
Bram Moolenaar | 6f0d3dd | 2010-06-08 23:17:01 +0200 | [diff] [blame] | 14 | "Project-Id-Version: vim 7.3\n" |
Bram Moolenaar | 2929160 | 2010-07-28 14:28:48 +0200 | [diff] [blame] | 15 | "Report-Msgid-Bugs-To: \n" |
Bram Moolenaar | 662db67 | 2011-03-22 14:05:35 +0100 | [diff] [blame] | 16 | "POT-Creation-Date: 2011-03-10 11:10+0100\n" |
| 17 | "PO-Revision-Date: 2011-03-12 07:08+0100\n" |
Bram Moolenaar | 910f66f | 2006-04-05 20:41:53 +0000 | [diff] [blame] | 18 | "Last-Translator: Vlad Sandrini <vlad.gently@gmail.com>\n" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 19 | "Language-Team: Italian" |
Bram Moolenaar | 910f66f | 2006-04-05 20:41:53 +0000 | [diff] [blame] | 20 | " Antonio Colombo <azc100@gmail.com>" |
Bram Moolenaar | 83e138c | 2007-05-05 18:27:07 +0000 | [diff] [blame] | 21 | " Vlad Sandrini <vlad.gently@gmail.com>" |
| 22 | " Luciano Montanaro <mikelima@cirulla.net>\n" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 23 | "MIME-Version: 1.0\n" |
| 24 | "Content-Type: text/plain; charset=ISO_8859-1\n" |
| 25 | "Content-Transfer-Encoding: 8-bit\n" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 26 | |
Bram Moolenaar | 6f0d3dd | 2010-06-08 23:17:01 +0200 | [diff] [blame] | 27 | msgid "E831: bf_key_init() called with empty password" |
| 28 | msgstr "E831: chiamata a bf_key_init() con password nulla" |
| 29 | |
| 30 | msgid "E820: sizeof(uint32_t) != 4" |
| 31 | msgstr "E820: sizeof(uint32_t) != 4" |
| 32 | |
| 33 | msgid "E817: Blowfish big/little endian use wrong" |
| 34 | msgstr "E817: uso errato di big/little endian in Blowfish" |
| 35 | |
| 36 | msgid "E818: sha256 test failed" |
| 37 | msgstr "E818: test sha256 fallito" |
| 38 | |
| 39 | msgid "E819: Blowfish test failed" |
| 40 | msgstr "E819: test Blowfish fallito" |
| 41 | |
Bram Moolenaar | 2929160 | 2010-07-28 14:28:48 +0200 | [diff] [blame] | 42 | msgid "[Location List]" |
| 43 | msgstr "[Lista Locazioni]" |
| 44 | |
| 45 | msgid "[Quickfix List]" |
| 46 | msgstr "[Lista Quickfix]" |
| 47 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 48 | msgid "E82: Cannot allocate any buffer, exiting..." |
| 49 | msgstr "E82: Non riesco ad allocare alcun buffer, esco..." |
| 50 | |
| 51 | msgid "E83: Cannot allocate buffer, using other one..." |
| 52 | msgstr "E83: Non riesco ad allocare un buffer, uso l'altro..." |
| 53 | |
| 54 | msgid "E515: No buffers were unloaded" |
| 55 | msgstr "E515: Nessun buffer scaricato" |
| 56 | |
| 57 | msgid "E516: No buffers were deleted" |
| 58 | msgstr "E516: Nessun buffer tolto dalla lista" |
| 59 | |
| 60 | msgid "E517: No buffers were wiped out" |
| 61 | msgstr "E517: Nessun buffer cancellato" |
| 62 | |
| 63 | msgid "1 buffer unloaded" |
| 64 | msgstr "1 buffer scaricato" |
| 65 | |
| 66 | #, c-format |
| 67 | msgid "%d buffers unloaded" |
| 68 | msgstr "%d buffer scaricati" |
| 69 | |
| 70 | msgid "1 buffer deleted" |
| 71 | msgstr "1 buffer tolto dalla lista" |
| 72 | |
| 73 | #, c-format |
| 74 | msgid "%d buffers deleted" |
| 75 | msgstr "%d buffer tolti dalla lista" |
| 76 | |
| 77 | msgid "1 buffer wiped out" |
| 78 | msgstr "1 buffer cancellato" |
| 79 | |
| 80 | #, c-format |
| 81 | msgid "%d buffers wiped out" |
| 82 | msgstr "%d buffer cancellati" |
| 83 | |
| 84 | msgid "E84: No modified buffer found" |
| 85 | msgstr "E84: Nessun buffer risulta modificato" |
| 86 | |
| 87 | #. back where we started, didn't find anything. |
| 88 | msgid "E85: There is no listed buffer" |
| 89 | msgstr "E85: Non c'è alcun buffer elencato" |
| 90 | |
| 91 | #, c-format |
| 92 | msgid "E86: Buffer %ld does not exist" |
| 93 | msgstr "E86: Non esiste il buffer %ld" |
| 94 | |
| 95 | msgid "E87: Cannot go beyond last buffer" |
| 96 | msgstr "E87: Non posso oltrepassare l'ultimo buffer" |
| 97 | |
| 98 | msgid "E88: Cannot go before first buffer" |
| 99 | msgstr "E88: Non posso andare prima del primo buffer" |
| 100 | |
| 101 | #, c-format |
| 102 | msgid "E89: No write since last change for buffer %ld (add ! to override)" |
| 103 | msgstr "" |
| 104 | "E89: Buffer %ld non salvato dopo modifica (aggiungi ! per eseguire comunque)" |
| 105 | |
| 106 | msgid "E90: Cannot unload last buffer" |
| 107 | msgstr "E90: Non riesco a scaricare l'ultimo buffer" |
| 108 | |
| 109 | msgid "W14: Warning: List of file names overflow" |
| 110 | msgstr "W14: Attenzione: Superato limite della lista dei nomi di file" |
| 111 | |
| 112 | #, c-format |
| 113 | msgid "E92: Buffer %ld not found" |
| 114 | msgstr "E92: Buffer %ld non trovato" |
| 115 | |
| 116 | #, c-format |
| 117 | msgid "E93: More than one match for %s" |
| 118 | msgstr "E93: Più di una corrispondenza per %s" |
| 119 | |
| 120 | #, c-format |
| 121 | msgid "E94: No matching buffer for %s" |
| 122 | msgstr "E94: Nessun buffer corrispondente a %s" |
| 123 | |
| 124 | #, c-format |
| 125 | msgid "line %ld" |
| 126 | msgstr "linea %ld" |
| 127 | |
| 128 | msgid "E95: Buffer with this name already exists" |
| 129 | msgstr "E95: C'è già un buffer con questo nome" |
| 130 | |
| 131 | msgid " [Modified]" |
| 132 | msgstr " [Modificato]" |
| 133 | |
| 134 | msgid "[Not edited]" |
| 135 | msgstr "[Non elaborato]" |
| 136 | |
| 137 | msgid "[New file]" |
| 138 | msgstr "[File nuovo]" |
| 139 | |
| 140 | msgid "[Read errors]" |
| 141 | msgstr "[Errori in lettura]" |
| 142 | |
| 143 | msgid "[readonly]" |
| 144 | msgstr "[in sola lettura]" |
| 145 | |
Bram Moolenaar | 2929160 | 2010-07-28 14:28:48 +0200 | [diff] [blame] | 146 | #, c-format |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 147 | msgid "1 line --%d%%--" |
| 148 | msgstr "1 linea --%d%%--" |
| 149 | |
Bram Moolenaar | 2929160 | 2010-07-28 14:28:48 +0200 | [diff] [blame] | 150 | #, c-format |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 151 | msgid "%ld lines --%d%%--" |
| 152 | msgstr "%ld linee --%d%%--" |
| 153 | |
Bram Moolenaar | 2929160 | 2010-07-28 14:28:48 +0200 | [diff] [blame] | 154 | #, c-format |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 155 | msgid "line %ld of %ld --%d%%-- col " |
| 156 | msgstr "linea %ld di %ld --%d%%-- col " |
| 157 | |
| 158 | msgid "[No Name]" |
| 159 | msgstr "[Senza nome]" |
| 160 | |
| 161 | #. must be a help buffer |
| 162 | msgid "help" |
| 163 | msgstr "aiuto" |
| 164 | |
Bram Moolenaar | 910f66f | 2006-04-05 20:41:53 +0000 | [diff] [blame] | 165 | msgid "[Help]" |
| 166 | msgstr "[Aiuto]" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 167 | |
| 168 | msgid "[Preview]" |
| 169 | msgstr "[Anteprima]" |
| 170 | |
| 171 | msgid "All" |
| 172 | msgstr "Tut" |
| 173 | |
| 174 | msgid "Bot" |
| 175 | msgstr "Fon" |
| 176 | |
| 177 | msgid "Top" |
| 178 | msgstr "Cim" |
| 179 | |
Bram Moolenaar | 2929160 | 2010-07-28 14:28:48 +0200 | [diff] [blame] | 180 | #, c-format |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 181 | msgid "" |
| 182 | "\n" |
| 183 | "# Buffer list:\n" |
| 184 | msgstr "" |
| 185 | "\n" |
| 186 | "# Lista Buffer:\n" |
| 187 | |
Bram Moolenaar | 28c3795 | 2010-01-06 20:29:28 +0100 | [diff] [blame] | 188 | msgid "[Scratch]" |
| 189 | msgstr "[Volatile]" |
| 190 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 191 | msgid "" |
| 192 | "\n" |
| 193 | "--- Signs ---" |
| 194 | msgstr "" |
| 195 | "\n" |
| 196 | "--- Segni ---" |
| 197 | |
| 198 | #, c-format |
| 199 | msgid "Signs for %s:" |
| 200 | msgstr "Segni per %s:" |
| 201 | |
| 202 | #, c-format |
| 203 | msgid " line=%ld id=%d name=%s" |
Bram Moolenaar | 662db67 | 2011-03-22 14:05:35 +0100 | [diff] [blame] | 204 | msgstr " linea=%ld id=%d, nome=%s" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 205 | |
| 206 | #, c-format |
| 207 | msgid "E96: Can not diff more than %ld buffers" |
| 208 | msgstr "E96: Non supporto differenze fra più di %ld buffer" |
| 209 | |
Bram Moolenaar | 28c3795 | 2010-01-06 20:29:28 +0100 | [diff] [blame] | 210 | msgid "E810: Cannot read or write temp files" |
| 211 | msgstr "E810: Non riesco a leggere o scrivere file temporanei" |
| 212 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 213 | msgid "E97: Cannot create diffs" |
Bram Moolenaar | 6f0d3dd | 2010-06-08 23:17:01 +0200 | [diff] [blame] | 214 | msgstr "E97: Non riesco a creare differenze" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 215 | |
| 216 | msgid "Patch file" |
| 217 | msgstr "File di differenze" |
| 218 | |
Bram Moolenaar | 28c3795 | 2010-01-06 20:29:28 +0100 | [diff] [blame] | 219 | msgid "E816: Cannot read patch output" |
| 220 | msgstr "E816: Non riesco a leggere output del comando 'patch'" |
| 221 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 222 | msgid "E98: Cannot read diff output" |
| 223 | msgstr "E98: Non riesco a leggere output del comando 'diff'" |
| 224 | |
| 225 | msgid "E99: Current buffer is not in diff mode" |
| 226 | msgstr "E99: Buffer corrente non in modalità 'diff'" |
| 227 | |
Bram Moolenaar | 83e138c | 2007-05-05 18:27:07 +0000 | [diff] [blame] | 228 | msgid "E793: No other buffer in diff mode is modifiable" |
| 229 | msgstr "E793: Nessun altro buffer è modificabile in modalità 'diff'" |
| 230 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 231 | msgid "E100: No other buffer in diff mode" |
| 232 | msgstr "E100: Non c'è nessun altro buffer in modalità 'diff'" |
| 233 | |
| 234 | msgid "E101: More than two buffers in diff mode, don't know which one to use" |
| 235 | msgstr "E101: Più di due buffer in modalità 'diff', non so quale usare" |
| 236 | |
| 237 | #, c-format |
| 238 | msgid "E102: Can't find buffer \"%s\"" |
| 239 | msgstr "E102: Non riesco a trovare il buffer: \"%s\"" |
| 240 | |
| 241 | #, c-format |
| 242 | msgid "E103: Buffer \"%s\" is not in diff mode" |
| 243 | msgstr "E103: Il buffer \"%s\" non è in modalità 'diff'" |
| 244 | |
Bram Moolenaar | 18144c8 | 2006-04-12 21:52:12 +0000 | [diff] [blame] | 245 | msgid "E787: Buffer changed unexpectedly" |
| 246 | msgstr "E787: Il buffer è variato inaspettatamente" |
| 247 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 248 | msgid "E104: Escape not allowed in digraph" |
| 249 | msgstr "E104: Escape not ammesso nei digrammi" |
| 250 | |
| 251 | msgid "E544: Keymap file not found" |
| 252 | msgstr "E544: File keymap non trovato" |
| 253 | |
| 254 | msgid "E105: Using :loadkeymap not in a sourced file" |
| 255 | msgstr "E105: Uso di :loadkeymap fuori da un file di comandi" |
| 256 | |
Bram Moolenaar | 3fb9eda | 2006-05-03 21:29:58 +0000 | [diff] [blame] | 257 | msgid "E791: Empty keymap entry" |
| 258 | msgstr "E791: Nessuna keymap per questo tasto" |
| 259 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 260 | msgid " Keyword completion (^N^P)" |
| 261 | msgstr " Completamento Keyword (^N^P)" |
| 262 | |
| 263 | #. ctrl_x_mode == 0, ^P/^N compl. |
Bram Moolenaar | 910f66f | 2006-04-05 20:41:53 +0000 | [diff] [blame] | 264 | msgid " ^X mode (^]^D^E^F^I^K^L^N^O^Ps^U^V^Y)" |
| 265 | msgstr " modalità ^X (^]^D^E^F^I^K^L^N^O^Ps^U^V^Y)" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 266 | |
| 267 | msgid " Whole line completion (^L^N^P)" |
| 268 | msgstr " Completamento Linea Intera (^L^N^P)" |
| 269 | |
| 270 | msgid " File name completion (^F^N^P)" |
| 271 | msgstr " Completamento nomi File (^F^N^P)" |
| 272 | |
| 273 | msgid " Tag completion (^]^N^P)" |
| 274 | msgstr " Completamento Tag (^]^N^P)" |
| 275 | |
| 276 | msgid " Path pattern completion (^N^P)" |
| 277 | msgstr " Completamento modello Path (^N^P)" |
| 278 | |
| 279 | msgid " Definition completion (^D^N^P)" |
| 280 | msgstr " Completamento Definizione (^D^N^P)" |
| 281 | |
| 282 | msgid " Dictionary completion (^K^N^P)" |
| 283 | msgstr " Completamento Dizionario (^K^N^P)" |
| 284 | |
| 285 | msgid " Thesaurus completion (^T^N^P)" |
| 286 | msgstr " Completamento Thesaurus (^T^N^P)" |
| 287 | |
| 288 | msgid " Command-line completion (^V^N^P)" |
| 289 | msgstr " Completamento linea comandi (^V^N^P)" |
| 290 | |
| 291 | msgid " User defined completion (^U^N^P)" |
| 292 | msgstr " Completamento definito dall'utente (^U^N^P)" |
| 293 | |
| 294 | msgid " Omni completion (^O^N^P)" |
| 295 | msgstr " Completamento globale (^O^N^P)" |
| 296 | |
Bram Moolenaar | 910f66f | 2006-04-05 20:41:53 +0000 | [diff] [blame] | 297 | msgid " Spelling suggestion (s^N^P)" |
| 298 | msgstr " Suggerimento ortografico (s^N^P)" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 299 | |
| 300 | msgid " Keyword Local completion (^N^P)" |
| 301 | msgstr " Completamento Keyword Locale (^N^P)" |
| 302 | |
| 303 | msgid "Hit end of paragraph" |
| 304 | msgstr "Giunto alla fine del paragrafo" |
| 305 | |
Bram Moolenaar | 662db67 | 2011-03-22 14:05:35 +0100 | [diff] [blame] | 306 | msgid "E839: Completion function changed window" |
| 307 | msgstr "E839: La funzione di completamento ha modificato la finestra" |
| 308 | |
| 309 | msgid "E840: Completion function deleted text" |
| 310 | msgstr "E840: La funzione di completamento ha eliminato del testo" |
| 311 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 312 | msgid "'dictionary' option is empty" |
| 313 | msgstr "l'opzione 'dictionary' non è impostata" |
| 314 | |
| 315 | msgid "'thesaurus' option is empty" |
| 316 | msgstr "l'opzione 'thesaurus' non è impostata" |
| 317 | |
| 318 | #, c-format |
| 319 | msgid "Scanning dictionary: %s" |
| 320 | msgstr "Scansione dizionario: %s" |
| 321 | |
| 322 | msgid " (insert) Scroll (^E/^Y)" |
| 323 | msgstr " (inserisci) Scroll (^E/^Y)" |
| 324 | |
| 325 | msgid " (replace) Scroll (^E/^Y)" |
| 326 | msgstr " (sostituisci) Scroll (^E/^Y)" |
| 327 | |
| 328 | #, c-format |
| 329 | msgid "Scanning: %s" |
| 330 | msgstr "Scansione: %s" |
| 331 | |
| 332 | msgid "Scanning tags." |
| 333 | msgstr "Scansione tag." |
| 334 | |
| 335 | msgid " Adding" |
| 336 | msgstr " Aggiungo" |
| 337 | |
| 338 | #. showmode might reset the internal line pointers, so it must |
| 339 | #. * be called before line = ml_get(), or when this address is no |
| 340 | #. * longer needed. -- Acevedo. |
| 341 | #. |
| 342 | msgid "-- Searching..." |
| 343 | msgstr "-- Ricerca..." |
| 344 | |
| 345 | msgid "Back at original" |
| 346 | msgstr "Ritorno all'originale" |
| 347 | |
| 348 | msgid "Word from other line" |
| 349 | msgstr "Parola da un'altra linea" |
| 350 | |
| 351 | msgid "The only match" |
| 352 | msgstr "L'unica corrispondenza" |
| 353 | |
| 354 | #, c-format |
| 355 | msgid "match %d of %d" |
| 356 | msgstr "corrispondenza %d di %d" |
| 357 | |
| 358 | #, c-format |
| 359 | msgid "match %d" |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 360 | msgstr "corrispondenza %d" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 361 | |
| 362 | msgid "E18: Unexpected characters in :let" |
| 363 | msgstr "E18: Caratteri non previsti in :let" |
| 364 | |
| 365 | #, c-format |
| 366 | msgid "E684: list index out of range: %ld" |
| 367 | msgstr "E684: indice lista fuori intervallo: %ld" |
| 368 | |
| 369 | #, c-format |
| 370 | msgid "E121: Undefined variable: %s" |
| 371 | msgstr "E121: Variabile non definita: %s" |
| 372 | |
| 373 | msgid "E111: Missing ']'" |
| 374 | msgstr "E111: Manca ']'" |
| 375 | |
| 376 | #, c-format |
| 377 | msgid "E686: Argument of %s must be a List" |
| 378 | msgstr "E686: L'argomento di %s deve essere una Lista" |
| 379 | |
| 380 | #, c-format |
| 381 | msgid "E712: Argument of %s must be a List or Dictionary" |
| 382 | msgstr "E712: L'argomento di %s deve essere una Lista o un Dizionario" |
| 383 | |
| 384 | msgid "E713: Cannot use empty key for Dictionary" |
| 385 | msgstr "E713: Non posso usare una chiave nulla per il Dizionario" |
| 386 | |
| 387 | msgid "E714: List required" |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 388 | msgstr "E714: È necessaria una Lista" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 389 | |
| 390 | msgid "E715: Dictionary required" |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 391 | msgstr "E715: È necessario un Dizionario" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 392 | |
| 393 | #, c-format |
| 394 | msgid "E118: Too many arguments for function: %s" |
| 395 | msgstr "E118: Troppi argomenti per la funzione: %s" |
| 396 | |
| 397 | #, c-format |
| 398 | msgid "E716: Key not present in Dictionary: %s" |
| 399 | msgstr "E716: Chiave assente dal Dizionario: %s" |
| 400 | |
| 401 | #, c-format |
| 402 | msgid "E122: Function %s already exists, add ! to replace it" |
| 403 | msgstr "E122: La funzione %s esiste già, aggiungi ! per sostituirla" |
| 404 | |
| 405 | msgid "E717: Dictionary entry already exists" |
| 406 | msgstr "E717: C'è già la voce nel Dizionario" |
| 407 | |
| 408 | msgid "E718: Funcref required" |
| 409 | msgstr "E718: Funcref necessario" |
| 410 | |
| 411 | msgid "E719: Cannot use [:] with a Dictionary" |
| 412 | msgstr "E719: Non posso usare [:] con un Dizionario" |
| 413 | |
| 414 | #, c-format |
| 415 | msgid "E734: Wrong variable type for %s=" |
| 416 | msgstr "E734: Tipo di variabile errato per %s=" |
| 417 | |
| 418 | #, c-format |
| 419 | msgid "E130: Unknown function: %s" |
| 420 | msgstr "E130: Funzione sconosciuta: %s" |
| 421 | |
| 422 | #, c-format |
| 423 | msgid "E461: Illegal variable name: %s" |
| 424 | msgstr "E461: Nome di variabile non ammesso: %s" |
| 425 | |
| 426 | msgid "E687: Less targets than List items" |
| 427 | msgstr "E687: Destinazioni più numerose degli elementi di Lista" |
| 428 | |
| 429 | msgid "E688: More targets than List items" |
| 430 | msgstr "E688: Destinazioni meno numerose degli elementi di Lista" |
| 431 | |
| 432 | msgid "Double ; in list of variables" |
| 433 | msgstr "Doppio ; nella lista di variabili" |
| 434 | |
| 435 | #, c-format |
| 436 | msgid "E738: Can't list variables for %s" |
| 437 | msgstr "E738: Non riesco a elencare le variabili per %s" |
| 438 | |
| 439 | msgid "E689: Can only index a List or Dictionary" |
| 440 | msgstr "E689: Posso indicizzare solo una Lista o un Dizionario" |
| 441 | |
| 442 | msgid "E708: [:] must come last" |
| 443 | msgstr "E708: [:] deve essere alla fine" |
| 444 | |
| 445 | msgid "E709: [:] requires a List value" |
| 446 | msgstr "E709: [:] necessita un valore Lista" |
| 447 | |
| 448 | msgid "E710: List value has more items than target" |
| 449 | msgstr "E710: Il valore Lista ha più elementi della destinazione" |
| 450 | |
| 451 | msgid "E711: List value has not enough items" |
| 452 | msgstr "E711: Il valore Lista non ha elementi sufficienti" |
| 453 | |
| 454 | msgid "E690: Missing \"in\" after :for" |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 455 | msgstr "E690: Manca \"in\" dopo :for" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 456 | |
| 457 | #, c-format |
Bram Moolenaar | 28c3795 | 2010-01-06 20:29:28 +0100 | [diff] [blame] | 458 | msgid "E107: Missing parentheses: %s" |
| 459 | msgstr "E107: Mancano parentesi: %s" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 460 | |
| 461 | #, c-format |
| 462 | msgid "E108: No such variable: \"%s\"" |
| 463 | msgstr "E108: Variabile inesistente: \"%s\"" |
| 464 | |
| 465 | msgid "E743: variable nested too deep for (un)lock" |
| 466 | msgstr "E743: variabile troppo nidificata per lock/unlock" |
| 467 | |
| 468 | msgid "E109: Missing ':' after '?'" |
| 469 | msgstr "E109: Manca ':' dopo '?'" |
| 470 | |
| 471 | msgid "E691: Can only compare List with List" |
| 472 | msgstr "E691: Posso confrontare una Lista solo con un'altra Lista" |
| 473 | |
| 474 | msgid "E692: Invalid operation for Lists" |
| 475 | msgstr "E692: Operazione non valida per Liste" |
| 476 | |
| 477 | msgid "E735: Can only compare Dictionary with Dictionary" |
| 478 | msgstr "E735: Posso confrontare un Dizionario solo con un altro Dizionario" |
| 479 | |
| 480 | msgid "E736: Invalid operation for Dictionary" |
| 481 | msgstr "E736: Operazione non valida per Dizionari" |
| 482 | |
| 483 | msgid "E693: Can only compare Funcref with Funcref" |
| 484 | msgstr "E693: Posso confrontare un Funcref solo con un Funcref" |
| 485 | |
| 486 | msgid "E694: Invalid operation for Funcrefs" |
| 487 | msgstr "E694: Operazione non valida per Funcref" |
| 488 | |
Bram Moolenaar | c236c16 | 2008-07-13 17:41:49 +0000 | [diff] [blame] | 489 | msgid "E804: Cannot use '%' with Float" |
| 490 | msgstr "E804: Non si può usare '%' con un numero con virgola" |
| 491 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 492 | msgid "E110: Missing ')'" |
| 493 | msgstr "E110: Manca ')'" |
| 494 | |
| 495 | msgid "E695: Cannot index a Funcref" |
| 496 | msgstr "E695: Non posso indicizzare un Funcref" |
| 497 | |
| 498 | #, c-format |
| 499 | msgid "E112: Option name missing: %s" |
| 500 | msgstr "E112: Nome Opzione mancante: %s" |
| 501 | |
| 502 | #, c-format |
| 503 | msgid "E113: Unknown option: %s" |
| 504 | msgstr "E113: Opzione inesistente: %s" |
| 505 | |
| 506 | #, c-format |
| 507 | msgid "E114: Missing quote: %s" |
| 508 | msgstr "E114: Manca '\"': %s" |
| 509 | |
| 510 | #, c-format |
| 511 | msgid "E115: Missing quote: %s" |
| 512 | msgstr "E115: Manca apostrofo: %s" |
| 513 | |
| 514 | #, c-format |
| 515 | msgid "E696: Missing comma in List: %s" |
| 516 | msgstr "E696: Manca virgola nella Lista: %s" |
| 517 | |
| 518 | #, c-format |
| 519 | msgid "E697: Missing end of List ']': %s" |
| 520 | msgstr "E697: Manca ']' a fine Lista: %s" |
| 521 | |
| 522 | #, c-format |
| 523 | msgid "E720: Missing colon in Dictionary: %s" |
| 524 | msgstr "E720: Manca ':' nel Dizionario: %s" |
| 525 | |
| 526 | #, c-format |
| 527 | msgid "E721: Duplicate key in Dictionary: \"%s\"" |
| 528 | msgstr "E721: Chiave duplicata nel Dizionario: \"%s\"" |
| 529 | |
| 530 | #, c-format |
| 531 | msgid "E722: Missing comma in Dictionary: %s" |
| 532 | msgstr "E722: Manca virgola nel Dizionario: %s" |
| 533 | |
| 534 | #, c-format |
| 535 | msgid "E723: Missing end of Dictionary '}': %s" |
| 536 | msgstr "E723: Manca '}' a fine Dizionario: %s" |
| 537 | |
| 538 | msgid "E724: variable nested too deep for displaying" |
| 539 | msgstr "E724: variabile troppo nidificata per la visualizzazione" |
| 540 | |
Bram Moolenaar | 57657d8 | 2006-04-21 22:12:41 +0000 | [diff] [blame] | 541 | #, c-format |
Bram Moolenaar | 28c3795 | 2010-01-06 20:29:28 +0100 | [diff] [blame] | 542 | msgid "E740: Too many arguments for function %s" |
| 543 | msgstr "E740: Troppi argomenti per la funzione: %s" |
| 544 | |
| 545 | #, c-format |
| 546 | msgid "E116: Invalid arguments for function %s" |
| 547 | msgstr "E116: Argomenti non validi per la funzione: %s" |
| 548 | |
| 549 | #, c-format |
Bram Moolenaar | 57657d8 | 2006-04-21 22:12:41 +0000 | [diff] [blame] | 550 | msgid "E117: Unknown function: %s" |
| 551 | msgstr "E117: Funzione sconosciuta: %s" |
| 552 | |
| 553 | #, c-format |
| 554 | msgid "E119: Not enough arguments for function: %s" |
| 555 | msgstr "E119: La funzione: %s richiede più argomenti" |
| 556 | |
| 557 | #, c-format |
| 558 | msgid "E120: Using <SID> not in a script context: %s" |
| 559 | msgstr "E120: Uso di <SID> fuori dal contesto di uno script: %s" |
| 560 | |
| 561 | #, c-format |
| 562 | msgid "E725: Calling dict function without Dictionary: %s" |
| 563 | msgstr "E725: Chiamata di funzione dict in assenza di Dizionario: %s" |
| 564 | |
Bram Moolenaar | c236c16 | 2008-07-13 17:41:49 +0000 | [diff] [blame] | 565 | msgid "E808: Number or Float required" |
| 566 | msgstr "E808: Ci vuole un numero intero o con virgola" |
| 567 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 568 | msgid "E699: Too many arguments" |
| 569 | msgstr "E699: Troppi argomenti" |
| 570 | |
Bram Moolenaar | 910f66f | 2006-04-05 20:41:53 +0000 | [diff] [blame] | 571 | msgid "E785: complete() can only be used in Insert mode" |
| 572 | msgstr "E785: complete() può essere usata solo in modalità inserimento" |
| 573 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 574 | #. |
| 575 | #. * Yes this is ugly, I don't particularly like it either. But doing it |
| 576 | #. * this way has the compelling advantage that translations need not to |
| 577 | #. * be touched at all. See below what 'ok' and 'ync' are used for. |
| 578 | #. |
| 579 | msgid "&Ok" |
| 580 | msgstr "&OK" |
| 581 | |
| 582 | #, c-format |
| 583 | msgid "E737: Key already exists: %s" |
| 584 | msgstr "E737: Chiave già esistente: %s" |
| 585 | |
| 586 | #, c-format |
| 587 | msgid "+-%s%3ld lines: " |
| 588 | msgstr "+-%s%3ld linee: " |
| 589 | |
| 590 | #, c-format |
| 591 | msgid "E700: Unknown function: %s" |
| 592 | msgstr "E700: Funzione sconosciuta: %s" |
| 593 | |
| 594 | msgid "" |
| 595 | "&OK\n" |
| 596 | "&Cancel" |
| 597 | msgstr "" |
| 598 | "&OK\n" |
| 599 | "&Non eseguire" |
| 600 | |
| 601 | msgid "called inputrestore() more often than inputsave()" |
| 602 | msgstr "inputrestore() chiamata più volte di inputsave()" |
| 603 | |
Bram Moolenaar | 18144c8 | 2006-04-12 21:52:12 +0000 | [diff] [blame] | 604 | msgid "E786: Range not allowed" |
| 605 | msgstr "E786: Intervallo non consentito" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 606 | |
| 607 | msgid "E701: Invalid type for len()" |
| 608 | msgstr "E701: Tipo non valido per len()" |
| 609 | |
| 610 | msgid "E726: Stride is zero" |
| 611 | msgstr "E726: Incremento indice a zero" |
| 612 | |
| 613 | msgid "E727: Start past end" |
| 614 | msgstr "E727: Indice iniziale superiore a quello finale" |
| 615 | |
| 616 | msgid "<empty>" |
| 617 | msgstr "<vuoto>" |
| 618 | |
| 619 | msgid "E240: No connection to Vim server" |
| 620 | msgstr "E240: Manca connessione con server Vim" |
| 621 | |
| 622 | #, c-format |
| 623 | msgid "E241: Unable to send to %s" |
| 624 | msgstr "E241: Impossibile inviare a %s" |
| 625 | |
| 626 | msgid "E277: Unable to read a server reply" |
| 627 | msgstr "E277: Non riesco a leggere una risposta del server" |
| 628 | |
| 629 | msgid "E655: Too many symbolic links (cycle?)" |
| 630 | msgstr "E655: Troppi link simbolici (circolarità?)" |
| 631 | |
| 632 | msgid "E258: Unable to send to client" |
| 633 | msgstr "E258: Impossibile inviare al client" |
| 634 | |
| 635 | msgid "E702: Sort compare function failed" |
| 636 | msgstr "E702: Funzione confronto nel sort non riuscita" |
| 637 | |
| 638 | msgid "(Invalid)" |
| 639 | msgstr "(Non valido)" |
| 640 | |
| 641 | msgid "E677: Error writing temp file" |
| 642 | msgstr "E677: Errore in scrittura su file temporaneo" |
| 643 | |
Bram Moolenaar | e37d50a | 2008-08-06 17:06:04 +0000 | [diff] [blame] | 644 | msgid "E805: Using a Float as a Number" |
Bram Moolenaar | c236c16 | 2008-07-13 17:41:49 +0000 | [diff] [blame] | 645 | msgstr "E805: Uso di un numero con virgola come intero" |
| 646 | |
Bram Moolenaar | e37d50a | 2008-08-06 17:06:04 +0000 | [diff] [blame] | 647 | msgid "E703: Using a Funcref as a Number" |
| 648 | msgstr "E703: Uso di Funcref come Numero" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 649 | |
Bram Moolenaar | e37d50a | 2008-08-06 17:06:04 +0000 | [diff] [blame] | 650 | msgid "E745: Using a List as a Number" |
| 651 | msgstr "E745: Uso di Lista come Numero" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 652 | |
Bram Moolenaar | e37d50a | 2008-08-06 17:06:04 +0000 | [diff] [blame] | 653 | msgid "E728: Using a Dictionary as a Number" |
| 654 | msgstr "E728: Uso di Dizionario come Numero" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 655 | |
| 656 | msgid "E729: using Funcref as a String" |
| 657 | msgstr "E729: uso di Funcref come Stringa" |
| 658 | |
| 659 | msgid "E730: using List as a String" |
| 660 | msgstr "E730: uso di Lista come Stringa" |
| 661 | |
| 662 | msgid "E731: using Dictionary as a String" |
| 663 | msgstr "E731: uso di Dizionario come Stringa" |
| 664 | |
Bram Moolenaar | c236c16 | 2008-07-13 17:41:49 +0000 | [diff] [blame] | 665 | msgid "E806: using Float as a String" |
| 666 | msgstr "E806: uso di un numero con virgola come stringa" |
| 667 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 668 | #, c-format |
| 669 | msgid "E704: Funcref variable name must start with a capital: %s" |
| 670 | msgstr "" |
| 671 | "E704: Il nome della variabile Funcref deve iniziare con una maiuscola: %s" |
| 672 | |
| 673 | #, c-format |
| 674 | msgid "E705: Variable name conflicts with existing function: %s" |
| 675 | msgstr "E705: Nome di variabile in conflitto con una funzione esistente: %s" |
| 676 | |
| 677 | #, c-format |
| 678 | msgid "E706: Variable type mismatch for: %s" |
| 679 | msgstr "E706: Tipo di variabile non corrispondente per: %s" |
| 680 | |
| 681 | #, c-format |
Bram Moolenaar | 83e138c | 2007-05-05 18:27:07 +0000 | [diff] [blame] | 682 | msgid "E795: Cannot delete variable %s" |
| 683 | msgstr "E795: Non posso cancellare la variabile %s" |
| 684 | |
| 685 | #, c-format |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 686 | msgid "E741: Value is locked: %s" |
| 687 | msgstr "E741: Valore di %s non modificabile" |
| 688 | |
| 689 | msgid "Unknown" |
| 690 | msgstr "Sconosciuto" |
| 691 | |
| 692 | #, c-format |
| 693 | msgid "E742: Cannot change value of %s" |
| 694 | msgstr "E742: Non riesco a cambiare il valore di %s" |
| 695 | |
| 696 | msgid "E698: variable nested too deep for making a copy" |
| 697 | msgstr "E698: Variabile troppo nidificata per poterla copiare" |
| 698 | |
| 699 | #, c-format |
Bram Moolenaar | 28c3795 | 2010-01-06 20:29:28 +0100 | [diff] [blame] | 700 | msgid "E123: Undefined function: %s" |
| 701 | msgstr "E123: Funzione non definita: %s" |
| 702 | |
| 703 | #, c-format |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 704 | msgid "E124: Missing '(': %s" |
| 705 | msgstr "E124: Manca '(': %s" |
| 706 | |
| 707 | #, c-format |
| 708 | msgid "E125: Illegal argument: %s" |
| 709 | msgstr "E125: Argomento non ammesso: %s" |
| 710 | |
| 711 | msgid "E126: Missing :endfunction" |
| 712 | msgstr "E126: Manca :endfunction" |
| 713 | |
| 714 | #, c-format |
Bram Moolenaar | 28c3795 | 2010-01-06 20:29:28 +0100 | [diff] [blame] | 715 | msgid "E707: Function name conflicts with variable: %s" |
| 716 | msgstr "E707: Nome funzione in conflitto con la variabile: %s" |
| 717 | |
| 718 | #, c-format |
| 719 | msgid "E127: Cannot redefine function %s: It is in use" |
| 720 | msgstr "E127: Non posso ridefinire la funzione %s: È in uso" |
| 721 | |
| 722 | #, c-format |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 723 | msgid "E746: Function name does not match script file name: %s" |
| 724 | msgstr "E746: Il nome funzione non corrisponde al nome file dello script: %s" |
| 725 | |
| 726 | msgid "E129: Function name required" |
| 727 | msgstr "E129: Nome funzione necessario" |
| 728 | |
| 729 | #, c-format |
| 730 | msgid "E128: Function name must start with a capital or contain a colon: %s" |
| 731 | msgstr "" |
| 732 | "E128: Il nome funzione deve iniziare con una maiuscola o contenere ':': %s" |
| 733 | |
| 734 | #, c-format |
| 735 | msgid "E131: Cannot delete function %s: It is in use" |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 736 | msgstr "E131: Non posso eliminare la funzione %s: È in uso" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 737 | |
| 738 | msgid "E132: Function call depth is higher than 'maxfuncdepth'" |
| 739 | msgstr "" |
| 740 | "E132: Nidificazione della chiamata di funzione maggiore di 'maxfuncdepth'" |
| 741 | |
| 742 | #, c-format |
| 743 | msgid "calling %s" |
| 744 | msgstr "chiamo %s" |
| 745 | |
| 746 | #, c-format |
| 747 | msgid "%s aborted" |
| 748 | msgstr "%s non completata" |
| 749 | |
| 750 | #, c-format |
| 751 | msgid "%s returning #%ld" |
| 752 | msgstr "%s ritorno #%ld" |
| 753 | |
| 754 | #, c-format |
| 755 | msgid "%s returning %s" |
| 756 | msgstr "%s ritorno %s" |
| 757 | |
| 758 | #, c-format |
| 759 | msgid "continuing in %s" |
| 760 | msgstr "continuo in %s" |
| 761 | |
| 762 | msgid "E133: :return not inside a function" |
| 763 | msgstr "E133: :return fuori da una funzione" |
| 764 | |
| 765 | msgid "" |
| 766 | "\n" |
| 767 | "# global variables:\n" |
| 768 | msgstr "" |
| 769 | "\n" |
| 770 | "# variabili globali:\n" |
| 771 | |
| 772 | msgid "" |
| 773 | "\n" |
| 774 | "\tLast set from " |
| 775 | msgstr "" |
| 776 | "\n" |
| 777 | "\tImpostata l'ultima volta da " |
| 778 | |
Bram Moolenaar | 28c3795 | 2010-01-06 20:29:28 +0100 | [diff] [blame] | 779 | msgid "No old files" |
| 780 | msgstr "Nessun file elaborato in precedenza" |
| 781 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 782 | #, c-format |
| 783 | msgid "<%s>%s%s %d, Hex %02x, Octal %03o" |
| 784 | msgstr "<%s>%s%s %d, Esa %02x, Ottale %03o" |
| 785 | |
| 786 | #, c-format |
| 787 | msgid "> %d, Hex %04x, Octal %o" |
| 788 | msgstr "> %d, Esa %04x, Ottale %o" |
| 789 | |
| 790 | #, c-format |
| 791 | msgid "> %d, Hex %08x, Octal %o" |
| 792 | msgstr "> %d, Esa %08x, Ottale %o" |
| 793 | |
| 794 | msgid "E134: Move lines into themselves" |
| 795 | msgstr "E134: Movimento di linee verso se stesse" |
| 796 | |
| 797 | msgid "1 line moved" |
| 798 | msgstr "1 linea mossa" |
| 799 | |
| 800 | #, c-format |
| 801 | msgid "%ld lines moved" |
| 802 | msgstr "%ld linee mosse" |
| 803 | |
| 804 | #, c-format |
| 805 | msgid "%ld lines filtered" |
| 806 | msgstr "%ld linee filtrate" |
| 807 | |
| 808 | msgid "E135: *Filter* Autocommands must not change current buffer" |
| 809 | msgstr "E135: *Filter* Gli autocomandi non devono modificare il buffer in uso" |
| 810 | |
| 811 | msgid "[No write since last change]\n" |
| 812 | msgstr "[Non salvato dopo l'ultima modifica]\n" |
| 813 | |
| 814 | #, c-format |
| 815 | msgid "%sviminfo: %s in line: " |
| 816 | msgstr "%sviminfo: %s nella linea: " |
| 817 | |
| 818 | msgid "E136: viminfo: Too many errors, skipping rest of file" |
| 819 | msgstr "E136: viminfo: Troppi errori, ignoro il resto del file" |
| 820 | |
| 821 | #, c-format |
| 822 | msgid "Reading viminfo file \"%s\"%s%s%s" |
| 823 | msgstr "Lettura file viminfo \"%s\"%s%s%s" |
| 824 | |
| 825 | msgid " info" |
| 826 | msgstr " informazione" |
| 827 | |
| 828 | msgid " marks" |
| 829 | msgstr " mark" |
| 830 | |
Bram Moolenaar | 28c3795 | 2010-01-06 20:29:28 +0100 | [diff] [blame] | 831 | msgid " oldfiles" |
| 832 | msgstr " file elaborati in precedenza" |
| 833 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 834 | msgid " FAILED" |
| 835 | msgstr " FALLITO" |
| 836 | |
Bram Moolenaar | 83e138c | 2007-05-05 18:27:07 +0000 | [diff] [blame] | 837 | #. avoid a wait_return for this message, it's annoying |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 838 | #, c-format |
| 839 | msgid "E137: Viminfo file is not writable: %s" |
| 840 | msgstr "E137: File viminfo \"%s\" inaccessibile in scrittura" |
| 841 | |
| 842 | #, c-format |
| 843 | msgid "E138: Can't write viminfo file %s!" |
| 844 | msgstr "E138: Non riesco a scrivere il file viminfo %s!" |
| 845 | |
| 846 | #, c-format |
| 847 | msgid "Writing viminfo file \"%s\"" |
| 848 | msgstr "Scrivo file viminfo \"%s\"" |
| 849 | |
| 850 | #. Write the info: |
| 851 | #, c-format |
| 852 | msgid "# This viminfo file was generated by Vim %s.\n" |
| 853 | msgstr "# Questo file viminfo è stato generato da Vim %s.\n" |
| 854 | |
Bram Moolenaar | 2929160 | 2010-07-28 14:28:48 +0200 | [diff] [blame] | 855 | #, c-format |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 856 | msgid "" |
| 857 | "# You may edit it if you're careful!\n" |
| 858 | "\n" |
| 859 | msgstr "" |
| 860 | "# File modificabile, attento a quel che fai!\n" |
| 861 | "\n" |
| 862 | |
Bram Moolenaar | 2929160 | 2010-07-28 14:28:48 +0200 | [diff] [blame] | 863 | #, c-format |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 864 | msgid "# Value of 'encoding' when this file was written\n" |
| 865 | msgstr "# Valore di 'encoding' al momento della scrittura di questo file\n" |
| 866 | |
| 867 | msgid "Illegal starting char" |
| 868 | msgstr "Carattere iniziale non ammesso" |
| 869 | |
| 870 | msgid "Save As" |
| 871 | msgstr "Salva con Nome" |
| 872 | |
| 873 | msgid "Write partial file?" |
| 874 | msgstr "Scrivo il file incompleto?" |
| 875 | |
| 876 | msgid "E140: Use ! to write partial buffer" |
| 877 | msgstr "E140: Usa ! per scrivere il buffer incompleto" |
| 878 | |
| 879 | #, c-format |
| 880 | msgid "Overwrite existing file \"%s\"?" |
| 881 | msgstr "Riscrittura del file esistente \"%s\"?" |
| 882 | |
| 883 | #, c-format |
| 884 | msgid "Swap file \"%s\" exists, overwrite anyway?" |
| 885 | msgstr "Il file swap \"%s\" esiste già, sovrascrivo?" |
| 886 | |
| 887 | #, c-format |
| 888 | msgid "E768: Swap file exists: %s (:silent! overrides)" |
| 889 | msgstr "E768: File swap esistente: %s (:silent! per sovrascriverlo)" |
| 890 | |
| 891 | #, c-format |
| 892 | msgid "E141: No file name for buffer %ld" |
| 893 | msgstr "E141: Manca nome file per il buffer %ld" |
| 894 | |
| 895 | msgid "E142: File not written: Writing is disabled by 'write' option" |
| 896 | msgstr "E142: File non scritto: Scrittura inibita da opzione 'write'" |
| 897 | |
| 898 | #, c-format |
| 899 | msgid "" |
| 900 | "'readonly' option is set for \"%s\".\n" |
| 901 | "Do you wish to write anyway?" |
| 902 | msgstr "" |
| 903 | "opzione 'readonly' attiva per \"%s\".\n" |
| 904 | "Vuoi scrivere comunque?" |
| 905 | |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 906 | #, c-format |
| 907 | msgid "" |
| 908 | "File permissions of \"%s\" are read-only.\n" |
| 909 | "It may still be possible to write it.\n" |
| 910 | "Do you wish to try?" |
| 911 | msgstr "" |
| 912 | "I permessi di \"%s\" sono di sola lettura.\n" |
| 913 | "Questo potrebbe non impedire la scrittura.\n" |
| 914 | "Vuoi provare?" |
| 915 | |
| 916 | #, c-format |
| 917 | msgid "E505: \"%s\" is read-only (add ! to override)" |
| 918 | msgstr "E505: \"%s\" è in sola lettura (aggiungi ! per eseguire comunque)" |
| 919 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 920 | msgid "Edit File" |
| 921 | msgstr "Elabora File" |
| 922 | |
| 923 | #, c-format |
| 924 | msgid "E143: Autocommands unexpectedly deleted new buffer %s" |
| 925 | msgstr "" |
| 926 | "E143: Gli autocomandi hanno inaspettatamente cancellato il nuovo buffer %s" |
| 927 | |
| 928 | msgid "E144: non-numeric argument to :z" |
| 929 | msgstr "E144: argomento non-numerico a :z" |
| 930 | |
| 931 | msgid "E145: Shell commands not allowed in rvim" |
| 932 | msgstr "E145: Comandi Shell non permessi in rvim" |
| 933 | |
| 934 | msgid "E146: Regular expressions can't be delimited by letters" |
| 935 | msgstr "E146: Le espressioni regolari non possono essere delimitate da lettere" |
| 936 | |
| 937 | #, c-format |
| 938 | msgid "replace with %s (y/n/a/q/l/^E/^Y)?" |
| 939 | msgstr "sostituire con %s (y/n/a/q/l/^E/^Y)?" |
| 940 | |
| 941 | msgid "(Interrupted) " |
| 942 | msgstr "(Interrotto) " |
| 943 | |
| 944 | msgid "1 match" |
Bram Moolenaar | 6f0d3dd | 2010-06-08 23:17:01 +0200 | [diff] [blame] | 945 | msgstr "1 corrisp." |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 946 | |
| 947 | msgid "1 substitution" |
| 948 | msgstr "1 sostituzione" |
| 949 | |
| 950 | #, c-format |
| 951 | msgid "%ld matches" |
| 952 | msgstr "%ld corrisp." |
| 953 | |
| 954 | #, c-format |
| 955 | msgid "%ld substitutions" |
| 956 | msgstr "%ld sostituzioni" |
| 957 | |
| 958 | msgid " on 1 line" |
| 959 | msgstr " in 1 linea" |
| 960 | |
| 961 | #, c-format |
| 962 | msgid " on %ld lines" |
| 963 | msgstr " in %ld linee" |
| 964 | |
| 965 | msgid "E147: Cannot do :global recursive" |
| 966 | msgstr "E147: :global non può essere usato ricorsivamente" |
| 967 | |
| 968 | msgid "E148: Regular expression missing from global" |
| 969 | msgstr "E148: Manca espressione regolare nel comando 'global'" |
| 970 | |
| 971 | #, c-format |
| 972 | msgid "Pattern found in every line: %s" |
| 973 | msgstr "Espressione trovata su ogni linea: %s" |
| 974 | |
Bram Moolenaar | 2929160 | 2010-07-28 14:28:48 +0200 | [diff] [blame] | 975 | #, c-format |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 976 | msgid "" |
| 977 | "\n" |
| 978 | "# Last Substitute String:\n" |
| 979 | "$" |
| 980 | msgstr "" |
| 981 | "\n" |
| 982 | "# Ultima Stringa Sostituzione:\n" |
| 983 | "$" |
| 984 | |
| 985 | msgid "E478: Don't panic!" |
| 986 | msgstr "E478: Non lasciarti prendere dal panico!" |
| 987 | |
| 988 | #, c-format |
| 989 | msgid "E661: Sorry, no '%s' help for %s" |
| 990 | msgstr "E661: Spiacente, nessun aiuto '%s' per %s" |
| 991 | |
| 992 | #, c-format |
| 993 | msgid "E149: Sorry, no help for %s" |
| 994 | msgstr "E149: Spiacente, nessun aiuto per %s" |
| 995 | |
| 996 | #, c-format |
| 997 | msgid "Sorry, help file \"%s\" not found" |
| 998 | msgstr "Spiacente, non trovo file di aiuto \"%s\"" |
| 999 | |
| 1000 | #, c-format |
| 1001 | msgid "E150: Not a directory: %s" |
| 1002 | msgstr "E150: %s non è una directory" |
| 1003 | |
| 1004 | #, c-format |
| 1005 | msgid "E152: Cannot open %s for writing" |
| 1006 | msgstr "E152: Non posso aprire %s in scrittura" |
| 1007 | |
| 1008 | #, c-format |
| 1009 | msgid "E153: Unable to open %s for reading" |
| 1010 | msgstr "E153: Non riesco ad aprire %s in lettura" |
| 1011 | |
| 1012 | #, c-format |
| 1013 | msgid "E670: Mix of help file encodings within a language: %s" |
| 1014 | msgstr "E670: Codifiche diverse fra file di aiuto nella stessa lingua: %s" |
| 1015 | |
| 1016 | #, c-format |
| 1017 | msgid "E154: Duplicate tag \"%s\" in file %s/%s" |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 1018 | msgstr "E154: Tag duplicato \"%s\" nel file %s/%s" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 1019 | |
| 1020 | #, c-format |
| 1021 | msgid "E160: Unknown sign command: %s" |
| 1022 | msgstr "E160: Comando 'sign' sconosciuto: %s" |
| 1023 | |
| 1024 | msgid "E156: Missing sign name" |
| 1025 | msgstr "E156: Manca nome 'sign'" |
| 1026 | |
| 1027 | msgid "E612: Too many signs defined" |
| 1028 | msgstr "E612: Troppi 'sign' definiti" |
| 1029 | |
| 1030 | #, c-format |
| 1031 | msgid "E239: Invalid sign text: %s" |
| 1032 | msgstr "E239: Testo 'sign' non valido: %s" |
| 1033 | |
| 1034 | #, c-format |
| 1035 | msgid "E155: Unknown sign: %s" |
| 1036 | msgstr "E155: 'sign' sconosciuto: %s" |
| 1037 | |
| 1038 | msgid "E159: Missing sign number" |
| 1039 | msgstr "E159: Manca numero 'sign'" |
| 1040 | |
| 1041 | #, c-format |
| 1042 | msgid "E158: Invalid buffer name: %s" |
| 1043 | msgstr "E158: Nome buffer non valido: %s" |
| 1044 | |
| 1045 | #, c-format |
| 1046 | msgid "E157: Invalid sign ID: %ld" |
| 1047 | msgstr "E157: ID 'sign' non valido: %ld" |
| 1048 | |
| 1049 | msgid " (NOT FOUND)" |
| 1050 | msgstr " (NON TROVATO)" |
| 1051 | |
| 1052 | msgid " (not supported)" |
| 1053 | msgstr " (non supportata)" |
| 1054 | |
| 1055 | msgid "[Deleted]" |
| 1056 | msgstr "[Cancellato]" |
| 1057 | |
| 1058 | msgid "Entering Debug mode. Type \"cont\" to continue." |
| 1059 | msgstr "Entro modalità Debug. Batti \"cont\" per continuare." |
| 1060 | |
| 1061 | #, c-format |
| 1062 | msgid "line %ld: %s" |
| 1063 | msgstr "linea %ld: %s" |
| 1064 | |
| 1065 | #, c-format |
| 1066 | msgid "cmd: %s" |
| 1067 | msgstr "com: %s" |
| 1068 | |
| 1069 | #, c-format |
| 1070 | msgid "Breakpoint in \"%s%s\" line %ld" |
| 1071 | msgstr "Pausa in \"%s%s\" linea %ld" |
| 1072 | |
| 1073 | #, c-format |
| 1074 | msgid "E161: Breakpoint not found: %s" |
| 1075 | msgstr "E161: Breakpoint %s non trovato" |
| 1076 | |
| 1077 | msgid "No breakpoints defined" |
| 1078 | msgstr "Nessun 'breakpoint' definito" |
| 1079 | |
| 1080 | #, c-format |
| 1081 | msgid "%3d %s %s line %ld" |
| 1082 | msgstr "%3d %s %s linea %ld" |
| 1083 | |
Bram Moolenaar | b52073a | 2010-03-17 20:02:06 +0100 | [diff] [blame] | 1084 | msgid "E750: First use \":profile start {fname}\"" |
| 1085 | msgstr "E750: Usare prima \":profile start {fname}\"" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 1086 | |
| 1087 | #, c-format |
| 1088 | msgid "Save changes to \"%s\"?" |
| 1089 | msgstr "Salvare modifiche a \"%s\"?" |
| 1090 | |
| 1091 | msgid "Untitled" |
| 1092 | msgstr "Senza Nome" |
| 1093 | |
| 1094 | #, c-format |
| 1095 | msgid "E162: No write since last change for buffer \"%s\"" |
| 1096 | msgstr "E162: Buffer \"%s\" non salvato dopo modifica" |
| 1097 | |
| 1098 | msgid "Warning: Entered other buffer unexpectedly (check autocommands)" |
| 1099 | msgstr "" |
| 1100 | "Attenzione: Entrato in altro buffer inaspettatamente (controllare " |
| 1101 | "autocomandi)" |
| 1102 | |
| 1103 | msgid "E163: There is only one file to edit" |
| 1104 | msgstr "E163: C'è un solo file da elaborare" |
| 1105 | |
| 1106 | msgid "E164: Cannot go before first file" |
| 1107 | msgstr "E164: Non posso andare davanti al primo file" |
| 1108 | |
| 1109 | msgid "E165: Cannot go beyond last file" |
| 1110 | msgstr "E165: Non posso oltrepassare l'ultimo file" |
| 1111 | |
| 1112 | #, c-format |
| 1113 | msgid "E666: compiler not supported: %s" |
| 1114 | msgstr "E666: compilatore non supportato: %s" |
| 1115 | |
| 1116 | #, c-format |
| 1117 | msgid "Searching for \"%s\" in \"%s\"" |
| 1118 | msgstr "Cerco \"%s\" in \"%s\"" |
| 1119 | |
| 1120 | #, c-format |
| 1121 | msgid "Searching for \"%s\"" |
| 1122 | msgstr "Cerco \"%s\"" |
| 1123 | |
| 1124 | #, c-format |
| 1125 | msgid "not found in 'runtimepath': \"%s\"" |
| 1126 | msgstr "non trovato in 'runtimepath': \"%s\"" |
| 1127 | |
| 1128 | msgid "Source Vim script" |
| 1129 | msgstr "Esegui script Vim" |
| 1130 | |
| 1131 | #, c-format |
| 1132 | msgid "Cannot source a directory: \"%s\"" |
| 1133 | msgstr "Non riesco ad eseguire una directory: \"%s\"" |
| 1134 | |
| 1135 | #, c-format |
| 1136 | msgid "could not source \"%s\"" |
| 1137 | msgstr "non riesco ad eseguire \"%s\"" |
| 1138 | |
| 1139 | #, c-format |
| 1140 | msgid "line %ld: could not source \"%s\"" |
| 1141 | msgstr "linea %ld: non riesco ad eseguire \"%s\"" |
| 1142 | |
| 1143 | #, c-format |
| 1144 | msgid "sourcing \"%s\"" |
| 1145 | msgstr "eseguo \"%s\"" |
| 1146 | |
| 1147 | #, c-format |
| 1148 | msgid "line %ld: sourcing \"%s\"" |
| 1149 | msgstr "linea %ld: eseguo \"%s\"" |
| 1150 | |
| 1151 | #, c-format |
| 1152 | msgid "finished sourcing %s" |
| 1153 | msgstr "esecuzione di %s terminata" |
| 1154 | |
| 1155 | msgid "modeline" |
| 1156 | msgstr "modeline" |
| 1157 | |
| 1158 | msgid "--cmd argument" |
| 1159 | msgstr "argomento --cmd" |
| 1160 | |
| 1161 | msgid "-c argument" |
| 1162 | msgstr "argomento -c" |
| 1163 | |
| 1164 | msgid "environment variable" |
| 1165 | msgstr "variabile d'ambiente" |
| 1166 | |
| 1167 | msgid "error handler" |
| 1168 | msgstr "gestore di errore" |
| 1169 | |
| 1170 | msgid "W15: Warning: Wrong line separator, ^M may be missing" |
| 1171 | msgstr "W15: Attenzione: Separatore di linea errato, forse manca ^M" |
| 1172 | |
| 1173 | msgid "E167: :scriptencoding used outside of a sourced file" |
| 1174 | msgstr "E167: :scriptencoding usato fuori da un file di comandi" |
| 1175 | |
| 1176 | msgid "E168: :finish used outside of a sourced file" |
| 1177 | msgstr "E168: :finish usato fuori da file di comandi" |
| 1178 | |
| 1179 | #, c-format |
| 1180 | msgid "Current %slanguage: \"%s\"" |
| 1181 | msgstr "Lingua %sin uso: \"%s\"" |
| 1182 | |
| 1183 | #, c-format |
| 1184 | msgid "E197: Cannot set language to \"%s\"" |
| 1185 | msgstr "E197: Non posso impostare lingua a \"%s\"" |
| 1186 | |
| 1187 | msgid "Entering Ex mode. Type \"visual\" to go to Normal mode." |
| 1188 | msgstr "Entro modalità Ex. Batti \"visual\" per tornare a modalità Normale." |
| 1189 | |
| 1190 | msgid "E501: At end-of-file" |
| 1191 | msgstr "E501: Alla fine-file" |
| 1192 | |
| 1193 | msgid "E169: Command too recursive" |
| 1194 | msgstr "E169: Comando troppo ricorsivo" |
| 1195 | |
| 1196 | #, c-format |
| 1197 | msgid "E605: Exception not caught: %s" |
| 1198 | msgstr "E605: Eccezione non intercettata: %s" |
| 1199 | |
| 1200 | msgid "End of sourced file" |
| 1201 | msgstr "Fine del file di comandi" |
| 1202 | |
| 1203 | msgid "End of function" |
Bram Moolenaar | 6f0d3dd | 2010-06-08 23:17:01 +0200 | [diff] [blame] | 1204 | msgstr "Fine funzione" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 1205 | |
| 1206 | msgid "E464: Ambiguous use of user-defined command" |
| 1207 | msgstr "E464: Uso ambiguo di comando definito dall'utente" |
| 1208 | |
| 1209 | msgid "E492: Not an editor command" |
| 1210 | msgstr "E492: Non è un comando dell'editor" |
| 1211 | |
| 1212 | msgid "E493: Backwards range given" |
| 1213 | msgstr "E493: Intervallo rovesciato" |
| 1214 | |
| 1215 | msgid "Backwards range given, OK to swap" |
| 1216 | msgstr "Intervallo rovesciato, OK invertirlo" |
| 1217 | |
| 1218 | msgid "E494: Use w or w>>" |
| 1219 | msgstr "E494: Usa w oppure w>>" |
| 1220 | |
| 1221 | msgid "E319: Sorry, the command is not available in this version" |
| 1222 | msgstr "E319: Spiacente, comando non disponibile in questa versione" |
| 1223 | |
| 1224 | msgid "E172: Only one file name allowed" |
| 1225 | msgstr "E172: Ammesso un solo nome file" |
| 1226 | |
| 1227 | msgid "1 more file to edit. Quit anyway?" |
| 1228 | msgstr "1 ulteriore file da elaborare. Esco lo stesso?" |
| 1229 | |
| 1230 | #, c-format |
| 1231 | msgid "%d more files to edit. Quit anyway?" |
| 1232 | msgstr "%d ulteriori file da elaborare. Esco lo stesso?" |
| 1233 | |
| 1234 | msgid "E173: 1 more file to edit" |
| 1235 | msgstr "E173: ancora 1 file da elaborare" |
| 1236 | |
| 1237 | #, c-format |
| 1238 | msgid "E173: %ld more files to edit" |
| 1239 | msgstr "E173: ancora %ld file da elaborare" |
| 1240 | |
| 1241 | msgid "E174: Command already exists: add ! to replace it" |
| 1242 | msgstr "E174: Il comando esiste già: aggiungi ! per sostituirlo" |
| 1243 | |
| 1244 | msgid "" |
| 1245 | "\n" |
| 1246 | " Name Args Range Complete Definition" |
| 1247 | msgstr "" |
| 1248 | "\n" |
| 1249 | " Nome Arg. Inter Completo Definizione" |
| 1250 | |
| 1251 | msgid "No user-defined commands found" |
| 1252 | msgstr "Non trovo comandi definiti dall'utente" |
| 1253 | |
| 1254 | msgid "E175: No attribute specified" |
| 1255 | msgstr "E175: Nessun attributo specificato" |
| 1256 | |
| 1257 | msgid "E176: Invalid number of arguments" |
| 1258 | msgstr "E176: Numero di argomenti non valido" |
| 1259 | |
| 1260 | msgid "E177: Count cannot be specified twice" |
| 1261 | msgstr "E177: Non si può specificare due volte il contatore" |
| 1262 | |
| 1263 | msgid "E178: Invalid default value for count" |
| 1264 | msgstr "E178: Valore predefinito del contatore non valido" |
| 1265 | |
| 1266 | msgid "E179: argument required for -complete" |
| 1267 | msgstr "E179: argomento necessario per -complete" |
| 1268 | |
| 1269 | #, c-format |
| 1270 | msgid "E181: Invalid attribute: %s" |
| 1271 | msgstr "E181: Attributo non valido: %s" |
| 1272 | |
| 1273 | msgid "E182: Invalid command name" |
| 1274 | msgstr "E182: Nome comando non valido" |
| 1275 | |
| 1276 | msgid "E183: User defined commands must start with an uppercase letter" |
| 1277 | msgstr "" |
| 1278 | "E183: I comandi definiti dall'utente devono iniziare con lettera maiuscola" |
| 1279 | |
Bram Moolenaar | 662db67 | 2011-03-22 14:05:35 +0100 | [diff] [blame] | 1280 | msgid "E841: Reserved name, cannot be used for user defined command" |
| 1281 | msgstr "E841: Nome riservato, non usabile in un comando definito dall'utente" |
| 1282 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 1283 | #, c-format |
| 1284 | msgid "E184: No such user-defined command: %s" |
| 1285 | msgstr "E184: Comando definito dall'utente %s inesistente" |
| 1286 | |
| 1287 | #, c-format |
| 1288 | msgid "E180: Invalid complete value: %s" |
| 1289 | msgstr "E180: Valore %s non valido per 'complete'" |
| 1290 | |
| 1291 | msgid "E468: Completion argument only allowed for custom completion" |
| 1292 | msgstr "" |
| 1293 | "E468: Argomento di completamento permesso solo per completamento " |
| 1294 | "personalizzato" |
| 1295 | |
| 1296 | msgid "E467: Custom completion requires a function argument" |
| 1297 | msgstr "" |
| 1298 | "E467: Il completamento personalizzato richiede un argomento di funzione" |
| 1299 | |
Bram Moolenaar | 218116c | 2010-05-20 21:46:00 +0200 | [diff] [blame] | 1300 | msgid "unknown" |
| 1301 | msgstr "sconosciuto" |
| 1302 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 1303 | #, c-format |
| 1304 | msgid "E185: Cannot find color scheme %s" |
| 1305 | msgstr "E185: Non riesco a trovare schema colore %s" |
| 1306 | |
| 1307 | msgid "Greetings, Vim user!" |
| 1308 | msgstr "Salve, utente Vim!" |
| 1309 | |
| 1310 | msgid "E784: Cannot close last tab page" |
| 1311 | msgstr "E784: Non posso chiudere l'ultima linguetta" |
| 1312 | |
| 1313 | msgid "Already only one tab page" |
| 1314 | msgstr "C'è già una linguetta sola" |
| 1315 | |
| 1316 | msgid "Edit File in new window" |
| 1317 | msgstr "Apri il File in una nuova finestra" |
| 1318 | |
| 1319 | #, c-format |
| 1320 | msgid "Tab page %d" |
| 1321 | msgstr "Linguetta %d" |
| 1322 | |
| 1323 | msgid "No swap file" |
| 1324 | msgstr "Non posso creare un file di swap" |
| 1325 | |
| 1326 | msgid "Append File" |
| 1327 | msgstr "In aggiunta al File" |
| 1328 | |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 1329 | msgid "E747: Cannot change directory, buffer is modified (add ! to override)" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 1330 | msgstr "" |
| 1331 | "E747: Non posso cambiare directory, buffer modificato (aggiungi ! per " |
| 1332 | "eseguire comunque)" |
| 1333 | |
| 1334 | msgid "E186: No previous directory" |
| 1335 | msgstr "E186: Non c'è una directory precedente" |
| 1336 | |
| 1337 | msgid "E187: Unknown" |
| 1338 | msgstr "E187: Sconosciuto" |
| 1339 | |
| 1340 | msgid "E465: :winsize requires two number arguments" |
| 1341 | msgstr "E465: :winsize richiede due argomenti numerici" |
| 1342 | |
| 1343 | #, c-format |
| 1344 | msgid "Window position: X %d, Y %d" |
| 1345 | msgstr "Posizione finestra: X %d, Y %d" |
| 1346 | |
| 1347 | msgid "E188: Obtaining window position not implemented for this platform" |
| 1348 | msgstr "" |
| 1349 | "E188: Informazioni posizione finestra non disponibili su questa piattaforma" |
| 1350 | |
| 1351 | msgid "E466: :winpos requires two number arguments" |
| 1352 | msgstr "E466: :winpos richiede due argomenti numerici" |
| 1353 | |
| 1354 | msgid "Save Redirection" |
| 1355 | msgstr "Salva Redirezione" |
| 1356 | |
| 1357 | msgid "Save View" |
| 1358 | msgstr "Salva Veduta" |
| 1359 | |
| 1360 | msgid "Save Session" |
| 1361 | msgstr "Salva Sessione" |
| 1362 | |
| 1363 | msgid "Save Setup" |
| 1364 | msgstr "Salva Setup" |
| 1365 | |
| 1366 | #, c-format |
| 1367 | msgid "E739: Cannot create directory: %s" |
| 1368 | msgstr "E739: Non posso creare la directory: %s" |
| 1369 | |
| 1370 | #, c-format |
| 1371 | msgid "E189: \"%s\" exists (add ! to override)" |
| 1372 | msgstr "E189: \"%s\" esiste (aggiungi ! per eseguire comunque)" |
| 1373 | |
| 1374 | #, c-format |
| 1375 | msgid "E190: Cannot open \"%s\" for writing" |
| 1376 | msgstr "E190: Non riesco ad aprire \"%s\" in scrittura" |
| 1377 | |
| 1378 | #. set mark |
| 1379 | msgid "E191: Argument must be a letter or forward/backward quote" |
| 1380 | msgstr "" |
| 1381 | "E191: L'argomento deve essere una lettera, oppure un apice/apice retroverso" |
| 1382 | |
| 1383 | msgid "E192: Recursive use of :normal too deep" |
| 1384 | msgstr "E192: Uso ricorsivo di :normal troppo esteso" |
| 1385 | |
Bram Moolenaar | 28c3795 | 2010-01-06 20:29:28 +0100 | [diff] [blame] | 1386 | msgid "E809: #< is not available without the +eval feature" |
| 1387 | msgstr "E809: #< non disponibile se Vim è compilato senza +eval" |
| 1388 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 1389 | msgid "E194: No alternate file name to substitute for '#'" |
| 1390 | msgstr "E194: Nessun nome file alternativo da sostituire a '#'" |
| 1391 | |
| 1392 | msgid "E495: no autocommand file name to substitute for \"<afile>\"" |
| 1393 | msgstr "E495: nessun file di autocomandi da sostituire per \"<afile>\"" |
| 1394 | |
| 1395 | msgid "E496: no autocommand buffer number to substitute for \"<abuf>\"" |
| 1396 | msgstr "" |
| 1397 | "E496: nessun numero di buffer di autocomandi da sostituire per \"<abuf>\"" |
| 1398 | |
| 1399 | msgid "E497: no autocommand match name to substitute for \"<amatch>\"" |
| 1400 | msgstr "" |
| 1401 | "E497: nessun nome di autocomandi trovato da sostituire per \"<amatch>\"" |
| 1402 | |
| 1403 | msgid "E498: no :source file name to substitute for \"<sfile>\"" |
| 1404 | msgstr "" |
| 1405 | "E498: nessun nome di file :source trovato da sostituire per \"<sfile>\"" |
| 1406 | |
Bram Moolenaar | 662db67 | 2011-03-22 14:05:35 +0100 | [diff] [blame] | 1407 | msgid "E842: no line number to use for \"<slnum>\"" |
| 1408 | msgstr "E842: nessun numero di riga da usare per \"<slnum>\"" |
| 1409 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 1410 | #, no-c-format |
| 1411 | msgid "E499: Empty file name for '%' or '#', only works with \":p:h\"" |
Bram Moolenaar | 83e138c | 2007-05-05 18:27:07 +0000 | [diff] [blame] | 1412 | msgstr "E499: Un nome di file nullo per '%' o '#', va bene solo con \":p:h\"" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 1413 | |
| 1414 | msgid "E500: Evaluates to an empty string" |
| 1415 | msgstr "E500: Il valore è una stringa nulla" |
| 1416 | |
| 1417 | msgid "E195: Cannot open viminfo file for reading" |
| 1418 | msgstr "E195: Non posso aprire il file viminfo in lettura" |
| 1419 | |
| 1420 | msgid "E196: No digraphs in this version" |
| 1421 | msgstr "E196: Digrammi non supportati in questa versione" |
| 1422 | |
| 1423 | msgid "E608: Cannot :throw exceptions with 'Vim' prefix" |
| 1424 | msgstr "E608: Impossibile lanciare eccezioni con prefisso 'Vim'" |
| 1425 | |
| 1426 | #. always scroll up, don't overwrite |
| 1427 | #, c-format |
| 1428 | msgid "Exception thrown: %s" |
| 1429 | msgstr "Eccezione lanciata: %s" |
| 1430 | |
| 1431 | #, c-format |
| 1432 | msgid "Exception finished: %s" |
| 1433 | msgstr "Eccezione finita: %s" |
| 1434 | |
| 1435 | #, c-format |
| 1436 | msgid "Exception discarded: %s" |
| 1437 | msgstr "Eccezione scartata: %s" |
| 1438 | |
| 1439 | #, c-format |
| 1440 | msgid "%s, line %ld" |
| 1441 | msgstr "%s, linea %ld" |
| 1442 | |
| 1443 | #. always scroll up, don't overwrite |
| 1444 | #, c-format |
| 1445 | msgid "Exception caught: %s" |
| 1446 | msgstr "Eccezione intercettata: %s" |
| 1447 | |
| 1448 | #, c-format |
| 1449 | msgid "%s made pending" |
| 1450 | msgstr "%s reso 'pending'" |
| 1451 | |
| 1452 | #, c-format |
| 1453 | msgid "%s resumed" |
| 1454 | msgstr "%s ripristinato" |
| 1455 | |
| 1456 | #, c-format |
| 1457 | msgid "%s discarded" |
| 1458 | msgstr "%s scartato" |
| 1459 | |
| 1460 | msgid "Exception" |
| 1461 | msgstr "Eccezione" |
| 1462 | |
| 1463 | msgid "Error and interrupt" |
| 1464 | msgstr "Errore ed interruzione" |
| 1465 | |
| 1466 | msgid "Error" |
| 1467 | msgstr "Errore" |
| 1468 | |
| 1469 | #. if (pending & CSTP_INTERRUPT) |
| 1470 | msgid "Interrupt" |
| 1471 | msgstr "Interruzione" |
| 1472 | |
| 1473 | msgid "E579: :if nesting too deep" |
| 1474 | msgstr "E579: nidificazione di :if troppo estesa" |
| 1475 | |
| 1476 | msgid "E580: :endif without :if" |
| 1477 | msgstr "E580: :endif senza :if" |
| 1478 | |
| 1479 | msgid "E581: :else without :if" |
| 1480 | msgstr "E581: :else senza :if" |
| 1481 | |
| 1482 | msgid "E582: :elseif without :if" |
| 1483 | msgstr "E582: :elseif senza :if" |
| 1484 | |
| 1485 | msgid "E583: multiple :else" |
| 1486 | msgstr "E583: :else multipli" |
| 1487 | |
| 1488 | msgid "E584: :elseif after :else" |
| 1489 | msgstr "E584: :elseif dopo :else" |
| 1490 | |
| 1491 | msgid "E585: :while/:for nesting too deep" |
| 1492 | msgstr "E585: nidificazione di :while/:for troppo estesa" |
| 1493 | |
| 1494 | msgid "E586: :continue without :while or :for" |
| 1495 | msgstr "E586: :continue senza :while o :for" |
| 1496 | |
| 1497 | msgid "E587: :break without :while or :for" |
| 1498 | msgstr "E587: :break senza :while o :for" |
| 1499 | |
| 1500 | msgid "E732: Using :endfor with :while" |
| 1501 | msgstr "E732: Uso di :endfor con :while" |
| 1502 | |
| 1503 | msgid "E733: Using :endwhile with :for" |
| 1504 | msgstr "E733: Uso di :endwhile con :for" |
| 1505 | |
| 1506 | msgid "E601: :try nesting too deep" |
| 1507 | msgstr "E601: nidificazione di :try troppo estesa" |
| 1508 | |
| 1509 | msgid "E603: :catch without :try" |
| 1510 | msgstr "E603: :catch senza :try" |
| 1511 | |
| 1512 | #. Give up for a ":catch" after ":finally" and ignore it. |
| 1513 | #. * Just parse. |
| 1514 | msgid "E604: :catch after :finally" |
| 1515 | msgstr "E604: :catch dopo :finally" |
| 1516 | |
| 1517 | msgid "E606: :finally without :try" |
| 1518 | msgstr "E606: :finally senza :try" |
| 1519 | |
| 1520 | #. Give up for a multiple ":finally" and ignore it. |
| 1521 | msgid "E607: multiple :finally" |
| 1522 | msgstr "E607: :finally multipli" |
| 1523 | |
| 1524 | msgid "E602: :endtry without :try" |
| 1525 | msgstr "E602: :endtry senza :try" |
| 1526 | |
| 1527 | msgid "E193: :endfunction not inside a function" |
| 1528 | msgstr "E193: :endfunction non contenuto in una funzione" |
| 1529 | |
Bram Moolenaar | 18144c8 | 2006-04-12 21:52:12 +0000 | [diff] [blame] | 1530 | msgid "E788: Not allowed to edit another buffer now" |
| 1531 | msgstr "E788: Non si può aprire ora un altro buffer" |
| 1532 | |
Bram Moolenaar | 28c3795 | 2010-01-06 20:29:28 +0100 | [diff] [blame] | 1533 | msgid "E811: Not allowed to change buffer information now" |
| 1534 | msgstr "E811: Non consentito modificare informazioni del buffer ora" |
| 1535 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 1536 | msgid "tagname" |
| 1537 | msgstr "nome_tag" |
| 1538 | |
| 1539 | msgid " kind file\n" |
| 1540 | msgstr " tipo file\n" |
| 1541 | |
| 1542 | msgid "'history' option is zero" |
| 1543 | msgstr "l'opzione 'history' è a zero" |
| 1544 | |
| 1545 | #, c-format |
| 1546 | msgid "" |
| 1547 | "\n" |
| 1548 | "# %s History (newest to oldest):\n" |
| 1549 | msgstr "" |
| 1550 | "\n" |
| 1551 | "# %s Storia (da più recente a meno recente):\n" |
| 1552 | |
| 1553 | msgid "Command Line" |
| 1554 | msgstr "Linea di Comando" |
| 1555 | |
| 1556 | msgid "Search String" |
| 1557 | msgstr "Stringa di Ricerca" |
| 1558 | |
| 1559 | msgid "Expression" |
| 1560 | msgstr "Espressione" |
| 1561 | |
| 1562 | msgid "Input Line" |
| 1563 | msgstr "Linea di Input" |
| 1564 | |
| 1565 | msgid "E198: cmd_pchar beyond the command length" |
| 1566 | msgstr "E198: cmd_pchar dopo la fine del comando" |
| 1567 | |
| 1568 | msgid "E199: Active window or buffer deleted" |
| 1569 | msgstr "E199: Finestra attiva o buffer cancellato" |
| 1570 | |
Bram Moolenaar | 28c3795 | 2010-01-06 20:29:28 +0100 | [diff] [blame] | 1571 | msgid "E812: Autocommands changed buffer or buffer name" |
| 1572 | msgstr "E812: Gli autocomandi hanno modificato il buffer o il nome del buffer" |
| 1573 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 1574 | msgid "Illegal file name" |
| 1575 | msgstr "Nome di file non ammesso" |
| 1576 | |
| 1577 | msgid "is a directory" |
| 1578 | msgstr "è una directory" |
| 1579 | |
| 1580 | msgid "is not a file" |
| 1581 | msgstr "non è un file" |
| 1582 | |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 1583 | msgid "is a device (disabled with 'opendevice' option)" |
| 1584 | msgstr "è una periferica (disabilitata con l'opzione 'opendevice')" |
Bram Moolenaar | 83e138c | 2007-05-05 18:27:07 +0000 | [diff] [blame] | 1585 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 1586 | msgid "[New File]" |
| 1587 | msgstr "[File nuovo]" |
| 1588 | |
| 1589 | msgid "[New DIRECTORY]" |
| 1590 | msgstr "[Nuova DIRECTORY]" |
| 1591 | |
| 1592 | msgid "[File too big]" |
| 1593 | msgstr "[File troppo grande]" |
| 1594 | |
| 1595 | msgid "[Permission Denied]" |
| 1596 | msgstr "[Tipo di accesso non consentito]" |
| 1597 | |
| 1598 | msgid "E200: *ReadPre autocommands made the file unreadable" |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 1599 | msgstr "E200: Gli autocomandi *ReadPre hanno reso il file illeggibile" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 1600 | |
| 1601 | msgid "E201: *ReadPre autocommands must not change current buffer" |
| 1602 | msgstr "E201: Gli autocomandi *ReadPre non devono modificare il buffer in uso" |
| 1603 | |
| 1604 | msgid "Vim: Reading from stdin...\n" |
| 1605 | msgstr "Vim: Leggo da 'stdin'...\n" |
| 1606 | |
| 1607 | msgid "Reading from stdin..." |
| 1608 | msgstr "Leggo da 'stdin'..." |
| 1609 | |
| 1610 | #. Re-opening the original file failed! |
| 1611 | msgid "E202: Conversion made file unreadable!" |
| 1612 | msgstr "E202: La conversione ha reso il file illeggibile!" |
| 1613 | |
| 1614 | msgid "[fifo/socket]" |
| 1615 | msgstr "[fifo/socket]" |
| 1616 | |
| 1617 | msgid "[fifo]" |
| 1618 | msgstr "[fifo]" |
| 1619 | |
| 1620 | msgid "[socket]" |
| 1621 | msgstr "[socket]" |
| 1622 | |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 1623 | msgid "[character special]" |
| 1624 | msgstr "[character special]" |
| 1625 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 1626 | msgid "[RO]" |
| 1627 | msgstr "[Sola Lettura]" |
| 1628 | |
| 1629 | msgid "[CR missing]" |
| 1630 | msgstr "[manca CR]" |
| 1631 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 1632 | msgid "[long lines split]" |
| 1633 | msgstr "[linee lunghe divise]" |
| 1634 | |
| 1635 | msgid "[NOT converted]" |
| 1636 | msgstr "[NON convertito]" |
| 1637 | |
| 1638 | msgid "[converted]" |
| 1639 | msgstr "[convertito]" |
| 1640 | |
Bram Moolenaar | 662db67 | 2011-03-22 14:05:35 +0100 | [diff] [blame] | 1641 | msgid "[blowfish]" |
| 1642 | msgstr "[blowfish]" |
| 1643 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 1644 | msgid "[crypted]" |
| 1645 | msgstr "[cifrato]" |
| 1646 | |
| 1647 | #, c-format |
| 1648 | msgid "[CONVERSION ERROR in line %ld]" |
| 1649 | msgstr "[ERRORE DI CONVERSIONE alla linea %ld]" |
| 1650 | |
| 1651 | #, c-format |
| 1652 | msgid "[ILLEGAL BYTE in line %ld]" |
| 1653 | msgstr "[BYTE NON VALIDO alla linea %ld]" |
| 1654 | |
| 1655 | msgid "[READ ERRORS]" |
| 1656 | msgstr "[ERRORI IN LETTURA]" |
| 1657 | |
| 1658 | msgid "Can't find temp file for conversion" |
| 1659 | msgstr "Non riesco a trovare il file temp per leggerlo" |
| 1660 | |
| 1661 | msgid "Conversion with 'charconvert' failed" |
| 1662 | msgstr "Conversione fallita con 'charconvert'" |
| 1663 | |
| 1664 | msgid "can't read output of 'charconvert'" |
| 1665 | msgstr "non riesco a leggere il risultato di 'charconvert'" |
| 1666 | |
Bram Moolenaar | 6f0d3dd | 2010-06-08 23:17:01 +0200 | [diff] [blame] | 1667 | msgid "E821: File is encrypted with unknown method" |
| 1668 | msgstr "E821: File cifrato con metodo sconosciuto" |
| 1669 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 1670 | msgid "E676: No matching autocommands for acwrite buffer" |
| 1671 | msgstr "E676: Nessun autocomando corrispondente per buffer acwrite" |
| 1672 | |
| 1673 | msgid "E203: Autocommands deleted or unloaded buffer to be written" |
Bram Moolenaar | 83e138c | 2007-05-05 18:27:07 +0000 | [diff] [blame] | 1674 | msgstr "E203: Buffer in scrittura cancellato o scaricato dagli autocomandi" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 1675 | |
| 1676 | msgid "E204: Autocommand changed number of lines in unexpected way" |
| 1677 | msgstr "E204: L'autocomando ha modificato numero linee in maniera imprevista" |
| 1678 | |
Bram Moolenaar | c236c16 | 2008-07-13 17:41:49 +0000 | [diff] [blame] | 1679 | msgid "NetBeans disallows writes of unmodified buffers" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 1680 | msgstr "NetBeans non permette la scrittura di un buffer non modificato" |
| 1681 | |
| 1682 | msgid "Partial writes disallowed for NetBeans buffers" |
| 1683 | msgstr "Scrittura parziale disabilitata per i buffer di NetBeans" |
| 1684 | |
| 1685 | msgid "is not a file or writable device" |
| 1686 | msgstr "non è un file o un dispositivo su cui si possa scrivere" |
| 1687 | |
Bram Moolenaar | 83e138c | 2007-05-05 18:27:07 +0000 | [diff] [blame] | 1688 | msgid "writing to device disabled with 'opendevice' option" |
| 1689 | msgstr "scrittura su periferica disabilitata con l'opzione 'opendevice'" |
| 1690 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 1691 | msgid "is read-only (add ! to override)" |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 1692 | msgstr "è in sola lettura (aggiungi ! per eseguire comunque)" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 1693 | |
| 1694 | msgid "E506: Can't write to backup file (add ! to override)" |
| 1695 | msgstr "" |
| 1696 | "E506: Non posso scrivere sul file di backup (aggiungi ! per eseguire " |
| 1697 | "comunque)" |
| 1698 | |
| 1699 | msgid "E507: Close error for backup file (add ! to override)" |
| 1700 | msgstr "" |
| 1701 | "E507: Errore in chiusura sul file di backup (aggiungi ! per eseguire " |
| 1702 | "comunque)" |
| 1703 | |
| 1704 | msgid "E508: Can't read file for backup (add ! to override)" |
| 1705 | msgstr "" |
| 1706 | "E508: Non riesco a leggere il file di backup (aggiungi ! per eseguire " |
| 1707 | "comunque)" |
| 1708 | |
| 1709 | msgid "E509: Cannot create backup file (add ! to override)" |
| 1710 | msgstr "" |
| 1711 | "E509: Non posso creare il file di backup (aggiungi ! per eseguire comunque)" |
| 1712 | |
| 1713 | msgid "E510: Can't make backup file (add ! to override)" |
| 1714 | msgstr "" |
| 1715 | "E510: Non posso fare il file di backup (aggiungi ! per eseguire comunque)" |
| 1716 | |
| 1717 | msgid "E460: The resource fork would be lost (add ! to override)" |
| 1718 | msgstr "" |
| 1719 | "E460: La 'fork' sulla risorsa verrebbe persa (aggiungi ! per eseguire " |
| 1720 | "comunque)" |
| 1721 | |
| 1722 | msgid "E214: Can't find temp file for writing" |
| 1723 | msgstr "E214: Non riesco a trovare un file 'temp' su cui scrivere" |
| 1724 | |
| 1725 | msgid "E213: Cannot convert (add ! to write without conversion)" |
| 1726 | msgstr "" |
| 1727 | "E213: Non riesco a convertire (aggiungi ! per scrivere senza conversione)" |
| 1728 | |
| 1729 | msgid "E166: Can't open linked file for writing" |
| 1730 | msgstr "E166: Non posso aprire il file collegato ('linked') in scrittura" |
| 1731 | |
| 1732 | msgid "E212: Can't open file for writing" |
| 1733 | msgstr "E212: Non posso aprire il file in scrittura" |
| 1734 | |
| 1735 | msgid "E667: Fsync failed" |
| 1736 | msgstr "E667: Fsync fallito" |
| 1737 | |
| 1738 | msgid "E512: Close failed" |
| 1739 | msgstr "E512: Chiusura fallita" |
| 1740 | |
| 1741 | msgid "E513: write error, conversion failed (make 'fenc' empty to override)" |
| 1742 | msgstr "" |
| 1743 | "E513: errore in scrittura, conversione fallita (rendere 'fenc' nullo per " |
| 1744 | "eseguire comunque)" |
| 1745 | |
Bram Moolenaar | 28c3795 | 2010-01-06 20:29:28 +0100 | [diff] [blame] | 1746 | #, c-format |
| 1747 | msgid "" |
| 1748 | "E513: write error, conversion failed in line %ld (make 'fenc' empty to " |
| 1749 | "override)" |
| 1750 | msgstr "" |
| 1751 | "E513: errore in scrittura, conversione fallita alla linea %ld (rendere " |
| 1752 | "'fenc' nullo per eseguire comunque)" |
| 1753 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 1754 | msgid "E514: write error (file system full?)" |
| 1755 | msgstr "E514: errore in scrittura ('File System' pieno?)" |
| 1756 | |
| 1757 | msgid " CONVERSION ERROR" |
| 1758 | msgstr " ERRORE DI CONVERSIONE" |
| 1759 | |
Bram Moolenaar | 28c3795 | 2010-01-06 20:29:28 +0100 | [diff] [blame] | 1760 | #, c-format |
| 1761 | msgid " in line %ld;" |
| 1762 | msgstr " alla linea %ld;" |
| 1763 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 1764 | msgid "[Device]" |
| 1765 | msgstr "[Dispositivo]" |
| 1766 | |
| 1767 | msgid "[New]" |
| 1768 | msgstr "[Nuovo]" |
| 1769 | |
| 1770 | msgid " [a]" |
| 1771 | msgstr " [a]" |
| 1772 | |
| 1773 | msgid " appended" |
| 1774 | msgstr " aggiunto in fondo" |
| 1775 | |
| 1776 | msgid " [w]" |
| 1777 | msgstr " [s]" |
| 1778 | |
| 1779 | msgid " written" |
| 1780 | msgstr " scritti" |
| 1781 | |
| 1782 | msgid "E205: Patchmode: can't save original file" |
| 1783 | msgstr "E205: Patchmode: non posso salvare il file originale" |
| 1784 | |
| 1785 | msgid "E206: patchmode: can't touch empty original file" |
| 1786 | msgstr "E206: patchmode: non posso alterare il file vuoto originale" |
| 1787 | |
| 1788 | msgid "E207: Can't delete backup file" |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 1789 | msgstr "E207: Non riesco a cancellare il file di backup" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 1790 | |
| 1791 | msgid "" |
| 1792 | "\n" |
| 1793 | "WARNING: Original file may be lost or damaged\n" |
| 1794 | msgstr "" |
| 1795 | "\n" |
| 1796 | "ATTENZIONE: Il file originale può essere perso o danneggiato\n" |
| 1797 | |
| 1798 | msgid "don't quit the editor until the file is successfully written!" |
| 1799 | msgstr "non uscire dall'editor prima della fine della scrittura del file!" |
| 1800 | |
| 1801 | msgid "[dos]" |
| 1802 | msgstr "[DOS]" |
| 1803 | |
| 1804 | msgid "[dos format]" |
| 1805 | msgstr "[in formato DOS]" |
| 1806 | |
| 1807 | msgid "[mac]" |
| 1808 | msgstr "[MAC]" |
| 1809 | |
| 1810 | msgid "[mac format]" |
| 1811 | msgstr "[in formato MAC]" |
| 1812 | |
| 1813 | msgid "[unix]" |
| 1814 | msgstr "[UNIX]" |
| 1815 | |
| 1816 | msgid "[unix format]" |
| 1817 | msgstr "[in formato UNIX]" |
| 1818 | |
| 1819 | msgid "1 line, " |
| 1820 | msgstr "1 linea, " |
| 1821 | |
| 1822 | #, c-format |
| 1823 | msgid "%ld lines, " |
| 1824 | msgstr "%ld linee," |
| 1825 | |
| 1826 | msgid "1 character" |
| 1827 | msgstr "1 carattere" |
| 1828 | |
| 1829 | #, c-format |
Bram Moolenaar | 6f0d3dd | 2010-06-08 23:17:01 +0200 | [diff] [blame] | 1830 | msgid "%lld characters" |
| 1831 | msgstr "%lld caratteri" |
| 1832 | |
Bram Moolenaar | 2929160 | 2010-07-28 14:28:48 +0200 | [diff] [blame] | 1833 | #. Explicit typecast avoids warning on Mac OS X 10.6 |
Bram Moolenaar | 6f0d3dd | 2010-06-08 23:17:01 +0200 | [diff] [blame] | 1834 | #, c-format |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 1835 | msgid "%ld characters" |
| 1836 | msgstr "%ld caratteri" |
| 1837 | |
| 1838 | msgid "[noeol]" |
Bram Moolenaar | 28c3795 | 2010-01-06 20:29:28 +0100 | [diff] [blame] | 1839 | msgstr "[noeol]" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 1840 | |
| 1841 | msgid "[Incomplete last line]" |
Bram Moolenaar | 28c3795 | 2010-01-06 20:29:28 +0100 | [diff] [blame] | 1842 | msgstr "[Manca carattere di fine linea]" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 1843 | |
| 1844 | #. don't overwrite messages here |
| 1845 | #. must give this prompt |
| 1846 | #. don't use emsg() here, don't want to flush the buffers |
| 1847 | msgid "WARNING: The file has been changed since reading it!!!" |
| 1848 | msgstr "ATTENZIONE: File modificato dopo essere stato letto dall'Editor!!!" |
| 1849 | |
| 1850 | msgid "Do you really want to write to it" |
| 1851 | msgstr "Vuoi davvero riscriverlo" |
| 1852 | |
| 1853 | #, c-format |
| 1854 | msgid "E208: Error writing to \"%s\"" |
| 1855 | msgstr "E208: Errore in scrittura di \"%s\"" |
| 1856 | |
| 1857 | #, c-format |
| 1858 | msgid "E209: Error closing \"%s\"" |
| 1859 | msgstr "E209: Errore in chiusura di \"%s\"" |
| 1860 | |
| 1861 | #, c-format |
| 1862 | msgid "E210: Error reading \"%s\"" |
| 1863 | msgstr "E210: Errore in lettura di \"%s\"" |
| 1864 | |
| 1865 | msgid "E246: FileChangedShell autocommand deleted buffer" |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 1866 | msgstr "E246: L'autocomando 'FileChangedShell' ha cancellato il buffer" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 1867 | |
| 1868 | #, c-format |
| 1869 | msgid "E211: File \"%s\" no longer available" |
| 1870 | msgstr "E211: Il file \"%s\" non esiste più" |
| 1871 | |
| 1872 | #, c-format |
| 1873 | msgid "" |
| 1874 | "W12: Warning: File \"%s\" has changed and the buffer was changed in Vim as " |
| 1875 | "well" |
| 1876 | msgstr "" |
| 1877 | "W12: Attenzione: File \"%s\" modificato su disco ed anche nel buffer di Vim" |
| 1878 | |
| 1879 | msgid "See \":help W12\" for more info." |
| 1880 | msgstr "Vedere \":help W12\" per ulteriori informazioni." |
| 1881 | |
| 1882 | #, c-format |
| 1883 | msgid "W11: Warning: File \"%s\" has changed since editing started" |
| 1884 | msgstr "W11: Attenzione: File \"%s\" modificato dopo l'apertura" |
| 1885 | |
| 1886 | msgid "See \":help W11\" for more info." |
| 1887 | msgstr "Vedere \":help W11\" per ulteriori informazioni." |
| 1888 | |
| 1889 | #, c-format |
| 1890 | msgid "W16: Warning: Mode of file \"%s\" has changed since editing started" |
| 1891 | msgstr "W16: Attenzione: Modo File \"%s\" modificato dopo l'apertura" |
| 1892 | |
| 1893 | msgid "See \":help W16\" for more info." |
| 1894 | msgstr "Vedere \":help W16\" per ulteriori informazioni." |
| 1895 | |
| 1896 | #, c-format |
| 1897 | msgid "W13: Warning: File \"%s\" has been created after editing started" |
| 1898 | msgstr "W13: Attenzione: Il file \"%s\" risulta creato dopo l'apertura" |
| 1899 | |
| 1900 | msgid "Warning" |
| 1901 | msgstr "Attenzione" |
| 1902 | |
| 1903 | msgid "" |
| 1904 | "&OK\n" |
| 1905 | "&Load File" |
| 1906 | msgstr "" |
| 1907 | "&OK\n" |
| 1908 | "&Carica File" |
| 1909 | |
| 1910 | #, c-format |
| 1911 | msgid "E462: Could not prepare for reloading \"%s\"" |
| 1912 | msgstr "E462: Non riesco a preparare per ri-caricare \"%s\"" |
| 1913 | |
| 1914 | #, c-format |
| 1915 | msgid "E321: Could not reload \"%s\"" |
| 1916 | msgstr "E321: Non riesco a ri-caricare \"%s\"" |
| 1917 | |
| 1918 | msgid "--Deleted--" |
| 1919 | msgstr "--Cancellato--" |
| 1920 | |
| 1921 | #, c-format |
| 1922 | msgid "auto-removing autocommand: %s <buffer=%d>" |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 1923 | msgstr "auto-rimozione dell'autocomando: %s <buffer=%d>" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 1924 | |
| 1925 | #. the group doesn't exist |
| 1926 | #, c-format |
| 1927 | msgid "E367: No such group: \"%s\"" |
| 1928 | msgstr "E367: Gruppo inesistente: \"%s\"" |
| 1929 | |
| 1930 | #, c-format |
| 1931 | msgid "E215: Illegal character after *: %s" |
| 1932 | msgstr "E215: Carattere non ammesso dopo *: %s" |
| 1933 | |
| 1934 | #, c-format |
| 1935 | msgid "E216: No such event: %s" |
| 1936 | msgstr "E216: Evento inesistente: %s" |
| 1937 | |
| 1938 | #, c-format |
| 1939 | msgid "E216: No such group or event: %s" |
| 1940 | msgstr "E216: Evento o gruppo inesistente: %s" |
| 1941 | |
| 1942 | #. Highlight title |
| 1943 | msgid "" |
| 1944 | "\n" |
| 1945 | "--- Auto-Commands ---" |
| 1946 | msgstr "" |
| 1947 | "\n" |
| 1948 | "--- Auto-Comandi ---" |
| 1949 | |
| 1950 | #, c-format |
| 1951 | msgid "E680: <buffer=%d>: invalid buffer number " |
| 1952 | msgstr "E680: <buffer=%d>: numero buffer non valido" |
| 1953 | |
| 1954 | msgid "E217: Can't execute autocommands for ALL events" |
| 1955 | msgstr "E217: Non posso eseguire autocomandi for TUTTI gli eventi" |
| 1956 | |
| 1957 | msgid "No matching autocommands" |
| 1958 | msgstr "Nessun autocomando corrispondente" |
| 1959 | |
| 1960 | msgid "E218: autocommand nesting too deep" |
| 1961 | msgstr "E218: nidificazione dell'autocomando troppo estesa" |
| 1962 | |
| 1963 | #, c-format |
| 1964 | msgid "%s Auto commands for \"%s\"" |
| 1965 | msgstr "%s Auto comandi per \"%s\"" |
| 1966 | |
| 1967 | #, c-format |
| 1968 | msgid "Executing %s" |
| 1969 | msgstr "Eseguo %s" |
| 1970 | |
| 1971 | #, c-format |
| 1972 | msgid "autocommand %s" |
| 1973 | msgstr "autocomando %s" |
| 1974 | |
| 1975 | msgid "E219: Missing {." |
| 1976 | msgstr "E219: Manca {." |
| 1977 | |
| 1978 | msgid "E220: Missing }." |
| 1979 | msgstr "E220: Manca }." |
| 1980 | |
| 1981 | msgid "E490: No fold found" |
| 1982 | msgstr "E490: Non trovo alcuna piegatura" |
| 1983 | |
| 1984 | msgid "E350: Cannot create fold with current 'foldmethod'" |
| 1985 | msgstr "E350: Non posso create piegatura con il 'foldmethod' in uso" |
| 1986 | |
| 1987 | msgid "E351: Cannot delete fold with current 'foldmethod'" |
| 1988 | msgstr "E351: Non posso cancellare piegatura con il 'foldmethod' in uso" |
| 1989 | |
| 1990 | #, c-format |
| 1991 | msgid "+--%3ld lines folded " |
| 1992 | msgstr "+--%3ld linee piegate" |
| 1993 | |
| 1994 | msgid "E222: Add to read buffer" |
| 1995 | msgstr "E222: Aggiunto al buffer di lettura" |
| 1996 | |
| 1997 | msgid "E223: recursive mapping" |
| 1998 | msgstr "E223: mapping ricorsivo" |
| 1999 | |
| 2000 | #, c-format |
| 2001 | msgid "E224: global abbreviation already exists for %s" |
| 2002 | msgstr "E224: una abbreviazione globale già esiste per %s" |
| 2003 | |
| 2004 | #, c-format |
| 2005 | msgid "E225: global mapping already exists for %s" |
| 2006 | msgstr "E225: un mapping globale già esiste per %s" |
| 2007 | |
| 2008 | #, c-format |
| 2009 | msgid "E226: abbreviation already exists for %s" |
| 2010 | msgstr "E226: una abbreviazione già esiste per %s" |
| 2011 | |
| 2012 | #, c-format |
| 2013 | msgid "E227: mapping already exists for %s" |
| 2014 | msgstr "E227: un mapping già esiste per %s" |
| 2015 | |
| 2016 | msgid "No abbreviation found" |
| 2017 | msgstr "Non trovo l'abbreviazione" |
| 2018 | |
| 2019 | msgid "No mapping found" |
| 2020 | msgstr "Non trovo il mapping" |
| 2021 | |
| 2022 | msgid "E228: makemap: Illegal mode" |
| 2023 | msgstr "E228: makemap: modo non consentito" |
| 2024 | |
| 2025 | msgid "E229: Cannot start the GUI" |
| 2026 | msgstr "E229: Non posso inizializzare la GUI" |
| 2027 | |
| 2028 | #, c-format |
| 2029 | msgid "E230: Cannot read from \"%s\"" |
| 2030 | msgstr "E230: Non posso leggere da \"%s\"" |
| 2031 | |
| 2032 | msgid "E665: Cannot start GUI, no valid font found" |
| 2033 | msgstr "E665: Non posso inizializzare la GUI, nessun font valido trovato" |
| 2034 | |
| 2035 | msgid "E231: 'guifontwide' invalid" |
| 2036 | msgstr "E231: 'guifontwide' non valido" |
| 2037 | |
| 2038 | msgid "E599: Value of 'imactivatekey' is invalid" |
| 2039 | msgstr "E599: Il valore di 'imactivatekey' non è valido" |
| 2040 | |
| 2041 | #, c-format |
| 2042 | msgid "E254: Cannot allocate color %s" |
| 2043 | msgstr "E254: Non riesco ad allocare il colore %s" |
| 2044 | |
| 2045 | msgid "No match at cursor, finding next" |
| 2046 | msgstr "Nessuna corrispondenza al cursore, cerco la prossima" |
| 2047 | |
| 2048 | msgid "<cannot open> " |
| 2049 | msgstr "<non posso aprire> " |
| 2050 | |
| 2051 | #, c-format |
| 2052 | msgid "E616: vim_SelFile: can't get font %s" |
| 2053 | msgstr "E616: vim_SelFile: non riesco a trovare il font %s" |
| 2054 | |
| 2055 | msgid "E614: vim_SelFile: can't return to current directory" |
| 2056 | msgstr "E614: vim_SelFile: non posso tornare alla directory in uso" |
| 2057 | |
| 2058 | msgid "Pathname:" |
| 2059 | msgstr "Nome percorso:" |
| 2060 | |
| 2061 | msgid "E615: vim_SelFile: can't get current directory" |
| 2062 | msgstr "E615: vim_SelFile: non riesco ad ottenere la directory in uso" |
| 2063 | |
| 2064 | msgid "OK" |
| 2065 | msgstr "OK" |
| 2066 | |
| 2067 | msgid "Cancel" |
| 2068 | msgstr "Non eseguire" |
| 2069 | |
| 2070 | msgid "Scrollbar Widget: Could not get geometry of thumb pixmap." |
| 2071 | msgstr "Scrollbar Widget: Non riesco a ottenere geometria del 'thumb pixmap'." |
| 2072 | |
| 2073 | msgid "Vim dialog" |
| 2074 | msgstr "Dialogo Vim" |
| 2075 | |
| 2076 | msgid "E232: Cannot create BalloonEval with both message and callback" |
| 2077 | msgstr "E232: Non riesco a creare 'BalloonEval' con sia messaggio che callback" |
| 2078 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 2079 | msgid "" |
| 2080 | "&Yes\n" |
| 2081 | "&No\n" |
| 2082 | "&Cancel" |
| 2083 | msgstr "" |
| 2084 | "&Y Sì\n" |
| 2085 | "&No\n" |
| 2086 | "&C Ignora" |
| 2087 | |
| 2088 | msgid "Input _Methods" |
| 2089 | msgstr "_Metodi di inserimento" |
| 2090 | |
| 2091 | msgid "VIM - Search and Replace..." |
| 2092 | msgstr "VIM - Sostituisci..." |
| 2093 | |
| 2094 | msgid "VIM - Search..." |
| 2095 | msgstr "VIM - Cerca..." |
| 2096 | |
| 2097 | msgid "Find what:" |
| 2098 | msgstr "Trova cosa:" |
| 2099 | |
| 2100 | msgid "Replace with:" |
| 2101 | msgstr "Sostituisci con:" |
| 2102 | |
| 2103 | #. whole word only button |
| 2104 | msgid "Match whole word only" |
| 2105 | msgstr "Cerca solo la parola intera" |
| 2106 | |
| 2107 | #. match case button |
| 2108 | msgid "Match case" |
| 2109 | msgstr "Maiuscole/minuscole" |
| 2110 | |
| 2111 | msgid "Direction" |
| 2112 | msgstr "Direzione" |
| 2113 | |
| 2114 | #. 'Up' and 'Down' buttons |
| 2115 | msgid "Up" |
| 2116 | msgstr "Su" |
| 2117 | |
| 2118 | msgid "Down" |
| 2119 | msgstr "Giù" |
| 2120 | |
Bram Moolenaar | 2929160 | 2010-07-28 14:28:48 +0200 | [diff] [blame] | 2121 | #. 'Find Next' button |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 2122 | msgid "Find Next" |
| 2123 | msgstr "Trova il Prossimo" |
| 2124 | |
Bram Moolenaar | 2929160 | 2010-07-28 14:28:48 +0200 | [diff] [blame] | 2125 | #. 'Replace' button |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 2126 | msgid "Replace" |
| 2127 | msgstr "Sostituisci" |
| 2128 | |
Bram Moolenaar | 2929160 | 2010-07-28 14:28:48 +0200 | [diff] [blame] | 2129 | #. 'Replace All' button |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 2130 | msgid "Replace All" |
| 2131 | msgstr "Sostituisci Tutto" |
| 2132 | |
| 2133 | msgid "Vim: Received \"die\" request from session manager\n" |
| 2134 | msgstr "Vim: Ricevuta richiesta \"die\" dal session manager\n" |
| 2135 | |
| 2136 | msgid "Close" |
| 2137 | msgstr "Chiusura" |
| 2138 | |
| 2139 | msgid "New tab" |
| 2140 | msgstr "Nuova linguetta" |
| 2141 | |
| 2142 | msgid "Open Tab..." |
| 2143 | msgstr "Apri linguetta..." |
| 2144 | |
| 2145 | msgid "Vim: Main window unexpectedly destroyed\n" |
| 2146 | msgstr "Vim: Finestra principale distrutta inaspettatamente\n" |
| 2147 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 2148 | msgid "&Filter" |
| 2149 | msgstr "&Filtro" |
| 2150 | |
| 2151 | msgid "&Cancel" |
| 2152 | msgstr "&C Non eseguire" |
| 2153 | |
| 2154 | msgid "Directories" |
| 2155 | msgstr "Directory" |
| 2156 | |
| 2157 | msgid "Filter" |
| 2158 | msgstr "Filtro" |
| 2159 | |
| 2160 | msgid "&Help" |
| 2161 | msgstr "&H Aiuto" |
| 2162 | |
| 2163 | msgid "Files" |
| 2164 | msgstr "File" |
| 2165 | |
| 2166 | msgid "&OK" |
| 2167 | msgstr "&OK" |
| 2168 | |
| 2169 | msgid "Selection" |
| 2170 | msgstr "Selezione" |
| 2171 | |
| 2172 | msgid "Find &Next" |
| 2173 | msgstr "&N Trova il Prossimo" |
| 2174 | |
| 2175 | msgid "&Replace" |
| 2176 | msgstr "&R Sostituisci" |
| 2177 | |
| 2178 | msgid "Replace &All" |
| 2179 | msgstr "&A Sostituisci Tutto" |
| 2180 | |
| 2181 | msgid "&Undo" |
| 2182 | msgstr "&U Disfa" |
| 2183 | |
| 2184 | #, c-format |
| 2185 | msgid "E610: Can't load Zap font '%s'" |
Bram Moolenaar | 2929160 | 2010-07-28 14:28:48 +0200 | [diff] [blame] | 2186 | msgstr "E610: Non riesco a caricare il font Zap '%s'" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 2187 | |
| 2188 | #, c-format |
| 2189 | msgid "E611: Can't use font %s" |
| 2190 | msgstr "E611: Non riesco a usare il font %s" |
| 2191 | |
| 2192 | msgid "" |
| 2193 | "\n" |
| 2194 | "Sending message to terminate child process.\n" |
| 2195 | msgstr "" |
| 2196 | "\n" |
| 2197 | "Spedisco un messaggio per terminare il processo figlio.\n" |
| 2198 | |
| 2199 | #, c-format |
| 2200 | msgid "E671: Cannot find window title \"%s\"" |
| 2201 | msgstr "E671: Non trovo il titolo della finestra \"%s\"" |
| 2202 | |
| 2203 | #, c-format |
| 2204 | msgid "E243: Argument not supported: \"-%s\"; Use the OLE version." |
| 2205 | msgstr "E243: Argomento non supportato: \"-%s\"; Usa la versione OLE." |
| 2206 | |
| 2207 | msgid "E672: Unable to open window inside MDI application" |
| 2208 | msgstr "E672: Non posso aprire la finestra in un'applicazione MDI" |
| 2209 | |
Bram Moolenaar | 910f66f | 2006-04-05 20:41:53 +0000 | [diff] [blame] | 2210 | msgid "Close tab" |
| 2211 | msgstr "Chiudi linguetta" |
| 2212 | |
| 2213 | msgid "Open tab..." |
| 2214 | msgstr "Apri linguetta..." |
| 2215 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 2216 | msgid "Find string (use '\\\\' to find a '\\')" |
| 2217 | msgstr "Stringa di ricerca (usa '\\\\' per cercare un '\\')" |
| 2218 | |
| 2219 | msgid "Find & Replace (use '\\\\' to find a '\\')" |
| 2220 | msgstr "Sostituisci (usa '\\\\' per cercare un '\\')" |
| 2221 | |
| 2222 | #. We fake this: Use a filter that doesn't select anything and a default |
| 2223 | #. * file name that won't be used. |
| 2224 | msgid "Not Used" |
| 2225 | msgstr "Non Utilizzato" |
| 2226 | |
| 2227 | msgid "Directory\t*.nothing\n" |
| 2228 | msgstr "Directory\t*.nothing\n" |
| 2229 | |
| 2230 | msgid "Vim E458: Cannot allocate colormap entry, some colors may be incorrect" |
| 2231 | msgstr "" |
| 2232 | "Vim E458: Non riesco ad allocare elemento di colormap, possibili colori " |
| 2233 | "errati" |
| 2234 | |
| 2235 | #, c-format |
| 2236 | msgid "E250: Fonts for the following charsets are missing in fontset %s:" |
| 2237 | msgstr "E250: Mancano descrizioni per i seguenti caratteri nel font: %s" |
| 2238 | |
| 2239 | #, c-format |
| 2240 | msgid "E252: Fontset name: %s" |
| 2241 | msgstr "E252: Nome fontset: %s" |
| 2242 | |
| 2243 | #, c-format |
| 2244 | msgid "Font '%s' is not fixed-width" |
| 2245 | msgstr "Il font '%s' non di larghezza fissa" |
| 2246 | |
| 2247 | #, c-format |
| 2248 | msgid "E253: Fontset name: %s\n" |
| 2249 | msgstr "E253: Nome fontset: %s\n" |
| 2250 | |
| 2251 | #, c-format |
| 2252 | msgid "Font0: %s\n" |
| 2253 | msgstr "Font0: %s\n" |
| 2254 | |
| 2255 | #, c-format |
| 2256 | msgid "Font1: %s\n" |
| 2257 | msgstr "Font1: %s\n" |
| 2258 | |
| 2259 | #, c-format |
| 2260 | msgid "Font%ld width is not twice that of font0\n" |
| 2261 | msgstr "La larghezza di font%ld non è doppia di quella di font0\n" |
| 2262 | |
| 2263 | #, c-format |
| 2264 | msgid "Font0 width: %ld\n" |
| 2265 | msgstr "Larghezza di Font0: %ld\n" |
| 2266 | |
| 2267 | #, c-format |
| 2268 | msgid "" |
| 2269 | "Font1 width: %ld\n" |
| 2270 | "\n" |
| 2271 | msgstr "" |
| 2272 | "Larghezza di Font1: %ld\n" |
| 2273 | "\n" |
| 2274 | |
| 2275 | msgid "Invalid font specification" |
| 2276 | msgstr "Specifica di font non valida" |
| 2277 | |
| 2278 | msgid "&Dismiss" |
| 2279 | msgstr "&D Non ora" |
| 2280 | |
| 2281 | msgid "no specific match" |
| 2282 | msgstr "nessuna corrispondenza specifica" |
| 2283 | |
| 2284 | msgid "Vim - Font Selector" |
| 2285 | msgstr "Vim - Selettore Font" |
| 2286 | |
| 2287 | msgid "Name:" |
| 2288 | msgstr "Nome:" |
| 2289 | |
| 2290 | #. create toggle button |
| 2291 | msgid "Show size in Points" |
| 2292 | msgstr "Mostra dimensione in Punti" |
| 2293 | |
| 2294 | msgid "Encoding:" |
| 2295 | msgstr "Codifica:" |
| 2296 | |
| 2297 | msgid "Font:" |
| 2298 | msgstr "Font:" |
| 2299 | |
| 2300 | msgid "Style:" |
| 2301 | msgstr "Stile:" |
| 2302 | |
| 2303 | msgid "Size:" |
| 2304 | msgstr "Dimensione:" |
| 2305 | |
| 2306 | msgid "E256: Hangul automata ERROR" |
| 2307 | msgstr "E256: ERRORE processore Hangul" |
| 2308 | |
| 2309 | msgid "E550: Missing colon" |
| 2310 | msgstr "E550: Manca ':'" |
| 2311 | |
| 2312 | msgid "E551: Illegal component" |
| 2313 | msgstr "E551: Componente non valido" |
| 2314 | |
| 2315 | msgid "E552: digit expected" |
| 2316 | msgstr "E552: aspettavo un numero" |
| 2317 | |
| 2318 | #, c-format |
| 2319 | msgid "Page %d" |
| 2320 | msgstr "Pagina %d" |
| 2321 | |
| 2322 | msgid "No text to be printed" |
| 2323 | msgstr "Manca testo da stampare" |
| 2324 | |
| 2325 | msgid "Printing page %d (%d%%)" |
| 2326 | msgstr "Sto stampando pagina %d (%d%%)" |
| 2327 | |
| 2328 | #, c-format |
| 2329 | msgid " Copy %d of %d" |
| 2330 | msgstr " Copia %d di %d" |
| 2331 | |
| 2332 | #, c-format |
| 2333 | msgid "Printed: %s" |
| 2334 | msgstr "Stampato: %s" |
| 2335 | |
| 2336 | msgid "Printing aborted" |
Bram Moolenaar | 83e138c | 2007-05-05 18:27:07 +0000 | [diff] [blame] | 2337 | msgstr "Stampa non completata" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 2338 | |
| 2339 | msgid "E455: Error writing to PostScript output file" |
| 2340 | msgstr "E455: Errore in scrittura a file PostScript di output" |
| 2341 | |
| 2342 | #, c-format |
| 2343 | msgid "E624: Can't open file \"%s\"" |
| 2344 | msgstr "E624: Non riesco ad aprire il file \"%s\"" |
| 2345 | |
| 2346 | #, c-format |
| 2347 | msgid "E457: Can't read PostScript resource file \"%s\"" |
| 2348 | msgstr "E457: Non riesco a leggere file risorse PostScript \"%s\"" |
| 2349 | |
| 2350 | #, c-format |
| 2351 | msgid "E618: file \"%s\" is not a PostScript resource file" |
| 2352 | msgstr "E618: file \"%s\" non è un file di risorse PostScript" |
| 2353 | |
| 2354 | #, c-format |
| 2355 | msgid "E619: file \"%s\" is not a supported PostScript resource file" |
| 2356 | msgstr "E619: file \"%s\" non è un file di risorse PostScript supportato" |
| 2357 | |
| 2358 | #, c-format |
| 2359 | msgid "E621: \"%s\" resource file has wrong version" |
| 2360 | msgstr "E621: il file di risorse \"%s\" ha una versione sbagliata" |
| 2361 | |
| 2362 | msgid "E673: Incompatible multi-byte encoding and character set." |
| 2363 | msgstr "E673: Codifica e set di caratteri multi-byte non compatibili." |
| 2364 | |
| 2365 | msgid "E674: printmbcharset cannot be empty with multi-byte encoding." |
| 2366 | msgstr "E674: printmbcharset non può essere nullo con codifica multi-byte." |
| 2367 | |
| 2368 | msgid "E675: No default font specified for multi-byte printing." |
| 2369 | msgstr "E675: Font predefinito non specificato per stampa multi-byte." |
| 2370 | |
| 2371 | msgid "E324: Can't open PostScript output file" |
| 2372 | msgstr "E324: Non riesco ad aprire file PostScript di output" |
| 2373 | |
| 2374 | #, c-format |
| 2375 | msgid "E456: Can't open file \"%s\"" |
| 2376 | msgstr "E456: Non riesco ad aprire il file \"%s\"" |
| 2377 | |
| 2378 | msgid "E456: Can't find PostScript resource file \"prolog.ps\"" |
| 2379 | msgstr "E456: Non trovo file risorse PostScript \"prolog.ps\"" |
| 2380 | |
| 2381 | msgid "E456: Can't find PostScript resource file \"cidfont.ps\"" |
| 2382 | msgstr "E456: Non trovo file risorse PostScript \"cidfont.ps\"" |
| 2383 | |
| 2384 | #, c-format |
| 2385 | msgid "E456: Can't find PostScript resource file \"%s.ps\"" |
| 2386 | msgstr "E456: Non trovo file risorse PostScript \"%s.ps\"" |
| 2387 | |
| 2388 | #, c-format |
| 2389 | msgid "E620: Unable to convert to print encoding \"%s\"" |
| 2390 | msgstr "E620: Impossibile convertire a codifica di stampa \"%s\"" |
| 2391 | |
| 2392 | msgid "Sending to printer..." |
| 2393 | msgstr "Invio a stampante..." |
| 2394 | |
| 2395 | msgid "E365: Failed to print PostScript file" |
| 2396 | msgstr "E365: Non riesco ad aprire file PostScript" |
| 2397 | |
| 2398 | msgid "Print job sent." |
| 2399 | msgstr "Richiesta di stampa inviata." |
| 2400 | |
| 2401 | msgid "Add a new database" |
| 2402 | msgstr "Aggiungi un nuovo database" |
| 2403 | |
| 2404 | msgid "Query for a pattern" |
| 2405 | msgstr "Cerca un modello" |
| 2406 | |
| 2407 | msgid "Show this message" |
| 2408 | msgstr "Visualizza questo messaggio" |
| 2409 | |
| 2410 | msgid "Kill a connection" |
| 2411 | msgstr "Termina una connessione" |
| 2412 | |
| 2413 | msgid "Reinit all connections" |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 2414 | msgstr "Reinizializza tutte le connessioni" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 2415 | |
| 2416 | msgid "Show connections" |
| 2417 | msgstr "Visualizza connessioni" |
| 2418 | |
| 2419 | #, c-format |
| 2420 | msgid "E560: Usage: cs[cope] %s" |
| 2421 | msgstr "E560: Uso: cs[cope] %s" |
| 2422 | |
| 2423 | msgid "This cscope command does not support splitting the window.\n" |
| 2424 | msgstr "Questo comando cscope non gestisce la divisione delle schermo.\n" |
| 2425 | |
| 2426 | msgid "E562: Usage: cstag <ident>" |
| 2427 | msgstr "E562: Uso: cstag <ident>" |
| 2428 | |
| 2429 | msgid "E257: cstag: tag not found" |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 2430 | msgstr "E257: cstag: tag non trovato" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 2431 | |
| 2432 | #, c-format |
| 2433 | msgid "E563: stat(%s) error: %d" |
| 2434 | msgstr "E563: errore stat(%s): %d" |
| 2435 | |
| 2436 | msgid "E563: stat error" |
| 2437 | msgstr "E563: errore stat" |
| 2438 | |
| 2439 | #, c-format |
| 2440 | msgid "E564: %s is not a directory or a valid cscope database" |
| 2441 | msgstr "E564: %s non è una directory o un database cscope valido" |
| 2442 | |
| 2443 | #, c-format |
| 2444 | msgid "Added cscope database %s" |
| 2445 | msgstr "Aggiunto database cscope %s" |
| 2446 | |
| 2447 | #, c-format |
| 2448 | msgid "E262: error reading cscope connection %ld" |
| 2449 | msgstr "E262: errore leggendo connessione cscope %ld" |
| 2450 | |
| 2451 | msgid "E561: unknown cscope search type" |
| 2452 | msgstr "E561: tipo di ricerca cscope sconosciuta" |
| 2453 | |
| 2454 | msgid "E566: Could not create cscope pipes" |
| 2455 | msgstr "E566: Non riesco a creare pipes cscope" |
| 2456 | |
| 2457 | msgid "E622: Could not fork for cscope" |
| 2458 | msgstr "E622: Non riesco a fare fork per cscope" |
| 2459 | |
| 2460 | msgid "cs_create_connection exec failed" |
| 2461 | msgstr "cs_create_connection exec fallita" |
| 2462 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 2463 | msgid "cs_create_connection: fdopen for to_fp failed" |
| 2464 | msgstr "cs_create_connection: fdopen di to_fp fallita" |
| 2465 | |
| 2466 | msgid "cs_create_connection: fdopen for fr_fp failed" |
| 2467 | msgstr "cs_create_connection: fdopen di fr_fp fallita" |
| 2468 | |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 2469 | msgid "E623: Could not spawn cscope process" |
| 2470 | msgstr "E623: Non riesco a generare processo cscope" |
| 2471 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 2472 | msgid "E567: no cscope connections" |
| 2473 | msgstr "E567: nessuna connessione cscope" |
| 2474 | |
| 2475 | #, c-format |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 2476 | msgid "E469: invalid cscopequickfix flag %c for %c" |
| 2477 | msgstr "E469: flag cscopequickfix %c non valido per %c" |
| 2478 | |
Bram Moolenaar | 218116c | 2010-05-20 21:46:00 +0200 | [diff] [blame] | 2479 | #, c-format |
| 2480 | msgid "E259: no matches found for cscope query %s of %s" |
| 2481 | msgstr "E259: nessuna corrispondenza trovata per la richiesta cscope %s di %s" |
| 2482 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 2483 | msgid "cscope commands:\n" |
| 2484 | msgstr "comandi cscope:\n" |
| 2485 | |
| 2486 | #, c-format |
Bram Moolenaar | 28c3795 | 2010-01-06 20:29:28 +0100 | [diff] [blame] | 2487 | msgid "%-5s: %s%*s (Usage: %s)" |
| 2488 | msgstr "%-5s: %s%*s (Uso: %s)" |
| 2489 | |
| 2490 | msgid "" |
| 2491 | "\n" |
| 2492 | " c: Find functions calling this function\n" |
| 2493 | " d: Find functions called by this function\n" |
| 2494 | " e: Find this egrep pattern\n" |
| 2495 | " f: Find this file\n" |
| 2496 | " g: Find this definition\n" |
| 2497 | " i: Find files #including this file\n" |
| 2498 | " s: Find this C symbol\n" |
Bram Moolenaar | 662db67 | 2011-03-22 14:05:35 +0100 | [diff] [blame] | 2499 | " t: Find this text string\n" |
Bram Moolenaar | 28c3795 | 2010-01-06 20:29:28 +0100 | [diff] [blame] | 2500 | msgstr "" |
| 2501 | "\n" |
| 2502 | " c: Trova funzioni che chiamano questa\n" |
| 2503 | " d: Trova funzioni chiamate da questa\n" |
| 2504 | " e: Trova questa espressione egrep\n" |
| 2505 | " f: Trova questo file\n" |
| 2506 | " g: Trova questa definizione\n" |
| 2507 | " i: Trova file che #includono questo file\n" |
| 2508 | " s: Trova questo simbolo C\n" |
Bram Moolenaar | 662db67 | 2011-03-22 14:05:35 +0100 | [diff] [blame] | 2509 | " t: Trova questa stringa\n" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 2510 | |
| 2511 | #, c-format |
| 2512 | msgid "E625: cannot open cscope database: %s" |
| 2513 | msgstr "E625: impossibile aprire database cscope: %s" |
| 2514 | |
| 2515 | msgid "E626: cannot get cscope database information" |
| 2516 | msgstr "E626: impossibile leggere informazioni sul database cscope" |
| 2517 | |
| 2518 | msgid "E568: duplicate cscope database not added" |
| 2519 | msgstr "E568: database cscope duplicato, non aggiunto" |
| 2520 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 2521 | #, c-format |
| 2522 | msgid "E261: cscope connection %s not found" |
| 2523 | msgstr "E261: connessione cscope %s non trovata" |
| 2524 | |
| 2525 | #, c-format |
| 2526 | msgid "cscope connection %s closed" |
| 2527 | msgstr "connessione cscope %s chiusa" |
| 2528 | |
| 2529 | #. should not reach here |
| 2530 | msgid "E570: fatal error in cs_manage_matches" |
| 2531 | msgstr "E570: errore irreparabile in cs_manage_matches" |
| 2532 | |
| 2533 | #, c-format |
| 2534 | msgid "Cscope tag: %s" |
| 2535 | msgstr "Tag cscope: %s" |
| 2536 | |
| 2537 | msgid "" |
| 2538 | "\n" |
| 2539 | " # line" |
| 2540 | msgstr "" |
| 2541 | "\n" |
| 2542 | " # linea" |
| 2543 | |
| 2544 | msgid "filename / context / line\n" |
| 2545 | msgstr "nomefile / contest / linea\n" |
| 2546 | |
| 2547 | #, c-format |
| 2548 | msgid "E609: Cscope error: %s" |
| 2549 | msgstr "E609: Errore cscope: %s" |
| 2550 | |
| 2551 | msgid "All cscope databases reset" |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 2552 | msgstr "Tutti i database cscope annullati" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 2553 | |
| 2554 | msgid "no cscope connections\n" |
| 2555 | msgstr "nessuna connessione cscope\n" |
| 2556 | |
| 2557 | msgid " # pid database name prepend path\n" |
| 2558 | msgstr " # pid database nome prepend path\n" |
| 2559 | |
Bram Moolenaar | 2929160 | 2010-07-28 14:28:48 +0200 | [diff] [blame] | 2560 | msgid "Lua library cannot be loaded." |
| 2561 | msgstr "Non riesco a caricare libreria Lua." |
| 2562 | |
| 2563 | msgid "cannot save undo information" |
| 2564 | msgstr "non riesco a salvare informazioni per 'undo'" |
| 2565 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 2566 | msgid "" |
Bram Moolenaar | 28c3795 | 2010-01-06 20:29:28 +0100 | [diff] [blame] | 2567 | "E815: Sorry, this command is disabled, the MzScheme libraries could not be " |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 2568 | "loaded." |
| 2569 | msgstr "" |
Bram Moolenaar | 28c3795 | 2010-01-06 20:29:28 +0100 | [diff] [blame] | 2570 | "E815: Spiacente, comando non disponibile, non riesco a caricare librerie " |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 2571 | "programmi MzScheme." |
| 2572 | |
| 2573 | msgid "invalid expression" |
| 2574 | msgstr "espressione non valida" |
| 2575 | |
| 2576 | msgid "expressions disabled at compile time" |
| 2577 | msgstr "espressioni disabilitate in compilazione" |
| 2578 | |
| 2579 | msgid "hidden option" |
| 2580 | msgstr "opzione nascosta" |
| 2581 | |
| 2582 | msgid "unknown option" |
| 2583 | msgstr "opzione inesistente" |
| 2584 | |
| 2585 | msgid "window index is out of range" |
| 2586 | msgstr "indice della finestra non nell'intervallo" |
| 2587 | |
| 2588 | msgid "couldn't open buffer" |
| 2589 | msgstr "non sono riuscito ad aprire il buffer" |
| 2590 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 2591 | msgid "cannot delete line" |
| 2592 | msgstr "non posso cancellare la linea" |
| 2593 | |
| 2594 | msgid "cannot replace line" |
| 2595 | msgstr "non posso sostituire la linea" |
| 2596 | |
| 2597 | msgid "cannot insert line" |
| 2598 | msgstr "non posso inserire la linea" |
| 2599 | |
| 2600 | msgid "string cannot contain newlines" |
| 2601 | msgstr "la stringa non può contenere caratteri 'A CAPO'" |
| 2602 | |
| 2603 | msgid "Vim error: ~a" |
| 2604 | msgstr "Errore Vim: ~a" |
| 2605 | |
| 2606 | msgid "Vim error" |
| 2607 | msgstr "Errore Vim" |
| 2608 | |
| 2609 | msgid "buffer is invalid" |
| 2610 | msgstr "buffer non valido" |
| 2611 | |
| 2612 | msgid "window is invalid" |
| 2613 | msgstr "finestra non valida" |
| 2614 | |
| 2615 | msgid "linenr out of range" |
| 2616 | msgstr "numero linea non nell'intervallo" |
| 2617 | |
| 2618 | msgid "not allowed in the Vim sandbox" |
| 2619 | msgstr "non ammesso in ambiente protetto" |
| 2620 | |
Bram Moolenaar | 4a474d3 | 2010-08-13 16:24:30 +0200 | [diff] [blame] | 2621 | msgid "E836: This Vim cannot execute :python after using :py3" |
| 2622 | msgstr "E836: Python: Impossibile usare :py e :py3 nella stessa sessione" |
| 2623 | |
| 2624 | msgid "E837: This Vim cannot execute :py3 after using :python" |
Bram Moolenaar | 662db67 | 2011-03-22 14:05:35 +0100 | [diff] [blame] | 2625 | msgstr "E837: Impossibile usare ora :py3 dopo aver usato :python" |
Bram Moolenaar | 2929160 | 2010-07-28 14:28:48 +0200 | [diff] [blame] | 2626 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 2627 | msgid "" |
| 2628 | "E263: Sorry, this command is disabled, the Python library could not be " |
| 2629 | "loaded." |
| 2630 | msgstr "" |
| 2631 | "E263: Spiacente, comando non disponibile, non riesco a caricare libreria " |
| 2632 | "programmi Python." |
| 2633 | |
| 2634 | msgid "E659: Cannot invoke Python recursively" |
| 2635 | msgstr "E659: Python non può essere chiamato ricorsivamente" |
| 2636 | |
| 2637 | msgid "can't delete OutputObject attributes" |
| 2638 | msgstr "non riesco a cancellare gli attributi OutputObject" |
| 2639 | |
| 2640 | msgid "softspace must be an integer" |
| 2641 | msgstr "softspace deve essere un numero intero" |
| 2642 | |
| 2643 | msgid "invalid attribute" |
Bram Moolenaar | 83e138c | 2007-05-05 18:27:07 +0000 | [diff] [blame] | 2644 | msgstr "attributo non valido" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 2645 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 2646 | msgid "attempt to refer to deleted buffer" |
| 2647 | msgstr "tentativo di referenza a buffer cancellato" |
| 2648 | |
| 2649 | msgid "line number out of range" |
| 2650 | msgstr "numero linea non nell'intervallo" |
| 2651 | |
| 2652 | #, c-format |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 2653 | msgid "<buffer object (deleted) at %p>" |
| 2654 | msgstr "<buffer oggetto (cancellato) a %p>" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 2655 | |
| 2656 | msgid "invalid mark name" |
| 2657 | msgstr "nome di mark non valido" |
| 2658 | |
| 2659 | msgid "no such buffer" |
| 2660 | msgstr "buffer inesistente" |
| 2661 | |
| 2662 | msgid "attempt to refer to deleted window" |
| 2663 | msgstr "tentativo di referenza a una finestra cancellata" |
| 2664 | |
| 2665 | msgid "readonly attribute" |
| 2666 | msgstr "attributo 'readonly'" |
| 2667 | |
| 2668 | msgid "cursor position outside buffer" |
| 2669 | msgstr "posizione cursore fuori dal buffer" |
| 2670 | |
| 2671 | #, c-format |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 2672 | msgid "<window object (deleted) at %p>" |
| 2673 | msgstr "<finestra oggetto (cancellata) a %p>" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 2674 | |
| 2675 | #, c-format |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 2676 | msgid "<window object (unknown) at %p>" |
| 2677 | msgstr "<finestra oggetto (sconosciuta) a %p>" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 2678 | |
| 2679 | #, c-format |
| 2680 | msgid "<window %d>" |
| 2681 | msgstr "<finestra %d>" |
| 2682 | |
| 2683 | msgid "no such window" |
| 2684 | msgstr "finestra inesistente" |
| 2685 | |
Bram Moolenaar | 57657d8 | 2006-04-21 22:12:41 +0000 | [diff] [blame] | 2686 | msgid "E265: $_ must be an instance of String" |
| 2687 | msgstr "E265: $_ deve essere un'istanza di String" |
| 2688 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 2689 | msgid "" |
| 2690 | "E266: Sorry, this command is disabled, the Ruby library could not be loaded." |
| 2691 | msgstr "" |
| 2692 | "E266: Spiacente, comando non disponibile, non riesco a caricare libreria " |
| 2693 | "programmi Ruby." |
| 2694 | |
Bram Moolenaar | 57657d8 | 2006-04-21 22:12:41 +0000 | [diff] [blame] | 2695 | msgid "E267: unexpected return" |
| 2696 | msgstr "E267: return imprevisto" |
| 2697 | |
| 2698 | msgid "E268: unexpected next" |
| 2699 | msgstr "E268: next imprevisto" |
| 2700 | |
| 2701 | msgid "E269: unexpected break" |
| 2702 | msgstr "E269: break imprevisto" |
| 2703 | |
| 2704 | msgid "E270: unexpected redo" |
| 2705 | msgstr "E270: redo imprevisto" |
| 2706 | |
| 2707 | msgid "E271: retry outside of rescue clause" |
| 2708 | msgstr "E271: retry fuori da clausola rescue" |
| 2709 | |
| 2710 | msgid "E272: unhandled exception" |
| 2711 | msgstr "E272: eccezione non gestita" |
| 2712 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 2713 | #, c-format |
| 2714 | msgid "E273: unknown longjmp status %d" |
| 2715 | msgstr "E273: tipo sconosciuto di salto nel programma %d" |
| 2716 | |
| 2717 | msgid "Toggle implementation/definition" |
| 2718 | msgstr "Implementazione/definizione Sì/No" |
| 2719 | |
| 2720 | msgid "Show base class of" |
| 2721 | msgstr "Visualizza classe base di" |
| 2722 | |
| 2723 | msgid "Show overridden member function" |
| 2724 | msgstr "Visualizza funzione modulo sovrascritto" |
| 2725 | |
| 2726 | msgid "Retrieve from file" |
| 2727 | msgstr "Carica da file" |
| 2728 | |
| 2729 | msgid "Retrieve from project" |
| 2730 | msgstr "Carica da progetto" |
| 2731 | |
| 2732 | msgid "Retrieve from all projects" |
| 2733 | msgstr "Carica da tutti i progetti" |
| 2734 | |
| 2735 | msgid "Retrieve" |
| 2736 | msgstr "Carica successivo" |
| 2737 | |
| 2738 | msgid "Show source of" |
| 2739 | msgstr "Visualizza sorgente di" |
| 2740 | |
| 2741 | msgid "Find symbol" |
| 2742 | msgstr "Trova simbolo" |
| 2743 | |
| 2744 | msgid "Browse class" |
| 2745 | msgstr "Esplora classe" |
| 2746 | |
| 2747 | msgid "Show class in hierarchy" |
| 2748 | msgstr "Visualizza classe in gerarchia" |
| 2749 | |
| 2750 | msgid "Show class in restricted hierarchy" |
| 2751 | msgstr "Visualizza classe nella gerarchia ristretta" |
| 2752 | |
| 2753 | msgid "Xref refers to" |
| 2754 | msgstr "Xref si riferisce a" |
| 2755 | |
| 2756 | msgid "Xref referred by" |
| 2757 | msgstr "Xref referenziato da" |
| 2758 | |
| 2759 | msgid "Xref has a" |
| 2760 | msgstr "Xref ha un" |
| 2761 | |
| 2762 | msgid "Xref used by" |
| 2763 | msgstr "Xref usato da" |
| 2764 | |
| 2765 | msgid "Show docu of" |
| 2766 | msgstr "Visualizza docu di" |
| 2767 | |
| 2768 | msgid "Generate docu for" |
| 2769 | msgstr "Genera docu per" |
| 2770 | |
| 2771 | msgid "" |
| 2772 | "Cannot connect to SNiFF+. Check environment (sniffemacs must be found in " |
| 2773 | "$PATH).\n" |
| 2774 | msgstr "" |
| 2775 | "Non riesco a connettermi a SNiFF+. Controllare ambiente (sniffemacs deve " |
| 2776 | "essere presente in $PATH).\n" |
| 2777 | |
| 2778 | msgid "E274: Sniff: Error during read. Disconnected" |
| 2779 | msgstr "E274: Sniff: Errore in lettura. Disconnessione." |
| 2780 | |
| 2781 | msgid "SNiFF+ is currently " |
| 2782 | msgstr "SNiFF+ è al momento " |
| 2783 | |
| 2784 | msgid "not " |
| 2785 | msgstr "non " |
| 2786 | |
| 2787 | msgid "connected" |
| 2788 | msgstr "connesso" |
| 2789 | |
| 2790 | #, c-format |
| 2791 | msgid "E275: Unknown SNiFF+ request: %s" |
| 2792 | msgstr "E275: Richiesta SNiFF+ sconosciuta: %s" |
| 2793 | |
| 2794 | msgid "E276: Error connecting to SNiFF+" |
Bram Moolenaar | 83e138c | 2007-05-05 18:27:07 +0000 | [diff] [blame] | 2795 | msgstr "E276: Errore di connessione a SNiFF+" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 2796 | |
| 2797 | msgid "E278: SNiFF+ not connected" |
| 2798 | msgstr "E278: SNiFF+ non connesso" |
| 2799 | |
| 2800 | msgid "E279: Not a SNiFF+ buffer" |
| 2801 | msgstr "E279: Non è un buffer SNiFF+" |
| 2802 | |
| 2803 | msgid "Sniff: Error during write. Disconnected" |
| 2804 | msgstr "Sniff: Errore in scrittura. Disconnesso" |
| 2805 | |
| 2806 | msgid "invalid buffer number" |
| 2807 | msgstr "numero buffer non valido" |
| 2808 | |
| 2809 | msgid "not implemented yet" |
| 2810 | msgstr "non ancora implementato" |
| 2811 | |
| 2812 | #. ??? |
| 2813 | msgid "cannot set line(s)" |
| 2814 | msgstr "non posso impostare linea(e)" |
| 2815 | |
| 2816 | msgid "mark not set" |
| 2817 | msgstr "mark non impostato" |
| 2818 | |
| 2819 | #, c-format |
| 2820 | msgid "row %d column %d" |
| 2821 | msgstr "riga %d colonna %d" |
| 2822 | |
| 2823 | msgid "cannot insert/append line" |
| 2824 | msgstr "non riesco a inserire/aggiungere linea" |
| 2825 | |
| 2826 | msgid "unknown flag: " |
| 2827 | msgstr "opzione inesistente: " |
| 2828 | |
| 2829 | msgid "unknown vimOption" |
| 2830 | msgstr "'vimOption' inesistente" |
| 2831 | |
| 2832 | msgid "keyboard interrupt" |
| 2833 | msgstr "interruzione dalla tastiera" |
| 2834 | |
| 2835 | msgid "vim error" |
| 2836 | msgstr "errore vim" |
| 2837 | |
| 2838 | msgid "cannot create buffer/window command: object is being deleted" |
| 2839 | msgstr "" |
| 2840 | "non riesco a creare comando buffer/finestra: oggetto in via di cancellazione" |
| 2841 | |
| 2842 | msgid "" |
| 2843 | "cannot register callback command: buffer/window is already being deleted" |
| 2844 | msgstr "" |
| 2845 | "non posso registrare comando callback: buffer/finestra già in cancellazione" |
| 2846 | |
| 2847 | #. This should never happen. Famous last word? |
| 2848 | msgid "" |
Bram Moolenaar | 2929160 | 2010-07-28 14:28:48 +0200 | [diff] [blame] | 2849 | "E280: TCL FATAL ERROR: reflist corrupt!? Please report this to vim-dev@vim." |
| 2850 | "org" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 2851 | msgstr "" |
Bram Moolenaar | 2929160 | 2010-07-28 14:28:48 +0200 | [diff] [blame] | 2852 | "E280: ERRORE FATALE TCL: reflist corrotta!? Si prega notificare a vim-" |
| 2853 | "dev@vim.org" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 2854 | |
| 2855 | msgid "cannot register callback command: buffer/window reference not found" |
| 2856 | msgstr "" |
| 2857 | "non posso registrare comando callback: referenza a buffer/finestra " |
| 2858 | "inesistente" |
| 2859 | |
| 2860 | msgid "" |
| 2861 | "E571: Sorry, this command is disabled: the Tcl library could not be loaded." |
| 2862 | msgstr "" |
| 2863 | "E571: Spiacente, comando non disponibile, non riesco a caricare libreria " |
| 2864 | "programmi Tcl." |
| 2865 | |
| 2866 | msgid "" |
| 2867 | "E281: TCL ERROR: exit code is not int!? Please report this to vim-dev@vim.org" |
| 2868 | msgstr "" |
Bram Moolenaar | 2929160 | 2010-07-28 14:28:48 +0200 | [diff] [blame] | 2869 | "E281: ERRORE TCL: codice di ritorno non int!? Si prega notificare a vim-" |
| 2870 | "dev@vim.org" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 2871 | |
| 2872 | #, c-format |
| 2873 | msgid "E572: exit code %d" |
| 2874 | msgstr "E572: codice di uscita %d" |
| 2875 | |
| 2876 | msgid "cannot get line" |
| 2877 | msgstr "non riesco a ottenere la linea" |
| 2878 | |
| 2879 | msgid "Unable to register a command server name" |
| 2880 | msgstr "Non riesco a registrare un nome di server comando" |
| 2881 | |
| 2882 | msgid "E248: Failed to send command to the destination program" |
| 2883 | msgstr "E248: Fallito invio comando a programma destinatario" |
| 2884 | |
| 2885 | #, c-format |
| 2886 | msgid "E573: Invalid server id used: %s" |
| 2887 | msgstr "E573: Identificativo di server non valido: %s" |
| 2888 | |
| 2889 | msgid "E251: VIM instance registry property is badly formed. Deleted!" |
| 2890 | msgstr "E251: Proprietà registry relative a VIM non adeguate. Cancellate!" |
| 2891 | |
| 2892 | msgid "Unknown option argument" |
| 2893 | msgstr "Argomento di opzione sconosciuto" |
| 2894 | |
| 2895 | msgid "Too many edit arguments" |
| 2896 | msgstr "Troppi argomenti di edit" |
| 2897 | |
| 2898 | msgid "Argument missing after" |
| 2899 | msgstr "Argomento mancante dopo" |
| 2900 | |
| 2901 | msgid "Garbage after option argument" |
| 2902 | msgstr "Spazzatura dopo argomento di opzione" |
| 2903 | |
| 2904 | msgid "Too many \"+command\", \"-c command\" or \"--cmd command\" arguments" |
| 2905 | msgstr "Troppi argomenti \"+command\", \"-c command\" o \"--cmd command\"" |
| 2906 | |
| 2907 | msgid "Invalid argument for" |
| 2908 | msgstr "Argomento non valido per" |
| 2909 | |
| 2910 | #, c-format |
| 2911 | msgid "%d files to edit\n" |
| 2912 | msgstr "%d file da elaborare\n" |
| 2913 | |
Bram Moolenaar | 6f0d3dd | 2010-06-08 23:17:01 +0200 | [diff] [blame] | 2914 | msgid "netbeans is not supported with this GUI\n" |
| 2915 | msgstr "netbeans non è supportato con questa GUI\n" |
| 2916 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 2917 | msgid "This Vim was not compiled with the diff feature." |
| 2918 | msgstr "Vim non compilato con funzionalità 'diff'." |
| 2919 | |
Bram Moolenaar | 28c3795 | 2010-01-06 20:29:28 +0100 | [diff] [blame] | 2920 | msgid "'-nb' cannot be used: not enabled at compile time\n" |
| 2921 | msgstr "'-nb' non disponibile: non abilitato in compilazione\n" |
| 2922 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 2923 | msgid "Attempt to open script file again: \"" |
| 2924 | msgstr "Tento di riaprire lo script file: \"" |
| 2925 | |
| 2926 | msgid "Cannot open for reading: \"" |
| 2927 | msgstr "Non posso aprire in lettura: \"" |
| 2928 | |
| 2929 | msgid "Cannot open for script output: \"" |
| 2930 | msgstr "Non posso aprire come script output: \"" |
| 2931 | |
| 2932 | msgid "Vim: Error: Failure to start gvim from NetBeans\n" |
| 2933 | msgstr "Vim: Errore: Avvio di gvim da NetBeans non riuscito\n" |
| 2934 | |
| 2935 | msgid "Vim: Warning: Output is not to a terminal\n" |
| 2936 | msgstr "Vim: Attenzione: Output non diretto a un terminale\n" |
| 2937 | |
| 2938 | msgid "Vim: Warning: Input is not from a terminal\n" |
| 2939 | msgstr "Vim: Attenzione: Input non proveniente da un terminale\n" |
| 2940 | |
| 2941 | #. just in case.. |
| 2942 | msgid "pre-vimrc command line" |
| 2943 | msgstr "linea comandi prima di vimrc" |
| 2944 | |
| 2945 | #, c-format |
| 2946 | msgid "E282: Cannot read from \"%s\"" |
| 2947 | msgstr "E282: Non posso leggere da \"%s\"" |
| 2948 | |
| 2949 | msgid "" |
| 2950 | "\n" |
| 2951 | "More info with: \"vim -h\"\n" |
| 2952 | msgstr "" |
| 2953 | "\n" |
| 2954 | "Maggiori informazioni con: \"vim -h\"\n" |
| 2955 | |
| 2956 | msgid "[file ..] edit specified file(s)" |
| 2957 | msgstr "[file ..] apri file(s) specificati" |
| 2958 | |
| 2959 | msgid "- read text from stdin" |
| 2960 | msgstr "- leggi testo da 'stdin'" |
| 2961 | |
| 2962 | msgid "-t tag edit file where tag is defined" |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 2963 | msgstr "-t tag apri file in cui è definito il tag" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 2964 | |
| 2965 | msgid "-q [errorfile] edit file with first error" |
| 2966 | msgstr "-q [errorfile] apri file col primo errore" |
| 2967 | |
| 2968 | msgid "" |
| 2969 | "\n" |
| 2970 | "\n" |
| 2971 | "usage:" |
| 2972 | msgstr "" |
| 2973 | "\n" |
| 2974 | "\n" |
| 2975 | " uso:" |
| 2976 | |
| 2977 | msgid " vim [arguments] " |
| 2978 | msgstr " vim [argomenti] " |
| 2979 | |
| 2980 | msgid "" |
| 2981 | "\n" |
| 2982 | " or:" |
| 2983 | msgstr "" |
| 2984 | "\n" |
| 2985 | " o:" |
| 2986 | |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 2987 | msgid "" |
| 2988 | "\n" |
| 2989 | "Where case is ignored prepend / to make flag upper case" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 2990 | msgstr "" |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 2991 | "\n" |
| 2992 | "Quando si ignorano maiusc./minusc. preporre / per rendere il flag maiusc." |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 2993 | |
| 2994 | msgid "" |
| 2995 | "\n" |
| 2996 | "\n" |
| 2997 | "Arguments:\n" |
| 2998 | msgstr "" |
| 2999 | "\n" |
| 3000 | "\n" |
| 3001 | "Argomenti:\n" |
| 3002 | |
| 3003 | msgid "--\t\t\tOnly file names after this" |
| 3004 | msgstr "--\t\t\tSolo nomi file da qui in poi" |
| 3005 | |
| 3006 | msgid "--literal\t\tDon't expand wildcards" |
| 3007 | msgstr "--literal\t\tNon espandere wildcard" |
| 3008 | |
| 3009 | msgid "-register\t\tRegister this gvim for OLE" |
| 3010 | msgstr "-register\t\tRegistra questo gvim a OLE" |
| 3011 | |
| 3012 | msgid "-unregister\t\tUnregister gvim for OLE" |
| 3013 | msgstr "-unregister\t\tDeregistra gvim a OLE" |
| 3014 | |
| 3015 | msgid "-g\t\t\tRun using GUI (like \"gvim\")" |
| 3016 | msgstr "-g\t\t\tEsegui usando GUI (come \"gvim\")" |
| 3017 | |
| 3018 | msgid "-f or --nofork\tForeground: Don't fork when starting GUI" |
| 3019 | msgstr "-f opp. --nofork\tForeground: Non usare 'fork' inizializzando GUI" |
| 3020 | |
| 3021 | msgid "-v\t\t\tVi mode (like \"vi\")" |
| 3022 | msgstr "-v\t\t\tModalità Vi (come \"vi\")" |
| 3023 | |
| 3024 | msgid "-e\t\t\tEx mode (like \"ex\")" |
| 3025 | msgstr "-e\t\t\tModalità Ex (come \"ex\")" |
| 3026 | |
| 3027 | msgid "-s\t\t\tSilent (batch) mode (only for \"ex\")" |
| 3028 | msgstr "-s\t\t\tModalità Silenziosa (batch) (solo per \"ex\")" |
| 3029 | |
| 3030 | msgid "-d\t\t\tDiff mode (like \"vimdiff\")" |
| 3031 | msgstr "-d\t\t\tModalità Diff (come \"vimdiff\")" |
| 3032 | |
| 3033 | msgid "-y\t\t\tEasy mode (like \"evim\", modeless)" |
| 3034 | msgstr "-y\t\t\tModalità Facile (come \"evim\", senza modalità)" |
| 3035 | |
| 3036 | msgid "-R\t\t\tReadonly mode (like \"view\")" |
| 3037 | msgstr "-R\t\t\tModalità Sola Lettura (come \"view\")" |
| 3038 | |
| 3039 | msgid "-Z\t\t\tRestricted mode (like \"rvim\")" |
| 3040 | msgstr "-Z\t\t\tModalità Ristretta (come \"rvim\")" |
| 3041 | |
| 3042 | msgid "-m\t\t\tModifications (writing files) not allowed" |
| 3043 | msgstr "-m\t\t\tRiscritture del file non permesse" |
| 3044 | |
| 3045 | msgid "-M\t\t\tModifications in text not allowed" |
| 3046 | msgstr "-M\t\t\tModifiche nel file non permesse" |
| 3047 | |
| 3048 | msgid "-b\t\t\tBinary mode" |
| 3049 | msgstr "-b\t\t\tModalità Binaria" |
| 3050 | |
| 3051 | msgid "-l\t\t\tLisp mode" |
| 3052 | msgstr "-l\t\t\tModalità Lisp" |
| 3053 | |
| 3054 | msgid "-C\t\t\tCompatible with Vi: 'compatible'" |
| 3055 | msgstr "-C\t\t\tCompatibile con Vi: 'compatible'" |
| 3056 | |
| 3057 | msgid "-N\t\t\tNot fully Vi compatible: 'nocompatible'" |
| 3058 | msgstr "-N\t\t\tNon interamente compatibile con Vi: 'nocompatible'" |
| 3059 | |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 3060 | msgid "-V[N][fname]\t\tBe verbose [level N] [log messages to fname]" |
| 3061 | msgstr "-V[N][fname]\t\tVerbosità [livello N] [log su file fname]" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 3062 | |
| 3063 | msgid "-D\t\t\tDebugging mode" |
| 3064 | msgstr "-D\t\t\tModalità Debug" |
| 3065 | |
| 3066 | msgid "-n\t\t\tNo swap file, use memory only" |
| 3067 | msgstr "-n\t\t\tNiente file di swap, usa solo memoria" |
| 3068 | |
| 3069 | msgid "-r\t\t\tList swap files and exit" |
| 3070 | msgstr "-r\t\t\tLista swap file ed esci" |
| 3071 | |
| 3072 | msgid "-r (with file name)\tRecover crashed session" |
| 3073 | msgstr "-r (e nome file)\tRecupera da sessione finita male" |
| 3074 | |
| 3075 | msgid "-L\t\t\tSame as -r" |
| 3076 | msgstr "-L\t\t\tCome -r" |
| 3077 | |
| 3078 | msgid "-f\t\t\tDon't use newcli to open window" |
| 3079 | msgstr "-f\t\t\tNon usare newcli per aprire finestra" |
| 3080 | |
| 3081 | msgid "-dev <device>\t\tUse <device> for I/O" |
| 3082 | msgstr "-dev <dispositivo>\t\tUsa <dispositivo> per I/O" |
| 3083 | |
| 3084 | msgid "-A\t\t\tstart in Arabic mode" |
| 3085 | msgstr "-A\t\t\tComincia in modalità Araba" |
| 3086 | |
| 3087 | msgid "-H\t\t\tStart in Hebrew mode" |
| 3088 | msgstr "-H\t\t\tComincia in modalità Ebraica" |
| 3089 | |
| 3090 | msgid "-F\t\t\tStart in Farsi mode" |
| 3091 | msgstr "-F\t\t\tComincia in modalità Farsi (Persiano)" |
| 3092 | |
| 3093 | msgid "-T <terminal>\tSet terminal type to <terminal>" |
| 3094 | msgstr "-T <terminale>\tImposta tipo terminale a <terminale>" |
| 3095 | |
| 3096 | msgid "-u <vimrc>\t\tUse <vimrc> instead of any .vimrc" |
| 3097 | msgstr "-u <vimrc>\t\tUsa <vimrc> invece di .vimrc" |
| 3098 | |
| 3099 | msgid "-U <gvimrc>\t\tUse <gvimrc> instead of any .gvimrc" |
| 3100 | msgstr "-U <gvimrc>\t\tUsa <gvimrc> invece di .gvimrc" |
| 3101 | |
| 3102 | msgid "--noplugin\t\tDon't load plugin scripts" |
| 3103 | msgstr "--noplugin\t\tNon caricare script plugin" |
| 3104 | |
| 3105 | msgid "-p[N]\t\tOpen N tab pages (default: one for each file)" |
| 3106 | msgstr "-o[N]\t\tApri N linguette (predefinito: una per ogni file)" |
| 3107 | |
| 3108 | msgid "-o[N]\t\tOpen N windows (default: one for each file)" |
| 3109 | msgstr "-o[N]\t\tApri N finestre (predefinito: una per ogni file)" |
| 3110 | |
| 3111 | msgid "-O[N]\t\tLike -o but split vertically" |
| 3112 | msgstr "-O[N]\t\tCome -o ma dividi le finestre in verticale" |
| 3113 | |
| 3114 | msgid "+\t\t\tStart at end of file" |
| 3115 | msgstr "+\t\t\tPosizionati alla fine del file" |
| 3116 | |
| 3117 | msgid "+<lnum>\t\tStart at line <lnum>" |
| 3118 | msgstr "+<lnum>\t\tPosizionati alla linea <lnum>" |
| 3119 | |
| 3120 | msgid "--cmd <command>\tExecute <command> before loading any vimrc file" |
| 3121 | msgstr "" |
| 3122 | "--cmd <comando>\t\tEsegui <comando> prima di caricare eventuali file vimrc" |
| 3123 | |
| 3124 | msgid "-c <command>\t\tExecute <command> after loading the first file" |
| 3125 | msgstr "-c <comando>\t\tEsegui <comando> dopo caricamento primo file" |
| 3126 | |
| 3127 | msgid "-S <session>\t\tSource file <session> after loading the first file" |
| 3128 | msgstr "" |
| 3129 | "-S <sessione>\tEsegui comandi in file <sessione> dopo caricamento primo file" |
| 3130 | |
| 3131 | msgid "-s <scriptin>\tRead Normal mode commands from file <scriptin>" |
| 3132 | msgstr "-s <scriptin>\tLeggi comandi in modalità normale da file <scriptin>" |
| 3133 | |
| 3134 | msgid "-w <scriptout>\tAppend all typed commands to file <scriptout>" |
| 3135 | msgstr "-w <scriptout>\tAggiungi tutti i comandi immessi a file <scriptout>" |
| 3136 | |
| 3137 | msgid "-W <scriptout>\tWrite all typed commands to file <scriptout>" |
| 3138 | msgstr "-W <scriptout>\tScrivi tutti i comandi immessi in file <scriptout>" |
| 3139 | |
| 3140 | msgid "-x\t\t\tEdit encrypted files" |
| 3141 | msgstr "-x\t\t\tApri un file cifrato" |
| 3142 | |
| 3143 | msgid "-display <display>\tConnect vim to this particular X-server" |
| 3144 | msgstr "-display <schermo>\tEsegui vim a questo particolare server X" |
| 3145 | |
| 3146 | msgid "-X\t\t\tDo not connect to X server" |
| 3147 | msgstr "-X\t\t\tNon connetterti a server X" |
| 3148 | |
| 3149 | msgid "--remote <files>\tEdit <files> in a Vim server if possible" |
| 3150 | msgstr "--remote <file>\tApri <file> in un server Vim se possibile" |
| 3151 | |
| 3152 | msgid "--remote-silent <files> Same, don't complain if there is no server" |
Bram Moolenaar | 83e138c | 2007-05-05 18:27:07 +0000 | [diff] [blame] | 3153 | msgstr "--remote-silent <file> Stessa cosa, ignora se non esiste un server" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 3154 | |
| 3155 | msgid "" |
| 3156 | "--remote-wait <files> As --remote but wait for files to have been edited" |
| 3157 | msgstr "" |
Bram Moolenaar | 83e138c | 2007-05-05 18:27:07 +0000 | [diff] [blame] | 3158 | "--remote-wait <file> Come --remote ma aspetta che i file siano elaborati" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 3159 | |
| 3160 | msgid "" |
| 3161 | "--remote-wait-silent <files> Same, don't complain if there is no server" |
| 3162 | msgstr "" |
Bram Moolenaar | 83e138c | 2007-05-05 18:27:07 +0000 | [diff] [blame] | 3163 | "--remote-wait-silent <file> Stessa cosa, ignora se non esiste un server" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 3164 | |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 3165 | msgid "" |
| 3166 | "--remote-tab[-wait][-silent] <files> As --remote but use tab page per file" |
| 3167 | msgstr "" |
| 3168 | "--remote-tab[-wait][-silent] <file> Come --remote ma apre una linguetta per " |
| 3169 | "file" |
Bram Moolenaar | 910f66f | 2006-04-05 20:41:53 +0000 | [diff] [blame] | 3170 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 3171 | msgid "--remote-send <keys>\tSend <keys> to a Vim server and exit" |
| 3172 | msgstr "--remote-send <tasti>\tInvia <tasti> a un server Vim ed esci" |
| 3173 | |
| 3174 | msgid "--remote-expr <expr>\tEvaluate <expr> in a Vim server and print result" |
| 3175 | msgstr "" |
| 3176 | "--remote--expr <expr>\tEsegui <expr> in un server Vim e stampa risultato" |
| 3177 | |
| 3178 | msgid "--serverlist\t\tList available Vim server names and exit" |
| 3179 | msgstr "--serverlist\t\tLista nomi server Vim disponibili ed esci" |
| 3180 | |
| 3181 | msgid "--servername <name>\tSend to/become the Vim server <name>" |
| 3182 | msgstr "--servername <nome>\tInvia a/diventa server Vim di nome <nome>" |
| 3183 | |
Bram Moolenaar | 28c3795 | 2010-01-06 20:29:28 +0100 | [diff] [blame] | 3184 | msgid "--startuptime <file>\tWrite startup timing messages to <file>" |
| 3185 | msgstr "" |
Bram Moolenaar | b52073a | 2010-03-17 20:02:06 +0100 | [diff] [blame] | 3186 | "--startuptime <file>\tScrivi tutti i messaggi iniziali di timing in <file>" |
Bram Moolenaar | 28c3795 | 2010-01-06 20:29:28 +0100 | [diff] [blame] | 3187 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 3188 | msgid "-i <viminfo>\t\tUse <viminfo> instead of .viminfo" |
| 3189 | msgstr "-i <viminfo>\t\tUsa <viminfo> invece di .viminfo" |
| 3190 | |
| 3191 | msgid "-h or --help\tPrint Help (this message) and exit" |
| 3192 | msgstr "-h opp. --help\tStampa Aiuto (questo messaggio) ed esci" |
| 3193 | |
| 3194 | msgid "--version\t\tPrint version information and exit" |
| 3195 | msgstr "--version\t\tStampa informazioni sulla versione ed esci" |
| 3196 | |
| 3197 | msgid "" |
| 3198 | "\n" |
| 3199 | "Arguments recognised by gvim (Motif version):\n" |
| 3200 | msgstr "" |
| 3201 | "\n" |
| 3202 | "Opzioni accettate da gvim (versione Motif):\n" |
| 3203 | |
| 3204 | msgid "" |
| 3205 | "\n" |
| 3206 | "Arguments recognised by gvim (neXtaw version):\n" |
| 3207 | msgstr "" |
| 3208 | "\n" |
| 3209 | "Opzioni accettate da gvim (versione neXtaw):\n" |
| 3210 | |
| 3211 | msgid "" |
| 3212 | "\n" |
| 3213 | "Arguments recognised by gvim (Athena version):\n" |
| 3214 | msgstr "" |
| 3215 | "\n" |
| 3216 | "Opzioni accettate da gvim (versione Athena):\n" |
| 3217 | |
| 3218 | msgid "-display <display>\tRun vim on <display>" |
| 3219 | msgstr "-display <schermo>\tEsegui vim su <schermo>" |
| 3220 | |
| 3221 | msgid "-iconic\t\tStart vim iconified" |
| 3222 | msgstr "-iconic\t\tInizia vim riducendolo ad icona" |
| 3223 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 3224 | msgid "-background <color>\tUse <color> for the background (also: -bg)" |
| 3225 | msgstr "-background <colore>\tUsa <colore> come sfondo (anche: -bg)" |
| 3226 | |
| 3227 | msgid "-foreground <color>\tUse <color> for normal text (also: -fg)" |
| 3228 | msgstr "-foreground <colore>\tUsa <colore> per il testo normale (anche: -fg)" |
| 3229 | |
| 3230 | msgid "-font <font>\t\tUse <font> for normal text (also: -fn)" |
| 3231 | msgstr "-font <font>\t\tUsa <font> for il testo normale (anche: -fn)" |
| 3232 | |
| 3233 | msgid "-boldfont <font>\tUse <font> for bold text" |
| 3234 | msgstr "-boldfont <font>\tUsa <font> per testo in grassetto" |
| 3235 | |
| 3236 | msgid "-italicfont <font>\tUse <font> for italic text" |
| 3237 | msgstr "-italicfont <font>\tUsa <font> per testo in corsivo" |
| 3238 | |
| 3239 | msgid "-geometry <geom>\tUse <geom> for initial geometry (also: -geom)" |
| 3240 | msgstr "-geometry <geom>\tUsa <geom> per la geometria iniziale (anche: -geom)" |
| 3241 | |
| 3242 | msgid "-borderwidth <width>\tUse a border width of <width> (also: -bw)" |
| 3243 | msgstr "-borderwidth <larg>\tUsa larghezza <larg> per bordo (anche: -bw)" |
| 3244 | |
| 3245 | msgid "-scrollbarwidth <width> Use a scrollbar width of <width> (also: -sw)" |
| 3246 | msgstr "" |
| 3247 | "-scrollbarwidth <larg> Usa larghezza <larg> per scrollbar (anche: -sw)" |
| 3248 | |
| 3249 | msgid "-menuheight <height>\tUse a menu bar height of <height> (also: -mh)" |
| 3250 | msgstr "-menuheight <alt>\tUsa altezza <alt> per barra menu (anche: -mh)" |
| 3251 | |
| 3252 | msgid "-reverse\t\tUse reverse video (also: -rv)" |
| 3253 | msgstr "-reverse\t\tUsa colori invertiti (anche: -rv)" |
| 3254 | |
| 3255 | msgid "+reverse\t\tDon't use reverse video (also: +rv)" |
| 3256 | msgstr "+reverse\t\tNon usare colori invertiti (anche: +rv)" |
| 3257 | |
| 3258 | msgid "-xrm <resource>\tSet the specified resource" |
| 3259 | msgstr "-xrm <risorsa>\tImposta la risorsa specificata" |
| 3260 | |
| 3261 | msgid "" |
| 3262 | "\n" |
| 3263 | "Arguments recognised by gvim (RISC OS version):\n" |
| 3264 | msgstr "" |
| 3265 | "\n" |
| 3266 | "Argomenti accettati da gvim (versione RISC OS):\n" |
| 3267 | |
| 3268 | msgid "--columns <number>\tInitial width of window in columns" |
| 3269 | msgstr "--columns <numero>\tLarghezza iniziale finestra in colonne" |
| 3270 | |
| 3271 | msgid "--rows <number>\tInitial height of window in rows" |
| 3272 | msgstr "--rows <numero>\tAltezza iniziale finestra in righe" |
| 3273 | |
| 3274 | msgid "" |
| 3275 | "\n" |
| 3276 | "Arguments recognised by gvim (GTK+ version):\n" |
| 3277 | msgstr "" |
| 3278 | "\n" |
| 3279 | "Argomenti accettati da gvim (versione GTK+):\n" |
| 3280 | |
| 3281 | msgid "-display <display>\tRun vim on <display> (also: --display)" |
| 3282 | msgstr "-display <schermo>\tEsegui vim su <schermo> (anche: --display)" |
| 3283 | |
| 3284 | msgid "--role <role>\tSet a unique role to identify the main window" |
| 3285 | msgstr "" |
| 3286 | "--role <ruolo>\tImposta un ruolo univoco per identificare la finestra " |
| 3287 | "principale" |
| 3288 | |
| 3289 | msgid "--socketid <xid>\tOpen Vim inside another GTK widget" |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 3290 | msgstr "--socketid <xid>\tApri Vim dentro un altro widget GTK" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 3291 | |
| 3292 | msgid "-P <parent title>\tOpen Vim inside parent application" |
| 3293 | msgstr "-P <titolo padre>\tApri Vim in un'applicazione padre" |
| 3294 | |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 3295 | msgid "--windowid <HWND>\tOpen Vim inside another win32 widget" |
| 3296 | msgstr "--windowid <HWND>\tApri Vim dentro un altro widget win32" |
| 3297 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 3298 | msgid "No display" |
| 3299 | msgstr "Manca display" |
| 3300 | |
| 3301 | #. Failed to send, abort. |
| 3302 | msgid ": Send failed.\n" |
| 3303 | msgstr ": Invio fallito.\n" |
| 3304 | |
| 3305 | #. Let vim start normally. |
| 3306 | msgid ": Send failed. Trying to execute locally\n" |
| 3307 | msgstr ": Invio fallito. Tento di eseguire localmente\n" |
| 3308 | |
| 3309 | #, c-format |
| 3310 | msgid "%d of %d edited" |
| 3311 | msgstr "%d di %d elaborato" |
| 3312 | |
| 3313 | msgid "No display: Send expression failed.\n" |
| 3314 | msgstr "Nessun display: Invio di espressione fallito.\n" |
| 3315 | |
| 3316 | msgid ": Send expression failed.\n" |
| 3317 | msgstr ": Invio di espressione fallito.\n" |
| 3318 | |
| 3319 | msgid "No marks set" |
| 3320 | msgstr "Nessun mark impostato" |
| 3321 | |
| 3322 | #, c-format |
| 3323 | msgid "E283: No marks matching \"%s\"" |
| 3324 | msgstr "E283: Nessun mark corrispondente a \"%s\"" |
| 3325 | |
| 3326 | #. Highlight title |
| 3327 | msgid "" |
| 3328 | "\n" |
| 3329 | "mark line col file/text" |
| 3330 | msgstr "" |
| 3331 | "\n" |
| 3332 | "mark linea col.file/testo" |
| 3333 | |
| 3334 | #. Highlight title |
| 3335 | msgid "" |
| 3336 | "\n" |
| 3337 | " jump line col file/text" |
| 3338 | msgstr "" |
| 3339 | "\n" |
| 3340 | " salt.linea col.file/testo" |
| 3341 | |
| 3342 | #. Highlight title |
| 3343 | msgid "" |
| 3344 | "\n" |
| 3345 | "change line col text" |
| 3346 | msgstr "" |
| 3347 | "\n" |
| 3348 | "modif linea col testo" |
| 3349 | |
Bram Moolenaar | 2929160 | 2010-07-28 14:28:48 +0200 | [diff] [blame] | 3350 | #, c-format |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 3351 | msgid "" |
| 3352 | "\n" |
| 3353 | "# File marks:\n" |
| 3354 | msgstr "" |
| 3355 | "\n" |
| 3356 | "# File mark:\n" |
| 3357 | |
| 3358 | #. Write the jumplist with -' |
Bram Moolenaar | 2929160 | 2010-07-28 14:28:48 +0200 | [diff] [blame] | 3359 | #, c-format |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 3360 | msgid "" |
| 3361 | "\n" |
| 3362 | "# Jumplist (newest first):\n" |
| 3363 | msgstr "" |
| 3364 | "\n" |
| 3365 | "# Jumplist (dai più recenti):\n" |
| 3366 | |
Bram Moolenaar | 2929160 | 2010-07-28 14:28:48 +0200 | [diff] [blame] | 3367 | #, c-format |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 3368 | msgid "" |
| 3369 | "\n" |
| 3370 | "# History of marks within files (newest to oldest):\n" |
| 3371 | msgstr "" |
| 3372 | "\n" |
Bram Moolenaar | 83e138c | 2007-05-05 18:27:07 +0000 | [diff] [blame] | 3373 | "# Storia dei mark all'interno dei file (dai più recenti ai meno recenti):\n" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 3374 | |
| 3375 | msgid "Missing '>'" |
| 3376 | msgstr "Manca '>'" |
| 3377 | |
| 3378 | msgid "E543: Not a valid codepage" |
| 3379 | msgstr "E543: Codepage non valido" |
| 3380 | |
| 3381 | msgid "E284: Cannot set IC values" |
| 3382 | msgstr "E284: Non posso assegnare valori IC" |
| 3383 | |
| 3384 | msgid "E285: Failed to create input context" |
| 3385 | msgstr "E285: Creazione di un contesto di input fallita" |
| 3386 | |
| 3387 | msgid "E286: Failed to open input method" |
| 3388 | msgstr "E286: Apertura 'input method' fallita" |
| 3389 | |
| 3390 | msgid "E287: Warning: Could not set destroy callback to IM" |
| 3391 | msgstr "E287: Attenzione: Non posso assegnare IM a 'destroy callback'" |
| 3392 | |
| 3393 | msgid "E288: input method doesn't support any style" |
| 3394 | msgstr "E288: 'input method' non sopporta alcuno stile" |
| 3395 | |
| 3396 | msgid "E289: input method doesn't support my preedit type" |
| 3397 | msgstr "E289: 'input method' non supporta il mio tipo di preedit" |
| 3398 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 3399 | msgid "E293: block was not locked" |
| 3400 | msgstr "E293: il blocco non era riservato" |
| 3401 | |
| 3402 | msgid "E294: Seek error in swap file read" |
| 3403 | msgstr "E294: Errore di posizionamento durante lettura swap file" |
| 3404 | |
| 3405 | msgid "E295: Read error in swap file" |
| 3406 | msgstr "E295: Errore leggendo swap file" |
| 3407 | |
| 3408 | msgid "E296: Seek error in swap file write" |
| 3409 | msgstr "E296: Errore di posizionamento scrivendo swap file" |
| 3410 | |
| 3411 | msgid "E297: Write error in swap file" |
| 3412 | msgstr "E297: Errore scrivendo swap file" |
| 3413 | |
| 3414 | msgid "E300: Swap file already exists (symlink attack?)" |
| 3415 | msgstr "E300: Lo swap file esiste già (un link simbolico?)" |
| 3416 | |
| 3417 | msgid "E298: Didn't get block nr 0?" |
| 3418 | msgstr "E298: Non riesco a leggere blocco numero 0?" |
| 3419 | |
| 3420 | msgid "E298: Didn't get block nr 1?" |
| 3421 | msgstr "E298: Non riesco a leggere blocco numero 1?" |
| 3422 | |
| 3423 | msgid "E298: Didn't get block nr 2?" |
| 3424 | msgstr "E298: Non riesco a leggere blocco numero 2?" |
| 3425 | |
Bram Moolenaar | 662db67 | 2011-03-22 14:05:35 +0100 | [diff] [blame] | 3426 | msgid "E843: Error while updating swap file crypt" |
| 3427 | msgstr "E843: Errore aggiornando cifratura dello swap file" |
| 3428 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 3429 | #. could not (re)open the swap file, what can we do???? |
| 3430 | msgid "E301: Oops, lost the swap file!!!" |
| 3431 | msgstr "E301: Ahimè, lo swap file è perduto!!!" |
| 3432 | |
| 3433 | msgid "E302: Could not rename swap file" |
| 3434 | msgstr "E302: Non riesco a rinominare lo swap file" |
| 3435 | |
| 3436 | #, c-format |
| 3437 | msgid "E303: Unable to open swap file for \"%s\", recovery impossible" |
| 3438 | msgstr "" |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 3439 | "E303: Non riesco ad aprile lo swap file per \"%s\", recupero impossibile" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 3440 | |
| 3441 | msgid "E304: ml_upd_block0(): Didn't get block 0??" |
| 3442 | msgstr "E304: ml_upd_block0(): Non riesco a leggere blocco 0??" |
| 3443 | |
| 3444 | #, c-format |
| 3445 | msgid "E305: No swap file found for %s" |
| 3446 | msgstr "E305: Nessun swap file trovato per %s" |
| 3447 | |
| 3448 | msgid "Enter number of swap file to use (0 to quit): " |
| 3449 | msgstr "Dimmi numero di swap file da usare (0 per lasciar perdere): " |
| 3450 | |
| 3451 | #, c-format |
| 3452 | msgid "E306: Cannot open %s" |
| 3453 | msgstr "E306: Non riesco ad aprire %s" |
| 3454 | |
| 3455 | msgid "Unable to read block 0 from " |
| 3456 | msgstr "Non riesco a leggere il blocco 0 da " |
| 3457 | |
| 3458 | msgid "" |
| 3459 | "\n" |
| 3460 | "Maybe no changes were made or Vim did not update the swap file." |
| 3461 | msgstr "" |
| 3462 | "\n" |
| 3463 | "Forse non ci sono state modifiche oppure Vim non ha aggiornato lo swap file." |
| 3464 | |
| 3465 | msgid " cannot be used with this version of Vim.\n" |
| 3466 | msgstr " non può essere usato con questa versione di Vim.\n" |
| 3467 | |
| 3468 | msgid "Use Vim version 3.0.\n" |
| 3469 | msgstr "Usa Vim versione 3.0.\n" |
| 3470 | |
| 3471 | #, c-format |
| 3472 | msgid "E307: %s does not look like a Vim swap file" |
| 3473 | msgstr "E307: %s non sembra uno swap file Vim" |
| 3474 | |
| 3475 | msgid " cannot be used on this computer.\n" |
| 3476 | msgstr " non può essere usato su questo computer.\n" |
| 3477 | |
| 3478 | msgid "The file was created on " |
| 3479 | msgstr "Il file è stato creato il " |
| 3480 | |
| 3481 | msgid "" |
| 3482 | ",\n" |
| 3483 | "or the file has been damaged." |
| 3484 | msgstr "" |
| 3485 | ",\n" |
| 3486 | "o il file è stato danneggiato." |
| 3487 | |
Bram Moolenaar | 2929160 | 2010-07-28 14:28:48 +0200 | [diff] [blame] | 3488 | #, c-format |
| 3489 | msgid "" |
| 3490 | "E833: %s is encrypted and this version of Vim does not support encryption" |
| 3491 | msgstr "E833: %s è cifrato e questa versione di Vim non supporta la cifratura" |
| 3492 | |
Bram Moolenaar | 83e138c | 2007-05-05 18:27:07 +0000 | [diff] [blame] | 3493 | msgid " has been damaged (page size is smaller than minimum value).\n" |
| 3494 | msgstr "" |
| 3495 | " è stato danneggiato (la dimensione della pagina è inferiore al minimo).\n" |
| 3496 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 3497 | #, c-format |
| 3498 | msgid "Using swap file \"%s\"" |
| 3499 | msgstr "Uso swap file \"%s\"" |
| 3500 | |
| 3501 | #, c-format |
| 3502 | msgid "Original file \"%s\"" |
| 3503 | msgstr "File originale \"%s\"" |
| 3504 | |
| 3505 | msgid "E308: Warning: Original file may have been changed" |
| 3506 | msgstr "" |
| 3507 | "E308: Attenzione: il file originale può essere stato modificato nel frattempo" |
| 3508 | |
| 3509 | #, c-format |
Bram Moolenaar | 2929160 | 2010-07-28 14:28:48 +0200 | [diff] [blame] | 3510 | msgid "Swap file is encrypted: \"%s\"" |
| 3511 | msgstr "Il file swap è cifrato: \"%s\"" |
| 3512 | |
| 3513 | msgid "" |
| 3514 | "\n" |
| 3515 | "If you entered a new crypt key but did not write the text file," |
| 3516 | msgstr "" |
| 3517 | "\n" |
| 3518 | "Se hai immesso una chiave di cifratura senza riscrivere il file di testo," |
| 3519 | |
| 3520 | msgid "" |
| 3521 | "\n" |
| 3522 | "enter the new crypt key." |
| 3523 | msgstr "" |
| 3524 | "\n" |
| 3525 | "immetti la nuova chiave di cifratura." |
| 3526 | |
| 3527 | msgid "" |
| 3528 | "\n" |
| 3529 | "If you wrote the text file after changing the crypt key press enter" |
| 3530 | msgstr "" |
| 3531 | "\n" |
Bram Moolenaar | 662db67 | 2011-03-22 14:05:35 +0100 | [diff] [blame] | 3532 | "Se hai riscritto il file dopo aver cambiato chiave di cifr., premi Invio" |
Bram Moolenaar | 2929160 | 2010-07-28 14:28:48 +0200 | [diff] [blame] | 3533 | |
| 3534 | msgid "" |
| 3535 | "\n" |
| 3536 | "to use the same key for text file and swap file" |
| 3537 | msgstr "" |
| 3538 | "\n" |
| 3539 | "per usare la stessa chiave sia per il testo che per il file swap" |
| 3540 | |
| 3541 | #, c-format |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 3542 | msgid "E309: Unable to read block 1 from %s" |
| 3543 | msgstr "E309: Impossibile leggere blocco 1 da %s" |
| 3544 | |
| 3545 | msgid "???MANY LINES MISSING" |
| 3546 | msgstr "???MOLTE LINEE MANCANTI" |
| 3547 | |
| 3548 | msgid "???LINE COUNT WRONG" |
| 3549 | msgstr "???CONTATORE LINEE ERRATO" |
| 3550 | |
| 3551 | msgid "???EMPTY BLOCK" |
| 3552 | msgstr "???BLOCCO VUOTO" |
| 3553 | |
| 3554 | msgid "???LINES MISSING" |
| 3555 | msgstr "???LINEE MANCANTI" |
| 3556 | |
| 3557 | #, c-format |
| 3558 | msgid "E310: Block 1 ID wrong (%s not a .swp file?)" |
| 3559 | msgstr "E310: ID del Blocco 1 errato (che %s non sia un .swp file?)" |
| 3560 | |
| 3561 | msgid "???BLOCK MISSING" |
| 3562 | msgstr "???BLOCCO MANCANTE" |
| 3563 | |
| 3564 | msgid "??? from here until ???END lines may be messed up" |
| 3565 | msgstr "??? da qui fino a ???END le linee possono essere fuori ordine" |
| 3566 | |
| 3567 | msgid "??? from here until ???END lines may have been inserted/deleted" |
| 3568 | msgstr "" |
| 3569 | "??? da qui fino a ???END linee possono essere state inserite/cancellate" |
| 3570 | |
| 3571 | msgid "???END" |
| 3572 | msgstr "???END" |
| 3573 | |
| 3574 | msgid "E311: Recovery Interrupted" |
| 3575 | msgstr "E311: Recupero Interrotto" |
| 3576 | |
| 3577 | msgid "" |
| 3578 | "E312: Errors detected while recovering; look for lines starting with ???" |
| 3579 | msgstr "E312: Errori durante recupero; controlla linee che iniziano con ???" |
| 3580 | |
| 3581 | msgid "See \":help E312\" for more information." |
| 3582 | msgstr "Vedere \":help E312\" per ulteriori informazioni." |
| 3583 | |
| 3584 | msgid "Recovery completed. You should check if everything is OK." |
| 3585 | msgstr "Recupero completato. Dovresti controllare se va tutto bene." |
| 3586 | |
| 3587 | msgid "" |
| 3588 | "\n" |
| 3589 | "(You might want to write out this file under another name\n" |
| 3590 | msgstr "" |
| 3591 | "\n" |
| 3592 | "(Potresti salvare questo file con un altro nome ed eseguire\n" |
| 3593 | |
Bram Moolenaar | 6f0d3dd | 2010-06-08 23:17:01 +0200 | [diff] [blame] | 3594 | msgid "and run diff with the original file to check for changes)" |
| 3595 | msgstr "'diff' rispetto al file originale per vedere le differenze)" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 3596 | |
Bram Moolenaar | 6f0d3dd | 2010-06-08 23:17:01 +0200 | [diff] [blame] | 3597 | msgid "Recovery completed. Buffer contents equals file contents." |
Bram Moolenaar | 2929160 | 2010-07-28 14:28:48 +0200 | [diff] [blame] | 3598 | msgstr "" |
| 3599 | "Ripristino effettuato. Il contenuto del buffer coincide con quello del file." |
Bram Moolenaar | 6f0d3dd | 2010-06-08 23:17:01 +0200 | [diff] [blame] | 3600 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 3601 | msgid "" |
Bram Moolenaar | 6f0d3dd | 2010-06-08 23:17:01 +0200 | [diff] [blame] | 3602 | "\n" |
| 3603 | "You may want to delete the .swp file now.\n" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 3604 | "\n" |
| 3605 | msgstr "" |
Bram Moolenaar | 6f0d3dd | 2010-06-08 23:17:01 +0200 | [diff] [blame] | 3606 | "\n" |
| 3607 | "È consigliato cancellare il file .swp adesso.\n" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 3608 | "\n" |
| 3609 | |
Bram Moolenaar | 2929160 | 2010-07-28 14:28:48 +0200 | [diff] [blame] | 3610 | msgid "Using crypt key from swap file for the text file.\n" |
| 3611 | msgstr "Uso la chiave di cifratura del file swap per il file di testo.\n" |
| 3612 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 3613 | #. use msg() to start the scrolling properly |
| 3614 | msgid "Swap files found:" |
| 3615 | msgstr "Swap file trovati:" |
| 3616 | |
| 3617 | msgid " In current directory:\n" |
| 3618 | msgstr " Nella directory in uso:\n" |
| 3619 | |
| 3620 | msgid " Using specified name:\n" |
| 3621 | msgstr " Uso il nome fornito:\n" |
| 3622 | |
| 3623 | msgid " In directory " |
| 3624 | msgstr " Nella directory " |
| 3625 | |
| 3626 | msgid " -- none --\n" |
| 3627 | msgstr " -- nessuno --\n" |
| 3628 | |
| 3629 | msgid " owned by: " |
| 3630 | msgstr " proprietario: " |
| 3631 | |
| 3632 | msgid " dated: " |
| 3633 | msgstr " datato: " |
| 3634 | |
| 3635 | msgid " dated: " |
| 3636 | msgstr " datato: " |
| 3637 | |
| 3638 | msgid " [from Vim version 3.0]" |
| 3639 | msgstr " [da Vim versione 3.0]" |
| 3640 | |
| 3641 | msgid " [does not look like a Vim swap file]" |
| 3642 | msgstr " [non assomiglia ad uno swap file Vim]" |
| 3643 | |
| 3644 | msgid " file name: " |
| 3645 | msgstr " nome file: " |
| 3646 | |
| 3647 | msgid "" |
| 3648 | "\n" |
| 3649 | " modified: " |
| 3650 | msgstr "" |
| 3651 | "\n" |
| 3652 | " modificato: " |
| 3653 | |
| 3654 | msgid "YES" |
| 3655 | msgstr "YES" |
| 3656 | |
| 3657 | msgid "no" |
| 3658 | msgstr "no" |
| 3659 | |
| 3660 | msgid "" |
| 3661 | "\n" |
| 3662 | " user name: " |
| 3663 | msgstr "" |
| 3664 | "\n" |
| 3665 | " nome utente: " |
| 3666 | |
| 3667 | msgid " host name: " |
| 3668 | msgstr " nome computer: " |
| 3669 | |
| 3670 | msgid "" |
| 3671 | "\n" |
| 3672 | " host name: " |
| 3673 | msgstr "" |
| 3674 | "\n" |
| 3675 | " nome computer: " |
| 3676 | |
| 3677 | msgid "" |
| 3678 | "\n" |
| 3679 | " process ID: " |
| 3680 | msgstr "" |
| 3681 | "\n" |
| 3682 | " ID del processo: " |
| 3683 | |
| 3684 | msgid " (still running)" |
| 3685 | msgstr " (ancora attivo)" |
| 3686 | |
| 3687 | msgid "" |
| 3688 | "\n" |
| 3689 | " [not usable with this version of Vim]" |
| 3690 | msgstr "" |
| 3691 | "\n" |
| 3692 | " [non utilizzabile con questa versione di Vim]" |
| 3693 | |
| 3694 | msgid "" |
| 3695 | "\n" |
| 3696 | " [not usable on this computer]" |
| 3697 | msgstr "" |
| 3698 | "\n" |
| 3699 | " [not utilizzabile su questo computer]" |
| 3700 | |
| 3701 | msgid " [cannot be read]" |
| 3702 | msgstr " [non leggibile]" |
| 3703 | |
| 3704 | msgid " [cannot be opened]" |
| 3705 | msgstr " [non riesco ad aprire]" |
| 3706 | |
| 3707 | msgid "E313: Cannot preserve, there is no swap file" |
| 3708 | msgstr "E313: Non posso preservare, manca swap file" |
| 3709 | |
| 3710 | msgid "File preserved" |
| 3711 | msgstr "File preservato" |
| 3712 | |
| 3713 | msgid "E314: Preserve failed" |
| 3714 | msgstr "E314: Preservazione fallita" |
| 3715 | |
| 3716 | #, c-format |
| 3717 | msgid "E315: ml_get: invalid lnum: %ld" |
| 3718 | msgstr "E315: ml_get: numero linea non valido: %ld" |
| 3719 | |
| 3720 | #, c-format |
| 3721 | msgid "E316: ml_get: cannot find line %ld" |
| 3722 | msgstr "E316: ml_get: non riesco a trovare la linea %ld" |
| 3723 | |
| 3724 | msgid "E317: pointer block id wrong 3" |
| 3725 | msgstr "E317: ID blocco puntatori errato 3" |
| 3726 | |
| 3727 | msgid "stack_idx should be 0" |
| 3728 | msgstr "stack_idx dovrebbe essere 0" |
| 3729 | |
| 3730 | msgid "E318: Updated too many blocks?" |
| 3731 | msgstr "E318: Aggiornati troppi blocchi?" |
| 3732 | |
| 3733 | msgid "E317: pointer block id wrong 4" |
| 3734 | msgstr "E317: ID blocco puntatori errato 4" |
| 3735 | |
| 3736 | msgid "deleted block 1?" |
| 3737 | msgstr "cancellato blocco 1?" |
| 3738 | |
| 3739 | #, c-format |
| 3740 | msgid "E320: Cannot find line %ld" |
| 3741 | msgstr "E320: Non riesco a trovare la linea %ld" |
| 3742 | |
| 3743 | msgid "E317: pointer block id wrong" |
| 3744 | msgstr "E317: ID blocco puntatori errato" |
| 3745 | |
| 3746 | msgid "pe_line_count is zero" |
| 3747 | msgstr "pe_line_count a zero" |
| 3748 | |
| 3749 | #, c-format |
| 3750 | msgid "E322: line number out of range: %ld past the end" |
| 3751 | msgstr "E322: numero linea non ammissibile: %ld dopo la fine" |
| 3752 | |
| 3753 | #, c-format |
| 3754 | msgid "E323: line count wrong in block %ld" |
| 3755 | msgstr "E323: contatore linee errato nel blocco %ld" |
| 3756 | |
| 3757 | msgid "Stack size increases" |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 3758 | msgstr "Dimensione stack aumentata" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 3759 | |
| 3760 | msgid "E317: pointer block id wrong 2" |
| 3761 | msgstr "E317: ID blocco puntatori errato 2" |
| 3762 | |
| 3763 | #, c-format |
| 3764 | msgid "E773: Symlink loop for \"%s\"" |
Bram Moolenaar | 910f66f | 2006-04-05 20:41:53 +0000 | [diff] [blame] | 3765 | msgstr "E773: Collegamento simbolico ricorsivo per \"%s\"" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 3766 | |
| 3767 | msgid "E325: ATTENTION" |
| 3768 | msgstr "E325: ATTENZIONE" |
| 3769 | |
| 3770 | msgid "" |
| 3771 | "\n" |
| 3772 | "Found a swap file by the name \"" |
| 3773 | msgstr "" |
| 3774 | "\n" |
| 3775 | "Trovato uno swap file di nome \"" |
| 3776 | |
| 3777 | msgid "While opening file \"" |
| 3778 | msgstr "Mentre aprivo file \"" |
| 3779 | |
| 3780 | msgid " NEWER than swap file!\n" |
| 3781 | msgstr " più RECENTE dello swap file!\n" |
| 3782 | |
| 3783 | #. Some of these messages are long to allow translation to |
| 3784 | #. * other languages. |
| 3785 | msgid "" |
| 3786 | "\n" |
Bram Moolenaar | 662db67 | 2011-03-22 14:05:35 +0100 | [diff] [blame] | 3787 | "(1) Another program may be editing the same file. If this is the case,\n" |
| 3788 | " be careful not to end up with two different instances of the same\n" |
| 3789 | " file when making changes." |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 3790 | msgstr "" |
| 3791 | "\n" |
| 3792 | "(1) Un altro programma può essere in edit sullo stesso file.\n" |
| 3793 | " Se è così, attenzione a non trovarti con due versioni\n" |
Bram Moolenaar | cab49df | 2011-03-22 17:40:10 +0100 | [diff] [blame^] | 3794 | " differenti dello stesso file a cui vengono apportate modifiche." |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 3795 | |
Bram Moolenaar | 662db67 | 2011-03-22 14:05:35 +0100 | [diff] [blame] | 3796 | msgid " Quit, or continue with caution.\n" |
| 3797 | msgstr " Esci, o continua con prudenza.\n" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 3798 | |
Bram Moolenaar | 662db67 | 2011-03-22 14:05:35 +0100 | [diff] [blame] | 3799 | msgid "(2) An edit session for this file crashed.\n" |
| 3800 | msgstr "(2) Una sessione di edit per questo file è finita male.\n" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 3801 | |
| 3802 | msgid " If this is the case, use \":recover\" or \"vim -r " |
| 3803 | msgstr " Se è così, usa \":recover\" oppure \"vim -r " |
| 3804 | |
| 3805 | msgid "" |
| 3806 | "\"\n" |
| 3807 | " to recover the changes (see \":help recovery\").\n" |
| 3808 | msgstr "" |
| 3809 | "\"\n" |
| 3810 | " per recuperare modifiche fatte (vedi \":help recovery\").\n" |
| 3811 | |
| 3812 | msgid " If you did this already, delete the swap file \"" |
| 3813 | msgstr " Se hai già fatto ciò, cancella il file di swap \"" |
| 3814 | |
| 3815 | msgid "" |
| 3816 | "\"\n" |
| 3817 | " to avoid this message.\n" |
| 3818 | msgstr "" |
| 3819 | "\"\n" |
| 3820 | " per non ricevere ancora questo messaggio.\n" |
| 3821 | |
| 3822 | msgid "Swap file \"" |
| 3823 | msgstr "Swap file \"" |
| 3824 | |
| 3825 | msgid "\" already exists!" |
| 3826 | msgstr "\" già esistente!" |
| 3827 | |
| 3828 | msgid "VIM - ATTENTION" |
| 3829 | msgstr "VIM - ATTENZIONE" |
| 3830 | |
| 3831 | msgid "Swap file already exists!" |
| 3832 | msgstr "Lo swap file esiste già!" |
| 3833 | |
| 3834 | msgid "" |
| 3835 | "&Open Read-Only\n" |
| 3836 | "&Edit anyway\n" |
| 3837 | "&Recover\n" |
| 3838 | "&Quit\n" |
| 3839 | "&Abort" |
| 3840 | msgstr "" |
| 3841 | "&O Apri sola-lettura\n" |
| 3842 | "&E Apri comunque\n" |
| 3843 | "&Recupera\n" |
| 3844 | "&Q Esci\n" |
| 3845 | "&Annulla" |
| 3846 | |
| 3847 | msgid "" |
| 3848 | "&Open Read-Only\n" |
| 3849 | "&Edit anyway\n" |
| 3850 | "&Recover\n" |
| 3851 | "&Delete it\n" |
| 3852 | "&Quit\n" |
| 3853 | "&Abort" |
| 3854 | msgstr "" |
| 3855 | "&O Apri sola-lettura\n" |
| 3856 | "&E Apri comunque\n" |
| 3857 | "&Recupera\n" |
| 3858 | "&D Cancellalo\n" |
| 3859 | "&Q Esci\n" |
| 3860 | "&Annulla" |
| 3861 | |
| 3862 | msgid "E326: Too many swap files found" |
| 3863 | msgstr "E326: Trovati troppi swap file" |
| 3864 | |
| 3865 | msgid "E327: Part of menu-item path is not sub-menu" |
| 3866 | msgstr "" |
| 3867 | "E327: Parte del percorso di questo elemento di Menu non è un sotto-Menu" |
| 3868 | |
| 3869 | msgid "E328: Menu only exists in another mode" |
| 3870 | msgstr "E328: I Menu esistono solo in un'altra modalità" |
| 3871 | |
| 3872 | #, c-format |
| 3873 | msgid "E329: No menu \"%s\"" |
| 3874 | msgstr "E329: Nessun Menu \"%s\"" |
| 3875 | |
Bram Moolenaar | 83e138c | 2007-05-05 18:27:07 +0000 | [diff] [blame] | 3876 | #. Only a mnemonic or accelerator is not valid. |
| 3877 | msgid "E792: Empty menu name" |
| 3878 | msgstr "E792: Nome menu non valido" |
| 3879 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 3880 | msgid "E330: Menu path must not lead to a sub-menu" |
| 3881 | msgstr "E330: Il percorso del Menu non deve condurre a un sotto-Menu" |
| 3882 | |
| 3883 | msgid "E331: Must not add menu items directly to menu bar" |
| 3884 | msgstr "" |
| 3885 | "E331: Non devi aggiungere elementi di Menu direttamente alla barra Menu" |
| 3886 | |
| 3887 | msgid "E332: Separator cannot be part of a menu path" |
| 3888 | msgstr "E332: Il separatore non può far parte di un percorso di Menu" |
| 3889 | |
| 3890 | #. Now we have found the matching menu, and we list the mappings |
| 3891 | #. Highlight title |
| 3892 | msgid "" |
| 3893 | "\n" |
| 3894 | "--- Menus ---" |
| 3895 | msgstr "" |
| 3896 | "\n" |
| 3897 | "--- Menu ---" |
| 3898 | |
| 3899 | msgid "Tear off this menu" |
| 3900 | msgstr "Togli questo Menu" |
| 3901 | |
| 3902 | msgid "E333: Menu path must lead to a menu item" |
| 3903 | msgstr "E333: Il percorso Menu deve condurre ad un elemento Menu" |
| 3904 | |
| 3905 | #, c-format |
| 3906 | msgid "E334: Menu not found: %s" |
| 3907 | msgstr "E334: Menu non trovato: %s" |
| 3908 | |
| 3909 | #, c-format |
| 3910 | msgid "E335: Menu not defined for %s mode" |
| 3911 | msgstr "E335: Menu non definito per la modalità %s" |
| 3912 | |
| 3913 | msgid "E336: Menu path must lead to a sub-menu" |
| 3914 | msgstr "E336: Il percorso Menu deve condurre ad un sotto-Menu" |
| 3915 | |
| 3916 | msgid "E337: Menu not found - check menu names" |
| 3917 | msgstr "E337: Menu non trovato - controlla nomi Menu" |
| 3918 | |
| 3919 | #, c-format |
| 3920 | msgid "Error detected while processing %s:" |
| 3921 | msgstr "Errore/i eseguendo %s:" |
| 3922 | |
| 3923 | #, c-format |
| 3924 | msgid "line %4ld:" |
| 3925 | msgstr "linea %4ld:" |
| 3926 | |
| 3927 | #, c-format |
| 3928 | msgid "E354: Invalid register name: '%s'" |
| 3929 | msgstr "E354: Nome registro non valido: '%s'" |
| 3930 | |
| 3931 | msgid "Messages maintainer: Bram Moolenaar <Bram@vim.org>" |
| 3932 | msgstr "Manutentore messaggi: Vlad Sandrini <marco@sandrini.biz>" |
| 3933 | |
| 3934 | msgid "Interrupt: " |
| 3935 | msgstr "Interruzione: " |
| 3936 | |
| 3937 | msgid "Press ENTER or type command to continue" |
| 3938 | msgstr "Premi INVIO o un comando per proseguire" |
| 3939 | |
| 3940 | #, c-format |
| 3941 | msgid "%s line %ld" |
| 3942 | msgstr "%s linea %ld" |
| 3943 | |
| 3944 | msgid "-- More --" |
| 3945 | msgstr "-- Ancora --" |
| 3946 | |
| 3947 | msgid " SPACE/d/j: screen/page/line down, b/u/k: up, q: quit " |
Bram Moolenaar | 28c3795 | 2010-01-06 20:29:28 +0100 | [diff] [blame] | 3948 | msgstr " SPAZIO/d/j: schermo/pagina/linea giù, b/u/k: su, q: abbandona " |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 3949 | |
| 3950 | msgid "Question" |
| 3951 | msgstr "Domanda" |
| 3952 | |
| 3953 | msgid "" |
| 3954 | "&Yes\n" |
| 3955 | "&No" |
| 3956 | msgstr "" |
| 3957 | "&Y Sì\n" |
| 3958 | "&No" |
| 3959 | |
| 3960 | msgid "" |
| 3961 | "&Yes\n" |
| 3962 | "&No\n" |
| 3963 | "Save &All\n" |
| 3964 | "&Discard All\n" |
| 3965 | "&Cancel" |
| 3966 | msgstr "" |
| 3967 | "&Y Sì\n" |
| 3968 | "&No\n" |
| 3969 | "&A Salva tutto\n" |
| 3970 | "&D Scarta Tutto\n" |
| 3971 | "&Cancella" |
| 3972 | |
| 3973 | msgid "Select Directory dialog" |
| 3974 | msgstr "Scelta Directory dialogo" |
| 3975 | |
| 3976 | msgid "Save File dialog" |
| 3977 | msgstr "Salva File dialogo" |
| 3978 | |
| 3979 | msgid "Open File dialog" |
| 3980 | msgstr "Apri File dialogo" |
| 3981 | |
| 3982 | #. TODO: non-GUI file selector here |
| 3983 | msgid "E338: Sorry, no file browser in console mode" |
| 3984 | msgstr "E338: Spiacente, niente esplorazione file in modalità console" |
| 3985 | |
| 3986 | msgid "E766: Insufficient arguments for printf()" |
| 3987 | msgstr "E766: Argomenti non sufficienti per printf()" |
| 3988 | |
Bram Moolenaar | c236c16 | 2008-07-13 17:41:49 +0000 | [diff] [blame] | 3989 | msgid "E807: Expected Float argument for printf()" |
| 3990 | msgstr "E807: Numero con virgola atteso come argomento per printf()" |
| 3991 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 3992 | msgid "E767: Too many arguments to printf()" |
| 3993 | msgstr "E767: Troppi argomenti per printf()" |
| 3994 | |
| 3995 | msgid "W10: Warning: Changing a readonly file" |
| 3996 | msgstr "W10: Attenzione: Modifica a un file in sola-lettura" |
| 3997 | |
Bram Moolenaar | 28c3795 | 2010-01-06 20:29:28 +0100 | [diff] [blame] | 3998 | msgid "Type number and <Enter> or click with mouse (empty cancels): " |
| 3999 | msgstr "" |
| 4000 | "Inserire un numero e <Invio> o fare clic (lasciare vuoto per annullare): " |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 4001 | |
Bram Moolenaar | 28c3795 | 2010-01-06 20:29:28 +0100 | [diff] [blame] | 4002 | msgid "Type number and <Enter> (empty cancels): " |
| 4003 | msgstr "Inserire numero e <Invio> (vuoto per annullare): " |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 4004 | |
| 4005 | msgid "1 more line" |
| 4006 | msgstr "1 linea in più" |
| 4007 | |
| 4008 | msgid "1 line less" |
| 4009 | msgstr "1 linea in meno" |
| 4010 | |
| 4011 | #, c-format |
| 4012 | msgid "%ld more lines" |
| 4013 | msgstr "%ld linee in più" |
| 4014 | |
| 4015 | #, c-format |
| 4016 | msgid "%ld fewer lines" |
| 4017 | msgstr "%ld linee in meno" |
| 4018 | |
| 4019 | msgid " (Interrupted)" |
| 4020 | msgstr " (Interrotto)" |
| 4021 | |
| 4022 | msgid "Beep!" |
| 4023 | msgstr "Beep!" |
| 4024 | |
| 4025 | msgid "Vim: preserving files...\n" |
| 4026 | msgstr "Vim: preservo file...\n" |
| 4027 | |
| 4028 | #. close all memfiles, without deleting |
| 4029 | msgid "Vim: Finished.\n" |
| 4030 | msgstr "Vim: Finito.\n" |
| 4031 | |
| 4032 | msgid "ERROR: " |
| 4033 | msgstr "ERRORE: " |
| 4034 | |
| 4035 | #, c-format |
| 4036 | msgid "" |
| 4037 | "\n" |
| 4038 | "[bytes] total alloc-freed %lu-%lu, in use %lu, peak use %lu\n" |
| 4039 | msgstr "" |
| 4040 | "\n" |
Bram Moolenaar | 28c3795 | 2010-01-06 20:29:28 +0100 | [diff] [blame] | 4041 | "[byte] totali alloc-rilasc %lu-%lu, in uso %lu, max uso %lu\n" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 4042 | |
| 4043 | #, c-format |
| 4044 | msgid "" |
| 4045 | "[calls] total re/malloc()'s %lu, total free()'s %lu\n" |
| 4046 | "\n" |
| 4047 | msgstr "" |
| 4048 | "[chiamate] totale re/malloc() %lu, totale free() %lu\n" |
| 4049 | "\n" |
| 4050 | |
| 4051 | msgid "E340: Line is becoming too long" |
| 4052 | msgstr "E340: La linea sta diventando troppo lunga" |
| 4053 | |
| 4054 | #, c-format |
| 4055 | msgid "E341: Internal error: lalloc(%ld, )" |
| 4056 | msgstr "E341: Errore interno: lalloc(%ld, )" |
| 4057 | |
| 4058 | #, c-format |
| 4059 | msgid "E342: Out of memory! (allocating %lu bytes)" |
Bram Moolenaar | 28c3795 | 2010-01-06 20:29:28 +0100 | [diff] [blame] | 4060 | msgstr "E342: Non c'è più memoria! (stavo allocando %lu byte)" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 4061 | |
| 4062 | #, c-format |
| 4063 | msgid "Calling shell to execute: \"%s\"" |
| 4064 | msgstr "Chiamo lo shell per eseguire: \"%s\"" |
| 4065 | |
| 4066 | msgid "E545: Missing colon" |
| 4067 | msgstr "E545: Manca ':'" |
| 4068 | |
| 4069 | msgid "E546: Illegal mode" |
| 4070 | msgstr "E546: Modalità non valida" |
| 4071 | |
| 4072 | msgid "E547: Illegal mouseshape" |
| 4073 | msgstr "E547: Forma del mouse non valida" |
| 4074 | |
| 4075 | msgid "E548: digit expected" |
| 4076 | msgstr "E548: aspettavo un numero" |
| 4077 | |
| 4078 | msgid "E549: Illegal percentage" |
| 4079 | msgstr "E549: Percentuale non valida" |
| 4080 | |
| 4081 | msgid "Enter encryption key: " |
| 4082 | msgstr "Immetti chiave di cifratura: " |
| 4083 | |
| 4084 | msgid "Enter same key again: " |
| 4085 | msgstr "Ribatti per conferma la stessa chiave: " |
| 4086 | |
| 4087 | msgid "Keys don't match!" |
| 4088 | msgstr "Le chiavi non corrispondono!" |
| 4089 | |
| 4090 | #, c-format |
| 4091 | msgid "" |
| 4092 | "E343: Invalid path: '**[number]' must be at the end of the path or be " |
| 4093 | "followed by '%s'." |
| 4094 | msgstr "" |
| 4095 | "E343: Percorso non valido: '**[numero]' deve essere a fine percorso o essere " |
| 4096 | "seguito da '%s'." |
| 4097 | |
| 4098 | #, c-format |
| 4099 | msgid "E344: Can't find directory \"%s\" in cdpath" |
| 4100 | msgstr "E344: Non riesco a trovare la directory \"%s\" nel 'cdpath'" |
| 4101 | |
| 4102 | #, c-format |
| 4103 | msgid "E345: Can't find file \"%s\" in path" |
| 4104 | msgstr "E345: Non riesco a trovare il file \"%s\" nel percorso" |
| 4105 | |
| 4106 | #, c-format |
| 4107 | msgid "E346: No more directory \"%s\" found in cdpath" |
| 4108 | msgstr "E346: Nessun altra directory \"%s\" trovata nel 'cdpath'" |
| 4109 | |
| 4110 | #, c-format |
| 4111 | msgid "E347: No more file \"%s\" found in path" |
| 4112 | msgstr "E347: Nessun altro file \"%s\" trovato nel percorso" |
| 4113 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 4114 | msgid "Cannot connect to Netbeans #2" |
| 4115 | msgstr "Non posso connettermi a Netbeans #2" |
| 4116 | |
| 4117 | msgid "Cannot connect to Netbeans" |
| 4118 | msgstr "Non posso connettermi a Netbeans" |
| 4119 | |
| 4120 | #, c-format |
| 4121 | msgid "E668: Wrong access mode for NetBeans connection info file: \"%s\"" |
| 4122 | msgstr "" |
| 4123 | "E668: Modalità errata di accesso a file info connessione NetBeans: \"%s\"" |
| 4124 | |
| 4125 | msgid "read from Netbeans socket" |
| 4126 | msgstr "lettura da socket Netbeans" |
| 4127 | |
| 4128 | #, c-format |
| 4129 | msgid "E658: NetBeans connection lost for buffer %ld" |
| 4130 | msgstr "E658: Connessione NetBeans persa per il buffer %ld" |
| 4131 | |
Bram Moolenaar | 662db67 | 2011-03-22 14:05:35 +0100 | [diff] [blame] | 4132 | msgid "E838: netbeans is not supported with this GUI" |
| 4133 | msgstr "E838: netbeans non è supportato con questa GUI" |
| 4134 | |
Bram Moolenaar | 6f0d3dd | 2010-06-08 23:17:01 +0200 | [diff] [blame] | 4135 | msgid "E511: netbeans already connected" |
| 4136 | msgstr "E511: netbeans già connesso" |
| 4137 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 4138 | msgid "E505: " |
| 4139 | msgstr "E505: " |
| 4140 | |
Bram Moolenaar | 28c3795 | 2010-01-06 20:29:28 +0100 | [diff] [blame] | 4141 | msgid "E349: No identifier under cursor" |
| 4142 | msgstr "E349: Nessun identificativo sotto il cursore" |
| 4143 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 4144 | msgid "E774: 'operatorfunc' is empty" |
| 4145 | msgstr "E774: opzione 'operatorfunc' non impostata" |
| 4146 | |
| 4147 | msgid "E775: Eval feature not available" |
| 4148 | msgstr "E775: Funzionalità [eval] non disponibile" |
| 4149 | |
| 4150 | msgid "Warning: terminal cannot highlight" |
| 4151 | msgstr "Attenzione: il terminale non è in grado di evidenziare" |
| 4152 | |
| 4153 | msgid "E348: No string under cursor" |
| 4154 | msgstr "E348: Nessuna stringa sotto il cursore" |
| 4155 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 4156 | msgid "E352: Cannot erase folds with current 'foldmethod'" |
| 4157 | msgstr "E352: Non posso togliere piegature con il 'foldmethod' in uso" |
| 4158 | |
| 4159 | msgid "E664: changelist is empty" |
Bram Moolenaar | 910f66f | 2006-04-05 20:41:53 +0000 | [diff] [blame] | 4160 | msgstr "E664: lista modifiche assente" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 4161 | |
| 4162 | msgid "E662: At start of changelist" |
| 4163 | msgstr "E662: All'inizio della lista modifiche" |
| 4164 | |
| 4165 | msgid "E663: At end of changelist" |
| 4166 | msgstr "E663: Alla fine della lista modifiche" |
| 4167 | |
| 4168 | msgid "Type :quit<Enter> to exit Vim" |
| 4169 | msgstr "Batti :quit<Invio> per uscire da Vim" |
| 4170 | |
| 4171 | #, c-format |
| 4172 | msgid "1 line %sed 1 time" |
| 4173 | msgstr "1 linea %sa 1 volta" |
| 4174 | |
| 4175 | #, c-format |
| 4176 | msgid "1 line %sed %d times" |
| 4177 | msgstr "1 linea %sa %d volte" |
| 4178 | |
| 4179 | #, c-format |
| 4180 | msgid "%ld lines %sed 1 time" |
| 4181 | msgstr "%ld linee %se 1 volta" |
| 4182 | |
| 4183 | #, c-format |
| 4184 | msgid "%ld lines %sed %d times" |
| 4185 | msgstr "%ld linee %se %d volte" |
| 4186 | |
| 4187 | #, c-format |
| 4188 | msgid "%ld lines to indent... " |
| 4189 | msgstr "%ld linee da rientrare... " |
| 4190 | |
| 4191 | msgid "1 line indented " |
| 4192 | msgstr "1 linea rientrata " |
| 4193 | |
| 4194 | #, c-format |
| 4195 | msgid "%ld lines indented " |
| 4196 | msgstr "%ld linee rientrate " |
| 4197 | |
| 4198 | msgid "E748: No previously used register" |
| 4199 | msgstr "E748: Nessun registro usato in precedenza" |
| 4200 | |
| 4201 | #. must display the prompt |
| 4202 | msgid "cannot yank; delete anyway" |
| 4203 | msgstr "non riesco a salvare in un registro; cancello comunque" |
| 4204 | |
| 4205 | msgid "1 line changed" |
| 4206 | msgstr "1 linea cambiata" |
| 4207 | |
| 4208 | #, c-format |
| 4209 | msgid "%ld lines changed" |
| 4210 | msgstr "%ld linee cambiate" |
| 4211 | |
| 4212 | #, c-format |
| 4213 | msgid "freeing %ld lines" |
| 4214 | msgstr "libero %ld linee" |
| 4215 | |
| 4216 | msgid "block of 1 line yanked" |
| 4217 | msgstr "blocco di 1 linea messo in registro" |
| 4218 | |
| 4219 | msgid "1 line yanked" |
| 4220 | msgstr "1 linea messa in registro" |
| 4221 | |
| 4222 | #, c-format |
| 4223 | msgid "block of %ld lines yanked" |
| 4224 | msgstr "blocco di %ld linee messo in registro" |
| 4225 | |
| 4226 | #, c-format |
| 4227 | msgid "%ld lines yanked" |
| 4228 | msgstr "%ld linee messe in registro" |
| 4229 | |
| 4230 | #, c-format |
| 4231 | msgid "E353: Nothing in register %s" |
| 4232 | msgstr "E353: Niente nel registro %s" |
| 4233 | |
| 4234 | #. Highlight title |
| 4235 | msgid "" |
| 4236 | "\n" |
| 4237 | "--- Registers ---" |
| 4238 | msgstr "" |
| 4239 | "\n" |
| 4240 | "--- Registri ---" |
| 4241 | |
| 4242 | msgid "Illegal register name" |
| 4243 | msgstr "Nome registro non ammesso" |
| 4244 | |
| 4245 | msgid "" |
| 4246 | "\n" |
| 4247 | "# Registers:\n" |
| 4248 | msgstr "" |
| 4249 | "\n" |
| 4250 | "# Registri:\n" |
| 4251 | |
| 4252 | #, c-format |
| 4253 | msgid "E574: Unknown register type %d" |
| 4254 | msgstr "E574: Tipo di registro sconosciuto: %d" |
| 4255 | |
| 4256 | #, c-format |
| 4257 | msgid "%ld Cols; " |
| 4258 | msgstr "%ld Col.; " |
| 4259 | |
| 4260 | #, c-format |
| 4261 | msgid "Selected %s%ld of %ld Lines; %ld of %ld Words; %ld of %ld Bytes" |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 4262 | msgstr "Selezionate %s%ld di %ld Linee; %ld di %ld Parole; %ld di %ld Caratt." |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 4263 | |
| 4264 | #, c-format |
| 4265 | msgid "" |
| 4266 | "Selected %s%ld of %ld Lines; %ld of %ld Words; %ld of %ld Chars; %ld of %ld " |
| 4267 | "Bytes" |
| 4268 | msgstr "" |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 4269 | "Selezionate %s%ld di %ld Linee; %ld di %ld Parole; %ld di %ld Caratt.; %ld " |
Bram Moolenaar | 28c3795 | 2010-01-06 20:29:28 +0100 | [diff] [blame] | 4270 | "di %ld Byte" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 4271 | |
| 4272 | #, c-format |
| 4273 | msgid "Col %s of %s; Line %ld of %ld; Word %ld of %ld; Byte %ld of %ld" |
| 4274 | msgstr "Col. %s di %s; Linea %ld di %ld; Parola %ld di %ld; Caratt. %ld di %ld" |
| 4275 | |
| 4276 | #, c-format |
| 4277 | msgid "" |
| 4278 | "Col %s of %s; Line %ld of %ld; Word %ld of %ld; Char %ld of %ld; Byte %ld of " |
| 4279 | "%ld" |
| 4280 | msgstr "" |
| 4281 | "Col. %s di %s; Linea %ld di %ld; Parola %ld di %ld; Caratt. %ld di %ld; Byte " |
| 4282 | "%ld di %ld" |
| 4283 | |
| 4284 | #, c-format |
| 4285 | msgid "(+%ld for BOM)" |
| 4286 | msgstr "(+%ld per BOM)" |
| 4287 | |
| 4288 | msgid "%<%f%h%m%=Page %N" |
| 4289 | msgstr "%<%f%h%m%=Pagina %N" |
| 4290 | |
| 4291 | msgid "Thanks for flying Vim" |
| 4292 | msgstr "Grazie per aver volato con Vim" |
| 4293 | |
| 4294 | msgid "E518: Unknown option" |
| 4295 | msgstr "E518: Opzione inesistente" |
| 4296 | |
| 4297 | msgid "E519: Option not supported" |
| 4298 | msgstr "E519: Opzione non supportata" |
| 4299 | |
| 4300 | msgid "E520: Not allowed in a modeline" |
| 4301 | msgstr "E520: Non consentito in una 'modeline'" |
| 4302 | |
| 4303 | msgid "E521: Number required after =" |
| 4304 | msgstr "E521: Ci vuole un numero dopo =" |
| 4305 | |
| 4306 | msgid "E522: Not found in termcap" |
| 4307 | msgstr "E522: Non trovato in 'termcap'" |
| 4308 | |
| 4309 | #, c-format |
| 4310 | msgid "E539: Illegal character <%s>" |
| 4311 | msgstr "E539: Carattere non ammesso <%s>" |
| 4312 | |
| 4313 | msgid "E529: Cannot set 'term' to empty string" |
| 4314 | msgstr "E529: Non posso assegnare a 'term' il valore 'stringa nulla'" |
| 4315 | |
| 4316 | msgid "E530: Cannot change term in GUI" |
| 4317 | msgstr "E530: Non posso modificare 'term' mentre sono nella GUI" |
| 4318 | |
| 4319 | msgid "E531: Use \":gui\" to start the GUI" |
| 4320 | msgstr "E531: Usa \":gui\" per far partire la GUI" |
| 4321 | |
| 4322 | msgid "E589: 'backupext' and 'patchmode' are equal" |
| 4323 | msgstr "E589: 'backupext' e 'patchmode' sono uguali" |
| 4324 | |
Bram Moolenaar | d70b2a8 | 2010-08-10 22:52:25 +0200 | [diff] [blame] | 4325 | msgid "E834: Conflicts with value of 'listchars'" |
| 4326 | msgstr "E834: Conflitto con il valore di 'listchars'" |
| 4327 | |
| 4328 | msgid "E835: Conflicts with value of 'fillchars'" |
| 4329 | msgstr "E835: Conflitto con il valore di 'fillchars'" |
| 4330 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 4331 | msgid "E617: Cannot be changed in the GTK+ 2 GUI" |
| 4332 | msgstr "E617: Non può essere cambiato nella GUI GTK+ 2" |
| 4333 | |
| 4334 | msgid "E524: Missing colon" |
| 4335 | msgstr "E524: Manca ':'" |
| 4336 | |
| 4337 | msgid "E525: Zero length string" |
| 4338 | msgstr "E525: Stringa nulla" |
| 4339 | |
| 4340 | #, c-format |
| 4341 | msgid "E526: Missing number after <%s>" |
| 4342 | msgstr "E526: Manca numero dopo <%s>" |
| 4343 | |
| 4344 | msgid "E527: Missing comma" |
| 4345 | msgstr "E527: Manca virgola" |
| 4346 | |
| 4347 | msgid "E528: Must specify a ' value" |
| 4348 | msgstr "E528: Devi specificare un valore '" |
| 4349 | |
| 4350 | msgid "E595: contains unprintable or wide character" |
| 4351 | msgstr "E595: contiene carattere 'wide' o non-stampabile" |
| 4352 | |
| 4353 | msgid "E596: Invalid font(s)" |
| 4354 | msgstr "E596: Font non validi" |
| 4355 | |
| 4356 | msgid "E597: can't select fontset" |
| 4357 | msgstr "E597: non posso selezionare fontset" |
| 4358 | |
| 4359 | msgid "E598: Invalid fontset" |
| 4360 | msgstr "E598: Fontset non valido" |
| 4361 | |
| 4362 | msgid "E533: can't select wide font" |
| 4363 | msgstr "E533: non posso selezionare 'wide font'" |
| 4364 | |
| 4365 | msgid "E534: Invalid wide font" |
| 4366 | msgstr "E534: 'Wide font' non valido" |
| 4367 | |
| 4368 | #, c-format |
| 4369 | msgid "E535: Illegal character after <%c>" |
| 4370 | msgstr "E535: Carattere non ammesso dopo <%c>" |
| 4371 | |
| 4372 | msgid "E536: comma required" |
| 4373 | msgstr "E536: virgola mancante" |
| 4374 | |
| 4375 | #, c-format |
| 4376 | msgid "E537: 'commentstring' must be empty or contain %s" |
| 4377 | msgstr "E537: 'commentstring' deve essere nulla o contenere %s" |
| 4378 | |
| 4379 | msgid "E538: No mouse support" |
| 4380 | msgstr "E538: Manca supporto mouse" |
| 4381 | |
| 4382 | msgid "E540: Unclosed expression sequence" |
| 4383 | msgstr "E540: Espressione non terminata" |
| 4384 | |
| 4385 | msgid "E541: too many items" |
| 4386 | msgstr "E541: troppi elementi" |
| 4387 | |
| 4388 | msgid "E542: unbalanced groups" |
| 4389 | msgstr "E542: gruppi sbilanciati" |
| 4390 | |
| 4391 | msgid "E590: A preview window already exists" |
| 4392 | msgstr "E590: Una finestra di pre-visualizzazione esiste già" |
| 4393 | |
| 4394 | msgid "W17: Arabic requires UTF-8, do ':set encoding=utf-8'" |
| 4395 | msgstr "W17: Arabo richiede UTF-8, esegui ':set encoding=utf-8'" |
| 4396 | |
| 4397 | #, c-format |
| 4398 | msgid "E593: Need at least %d lines" |
| 4399 | msgstr "E593: Servono almeno %d linee" |
| 4400 | |
| 4401 | #, c-format |
| 4402 | msgid "E594: Need at least %d columns" |
| 4403 | msgstr "E594: Servono almeno %d colonne" |
| 4404 | |
| 4405 | #, c-format |
| 4406 | msgid "E355: Unknown option: %s" |
| 4407 | msgstr "E355: Opzione inesistente: %s" |
| 4408 | |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 4409 | #. There's another character after zeros or the string |
| 4410 | #. * is empty. In both cases, we are trying to set a |
| 4411 | #. * num option using a string. |
| 4412 | #, c-format |
| 4413 | msgid "E521: Number required: &%s = '%s'" |
| 4414 | msgstr "E521: Ci vuole un numero: &%s = '%s'" |
| 4415 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 4416 | msgid "" |
| 4417 | "\n" |
| 4418 | "--- Terminal codes ---" |
| 4419 | msgstr "" |
| 4420 | "\n" |
| 4421 | "--- Codici terminale ---" |
| 4422 | |
| 4423 | msgid "" |
| 4424 | "\n" |
| 4425 | "--- Global option values ---" |
| 4426 | msgstr "" |
| 4427 | "\n" |
| 4428 | "--- Valori opzioni globali ---" |
| 4429 | |
| 4430 | msgid "" |
| 4431 | "\n" |
| 4432 | "--- Local option values ---" |
| 4433 | msgstr "" |
| 4434 | "\n" |
| 4435 | "--- Valore opzioni locali ---" |
| 4436 | |
| 4437 | msgid "" |
| 4438 | "\n" |
| 4439 | "--- Options ---" |
| 4440 | msgstr "" |
| 4441 | "\n" |
| 4442 | "--- Opzioni ---" |
| 4443 | |
| 4444 | msgid "E356: get_varp ERROR" |
| 4445 | msgstr "E356: ERRORE get_varp" |
| 4446 | |
| 4447 | #, c-format |
| 4448 | msgid "E357: 'langmap': Matching character missing for %s" |
| 4449 | msgstr "E357: 'langmap': Manca carattere corrispondente per %s" |
| 4450 | |
| 4451 | #, c-format |
| 4452 | msgid "E358: 'langmap': Extra characters after semicolon: %s" |
| 4453 | msgstr "E358: 'langmap': Caratteri in più dopo il ';': %s" |
| 4454 | |
| 4455 | msgid "cannot open " |
| 4456 | msgstr "non riesco ad aprire " |
| 4457 | |
| 4458 | msgid "VIM: Can't open window!\n" |
| 4459 | msgstr "VIM: Non riesco ad aprire la finestra!\n" |
| 4460 | |
| 4461 | msgid "Need Amigados version 2.04 or later\n" |
| 4462 | msgstr "Serve Amigados versione 2.04 o successiva\n" |
| 4463 | |
| 4464 | #, c-format |
| 4465 | msgid "Need %s version %ld\n" |
| 4466 | msgstr "Serve %s versione %ld\n" |
| 4467 | |
| 4468 | msgid "Cannot open NIL:\n" |
| 4469 | msgstr "Non riesco ad aprire NIL:\n" |
| 4470 | |
| 4471 | msgid "Cannot create " |
| 4472 | msgstr "Non riesco a creare " |
| 4473 | |
| 4474 | #, c-format |
| 4475 | msgid "Vim exiting with %d\n" |
| 4476 | msgstr "Vim esce con %d\n" |
| 4477 | |
| 4478 | msgid "cannot change console mode ?!\n" |
| 4479 | msgstr "non posso modificare modalità console ?!\n" |
| 4480 | |
| 4481 | msgid "mch_get_shellsize: not a console??\n" |
| 4482 | msgstr "mch_get_shellsize: non una console??\n" |
| 4483 | |
| 4484 | #. if Vim opened a window: Executing a shell may cause crashes |
| 4485 | msgid "E360: Cannot execute shell with -f option" |
| 4486 | msgstr "E360: Non posso eseguire lo shell con l'opzione -f" |
| 4487 | |
| 4488 | msgid "Cannot execute " |
| 4489 | msgstr "Non riesco a eseguire " |
| 4490 | |
| 4491 | msgid "shell " |
| 4492 | msgstr "shell " |
| 4493 | |
| 4494 | msgid " returned\n" |
| 4495 | msgstr " ottenuto\n" |
| 4496 | |
| 4497 | msgid "ANCHOR_BUF_SIZE too small." |
| 4498 | msgstr "ANCHOR_BUF_SIZE troppo piccolo." |
| 4499 | |
| 4500 | msgid "I/O ERROR" |
| 4501 | msgstr "ERRORE I/O" |
| 4502 | |
Bram Moolenaar | 910f66f | 2006-04-05 20:41:53 +0000 | [diff] [blame] | 4503 | msgid "Message" |
| 4504 | msgstr "Messaggio" |
| 4505 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 4506 | msgid "'columns' is not 80, cannot execute external commands" |
| 4507 | msgstr "'columns' non vale 80, non riesco ad eseguire comandi esterni" |
| 4508 | |
| 4509 | msgid "E237: Printer selection failed" |
| 4510 | msgstr "E237: Scelta stampante non riuscita" |
| 4511 | |
| 4512 | #, c-format |
| 4513 | msgid "to %s on %s" |
| 4514 | msgstr "a %s su %s" |
| 4515 | |
| 4516 | #, c-format |
| 4517 | msgid "E613: Unknown printer font: %s" |
| 4518 | msgstr "E613: Font per stampante sconosciuto: %s" |
| 4519 | |
| 4520 | #, c-format |
| 4521 | msgid "E238: Print error: %s" |
| 4522 | msgstr "E238: Errore durante stampa: %s" |
| 4523 | |
| 4524 | #, c-format |
| 4525 | msgid "Printing '%s'" |
| 4526 | msgstr "Stampato: '%s'" |
| 4527 | |
| 4528 | #, c-format |
| 4529 | msgid "E244: Illegal charset name \"%s\" in font name \"%s\"" |
| 4530 | msgstr "E244: Nome di charset non ammesso \"%s\" nel fonte di nome \"%s\"" |
| 4531 | |
| 4532 | #, c-format |
| 4533 | msgid "E245: Illegal char '%c' in font name \"%s\"" |
| 4534 | msgstr "E245: Carattere non ammesso '%c' nel font di nome \"%s\"" |
| 4535 | |
| 4536 | msgid "E366: Invalid 'osfiletype' option - using Text" |
| 4537 | msgstr "E366: Opzione 'osfiletype' non valida - uso 'Text'" |
| 4538 | |
| 4539 | msgid "Vim: Double signal, exiting\n" |
| 4540 | msgstr "Vim: Segnale doppio, esco\n" |
| 4541 | |
| 4542 | #, c-format |
| 4543 | msgid "Vim: Caught deadly signal %s\n" |
| 4544 | msgstr "Vim: Intercettato segnale fatale %s\n" |
| 4545 | |
| 4546 | msgid "Vim: Caught deadly signal\n" |
| 4547 | msgstr "Vim: Intercettato segnale fatale\n" |
| 4548 | |
| 4549 | #, c-format |
| 4550 | msgid "Opening the X display took %ld msec" |
| 4551 | msgstr "Attivazione visualizzazione X ha richiesto %ld msec" |
| 4552 | |
| 4553 | msgid "" |
| 4554 | "\n" |
| 4555 | "Vim: Got X error\n" |
| 4556 | msgstr "" |
| 4557 | "\n" |
| 4558 | "Vim: Preso errore X\n" |
| 4559 | |
| 4560 | msgid "Testing the X display failed" |
| 4561 | msgstr "Prova visualizzazione X fallita" |
| 4562 | |
| 4563 | msgid "Opening the X display timed out" |
| 4564 | msgstr "Apertura visualizzazione X: tempo scaduto" |
| 4565 | |
| 4566 | msgid "" |
| 4567 | "\n" |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 4568 | "Could not get security context for " |
| 4569 | msgstr "" |
| 4570 | "\n" |
| 4571 | "Non posso ottenere il contesto di sicurezza per " |
| 4572 | |
| 4573 | msgid "" |
| 4574 | "\n" |
| 4575 | "Could not set security context for " |
| 4576 | msgstr "" |
| 4577 | "\n" |
| 4578 | "Non posso impostare il contesto di sicurezza per " |
| 4579 | |
| 4580 | msgid "" |
| 4581 | "\n" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 4582 | "Cannot execute shell " |
| 4583 | msgstr "" |
| 4584 | "\n" |
| 4585 | "Non riesco a eseguire shell " |
| 4586 | |
| 4587 | msgid "" |
| 4588 | "\n" |
| 4589 | "Cannot execute shell sh\n" |
| 4590 | msgstr "" |
| 4591 | "\n" |
| 4592 | "Non riesco a eseguire shell sh\n" |
| 4593 | |
| 4594 | msgid "" |
| 4595 | "\n" |
| 4596 | "shell returned " |
| 4597 | msgstr "" |
| 4598 | "\n" |
| 4599 | "shell terminato con return-code " |
| 4600 | |
| 4601 | msgid "" |
| 4602 | "\n" |
| 4603 | "Cannot create pipes\n" |
| 4604 | msgstr "" |
| 4605 | "\n" |
| 4606 | "Non posso creare 'pipe'\n" |
| 4607 | |
| 4608 | msgid "" |
| 4609 | "\n" |
| 4610 | "Cannot fork\n" |
| 4611 | msgstr "" |
| 4612 | "\n" |
| 4613 | "Non riesco ad effettuare 'fork'\n" |
| 4614 | |
| 4615 | msgid "" |
| 4616 | "\n" |
| 4617 | "Command terminated\n" |
| 4618 | msgstr "" |
| 4619 | "\n" |
| 4620 | "Comando terminato\n" |
| 4621 | |
| 4622 | msgid "XSMP lost ICE connection" |
| 4623 | msgstr "XSMP ha perso la connessione ICE" |
| 4624 | |
| 4625 | #, c-format |
| 4626 | msgid "dlerror = \"%s\"" |
| 4627 | msgstr "dlerror = \"%s\"" |
| 4628 | |
| 4629 | msgid "Opening the X display failed" |
| 4630 | msgstr "Apertura visualizzazione X fallita" |
| 4631 | |
| 4632 | msgid "XSMP handling save-yourself request" |
| 4633 | msgstr "XSMP gestione richiesta 'save-yourself'" |
| 4634 | |
| 4635 | msgid "XSMP opening connection" |
| 4636 | msgstr "XSMP apertura connessione" |
| 4637 | |
| 4638 | msgid "XSMP ICE connection watch failed" |
| 4639 | msgstr "XSMP osservazione connessione ICE fallita" |
| 4640 | |
| 4641 | #, c-format |
| 4642 | msgid "XSMP SmcOpenConnection failed: %s" |
| 4643 | msgstr "XSMP SmcOpenConnection fallita: %s" |
| 4644 | |
| 4645 | msgid "At line" |
| 4646 | msgstr "Alla linea" |
| 4647 | |
| 4648 | msgid "Could not load vim32.dll!" |
| 4649 | msgstr "Non riesco a caricare vim32.dll!" |
| 4650 | |
| 4651 | msgid "VIM Error" |
| 4652 | msgstr "Errore VIM" |
| 4653 | |
| 4654 | msgid "Could not fix up function pointers to the DLL!" |
| 4655 | msgstr "Non sono riuscito a impostare puntatori di funzione verso la DLL!" |
| 4656 | |
| 4657 | #, c-format |
| 4658 | msgid "shell returned %d" |
| 4659 | msgstr "shell terminato con return-code %d" |
| 4660 | |
| 4661 | #, c-format |
| 4662 | msgid "Vim: Caught %s event\n" |
| 4663 | msgstr "Vim: Intercettato evento %s\n" |
| 4664 | |
| 4665 | msgid "close" |
| 4666 | msgstr "chiusura" |
| 4667 | |
| 4668 | msgid "logoff" |
| 4669 | msgstr "logoff" |
| 4670 | |
| 4671 | msgid "shutdown" |
| 4672 | msgstr "shutdown" |
| 4673 | |
| 4674 | msgid "E371: Command not found" |
| 4675 | msgstr "E371: Comando non trovato" |
| 4676 | |
| 4677 | msgid "" |
| 4678 | "VIMRUN.EXE not found in your $PATH.\n" |
| 4679 | "External commands will not pause after completion.\n" |
| 4680 | "See :help win32-vimrun for more information." |
| 4681 | msgstr "" |
| 4682 | "VIMRUN.EXE non trovato nel tuo $PATH.\n" |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 4683 | "I comandi esterni non faranno una pausa dopo aver finito l'esecuzione.\n" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 4684 | "Vedi :help win32-vimrun per ulteriori informazioni." |
| 4685 | |
| 4686 | msgid "Vim Warning" |
| 4687 | msgstr "Avviso da Vim" |
| 4688 | |
| 4689 | msgid "E372: Too many %%%c in format string" |
| 4690 | msgstr "E372: Troppi %%%c nella stringa di 'format'" |
| 4691 | |
| 4692 | msgid "E373: Unexpected %%%c in format string" |
| 4693 | msgstr "E373: %%%c imprevisto nella stringa di 'format'" |
| 4694 | |
| 4695 | msgid "E374: Missing ] in format string" |
| 4696 | msgstr "E374: Manca ] nella stringa di 'format'" |
| 4697 | |
| 4698 | msgid "E375: Unsupported %%%c in format string" |
| 4699 | msgstr "E375: %%%c non supportato nella stringa di 'format'" |
| 4700 | |
| 4701 | msgid "E376: Invalid %%%c in format string prefix" |
| 4702 | msgstr "E376: %%%c non valido nel prefisso della stringa di 'format'" |
| 4703 | |
| 4704 | msgid "E377: Invalid %%%c in format string" |
| 4705 | msgstr "E377: %%%c non valido nella stringa di 'format'" |
| 4706 | |
| 4707 | msgid "E378: 'errorformat' contains no pattern" |
| 4708 | msgstr "E378: 'errorformat' non contiene alcun modello" |
| 4709 | |
| 4710 | msgid "E379: Missing or empty directory name" |
| 4711 | msgstr "E379: Nome directory mancante o nullo" |
| 4712 | |
| 4713 | msgid "E553: No more items" |
| 4714 | msgstr "E553: Non ci sono più elementi" |
| 4715 | |
| 4716 | #, c-format |
| 4717 | msgid "(%d of %d)%s%s: " |
| 4718 | msgstr "(%d di %d)%s%s: " |
| 4719 | |
| 4720 | msgid " (line deleted)" |
| 4721 | msgstr " (linea cancellata)" |
| 4722 | |
| 4723 | msgid "E380: At bottom of quickfix stack" |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 4724 | msgstr "E380: Al fondo dello stack di quickfix" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 4725 | |
| 4726 | msgid "E381: At top of quickfix stack" |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 4727 | msgstr "E381: In cima allo stack di quickfix" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 4728 | |
| 4729 | #, c-format |
| 4730 | msgid "error list %d of %d; %d errors" |
| 4731 | msgstr "lista errori %d di %d; %d errori" |
| 4732 | |
| 4733 | msgid "E382: Cannot write, 'buftype' option is set" |
| 4734 | msgstr "E382: Non posso scrivere, l'opzione 'buftype' è impostata" |
| 4735 | |
Bram Moolenaar | 2929160 | 2010-07-28 14:28:48 +0200 | [diff] [blame] | 4736 | msgid "Error file" |
| 4737 | msgstr "File errori" |
| 4738 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 4739 | msgid "E683: File name missing or invalid pattern" |
| 4740 | msgstr "E683: Nome file mancante o espressione non valida" |
| 4741 | |
| 4742 | #, c-format |
| 4743 | msgid "Cannot open file \"%s\"" |
| 4744 | msgstr "Non riesco ad aprire il file \"%s\"" |
| 4745 | |
| 4746 | msgid "E681: Buffer is not loaded" |
| 4747 | msgstr "E681: Buffer non caricato" |
| 4748 | |
| 4749 | msgid "E777: String or List expected" |
| 4750 | msgstr "E777: aspettavo Stringa o Lista" |
| 4751 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 4752 | msgid "E339: Pattern too long" |
| 4753 | msgstr "E339: Espressione troppo lunga" |
| 4754 | |
| 4755 | msgid "E50: Too many \\z(" |
| 4756 | msgstr "E50: Troppe \\z(" |
| 4757 | |
| 4758 | #, c-format |
| 4759 | msgid "E51: Too many %s(" |
| 4760 | msgstr "E51: Troppe %s(" |
| 4761 | |
| 4762 | msgid "E52: Unmatched \\z(" |
| 4763 | msgstr "E52: Senza riscontro: \\z(" |
| 4764 | |
| 4765 | msgid "E53: Unmatched %s%%(" |
| 4766 | msgstr "E53: Senza riscontro: %s%%(" |
| 4767 | |
| 4768 | #, c-format |
| 4769 | msgid "E54: Unmatched %s(" |
| 4770 | msgstr "E54: Senza riscontro: %s(" |
| 4771 | |
| 4772 | #, c-format |
| 4773 | msgid "E55: Unmatched %s)" |
| 4774 | msgstr "E55: Senza riscontro: %s)" |
| 4775 | |
| 4776 | #, c-format |
| 4777 | msgid "E59: invalid character after %s@" |
| 4778 | msgstr "E59: Carattere non ammesso dopo %s@" |
| 4779 | |
| 4780 | #, c-format |
| 4781 | msgid "E60: Too many complex %s{...}s" |
| 4782 | msgstr "E60: Troppi %s{...}s complessi" |
| 4783 | |
| 4784 | #, c-format |
| 4785 | msgid "E61: Nested %s*" |
| 4786 | msgstr "E61: %s* nidificato" |
| 4787 | |
| 4788 | #, c-format |
| 4789 | msgid "E62: Nested %s%c" |
| 4790 | msgstr "E62: %s%c nidificato" |
| 4791 | |
| 4792 | msgid "E63: invalid use of \\_" |
| 4793 | msgstr "E63: uso non valido di \\_" |
| 4794 | |
| 4795 | #, c-format |
| 4796 | msgid "E64: %s%c follows nothing" |
| 4797 | msgstr "E64: %s%c senza nulla prima" |
| 4798 | |
| 4799 | msgid "E65: Illegal back reference" |
| 4800 | msgstr "E65: Riferimento all'indietro non ammesso" |
| 4801 | |
| 4802 | msgid "E66: \\z( not allowed here" |
| 4803 | msgstr "E66: \\z( non consentito qui" |
| 4804 | |
| 4805 | msgid "E67: \\z1 et al. not allowed here" |
Bram Moolenaar | 83e138c | 2007-05-05 18:27:07 +0000 | [diff] [blame] | 4806 | msgstr "E67: \\z1 ecc. non consentiti qui" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 4807 | |
| 4808 | msgid "E68: Invalid character after \\z" |
| 4809 | msgstr "E68: Carattere non ammesso dopo \\z" |
| 4810 | |
| 4811 | msgid "E69: Missing ] after %s%%[" |
| 4812 | msgstr "E69: Manca ] dopo %s%%[" |
| 4813 | |
| 4814 | msgid "E70: Empty %s%%[]" |
| 4815 | msgstr "E70: %s%%[] vuoto" |
| 4816 | |
| 4817 | msgid "E678: Invalid character after %s%%[dxouU]" |
| 4818 | msgstr "E678: Carattere non valido dopo %s%%[dxouU]" |
| 4819 | |
| 4820 | msgid "E71: Invalid character after %s%%" |
| 4821 | msgstr "E71: Carattere non ammesso dopo %s%%" |
| 4822 | |
| 4823 | #, c-format |
| 4824 | msgid "E769: Missing ] after %s[" |
| 4825 | msgstr "E769: Manca ] dopo %s[" |
| 4826 | |
| 4827 | #, c-format |
| 4828 | msgid "E554: Syntax error in %s{...}" |
| 4829 | msgstr "E554: Errore sintattico in %s{...}" |
| 4830 | |
| 4831 | msgid "External submatches:\n" |
| 4832 | msgstr "Sotto-corrispondenze esterne:\n" |
| 4833 | |
| 4834 | msgid " VREPLACE" |
| 4835 | msgstr " V-SOSTITUISCI" |
| 4836 | |
| 4837 | msgid " REPLACE" |
| 4838 | msgstr " SOSTITUISCI" |
| 4839 | |
| 4840 | msgid " REVERSE" |
| 4841 | msgstr " INVERTITO" |
| 4842 | |
| 4843 | msgid " INSERT" |
| 4844 | msgstr " INSERISCI" |
| 4845 | |
| 4846 | msgid " (insert)" |
| 4847 | msgstr " (inserisci)" |
| 4848 | |
| 4849 | msgid " (replace)" |
| 4850 | msgstr " (sostituisci)" |
| 4851 | |
| 4852 | msgid " (vreplace)" |
| 4853 | msgstr " (v-sostituisci)" |
| 4854 | |
| 4855 | msgid " Hebrew" |
| 4856 | msgstr " Ebraico" |
| 4857 | |
| 4858 | msgid " Arabic" |
| 4859 | msgstr " Arabo" |
| 4860 | |
| 4861 | msgid " (lang)" |
| 4862 | msgstr " (lingua)" |
| 4863 | |
| 4864 | msgid " (paste)" |
| 4865 | msgstr " (incolla)" |
| 4866 | |
| 4867 | msgid " VISUAL" |
| 4868 | msgstr " VISUALE" |
| 4869 | |
| 4870 | msgid " VISUAL LINE" |
| 4871 | msgstr " VISUALE LINEA" |
| 4872 | |
| 4873 | msgid " VISUAL BLOCK" |
| 4874 | msgstr " VISUALE BLOCCO" |
| 4875 | |
| 4876 | msgid " SELECT" |
| 4877 | msgstr " SELEZIONA" |
| 4878 | |
| 4879 | msgid " SELECT LINE" |
| 4880 | msgstr " SELEZIONA LINEA" |
| 4881 | |
| 4882 | msgid " SELECT BLOCK" |
| 4883 | msgstr " SELEZIONA BLOCCO" |
| 4884 | |
| 4885 | msgid "recording" |
| 4886 | msgstr "registrazione" |
| 4887 | |
| 4888 | #, c-format |
| 4889 | msgid "E383: Invalid search string: %s" |
| 4890 | msgstr "E383: Stringa di ricerca non valida: %s" |
| 4891 | |
| 4892 | #, c-format |
| 4893 | msgid "E384: search hit TOP without match for: %s" |
| 4894 | msgstr "E384: la ricerca ha raggiunto la CIMA senza successo per: %s" |
| 4895 | |
| 4896 | #, c-format |
| 4897 | msgid "E385: search hit BOTTOM without match for: %s" |
| 4898 | msgstr "E385: la ricerca ha raggiunto il FONDO senza successo per: %s" |
| 4899 | |
| 4900 | msgid "E386: Expected '?' or '/' after ';'" |
| 4901 | msgstr "E386: '?' o '/' atteso dopo ';'" |
| 4902 | |
| 4903 | msgid " (includes previously listed match)" |
| 4904 | msgstr " (comprese corrispondenze elencate prima)" |
| 4905 | |
| 4906 | #. cursor at status line |
| 4907 | msgid "--- Included files " |
| 4908 | msgstr "--- File inclusi " |
| 4909 | |
| 4910 | msgid "not found " |
| 4911 | msgstr "non trovati " |
| 4912 | |
| 4913 | msgid "in path ---\n" |
| 4914 | msgstr "nel percorso ---\n" |
| 4915 | |
| 4916 | msgid " (Already listed)" |
| 4917 | msgstr " (Già elencati)" |
| 4918 | |
| 4919 | msgid " NOT FOUND" |
| 4920 | msgstr " NON TROVATO" |
| 4921 | |
| 4922 | #, c-format |
| 4923 | msgid "Scanning included file: %s" |
| 4924 | msgstr "Scandisco file incluso: %s" |
| 4925 | |
Bram Moolenaar | 910f66f | 2006-04-05 20:41:53 +0000 | [diff] [blame] | 4926 | #, c-format |
| 4927 | msgid "Searching included file %s" |
| 4928 | msgstr "Cerco nel file incluso: %s" |
| 4929 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 4930 | msgid "E387: Match is on current line" |
| 4931 | msgstr "E387: Corrispondenza nella linea corrente" |
| 4932 | |
| 4933 | msgid "All included files were found" |
| 4934 | msgstr "Tutti i file inclusi sono stati trovati" |
| 4935 | |
| 4936 | msgid "No included files" |
| 4937 | msgstr "Nessun file incluso" |
| 4938 | |
| 4939 | msgid "E388: Couldn't find definition" |
| 4940 | msgstr "E388: Non sono riuscito a trovare la definizione" |
| 4941 | |
| 4942 | msgid "E389: Couldn't find pattern" |
| 4943 | msgstr "E389: Non sono riuscito a trovare il modello" |
| 4944 | |
Bram Moolenaar | e37d50a | 2008-08-06 17:06:04 +0000 | [diff] [blame] | 4945 | msgid "Substitute " |
Bram Moolenaar | 28c3795 | 2010-01-06 20:29:28 +0100 | [diff] [blame] | 4946 | msgstr "Sostituzione " |
Bram Moolenaar | e37d50a | 2008-08-06 17:06:04 +0000 | [diff] [blame] | 4947 | |
Bram Moolenaar | 57657d8 | 2006-04-21 22:12:41 +0000 | [diff] [blame] | 4948 | #, c-format |
| 4949 | msgid "" |
| 4950 | "\n" |
| 4951 | "# Last %sSearch Pattern:\n" |
| 4952 | "~" |
| 4953 | msgstr "" |
| 4954 | "\n" |
| 4955 | "# Ult. %sEspressione di Ricerca:\n" |
| 4956 | "~" |
| 4957 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 4958 | msgid "E759: Format error in spell file" |
| 4959 | msgstr "E759: Errore di formato nel file ortografico" |
| 4960 | |
| 4961 | msgid "E758: Truncated spell file" |
| 4962 | msgstr "E758: File ortografico troncato" |
| 4963 | |
| 4964 | #, c-format |
| 4965 | msgid "Trailing text in %s line %d: %s" |
| 4966 | msgstr "Testo in eccesso in %s linea %d: %s" |
| 4967 | |
| 4968 | #, c-format |
| 4969 | msgid "Affix name too long in %s line %d: %s" |
| 4970 | msgstr "Nome affisso troppo lungo in %s linea %d: %s" |
| 4971 | |
| 4972 | msgid "E761: Format error in affix file FOL, LOW or UPP" |
| 4973 | msgstr "E761: Errore di formato nel file affissi FOL, LOW o UPP" |
| 4974 | |
| 4975 | msgid "E762: Character in FOL, LOW or UPP is out of range" |
| 4976 | msgstr "E762: Carattere fuori intervallo in FOL, LOW o UPP" |
| 4977 | |
| 4978 | msgid "Compressing word tree..." |
| 4979 | msgstr "Comprimo albero di parole..." |
| 4980 | |
| 4981 | msgid "E756: Spell checking is not enabled" |
| 4982 | msgstr "E756: Controllo ortografico non abilitato" |
| 4983 | |
| 4984 | #, c-format |
Bram Moolenaar | 662db67 | 2011-03-22 14:05:35 +0100 | [diff] [blame] | 4985 | msgid "Warning: Cannot find word list \"%s_%s.spl\" or \"%s_ascii.spl\"" |
| 4986 | msgstr "Attenzione: Non trovo lista parole \"%s_%s.spl\" o \"%s_ascii.spl\"" |
| 4987 | |
| 4988 | #, c-format |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 4989 | msgid "Warning: Cannot find word list \"%s.%s.spl\" or \"%s.ascii.spl\"" |
| 4990 | msgstr "Attenzione: Non trovo lista parole \"%s.%s.spl\" o \"%s.ascii.spl\"" |
| 4991 | |
| 4992 | #, c-format |
| 4993 | msgid "Reading spell file \"%s\"" |
| 4994 | msgstr "Lettura file ortografico \"%s\"" |
| 4995 | |
| 4996 | msgid "E757: This does not look like a spell file" |
| 4997 | msgstr "E757: Questo non sembra un file ortografico" |
| 4998 | |
| 4999 | msgid "E771: Old spell file, needs to be updated" |
| 5000 | msgstr "E771: File ortografico obsoleto, è necessario aggiornarlo" |
| 5001 | |
| 5002 | msgid "E772: Spell file is for newer version of Vim" |
| 5003 | msgstr "E772: Il file ortografico è per versioni di Vim più recenti" |
| 5004 | |
| 5005 | msgid "E770: Unsupported section in spell file" |
| 5006 | msgstr "E770: Sezione non supportata nel file ortografico" |
| 5007 | |
| 5008 | #, c-format |
| 5009 | msgid "Warning: region %s not supported" |
| 5010 | msgstr "Attenzione: regione %s non supportata" |
| 5011 | |
| 5012 | #, c-format |
| 5013 | msgid "Reading affix file %s ..." |
| 5014 | msgstr "Lettura file affissi %s ..." |
| 5015 | |
| 5016 | #, c-format |
| 5017 | msgid "Conversion failure for word in %s line %d: %s" |
| 5018 | msgstr "Conversione fallita per una parola in %s linea %d: %s" |
| 5019 | |
| 5020 | #, c-format |
| 5021 | msgid "Conversion in %s not supported: from %s to %s" |
| 5022 | msgstr "Conversione in %s non supportata: da %s a %s" |
| 5023 | |
| 5024 | #, c-format |
| 5025 | msgid "Conversion in %s not supported" |
| 5026 | msgstr "Conversione in %s non supportata" |
| 5027 | |
| 5028 | #, c-format |
| 5029 | msgid "Invalid value for FLAG in %s line %d: %s" |
| 5030 | msgstr "Valore di FLAG non valido in %s linea %d: %s" |
| 5031 | |
| 5032 | #, c-format |
| 5033 | msgid "FLAG after using flags in %s line %d: %s" |
| 5034 | msgstr "FLAG dopo l'uso di flags in %s linea %d: %s" |
| 5035 | |
| 5036 | #, c-format |
Bram Moolenaar | 18144c8 | 2006-04-12 21:52:12 +0000 | [diff] [blame] | 5037 | msgid "" |
| 5038 | "Defining COMPOUNDFORBIDFLAG after PFX item may give wrong results in %s line " |
| 5039 | "%d" |
| 5040 | msgstr "" |
Bram Moolenaar | 57657d8 | 2006-04-21 22:12:41 +0000 | [diff] [blame] | 5041 | "Definire COMPOUNDFORBIDFLAG dopo l'elemento PFX potrebbe dare risultati " |
Bram Moolenaar | 18144c8 | 2006-04-12 21:52:12 +0000 | [diff] [blame] | 5042 | "errati in %s linea %d" |
| 5043 | |
| 5044 | #, c-format |
| 5045 | msgid "" |
| 5046 | "Defining COMPOUNDPERMITFLAG after PFX item may give wrong results in %s line " |
| 5047 | "%d" |
| 5048 | msgstr "" |
Bram Moolenaar | 57657d8 | 2006-04-21 22:12:41 +0000 | [diff] [blame] | 5049 | "Definire COMPOUNDPERMITFLAG dopo l'elemento PFX potrebbe dare risultati " |
Bram Moolenaar | 18144c8 | 2006-04-12 21:52:12 +0000 | [diff] [blame] | 5050 | "errati in %s linea %d" |
| 5051 | |
| 5052 | #, c-format |
Bram Moolenaar | 28c3795 | 2010-01-06 20:29:28 +0100 | [diff] [blame] | 5053 | msgid "Wrong COMPOUNDRULES value in %s line %d: %s" |
| 5054 | msgstr "Valore errato per COMPOUNDRULES in %s linea %d: %s" |
| 5055 | |
| 5056 | #, c-format |
Bram Moolenaar | 910f66f | 2006-04-05 20:41:53 +0000 | [diff] [blame] | 5057 | msgid "Wrong COMPOUNDWORDMAX value in %s line %d: %s" |
| 5058 | msgstr "Valore errato per COMPOUNDWORDMAX in %s linea %d: %s" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 5059 | |
| 5060 | #, c-format |
| 5061 | msgid "Wrong COMPOUNDMIN value in %s line %d: %s" |
| 5062 | msgstr "Valore errato per COMPOUNDMIN in %s linea %d: %s" |
| 5063 | |
| 5064 | #, c-format |
| 5065 | msgid "Wrong COMPOUNDSYLMAX value in %s line %d: %s" |
| 5066 | msgstr "Valore errato per COMPOUNDSYLMAX in %s linea %d: %s" |
| 5067 | |
| 5068 | #, c-format |
Bram Moolenaar | 910f66f | 2006-04-05 20:41:53 +0000 | [diff] [blame] | 5069 | msgid "Wrong CHECKCOMPOUNDPATTERN value in %s line %d: %s" |
| 5070 | msgstr "Valore errato per CHECKCOMPOUNDPATTERN in %s linea %d: %s" |
| 5071 | |
| 5072 | #, c-format |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 5073 | msgid "Different combining flag in continued affix block in %s line %d: %s" |
| 5074 | msgstr "" |
| 5075 | "Flag combinazione diverso in blocco affissi continuo in %s linea %d: %s" |
| 5076 | |
| 5077 | #, c-format |
| 5078 | msgid "Duplicate affix in %s line %d: %s" |
| 5079 | msgstr "Affisso duplicato in %s linea %d: %s" |
| 5080 | |
| 5081 | #, c-format |
| 5082 | msgid "" |
| 5083 | "Affix also used for BAD/RARE/KEEPCASE/NEEDAFFIX/NEEDCOMPOUND/NOSUGGEST in %s " |
| 5084 | "line %d: %s" |
| 5085 | msgstr "" |
| 5086 | "Affisso usato anche per BAD/RARE/KEEPCASE/NEEDAFFIX/NEEDCOMPOUND/NOSUGGEST " |
| 5087 | "in %s linea %d: %s" |
| 5088 | |
| 5089 | #, c-format |
| 5090 | msgid "Expected Y or N in %s line %d: %s" |
| 5091 | msgstr "Y o N deve essere presente in %s linea %d: %s" |
| 5092 | |
| 5093 | #, c-format |
| 5094 | msgid "Broken condition in %s line %d: %s" |
| 5095 | msgstr "Condizione non rispettata in %s linea %d: %s" |
| 5096 | |
| 5097 | #, c-format |
| 5098 | msgid "Expected REP(SAL) count in %s line %d" |
| 5099 | msgstr "Contatore REP(SAL) necessario in %s linea %d" |
| 5100 | |
| 5101 | #, c-format |
| 5102 | msgid "Expected MAP count in %s line %d" |
| 5103 | msgstr "Contatore MAP necessario in %s linea %d" |
| 5104 | |
| 5105 | #, c-format |
| 5106 | msgid "Duplicate character in MAP in %s line %d" |
| 5107 | msgstr "Carattere duplicato in MAP in %s linea %d" |
| 5108 | |
| 5109 | #, c-format |
| 5110 | msgid "Unrecognized or duplicate item in %s line %d: %s" |
| 5111 | msgstr "Elemento non riconosciuto o duplicato in %s linea %d: %s" |
| 5112 | |
| 5113 | #, c-format |
| 5114 | msgid "Missing FOL/LOW/UPP line in %s" |
| 5115 | msgstr "Linea FOL/LOW/UPP mancante in %s" |
| 5116 | |
| 5117 | msgid "COMPOUNDSYLMAX used without SYLLABLE" |
| 5118 | msgstr "COMPOUNDSYLMAX usato senza SYLLABLE" |
| 5119 | |
| 5120 | msgid "Too many postponed prefixes" |
| 5121 | msgstr "Troppi suffissi" |
| 5122 | |
| 5123 | msgid "Too many compound flags" |
| 5124 | msgstr "Troppi flag composti" |
| 5125 | |
Bram Moolenaar | e37d50a | 2008-08-06 17:06:04 +0000 | [diff] [blame] | 5126 | msgid "Too many postponed prefixes and/or compound flags" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 5127 | msgstr "Troppi suffissi e/o flag composti" |
| 5128 | |
| 5129 | #, c-format |
| 5130 | msgid "Missing SOFO%s line in %s" |
| 5131 | msgstr "Linea SOFO%s mancante in %s" |
| 5132 | |
| 5133 | #, c-format |
| 5134 | msgid "Both SAL and SOFO lines in %s" |
| 5135 | msgstr "Linee sia SAL che SOFO in %s" |
| 5136 | |
| 5137 | #, c-format |
| 5138 | msgid "Flag is not a number in %s line %d: %s" |
| 5139 | msgstr "Il flag non è un numero in %s linea %d: %s" |
| 5140 | |
| 5141 | #, c-format |
| 5142 | msgid "Illegal flag in %s line %d: %s" |
| 5143 | msgstr "Flag non ammesso in %s linea %d: %s" |
| 5144 | |
| 5145 | #, c-format |
| 5146 | msgid "%s value differs from what is used in another .aff file" |
| 5147 | msgstr "Il valore di %s è diverso da quello usato in un altro file .aff" |
| 5148 | |
| 5149 | #, c-format |
| 5150 | msgid "Reading dictionary file %s ..." |
| 5151 | msgstr "Lettura file dizionario %s ..." |
| 5152 | |
| 5153 | #, c-format |
| 5154 | msgid "E760: No word count in %s" |
| 5155 | msgstr "E760: Nessun contatore parole in %s" |
| 5156 | |
| 5157 | #, c-format |
| 5158 | msgid "line %6d, word %6d - %s" |
| 5159 | msgstr "linea %6d, parola %6d - %s" |
| 5160 | |
| 5161 | #, c-format |
| 5162 | msgid "Duplicate word in %s line %d: %s" |
| 5163 | msgstr "Parola duplicata in %s linea %d: %s" |
| 5164 | |
| 5165 | #, c-format |
| 5166 | msgid "First duplicate word in %s line %d: %s" |
| 5167 | msgstr "Prima parola duplicata in %s linea %d: %s" |
| 5168 | |
| 5169 | #, c-format |
| 5170 | msgid "%d duplicate word(s) in %s" |
| 5171 | msgstr "%d parole duplicate in %s" |
| 5172 | |
| 5173 | #, c-format |
| 5174 | msgid "Ignored %d word(s) with non-ASCII characters in %s" |
| 5175 | msgstr "%d parole con caratteri non-ASCII ignorate in %s" |
| 5176 | |
| 5177 | #, c-format |
| 5178 | msgid "Reading word file %s ..." |
| 5179 | msgstr "Lettura file parole %s ..." |
| 5180 | |
| 5181 | #, c-format |
| 5182 | msgid "Duplicate /encoding= line ignored in %s line %d: %s" |
| 5183 | msgstr "Linea /encoding= duplicata ignorata in %s linea %d: %s" |
| 5184 | |
| 5185 | #, c-format |
| 5186 | msgid "/encoding= line after word ignored in %s line %d: %s" |
| 5187 | msgstr "Linea /encoding= dopo parola ignorata in %s linea %d: %s" |
| 5188 | |
| 5189 | #, c-format |
| 5190 | msgid "Duplicate /regions= line ignored in %s line %d: %s" |
| 5191 | msgstr "Linea /regions= duplicata ignorata in %s linea %d: %s" |
| 5192 | |
| 5193 | #, c-format |
| 5194 | msgid "Too many regions in %s line %d: %s" |
| 5195 | msgstr "Troppe regioni in %s linea %d: %s" |
| 5196 | |
| 5197 | #, c-format |
| 5198 | msgid "/ line ignored in %s line %d: %s" |
| 5199 | msgstr "Linea / ignorata in %s linea %d: %s" |
| 5200 | |
| 5201 | #, c-format |
| 5202 | msgid "Invalid region nr in %s line %d: %s" |
| 5203 | msgstr "N. regione non valido in %s linea %d: %s" |
| 5204 | |
| 5205 | #, c-format |
| 5206 | msgid "Unrecognized flags in %s line %d: %s" |
| 5207 | msgstr "Flag non riconosciuti in %s linea %d: %s" |
| 5208 | |
| 5209 | #, c-format |
| 5210 | msgid "Ignored %d words with non-ASCII characters" |
| 5211 | msgstr "%d parole con caratteri non-ASCII ignorate" |
| 5212 | |
Bram Moolenaar | 662db67 | 2011-03-22 14:05:35 +0100 | [diff] [blame] | 5213 | msgid "E845: Insufficient memory, word list will be incomplete" |
| 5214 | msgstr "E845: Memoria insufficiente, la lista parole sarà incompleta" |
| 5215 | |
Bram Moolenaar | 2929160 | 2010-07-28 14:28:48 +0200 | [diff] [blame] | 5216 | #, c-format |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 5217 | msgid "Compressed %d of %d nodes; %d (%d%%) remaining" |
| 5218 | msgstr "%d di %d nodi compressi; ne restano %d (%d%%)" |
| 5219 | |
| 5220 | msgid "Reading back spell file..." |
| 5221 | msgstr "Rilettura file ortografico..." |
| 5222 | |
| 5223 | #. |
| 5224 | #. * Go through the trie of good words, soundfold each word and add it to |
| 5225 | #. * the soundfold trie. |
| 5226 | #. |
| 5227 | msgid "Performing soundfolding..." |
| 5228 | msgstr "Eseguo soundfolding..." |
| 5229 | |
| 5230 | #, c-format |
| 5231 | msgid "Number of words after soundfolding: %ld" |
| 5232 | msgstr "Numero di parole dopo soundfolding: %ld" |
| 5233 | |
| 5234 | #, c-format |
| 5235 | msgid "Total number of words: %d" |
| 5236 | msgstr "Conteggio totale delle parole: %d" |
| 5237 | |
| 5238 | #, c-format |
| 5239 | msgid "Writing suggestion file %s ..." |
| 5240 | msgstr "Scrivo file di suggerimenti %s ..." |
| 5241 | |
| 5242 | #, c-format |
| 5243 | msgid "Estimated runtime memory use: %d bytes" |
Bram Moolenaar | 28c3795 | 2010-01-06 20:29:28 +0100 | [diff] [blame] | 5244 | msgstr "Uso stimato di memoria durante esecuzione: %d byte" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 5245 | |
| 5246 | msgid "E751: Output file name must not have region name" |
| 5247 | msgstr "E751: Il nome del file di output non deve avere il nome di regione" |
| 5248 | |
| 5249 | msgid "E754: Only up to 8 regions supported" |
| 5250 | msgstr "E754: Sono supportate fino ad 8 regioni" |
| 5251 | |
| 5252 | #, c-format |
| 5253 | msgid "E755: Invalid region in %s" |
| 5254 | msgstr "E755: Regione non valida in %s" |
| 5255 | |
| 5256 | msgid "Warning: both compounding and NOBREAK specified" |
| 5257 | msgstr "Attenzione: specificati sia composizione sia NOBREAK" |
| 5258 | |
| 5259 | #, c-format |
| 5260 | msgid "Writing spell file %s ..." |
| 5261 | msgstr "Scrivo file ortografico %s ..." |
| 5262 | |
| 5263 | msgid "Done!" |
| 5264 | msgstr "Fatto!" |
| 5265 | |
| 5266 | #, c-format |
| 5267 | msgid "E765: 'spellfile' does not have %ld entries" |
| 5268 | msgstr "E765: 'spellfile' non ha %ld elementi" |
| 5269 | |
Bram Moolenaar | 910f66f | 2006-04-05 20:41:53 +0000 | [diff] [blame] | 5270 | #, c-format |
| 5271 | msgid "Word removed from %s" |
| 5272 | msgstr "Parola rimossa da %s" |
| 5273 | |
| 5274 | #, c-format |
| 5275 | msgid "Word added to %s" |
| 5276 | msgstr "Parola aggiunta a %s" |
| 5277 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 5278 | msgid "E763: Word characters differ between spell files" |
| 5279 | msgstr "E763: Caratteri di parola differenti nei file ortografici" |
| 5280 | |
| 5281 | msgid "Sorry, no suggestions" |
| 5282 | msgstr "Spiacente, nessun suggerimento" |
| 5283 | |
| 5284 | #, c-format |
| 5285 | msgid "Sorry, only %ld suggestions" |
| 5286 | msgstr "Spiacente, solo %ld suggerimenti" |
| 5287 | |
Bram Moolenaar | 83e138c | 2007-05-05 18:27:07 +0000 | [diff] [blame] | 5288 | #. for when 'cmdheight' > 1 |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 5289 | #. avoid more prompt |
| 5290 | #, c-format |
| 5291 | msgid "Change \"%.*s\" to:" |
| 5292 | msgstr "Cambiare \"%.*s\" in:" |
| 5293 | |
| 5294 | #, c-format |
| 5295 | msgid " < \"%.*s\"" |
| 5296 | msgstr " < \"%.*s\"" |
| 5297 | |
| 5298 | msgid "E752: No previous spell replacement" |
| 5299 | msgstr "E752: Nessuna sostituzione ortografica precedente" |
| 5300 | |
| 5301 | #, c-format |
| 5302 | msgid "E753: Not found: %s" |
| 5303 | msgstr "E753: Non trovato: %s" |
| 5304 | |
| 5305 | #, c-format |
| 5306 | msgid "E778: This does not look like a .sug file: %s" |
| 5307 | msgstr "E778: Questo non sembra un file .sug: %s" |
| 5308 | |
| 5309 | #, c-format |
| 5310 | msgid "E779: Old .sug file, needs to be updated: %s" |
| 5311 | msgstr "E779: File .sug obsoleto, è necessario aggiornarlo: %s" |
| 5312 | |
| 5313 | #, c-format |
| 5314 | msgid "E780: .sug file is for newer version of Vim: %s" |
| 5315 | msgstr "E780: Il file .sug è per versioni di Vim più recenti: %s" |
| 5316 | |
| 5317 | #, c-format |
| 5318 | msgid "E781: .sug file doesn't match .spl file: %s" |
| 5319 | msgstr "E781: Il file .sug non corrisponde al file .spl: %s" |
| 5320 | |
| 5321 | #, c-format |
| 5322 | msgid "E782: error while reading .sug file: %s" |
| 5323 | msgstr "E782: Errore leggendo il file .sug: %s" |
| 5324 | |
| 5325 | #. This should have been checked when generating the .spl |
| 5326 | #. * file. |
| 5327 | msgid "E783: duplicate char in MAP entry" |
| 5328 | msgstr "E783: carattere duplicato nell'elemento MAP" |
| 5329 | |
| 5330 | #, c-format |
| 5331 | msgid "E390: Illegal argument: %s" |
| 5332 | msgstr "E390: Argomento non ammesso: %s" |
| 5333 | |
| 5334 | #, c-format |
| 5335 | msgid "E391: No such syntax cluster: %s" |
| 5336 | msgstr "E391: 'cluster' sintattico inesistente: %s" |
| 5337 | |
| 5338 | msgid "No Syntax items defined for this buffer" |
| 5339 | msgstr "Nessun elemento sintattico definito per questo buffer" |
| 5340 | |
| 5341 | msgid "syncing on C-style comments" |
| 5342 | msgstr "sincronizzo i commenti nello stile C" |
| 5343 | |
| 5344 | msgid "no syncing" |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 5345 | msgstr "nessuna sincronizzazione" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 5346 | |
| 5347 | msgid "syncing starts " |
| 5348 | msgstr "la sincronizzazione inizia " |
| 5349 | |
| 5350 | msgid " lines before top line" |
| 5351 | msgstr " linee prima della linea iniziale" |
| 5352 | |
| 5353 | msgid "" |
| 5354 | "\n" |
| 5355 | "--- Syntax sync items ---" |
| 5356 | msgstr "" |
| 5357 | "\n" |
| 5358 | "--- Elementi sincronizzazione sintassi ---" |
| 5359 | |
| 5360 | msgid "" |
| 5361 | "\n" |
| 5362 | "syncing on items" |
| 5363 | msgstr "" |
| 5364 | "\n" |
| 5365 | "sincronizzo elementi" |
| 5366 | |
| 5367 | msgid "" |
| 5368 | "\n" |
| 5369 | "--- Syntax items ---" |
| 5370 | msgstr "" |
| 5371 | "\n" |
| 5372 | "--- Elementi sintattici ---" |
| 5373 | |
| 5374 | #, c-format |
| 5375 | msgid "E392: No such syntax cluster: %s" |
| 5376 | msgstr "E392: 'cluster' sintattico inesistente: %s" |
| 5377 | |
| 5378 | msgid "minimal " |
| 5379 | msgstr "minimale " |
| 5380 | |
| 5381 | msgid "maximal " |
| 5382 | msgstr "massimale " |
| 5383 | |
| 5384 | msgid "; match " |
| 5385 | msgstr "; corrisp. " |
| 5386 | |
| 5387 | msgid " line breaks" |
| 5388 | msgstr " interruzioni di linea" |
| 5389 | |
| 5390 | msgid "E395: contains argument not accepted here" |
| 5391 | msgstr "E395: contiene argomenti non accettati qui" |
| 5392 | |
Bram Moolenaar | 662db67 | 2011-03-22 14:05:35 +0100 | [diff] [blame] | 5393 | msgid "E844: invalid cchar value" |
| 5394 | msgstr "E844: valore cchar non valido" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 5395 | |
| 5396 | msgid "E393: group[t]here not accepted here" |
| 5397 | msgstr "E393: group[t]here non ammesso qui" |
| 5398 | |
| 5399 | #, c-format |
| 5400 | msgid "E394: Didn't find region item for %s" |
| 5401 | msgstr "E394: Elemento di 'region' non trovato per %s" |
| 5402 | |
| 5403 | msgid "E397: Filename required" |
| 5404 | msgstr "E397: Nome file necessario" |
| 5405 | |
| 5406 | #, c-format |
Bram Moolenaar | fc1421e | 2006-04-20 22:17:20 +0000 | [diff] [blame] | 5407 | msgid "E789: Missing ']': %s" |
| 5408 | msgstr "E789: Manca ']': %s" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 5409 | |
| 5410 | #, c-format |
| 5411 | msgid "E398: Missing '=': %s" |
| 5412 | msgstr "E398: Manca '=': %s" |
| 5413 | |
| 5414 | #, c-format |
| 5415 | msgid "E399: Not enough arguments: syntax region %s" |
| 5416 | msgstr "E399: Argomenti non sufficienti per: 'syntax region' %s" |
| 5417 | |
| 5418 | msgid "E400: No cluster specified" |
| 5419 | msgstr "E400: Nessun 'cluster' specificato" |
| 5420 | |
| 5421 | #, c-format |
| 5422 | msgid "E401: Pattern delimiter not found: %s" |
| 5423 | msgstr "E401: Delimitatore di espressione non trovato: %s" |
| 5424 | |
| 5425 | #, c-format |
| 5426 | msgid "E402: Garbage after pattern: %s" |
| 5427 | msgstr "E402: Spazzatura dopo espressione: %s" |
| 5428 | |
| 5429 | msgid "E403: syntax sync: line continuations pattern specified twice" |
| 5430 | msgstr "" |
| 5431 | "E403: syntax sync: espressione di continuazione linea specificata due volte" |
| 5432 | |
| 5433 | #, c-format |
| 5434 | msgid "E404: Illegal arguments: %s" |
| 5435 | msgstr "E404: Argomenti non validi: %s" |
| 5436 | |
| 5437 | #, c-format |
| 5438 | msgid "E405: Missing equal sign: %s" |
| 5439 | msgstr "E405: Manca '=': %s" |
| 5440 | |
| 5441 | #, c-format |
| 5442 | msgid "E406: Empty argument: %s" |
| 5443 | msgstr "E406: Argomento nullo: %s" |
| 5444 | |
| 5445 | #, c-format |
| 5446 | msgid "E407: %s not allowed here" |
| 5447 | msgstr "E407: %s non consentito qui" |
| 5448 | |
| 5449 | #, c-format |
| 5450 | msgid "E408: %s must be first in contains list" |
| 5451 | msgstr "E408: %s deve venire per primo nella lista 'contains'" |
| 5452 | |
| 5453 | #, c-format |
| 5454 | msgid "E409: Unknown group name: %s" |
| 5455 | msgstr "E409: Nome gruppo sconosciuto: %s" |
| 5456 | |
| 5457 | #, c-format |
| 5458 | msgid "E410: Invalid :syntax subcommand: %s" |
| 5459 | msgstr "E410: Sotto-comando :syntax non valido: %s" |
| 5460 | |
| 5461 | msgid "E679: recursive loop loading syncolor.vim" |
| 5462 | msgstr "E679: ciclo ricorsivo nel caricamento di syncolor.vim" |
| 5463 | |
| 5464 | #, c-format |
| 5465 | msgid "E411: highlight group not found: %s" |
| 5466 | msgstr "E411: gruppo evidenziazione non trovato: %s" |
| 5467 | |
| 5468 | #, c-format |
| 5469 | msgid "E412: Not enough arguments: \":highlight link %s\"" |
| 5470 | msgstr "E412: Argomenti non sufficienti: \":highlight link %s\"" |
| 5471 | |
| 5472 | #, c-format |
| 5473 | msgid "E413: Too many arguments: \":highlight link %s\"" |
| 5474 | msgstr "E413: Troppi argomenti: \":highlight link %s\"" |
| 5475 | |
| 5476 | msgid "E414: group has settings, highlight link ignored" |
| 5477 | msgstr "E414: 'group' ha impostazioni, 'highlight link' ignorato" |
| 5478 | |
| 5479 | #, c-format |
| 5480 | msgid "E415: unexpected equal sign: %s" |
| 5481 | msgstr "E415: segno '=' inatteso: %s" |
| 5482 | |
| 5483 | #, c-format |
| 5484 | msgid "E416: missing equal sign: %s" |
| 5485 | msgstr "E416: manca segno '=': %s" |
| 5486 | |
| 5487 | #, c-format |
| 5488 | msgid "E417: missing argument: %s" |
| 5489 | msgstr "E417: manca argomento: %s" |
| 5490 | |
| 5491 | #, c-format |
| 5492 | msgid "E418: Illegal value: %s" |
| 5493 | msgstr "E418: Valore non ammesso: %s" |
| 5494 | |
| 5495 | msgid "E419: FG color unknown" |
| 5496 | msgstr "E419: colore di testo sconosciuto" |
| 5497 | |
| 5498 | msgid "E420: BG color unknown" |
| 5499 | msgstr "E420: colore di sfondo sconosciuto" |
| 5500 | |
| 5501 | #, c-format |
| 5502 | msgid "E421: Color name or number not recognized: %s" |
| 5503 | msgstr "E421: Numero o nome di colore non riconosciuto: %s" |
| 5504 | |
| 5505 | #, c-format |
| 5506 | msgid "E422: terminal code too long: %s" |
| 5507 | msgstr "E422: codice terminale troppo lungo: %s" |
| 5508 | |
| 5509 | #, c-format |
| 5510 | msgid "E423: Illegal argument: %s" |
| 5511 | msgstr "E423: Argomento non ammesso: %s" |
| 5512 | |
| 5513 | msgid "E424: Too many different highlighting attributes in use" |
| 5514 | msgstr "E424: Troppi gruppi evidenziazione differenti in uso" |
| 5515 | |
| 5516 | msgid "E669: Unprintable character in group name" |
| 5517 | msgstr "E669: Carattere non stampabile in un nome di gruppo" |
| 5518 | |
| 5519 | msgid "W18: Invalid character in group name" |
| 5520 | msgstr "W18: Carattere non ammesso in un nome di gruppo" |
| 5521 | |
| 5522 | msgid "E555: at bottom of tag stack" |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 5523 | msgstr "E555: al fondo dello stack dei tag" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 5524 | |
| 5525 | msgid "E556: at top of tag stack" |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 5526 | msgstr "E556: in cima allo stack dei tag" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 5527 | |
| 5528 | msgid "E425: Cannot go before first matching tag" |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 5529 | msgstr "E425: Non posso andare prima del primo tag corrispondente" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 5530 | |
| 5531 | #, c-format |
| 5532 | msgid "E426: tag not found: %s" |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 5533 | msgstr "E426: tag non trovato: %s" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 5534 | |
| 5535 | msgid " # pri kind tag" |
| 5536 | msgstr " # pri tipo tag" |
| 5537 | |
| 5538 | msgid "file\n" |
| 5539 | msgstr "file\n" |
| 5540 | |
| 5541 | msgid "E427: There is only one matching tag" |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 5542 | msgstr "E427: C'è solo un tag corrispondente" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 5543 | |
| 5544 | msgid "E428: Cannot go beyond last matching tag" |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 5545 | msgstr "E428: Non posso andare oltre l'ultimo tag corrispondente" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 5546 | |
| 5547 | #, c-format |
| 5548 | msgid "File \"%s\" does not exist" |
| 5549 | msgstr "Il file \"%s\" non esiste" |
| 5550 | |
| 5551 | #. Give an indication of the number of matching tags |
| 5552 | #, c-format |
| 5553 | msgid "tag %d of %d%s" |
| 5554 | msgstr "tag %d di %d%s" |
| 5555 | |
| 5556 | msgid " or more" |
| 5557 | msgstr " o più" |
| 5558 | |
| 5559 | msgid " Using tag with different case!" |
| 5560 | msgstr " Uso tag ignorando maiuscole/minuscole!" |
| 5561 | |
| 5562 | #, c-format |
| 5563 | msgid "E429: File \"%s\" does not exist" |
| 5564 | msgstr "E429: Il file \"%s\" non esiste" |
| 5565 | |
| 5566 | #. Highlight title |
| 5567 | msgid "" |
| 5568 | "\n" |
| 5569 | " # TO tag FROM line in file/text" |
| 5570 | msgstr "" |
| 5571 | "\n" |
| 5572 | " # A tag DA__ linea in file/testo" |
| 5573 | |
| 5574 | #, c-format |
| 5575 | msgid "Searching tags file %s" |
| 5576 | msgstr "Ricerca nel tag file %s" |
| 5577 | |
| 5578 | #, c-format |
| 5579 | msgid "E430: Tag file path truncated for %s\n" |
| 5580 | msgstr "E430: Percorso tag file troncato per %s\n" |
| 5581 | |
| 5582 | #, c-format |
| 5583 | msgid "E431: Format error in tags file \"%s\"" |
| 5584 | msgstr "E431: Errore di formato nel tag file \"%s\"" |
| 5585 | |
| 5586 | #, c-format |
| 5587 | msgid "Before byte %ld" |
| 5588 | msgstr "Prima del byte %ld" |
| 5589 | |
| 5590 | #, c-format |
| 5591 | msgid "E432: Tags file not sorted: %s" |
| 5592 | msgstr "E432: Tag file non ordinato alfabeticamente: %s" |
| 5593 | |
| 5594 | #. never opened any tags file |
| 5595 | msgid "E433: No tags file" |
| 5596 | msgstr "E433: Nessun tag file" |
| 5597 | |
Bram Moolenaar | 28c3795 | 2010-01-06 20:29:28 +0100 | [diff] [blame] | 5598 | msgid "Ignoring long line in tags file" |
| 5599 | msgstr "Linea lunga ignorata nel tag file" |
| 5600 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 5601 | msgid "E434: Can't find tag pattern" |
| 5602 | msgstr "E434: Non riesco a trovare modello tag" |
| 5603 | |
| 5604 | msgid "E435: Couldn't find tag, just guessing!" |
| 5605 | msgstr "E435: Non riesco a trovare tag, sto solo tirando a indovinare!" |
| 5606 | |
Bram Moolenaar | 2929160 | 2010-07-28 14:28:48 +0200 | [diff] [blame] | 5607 | #, c-format |
| 5608 | msgid "Duplicate field name: %s" |
| 5609 | msgstr "Nome di campo duplicato: %s" |
| 5610 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 5611 | msgid "' not known. Available builtin terminals are:" |
| 5612 | msgstr "' non noto. Terminali disponibili predisposti sono:" |
| 5613 | |
| 5614 | msgid "defaulting to '" |
| 5615 | msgstr "predefinito a '" |
| 5616 | |
| 5617 | msgid "E557: Cannot open termcap file" |
| 5618 | msgstr "E557: Non posso aprire file 'termcap'" |
| 5619 | |
| 5620 | msgid "E558: Terminal entry not found in terminfo" |
| 5621 | msgstr "E558: Descrizione terminale non trovata in 'terminfo'" |
| 5622 | |
| 5623 | msgid "E559: Terminal entry not found in termcap" |
| 5624 | msgstr "E559: Descrizione terminale non trovata in 'termcap'" |
| 5625 | |
| 5626 | #, c-format |
| 5627 | msgid "E436: No \"%s\" entry in termcap" |
| 5628 | msgstr "E436: Nessuna descrizione per \"%s\" in 'termcap'" |
| 5629 | |
| 5630 | msgid "E437: terminal capability \"cm\" required" |
| 5631 | msgstr "E437: capacità \"cm\" del terminale necessaria" |
| 5632 | |
| 5633 | #. Highlight title |
| 5634 | msgid "" |
| 5635 | "\n" |
| 5636 | "--- Terminal keys ---" |
| 5637 | msgstr "" |
| 5638 | "\n" |
| 5639 | "--- Tasti Terminale ---" |
| 5640 | |
| 5641 | msgid "new shell started\n" |
| 5642 | msgstr "fatto eseguire nuovo shell\n" |
| 5643 | |
| 5644 | msgid "Vim: Error reading input, exiting...\n" |
| 5645 | msgstr "Vim: Errore leggendo l'input, esco...\n" |
| 5646 | |
Bram Moolenaar | 28c3795 | 2010-01-06 20:29:28 +0100 | [diff] [blame] | 5647 | msgid "Used CUT_BUFFER0 instead of empty selection" |
| 5648 | msgstr "Uso CUT_BUFFER0 invece che una scelta nulla" |
| 5649 | |
Bram Moolenaar | 2929160 | 2010-07-28 14:28:48 +0200 | [diff] [blame] | 5650 | #. This happens when the FileChangedRO autocommand changes the |
| 5651 | #. * file in a way it becomes shorter. |
| 5652 | msgid "E834: Line count changed unexpectedly" |
| 5653 | msgstr "E834: Il conteggio delle righe è inaspettatamente cambiato" |
| 5654 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 5655 | #. must display the prompt |
| 5656 | msgid "No undo possible; continue anyway" |
| 5657 | msgstr "'undo' non più possibile; continuo comunque" |
| 5658 | |
Bram Moolenaar | 6f0d3dd | 2010-06-08 23:17:01 +0200 | [diff] [blame] | 5659 | #, c-format |
| 5660 | msgid "E828: Cannot open undo file for writing: %s" |
| 5661 | msgstr "E828: Non posso aprire il file Undo in scrittura: %s" |
| 5662 | |
| 5663 | #, c-format |
| 5664 | msgid "E825: Corrupted undo file (%s): %s" |
| 5665 | msgstr "E825: File Undo corrotto (%s): %s" |
| 5666 | |
| 5667 | msgid "Cannot write undo file in any directory in 'undodir'" |
| 5668 | msgstr "Non posso scrivere un file Undo in alcuna directory di 'undodir'" |
| 5669 | |
| 5670 | #, c-format |
| 5671 | msgid "Will not overwrite with undo file, cannot read: %s" |
| 5672 | msgstr "File Undo non sovrascritto, non riesco a leggere: %s" |
| 5673 | |
| 5674 | #, c-format |
| 5675 | msgid "Will not overwrite, this is not an undo file: %s" |
| 5676 | msgstr "Non sovrascritto, non è un file Undo: %s" |
| 5677 | |
Bram Moolenaar | 2929160 | 2010-07-28 14:28:48 +0200 | [diff] [blame] | 5678 | msgid "Skipping undo file write, nothing to undo" |
Bram Moolenaar | 6f0d3dd | 2010-06-08 23:17:01 +0200 | [diff] [blame] | 5679 | msgstr "Ometto scrittura del file Undo, non ci sono modifiche" |
| 5680 | |
| 5681 | #, c-format |
| 5682 | msgid "Writing undo file: %s" |
| 5683 | msgstr "Scrivo file Undo: %s" |
| 5684 | |
Bram Moolenaar | 2929160 | 2010-07-28 14:28:48 +0200 | [diff] [blame] | 5685 | #, c-format |
Bram Moolenaar | 6f0d3dd | 2010-06-08 23:17:01 +0200 | [diff] [blame] | 5686 | msgid "E829: write error in undo file: %s" |
| 5687 | msgstr "E829: errore scrivendo nel file Undo: %s" |
| 5688 | |
| 5689 | #, c-format |
| 5690 | msgid "Not reading undo file, owner differs: %s" |
| 5691 | msgstr "Non leggo file Undo, appartiene a un altro utente: %s" |
| 5692 | |
| 5693 | #, c-format |
| 5694 | msgid "Reading undo file: %s" |
| 5695 | msgstr "Lettura file Undo: %s" |
| 5696 | |
| 5697 | #, c-format |
| 5698 | msgid "E822: Cannot open undo file for reading: %s" |
| 5699 | msgstr "E822: Non posso aprire il file Undo in lettura: %s" |
| 5700 | |
| 5701 | #, c-format |
| 5702 | msgid "E823: Not an undo file: %s" |
| 5703 | msgstr "E823: Non è un file Undo: %s" |
| 5704 | |
Bram Moolenaar | 2929160 | 2010-07-28 14:28:48 +0200 | [diff] [blame] | 5705 | #, c-format |
Bram Moolenaar | 6f0d3dd | 2010-06-08 23:17:01 +0200 | [diff] [blame] | 5706 | msgid "E832: Non-encrypted file has encrypted undo file: %s" |
| 5707 | msgstr "E832: File non cifrato con file Undo cifrato: %s" |
| 5708 | |
| 5709 | #, c-format |
| 5710 | msgid "E826: Undo file decryption failed: %s" |
| 5711 | msgstr "E826: Decifratura fallita del file Undo: %s" |
| 5712 | |
| 5713 | #, c-format |
| 5714 | msgid "E827: Undo file is encrypted: %s" |
| 5715 | msgstr "E827: File Undo cifrato: %s" |
| 5716 | |
| 5717 | #, c-format |
| 5718 | msgid "E824: Incompatible undo file: %s" |
| 5719 | msgstr "E824: File Undo incompatibile: %s" |
| 5720 | |
| 5721 | msgid "File contents changed, cannot use undo info" |
| 5722 | msgstr "File ulteriormente modificato, non posso usare informazioni di Undo" |
| 5723 | |
| 5724 | #, c-format |
| 5725 | msgid "Finished reading undo file %s" |
| 5726 | msgstr "Lettura del file Undo %s effettuata" |
| 5727 | |
Bram Moolenaar | 910f66f | 2006-04-05 20:41:53 +0000 | [diff] [blame] | 5728 | msgid "Already at oldest change" |
| 5729 | msgstr "Questa è già la prima modifica" |
| 5730 | |
| 5731 | msgid "Already at newest change" |
| 5732 | msgstr "Questa è già l'ultima modifica" |
| 5733 | |
| 5734 | #, c-format |
Bram Moolenaar | 6f0d3dd | 2010-06-08 23:17:01 +0200 | [diff] [blame] | 5735 | msgid "E830: Undo number %ld not found" |
| 5736 | msgstr "E830: Undo numero %ld non trovato" |
Bram Moolenaar | 910f66f | 2006-04-05 20:41:53 +0000 | [diff] [blame] | 5737 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 5738 | msgid "E438: u_undo: line numbers wrong" |
| 5739 | msgstr "E438: u_undo: numeri linee errati" |
| 5740 | |
Bram Moolenaar | 910f66f | 2006-04-05 20:41:53 +0000 | [diff] [blame] | 5741 | msgid "more line" |
| 5742 | msgstr "linea in più" |
| 5743 | |
| 5744 | msgid "more lines" |
| 5745 | msgstr "linee in più" |
| 5746 | |
| 5747 | msgid "line less" |
| 5748 | msgstr "linea in meno" |
| 5749 | |
| 5750 | msgid "fewer lines" |
| 5751 | msgstr "linee in meno" |
| 5752 | |
| 5753 | msgid "change" |
| 5754 | msgstr "modifica" |
| 5755 | |
| 5756 | msgid "changes" |
| 5757 | msgstr "modifiche" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 5758 | |
| 5759 | #, c-format |
Bram Moolenaar | 910f66f | 2006-04-05 20:41:53 +0000 | [diff] [blame] | 5760 | msgid "%ld %s; %s #%ld %s" |
| 5761 | msgstr "%ld %s; %s #%ld %s" |
| 5762 | |
| 5763 | msgid "before" |
| 5764 | msgstr "prima" |
| 5765 | |
| 5766 | msgid "after" |
| 5767 | msgstr "dopo" |
| 5768 | |
| 5769 | msgid "Nothing to undo" |
| 5770 | msgstr "Nessuna modifica, Undo impossibile" |
| 5771 | |
Bram Moolenaar | 662db67 | 2011-03-22 14:05:35 +0100 | [diff] [blame] | 5772 | msgid "number changes when saved" |
| 5773 | msgstr "numero modif. quando salv." |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 5774 | |
Bram Moolenaar | 57657d8 | 2006-04-21 22:12:41 +0000 | [diff] [blame] | 5775 | #, c-format |
| 5776 | msgid "%ld seconds ago" |
| 5777 | msgstr "%ld secondi fa" |
| 5778 | |
Bram Moolenaar | 3fb9eda | 2006-05-03 21:29:58 +0000 | [diff] [blame] | 5779 | msgid "E790: undojoin is not allowed after undo" |
| 5780 | msgstr "E790: undojoin non è consentito dopo undo" |
| 5781 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 5782 | msgid "E439: undo list corrupt" |
| 5783 | msgstr "E439: lista 'undo' non valida" |
| 5784 | |
| 5785 | msgid "E440: undo line missing" |
| 5786 | msgstr "E440: linea di 'undo' mancante" |
| 5787 | |
| 5788 | #. Only MS VC 4.1 and earlier can do Win32s |
| 5789 | msgid "" |
| 5790 | "\n" |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 5791 | "MS-Windows 16/32-bit GUI version" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 5792 | msgstr "" |
| 5793 | "\n" |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 5794 | "versione MS-Windows 16/32-bit GUI" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 5795 | |
| 5796 | msgid "" |
| 5797 | "\n" |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 5798 | "MS-Windows 64-bit GUI version" |
Bram Moolenaar | 83e138c | 2007-05-05 18:27:07 +0000 | [diff] [blame] | 5799 | msgstr "" |
| 5800 | "\n" |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 5801 | "Versione MS-Windows 64-bit GUI" |
Bram Moolenaar | 83e138c | 2007-05-05 18:27:07 +0000 | [diff] [blame] | 5802 | |
| 5803 | msgid "" |
| 5804 | "\n" |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 5805 | "MS-Windows 32-bit GUI version" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 5806 | msgstr "" |
| 5807 | "\n" |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 5808 | "Versione MS-Windows 32-bit GUI" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 5809 | |
| 5810 | msgid " in Win32s mode" |
| 5811 | msgstr " in modalità Win32s" |
| 5812 | |
| 5813 | msgid " with OLE support" |
| 5814 | msgstr " con supporto OLE" |
| 5815 | |
| 5816 | msgid "" |
| 5817 | "\n" |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 5818 | "MS-Windows 64-bit console version" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 5819 | msgstr "" |
| 5820 | "\n" |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 5821 | "Versione MS-Windows 64-bit console" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 5822 | |
| 5823 | msgid "" |
| 5824 | "\n" |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 5825 | "MS-Windows 32-bit console version" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 5826 | msgstr "" |
| 5827 | "\n" |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 5828 | "Versione MS-Windows 32-bit console" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 5829 | |
| 5830 | msgid "" |
| 5831 | "\n" |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 5832 | "MS-Windows 16-bit version" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 5833 | msgstr "" |
| 5834 | "\n" |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 5835 | "Versione MS-Windows 16-bit" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 5836 | |
| 5837 | msgid "" |
| 5838 | "\n" |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 5839 | "32-bit MS-DOS version" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 5840 | msgstr "" |
| 5841 | "\n" |
Bram Moolenaar | 8c8de83 | 2008-06-24 22:58:06 +0000 | [diff] [blame] | 5842 | "Version MS-DOS 32-bit" |
| 5843 | |
| 5844 | msgid "" |
| 5845 | "\n" |
| 5846 | "16-bit MS-DOS version" |
| 5847 | msgstr "" |
| 5848 | "\n" |
| 5849 | "Versione MS-DOS 16-bit" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 5850 | |
| 5851 | msgid "" |
| 5852 | "\n" |
| 5853 | "MacOS X (unix) version" |
| 5854 | msgstr "" |
| 5855 | "\n" |
| 5856 | "Versione MacOS X (unix)" |
| 5857 | |
| 5858 | msgid "" |
| 5859 | "\n" |
| 5860 | "MacOS X version" |
| 5861 | msgstr "" |
| 5862 | "\n" |
| 5863 | "Versione X MacOS" |
| 5864 | |
| 5865 | msgid "" |
| 5866 | "\n" |
| 5867 | "MacOS version" |
| 5868 | msgstr "" |
| 5869 | "\n" |
| 5870 | "Versione MacOS" |
| 5871 | |
| 5872 | msgid "" |
| 5873 | "\n" |
| 5874 | "RISC OS version" |
| 5875 | msgstr "" |
| 5876 | "\n" |
| 5877 | "Versione RISC OS" |
| 5878 | |
| 5879 | msgid "" |
| 5880 | "\n" |
Bram Moolenaar | 28c3795 | 2010-01-06 20:29:28 +0100 | [diff] [blame] | 5881 | "OpenVMS version" |
| 5882 | msgstr "" |
| 5883 | "\n" |
| 5884 | "Versione OpenVMS" |
| 5885 | |
| 5886 | msgid "" |
| 5887 | "\n" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 5888 | "Included patches: " |
| 5889 | msgstr "" |
| 5890 | "\n" |
| 5891 | "Patch incluse: " |
| 5892 | |
Bram Moolenaar | 28c3795 | 2010-01-06 20:29:28 +0100 | [diff] [blame] | 5893 | msgid "" |
| 5894 | "\n" |
| 5895 | "Extra patches: " |
| 5896 | msgstr "" |
| 5897 | "\n" |
| 5898 | "Patch aggiuntive: " |
| 5899 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 5900 | msgid "Modified by " |
| 5901 | msgstr "Modificato da " |
| 5902 | |
| 5903 | msgid "" |
| 5904 | "\n" |
| 5905 | "Compiled " |
| 5906 | msgstr "" |
| 5907 | "\n" |
| 5908 | "Compilato " |
| 5909 | |
| 5910 | msgid "by " |
| 5911 | msgstr "da " |
| 5912 | |
| 5913 | msgid "" |
| 5914 | "\n" |
| 5915 | "Huge version " |
| 5916 | msgstr "" |
| 5917 | "\n" |
| 5918 | "Versione gigante " |
| 5919 | |
| 5920 | msgid "" |
| 5921 | "\n" |
| 5922 | "Big version " |
| 5923 | msgstr "" |
| 5924 | "\n" |
| 5925 | "Versione grande " |
| 5926 | |
| 5927 | msgid "" |
| 5928 | "\n" |
| 5929 | "Normal version " |
| 5930 | msgstr "" |
| 5931 | "\n" |
| 5932 | "Versione normale " |
| 5933 | |
| 5934 | msgid "" |
| 5935 | "\n" |
| 5936 | "Small version " |
| 5937 | msgstr "" |
| 5938 | "\n" |
| 5939 | "Versione piccola " |
| 5940 | |
| 5941 | msgid "" |
| 5942 | "\n" |
| 5943 | "Tiny version " |
| 5944 | msgstr "" |
| 5945 | "\n" |
| 5946 | "Versione minuscola " |
| 5947 | |
| 5948 | msgid "without GUI." |
| 5949 | msgstr "senza GUI." |
| 5950 | |
| 5951 | msgid "with GTK2-GNOME GUI." |
| 5952 | msgstr "con GUI GTK2-GNOME." |
| 5953 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 5954 | msgid "with GTK2 GUI." |
| 5955 | msgstr "con GUI GTK2." |
| 5956 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 5957 | msgid "with X11-Motif GUI." |
| 5958 | msgstr "con GUI X11-Motif." |
| 5959 | |
| 5960 | msgid "with X11-neXtaw GUI." |
| 5961 | msgstr "con GUI X11-neXtaw." |
| 5962 | |
| 5963 | msgid "with X11-Athena GUI." |
| 5964 | msgstr "con GUI X11-Athena." |
| 5965 | |
| 5966 | msgid "with Photon GUI." |
| 5967 | msgstr "con GUI Photon." |
| 5968 | |
| 5969 | msgid "with GUI." |
| 5970 | msgstr "con GUI." |
| 5971 | |
| 5972 | msgid "with Carbon GUI." |
| 5973 | msgstr "con GUI Carbon." |
| 5974 | |
| 5975 | msgid "with Cocoa GUI." |
| 5976 | msgstr "con GUI Cocoa." |
| 5977 | |
| 5978 | msgid "with (classic) GUI." |
| 5979 | msgstr "con GUI (classica)." |
| 5980 | |
| 5981 | msgid " Features included (+) or not (-):\n" |
| 5982 | msgstr " Funzionalità incluse (+) o escluse (-):\n" |
| 5983 | |
| 5984 | msgid " system vimrc file: \"" |
| 5985 | msgstr " file vimrc di sistema: \"" |
| 5986 | |
| 5987 | msgid " user vimrc file: \"" |
| 5988 | msgstr " file vimrc utente: \"" |
| 5989 | |
| 5990 | msgid " 2nd user vimrc file: \"" |
| 5991 | msgstr " II file vimrc utente: \"" |
| 5992 | |
| 5993 | msgid " 3rd user vimrc file: \"" |
| 5994 | msgstr " III file vimrc utente: \"" |
| 5995 | |
| 5996 | msgid " user exrc file: \"" |
| 5997 | msgstr " file exrc utente: \"" |
| 5998 | |
| 5999 | msgid " 2nd user exrc file: \"" |
| 6000 | msgstr " II file exrc utente: \"" |
| 6001 | |
| 6002 | msgid " system gvimrc file: \"" |
| 6003 | msgstr " file gvimrc di sistema: \"" |
| 6004 | |
| 6005 | msgid " user gvimrc file: \"" |
| 6006 | msgstr " file gvimrc utente: \"" |
| 6007 | |
| 6008 | msgid "2nd user gvimrc file: \"" |
| 6009 | msgstr " II file gvimrc utente: \"" |
| 6010 | |
| 6011 | msgid "3rd user gvimrc file: \"" |
| 6012 | msgstr " III file gvimrc utente: \"" |
| 6013 | |
| 6014 | msgid " system menu file: \"" |
| 6015 | msgstr " file menu di sistema: \"" |
| 6016 | |
| 6017 | msgid " fall-back for $VIM: \"" |
| 6018 | msgstr " $VIM di riserva: \"" |
| 6019 | |
| 6020 | msgid " f-b for $VIMRUNTIME: \"" |
| 6021 | msgstr " $VIMRUNTIME di riserva: \"" |
| 6022 | |
| 6023 | msgid "Compilation: " |
| 6024 | msgstr "Compilazione: " |
| 6025 | |
| 6026 | msgid "Compiler: " |
| 6027 | msgstr "Compilatore: " |
| 6028 | |
| 6029 | msgid "Linking: " |
| 6030 | msgstr "Link: " |
| 6031 | |
| 6032 | msgid " DEBUG BUILD" |
| 6033 | msgstr " VERSIONE DEBUG" |
| 6034 | |
| 6035 | msgid "VIM - Vi IMproved" |
| 6036 | msgstr "VIM - Vi IMproved (VI Migliorato)" |
| 6037 | |
| 6038 | msgid "version " |
| 6039 | msgstr "versione " |
| 6040 | |
| 6041 | msgid "by Bram Moolenaar et al." |
| 6042 | msgstr "di Bram Moolenaar et al." |
| 6043 | |
| 6044 | msgid "Vim is open source and freely distributable" |
| 6045 | msgstr "Vim è 'open source' e può essere distribuito liberamente" |
| 6046 | |
| 6047 | msgid "Help poor children in Uganda!" |
| 6048 | msgstr "Aiuta i bambini poveri dell'Uganda!" |
| 6049 | |
| 6050 | msgid "type :help iccf<Enter> for information " |
| 6051 | msgstr "batti :help iccf<Invio> per informazioni " |
| 6052 | |
| 6053 | msgid "type :q<Enter> to exit " |
| 6054 | msgstr "batti :q<Invio> per uscire " |
| 6055 | |
| 6056 | msgid "type :help<Enter> or <F1> for on-line help" |
| 6057 | msgstr "batti :help<Invio> o <F1> per aiuto online " |
| 6058 | |
| 6059 | msgid "type :help version7<Enter> for version info" |
| 6060 | msgstr "batti :help version7<Invio> per informazioni su versione" |
| 6061 | |
| 6062 | msgid "Running in Vi compatible mode" |
| 6063 | msgstr "Eseguo in modalità compatibile Vi" |
| 6064 | |
| 6065 | msgid "type :set nocp<Enter> for Vim defaults" |
| 6066 | msgstr "batti :set nocp<Invio> per valori predefiniti Vim" |
| 6067 | |
| 6068 | msgid "type :help cp-default<Enter> for info on this" |
| 6069 | msgstr "batti :help cp-default<Enter> per info al riguardo" |
| 6070 | |
| 6071 | msgid "menu Help->Orphans for information " |
| 6072 | msgstr "menu Aiuto->Orfani per informazioni " |
| 6073 | |
| 6074 | msgid "Running modeless, typed text is inserted" |
| 6075 | msgstr "Esecuzione senza modalità: solo inserimento" |
| 6076 | |
| 6077 | msgid "menu Edit->Global Settings->Toggle Insert Mode " |
| 6078 | msgstr "menu Modifica->Impost.Globali->Modal.Inser. Sì/No" |
| 6079 | |
| 6080 | msgid " for two modes " |
| 6081 | msgstr " per modo Inser./Comandi" |
| 6082 | |
| 6083 | msgid "menu Edit->Global Settings->Toggle Vi Compatible" |
| 6084 | msgstr "menu Modifica->Impost.Globali->Compatibile Vi Sì/No" |
| 6085 | |
| 6086 | msgid " for Vim defaults " |
| 6087 | msgstr " modo Vim predefinito " |
| 6088 | |
| 6089 | msgid "Sponsor Vim development!" |
| 6090 | msgstr "Sponsorizza lo sviluppo di Vim!" |
| 6091 | |
| 6092 | msgid "Become a registered Vim user!" |
| 6093 | msgstr "Diventa un utente Vim registrato!" |
| 6094 | |
| 6095 | msgid "type :help sponsor<Enter> for information " |
| 6096 | msgstr "batti :help sponsor<Invio> per informazioni " |
| 6097 | |
| 6098 | msgid "type :help register<Enter> for information " |
| 6099 | msgstr "batti :help register<Invio> per informazioni " |
| 6100 | |
| 6101 | msgid "menu Help->Sponsor/Register for information " |
| 6102 | msgstr "menu Aiuto->Sponsor/Registrazione per informazioni " |
| 6103 | |
| 6104 | msgid "WARNING: Windows 95/98/ME detected" |
| 6105 | msgstr "ATTENZIONE: Trovato Windows 95/98/ME" |
| 6106 | |
| 6107 | msgid "type :help windows95<Enter> for info on this" |
| 6108 | msgstr "batti :help windows95<Enter> per info al riguardo" |
| 6109 | |
Bram Moolenaar | 57657d8 | 2006-04-21 22:12:41 +0000 | [diff] [blame] | 6110 | msgid "Already only one window" |
| 6111 | msgstr "C'è già una finestra sola" |
| 6112 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 6113 | msgid "E441: There is no preview window" |
| 6114 | msgstr "E441: Non c'è una finestra di pre-visualizzazione" |
| 6115 | |
| 6116 | msgid "E442: Can't split topleft and botright at the same time" |
| 6117 | msgstr "E442: Non riesco a dividere ALTO-SX e BASSO-DX contemporaneamente" |
| 6118 | |
| 6119 | msgid "E443: Cannot rotate when another window is split" |
| 6120 | msgstr "E443: Non posso ruotare quando un'altra finestra è divisa in due" |
| 6121 | |
| 6122 | msgid "E444: Cannot close last window" |
| 6123 | msgstr "E444: Non riesco a chiudere l'ultima finestra" |
| 6124 | |
Bram Moolenaar | 28c3795 | 2010-01-06 20:29:28 +0100 | [diff] [blame] | 6125 | msgid "E813: Cannot close autocmd window" |
| 6126 | msgstr "E813: Non riesco a chiudere la finestra autocomandi" |
| 6127 | |
| 6128 | msgid "E814: Cannot close window, only autocmd window would remain" |
| 6129 | msgstr "" |
| 6130 | "E814: Non posso chiudere questa finestra, rimarrebbe solo la finestra " |
| 6131 | "autocomandi" |
| 6132 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 6133 | msgid "E445: Other window contains changes" |
| 6134 | msgstr "E445: Altre finestre contengono modifiche" |
| 6135 | |
| 6136 | msgid "E446: No file name under cursor" |
| 6137 | msgstr "E446: Nessun nome file sotto il cursore" |
| 6138 | |
| 6139 | #, c-format |
| 6140 | msgid "E447: Can't find file \"%s\" in path" |
| 6141 | msgstr "E447: Non riesco a trovare il file \"%s\" nel percorso" |
| 6142 | |
Bram Moolenaar | c236c16 | 2008-07-13 17:41:49 +0000 | [diff] [blame] | 6143 | #, c-format |
| 6144 | msgid "E370: Could not load library %s" |
Bram Moolenaar | 28c3795 | 2010-01-06 20:29:28 +0100 | [diff] [blame] | 6145 | msgstr "E370: Non riesco a caricare la libreria %s" |
Bram Moolenaar | c236c16 | 2008-07-13 17:41:49 +0000 | [diff] [blame] | 6146 | |
| 6147 | msgid "Sorry, this command is disabled: the Perl library could not be loaded." |
| 6148 | msgstr "" |
| 6149 | "Spiacente, comando non disponibile, non riesco a caricare libreria programmi " |
| 6150 | "Perl." |
| 6151 | |
| 6152 | msgid "E299: Perl evaluation forbidden in sandbox without the Safe module" |
| 6153 | msgstr "" |
| 6154 | "E299: Valorizzazione Perl vietata in ambiente protetto senza il modulo Safe" |
| 6155 | |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 6156 | msgid "Edit with &multiple Vims" |
| 6157 | msgstr "Apri con &molti Vim" |
| 6158 | |
| 6159 | msgid "Edit with single &Vim" |
| 6160 | msgstr "Apri con un solo &Vim" |
| 6161 | |
| 6162 | msgid "Diff with Vim" |
| 6163 | msgstr "Differenza con Vim" |
| 6164 | |
| 6165 | msgid "Edit with &Vim" |
| 6166 | msgstr "Apri con &Vim" |
| 6167 | |
| 6168 | msgid "Edit with existing Vim - " |
| 6169 | msgstr "Apri con Vim esistente - " |
| 6170 | |
| 6171 | msgid "Edits the selected file(s) with Vim" |
| 6172 | msgstr "Apri i(l) file scelto(i) con Vim" |
| 6173 | |
| 6174 | msgid "Error creating process: Check if gvim is in your path!" |
| 6175 | msgstr "" |
| 6176 | "Errore creando il processo: Controllate che gvim sia incluso nel vostro " |
Bram Moolenaar | 18144c8 | 2006-04-12 21:52:12 +0000 | [diff] [blame] | 6177 | "percorso (PATH)" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 6178 | |
| 6179 | msgid "gvimext.dll error" |
| 6180 | msgstr "errore gvimext.dll" |
| 6181 | |
| 6182 | msgid "Path length too long!" |
| 6183 | msgstr "Percorso file troppo lungo!" |
| 6184 | |
| 6185 | msgid "--No lines in buffer--" |
| 6186 | msgstr "--File vuoto--" |
| 6187 | |
| 6188 | #. |
| 6189 | #. * The error messages that can be shared are included here. |
| 6190 | #. * Excluded are errors that are only used once and debugging messages. |
| 6191 | #. |
| 6192 | msgid "E470: Command aborted" |
| 6193 | msgstr "E470: Comando finito male" |
| 6194 | |
| 6195 | msgid "E471: Argument required" |
| 6196 | msgstr "E471: Argomento necessario" |
| 6197 | |
| 6198 | msgid "E10: \\ should be followed by /, ? or &" |
| 6199 | msgstr "E10: \\ dovrebbe essere seguito da /, ? oppure &" |
| 6200 | |
| 6201 | msgid "E11: Invalid in command-line window; <CR> executes, CTRL-C quits" |
| 6202 | msgstr "E11: Non valido nella finestra comandi; <INVIO> esegue, CTRL-C ignora" |
| 6203 | |
| 6204 | msgid "E12: Command not allowed from exrc/vimrc in current dir or tag search" |
| 6205 | msgstr "" |
| 6206 | "E12: Comando non ammesso da exrc/vimrc nella dir. in uso o nella ricerca tag" |
| 6207 | |
| 6208 | msgid "E171: Missing :endif" |
| 6209 | msgstr "E171: Manca :endif" |
| 6210 | |
| 6211 | msgid "E600: Missing :endtry" |
| 6212 | msgstr "E600: Manca :endtry" |
| 6213 | |
| 6214 | msgid "E170: Missing :endwhile" |
| 6215 | msgstr "E170: Manca :endwhile" |
| 6216 | |
| 6217 | msgid "E170: Missing :endfor" |
| 6218 | msgstr "E170: Manca :endfor" |
| 6219 | |
| 6220 | msgid "E588: :endwhile without :while" |
| 6221 | msgstr "E588: :endwhile senza :while" |
| 6222 | |
| 6223 | msgid "E588: :endfor without :for" |
| 6224 | msgstr "E588: :endfor senza :for" |
| 6225 | |
| 6226 | msgid "E13: File exists (add ! to override)" |
| 6227 | msgstr "E13: File esistente (aggiungi ! per riscriverlo)" |
| 6228 | |
| 6229 | msgid "E472: Command failed" |
| 6230 | msgstr "E472: Comando fallito" |
| 6231 | |
| 6232 | #, c-format |
| 6233 | msgid "E234: Unknown fontset: %s" |
| 6234 | msgstr "E234: Fontset sconosciuto: %s" |
| 6235 | |
| 6236 | #, c-format |
| 6237 | msgid "E235: Unknown font: %s" |
| 6238 | msgstr "E235: Font sconosciuto: %s" |
| 6239 | |
| 6240 | #, c-format |
| 6241 | msgid "E236: Font \"%s\" is not fixed-width" |
| 6242 | msgstr "E236: Font \"%s\" non di larghezza fissa" |
| 6243 | |
| 6244 | msgid "E473: Internal error" |
| 6245 | msgstr "E473: Errore interno" |
| 6246 | |
| 6247 | msgid "Interrupted" |
| 6248 | msgstr "Interrotto" |
| 6249 | |
| 6250 | msgid "E14: Invalid address" |
| 6251 | msgstr "E14: Indirizzo non valido" |
| 6252 | |
| 6253 | msgid "E474: Invalid argument" |
| 6254 | msgstr "E474: Argomento non valido" |
| 6255 | |
| 6256 | #, c-format |
| 6257 | msgid "E475: Invalid argument: %s" |
| 6258 | msgstr "E475: Argomento non valido: %s" |
| 6259 | |
| 6260 | #, c-format |
| 6261 | msgid "E15: Invalid expression: %s" |
| 6262 | msgstr "E15: Espressione non valida: %s" |
| 6263 | |
| 6264 | msgid "E16: Invalid range" |
| 6265 | msgstr "E16: Intervallo non valido" |
| 6266 | |
| 6267 | msgid "E476: Invalid command" |
| 6268 | msgstr "E476: Comando non valido" |
| 6269 | |
| 6270 | #, c-format |
| 6271 | msgid "E17: \"%s\" is a directory" |
| 6272 | msgstr "E17: \"%s\" è una directory" |
| 6273 | |
| 6274 | #, c-format |
| 6275 | msgid "E364: Library call failed for \"%s()\"" |
| 6276 | msgstr "E364: Chiamata a libreria fallita per \"%s()\"" |
| 6277 | |
| 6278 | #, c-format |
| 6279 | msgid "E448: Could not load library function %s" |
| 6280 | msgstr "E448: Non posso caricare la funzione di libreria %s" |
| 6281 | |
| 6282 | msgid "E19: Mark has invalid line number" |
| 6283 | msgstr "E19: 'Mark' con numero linea non valido" |
| 6284 | |
| 6285 | msgid "E20: Mark not set" |
| 6286 | msgstr "E20: 'Mark' non impostato" |
| 6287 | |
| 6288 | msgid "E21: Cannot make changes, 'modifiable' is off" |
| 6289 | msgstr "E21: Non posso fare modifiche, 'modifiable' è inibito" |
| 6290 | |
| 6291 | msgid "E22: Scripts nested too deep" |
| 6292 | msgstr "E22: Script troppo nidificati" |
| 6293 | |
| 6294 | msgid "E23: No alternate file" |
| 6295 | msgstr "E23: Nessun file alternato" |
| 6296 | |
| 6297 | msgid "E24: No such abbreviation" |
| 6298 | msgstr "E24: Abbreviazione inesistente" |
| 6299 | |
| 6300 | msgid "E477: No ! allowed" |
| 6301 | msgstr "E477: ! non consentito" |
| 6302 | |
| 6303 | msgid "E25: GUI cannot be used: Not enabled at compile time" |
| 6304 | msgstr "E25: GUI non utilizzabile: Non abilitata in compilazione" |
| 6305 | |
| 6306 | msgid "E26: Hebrew cannot be used: Not enabled at compile time\n" |
| 6307 | msgstr "E26: Ebraico non utilizzabile: Non abilitato in compilazione\n" |
| 6308 | |
| 6309 | msgid "E27: Farsi cannot be used: Not enabled at compile time\n" |
| 6310 | msgstr "E27: Farsi non utilizzabile: Non abilitato in compilazione\n" |
| 6311 | |
| 6312 | msgid "E800: Arabic cannot be used: Not enabled at compile time\n" |
| 6313 | msgstr "E800: Arabo non utilizzabile: Non abilitato in compilazione\n" |
| 6314 | |
| 6315 | #, c-format |
| 6316 | msgid "E28: No such highlight group name: %s" |
| 6317 | msgstr "E28: Nome di gruppo di evidenziazione inesistente: %s" |
| 6318 | |
| 6319 | msgid "E29: No inserted text yet" |
| 6320 | msgstr "E29: Ancora nessun testo inserito" |
| 6321 | |
| 6322 | msgid "E30: No previous command line" |
| 6323 | msgstr "E30: Nessuna linea comandi precedente" |
| 6324 | |
| 6325 | msgid "E31: No such mapping" |
| 6326 | msgstr "E31: Mapping inesistente" |
| 6327 | |
| 6328 | msgid "E479: No match" |
| 6329 | msgstr "E479: Nessuna corrispondenza" |
| 6330 | |
| 6331 | #, c-format |
| 6332 | msgid "E480: No match: %s" |
| 6333 | msgstr "E480: Nessuna corrispondenza: %s" |
| 6334 | |
| 6335 | msgid "E32: No file name" |
| 6336 | msgstr "E32: Manca nome file" |
| 6337 | |
| 6338 | msgid "E33: No previous substitute regular expression" |
| 6339 | msgstr "E33: Nessuna espressione regolare precedente di 'substitute'" |
| 6340 | |
| 6341 | msgid "E34: No previous command" |
| 6342 | msgstr "E34: Nessun comando precedente" |
| 6343 | |
| 6344 | msgid "E35: No previous regular expression" |
| 6345 | msgstr "E35: Nessuna espressione regolare precedente" |
| 6346 | |
| 6347 | msgid "E481: No range allowed" |
| 6348 | msgstr "E481: Nessun intervallo consentito" |
| 6349 | |
| 6350 | msgid "E36: Not enough room" |
| 6351 | msgstr "E36: Manca spazio" |
| 6352 | |
| 6353 | #, c-format |
| 6354 | msgid "E247: no registered server named \"%s\"" |
| 6355 | msgstr "E247: non esiste server registrato con nome \"%s\"" |
| 6356 | |
| 6357 | #, c-format |
| 6358 | msgid "E482: Can't create file %s" |
| 6359 | msgstr "E482: Non riesco a creare il file %s" |
| 6360 | |
| 6361 | msgid "E483: Can't get temp file name" |
| 6362 | msgstr "E483: Non riesco ad ottenere nome file 'temp'" |
| 6363 | |
| 6364 | #, c-format |
| 6365 | msgid "E484: Can't open file %s" |
| 6366 | msgstr "E484: Non riesco ad aprire il file %s" |
| 6367 | |
| 6368 | #, c-format |
| 6369 | msgid "E485: Can't read file %s" |
| 6370 | msgstr "E485: Non riesco a leggere il file %s" |
| 6371 | |
| 6372 | msgid "E37: No write since last change (add ! to override)" |
| 6373 | msgstr "E37: Non salvato dopo modifica (aggiungi ! per eseguire comunque)" |
| 6374 | |
| 6375 | msgid "E38: Null argument" |
| 6376 | msgstr "E38: Argomento nullo" |
| 6377 | |
| 6378 | msgid "E39: Number expected" |
| 6379 | msgstr "E39: Mi aspettavo un numero" |
| 6380 | |
| 6381 | #, c-format |
| 6382 | msgid "E40: Can't open errorfile %s" |
| 6383 | msgstr "E40: Non riesco ad aprire il file errori %s" |
| 6384 | |
| 6385 | msgid "E233: cannot open display" |
| 6386 | msgstr "E233: non riesco ad aprire lo schermo" |
| 6387 | |
| 6388 | msgid "E41: Out of memory!" |
| 6389 | msgstr "E41: Non c'è più memoria!" |
| 6390 | |
| 6391 | msgid "Pattern not found" |
| 6392 | msgstr "Espressione non trovata" |
| 6393 | |
| 6394 | #, c-format |
| 6395 | msgid "E486: Pattern not found: %s" |
| 6396 | msgstr "E486: Espressione non trovata: %s" |
| 6397 | |
| 6398 | msgid "E487: Argument must be positive" |
| 6399 | msgstr "E487: L'argomento deve essere positivo" |
| 6400 | |
| 6401 | msgid "E459: Cannot go back to previous directory" |
| 6402 | msgstr "E459: Non posso tornare alla directory precedente" |
| 6403 | |
| 6404 | msgid "E42: No Errors" |
| 6405 | msgstr "E42: Nessun Errore" |
| 6406 | |
| 6407 | msgid "E776: No location list" |
| 6408 | msgstr "E776: Nessuna lista locazioni" |
| 6409 | |
| 6410 | msgid "E43: Damaged match string" |
| 6411 | msgstr "E43: Stringa di confronto danneggiata" |
| 6412 | |
| 6413 | msgid "E44: Corrupted regexp program" |
| 6414 | msgstr "E44: Programma 'regexp' corrotto" |
| 6415 | |
| 6416 | msgid "E45: 'readonly' option is set (add ! to override)" |
| 6417 | msgstr "E45: file in sola lettura (aggiungi ! per eseguire comunque)" |
| 6418 | |
| 6419 | #, c-format |
| 6420 | msgid "E46: Cannot change read-only variable \"%s\"" |
| 6421 | msgstr "E46: Non posso cambiare la variabile read-only \"%s\"" |
| 6422 | |
| 6423 | #, c-format |
Bram Moolenaar | 83e138c | 2007-05-05 18:27:07 +0000 | [diff] [blame] | 6424 | msgid "E794: Cannot set variable in the sandbox: \"%s\"" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 6425 | msgstr "" |
Bram Moolenaar | 83e138c | 2007-05-05 18:27:07 +0000 | [diff] [blame] | 6426 | "E794: Non posso impostare la variabile read-only in ambiente protetto: \"%s\"" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 6427 | |
| 6428 | msgid "E47: Error while reading errorfile" |
| 6429 | msgstr "E47: Errore leggendo il file errori" |
| 6430 | |
| 6431 | msgid "E48: Not allowed in sandbox" |
| 6432 | msgstr "E48: Non ammesso in ambiente protetto" |
| 6433 | |
| 6434 | msgid "E523: Not allowed here" |
| 6435 | msgstr "E523: Non consentito qui" |
| 6436 | |
| 6437 | msgid "E359: Screen mode setting not supported" |
| 6438 | msgstr "E359: Impostazione modalità schermo non supportata" |
| 6439 | |
| 6440 | msgid "E49: Invalid scroll size" |
| 6441 | msgstr "E49: Quantità di 'scroll' non valida" |
| 6442 | |
| 6443 | msgid "E91: 'shell' option is empty" |
| 6444 | msgstr "E91: opzione 'shell' non impostata" |
| 6445 | |
| 6446 | msgid "E255: Couldn't read in sign data!" |
| 6447 | msgstr "E255: Errore -- non sono riuscito a leggere i dati del 'sign'!" |
| 6448 | |
| 6449 | msgid "E72: Close error on swap file" |
| 6450 | msgstr "E72: Errore durante chiusura swap file" |
| 6451 | |
| 6452 | msgid "E73: tag stack empty" |
Bram Moolenaar | 910f66f | 2006-04-05 20:41:53 +0000 | [diff] [blame] | 6453 | msgstr "E73: tag stack ancora vuoto" |
Bram Moolenaar | 768b8c4 | 2006-03-04 21:58:33 +0000 | [diff] [blame] | 6454 | |
| 6455 | msgid "E74: Command too complex" |
| 6456 | msgstr "E74: Comando troppo complesso" |
| 6457 | |
| 6458 | msgid "E75: Name too long" |
| 6459 | msgstr "E75: Nome troppo lungo" |
| 6460 | |
| 6461 | msgid "E76: Too many [" |
| 6462 | msgstr "E76: Troppe [" |
| 6463 | |
| 6464 | msgid "E77: Too many file names" |
| 6465 | msgstr "E77: Troppi nomi file" |
| 6466 | |
| 6467 | msgid "E488: Trailing characters" |
| 6468 | msgstr "E488: Caratteri in più a fine comando" |
| 6469 | |
| 6470 | msgid "E78: Unknown mark" |
| 6471 | msgstr "E78: 'Mark' sconosciuto" |
| 6472 | |
| 6473 | msgid "E79: Cannot expand wildcards" |
| 6474 | msgstr "E79: Non posso espandere 'wildcard'" |
| 6475 | |
| 6476 | msgid "E591: 'winheight' cannot be smaller than 'winminheight'" |
| 6477 | msgstr "E591: 'winheight' non può essere inferiore a 'winminheight'" |
| 6478 | |
| 6479 | msgid "E592: 'winwidth' cannot be smaller than 'winminwidth'" |
| 6480 | msgstr "E592: 'winwidth' non può essere inferiore a 'winminwidth'" |
| 6481 | |
| 6482 | msgid "E80: Error while writing" |
| 6483 | msgstr "E80: Errore in scrittura" |
| 6484 | |
| 6485 | msgid "Zero count" |
| 6486 | msgstr "Contatore a zero" |
| 6487 | |
| 6488 | msgid "E81: Using <SID> not in a script context" |
| 6489 | msgstr "E81: Uso di <SID> fuori dal contesto di uno script" |
| 6490 | |
| 6491 | msgid "E449: Invalid expression received" |
| 6492 | msgstr "E449: Ricevuta un'espressione non valida" |
| 6493 | |
| 6494 | msgid "E463: Region is guarded, cannot modify" |
| 6495 | msgstr "E463: Regione protetta, impossibile modificare" |
| 6496 | |
| 6497 | msgid "E744: NetBeans does not allow changes in read-only files" |
| 6498 | msgstr "E744: NetBeans non permette modifiche a file di sola lettura" |
| 6499 | |
| 6500 | #, c-format |
| 6501 | msgid "E685: Internal error: %s" |
| 6502 | msgstr "E685: Errore interno: %s" |
| 6503 | |
| 6504 | msgid "E363: pattern uses more memory than 'maxmempattern'" |
| 6505 | msgstr "E363: l'espressione usa troppa memoria rispetto a 'maxmempattern'" |
| 6506 | |
| 6507 | msgid "E749: empty buffer" |
| 6508 | msgstr "E749: buffer vuoto" |
| 6509 | |
| 6510 | msgid "E682: Invalid search pattern or delimiter" |
| 6511 | msgstr "E682: Espressione o delimitatore di ricerca non validi" |
| 6512 | |
| 6513 | msgid "E139: File is loaded in another buffer" |
| 6514 | msgstr "E139: File già caricato in un altro buffer" |
| 6515 | |
| 6516 | #, c-format |
| 6517 | msgid "E764: Option '%s' is not set" |
| 6518 | msgstr "E764: opzione '%s' non impostata" |
| 6519 | |
| 6520 | msgid "search hit TOP, continuing at BOTTOM" |
| 6521 | msgstr "raggiunta la CIMA nella ricerca, continuo dal FONDO" |
| 6522 | |
| 6523 | msgid "search hit BOTTOM, continuing at TOP" |
| 6524 | msgstr "raggiunto il FONDO nella ricerca, continuo dalla CIMA" |
Bram Moolenaar | 2929160 | 2010-07-28 14:28:48 +0200 | [diff] [blame] | 6525 | |
| 6526 | #, c-format |
| 6527 | msgid "Need encryption key for \"%s\"" |
| 6528 | msgstr "Serve una chiave di cifratura per \"%s\"" |
Bram Moolenaar | d70b2a8 | 2010-08-10 22:52:25 +0200 | [diff] [blame] | 6529 | |
| 6530 | msgid "writelines() requires list of strings" |
| 6531 | msgstr "writelines() richiede una lista di stringhe" |
| 6532 | |
| 6533 | msgid "E264: Python: Error initialising I/O objects" |
| 6534 | msgstr "E264: Python: Errore di inizializzazione oggetti I/O" |