1# Italian translations for Git.
2# Copyright (C) 2012 Marco Paolone <marcopaolone@gmail.com>
3# Copyright © 2018-2019 Alessandro Menti <alessandro.menti@alessandromenti.it>
4# This file is distributed under the same license as the Git package.
5#
6# Thanks to the former translators, Marco Paolone <marcopaolone AT gmail.com>
7# and Stefano Lattarini <stefano.lattarini AT gmail.com>, for their
8# contributions.
9# Alessandro Menti <alessandro.menti@alessandromenti.it>, 2019.
10msgid ""
11msgstr ""
12"Project-Id-Version: Git\n"
13"Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
14"POT-Creation-Date: 2019-07-30 09:59+0800\n"
15"PO-Revision-Date: 2019-07-30 18:32+0200\n"
16"Last-Translator: Alessandro Menti <alessandro.menti@alessandromenti.it>\n"
17"Language-Team: Italian <>\n"
18"Language: it\n"
19"MIME-Version: 1.0\n"
20"Content-Type: text/plain; charset=UTF-8\n"
21"Content-Transfer-Encoding: 8bit\n"
22"Plural-Forms: nplurals=2; plural=(n != 1);\n"
23"X-Generator: Lokalize 19.04.3\n"
24
25#: advice.c:109
26#, c-format
27msgid "%shint: %.*s%s\n"
28msgstr "%ssuggerimento: %.*s%s\n"
29
30#: advice.c:162
31msgid "Cherry-picking is not possible because you have unmerged files."
32msgstr ""
33"Il cherry picking non è possibile perché ci sono file di cui non è stato "
34"eseguito il merge."
35
36#: advice.c:164
37msgid "Committing is not possible because you have unmerged files."
38msgstr ""
39"Il commit non è possibile perché ci sono file di cui non è stato eseguito il "
40"merge."
41
42#: advice.c:166
43msgid "Merging is not possible because you have unmerged files."
44msgstr ""
45"Il merge non è possibile perché ci sono file di cui non è stato eseguito il "
46"merge."
47
48#: advice.c:168
49msgid "Pulling is not possible because you have unmerged files."
50msgstr ""
51"Il pull non è possibile perché ci sono file di cui non è stato eseguito il "
52"merge."
53
54#: advice.c:170
55msgid "Reverting is not possible because you have unmerged files."
56msgstr ""
57"Il revert non è possibile perché ci sono file di cui non è stato eseguito il "
58"merge."
59
60#: advice.c:172
61#, c-format
62msgid "It is not possible to %s because you have unmerged files."
63msgstr ""
64"Impossibile eseguire il %s perché ci sono file di cui non è stato eseguito "
65"il merge."
66
67#: advice.c:180
68msgid ""
69"Fix them up in the work tree, and then use 'git add/rm <file>'\n"
70"as appropriate to mark resolution and make a commit."
71msgstr ""
72"Correggili nell'albero di lavoro, quindi usa 'git add/rm <file>...' come "
73"appropriato per risolverli ed esegui un commit."
74
75#: advice.c:188
76msgid "Exiting because of an unresolved conflict."
77msgstr "Esco a causa di un conflitto non risolto."
78
79#: advice.c:193 builtin/merge.c:1327
80msgid "You have not concluded your merge (MERGE_HEAD exists)."
81msgstr "Il merge non è stato concluso (esiste MERGE_HEAD)."
82
83#: advice.c:195
84msgid "Please, commit your changes before merging."
85msgstr "Esegui il commit delle modifiche prima di eseguire il merge."
86
87#: advice.c:196
88msgid "Exiting because of unfinished merge."
89msgstr "Esco a causa di un merge non terminato."
90
91#: advice.c:202
92#, c-format
93msgid ""
94"Note: switching to '%s'.\n"
95"\n"
96"You are in 'detached HEAD' state. You can look around, make experimental\n"
97"changes and commit them, and you can discard any commits you make in this\n"
98"state without impacting any branches by switching back to a branch.\n"
99"\n"
100"If you want to create a new branch to retain commits you create, you may\n"
101"do so (now or later) by using -c with the switch command. Example:\n"
102"\n"
103" git switch -c <new-branch-name>\n"
104"\n"
105"Or undo this operation with:\n"
106"\n"
107" git switch -\n"
108"\n"
109"Turn off this advice by setting config variable advice.detachedHead to "
110"false\n"
111"\n"
112msgstr ""
113"Nota: eseguo il checkout di '%s'.\n"
114"\n"
115"Sei nello stato 'HEAD scollegato'. Puoi dare un'occhiata, apportare"
116" modifiche\n"
117"sperimentali ed eseguirne il commit, e puoi scartare qualunque commit"
118" eseguito\n"
119"in questo stato senza che ciò abbia alcuna influenza sugli altri branch"
120" tornando\n"
121"su un branch.\n"
122"\n"
123"Se vuoi creare un nuovo branch per mantenere i commit creati, puoi farlo\n"
124"(ora o in seguito) usando l'opzione -c con il comando switch. Ad esempio:\n"
125"\n"
126" git switch -c <nome nuovo branch>\n"
127"\n"
128"Oppure puoi annullare quest'operazione con:\n"
129"\n"
130" git switch -\n"
131"\n"
132"Disattiva questo consiglio impostando la variabile di configurazione\n"
133"advice.detachedHead a false\n"
134"\n"
135
136#: alias.c:50
137msgid "cmdline ends with \\"
138msgstr "la riga di comando termina con \\"
139
140#: alias.c:51
141msgid "unclosed quote"
142msgstr "virgolette non chiuse"
143
144#: apply.c:69
145#, c-format
146msgid "unrecognized whitespace option '%s'"
147msgstr "opzione spazi bianchi '%s' non riconosciuta"
148
149#: apply.c:85
150#, c-format
151msgid "unrecognized whitespace ignore option '%s'"
152msgstr "opzione ignora spazi bianchi '%s' non riconosciuta"
153
154#: apply.c:135
155msgid "--reject and --3way cannot be used together."
156msgstr "--reject e --3way non possono essere usati insieme."
157
158#: apply.c:137
159msgid "--cached and --3way cannot be used together."
160msgstr "--cached e --3way non possono essere usati insieme."
161
162#: apply.c:140
163msgid "--3way outside a repository"
164msgstr "--3way al di fuori di un repository"
165
166#: apply.c:151
167msgid "--index outside a repository"
168msgstr "--index al di fuori di un repository"
169
170#: apply.c:154
171msgid "--cached outside a repository"
172msgstr "--cached al di fuori di un repository"
173
174#: apply.c:801
175#, c-format
176msgid "Cannot prepare timestamp regexp %s"
177msgstr "Impossibile preparare l'espressione regolare timestamp %s"
178
179#: apply.c:810
180#, c-format
181msgid "regexec returned %d for input: %s"
182msgstr "regexec ha restituito %d per l'input: %s"
183
184#: apply.c:884
185#, c-format
186msgid "unable to find filename in patch at line %d"
187msgstr "impossibile trovare il nome del file nella patch alla riga %d"
188
189#: apply.c:922
190#, c-format
191msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
192msgstr ""
193"git apply: git-diff errato - atteso /dev/null, ricevuto %s alla riga %d"
194
195#: apply.c:928
196#, c-format
197msgid "git apply: bad git-diff - inconsistent new filename on line %d"
198msgstr ""
199"git apply: git-diff errato - nuovo nome del file inconsistente alla riga %d"
200
201#: apply.c:929
202#, c-format
203msgid "git apply: bad git-diff - inconsistent old filename on line %d"
204msgstr ""
205"git apply: git-diff errato - vecchio nome del file inconsistente alla riga %d"
206
207#: apply.c:934
208#, c-format
209msgid "git apply: bad git-diff - expected /dev/null on line %d"
210msgstr "git apply: git-diff errato - atteso /dev/null alla riga %d"
211
212#: apply.c:963
213#, c-format
214msgid "invalid mode on line %d: %s"
215msgstr "modo non valido alla riga %d: %s"
216
217#: apply.c:1282
218#, c-format
219msgid "inconsistent header lines %d and %d"
220msgstr "righe di intestazione %d e %d inconsistenti"
221
222#: apply.c:1460
223#, c-format
224msgid "recount: unexpected line: %.*s"
225msgstr "recount: riga inattesa: %.*s"
226
227#: apply.c:1529
228#, c-format
229msgid "patch fragment without header at line %d: %.*s"
230msgstr "frammento di patch senza intestazione alla riga %d: %.*s"
231
232#: apply.c:1551
233#, c-format
234msgid ""
235"git diff header lacks filename information when removing %d leading pathname "
236"component (line %d)"
237msgid_plural ""
238"git diff header lacks filename information when removing %d leading pathname "
239"components (line %d)"
240msgstr[0] ""
241"l'intestazione git diff non riporta le informazioni sul file una volta "
242"rimosso %d componente iniziale del percorso (riga %d)"
243msgstr[1] ""
244"l'intestazione git diff non riporta le informazioni sul file una volta "
245"rimossi %d componenti iniziali del percorso (riga %d)"
246
247#: apply.c:1564
248#, c-format
249msgid "git diff header lacks filename information (line %d)"
250msgstr "l'intestazione git diff non riporta le informazioni sul file (riga %d)"
251
252#: apply.c:1752
253msgid "new file depends on old contents"
254msgstr "il nuovo file dipende da vecchi contenuti"
255
256#: apply.c:1754
257msgid "deleted file still has contents"
258msgstr "il file eliminato ha ancora dei contenuti"
259
260#: apply.c:1788
261#, c-format
262msgid "corrupt patch at line %d"
263msgstr "patch corrotta alla riga %d"
264
265#: apply.c:1825
266#, c-format
267msgid "new file %s depends on old contents"
268msgstr "il nuovo file %s dipende da vecchi contenuti"
269
270#: apply.c:1827
271#, c-format
272msgid "deleted file %s still has contents"
273msgstr "il file eliminato %s ha ancora dei contenuti"
274
275#: apply.c:1830
276#, c-format
277msgid "** warning: file %s becomes empty but is not deleted"
278msgstr "** attenzione: il file %s diventa vuoto ma non è eliminato"
279
280#: apply.c:1977
281#, c-format
282msgid "corrupt binary patch at line %d: %.*s"
283msgstr "patch binaria corrotta alla riga %d: %.*s"
284
285#: apply.c:2014
286#, c-format
287msgid "unrecognized binary patch at line %d"
288msgstr "patch binaria non riconosciuta alla riga %d"
289
290#: apply.c:2176
291#, c-format
292msgid "patch with only garbage at line %d"
293msgstr "patch con soli contenuti garbage alla riga %d"
294
295#: apply.c:2262
296#, c-format
297msgid "unable to read symlink %s"
298msgstr "impossibile leggere il collegamento simbolico %s"
299
300#: apply.c:2266
301#, c-format
302msgid "unable to open or read %s"
303msgstr "impossibile aprire o leggere %s"
304
305#: apply.c:2925
306#, c-format
307msgid "invalid start of line: '%c'"
308msgstr "inizio della riga non valido: '%c'"
309
310#: apply.c:3046
311#, c-format
312msgid "Hunk #%d succeeded at %d (offset %d line)."
313msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
314msgstr[0] "Applicazione frammento %d riuscita alla riga %d (offset: %d riga)."
315msgstr[1] "Applicazione frammento %d riuscita alla riga %d (offset: %d righe)."
316
317#: apply.c:3058
318#, c-format
319msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
320msgstr "Contesto ridotto a (%ld/%ld) per applicare il frammento alla riga %d"
321
322#: apply.c:3064
323#, c-format
324msgid ""
325"while searching for:\n"
326"%.*s"
327msgstr ""
328"durante la ricerca di:\n"
329"%.*s"
330
331#: apply.c:3086
332#, c-format
333msgid "missing binary patch data for '%s'"
334msgstr "dati della patch binaria mancanti per '%s'"
335
336#: apply.c:3094
337#, c-format
338msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
339msgstr ""
340"impossibile applicare una patch binaria al contrario senza l'hunk contrario "
341"per '%s'"
342
343#: apply.c:3141
344#, c-format
345msgid "cannot apply binary patch to '%s' without full index line"
346msgstr ""
347"impossibile applicare una patch binaria a '%s' senza la riga d'indice "
348"completa"
349
350#: apply.c:3151
351#, c-format
352msgid ""
353"the patch applies to '%s' (%s), which does not match the current contents."
354msgstr ""
355"la patch si applica a '%s' (%s), che non corrisponde ai contenuti correnti "
356"del file."
357
358#: apply.c:3159
359#, c-format
360msgid "the patch applies to an empty '%s' but it is not empty"
361msgstr "la patch si applica a un file vuoto '%s' ma il file non è vuoto"
362
363#: apply.c:3177
364#, c-format
365msgid "the necessary postimage %s for '%s' cannot be read"
366msgstr "impossibile leggere la postimmagine %s necessaria per '%s'"
367
368#: apply.c:3190
369#, c-format
370msgid "binary patch does not apply to '%s'"
371msgstr "la patch binaria non si applica correttamente a '%s'"
372
373#: apply.c:3196
374#, c-format
375msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
376msgstr ""
377"la patch binaria su '%s' crea risultati non corretti (atteso %s, ricevuto %s)"
378
379#: apply.c:3217
380#, c-format
381msgid "patch failed: %s:%ld"
382msgstr "patch non riuscita: %s:%ld"
383
384#: apply.c:3340
385#, c-format
386msgid "cannot checkout %s"
387msgstr "impossibile eseguire il checkout di '%s'"
388
389#: apply.c:3392 apply.c:3403 apply.c:3449 midx.c:62 setup.c:279
390#, c-format
391msgid "failed to read %s"
392msgstr "lettura di %s non riuscita"
393
394#: apply.c:3400
395#, c-format
396msgid "reading from '%s' beyond a symbolic link"
397msgstr "lettura di '%s' oltre un collegamento simbolico"
398
399#: apply.c:3429 apply.c:3672
400#, c-format
401msgid "path %s has been renamed/deleted"
402msgstr "il percorso %s è stato rinominato/eliminato"
403
404#: apply.c:3515 apply.c:3687
405#, c-format
406msgid "%s: does not exist in index"
407msgstr "%s: non esiste nell'indice"
408
409#: apply.c:3524 apply.c:3695
410#, c-format
411msgid "%s: does not match index"
412msgstr "%s: non corrisponde all'indice"
413
414#: apply.c:3559
415msgid "repository lacks the necessary blob to fall back on 3-way merge."
416msgstr ""
417"dal repository manca il blob necessario per ripiegare sul merge a tre vie."
418
419#: apply.c:3562
420#, c-format
421msgid "Falling back to three-way merge...\n"
422msgstr "Ripiego sul merge a tre vie...\n"
423
424#: apply.c:3578 apply.c:3582
425#, c-format
426msgid "cannot read the current contents of '%s'"
427msgstr "impossibile leggere i contenuti correnti di '%s'"
428
429#: apply.c:3594
430#, c-format
431msgid "Failed to fall back on three-way merge...\n"
432msgstr "Ripiego sul merge a tre vie non riuscito...\n"
433
434#: apply.c:3608
435#, c-format
436msgid "Applied patch to '%s' with conflicts.\n"
437msgstr "Patch applicata a '%s' con conflitti.\n"
438
439#: apply.c:3613
440#, c-format
441msgid "Applied patch to '%s' cleanly.\n"
442msgstr "Patch '%s' applicata correttamente.\n"
443
444#: apply.c:3639
445msgid "removal patch leaves file contents"
446msgstr "la rimozione della patch lascia contenuti del file"
447
448#: apply.c:3712
449#, c-format
450msgid "%s: wrong type"
451msgstr "%s: tipo errato"
452
453#: apply.c:3714
454#, c-format
455msgid "%s has type %o, expected %o"
456msgstr "%s ha il tipo %o, atteso %o"
457
458#: apply.c:3865 apply.c:3867 read-cache.c:830 read-cache.c:856
459#: read-cache.c:1309
460#, c-format
461msgid "invalid path '%s'"
462msgstr "percorso '%s' non valido"
463
464#: apply.c:3923
465#, c-format
466msgid "%s: already exists in index"
467msgstr "%s: esiste già nell'indice"
468
469#: apply.c:3926
470#, c-format
471msgid "%s: already exists in working directory"
472msgstr "%s: esiste già nella directory di lavoro"
473
474#: apply.c:3946
475#, c-format
476msgid "new mode (%o) of %s does not match old mode (%o)"
477msgstr "il nuovo modo (%o) di %s non corrisponde al vecchio modo (%o)"
478
479#: apply.c:3951
480#, c-format
481msgid "new mode (%o) of %s does not match old mode (%o) of %s"
482msgstr "il nuovo modo (%o) di %s non corrisponde al vecchio modo (%o) di %s"
483
484#: apply.c:3971
485#, c-format
486msgid "affected file '%s' is beyond a symbolic link"
487msgstr "il file interessato '%s' si trova oltre un collegamento simbolico"
488
489#: apply.c:3975
490#, c-format
491msgid "%s: patch does not apply"
492msgstr "%s: la patch non si applica correttamente"
493
494#: apply.c:3990
495#, c-format
496msgid "Checking patch %s..."
497msgstr "Controllo della patch %s in corso..."
498
499#: apply.c:4082
500#, c-format
501msgid "sha1 information is lacking or useless for submodule %s"
502msgstr "le informazioni SHA1 per il sottomodulo %s sono mancanti o inutili"
503
504#: apply.c:4089
505#, c-format
506msgid "mode change for %s, which is not in current HEAD"
507msgstr "modifica modo per %s che non è nell'HEAD corrente"
508
509#: apply.c:4092
510#, c-format
511msgid "sha1 information is lacking or useless (%s)."
512msgstr "le informazioni SHA1 sono mancanti o inutili (%s)."
513
514#: apply.c:4097 builtin/checkout.c:278 builtin/reset.c:143
515#, c-format
516msgid "make_cache_entry failed for path '%s'"
517msgstr "make_cache_entry non riuscito per il percorso '%s'"
518
519#: apply.c:4101
520#, c-format
521msgid "could not add %s to temporary index"
522msgstr "impossibile aggiungere %s all'indice temporaneo"
523
524#: apply.c:4111
525#, c-format
526msgid "could not write temporary index to %s"
527msgstr "impossibile scrivere l'indice temporaneo in %s"
528
529#: apply.c:4249
530#, c-format
531msgid "unable to remove %s from index"
532msgstr "impossibile rimuovere %s dall'indice"
533
534#: apply.c:4283
535#, c-format
536msgid "corrupt patch for submodule %s"
537msgstr "patch corrotta per il sottomodulo %s"
538
539#: apply.c:4289
540#, c-format
541msgid "unable to stat newly created file '%s'"
542msgstr "impossibile eseguire lo stat del file appena creato '%s'"
543
544#: apply.c:4297
545#, c-format
546msgid "unable to create backing store for newly created file %s"
547msgstr "impossibile creare l'archivio di backup per il file appena creato %s"
548
549#: apply.c:4303 apply.c:4448
550#, c-format
551msgid "unable to add cache entry for %s"
552msgstr "impossibile aggiungere la voce della cache per %s"
553
554#: apply.c:4346
555#, c-format
556msgid "failed to write to '%s'"
557msgstr "scrittura in '%s' non riuscita"
558
559#: apply.c:4350
560#, c-format
561msgid "closing file '%s'"
562msgstr "chiusura del file '%s' in corso"
563
564#: apply.c:4420
565#, c-format
566msgid "unable to write file '%s' mode %o"
567msgstr "impossibile scrivere il file '%s' con modo %o"
568
569#: apply.c:4518
570#, c-format
571msgid "Applied patch %s cleanly."
572msgstr "Patch %s applicata correttamente."
573
574#: apply.c:4526
575msgid "internal error"
576msgstr "errore interno"
577
578#: apply.c:4529
579#, c-format
580msgid "Applying patch %%s with %d reject..."
581msgid_plural "Applying patch %%s with %d rejects..."
582msgstr[0] "Applicazione della patch %%s con %d frammento respinto..."
583msgstr[1] "Applicazione della patch %%s con %d frammenti respinti..."
584
585#: apply.c:4540
586#, c-format
587msgid "truncating .rej filename to %.*s.rej"
588msgstr "nome file .rej troncato a %.*s.rej"
589
590#: apply.c:4548 builtin/fetch.c:869 builtin/fetch.c:1161
591#, c-format
592msgid "cannot open %s"
593msgstr "impossibile aprire %s"
594
595#: apply.c:4562
596#, c-format
597msgid "Hunk #%d applied cleanly."
598msgstr "Frammento %d applicato correttamente."
599
600#: apply.c:4566
601#, c-format
602msgid "Rejected hunk #%d."
603msgstr "Frammento %d respinto."
604
605#: apply.c:4676
606#, c-format
607msgid "Skipped patch '%s'."
608msgstr "Patch '%s' ignorata."
609
610#: apply.c:4684
611msgid "unrecognized input"
612msgstr "input non riconosciuto"
613
614#: apply.c:4704
615msgid "unable to read index file"
616msgstr "impossibile leggere il file index"
617
618#: apply.c:4859
619#, c-format
620msgid "can't open patch '%s': %s"
621msgstr "impossibile aprire la patch '%s': %s"
622
623#: apply.c:4886
624#, c-format
625msgid "squelched %d whitespace error"
626msgid_plural "squelched %d whitespace errors"
627msgstr[0] "%d errore di spazi bianchi soppresso"
628msgstr[1] "%d errori di spazi bianchi soppressi"
629
630#: apply.c:4892 apply.c:4907
631#, c-format
632msgid "%d line adds whitespace errors."
633msgid_plural "%d lines add whitespace errors."
634msgstr[0] "%d riga aggiunge errori di spazi bianchi."
635msgstr[1] "%d righe aggiungono errori di spazi bianchi."
636
637#: apply.c:4900
638#, c-format
639msgid "%d line applied after fixing whitespace errors."
640msgid_plural "%d lines applied after fixing whitespace errors."
641msgstr[0] "%d riga applicata dopo la correzione di errori di spazi bianchi."
642msgstr[1] "%d righe applicate dopo la correzione di errori di spazi bianchi."
643
644#: apply.c:4916 builtin/add.c:540 builtin/mv.c:301 builtin/rm.c:390
645msgid "Unable to write new index file"
646msgstr "Impossibile scrivere il nuovo file index"
647
648#: apply.c:4943 apply.c:4946 builtin/am.c:2208 builtin/am.c:2211
649#: builtin/clone.c:123 builtin/fetch.c:128 builtin/merge.c:273
650#: builtin/pull.c:208 builtin/submodule--helper.c:407
651#: builtin/submodule--helper.c:1367 builtin/submodule--helper.c:1370
652#: builtin/submodule--helper.c:1850 builtin/submodule--helper.c:1853
653#: builtin/submodule--helper.c:2092 git-add--interactive.perl:211
654msgid "path"
655msgstr "percorso"
656
657#: apply.c:4944
658msgid "don't apply changes matching the given path"
659msgstr "non applicare le modifiche corrispondenti al percorso specificato"
660
661#: apply.c:4947
662msgid "apply changes matching the given path"
663msgstr "applica le modifiche corrispondenti al percorso specificato"
664
665#: apply.c:4949 builtin/am.c:2217
666msgid "num"
667msgstr "num"
668
669#: apply.c:4950
670msgid "remove <num> leading slashes from traditional diff paths"
671msgstr "rimuovi <num> barre iniziali dai percorsi diff tradizionali"
672
673#: apply.c:4953
674msgid "ignore additions made by the patch"
675msgstr "ignora le aggiunte create dalla patch"
676
677#: apply.c:4955
678msgid "instead of applying the patch, output diffstat for the input"
679msgstr ""
680"invece di applicare la patch, visualizza l'output di diffstat per l'input"
681
682#: apply.c:4959
683msgid "show number of added and deleted lines in decimal notation"
684msgstr ""
685"visualizza il numero di righe aggiunte ed eliminate in notazione decimale"
686
687#: apply.c:4961
688msgid "instead of applying the patch, output a summary for the input"
689msgstr "invece di applicare la patch, visualizza un riassunto per l'input"
690
691#: apply.c:4963
692msgid "instead of applying the patch, see if the patch is applicable"
693msgstr "invece di applicare la patch, verifica se può essere applicata"
694
695#: apply.c:4965
696msgid "make sure the patch is applicable to the current index"
697msgstr "assicura che la patch sia applicabile all'indice corrente"
698
699#: apply.c:4967
700msgid "mark new files with `git add --intent-to-add`"
701msgstr "contrassegna i nuovi file con `git add --intent-to-add`"
702
703#: apply.c:4969
704msgid "apply a patch without touching the working tree"
705msgstr "applica una patch senza modificare l'albero di lavoro"
706
707#: apply.c:4971
708msgid "accept a patch that touches outside the working area"
709msgstr ""
710"accetta una patch che apporta modifiche al di fuori dell'area di lavoro"
711
712#: apply.c:4974
713msgid "also apply the patch (use with --stat/--summary/--check)"
714msgstr "applica anche la patch (da usare con --stat/--summary/--check)"
715
716#: apply.c:4976
717msgid "attempt three-way merge if a patch does not apply"
718msgstr "prova un merge a tre vie se la patch non si applica correttamente"
719
720#: apply.c:4978
721msgid "build a temporary index based on embedded index information"
722msgstr "compila un index temporaneo basato sulle informazioni indice incluse"
723
724#: apply.c:4981 builtin/checkout-index.c:173 builtin/ls-files.c:524
725msgid "paths are separated with NUL character"
726msgstr "i percorsi sono separati con un carattere NUL"
727
728#: apply.c:4983
729msgid "ensure at least <n> lines of context match"
730msgstr "assicura che almeno <n> righe di contesto corrispondano"
731
732#: apply.c:4984 builtin/am.c:2196 builtin/interpret-trailers.c:98
733#: builtin/interpret-trailers.c:100 builtin/interpret-trailers.c:102
734#: builtin/pack-objects.c:3319 builtin/rebase.c:1421
735msgid "action"
736msgstr "azione"
737
738#: apply.c:4985
739msgid "detect new or modified lines that have whitespace errors"
740msgstr "rileva righe nuove o modificate che hanno errori di spazi bianchi"
741
742#: apply.c:4988 apply.c:4991
743msgid "ignore changes in whitespace when finding context"
744msgstr "ignora modifiche agli spazi bianchi durante la ricerca dei contesti"
745
746#: apply.c:4994
747msgid "apply the patch in reverse"
748msgstr "applica la patch in maniera inversa"
749
750#: apply.c:4996
751msgid "don't expect at least one line of context"
752msgstr "non aspettare almeno una riga di contesto"
753
754#: apply.c:4998
755msgid "leave the rejected hunks in corresponding *.rej files"
756msgstr "lascia i frammenti respinti nei file *.rej corrispondenti"
757
758#: apply.c:5000
759msgid "allow overlapping hunks"
760msgstr "consenti la sovrapposizione dei frammenti"
761
762#: apply.c:5001 builtin/add.c:291 builtin/check-ignore.c:22
763#: builtin/commit.c:1337 builtin/count-objects.c:98 builtin/fsck.c:786
764#: builtin/log.c:2085 builtin/mv.c:123 builtin/read-tree.c:128
765msgid "be verbose"
766msgstr "visualizza ulteriori dettagli"
767
768#: apply.c:5003
769msgid "tolerate incorrectly detected missing new-line at the end of file"
770msgstr ""
771"tollera carattere fine riga rilevato erroneamente come mancante alla fine "
772"del file"
773
774#: apply.c:5006
775msgid "do not trust the line counts in the hunk headers"
776msgstr ""
777"non fare affidamento sul numero di righe nelle intestazioni dei frammenti"
778
779#: apply.c:5008 builtin/am.c:2205
780msgid "root"
781msgstr "radice"
782
783#: apply.c:5009
784msgid "prepend <root> to all filenames"
785msgstr "anteponi <radice> a tutti i nomi file"
786
787#: archive.c:14
788msgid "git archive [<options>] <tree-ish> [<path>...]"
789msgstr "git archive [<opzioni>] <albero> [<percorso>...]"
790
791#: archive.c:15
792msgid "git archive --list"
793msgstr "git archive --list"
794
795#: archive.c:16
796msgid ""
797"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
798msgstr ""
799"git archive --remote <repository> [--exec <comando>] [<opzioni>] <albero> "
800"[<percorso>...]"
801
802#: archive.c:17
803msgid "git archive --remote <repo> [--exec <cmd>] --list"
804msgstr "git archive --remote <repository> [--exec <comando>] --list"
805
806#: archive.c:372 builtin/add.c:177 builtin/add.c:516 builtin/rm.c:299
807#, c-format
808msgid "pathspec '%s' did not match any files"
809msgstr "lo specificatore percorso '%s' non corrisponde ad alcun file"
810
811#: archive.c:396
812#, c-format
813msgid "no such ref: %.*s"
814msgstr "riferimento non esistente: %.*s"
815
816#: archive.c:401
817#, c-format
818msgid "not a valid object name: %s"
819msgstr "%s non è un nome oggetto valido"
820
821#: archive.c:414
822#, c-format
823msgid "not a tree object: %s"
824msgstr "%s non è un oggetto albero valido"
825
826#: archive.c:426
827msgid "current working directory is untracked"
828msgstr "la directory di lavoro corrente non è tracciata"
829
830#: archive.c:457
831msgid "fmt"
832msgstr "fmt"
833
834#: archive.c:457
835msgid "archive format"
836msgstr "formato archivio"
837
838#: archive.c:458 builtin/log.c:1597
839msgid "prefix"
840msgstr "prefisso"
841
842#: archive.c:459
843msgid "prepend prefix to each pathname in the archive"
844msgstr "anteponi <prefisso> a ogni nome percorso nell'archivio"
845
846#: archive.c:460 builtin/blame.c:862 builtin/blame.c:874 builtin/blame.c:875
847#: builtin/commit-tree.c:117 builtin/config.c:129 builtin/fast-export.c:1134
848#: builtin/fast-export.c:1136 builtin/grep.c:897 builtin/hash-object.c:105
849#: builtin/ls-files.c:560 builtin/ls-files.c:563 builtin/notes.c:412
850#: builtin/notes.c:578 builtin/read-tree.c:123 parse-options.h:177
851msgid "file"
852msgstr "file"
853
854#: archive.c:461 builtin/archive.c:90
855msgid "write the archive to this file"
856msgstr "scrivi l'archivio in questo file"
857
858#: archive.c:463
859msgid "read .gitattributes in working directory"
860msgstr "leggi il file .gitattributes nella directory di lavoro"
861
862#: archive.c:464
863msgid "report archived files on stderr"
864msgstr "elenca i file archiviati sullo standard error"
865
866#: archive.c:465
867msgid "store only"
868msgstr "salva solamente"
869
870#: archive.c:466
871msgid "compress faster"
872msgstr "comprimi più velocemente"
873
874#: archive.c:474
875msgid "compress better"
876msgstr "comprimi meglio"
877
878#: archive.c:477
879msgid "list supported archive formats"
880msgstr "elenca i formati archivio supportati"
881
882#: archive.c:479 builtin/archive.c:91 builtin/clone.c:113 builtin/clone.c:116
883#: builtin/submodule--helper.c:1379 builtin/submodule--helper.c:1859
884msgid "repo"
885msgstr "repository"
886
887#: archive.c:480 builtin/archive.c:92
888msgid "retrieve the archive from remote repository <repo>"
889msgstr "recupera l'archivio dal repository remoto <repository>"
890
891#: archive.c:481 builtin/archive.c:93 builtin/difftool.c:707
892#: builtin/notes.c:498
893msgid "command"
894msgstr "comando"
895
896#: archive.c:482 builtin/archive.c:94
897msgid "path to the remote git-upload-archive command"
898msgstr "percorso al comando remoto git-upload-archive"
899
900#: archive.c:489
901msgid "Unexpected option --remote"
902msgstr "Opzione --remote inattesa"
903
904#: archive.c:491
905msgid "Option --exec can only be used together with --remote"
906msgstr "L'opzione --exec può essere usata solo con --remote"
907
908#: archive.c:493
909msgid "Unexpected option --output"
910msgstr "Opzione --output inattesa"
911
912#: archive.c:515
913#, c-format
914msgid "Unknown archive format '%s'"
915msgstr "Formato archivio '%s' sconosciuto"
916
917#: archive.c:522
918#, c-format
919msgid "Argument not supported for format '%s': -%d"
920msgstr "Argomento non supportato per il formato '%s': -%d"
921
922#: archive-tar.c:125 archive-zip.c:345
923#, c-format
924msgid "cannot stream blob %s"
925msgstr "impossibile eseguire lo streaming del blob %s"
926
927#: archive-tar.c:260 archive-zip.c:363
928#, c-format
929msgid "unsupported file mode: 0%o (SHA1: %s)"
930msgstr "modo file non supportato: 0%o (SHA1: %s)"
931
932#: archive-tar.c:287 archive-zip.c:353
933#, c-format
934msgid "cannot read %s"
935msgstr "impossibile leggere %s"
936
937#: archive-tar.c:459
938#, c-format
939msgid "unable to start '%s' filter"
940msgstr "impossibile avviare il filtro '%s'"
941
942#: archive-tar.c:462
943msgid "unable to redirect descriptor"
944msgstr "impossibile ridirezionare il descrittore"
945
946#: archive-tar.c:469
947#, c-format
948msgid "'%s' filter reported error"
949msgstr "il filtro '%s' ha segnalato un errore"
950
951#: archive-zip.c:314
952#, c-format
953msgid "path is not valid UTF-8: %s"
954msgstr "il percorso non è codificato validamente in UTF-8: %s"
955
956#: archive-zip.c:318
957#, c-format
958msgid "path too long (%d chars, SHA1: %s): %s"
959msgstr "percorso troppo lungo (%d caratteri, SHA1: %s): %s"
960
961#: archive-zip.c:474 builtin/pack-objects.c:226 builtin/pack-objects.c:229
962#, c-format
963msgid "deflate error (%d)"
964msgstr "errore deflate (%d)"
965
966#: archive-zip.c:609
967#, c-format
968msgid "timestamp too large for this system: %<PRIuMAX>"
969msgstr "timestamp troppo grande per questo sistema: %<PRIuMAX>"
970
971#: attr.c:211
972#, c-format
973msgid "%.*s is not a valid attribute name"
974msgstr "%.*s non è un nome attributo valido"
975
976#: attr.c:368
977#, c-format
978msgid "%s not allowed: %s:%d"
979msgstr "%s non consentito: %s:%d"
980
981#: attr.c:408
982msgid ""
983"Negative patterns are ignored in git attributes\n"
984"Use '\\!' for literal leading exclamation."
985msgstr ""
986"I pattern negativi sono ignorati negli attributi git\n"
987"Usa '\\!' per specificare letteralmente un punto esclamativo iniziale."
988
989#: bisect.c:468
990#, c-format
991msgid "Badly quoted content in file '%s': %s"
992msgstr "Contenuto mal racchiuso fra virgolette nel file '%s': %s"
993
994#: bisect.c:678
995#, c-format
996msgid "We cannot bisect more!\n"
997msgstr "Impossibile eseguire un'ulteriore bisezione!\n"
998
999#: bisect.c:733
1000#, c-format
1001msgid "Not a valid commit name %s"
1002msgstr "%s non è un nome commit valido"
1003
1004#: bisect.c:758
1005#, c-format
1006msgid ""
1007"The merge base %s is bad.\n"
1008"This means the bug has been fixed between %s and [%s].\n"
1009msgstr ""
1010"La base del merge %s non funziona.\n"
1011"Ciò significa che il bug è stato corretto fra %s e [%s].\n"
1012
1013#: bisect.c:763
1014#, c-format
1015msgid ""
1016"The merge base %s is new.\n"
1017"The property has changed between %s and [%s].\n"
1018msgstr ""
1019"La base del merge %s è nuova.\n"
1020"La proprietà è stata modificata fra %s e [%s].\n"
1021
1022#: bisect.c:768
1023#, c-format
1024msgid ""
1025"The merge base %s is %s.\n"
1026"This means the first '%s' commit is between %s and [%s].\n"
1027msgstr ""
1028"La base del merge %s è %s.\n"
1029"Ciò significa che il primo commit '%s' è fra %s e [%s].\n"
1030
1031#: bisect.c:776
1032#, c-format
1033msgid ""
1034"Some %s revs are not ancestors of the %s rev.\n"
1035"git bisect cannot work properly in this case.\n"
1036"Maybe you mistook %s and %s revs?\n"
1037msgstr ""
1038"Alcune revisioni %s non sono antenate della revisione %s.\n"
1039"git bisect non può funzionare correttamente in questo caso.\n"
1040"Forse hai confuso le revisioni %s con quelle %s?\n"
1041
1042#: bisect.c:789
1043#, c-format
1044msgid ""
1045"the merge base between %s and [%s] must be skipped.\n"
1046"So we cannot be sure the first %s commit is between %s and %s.\n"
1047"We continue anyway."
1048msgstr ""
1049"la base del merge fra %s e [%s] dev'essere saltata.\n"
1050"Non è possibile essere sicuri che il primo commit %s sia fra %s e %s.\n"
1051"Continuo comunque."
1052
1053#: bisect.c:822
1054#, c-format
1055msgid "Bisecting: a merge base must be tested\n"
1056msgstr "Bisezione: dev'essere testata una base del merge\n"
1057
1058#: bisect.c:865
1059#, c-format
1060msgid "a %s revision is needed"
1061msgstr "è richiesta una revisione %s"
1062
1063#: bisect.c:884 builtin/notes.c:177 builtin/tag.c:254
1064#, c-format
1065msgid "could not create file '%s'"
1066msgstr "impossibile creare il file '%s'"
1067
1068#: bisect.c:928 builtin/merge.c:148
1069#, c-format
1070msgid "could not read file '%s'"
1071msgstr "impossibile leggere il file '%s'"
1072
1073#: bisect.c:958
1074msgid "reading bisect refs failed"
1075msgstr "lettura riferimenti della bisezione non riuscita"
1076
1077#: bisect.c:977
1078#, c-format
1079msgid "%s was both %s and %s\n"
1080msgstr "%s era sia %s sia %s\n"
1081
1082#: bisect.c:985
1083#, c-format
1084msgid ""
1085"No testable commit found.\n"
1086"Maybe you started with bad path parameters?\n"
1087msgstr ""
1088"Nessun commit testabile trovato.\n"
1089"Forse hai iniziato il procedimento specificando parametri percorso errati?\n"
1090
1091#: bisect.c:1004
1092#, c-format
1093msgid "(roughly %d step)"
1094msgid_plural "(roughly %d steps)"
1095msgstr[0] "(circa %d passo)"
1096msgstr[1] "(circa %d passi)"
1097
1098#. TRANSLATORS: the last %s will be replaced with "(roughly %d
1099#. steps)" translation.
1100#.
1101#: bisect.c:1010
1102#, c-format
1103msgid "Bisecting: %d revision left to test after this %s\n"
1104msgid_plural "Bisecting: %d revisions left to test after this %s\n"
1105msgstr[0] ""
1106"Bisezione in corso: %d revisione rimanente da testare dopo questa %s\n"
1107msgstr[1] ""
1108"Bisezione in corso: %d revisioni rimanenti da testare dopo questa %s\n"
1109
1110#: blame.c:2697
1111msgid "--contents and --reverse do not blend well."
1112msgstr "--contents e --reverse non sono compatibili."
1113
1114#: blame.c:2711
1115msgid "cannot use --contents with final commit object name"
1116msgstr "impossibile usare --contents con il nome oggetto del commit finale"
1117
1118#: blame.c:2732
1119msgid "--reverse and --first-parent together require specified latest commit"
1120msgstr ""
1121"le opzioni --reverse e --first-parent se usate insieme richiedono che sia "
1122"specificato l'ultimo commit"
1123
1124#: blame.c:2741 bundle.c:167 ref-filter.c:2196 remote.c:1938 sequencer.c:2033
1125#: sequencer.c:4348 builtin/commit.c:1020 builtin/log.c:404 builtin/log.c:980
1126#: builtin/log.c:1468 builtin/log.c:1844 builtin/log.c:2134 builtin/merge.c:411
1127#: builtin/pack-objects.c:3142 builtin/pack-objects.c:3157
1128#: builtin/shortlog.c:192
1129msgid "revision walk setup failed"
1130msgstr "impostazione percorso revisioni non riuscita"
1131
1132#: blame.c:2759
1133msgid ""
1134"--reverse --first-parent together require range along first-parent chain"
1135msgstr ""
1136"le opzioni --reverse e --first-parent se usate insieme richiedono che sia "
1137"specificato un intervallo nella catena del primo commit genitore"
1138
1139#: blame.c:2770
1140#, c-format
1141msgid "no such path %s in %s"
1142msgstr "il percorso %s in %s non esiste"
1143
1144#: blame.c:2781
1145#, c-format
1146msgid "cannot read blob %s for path %s"
1147msgstr "impossibile leggere il blob %s per il percorso %s"
1148
1149#: branch.c:53
1150#, c-format
1151msgid ""
1152"\n"
1153"After fixing the error cause you may try to fix up\n"
1154"the remote tracking information by invoking\n"
1155"\"git branch --set-upstream-to=%s%s%s\"."
1156msgstr ""
1157"\n"
1158"Dopo aver corretto l'errore è possibile provare a correggere\n"
1159"le informazioni di tracciamento remoto eseguendo\n"
1160"\"git branch --set-upstream-to=%s%s%s\"."
1161
1162#: branch.c:67
1163#, c-format
1164msgid "Not setting branch %s as its own upstream."
1165msgstr "Non imposto il branch %s come upstream di sé stesso."
1166
1167#: branch.c:93
1168#, c-format
1169msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."
1170msgstr ""
1171"Branch '%s' impostato per tracciare il branch remoto '%s' da '%s' tramite "
1172"rebase."
1173
1174#: branch.c:94
1175#, c-format
1176msgid "Branch '%s' set up to track remote branch '%s' from '%s'."
1177msgstr "Branch '%s' impostato per tracciare il branch remoto '%s' da '%s'."
1178
1179#: branch.c:98
1180#, c-format
1181msgid "Branch '%s' set up to track local branch '%s' by rebasing."
1182msgstr ""
1183"Branch '%s' impostato per tracciare il branch locale '%s' tramite rebase."
1184
1185#: branch.c:99
1186#, c-format
1187msgid "Branch '%s' set up to track local branch '%s'."
1188msgstr "Branch '%s' impostato per tracciare il branch locale '%s'."
1189
1190#: branch.c:104
1191#, c-format
1192msgid "Branch '%s' set up to track remote ref '%s' by rebasing."
1193msgstr ""
1194"Branch '%s' impostato per tracciare il riferimento remoto '%s' tramite "
1195"rebase."
1196
1197#: branch.c:105
1198#, c-format
1199msgid "Branch '%s' set up to track remote ref '%s'."
1200msgstr "Branch '%s' impostato per tracciare il riferimento remoto '%s'."
1201
1202#: branch.c:109
1203#, c-format
1204msgid "Branch '%s' set up to track local ref '%s' by rebasing."
1205msgstr ""
1206"Branch '%s' impostato per tracciare il riferimento locale '%s' tramite "
1207"rebase."
1208
1209#: branch.c:110
1210#, c-format
1211msgid "Branch '%s' set up to track local ref '%s'."
1212msgstr "Branch '%s' impostato per tracciare il riferimento locale '%s'."
1213
1214#: branch.c:119
1215msgid "Unable to write upstream branch configuration"
1216msgstr "Impossibile scrivere la configurazione relativa al branch upstream"
1217
1218#: branch.c:156
1219#, c-format
1220msgid "Not tracking: ambiguous information for ref %s"
1221msgstr ""
1222"Il tracciamento non avverrà: informazioni ambigue per il riferimento %s"
1223
1224#: branch.c:189
1225#, c-format
1226msgid "'%s' is not a valid branch name."
1227msgstr "'%s' non è un nome branch valido."
1228
1229#: branch.c:208
1230#, c-format
1231msgid "A branch named '%s' already exists."
1232msgstr "Un branch denominato '%s' esiste già."
1233
1234#: branch.c:213
1235msgid "Cannot force update the current branch."
1236msgstr "Impossibile eseguire un aggiornamento forzato del branch corrente."
1237
1238#: branch.c:233
1239#, c-format
1240msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1241msgstr ""
1242"Impossibile impostare le informazioni di tracciamento: il punto di partenza "
1243"'%s' non è un branch."
1244
1245#: branch.c:235
1246#, c-format
1247msgid "the requested upstream branch '%s' does not exist"
1248msgstr "il branch upstream richiesto '%s' non esiste"
1249
1250#: branch.c:237
1251msgid ""
1252"\n"
1253"If you are planning on basing your work on an upstream\n"
1254"branch that already exists at the remote, you may need to\n"
1255"run \"git fetch\" to retrieve it.\n"
1256"\n"
1257"If you are planning to push out a new local branch that\n"
1258"will track its remote counterpart, you may want to use\n"
1259"\"git push -u\" to set the upstream config as you push."
1260msgstr ""
1261"\n"
1262"Se prevedi di basare il tuo lavoro su un branch\n"
1263"upstream già esistente, potresti dover eseguire\n"
1264"\"git fetch\" per recuperarlo.\n"
1265"\n"
1266"Se prevedi di eseguire il push di un nuovo branch locale\n"
1267"che traccerà la sua controparte remota, potresti voler\n"
1268"usare \"git push -u\" per impostare la configurazione del\n"
1269"branch upstream durante il push."
1270
1271#: branch.c:281
1272#, c-format
1273msgid "Not a valid object name: '%s'."
1274msgstr "Nome oggetto non valido: '%s'."
1275
1276#: branch.c:301
1277#, c-format
1278msgid "Ambiguous object name: '%s'."
1279msgstr "Nome oggetto ambiguo: '%s'."
1280
1281#: branch.c:306
1282#, c-format
1283msgid "Not a valid branch point: '%s'."
1284msgstr "Punto di branch non valido: '%s'."
1285
1286#: branch.c:364
1287#, c-format
1288msgid "'%s' is already checked out at '%s'"
1289msgstr "Il checkout di '%s' è già stato eseguito in '%s'"
1290
1291#: branch.c:387
1292#, c-format
1293msgid "HEAD of working tree %s is not updated"
1294msgstr "L'HEAD dell'albero di lavoro %s non è aggiornato"
1295
1296#: bundle.c:36
1297#, c-format
1298msgid "'%s' does not look like a v2 bundle file"
1299msgstr "'%s' non sembra essere un file bundle v2"
1300
1301#: bundle.c:64
1302#, c-format
1303msgid "unrecognized header: %s%s (%d)"
1304msgstr "intestazione non riconosciuta: %s%s (%d)"
1305
1306#: bundle.c:90 rerere.c:480 rerere.c:690 sequencer.c:2283 sequencer.c:3024
1307#: builtin/commit.c:791
1308#, c-format
1309msgid "could not open '%s'"
1310msgstr "impossibile aprire '%s'"
1311
1312#: bundle.c:143
1313msgid "Repository lacks these prerequisite commits:"
1314msgstr "Dal repository mancano questi commit richiesti come prerequisito:"
1315
1316#: bundle.c:146
1317msgid "need a repository to verify a bundle"
1318msgstr "è necessario un repository per verificare un bundle"
1319
1320#: bundle.c:197
1321#, c-format
1322msgid "The bundle contains this ref:"
1323msgid_plural "The bundle contains these %d refs:"
1324msgstr[0] "Il bundle contiene questo riferimento:"
1325msgstr[1] "Il bundle contiene questi %d riferimenti:"
1326
1327#: bundle.c:204
1328msgid "The bundle records a complete history."
1329msgstr "Nel bundle è registrata una cronologia completa."
1330
1331#: bundle.c:206
1332#, c-format
1333msgid "The bundle requires this ref:"
1334msgid_plural "The bundle requires these %d refs:"
1335msgstr[0] "Il bundle richiede questo riferimento:"
1336msgstr[1] "Il bundle richiede questi %d riferimenti:"
1337
1338#: bundle.c:272
1339msgid "unable to dup bundle descriptor"
1340msgstr "impossibile duplicare il descrittore bundle"
1341
1342#: bundle.c:279
1343msgid "Could not spawn pack-objects"
1344msgstr "Impossibile avviare pack-objects"
1345
1346#: bundle.c:290
1347msgid "pack-objects died"
1348msgstr "comando pack-objects morto"
1349
1350#: bundle.c:332
1351msgid "rev-list died"
1352msgstr "comando rev-list morto"
1353
1354#: bundle.c:381
1355#, c-format
1356msgid "ref '%s' is excluded by the rev-list options"
1357msgstr "il riferimento '%s' è escluso dalle opzioni di rev-list"
1358
1359#: bundle.c:460 builtin/log.c:212 builtin/log.c:1749 builtin/shortlog.c:306
1360#, c-format
1361msgid "unrecognized argument: %s"
1362msgstr "argomento non riconosciuto: %s"
1363
1364#: bundle.c:468
1365msgid "Refusing to create empty bundle."
1366msgstr "Mi rifiuto di creare un bundle vuoto."
1367
1368#: bundle.c:478
1369#, c-format
1370msgid "cannot create '%s'"
1371msgstr "impossibile creare '%s'"
1372
1373#: bundle.c:503
1374msgid "index-pack died"
1375msgstr "comando index-pack morto"
1376
1377#: color.c:296
1378#, c-format
1379msgid "invalid color value: %.*s"
1380msgstr "valore colore non valido: %.*s"
1381
1382#: commit.c:50 sequencer.c:2727 builtin/am.c:355 builtin/am.c:399
1383#: builtin/am.c:1378 builtin/am.c:2020 builtin/replace.c:455
1384#, c-format
1385msgid "could not parse %s"
1386msgstr "impossibile analizzare %s"
1387
1388#: commit.c:52
1389#, c-format
1390msgid "%s %s is not a commit!"
1391msgstr "%s %s non è un commit!"
1392
1393#: commit.c:192
1394msgid ""
1395"Support for <GIT_DIR>/info/grafts is deprecated\n"
1396"and will be removed in a future Git version.\n"
1397"\n"
1398"Please use \"git replace --convert-graft-file\"\n"
1399"to convert the grafts into replace refs.\n"
1400"\n"
1401"Turn this message off by running\n"
1402"\"git config advice.graftFileDeprecated false\""
1403msgstr ""
1404"Il supporto per <GIT_DIR>/info/graft è deprecato\n"
1405"e sarà rimosso in una versione futura di Git.\n"
1406"\n"
1407"Usa \"git replace --convert-graft-file\"\n"
1408"per convertire i graft in ref sostitutivi.\n"
1409"\n"
1410"Per disabilitare questo messaggio, esegui\n"
1411"\"git config advice.graftFileDeprecated false\""
1412
1413#: commit.c:1127
1414#, c-format
1415msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
1416msgstr "Il commit %s ha una firma GPG non affidabile, presumibilmente di %s."
1417
1418#: commit.c:1130
1419#, c-format
1420msgid "Commit %s has a bad GPG signature allegedly by %s."
1421msgstr "Il commit %s ha una firma GPG non valida presumibilmente di %s."
1422
1423#: commit.c:1133
1424#, c-format
1425msgid "Commit %s does not have a GPG signature."
1426msgstr "Il commit %s non ha una firma GPG."
1427
1428#: commit.c:1136
1429#, c-format
1430msgid "Commit %s has a good GPG signature by %s\n"
1431msgstr "Il commit %s ha una firma GPG valida di %s\n"
1432
1433#: commit.c:1390
1434msgid ""
1435"Warning: commit message did not conform to UTF-8.\n"
1436"You may want to amend it after fixing the message, or set the config\n"
1437"variable i18n.commitencoding to the encoding your project uses.\n"
1438msgstr ""
1439"Attenzione: il messaggio di commit non è conforme alla codifica UTF-8.\n"
1440"Potresti volerlo modificare dopo aver corretto il messaggio, o impostare\n"
1441"la variabile di configurazione i18n.commitencoding alla codifica usata\n"
1442"dal tuo progetto.\n"
1443
1444#: commit-graph.c:127
1445msgid "commit-graph file is too small"
1446msgstr "il file grafo dei commit %s è troppo piccolo"
1447
1448#: commit-graph.c:192
1449#, c-format
1450msgid "commit-graph signature %X does not match signature %X"
1451msgstr "la firma del grafo dei commit %X non corrisponde alla firma %X"
1452
1453#: commit-graph.c:199
1454#, c-format
1455msgid "commit-graph version %X does not match version %X"
1456msgstr "la versione del grafo dei commit %X non corrisponde alla versione %X"
1457
1458#: commit-graph.c:206
1459#, c-format
1460msgid "commit-graph hash version %X does not match version %X"
1461msgstr ""
1462"la versione hash del grafo dei commit %X non corrisponde alla versione %X"
1463
1464#: commit-graph.c:229
1465msgid "commit-graph chunk lookup table entry missing; file may be incomplete"
1466msgstr ""
1467"voce blocco grafo dei commit mancante nella tabella di ricerca; il file "
1468"potrebbe non essere completo"
1469
1470#: commit-graph.c:240
1471#, c-format
1472msgid "commit-graph improper chunk offset %08x%08x"
1473msgstr "offset blocco grafo dei commit improprio %08x%08x"
1474
1475#: commit-graph.c:283
1476#, c-format
1477msgid "commit-graph chunk id %08x appears multiple times"
1478msgstr "l'ID del blocco grafo dei commit %08x compare più volte"
1479
1480#: commit-graph.c:347
1481msgid "commit-graph has no base graphs chunk"
1482msgstr "il grafo dei commit non ha un blocco grafi di base"
1483
1484#: commit-graph.c:357
1485msgid "commit-graph chain does not match"
1486msgstr "la catena del grafo dei commit non corrisponde"
1487
1488#: commit-graph.c:404
1489#, c-format
1490msgid "invalid commit-graph chain: line '%s' not a hash"
1491msgstr "catena grafo dei commit non valida: la riga '%s' non è un hash"
1492
1493#: commit-graph.c:430
1494msgid "unable to find all commit-graph files"
1495msgstr "impossibile trovare tutti i file grafo dei commit"
1496
1497#: commit-graph.c:553 commit-graph.c:613
1498msgid "invalid commit position. commit-graph is likely corrupt"
1499msgstr ""
1500"posizione commit non valida. Il grafo dei commit è probabilmente corrotto"
1501
1502#: commit-graph.c:574
1503#, c-format
1504msgid "could not find commit %s"
1505msgstr "impossibile trovare il commit %s"
1506
1507#: commit-graph.c:1001 builtin/pack-objects.c:2651
1508#, c-format
1509msgid "unable to get type of object %s"
1510msgstr "impossibile recuperare il tipo dell'oggetto %s"
1511
1512#: commit-graph.c:1033
1513msgid "Loading known commits in commit graph"
1514msgstr "Caricamento commit noti nel grafo dei commit in corso"
1515
1516#: commit-graph.c:1050
1517msgid "Expanding reachable commits in commit graph"
1518msgstr "Espansione dei commit raggiungibili nel grafo dei commit in corso"
1519
1520#: commit-graph.c:1069
1521msgid "Clearing commit marks in commit graph"
1522msgstr "Rimozione dei contrassegni commit nel grafo dei commit in corso"
1523
1524#: commit-graph.c:1088
1525msgid "Computing commit graph generation numbers"
1526msgstr "Calcolo numeri generazione del grafo dei commit in corso"
1527
1528#: commit-graph.c:1162
1529#, c-format
1530msgid "Finding commits for commit graph in %d pack"
1531msgid_plural "Finding commits for commit graph in %d packs"
1532msgstr[0] "Ricerca dei commit per il grafo dei commit in %d pack in corso"
1533msgstr[1] "Ricerca dei commit per il grafo dei commit in %d pack in corso"
1534
1535#: commit-graph.c:1175
1536#, c-format
1537msgid "error adding pack %s"
1538msgstr "errore durante l'aggiunta del pack %s"
1539
1540#: commit-graph.c:1179
1541#, c-format
1542msgid "error opening index for %s"
1543msgstr "errore durante l'apertura dell'indice per %s"
1544
1545#: commit-graph.c:1203
1546#, c-format
1547msgid "Finding commits for commit graph from %d ref"
1548msgid_plural "Finding commits for commit graph from %d refs"
1549msgstr[0] ""
1550"Ricerca dei commit per il grafo dei commit da %d riferimento in corso"
1551msgstr[1] ""
1552"Ricerca dei commit per il grafo dei commit da %d riferimenti in corso"
1553
1554#: commit-graph.c:1237
1555msgid "Finding commits for commit graph among packed objects"
1556msgstr ""
1557"Ricerca dei commit per il grafo dei commit fra gli oggetti nei pack in corso"
1558
1559#: commit-graph.c:1252
1560msgid "Counting distinct commits in commit graph"
1561msgstr "Conteggio commit distinti nel grafo dei commit in corso"
1562
1563#: commit-graph.c:1283
1564msgid "Finding extra edges in commit graph"
1565msgstr "Ricerca degli archi aggiuntivi nel grafo dei commit in corso"
1566
1567#: commit-graph.c:1331
1568msgid "failed to write correct number of base graph ids"
1569msgstr "impossibile scrivere il numero esatto degli ID grafo di base"
1570
1571#: commit-graph.c:1364 midx.c:811
1572#, c-format
1573msgid "unable to create leading directories of %s"
1574msgstr "impossibile creare le prime directory di %s"
1575
1576#: commit-graph.c:1376 builtin/index-pack.c:306 builtin/repack.c:251
1577#, c-format
1578msgid "unable to create '%s'"
1579msgstr "impossibile creare '%s'"
1580
1581#: commit-graph.c:1436
1582#, c-format
1583msgid "Writing out commit graph in %d pass"
1584msgid_plural "Writing out commit graph in %d passes"
1585msgstr[0] "Scrittura in %d passaggio del grafo dei commit in corso"
1586msgstr[1] "Scrittura in %d passaggi del grafo dei commit in corso"
1587
1588#: commit-graph.c:1477
1589msgid "unable to open commit-graph chain file"
1590msgstr "impossibile aprire il file catena grafo dei commit"
1591
1592#: commit-graph.c:1489
1593msgid "failed to rename base commit-graph file"
1594msgstr "impossibile ridenominare il file di base grafo dei commit"
1595
1596#: commit-graph.c:1509
1597msgid "failed to rename temporary commit-graph file"
1598msgstr "impossibile ridenominare il file temporaneo grafo dei commit"
1599
1600#: commit-graph.c:1620
1601msgid "Scanning merged commits"
1602msgstr "Scansione dei commit sottoposti a merge in corso"
1603
1604#: commit-graph.c:1631
1605#, c-format
1606msgid "unexpected duplicate commit id %s"
1607msgstr "ID commit duplicato inatteso: %s"
1608
1609#: commit-graph.c:1656
1610msgid "Merging commit-graph"
1611msgstr "Merge del grafo dei commit in corso"
1612
1613#: commit-graph.c:1842
1614#, c-format
1615msgid "the commit graph format cannot write %d commits"
1616msgstr ""
1617"il formato del grafo dei commit non può essere usato per scrivere %d commit"
1618
1619#: commit-graph.c:1853
1620msgid "too many commits to write graph"
1621msgstr "troppi commit da scrivere nel grafo"
1622
1623#: commit-graph.c:1943
1624msgid "the commit-graph file has incorrect checksum and is likely corrupt"
1625msgstr ""
1626"il file del grafo dei commit ha un checksum non corretto e probabilmente è "
1627"corrotto"
1628
1629#: commit-graph.c:1953
1630#, c-format
1631msgid "commit-graph has incorrect OID order: %s then %s"
1632msgstr "il grafo dei commit ha un ordine OID non corretto: %s seguito da %s"
1633
1634#: commit-graph.c:1963 commit-graph.c:1978
1635#, c-format
1636msgid "commit-graph has incorrect fanout value: fanout[%d] = %u != %u"
1637msgstr ""
1638"il grafo dei commit ha un valore fanout non corretto: fanout[%d] = %u != %u"
1639
1640#: commit-graph.c:1970
1641#, c-format
1642msgid "failed to parse commit %s from commit-graph"
1643msgstr "impossibile analizzare il commit %s nel grafo dei commit"
1644
1645#: commit-graph.c:1987
1646msgid "Verifying commits in commit graph"
1647msgstr "Verifica dei commit nel grafo dei commit in corso"
1648
1649#: commit-graph.c:2000
1650#, c-format
1651msgid "failed to parse commit %s from object database for commit-graph"
1652msgstr ""
1653"impossibile analizzare il commit %s dal database oggetti per il grafo dei "
1654"commit"
1655
1656#: commit-graph.c:2007
1657#, c-format
1658msgid "root tree OID for commit %s in commit-graph is %s != %s"
1659msgstr ""
1660"l'OID dell'albero radice per il commit %s nel grafo dei commit è %s != %s"
1661
1662#: commit-graph.c:2017
1663#, c-format
1664msgid "commit-graph parent list for commit %s is too long"
1665msgstr "l'elenco genitori nel grafo dei commit per il commit %s è troppo lungo"
1666
1667#: commit-graph.c:2026
1668#, c-format
1669msgid "commit-graph parent for %s is %s != %s"
1670msgstr "il genitore nel grafo dei commit per %s è %s != %s"
1671
1672#: commit-graph.c:2039
1673#, c-format
1674msgid "commit-graph parent list for commit %s terminates early"
1675msgstr ""
1676"l'elenco genitori nel grafo dei commit per il commit %s è finito prima del "
1677"previsto"
1678
1679#: commit-graph.c:2044
1680#, c-format
1681msgid ""
1682"commit-graph has generation number zero for commit %s, but non-zero elsewhere"
1683msgstr ""
1684"il grafo dei commit ha un numero generazione zero per il commit %s ma non "
1685"pari a zero per gli altri"
1686
1687#: commit-graph.c:2048
1688#, c-format
1689msgid ""
1690"commit-graph has non-zero generation number for commit %s, but zero elsewhere"
1691msgstr ""
1692"il grafo dei commit ha un numero generazione non pari a zero per il commit "
1693"%s ma pari a zero per gli altri"
1694
1695#: commit-graph.c:2063
1696#, c-format
1697msgid "commit-graph generation for commit %s is %u != %u"
1698msgstr "il numero generazione nel grafo dei commit per il commit %s è %u != %u"
1699
1700#: commit-graph.c:2069
1701#, c-format
1702msgid "commit date for commit %s in commit-graph is %<PRIuMAX> != %<PRIuMAX>"
1703msgstr ""
1704"la data per il commit %s nel grafo dei commit è %<PRIuMAX> != %<PRIuMAX>"
1705
1706#: compat/obstack.c:406 compat/obstack.c:408
1707msgid "memory exhausted"
1708msgstr "memoria esaurita"
1709
1710#: config.c:124
1711#, c-format
1712msgid ""
1713"exceeded maximum include depth (%d) while including\n"
1714"\t%s\n"
1715"from\n"
1716"\t%s\n"
1717"This might be due to circular includes."
1718msgstr ""
1719"profondità massima di inclusione (%d) superata durante l'inclusione di\n"
1720"\t%s\n"
1721"da\n"
1722"\t%s\n"
1723"Ciò può essere dovuto a delle inclusioni circolari."
1724
1725#: config.c:140
1726#, c-format
1727msgid "could not expand include path '%s'"
1728msgstr "impossibile espandere il percorso di inclusione '%s'"
1729
1730#: config.c:151
1731msgid "relative config includes must come from files"
1732msgstr "le inclusioni configurazione relative devono provenire da file"
1733
1734#: config.c:197
1735msgid "relative config include conditionals must come from files"
1736msgstr ""
1737"i condizionali di inclusione configurazione relativi devono provenire da file"
1738
1739#: config.c:375
1740#, c-format
1741msgid "key does not contain a section: %s"
1742msgstr "la chiave non contiene una sezione: %s"
1743
1744#: config.c:381
1745#, c-format
1746msgid "key does not contain variable name: %s"
1747msgstr "la chiave non contiene un nome variabile: %s"
1748
1749#: config.c:405 sequencer.c:2463
1750#, c-format
1751msgid "invalid key: %s"
1752msgstr "chiave non valida: %s"
1753
1754#: config.c:411
1755#, c-format
1756msgid "invalid key (newline): %s"
1757msgstr "chiave non valida (nuova riga): %s"
1758
1759#: config.c:447 config.c:459
1760#, c-format
1761msgid "bogus config parameter: %s"
1762msgstr "parametro configurazione fittizio: %s"
1763
1764#: config.c:494
1765#, c-format
1766msgid "bogus format in %s"
1767msgstr "formato fittizio in %s"
1768
1769#: config.c:820
1770#, c-format
1771msgid "bad config line %d in blob %s"
1772msgstr "riga configurazione %d errata nel blob %s"
1773
1774#: config.c:824
1775#, c-format
1776msgid "bad config line %d in file %s"
1777msgstr "riga configurazione %d errata nel file %s"
1778
1779#: config.c:828
1780#, c-format
1781msgid "bad config line %d in standard input"
1782msgstr "riga configurazione %d errata nello standard input"
1783
1784#: config.c:832
1785#, c-format
1786msgid "bad config line %d in submodule-blob %s"
1787msgstr "riga configurazione %d errata nel blob sottomodulo %s"
1788
1789#: config.c:836
1790#, c-format
1791msgid "bad config line %d in command line %s"
1792msgstr "riga configurazione %d errata nella riga di comando %s"
1793
1794#: config.c:840
1795#, c-format
1796msgid "bad config line %d in %s"
1797msgstr "riga configurazione %d errata in %s"
1798
1799#: config.c:977
1800msgid "out of range"
1801msgstr "fuori intervallo"
1802
1803#: config.c:977
1804msgid "invalid unit"
1805msgstr "unità non valida"
1806
1807#: config.c:978
1808#, c-format
1809msgid "bad numeric config value '%s' for '%s': %s"
1810msgstr "valore configurazione numerico '%s' errato per '%s': %s"
1811
1812#: config.c:997
1813#, c-format
1814msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1815msgstr "valore configurazione numerico '%s' errato per '%s' nel blob %s: %s"
1816
1817#: config.c:1000
1818#, c-format
1819msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1820msgstr "valore configurazione numerico '%s' errato per '%s' nel file %s: %s"
1821
1822#: config.c:1003
1823#, c-format
1824msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1825msgstr ""
1826"valore configurazione numerico '%s' errato per '%s' nello standard input: %s"
1827
1828#: config.c:1006
1829#, c-format
1830msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1831msgstr ""
1832"valore configurazione numerico '%s' errato per '%s' nel blob sottomodulo %s: "
1833"%s"
1834
1835#: config.c:1009
1836#, c-format
1837msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1838msgstr ""
1839"valore configurazione numerico '%s' errato per '%s' nella riga di comando "
1840"%s: %s"
1841
1842#: config.c:1012
1843#, c-format
1844msgid "bad numeric config value '%s' for '%s' in %s: %s"
1845msgstr "valore configurazione numerico '%s' errato per '%s' in %s: %s"
1846
1847#: config.c:1107
1848#, c-format
1849msgid "failed to expand user dir in: '%s'"
1850msgstr "espansione directory utente in '%s' non riuscita"
1851
1852#: config.c:1116
1853#, c-format
1854msgid "'%s' for '%s' is not a valid timestamp"
1855msgstr "'%s' per '%s' non è un timestamp valido"
1856
1857#: config.c:1207
1858#, c-format
1859msgid "abbrev length out of range: %d"
1860msgstr "lunghezza abbreviazione fuori intervallo: %d"
1861
1862#: config.c:1221 config.c:1232
1863#, c-format
1864msgid "bad zlib compression level %d"
1865msgstr "livello compressione zlib %d non valido"
1866
1867#: config.c:1324
1868msgid "core.commentChar should only be one character"
1869msgstr "core.commentChar dovrebbe essere composto da un solo carattere"
1870
1871#: config.c:1357
1872#, c-format
1873msgid "invalid mode for object creation: %s"
1874msgstr "modalità non valida per la creazione di un oggetto: %s"
1875
1876#: config.c:1429
1877#, c-format
1878msgid "malformed value for %s"
1879msgstr "valore malformato per %s"
1880
1881#: config.c:1455
1882#, c-format
1883msgid "malformed value for %s: %s"
1884msgstr "valore malformato per %s: %s"
1885
1886#: config.c:1456
1887msgid "must be one of nothing, matching, simple, upstream or current"
1888msgstr "dev'essere nothing, matching, simple, upstream o current"
1889
1890#: config.c:1517 builtin/pack-objects.c:3399
1891#, c-format
1892msgid "bad pack compression level %d"
1893msgstr "livello compressione pack %d non valido"
1894
1895#: config.c:1638
1896#, c-format
1897msgid "unable to load config blob object '%s'"
1898msgstr "impossibile caricare l'oggetto blob configurazione '%s'"
1899
1900#: config.c:1641
1901#, c-format
1902msgid "reference '%s' does not point to a blob"
1903msgstr "il riferimento '%s' non punta ad un blob"
1904
1905#: config.c:1658
1906#, c-format
1907msgid "unable to resolve config blob '%s'"
1908msgstr "impossibile risolvere il blob configurazione '%s'"
1909
1910#: config.c:1688
1911#, c-format
1912msgid "failed to parse %s"
1913msgstr "analisi di %s non riuscita"
1914
1915#: config.c:1744
1916msgid "unable to parse command-line config"
1917msgstr "impossibile analizzare la configurazione a riga di comando"
1918
1919#: config.c:2093
1920msgid "unknown error occurred while reading the configuration files"
1921msgstr ""
1922"si è verificato un errore imprevisto durante la lettura dei file di "
1923"configurazione"
1924
1925#: config.c:2263
1926#, c-format
1927msgid "Invalid %s: '%s'"
1928msgstr "%s non valido: '%s'"
1929
1930#: config.c:2306
1931#, c-format
1932msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1933msgstr ""
1934"valore core.untrackedCache '%s' non valido; utilizzerò il valore predefinito "
1935"'keep'"
1936
1937#: config.c:2332
1938#, c-format
1939msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1940msgstr ""
1941"il valore splitIndex.maxPercentChange '%d' dovrebbe essere compreso fra 0 e "
1942"100"
1943
1944#: config.c:2378
1945#, c-format
1946msgid "unable to parse '%s' from command-line config"
1947msgstr "impossibile analizzare '%s' dalla configurazione a riga di comando"
1948
1949#: config.c:2380
1950#, c-format
1951msgid "bad config variable '%s' in file '%s' at line %d"
1952msgstr "variabile configurazione '%s' errata nel file '%s' alla riga %d"
1953
1954#: config.c:2461
1955#, c-format
1956msgid "invalid section name '%s'"
1957msgstr "nome sezione '%s' non valido"
1958
1959#: config.c:2493
1960#, c-format
1961msgid "%s has multiple values"
1962msgstr "%s ha più valori"
1963
1964#: config.c:2522
1965#, c-format
1966msgid "failed to write new configuration file %s"
1967msgstr "scrittura del nuovo file di configurazione %s non riuscita"
1968
1969#: config.c:2774 config.c:3098
1970#, c-format
1971msgid "could not lock config file %s"
1972msgstr "impossibile bloccare il file di configurazione %s"
1973
1974#: config.c:2785
1975#, c-format
1976msgid "opening %s"
1977msgstr "apertura di %s in corso"
1978
1979#: config.c:2820 builtin/config.c:328
1980#, c-format
1981msgid "invalid pattern: %s"
1982msgstr "pattern non valido: %s"
1983
1984#: config.c:2845
1985#, c-format
1986msgid "invalid config file %s"
1987msgstr "file di configurazione %s non valido"
1988
1989#: config.c:2858 config.c:3111
1990#, c-format
1991msgid "fstat on %s failed"
1992msgstr "fstat di %s non riuscita"
1993
1994#: config.c:2869
1995#, c-format
1996msgid "unable to mmap '%s'"
1997msgstr "impossibile eseguire mmap su '%s'"
1998
1999#: config.c:2878 config.c:3116
2000#, c-format
2001msgid "chmod on %s failed"
2002msgstr "esecuzione chmod su %s non riuscita"
2003
2004#: config.c:2963 config.c:3213
2005#, c-format
2006msgid "could not write config file %s"
2007msgstr "impossibile scrivere il file di configurazione %s"
2008
2009#: config.c:2997
2010#, c-format
2011msgid "could not set '%s' to '%s'"
2012msgstr "impossibile impostare '%s' a '%s'"
2013
2014#: config.c:2999 builtin/remote.c:782
2015#, c-format
2016msgid "could not unset '%s'"
2017msgstr "impossibile eliminare l'impostazione di '%s'"
2018
2019#: config.c:3089
2020#, c-format
2021msgid "invalid section name: %s"
2022msgstr "nome sezione non valido: %s"
2023
2024#: config.c:3256
2025#, c-format
2026msgid "missing value for '%s'"
2027msgstr "valore mancante per '%s'"
2028
2029#: connect.c:61
2030msgid "the remote end hung up upon initial contact"
2031msgstr ""
2032"la controparte remota ha chiuso la connessione durante il contatto iniziale"
2033
2034#: connect.c:63
2035msgid ""
2036"Could not read from remote repository.\n"
2037"\n"
2038"Please make sure you have the correct access rights\n"
2039"and the repository exists."
2040msgstr ""
2041"Impossibile leggere dal repository remoto.\n"
2042"\n"
2043"Assicurati di disporre dei privilegi d'accesso corretti\n"
2044"e che il repository esista."
2045
2046#: connect.c:81
2047#, c-format
2048msgid "server doesn't support '%s'"
2049msgstr "il server non supporta '%s'"
2050
2051#: connect.c:103
2052#, c-format
2053msgid "server doesn't support feature '%s'"
2054msgstr "il server non supporta la funzionalità '%s'"
2055
2056#: connect.c:114
2057msgid "expected flush after capabilities"
2058msgstr "atteso flush dopo lettura funzionalità"
2059
2060#: connect.c:233
2061#, c-format
2062msgid "ignoring capabilities after first line '%s'"
2063msgstr "ignoro le funzionalità dopo la prima riga '%s'"
2064
2065#: connect.c:252
2066msgid "protocol error: unexpected capabilities^{}"
2067msgstr "errore protocollo: capabilities^{} non atteso"
2068
2069#: connect.c:273
2070#, c-format
2071msgid "protocol error: expected shallow sha-1, got '%s'"
2072msgstr "errore protocollo: atteso SHA1 shallow, ricevuto '%s'"
2073
2074#: connect.c:275
2075msgid "repository on the other end cannot be shallow"
2076msgstr "il repository della controparte non può essere shallow"
2077
2078#: connect.c:313
2079msgid "invalid packet"
2080msgstr "pacchetto non valido"
2081
2082#: connect.c:333
2083#, c-format
2084msgid "protocol error: unexpected '%s'"
2085msgstr "errore protocollo: '%s' non atteso"
2086
2087#: connect.c:441
2088#, c-format
2089msgid "invalid ls-refs response: %s"
2090msgstr "risposta ls-refs non valida: %s"
2091
2092#: connect.c:445
2093msgid "expected flush after ref listing"
2094msgstr "atteso flush dopo elenco ref"
2095
2096#: connect.c:544
2097#, c-format
2098msgid "protocol '%s' is not supported"
2099msgstr "il protocollo '%s' non è supportato"
2100
2101#: connect.c:595
2102msgid "unable to set SO_KEEPALIVE on socket"
2103msgstr "impossibile impostare SO_KEEPALIVE sul socket"
2104
2105#: connect.c:635 connect.c:698
2106#, c-format
2107msgid "Looking up %s ... "
2108msgstr "Risoluzione di %s in corso... "
2109
2110#: connect.c:639
2111#, c-format
2112msgid "unable to look up %s (port %s) (%s)"
2113msgstr "impossibile risolvere %s (porta %s) (%s)"
2114
2115#. TRANSLATORS: this is the end of "Looking up %s ... "
2116#: connect.c:643 connect.c:714
2117#, c-format
2118msgid ""
2119"done.\n"
2120"Connecting to %s (port %s) ... "
2121msgstr ""
2122"fatto.\n"
2123"Connessione a %s (porta %s) in corso... "
2124
2125#: connect.c:665 connect.c:742
2126#, c-format
2127msgid ""
2128"unable to connect to %s:\n"
2129"%s"
2130msgstr ""
2131"impossibile collegarsi a %s:\n"
2132"%s"
2133
2134#. TRANSLATORS: this is the end of "Connecting to %s (port %s) ... "
2135#: connect.c:671 connect.c:748
2136msgid "done."
2137msgstr "fatto."
2138
2139#: connect.c:702
2140#, c-format
2141msgid "unable to look up %s (%s)"
2142msgstr "impossibile risolvere %s (%s)"
2143
2144#: connect.c:708
2145#, c-format
2146msgid "unknown port %s"
2147msgstr "porta %s sconosciuta"
2148
2149#: connect.c:845 connect.c:1171
2150#, c-format
2151msgid "strange hostname '%s' blocked"
2152msgstr "nome host strano '%s' bloccato"
2153
2154#: connect.c:847
2155#, c-format
2156msgid "strange port '%s' blocked"
2157msgstr "porta strana '%s' bloccata"
2158
2159#: connect.c:857
2160#, c-format
2161msgid "cannot start proxy %s"
2162msgstr "impossibile avviare il proxy %s"
2163
2164#: connect.c:924
2165msgid "no path specified; see 'git help pull' for valid url syntax"
2166msgstr ""
2167"nessun percorso specificato; vedere 'git help pull' per le sintassi URL "
2168"valide"
2169
2170#: connect.c:1119
2171msgid "ssh variant 'simple' does not support -4"
2172msgstr "la variante SSH 'simple' non supporta -4"
2173
2174#: connect.c:1131
2175msgid "ssh variant 'simple' does not support -6"
2176msgstr "la variante SSH 'simple' non supporta -6"
2177
2178#: connect.c:1148
2179msgid "ssh variant 'simple' does not support setting port"
2180msgstr "la variante SSH 'simple' non supporta l'impostazione della porta"
2181
2182#: connect.c:1260
2183#, c-format
2184msgid "strange pathname '%s' blocked"
2185msgstr "percorso strano '%s' bloccato"
2186
2187#: connect.c:1307
2188msgid "unable to fork"
2189msgstr "impossibile eseguire fork"
2190
2191#: connected.c:86 builtin/fsck.c:221 builtin/prune.c:43
2192msgid "Checking connectivity"
2193msgstr "Controllo connessione in corso"
2194
2195#: connected.c:98
2196msgid "Could not run 'git rev-list'"
2197msgstr "Impossibile eseguire 'git-rev-list'"
2198
2199#: connected.c:118
2200msgid "failed write to rev-list"
2201msgstr "scrittura nella rev-list non riuscita"
2202
2203#: connected.c:125
2204msgid "failed to close rev-list's stdin"
2205msgstr "chiusura standard input della rev-list non riuscita"
2206
2207#: convert.c:193
2208#, c-format
2209msgid "illegal crlf_action %d"
2210msgstr "crlf_action %d illecita"
2211
2212#: convert.c:206
2213#, c-format
2214msgid "CRLF would be replaced by LF in %s"
2215msgstr "CRLF sarebbe sostituito da LF in %s"
2216
2217#: convert.c:208
2218#, c-format
2219msgid ""
2220"CRLF will be replaced by LF in %s.\n"
2221"The file will have its original line endings in your working directory"
2222msgstr ""
2223"CRLF sarà sostituito da LF in %s.\n"
2224"Il file avrà i suoi fine riga originari nella propria directory di lavoro"
2225
2226#: convert.c:216
2227#, c-format
2228msgid "LF would be replaced by CRLF in %s"
2229msgstr "LF sarebbe sostituito da CRLF in %s"
2230
2231#: convert.c:218
2232#, c-format
2233msgid ""
2234"LF will be replaced by CRLF in %s.\n"
2235"The file will have its original line endings in your working directory"
2236msgstr ""
2237"LF sarà sostituito da CRLF in %s.\n"
2238"Il file avrà i suoi fine riga originari nella propria directory di lavoro"
2239
2240#: convert.c:279
2241#, c-format
2242msgid "BOM is prohibited in '%s' if encoded as %s"
2243msgstr "Il BOM è vietato in '%s' se il file è codificato come %s"
2244
2245#: convert.c:286
2246#, c-format
2247msgid ""
2248"The file '%s' contains a byte order mark (BOM). Please use UTF-%s as working-"
2249"tree-encoding."
2250msgstr ""
2251"Il file '%s' contiene un indicatore dell'ordine dei byte (BOM). Usare UTF-%s "
2252"come codifica dell'albero di lavoro."
2253
2254#: convert.c:304
2255#, c-format
2256msgid "BOM is required in '%s' if encoded as %s"
2257msgstr "Il BOM è richiesto in '%s' se il file è codificato come %s"
2258
2259#: convert.c:306
2260#, c-format
2261msgid ""
2262"The file '%s' is missing a byte order mark (BOM). Please use UTF-%sBE or UTF-"
2263"%sLE (depending on the byte order) as working-tree-encoding."
2264msgstr ""
2265"Nel file '%s' manca un indicatore dell'ordine dei byte (BOM). Usare UTF-%sBE "
2266"o UTF-%sLE (a seconda dell'ordine dei byte) come codifica dell'albero di "
2267"lavoro."
2268
2269#: convert.c:424 convert.c:495
2270#, c-format
2271msgid "failed to encode '%s' from %s to %s"
2272msgstr "conversione della codifica '%s' da %s a %s non riuscita"
2273
2274#: convert.c:467
2275#, c-format
2276msgid "encoding '%s' from %s to %s and back is not the same"
2277msgstr ""
2278"il risultato della codifica di '%s' da %s a %s e viceversa non è lo stesso"
2279
2280#: convert.c:673
2281#, c-format
2282msgid "cannot fork to run external filter '%s'"
2283msgstr "impossibile eseguire fork per eseguire il filtro esterno '%s'"
2284
2285#: convert.c:693
2286#, c-format
2287msgid "cannot feed the input to external filter '%s'"
2288msgstr "impossibile fornire l'input al filtro esterno '%s'"
2289
2290#: convert.c:700
2291#, c-format
2292msgid "external filter '%s' failed %d"
2293msgstr "esecuzione del filtro esterno '%s' non riuscita: %d"
2294
2295#: convert.c:735 convert.c:738
2296#, c-format
2297msgid "read from external filter '%s' failed"
2298msgstr "lettura dal filtro esterno '%s' non riuscita"
2299
2300#: convert.c:741 convert.c:796
2301#, c-format
2302msgid "external filter '%s' failed"
2303msgstr "esecuzione del filtro esterno '%s' non riuscita"
2304
2305#: convert.c:844
2306msgid "unexpected filter type"
2307msgstr "tipo filtro inatteso"
2308
2309#: convert.c:855
2310msgid "path name too long for external filter"
2311msgstr "nome percorso troppo lungo per il filtro esterno"
2312
2313#: convert.c:929
2314#, c-format
2315msgid ""
2316"external filter '%s' is not available anymore although not all paths have "
2317"been filtered"
2318msgstr ""
2319"il filtro esterno '%s' non è più disponibile nonostante non tutti i percorsi "
2320"siano stati filtrati"
2321
2322#: convert.c:1228
2323msgid "true/false are no valid working-tree-encodings"
2324msgstr "true/false non sono codifiche dell'albero di lavoro valide"
2325
2326#: convert.c:1398 convert.c:1432
2327#, c-format
2328msgid "%s: clean filter '%s' failed"
2329msgstr "%s: esecuzione del filtro clean '%s' non riuscita"
2330
2331#: convert.c:1476
2332#, c-format
2333msgid "%s: smudge filter %s failed"
2334msgstr "%s: esecuzione del filtro smudge '%s' non riuscita"
2335
2336#: date.c:137
2337msgid "in the future"
2338msgstr "in futuro"
2339
2340#: date.c:143
2341#, c-format
2342msgid "%<PRIuMAX> second ago"
2343msgid_plural "%<PRIuMAX> seconds ago"
2344msgstr[0] "%<PRIuMAX> secondo fa"
2345msgstr[1] "%<PRIuMAX> secondi fa"
2346
2347#: date.c:150
2348#, c-format
2349msgid "%<PRIuMAX> minute ago"
2350msgid_plural "%<PRIuMAX> minutes ago"
2351msgstr[0] "%<PRIuMAX> minuto fa"
2352msgstr[1] "%<PRIuMAX> minuti fa"
2353
2354#: date.c:157
2355#, c-format
2356msgid "%<PRIuMAX> hour ago"
2357msgid_plural "%<PRIuMAX> hours ago"
2358msgstr[0] "%<PRIuMAX> ora fa"
2359msgstr[1] "%<PRIuMAX> ore fa"
2360
2361#: date.c:164
2362#, c-format
2363msgid "%<PRIuMAX> day ago"
2364msgid_plural "%<PRIuMAX> days ago"
2365msgstr[0] "%<PRIuMAX> giorno fa"
2366msgstr[1] "%<PRIuMAX> giorni fa"
2367
2368#: date.c:170
2369#, c-format
2370msgid "%<PRIuMAX> week ago"
2371msgid_plural "%<PRIuMAX> weeks ago"
2372msgstr[0] "%<PRIuMAX> settimana fa"
2373msgstr[1] "%<PRIuMAX> settimane fa"
2374
2375#: date.c:177
2376#, c-format
2377msgid "%<PRIuMAX> month ago"
2378msgid_plural "%<PRIuMAX> months ago"
2379msgstr[0] "%<PRIuMAX> mese fa"
2380msgstr[1] "%<PRIuMAX> mesi fa"
2381
2382#: date.c:188
2383#, c-format
2384msgid "%<PRIuMAX> year"
2385msgid_plural "%<PRIuMAX> years"
2386msgstr[0] "%<PRIuMAX> anno"
2387msgstr[1] "%<PRIuMAX> anni"
2388
2389#. TRANSLATORS: "%s" is "<n> years"
2390#: date.c:191
2391#, c-format
2392msgid "%s, %<PRIuMAX> month ago"
2393msgid_plural "%s, %<PRIuMAX> months ago"
2394msgstr[0] "%s, %<PRIuMAX> mese fa"
2395msgstr[1] "%s, %<PRIuMAX> mesi fa"
2396
2397#: date.c:196 date.c:201
2398#, c-format
2399msgid "%<PRIuMAX> year ago"
2400msgid_plural "%<PRIuMAX> years ago"
2401msgstr[0] "%<PRIuMAX> anno fa"
2402msgstr[1] "%<PRIuMAX> anni fa"
2403
2404#: delta-islands.c:272
2405msgid "Propagating island marks"
2406msgstr "Propagazione contrassegni isole in corso"
2407
2408#: delta-islands.c:290
2409#, c-format
2410msgid "bad tree object %s"
2411msgstr "oggetto albero %s non valido"
2412
2413#: delta-islands.c:334
2414#, c-format
2415msgid "failed to load island regex for '%s': %s"
2416msgstr ""
2417"caricamento dell'espressione regolare dell'isola per '%s' non riuscito: %s"
2418
2419#: delta-islands.c:390
2420#, c-format
2421msgid "island regex from config has too many capture groups (max=%d)"
2422msgstr ""
2423"l'espressione regolare dell'isola tratta dalla configurazione ha troppi "
2424"gruppi cattura (massimo=%d)"
2425
2426#: delta-islands.c:467
2427#, c-format
2428msgid "Marked %d islands, done.\n"
2429msgstr "Contrassegnate %d isole, fatto.\n"
2430
2431#: diffcore-order.c:24
2432#, c-format
2433msgid "failed to read orderfile '%s'"
2434msgstr "lettura dell'orderfile '%s' non riuscita"
2435
2436#: diffcore-rename.c:544
2437msgid "Performing inexact rename detection"
2438msgstr "Rilevamento ridenominazione non esatta in corso"
2439
2440#: diff-no-index.c:238
2441msgid "git diff --no-index [<options>] <path> <path>"
2442msgstr "git diff --no-index [<opzioni>] <percorso> <percorso>"
2443
2444#: diff-no-index.c:263
2445msgid ""
2446"Not a git repository. Use --no-index to compare two paths outside a working "
2447"tree"
2448msgstr ""
2449"Non è un repository Git. Usa --no-index per confrontare due percorsi al di "
2450"fuori di un albero di lavoro"
2451
2452#: diff.c:155
2453#, c-format
2454msgid " Failed to parse dirstat cut-off percentage '%s'\n"
2455msgstr ""
2456" Analisi della percentuale di cutoff statistiche directory '%s' non "
2457"riuscita\n"
2458
2459#: diff.c:160
2460#, c-format
2461msgid " Unknown dirstat parameter '%s'\n"
2462msgstr " Parametro statistiche directory '%s' sconosciuto\n"
2463
2464#: diff.c:296
2465msgid ""
2466"color moved setting must be one of 'no', 'default', 'blocks', 'zebra', "
2467"'dimmed-zebra', 'plain'"
2468msgstr ""
2469"l'impostazione colore per file spostati deve essere 'no', 'default', "
2470"'blocks', 'zebra', 'dimmed-zebra', 'plain'"
2471
2472#: diff.c:324
2473#, c-format
2474msgid ""
2475"unknown color-moved-ws mode '%s', possible values are 'ignore-space-change', "
2476"'ignore-space-at-eol', 'ignore-all-space', 'allow-indentation-change'"
2477msgstr ""
2478"modalità color-moved-ws '%s' sconosciuta, i valori possibili sono 'ignore-"
2479"space-change', 'ignore-space-at-eol', 'ignore-all-space', 'allow-indentation-"
2480"change'"
2481
2482#: diff.c:332
2483msgid ""
2484"color-moved-ws: allow-indentation-change cannot be combined with other "
2485"whitespace modes"
2486msgstr ""
2487"color-moved-ws: allow-indentation-change non può essere combinata con altre "
2488"modalità spazi bianchi"
2489
2490#: diff.c:405
2491#, c-format
2492msgid "Unknown value for 'diff.submodule' config variable: '%s'"
2493msgstr ""
2494"Valore sconosciuto per la variabile di configurazione 'diff.submodule': '%s'"
2495
2496#: diff.c:465
2497#, c-format
2498msgid ""
2499"Found errors in 'diff.dirstat' config variable:\n"
2500"%s"
2501msgstr ""
2502"Trovati errori nella variabile di configurazione 'diff.dirstat':\n"
2503"%s"
2504
2505#: diff.c:4215
2506#, c-format
2507msgid "external diff died, stopping at %s"
2508msgstr "processo esterno diff morto, mi fermo a %s"
2509
2510#: diff.c:4560
2511msgid "--name-only, --name-status, --check and -s are mutually exclusive"
2512msgstr ""
2513"le opzioni --name-only, --name-status, --check e -s sono mutuamente esclusive"
2514
2515#: diff.c:4563
2516msgid "-G, -S and --find-object are mutually exclusive"
2517msgstr "le opzioni -G, -S e --find-object sono mutuamente esclusive"
2518
2519#: diff.c:4641
2520msgid "--follow requires exactly one pathspec"
2521msgstr "--follow richiede esattamente uno specificatore percorso"
2522
2523#: diff.c:4689
2524#, c-format
2525msgid "invalid --stat value: %s"
2526msgstr "valore non valido per --stat: %s"
2527
2528#: diff.c:4694 diff.c:4699 diff.c:4704 diff.c:4709 diff.c:5222
2529#: parse-options.c:199 parse-options.c:203
2530#, c-format
2531msgid "%s expects a numerical value"
2532msgstr "%s richiede un valore numerico"
2533
2534#: diff.c:4726
2535#, c-format
2536msgid ""
2537"Failed to parse --dirstat/-X option parameter:\n"
2538"%s"
2539msgstr ""
2540"Analisi del parametro dell'opzione --dirstat/-X non riuscita:\n"
2541"%s"
2542
2543#: diff.c:4811
2544#, c-format
2545msgid "unknown change class '%c' in --diff-filter=%s"
2546msgstr "classe modifica '%c' sconosciuta in --diff-filter=%s"
2547
2548#: diff.c:4835
2549#, c-format
2550msgid "unknown value after ws-error-highlight=%.*s"
2551msgstr "valore sconosciuto dopo ws-error-highlight=%.*s"
2552
2553#: diff.c:4849
2554#, c-format
2555msgid "unable to resolve '%s'"
2556msgstr "impossibile risolvere '%s'"
2557
2558#: diff.c:4899 diff.c:4905
2559#, c-format
2560msgid "%s expects <n>/<m> form"
2561msgstr "%s richiede il formato <n>/<m>"
2562
2563#: diff.c:4917
2564#, c-format
2565msgid "%s expects a character, got '%s'"
2566msgstr "%s richiede un carattere, ricevuto '%s'"
2567
2568#: diff.c:4938
2569#, c-format
2570msgid "bad --color-moved argument: %s"
2571msgstr "argomento --color-moved errato: %s"
2572
2573#: diff.c:4957
2574#, c-format
2575msgid "invalid mode '%s' in --color-moved-ws"
2576msgstr "modo non valido '%s' in --color-moved-ws"
2577
2578#: diff.c:4997
2579msgid ""
2580"option diff-algorithm accepts \"myers\", \"minimal\", \"patience\" and "
2581"\"histogram\""
2582msgstr ""
2583"l'opzione diff-algorithm accetta i valori \"myers\", \"minimal\", \"patience"
2584"\" e \"histogram\""
2585
2586#: diff.c:5033 diff.c:5053
2587#, c-format
2588msgid "invalid argument to %s"
2589msgstr "argomento non valido per %s"
2590
2591#: diff.c:5191
2592#, c-format
2593msgid "failed to parse --submodule option parameter: '%s'"
2594msgstr "analisi del parametro dell'opzione --submodule non riuscita: '%s'"
2595
2596#: diff.c:5247
2597#, c-format
2598msgid "bad --word-diff argument: %s"
2599msgstr "argomento --word-diff errato: %s"
2600
2601#: diff.c:5270
2602msgid "Diff output format options"
2603msgstr "Opzioni formato output diff"
2604
2605#: diff.c:5272 diff.c:5278
2606msgid "generate patch"
2607msgstr "genera patch"
2608
2609#: diff.c:5275 builtin/log.c:182
2610msgid "suppress diff output"
2611msgstr "non visualizzare l'output del diff"
2612
2613#: diff.c:5280 diff.c:5394 diff.c:5401
2614msgid "<n>"
2615msgstr "<n>"
2616
2617#: diff.c:5281 diff.c:5284
2618msgid "generate diffs with <n> lines context"
2619msgstr "genera diff con <n> righe di contesto"
2620
2621#: diff.c:5286
2622msgid "generate the diff in raw format"
2623msgstr "genera il diff in formato grezzo"
2624
2625#: diff.c:5289
2626msgid "synonym for '-p --raw'"
2627msgstr "sinonimo di '-p --raw'"
2628
2629#: diff.c:5293
2630msgid "synonym for '-p --stat'"
2631msgstr "sinonimo di '-p --stat'"
2632
2633#: diff.c:5297
2634msgid "machine friendly --stat"
2635msgstr "--stat leggibile da una macchina"
2636
2637#: diff.c:5300
2638msgid "output only the last line of --stat"
2639msgstr "emetti in output solo l'ultima riga di --stat"
2640
2641#: diff.c:5302 diff.c:5310
2642msgid "<param1,param2>..."
2643msgstr "<parametro1,parametro2>..."
2644
2645#: diff.c:5303
2646msgid ""
2647"output the distribution of relative amount of changes for each sub-directory"
2648msgstr ""
2649"emetti in output la distribuzione del numero di modifiche relativo a ogni "
2650"sottodirectory"
2651
2652#: diff.c:5307
2653msgid "synonym for --dirstat=cumulative"
2654msgstr "sinonimo di --dirstat=cumulative"
2655
2656#: diff.c:5311
2657msgid "synonym for --dirstat=files,param1,param2..."
2658msgstr "sinonimo di --dirstat=files,parametro1,parametro2..."
2659
2660#: diff.c:5315
2661msgid "warn if changes introduce conflict markers or whitespace errors"
2662msgstr ""
2663"avvisa se le modifiche introducono marcatori conflitto o errori spazi bianchi"
2664
2665#: diff.c:5318
2666msgid "condensed summary such as creations, renames and mode changes"
2667msgstr ""
2668"riassunto conciso (ad es. elementi creati, ridenominati e modifiche modi)"
2669
2670#: diff.c:5321
2671msgid "show only names of changed files"
2672msgstr "visualizza solo i nomi dei file modificati"
2673
2674#: diff.c:5324
2675msgid "show only names and status of changed files"
2676msgstr "visualizza solo i nomi e lo stato dei file modificati"
2677
2678#: diff.c:5326
2679msgid "<width>[,<name-width>[,<count>]]"
2680msgstr "<ampiezza>[,<ampiezza nome>[,<numero>]]"
2681
2682#: diff.c:5327
2683msgid "generate diffstat"
2684msgstr "genera diffstat"
2685
2686#: diff.c:5329 diff.c:5332 diff.c:5335
2687msgid "<width>"
2688msgstr "<ampiezza>"
2689
2690#: diff.c:5330
2691msgid "generate diffstat with a given width"
2692msgstr "genera il diffstat con un'ampiezza specificata"
2693
2694#: diff.c:5333
2695msgid "generate diffstat with a given name width"
2696msgstr "genera il diffstat con un'ampiezza nomi specificata"
2697
2698#: diff.c:5336
2699msgid "generate diffstat with a given graph width"
2700msgstr "genera il diffstat con un'ampiezza grafo specificata"
2701
2702#: diff.c:5338
2703msgid "<count>"
2704msgstr "<numero>"
2705
2706#: diff.c:5339
2707msgid "generate diffstat with limited lines"
2708msgstr "genera il diffstat con righe limitate"
2709
2710#: diff.c:5342
2711msgid "generate compact summary in diffstat"
2712msgstr "genera riassunto conciso nel diffstat"
2713
2714#: diff.c:5345
2715msgid "output a binary diff that can be applied"
2716msgstr "stampa in output un diff binario che può essere applicato"
2717
2718#: diff.c:5348
2719msgid "show full pre- and post-image object names on the \"index\" lines"
2720msgstr "visualizza i nomi oggetto pre e post immagine nelle righe \"indice\""
2721
2722#: diff.c:5350
2723msgid "show colored diff"
2724msgstr "visualizza diff colorato"
2725
2726#: diff.c:5351
2727msgid "<kind>"
2728msgstr "<tipo>"
2729
2730#: diff.c:5352
2731msgid ""
2732"highlight whitespace errors in the 'context', 'old' or 'new' lines in the "
2733"diff"
2734msgstr ""
2735"evidenzia gli errori di spazi bianchi nelle righe 'contesto', 'vecchie' o "
2736"'nuove' nel diff"
2737
2738#: diff.c:5355
2739msgid ""
2740"do not munge pathnames and use NULs as output field terminators in --raw or "
2741"--numstat"
2742msgstr ""
2743"non rimuovere i nomi percorso e usare caratteri NUL come terminatori campo "
2744"in --raw o --numstat"
2745
2746#: diff.c:5358 diff.c:5361 diff.c:5364 diff.c:5470
2747msgid "<prefix>"
2748msgstr "<prefisso>"
2749
2750#: diff.c:5359
2751msgid "show the given source prefix instead of \"a/\""
2752msgstr "visualizza il prefisso sorgente specificato invece di \"a/\""
2753
2754#: diff.c:5362
2755msgid "show the given destination prefix instead of \"b/\""
2756msgstr "visualizza il prefisso destinazione specificato invece di \"b/\""
2757
2758#: diff.c:5365
2759msgid "prepend an additional prefix to every line of output"
2760msgstr "anteponi un prefisso aggiuntivo ad ogni riga dell'output"
2761
2762#: diff.c:5368
2763msgid "do not show any source or destination prefix"
2764msgstr "non visualizzare alcun prefisso sorgente o destinazione"
2765
2766#: diff.c:5371
2767msgid "show context between diff hunks up to the specified number of lines"
2768msgstr ""
2769"visualizza il contesto tra gli hunk del diff fino al numero di righe "
2770"specificato"
2771
2772#: diff.c:5375 diff.c:5380 diff.c:5385
2773msgid "<char>"
2774msgstr "<carattere>"
2775
2776#: diff.c:5376
2777msgid "specify the character to indicate a new line instead of '+'"
2778msgstr "specifica il carattere che indica una nuova riga al posto di '+'"
2779
2780#: diff.c:5381
2781msgid "specify the character to indicate an old line instead of '-'"
2782msgstr "specifica il carattere che indica una vecchia riga al posto di '-'"
2783
2784#: diff.c:5386
2785msgid "specify the character to indicate a context instead of ' '"
2786msgstr "specifica il carattere che indica un contesto al posto di ' '"
2787
2788#: diff.c:5389
2789msgid "Diff rename options"
2790msgstr "Opzioni rinominazione diff"
2791
2792#: diff.c:5390
2793msgid "<n>[/<m>]"
2794msgstr "<n>[/<m>]"
2795
2796#: diff.c:5391
2797msgid "break complete rewrite changes into pairs of delete and create"
2798msgstr ""
2799"spezza modifiche di riscrittura completa in coppie eliminazione/creazione"
2800
2801#: diff.c:5395
2802msgid "detect renames"
2803msgstr "rileva le ridenominazioni"
2804
2805#: diff.c:5399
2806msgid "omit the preimage for deletes"
2807msgstr "ometti la preimmagine per le eliminazioni"
2808
2809#: diff.c:5402
2810msgid "detect copies"
2811msgstr "rileva le copie"
2812
2813#: diff.c:5406
2814msgid "use unmodified files as source to find copies"
2815msgstr "usa file non modificati come sorgente per trovare copie"
2816
2817#: diff.c:5408
2818msgid "disable rename detection"
2819msgstr "disabilita rilevamento ridenominazione"
2820
2821#: diff.c:5411
2822msgid "use empty blobs as rename source"
2823msgstr "usa blob vuoti come sorgente ridenominazione"
2824
2825#: diff.c:5413
2826msgid "continue listing the history of a file beyond renames"
2827msgstr ""
2828"continua a elencare la cronologia di un file al di là delle ridenominazioni"
2829
2830#: diff.c:5416
2831msgid ""
2832"prevent rename/copy detection if the number of rename/copy targets exceeds "
2833"given limit"
2834msgstr ""
2835"impedisci il rilevamento ridenominazione/copia se il numero delle "
2836"destinazioni ridenominazione/copia eccede il limite specificato"
2837
2838#: diff.c:5418
2839msgid "Diff algorithm options"
2840msgstr "Opzioni algoritmo diff"
2841
2842#: diff.c:5420
2843msgid "produce the smallest possible diff"
2844msgstr "produci il diff più piccolo possibile"
2845
2846#: diff.c:5423
2847msgid "ignore whitespace when comparing lines"
2848msgstr "ignora gli spazi bianchi durante il confronto delle righe"
2849
2850#: diff.c:5426
2851msgid "ignore changes in amount of whitespace"
2852msgstr "ignora le modifiche al numero degli spazi bianchi"
2853
2854#: diff.c:5429
2855msgid "ignore changes in whitespace at EOL"
2856msgstr "ignora modifiche agli spazi bianchi a fine riga"
2857
2858#: diff.c:5432
2859msgid "ignore carrier-return at the end of line"
2860msgstr "ignora carattere ritorno a capo a fine riga"
2861
2862#: diff.c:5435
2863msgid "ignore changes whose lines are all blank"
2864msgstr "ignora modifiche che riguardano solo righe vuote"
2865
2866#: diff.c:5438
2867msgid "heuristic to shift diff hunk boundaries for easy reading"
2868msgstr ""
2869"euristica per spostare i limiti degli hunk nel diff per una lettura agevole"
2870
2871#: diff.c:5441
2872msgid "generate diff using the \"patience diff\" algorithm"
2873msgstr "genera il diff usando l'algoritmo \"patience diff\""
2874
2875#: diff.c:5445
2876msgid "generate diff using the \"histogram diff\" algorithm"
2877msgstr "genera il diff usando l'algoritmo \"histogram diff\""
2878
2879#: diff.c:5447
2880msgid "<algorithm>"
2881msgstr "<algoritmo>"
2882
2883#: diff.c:5448
2884msgid "choose a diff algorithm"
2885msgstr "seleziona un algoritmo diff"
2886
2887#: diff.c:5450
2888msgid "<text>"
2889msgstr "<testo>"
2890
2891#: diff.c:5451
2892msgid "generate diff using the \"anchored diff\" algorithm"
2893msgstr "genera il diff usando l'algoritmo \"anchored diff\""
2894
2895#: diff.c:5453 diff.c:5462 diff.c:5465
2896msgid "<mode>"
2897msgstr "<modalità>"
2898
2899#: diff.c:5454
2900msgid "show word diff, using <mode> to delimit changed words"
2901msgstr ""
2902"visualizza il diff parola per parola usando <modalità> per delimitare le "
2903"parole modificate"
2904
2905#: diff.c:5456 diff.c:5459 diff.c:5504
2906msgid "<regex>"
2907msgstr "<espressione regolare>"
2908
2909#: diff.c:5457
2910msgid "use <regex> to decide what a word is"
2911msgstr "usa <espressione regolare> per decidere cosa costituisce una parola"
2912
2913#: diff.c:5460
2914msgid "equivalent to --word-diff=color --word-diff-regex=<regex>"
2915msgstr ""
2916"equivalente di --word-diff=color --word-diff-regex=<espressione regolare>"
2917
2918#: diff.c:5463
2919msgid "moved lines of code are colored differently"
2920msgstr "le righe di codice spostate sono colorate in modo diverso"
2921
2922#: diff.c:5466
2923msgid "how white spaces are ignored in --color-moved"
2924msgstr "modo in cui sono ignorati gli spazi bianchi in --color-moved"
2925
2926#: diff.c:5469
2927msgid "Other diff options"
2928msgstr "Altre opzioni diff"
2929
2930#: diff.c:5471
2931msgid "when run from subdir, exclude changes outside and show relative paths"
2932msgstr ""
2933"se eseguito da una sottodirectory, escludi le modifiche esterne ad essa e "
2934"visualizza i percorsi relativi"
2935
2936#: diff.c:5475
2937msgid "treat all files as text"
2938msgstr "tratta tutti i file come se fossero di testo"
2939
2940#: diff.c:5477
2941msgid "swap two inputs, reverse the diff"
2942msgstr "scambia i due input, genera un diff al contrario"
2943
2944#: diff.c:5479
2945msgid "exit with 1 if there were differences, 0 otherwise"
2946msgstr "esci con codice 1 se ci sono differenze, con 0 altrimenti"
2947
2948#: diff.c:5481
2949msgid "disable all output of the program"
2950msgstr "disabilita l'intero output del programma"
2951
2952#: diff.c:5483
2953msgid "allow an external diff helper to be executed"
2954msgstr "consenti l'esecuzione di un helper diff esterno"
2955
2956#: diff.c:5485
2957msgid "run external text conversion filters when comparing binary files"
2958msgstr ""
2959"esegui filtri di conversione in testo esterni quando si confrontano file "
2960"binari"
2961
2962#: diff.c:5487
2963msgid "<when>"
2964msgstr "<quando>"
2965
2966#: diff.c:5488
2967msgid "ignore changes to submodules in the diff generation"
2968msgstr "ignora le modifiche ai sottomoduli durante la generazione del diff"
2969
2970#: diff.c:5491
2971msgid "<format>"
2972msgstr "<formato>"
2973
2974#: diff.c:5492
2975msgid "specify how differences in submodules are shown"
2976msgstr "specifica come verranno visualizzate le differenze nei sottomoduli"
2977
2978#: diff.c:5496
2979msgid "hide 'git add -N' entries from the index"
2980msgstr "nascondi le voci 'git add -N' nell'indice"
2981
2982#: diff.c:5499
2983msgid "treat 'git add -N' entries as real in the index"
2984msgstr "tratta le voci 'git add -N' come reali nell'indice"
2985
2986#: diff.c:5501
2987msgid "<string>"
2988msgstr "<stringa>"
2989
2990#: diff.c:5502
2991msgid ""
2992"look for differences that change the number of occurrences of the specified "
2993"string"
2994msgstr ""
2995"cerca differenze che modificano il numero di occorrenze della stringa "
2996"specificata"
2997
2998#: diff.c:5505
2999msgid ""
3000"look for differences that change the number of occurrences of the specified "
3001"regex"
3002msgstr ""
3003"cerca differenze che modificano il numero di occorrenze dell'espressione "
3004"regolare specificata"
3005
3006#: diff.c:5508
3007msgid "show all changes in the changeset with -S or -G"
3008msgstr "visualizza tutte le modifiche nel changeset con -S o -G"
3009
3010#: diff.c:5511
3011msgid "treat <string> in -S as extended POSIX regular expression"
3012msgstr ""
3013"tratta la <stringa> nell'opzione -S come un'espressione regolare POSIX estesa"
3014
3015#: diff.c:5514
3016msgid "control the order in which files appear in the output"
3017msgstr "controlla l'ordine con cui i file appariranno nell'output"
3018
3019#: diff.c:5515
3020msgid "<object-id>"
3021msgstr "<ID oggetto>"
3022
3023#: diff.c:5516
3024msgid ""
3025"look for differences that change the number of occurrences of the specified "
3026"object"
3027msgstr ""
3028"cerca differenze che modificano il numero di occorrenze dell'oggetto "
3029"specificato"
3030
3031#: diff.c:5518
3032msgid "[(A|C|D|M|R|T|U|X|B)...[*]]"
3033msgstr "[(A|C|D|M|R|T|U|X|B)...[*]]"
3034
3035#: diff.c:5519
3036msgid "select files by diff type"
3037msgstr "seleziona file in base al tipo diff"
3038
3039#: diff.c:5521
3040msgid "<file>"
3041msgstr "<file>"
3042
3043#: diff.c:5522
3044msgid "Output to a specific file"
3045msgstr "Salva l'output in un file specifico"
3046
3047#: diff.c:6177
3048msgid "inexact rename detection was skipped due to too many files."
3049msgstr ""
3050"il rilevamento ridenominazione non esatta è stato omesso per la presenza di "
3051"troppi file."
3052
3053#: diff.c:6180
3054msgid "only found copies from modified paths due to too many files."
3055msgstr ""
3056"trovate solo copie dai percorsi modificati per la presenza di troppi file."
3057
3058#: diff.c:6183
3059#, c-format
3060msgid ""
3061"you may want to set your %s variable to at least %d and retry the command."
3062msgstr ""
3063"potresti voler impostare la variabile %s ad almeno %d e riprovare ad "
3064"eseguire il comando."
3065
3066#: dir.c:537
3067#, c-format
3068msgid "pathspec '%s' did not match any file(s) known to git"
3069msgstr ""
3070"lo specificatore percorso '%s' non corrisponde ad alcun file noto a git"
3071
3072#: dir.c:926
3073#, c-format
3074msgid "cannot use %s as an exclude file"
3075msgstr "impossibile usare %s come file di esclusione"
3076
3077#: dir.c:1843
3078#, c-format
3079msgid "could not open directory '%s'"
3080msgstr "impossibile aprire la directory '%s'"
3081
3082#: dir.c:2085
3083msgid "failed to get kernel name and information"
3084msgstr "impossibile ottenere il nome e le informazioni sul kernel"
3085
3086#: dir.c:2209
3087msgid "untracked cache is disabled on this system or location"
3088msgstr "la cache non tracciata è disabilitata su questo sistema o percorso"
3089
3090#: dir.c:3013
3091#, c-format
3092msgid "index file corrupt in repo %s"
3093msgstr "file index corrotto nel repository %s"
3094
3095#: dir.c:3058 dir.c:3063
3096#, c-format
3097msgid "could not create directories for %s"
3098msgstr "impossibile creare le directory per %s"
3099
3100#: dir.c:3092
3101#, c-format
3102msgid "could not migrate git directory from '%s' to '%s'"
3103msgstr "impossibile migrare la directory git da '%s' a '%s'"
3104
3105#: editor.c:73
3106#, c-format
3107msgid "hint: Waiting for your editor to close the file...%c"
3108msgstr ""
3109"suggerimento: In attesa della chiusura del file da parte dell'editor...%c"
3110
3111#: entry.c:178
3112msgid "Filtering content"
3113msgstr "Filtraggio contenuto in corso"
3114
3115#: entry.c:476
3116#, c-format
3117msgid "could not stat file '%s'"
3118msgstr "impossibile eseguire stat sul file '%s'"
3119
3120#: environment.c:150
3121#, c-format
3122msgid "bad git namespace path \"%s\""
3123msgstr "percorso spazio dei nomi git \"%s\" non valido"
3124
3125#: environment.c:332
3126#, c-format
3127msgid "could not set GIT_DIR to '%s'"
3128msgstr "impossibile impostare GIT_DIR a '%s'"
3129
3130#: exec-cmd.c:363
3131#, c-format
3132msgid "too many args to run %s"
3133msgstr "troppi argomenti per eseguire %s"
3134
3135#: fetch-object.c:17
3136msgid "Remote with no URL"
3137msgstr "Remoto senza URL"
3138
3139#: fetch-pack.c:151
3140msgid "git fetch-pack: expected shallow list"
3141msgstr "git fetch-pack: attesa lista shallow"
3142
3143#: fetch-pack.c:154
3144msgid "git fetch-pack: expected a flush packet after shallow list"
3145msgstr "git fetch-pack: atteso pacchetto flush dopo lista shallow"
3146
3147#: fetch-pack.c:165
3148msgid "git fetch-pack: expected ACK/NAK, got a flush packet"
3149msgstr "git fetch-pack: attesi ACK/NAK, ricevuto pacchetto flush"
3150
3151#: fetch-pack.c:185
3152#, c-format
3153msgid "git fetch-pack: expected ACK/NAK, got '%s'"
3154msgstr "git fetch-pack: attesi ACK/NAK, ricevuto '%s'"
3155
3156#: fetch-pack.c:196
3157msgid "unable to write to remote"
3158msgstr "impossibile scrivere sul remoto"
3159
3160#: fetch-pack.c:258
3161msgid "--stateless-rpc requires multi_ack_detailed"
3162msgstr "--stateless-rpc richiede multi_ack_detailed"
3163
3164#: fetch-pack.c:360 fetch-pack.c:1284
3165#, c-format
3166msgid "invalid shallow line: %s"
3167msgstr "riga shallow non valida: '%s'"
3168
3169#: fetch-pack.c:366 fetch-pack.c:1290
3170#, c-format
3171msgid "invalid unshallow line: %s"
3172msgstr "riga unshallow non valida: '%s'"
3173
3174#: fetch-pack.c:368 fetch-pack.c:1292
3175#, c-format
3176msgid "object not found: %s"
3177msgstr "oggetto non trovato: %s"
3178
3179#: fetch-pack.c:371 fetch-pack.c:1295
3180#, c-format
3181msgid "error in object: %s"
3182msgstr "errore nell'oggetto: %s"
3183
3184#: fetch-pack.c:373 fetch-pack.c:1297
3185#, c-format
3186msgid "no shallow found: %s"
3187msgstr "nessuno shallow trovato: %s"
3188
3189#: fetch-pack.c:376 fetch-pack.c:1301
3190#, c-format
3191msgid "expected shallow/unshallow, got %s"
3192msgstr "attesi shallow/unshallow, ricevuto %s"
3193
3194#: fetch-pack.c:417
3195#, c-format
3196msgid "got %s %d %s"
3197msgstr "ricevuto %s %d %s"
3198
3199#: fetch-pack.c:434
3200#, c-format
3201msgid "invalid commit %s"
3202msgstr "commit non valido: %s"
3203
3204#: fetch-pack.c:465
3205msgid "giving up"
3206msgstr "smetto di provare"
3207
3208#: fetch-pack.c:477 progress.c:277
3209msgid "done"
3210msgstr "fatto"
3211
3212#: fetch-pack.c:489
3213#, c-format
3214msgid "got %s (%d) %s"
3215msgstr "ricevuto %s (%d) %s"
3216
3217#: fetch-pack.c:535
3218#, c-format
3219msgid "Marking %s as complete"
3220msgstr "Contrassegno %s come completo"
3221
3222#: fetch-pack.c:744
3223#, c-format
3224msgid "already have %s (%s)"
3225msgstr "ho già %s (%s)"
3226
3227#: fetch-pack.c:783
3228msgid "fetch-pack: unable to fork off sideband demultiplexer"
3229msgstr ""
3230"fetch-pack: impossibile eseguire il fork del demultiplexer della banda "
3231"laterlae"
3232
3233#: fetch-pack.c:791
3234msgid "protocol error: bad pack header"
3235msgstr "errore protocollo: intestazione pack non valida"
3236
3237#: fetch-pack.c:859
3238#, c-format
3239msgid "fetch-pack: unable to fork off %s"
3240msgstr "fetch-pack: impossibile eseguire il fork di %s"
3241
3242#: fetch-pack.c:875
3243#, c-format
3244msgid "%s failed"
3245msgstr "%s non riuscito"
3246
3247#: fetch-pack.c:877
3248msgid "error in sideband demultiplexer"
3249msgstr "errore nel demultiplexer della banda laterale"
3250
3251#: fetch-pack.c:908
3252#, c-format
3253msgid "Server version is %.*s"
3254msgstr "La versione del server è %.*s"
3255
3256#: fetch-pack.c:913 fetch-pack.c:919 fetch-pack.c:922 fetch-pack.c:928
3257#: fetch-pack.c:932 fetch-pack.c:936 fetch-pack.c:940 fetch-pack.c:944
3258#: fetch-pack.c:948 fetch-pack.c:952 fetch-pack.c:956 fetch-pack.c:960
3259#: fetch-pack.c:966 fetch-pack.c:972 fetch-pack.c:977 fetch-pack.c:982
3260#, c-format
3261msgid "Server supports %s"
3262msgstr "Il server supporta %s"
3263
3264#: fetch-pack.c:915
3265msgid "Server does not support shallow clients"
3266msgstr "Il server non supporta client shallow"
3267
3268#: fetch-pack.c:975
3269msgid "Server does not support --shallow-since"
3270msgstr "Il server non supporta --shallow-since"
3271
3272#: fetch-pack.c:980
3273msgid "Server does not support --shallow-exclude"
3274msgstr "Il server non supporta --shallow-exclude"
3275
3276#: fetch-pack.c:984
3277msgid "Server does not support --deepen"
3278msgstr "Il server non supporta --deepen"
3279
3280#: fetch-pack.c:1001
3281msgid "no common commits"
3282msgstr "nessun commit in comune"
3283
3284#: fetch-pack.c:1013 fetch-pack.c:1462
3285msgid "git fetch-pack: fetch failed."
3286msgstr "git fetch-pack: recupero non riuscito."
3287
3288#: fetch-pack.c:1151
3289msgid "Server does not support shallow requests"
3290msgstr "Il server non supporta le richieste shallow"
3291
3292#: fetch-pack.c:1157
3293msgid "Server supports filter"
3294msgstr "Il server supporta filter"
3295
3296#: fetch-pack.c:1184
3297msgid "unable to write request to remote"
3298msgstr "impossibile scrivere la richiesta sul remoto"
3299
3300#: fetch-pack.c:1202
3301#, c-format
3302msgid "error reading section header '%s'"
3303msgstr "errore durante la lettura dell'intestazione di sezione '%s'"
3304
3305#: fetch-pack.c:1208
3306#, c-format
3307msgid "expected '%s', received '%s'"
3308msgstr "atteso '%s', ricevuto '%s'"
3309
3310#: fetch-pack.c:1247
3311#, c-format
3312msgid "unexpected acknowledgment line: '%s'"
3313msgstr "riga di conferma inattesa: '%s'"
3314
3315#: fetch-pack.c:1252
3316#, c-format
3317msgid "error processing acks: %d"
3318msgstr "errore durante l'elaborazione degli ack: %d"
3319
3320#: fetch-pack.c:1262
3321msgid "expected packfile to be sent after 'ready'"
3322msgstr "ci si attendeva che il packfile fosse inviato dopo 'ready'"
3323
3324#: fetch-pack.c:1264
3325msgid "expected no other sections to be sent after no 'ready'"
3326msgstr ""
3327"ci si attendeva che nessun'altra sezione fosse inviata in assenza di 'ready'"
3328
3329#: fetch-pack.c:1306
3330#, c-format
3331msgid "error processing shallow info: %d"
3332msgstr "errore durante l'elaborazione delle informazioni shallow: %d"
3333
3334#: fetch-pack.c:1353
3335#, c-format
3336msgid "expected wanted-ref, got '%s'"
3337msgstr "atteso wanted-ref, ricevuto '%s'"
3338
3339#: fetch-pack.c:1358
3340#, c-format
3341msgid "unexpected wanted-ref: '%s'"
3342msgstr "wanted-ref inatteso: '%s'"
3343
3344#: fetch-pack.c:1363
3345#, c-format
3346msgid "error processing wanted refs: %d"
3347msgstr "errore durante l'elaborazione dei riferimenti desiderati: %d"
3348
3349#: fetch-pack.c:1689
3350msgid "no matching remote head"
3351msgstr "nessun head remoto corrispondente"
3352
3353#: fetch-pack.c:1712 builtin/clone.c:686
3354msgid "remote did not send all necessary objects"
3355msgstr "il remoto non ha inviato tutti gli oggetti necessari"
3356
3357#: fetch-pack.c:1739
3358#, c-format
3359msgid "no such remote ref %s"
3360msgstr "riferimento remoto non esistente: %s"
3361
3362#: fetch-pack.c:1742
3363#, c-format
3364msgid "Server does not allow request for unadvertised object %s"
3365msgstr "Il server non consente richieste per l'oggetto non pubblicizzato %s"
3366
3367#: gpg-interface.c:321
3368msgid "gpg failed to sign the data"
3369msgstr "gpg non è riuscito a firmare i dati"
3370
3371#: gpg-interface.c:347
3372msgid "could not create temporary file"
3373msgstr "impossibile creare il file temporaneo"
3374
3375#: gpg-interface.c:350
3376#, c-format
3377msgid "failed writing detached signature to '%s'"
3378msgstr "scrittura della firma separata in '%s' non riuscita"
3379
3380#: graph.c:97
3381#, c-format
3382msgid "ignore invalid color '%.*s' in log.graphColors"
3383msgstr "ignoro il colore non valido '%.*s' in log.graphColors"
3384
3385#: grep.c:2117
3386#, c-format
3387msgid "'%s': unable to read %s"
3388msgstr "'%s': impossibile leggere %s"
3389
3390#: grep.c:2134 setup.c:164 builtin/clone.c:409 builtin/diff.c:82
3391#: builtin/rm.c:135
3392#, c-format
3393msgid "failed to stat '%s'"
3394msgstr "stat di '%s' non riuscito"
3395
3396#: grep.c:2145
3397#, c-format
3398msgid "'%s': short read"
3399msgstr "'%s': lettura troppo breve"
3400
3401#: help.c:23
3402msgid "start a working area (see also: git help tutorial)"
3403msgstr "crea un'area di lavoro (vedi anche: git help tutorial)"
3404
3405#: help.c:24
3406msgid "work on the current change (see also: git help everyday)"
3407msgstr "lavora sulle modifiche correnti (vedi anche: git help everyday)"
3408
3409#: help.c:25
3410msgid "examine the history and state (see also: git help revisions)"
3411msgstr "esamina la cronologia e lo stato (vedi anche: git help revisions)"
3412
3413#: help.c:26
3414msgid "grow, mark and tweak your common history"
3415msgstr "aumenta, contrassegna e metti a punto la cronologia comune"
3416
3417#: help.c:27
3418msgid "collaborate (see also: git help workflows)"
3419msgstr "collabora (vedi anche: git help workflows)"
3420
3421#: help.c:31
3422msgid "Main Porcelain Commands"
3423msgstr "Comandi principali di alto livello"
3424
3425#: help.c:32
3426msgid "Ancillary Commands / Manipulators"
3427msgstr "Comandi / operazioni di manipolazione ausiliari"
3428
3429#: help.c:33
3430msgid "Ancillary Commands / Interrogators"
3431msgstr "Comandi / operazioni di interrogazione ausiliari"
3432
3433#: help.c:34
3434msgid "Interacting with Others"
3435msgstr "Interazione con altri"
3436
3437#: help.c:35
3438msgid "Low-level Commands / Manipulators"
3439msgstr "Comandi / operazioni di manipolazione di basso livello"
3440
3441#: help.c:36
3442msgid "Low-level Commands / Interrogators"
3443msgstr "Comandi / operazioni di interrogazione di basso livello"
3444
3445#: help.c:37
3446msgid "Low-level Commands / Synching Repositories"
3447msgstr "Comandi di basso livello / Sincronizzazione repository"
3448
3449#: help.c:38
3450msgid "Low-level Commands / Internal Helpers"
3451msgstr "Comandi di basso livello / Funzioni helper interne"
3452
3453#: help.c:298
3454#, c-format
3455msgid "available git commands in '%s'"
3456msgstr "comandi git disponibili in '%s'"
3457
3458#: help.c:305
3459msgid "git commands available from elsewhere on your $PATH"
3460msgstr "comandi git disponibili altrove nel tuo $PATH"
3461
3462#: help.c:314
3463msgid "These are common Git commands used in various situations:"
3464msgstr "Questi sono i comandi Git comuni usati in varie situazioni:"
3465
3466#: help.c:363 git.c:98
3467#, c-format
3468msgid "unsupported command listing type '%s'"
3469msgstr "tipo elenco comandi non supportato: '%s'"
3470
3471#: help.c:403
3472msgid "The common Git guides are:"
3473msgstr "Le guide Git comuni sono:"
3474
3475#: help.c:512
3476msgid "See 'git help <command>' to read about a specific subcommand"
3477msgstr ""
3478"Vedi 'git help <comando>' per saperne di più su un sottocomando specifico"
3479
3480#: help.c:517
3481msgid "External commands"
3482msgstr "Comandi esterni"
3483
3484#: help.c:532
3485msgid "Command aliases"
3486msgstr "Alias comandi"
3487
3488#: help.c:596
3489#, c-format
3490msgid ""
3491"'%s' appears to be a git command, but we were not\n"
3492"able to execute it. Maybe git-%s is broken?"
3493msgstr ""
3494"'%s' sembra essere un comando git, ma non è stato\n"
3495"possibile eseguirlo. Forse git-%s è corrotto?"
3496
3497#: help.c:655
3498msgid "Uh oh. Your system reports no Git commands at all."
3499msgstr "Oh oh. Il tuo sistema non riporta alcun comando Git."
3500
3501#: help.c:677
3502#, c-format
3503msgid "WARNING: You called a Git command named '%s', which does not exist."
3504msgstr "ATTENZIONE: hai chiamato un comando Git '%s' inesistente."
3505
3506#: help.c:682
3507#, c-format
3508msgid "Continuing under the assumption that you meant '%s'."
3509msgstr "Continuo assumendo che intendessi '%s'."
3510
3511#: help.c:687
3512#, c-format
3513msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
3514msgstr "Continuo fra %0.1f secondi assumendo che intendessi '%s'."
3515
3516#: help.c:695
3517#, c-format
3518msgid "git: '%s' is not a git command. See 'git --help'."
3519msgstr "git: '%s' non è un comando git. Vedi 'git --help'."
3520
3521#: help.c:699
3522msgid ""
3523"\n"
3524"The most similar command is"
3525msgid_plural ""
3526"\n"
3527"The most similar commands are"
3528msgstr[0] ""
3529"\n"
3530"Il comando maggiormente simile è"
3531msgstr[1] ""
3532"\n"
3533"I comandi maggiormente simili sono"
3534
3535#: help.c:714
3536msgid "git version [<options>]"
3537msgstr "git version [<opzioni>]"
3538
3539#: help.c:782
3540#, c-format
3541msgid "%s: %s - %s"
3542msgstr "%s: %s - %s"
3543
3544#: help.c:786
3545msgid ""
3546"\n"
3547"Did you mean this?"
3548msgid_plural ""
3549"\n"
3550"Did you mean one of these?"
3551msgstr[0] ""
3552"\n"
3553"Intendevi questo?"
3554msgstr[1] ""
3555"\n"
3556"Intendevi uno di questi?"
3557
3558#: ident.c:349
3559msgid ""
3560"\n"
3561"*** Please tell me who you are.\n"
3562"\n"
3563"Run\n"
3564"\n"
3565" git config --global user.email \"you@example.com\"\n"
3566" git config --global user.name \"Your Name\"\n"
3567"\n"
3568"to set your account's default identity.\n"
3569"Omit --global to set the identity only in this repository.\n"
3570"\n"
3571msgstr ""
3572"\n"
3573"*** Dimmi chi sei.\n"
3574"\n"
3575"Esegui\n"
3576"\n"
3577" git config --global user.email \"tu@esempio.com\"\n"
3578" git config --global user.name \"Il tuo nome\"\n"
3579"\n"
3580"per impostare l'identità predefinita del tuo account.\n"
3581"Ometti --global per impostare l'identità solo in questo repository.\n"
3582"\n"
3583
3584#: ident.c:379
3585msgid "no email was given and auto-detection is disabled"
3586msgstr ""
3587"nessun indirizzo e-mail specificato e rilevamento automatico disabilitato"
3588
3589#: ident.c:384
3590#, c-format
3591msgid "unable to auto-detect email address (got '%s')"
3592msgstr ""
3593"impossibile rilevare automaticamente l'indirizzo e-mail (ho ricavato '%s')"
3594
3595#: ident.c:401
3596msgid "no name was given and auto-detection is disabled"
3597msgstr "nessun nome specificato e rilevamento automatico disabilitato"
3598
3599#: ident.c:407
3600#, c-format
3601msgid "unable to auto-detect name (got '%s')"
3602msgstr "impossibile rilevare automaticamente il nome (ho ricavato '%s')"
3603
3604#: ident.c:415
3605#, c-format
3606msgid "empty ident name (for <%s>) not allowed"
3607msgstr "nome ident vuoto (per <%s>) non consentito"
3608
3609#: ident.c:421
3610#, c-format
3611msgid "name consists only of disallowed characters: %s"
3612msgstr "il nome è composto solo da caratteri non consentiti: %s"
3613
3614#: ident.c:436 builtin/commit.c:611
3615#, c-format
3616msgid "invalid date format: %s"
3617msgstr "formato data non valido: %s"
3618
3619#: list-objects.c:129
3620#, c-format
3621msgid "entry '%s' in tree %s has tree mode, but is not a tree"
3622msgstr "la voce '%s' nell'albero %s ha la modalità albero, ma non è un albero"
3623
3624#: list-objects.c:142
3625#, c-format
3626msgid "entry '%s' in tree %s has blob mode, but is not a blob"
3627msgstr "la voce '%s' nell'albero %s ha la modalità blob, ma non è un blob"
3628
3629#: list-objects.c:378
3630#, c-format
3631msgid "unable to load root tree for commit %s"
3632msgstr "impossibile caricare l'albero radice per il commit %s"
3633
3634#: list-objects-filter-options.c:36
3635msgid "multiple filter-specs cannot be combined"
3636msgstr "non è possibile combinare più specificatori filtro"
3637
3638#: list-objects-filter-options.c:58
3639msgid "expected 'tree:<depth>'"
3640msgstr "atteso 'tree:<profondità>'"
3641
3642#: list-objects-filter-options.c:84
3643msgid "sparse:path filters support has been dropped"
3644msgstr "il supporto per i filtri sparse:percorso è stato rimosso"
3645
3646#: list-objects-filter-options.c:94
3647#, c-format
3648msgid "invalid filter-spec '%s'"
3649msgstr "specificatore filtro '%s' non valido"
3650
3651#: list-objects-filter-options.c:158
3652msgid "cannot change partial clone promisor remote"
3653msgstr "impossibile modificare il remoto promettente del clone parziale"
3654
3655#: lockfile.c:151
3656#, c-format
3657msgid ""
3658"Unable to create '%s.lock': %s.\n"
3659"\n"
3660"Another git process seems to be running in this repository, e.g.\n"
3661"an editor opened by 'git commit'. Please make sure all processes\n"
3662"are terminated then try again. If it still fails, a git process\n"
3663"may have crashed in this repository earlier:\n"
3664"remove the file manually to continue."
3665msgstr ""
3666"Impossibile creare '%s.lock': %s.\n"
3667"\n"
3668"Sembra che un altro processo git sia in esecuzione in questo repository, ad "
3669"es.\n"
3670"un editor aperto da 'git commit'. Assicurati che tutti i processi\n"
3671"siano terminati, quindi riprova. Se l'operazione continua a non riuscire, è\n"
3672"possibile che un processo git sia andato in crash in questo repository\n"
3673"in precedenza: rimuovi manualmente il file per continuare."
3674
3675#: lockfile.c:159
3676#, c-format
3677msgid "Unable to create '%s.lock': %s"
3678msgstr "Impossibile creare '%s.lock': %s"
3679
3680#: merge.c:41
3681msgid "failed to read the cache"
3682msgstr "lettura della cache non riuscita"
3683
3684#: merge.c:107 rerere.c:720 builtin/am.c:1885 builtin/am.c:1919
3685#: builtin/checkout.c:536 builtin/checkout.c:796 builtin/clone.c:786
3686#: builtin/stash.c:264
3687msgid "unable to write new index file"
3688msgstr "impossibile scrivere il nuovo file index"
3689
3690#: merge-recursive.c:322
3691msgid "(bad commit)\n"
3692msgstr "(commit non valido)\n"
3693
3694#: merge-recursive.c:345
3695#, c-format
3696msgid "add_cacheinfo failed for path '%s'; merge aborting."
3697msgstr "add_cacheinfo non riuscito per il percorso '%s'; interrompo il merge."
3698
3699#: merge-recursive.c:354
3700#, c-format
3701msgid "add_cacheinfo failed to refresh for path '%s'; merge aborting."
3702msgstr ""
3703"aggiornamento add_cacheinfo non riuscito per il percorso '%s'; interrompo il "
3704"merge."
3705
3706#: merge-recursive.c:437
3707msgid "error building trees"
3708msgstr "errore durante la costruzione degli alberi"
3709
3710#: merge-recursive.c:863
3711#, c-format
3712msgid "failed to create path '%s'%s"
3713msgstr "creazione del percorso '%s' non riuscita%s"
3714
3715#: merge-recursive.c:874
3716#, c-format
3717msgid "Removing %s to make room for subdirectory\n"
3718msgstr "Rimuovo %s per fare spazio alla sottodirectory\n"
3719
3720#: merge-recursive.c:888 merge-recursive.c:907
3721msgid ": perhaps a D/F conflict?"
3722msgstr ": forse si tratta di un conflitto D/F?"
3723
3724#: merge-recursive.c:897
3725#, c-format
3726msgid "refusing to lose untracked file at '%s'"
3727msgstr "mi rifiuto di perdere un file non tracciato in '%s'"
3728
3729#: merge-recursive.c:938 builtin/cat-file.c:40
3730#, c-format
3731msgid "cannot read object %s '%s'"
3732msgstr "impossibile leggere l'oggetto %s '%s'"
3733
3734#: merge-recursive.c:941
3735#, c-format
3736msgid "blob expected for %s '%s'"
3737msgstr "atteso blob per %s '%s'"
3738
3739#: merge-recursive.c:965
3740#, c-format
3741msgid "failed to open '%s': %s"
3742msgstr "apertura di '%s' non riuscita: %s"
3743
3744#: merge-recursive.c:976
3745#, c-format
3746msgid "failed to symlink '%s': %s"
3747msgstr "creazione del collegamento simbolico '%s' non riuscita: %s"
3748
3749#: merge-recursive.c:981
3750#, c-format
3751msgid "do not know what to do with %06o %s '%s'"
3752msgstr "non so che fare con %06o %s '%s'"
3753
3754#: merge-recursive.c:1177
3755#, c-format
3756msgid "Failed to merge submodule %s (not checked out)"
3757msgstr "Merge del sottomodulo %s non riuscito (checkout non eseguito)"
3758
3759#: merge-recursive.c:1184
3760#, c-format
3761msgid "Failed to merge submodule %s (commits not present)"
3762msgstr "Merge del sottomodulo %s non riuscito (commit non presenti)"
3763
3764#: merge-recursive.c:1191
3765#, c-format
3766msgid "Failed to merge submodule %s (commits don't follow merge-base)"
3767msgstr ""
3768"Merge del sottomodulo %s non riuscito (i commit non seguono la base del "
3769"merge)"
3770
3771#: merge-recursive.c:1199 merge-recursive.c:1211
3772#, c-format
3773msgid "Fast-forwarding submodule %s to the following commit:"
3774msgstr "Eseguo il fast forward del sottomodulo %s al seguente commit:"
3775
3776#: merge-recursive.c:1202 merge-recursive.c:1214
3777#, c-format
3778msgid "Fast-forwarding submodule %s"
3779msgstr "Eseguo il fast forward del sottomodulo %s"
3780
3781#: merge-recursive.c:1237
3782#, c-format
3783msgid "Failed to merge submodule %s (merge following commits not found)"
3784msgstr ""
3785"Merge del sottomodulo %s non riuscito (merge dopo i commit non trovato)"
3786
3787#: merge-recursive.c:1241
3788#, c-format
3789msgid "Failed to merge submodule %s (not fast-forward)"
3790msgstr "Merge del sottomodulo %s non riuscito (non fast forward)"
3791
3792#: merge-recursive.c:1242
3793msgid "Found a possible merge resolution for the submodule:\n"
3794msgstr "Trovata possibile risoluzione merge per il sottomodulo:\n"
3795
3796#: merge-recursive.c:1245
3797#, c-format
3798msgid ""
3799"If this is correct simply add it to the index for example\n"
3800"by using:\n"
3801"\n"
3802" git update-index --cacheinfo 160000 %s \"%s\"\n"
3803"\n"
3804"which will accept this suggestion.\n"
3805msgstr ""
3806"Se è corretta aggiungila semplicemente all'indice, ad esempio\n"
3807"usando:\n"
3808"\n"
3809" git update-index --cacheinfo 160000 %s \"%s\"\n"
3810"\n"
3811"per accettare questo suggerimento.\n"
3812
3813#: merge-recursive.c:1254
3814#, c-format
3815msgid "Failed to merge submodule %s (multiple merges found)"
3816msgstr "Merge del sottomodulo %s non riuscito (più merge trovati)"
3817
3818#: merge-recursive.c:1327
3819msgid "Failed to execute internal merge"
3820msgstr "Esecuzione del merge interno non riuscita"
3821
3822#: merge-recursive.c:1332
3823#, c-format
3824msgid "Unable to add %s to database"
3825msgstr "Impossibile aggiungere %s al database"
3826
3827#: merge-recursive.c:1364
3828#, c-format
3829msgid "Auto-merging %s"
3830msgstr "Merge automatico di %s in corso"
3831
3832#: merge-recursive.c:1387
3833#, c-format
3834msgid "Error: Refusing to lose untracked file at %s; writing to %s instead."
3835msgstr ""
3836"Errore: mi rifiuto di perdere il file non tracciato %s; scrivo invece in %s."
3837
3838#: merge-recursive.c:1459
3839#, c-format
3840msgid ""
3841"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
3842"in tree."
3843msgstr ""
3844"CONFLITTO (%s/eliminazione): %s eliminato in %s e %s in %s. Versione %s di "
3845"%s lasciata nell'albero."
3846
3847#: merge-recursive.c:1464
3848#, c-format
3849msgid ""
3850"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
3851"left in tree."
3852msgstr ""
3853"CONFLITTO (%s/eliminazione): %s eliminato in %s e %s come %s in %s. Versione "
3854"%s di %s lasciata nell'albero."
3855
3856#: merge-recursive.c:1471
3857#, c-format
3858msgid ""
3859"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
3860"in tree at %s."
3861msgstr ""
3862"CONFLITTO (%s/eliminazione): %s eliminato in %s e %s in %s. Versione %s di "
3863"%s lasciata nell'albero in %s."
3864
3865#: merge-recursive.c:1476
3866#, c-format
3867msgid ""
3868"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
3869"left in tree at %s."
3870msgstr ""
3871"CONFLITTO (%s/eliminazione): %s eliminato in %s e %s come %s in %s. Versione "
3872"%s di %s lasciata nell'albero in %s."
3873
3874#: merge-recursive.c:1511
3875msgid "rename"
3876msgstr "ridenominazione"
3877
3878#: merge-recursive.c:1511
3879msgid "renamed"
3880msgstr "rinominato"
3881
3882#: merge-recursive.c:1591 merge-recursive.c:2450 merge-recursive.c:3093
3883#, c-format
3884msgid "Refusing to lose dirty file at %s"
3885msgstr "Mi rifiuto di perdere un file sporco in %s"
3886
3887#: merge-recursive.c:1601
3888#, c-format
3889msgid "Refusing to lose untracked file at %s, even though it's in the way."
3890msgstr ""
3891"Mi rifiuto di perdere un file non tracciato in %s, benché sia d'ostacolo."
3892
3893#: merge-recursive.c:1659
3894#, c-format
3895msgid "CONFLICT (rename/add): Rename %s->%s in %s. Added %s in %s"
3896msgstr ""
3897"CONFLITTO (ridenominazione/aggiunta): elemento ridenominato %s->%s in %s. %s "
3898"aggiunto in %s"
3899
3900#: merge-recursive.c:1690
3901#, c-format
3902msgid "%s is a directory in %s adding as %s instead"
3903msgstr "%s è una directory in %s; la aggiungo come %s"
3904
3905#: merge-recursive.c:1695
3906#, c-format
3907msgid "Refusing to lose untracked file at %s; adding as %s instead"
3908msgstr "Mi rifiuto di perdere un file non tracciato in %s; lo aggiungo come %s"
3909
3910#: merge-recursive.c:1714
3911#, c-format
3912msgid ""
3913"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
3914"\"->\"%s\" in \"%s\"%s"
3915msgstr ""
3916"CONFLITTO (ridenominazione/ridenominazione): file ridenominato \"%s\"->\"%s"
3917"\" nel branch \"%s\", ridenominato \"%s\"->\"%s\" in \"%s\"%s"
3918
3919#: merge-recursive.c:1719
3920msgid " (left unresolved)"
3921msgstr " (lasciato irrisolto)"
3922
3923#: merge-recursive.c:1828
3924#, c-format
3925msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
3926msgstr ""
3927"CONFLITTO (ridenominazione/ridenominazione): file ridenominato %s->%s in %s. "
3928"Ridenominato %s->%s in %s"
3929
3930#: merge-recursive.c:2035
3931#, c-format
3932msgid ""
3933"CONFLICT (directory rename split): Unclear where to place %s because "
3934"directory %s was renamed to multiple other directories, with no destination "
3935"getting a majority of the files."
3936msgstr ""
3937"CONFLITTO (split ridenominazione directory): non è chiaro dove collocare %s "
3938"perché la directory %s è stata ridenominata in più directory diverse e "
3939"nessuna directory di destinazione contiene la maggior parte dei file."
3940
3941#: merge-recursive.c:2067
3942#, c-format
3943msgid ""
3944"CONFLICT (implicit dir rename): Existing file/dir at %s in the way of "
3945"implicit directory rename(s) putting the following path(s) there: %s."
3946msgstr ""
3947"CONFLITTO (ridenominazione directory implicita): il file/directory esistente "
3948"%s è d'ostacolo alle seguenti ridenominazioni directory che spostano in tale "
3949"posizione i seguenti percorsi: %s."
3950
3951#: merge-recursive.c:2077
3952#, c-format
3953msgid ""
3954"CONFLICT (implicit dir rename): Cannot map more than one path to %s; "
3955"implicit directory renames tried to put these paths there: %s"
3956msgstr ""
3957"CONFLITTO (ridenominazione directory implicita): impossibile mappare più di "
3958"un percorso in %s; delle ridenominazioni directory implicite hanno tentato "
3959"di spostare in tale posizione i seguenti percorsi: %s"
3960
3961#: merge-recursive.c:2169
3962#, c-format
3963msgid ""
3964"CONFLICT (rename/rename): Rename directory %s->%s in %s. Rename directory %s-"
3965">%s in %s"
3966msgstr ""
3967"CONFLITTO (ridenominazione/ridenominazione): directory ridenominata %s->%s "
3968"in %s. Directory ridenominata %s->%s in %s"
3969
3970#: merge-recursive.c:2413
3971#, c-format
3972msgid ""
3973"WARNING: Avoiding applying %s -> %s rename to %s, because %s itself was "
3974"renamed."
3975msgstr ""
3976"ATTENZIONE: evito di applicare la ridenominazione %s -> %s a %s perché %s "
3977"stesso è stato ridenominato."
3978
3979#: merge-recursive.c:2937
3980#, c-format
3981msgid "cannot read object %s"
3982msgstr "impossibile leggere l'oggetto %s"
3983
3984#: merge-recursive.c:2940
3985#, c-format
3986msgid "object %s is not a blob"
3987msgstr "l'oggetto %s non è un blob"
3988
3989#: merge-recursive.c:3004
3990msgid "modify"
3991msgstr "modifica"
3992
3993#: merge-recursive.c:3004
3994msgid "modified"
3995msgstr "modificato"
3996
3997#: merge-recursive.c:3016
3998msgid "content"
3999msgstr "contenuto"
4000
4001#: merge-recursive.c:3020
4002msgid "add/add"
4003msgstr "aggiunta/aggiunta"
4004
4005#: merge-recursive.c:3043
4006#, c-format
4007msgid "Skipped %s (merged same as existing)"
4008msgstr "Omesso %s (elemento sottoposto a merge uguale a quello esistente)"
4009
4010#: merge-recursive.c:3065 git-submodule.sh:937
4011msgid "submodule"
4012msgstr "sottomodulo"
4013
4014#: merge-recursive.c:3066
4015#, c-format
4016msgid "CONFLICT (%s): Merge conflict in %s"
4017msgstr "CONFLITTO (%s): conflitto di merge in %s"
4018
4019#: merge-recursive.c:3096
4020#, c-format
4021msgid "Adding as %s instead"
4022msgstr "Lo aggiungo come %s"
4023
4024#: merge-recursive.c:3178
4025#, c-format
4026msgid ""
4027"Path updated: %s added in %s inside a directory that was renamed in %s; "
4028"moving it to %s."
4029msgstr ""
4030"Percorso aggiornato: %s aggiunto in %s in una directory ridenominata in %s; "
4031"lo sposto in %s."
4032
4033#: merge-recursive.c:3181
4034#, c-format
4035msgid ""
4036"CONFLICT (file location): %s added in %s inside a directory that was renamed "
4037"in %s, suggesting it should perhaps be moved to %s."
4038msgstr ""
4039"CONFLITTO (posizione file): %s aggiunto in %s in una directory ridenominata "
4040"in %s, il che suggerisce che forse dovrebbe essere spostato in %s."
4041
4042#: merge-recursive.c:3185
4043#, c-format
4044msgid ""
4045"Path updated: %s renamed to %s in %s, inside a directory that was renamed in "
4046"%s; moving it to %s."
4047msgstr ""
4048"Percorso aggiornato: %s ridenominato in %s in %s in una directory "
4049"ridenominata in %s; lo sposto in %s."
4050
4051#: merge-recursive.c:3188
4052#, c-format
4053msgid ""
4054"CONFLICT (file location): %s renamed to %s in %s, inside a directory that "
4055"was renamed in %s, suggesting it should perhaps be moved to %s."
4056msgstr ""
4057"CONFLITTO (posizione file): %s ridenominato in %s in %s in una directory "
4058"ridenominata in %s, il che suggerisce che forse dovrebbe essere spostato in "
4059"%s."
4060
4061#: merge-recursive.c:3302
4062#, c-format
4063msgid "Removing %s"
4064msgstr "Rimozione di %s"
4065
4066#: merge-recursive.c:3325
4067msgid "file/directory"
4068msgstr "file/directory"
4069
4070#: merge-recursive.c:3330
4071msgid "directory/file"
4072msgstr "directory/file"
4073
4074#: merge-recursive.c:3337
4075#, c-format
4076msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
4077msgstr ""
4078"CONFLITTO (%s): una directory denominata %s esiste già in %s. Aggiungo %s "
4079"come %s"
4080
4081#: merge-recursive.c:3346
4082#, c-format
4083msgid "Adding %s"
4084msgstr "Aggiunta %s"
4085
4086#: merge-recursive.c:3355
4087#, c-format
4088msgid "CONFLICT (add/add): Merge conflict in %s"
4089msgstr "CONFLITTO (aggiungi/aggiungi): conflitto di merge in %s"
4090
4091#: merge-recursive.c:3393
4092#, c-format
4093msgid ""
4094"Your local changes to the following files would be overwritten by merge:\n"
4095" %s"
4096msgstr ""
4097"Le tue modifiche locali ai seguenti file sarebbero sovrascritte dal merge:\n"
4098" %s"
4099
4100#: merge-recursive.c:3404
4101msgid "Already up to date!"
4102msgstr "Già aggiornato!"
4103
4104#: merge-recursive.c:3413
4105#, c-format
4106msgid "merging of trees %s and %s failed"
4107msgstr "merge degli alberi %s e %s non riuscito"
4108
4109#: merge-recursive.c:3512
4110msgid "Merging:"
4111msgstr "Merge in corso:"
4112
4113#: merge-recursive.c:3525
4114#, c-format
4115msgid "found %u common ancestor:"
4116msgid_plural "found %u common ancestors:"
4117msgstr[0] "trovato %u antenato comune:"
4118msgstr[1] "trovati %u antenati comuni:"
4119
4120#: merge-recursive.c:3564
4121msgid "merge returned no commit"
4122msgstr "il merge non ha restituito alcun commit"
4123
4124#: merge-recursive.c:3630
4125#, c-format
4126msgid "Could not parse object '%s'"
4127msgstr "Impossibile analizzare l'oggetto '%s'"
4128
4129#: merge-recursive.c:3646 builtin/merge.c:698 builtin/merge.c:869
4130msgid "Unable to write index."
4131msgstr "Impossibile scrivere l'indice."
4132
4133#: midx.c:69
4134#, c-format
4135msgid "multi-pack-index file %s is too small"
4136msgstr "il file multi-pack-index %s è troppo piccolo"
4137
4138#: midx.c:85
4139#, c-format
4140msgid "multi-pack-index signature 0x%08x does not match signature 0x%08x"
4141msgstr "la firma del multi-pack-index 0x%08x non corrisponde alla firma 0x%08x"
4142
4143#: midx.c:90
4144#, c-format
4145msgid "multi-pack-index version %d not recognized"
4146msgstr "versione %d multi-pack-index non riconosciuta"
4147
4148#: midx.c:95
4149#, c-format
4150msgid "hash version %u does not match"
4151msgstr "la versione dell'hash %u non corrisponde"
4152
4153#: midx.c:109
4154msgid "invalid chunk offset (too large)"
4155msgstr "offset blocco non valido (troppo grande)"
4156
4157#: midx.c:133
4158msgid "terminating multi-pack-index chunk id appears earlier than expected"
4159msgstr "l'ID blocco finale multi-pack-index compare prima di quanto previsto"
4160
4161#: midx.c:146
4162msgid "multi-pack-index missing required pack-name chunk"
4163msgstr "dal multi-pack-index manca il blocco richiesto pack-name"
4164
4165#: midx.c:148
4166msgid "multi-pack-index missing required OID fanout chunk"
4167msgstr "dal multi-pack-index manca il blocco richiesto fanout OID"
4168
4169#: midx.c:150
4170msgid "multi-pack-index missing required OID lookup chunk"
4171msgstr "dal multi-pack-index manca il blocco richiesto lookup OID"
4172
4173#: midx.c:152
4174msgid "multi-pack-index missing required object offsets chunk"
4175msgstr "dal multi-pack-index manca il blocco richiesto offset oggetti"
4176
4177#: midx.c:166
4178#, c-format
4179msgid "multi-pack-index pack names out of order: '%s' before '%s'"
4180msgstr "nomi pack multi-pack-index in disordine: '%s' appare prima di '%s'"
4181
4182#: midx.c:211
4183#, c-format
4184msgid "bad pack-int-id: %u (%u total packs)"
4185msgstr "pack-int-id non valido: %u (%u pack totali)"
4186
4187#: midx.c:261
4188msgid "multi-pack-index stores a 64-bit offset, but off_t is too small"
4189msgstr ""
4190"nel multi-pack-index è salvato un offset a 64 bit, ma off_t è troppo piccolo"
4191
4192#: midx.c:289
4193msgid "error preparing packfile from multi-pack-index"
4194msgstr "errore durante la preparazione del packfile dal multi-pack-index"
4195
4196#: midx.c:470
4197#, c-format
4198msgid "failed to add packfile '%s'"
4199msgstr "aggiunta del packfile '%s' non riuscita"
4200
4201#: midx.c:476
4202#, c-format
4203msgid "failed to open pack-index '%s'"
4204msgstr "apertura del pack-index '%s' non riuscita"
4205
4206#: midx.c:536
4207#, c-format
4208msgid "failed to locate object %d in packfile"
4209msgstr "ricerca dell'oggetto %d nel packfile non riuscita"
4210
4211#: midx.c:865
4212#, c-format
4213msgid "did not see pack-file %s to drop"
4214msgstr "non ho visto il file pack %s da scartare"
4215
4216#: midx.c:1036
4217#, c-format
4218msgid "failed to clear multi-pack-index at %s"
4219msgstr "pulizia del multi-pack-index %s non riuscita"
4220
4221#: midx.c:1091
4222msgid "Looking for referenced packfiles"
4223msgstr "Ricerca di file pack referenziati in corso"
4224
4225#: midx.c:1106
4226#, c-format
4227msgid ""
4228"oid fanout out of order: fanout[%d] = %<PRIx32> > %<PRIx32> = fanout[%d]"
4229msgstr ""
4230"fanout oid in disordine: fanout[%d] = %<PRIx32> > %<PRIx32> = fanout[%d]"
4231
4232#: midx.c:1110
4233msgid "Verifying OID order in MIDX"
4234msgstr "Verifica ordine OID in MIDX in corso"
4235
4236#: midx.c:1119
4237#, c-format
4238msgid "oid lookup out of order: oid[%d] = %s >= %s = oid[%d]"
4239msgstr "lookup oid in disordine: oid[%d] = %s >= %s = oid[%d]"
4240
4241#: midx.c:1138
4242msgid "Sorting objects by packfile"
4243msgstr "Ordinamento degli oggetti nel packfile in corso"
4244
4245#: midx.c:1144
4246msgid "Verifying object offsets"
4247msgstr "Verifica offset oggetti in corso"
4248
4249#: midx.c:1160
4250#, c-format
4251msgid "failed to load pack entry for oid[%d] = %s"
4252msgstr "caricamento voce pack per oid[%d] = %s non riuscito"
4253
4254#: midx.c:1166
4255#, c-format
4256msgid "failed to load pack-index for packfile %s"
4257msgstr "caricamento pack-index per il packfile %s non riuscito"
4258
4259#: midx.c:1175
4260#, c-format
4261msgid "incorrect object offset for oid[%d] = %s: %<PRIx64> != %<PRIx64>"
4262msgstr "offset oggetto non corretto per oid[%d] = %s: %<PRIx64> != %<PRIx64>"
4263
4264#: midx.c:1350
4265msgid "could not start pack-objects"
4266msgstr "impossibile avviare pack-objects"
4267
4268#: midx.c:1369
4269msgid "could not finish pack-objects"
4270msgstr "impossibile finire pack-objects"
4271
4272#: name-hash.c:532
4273#, c-format
4274msgid "unable to create lazy_dir thread: %s"
4275msgstr "impossibile creare il thread lazy_dir: %s"
4276
4277#: name-hash.c:554
4278#, c-format
4279msgid "unable to create lazy_name thread: %s"
4280msgstr "impossibile creare il thread lazy_name: %s"
4281
4282#: name-hash.c:560
4283#, c-format
4284msgid "unable to join lazy_name thread: %s"
4285msgstr "impossibile bloccare il thread lazy_name: %s"
4286
4287#: notes-merge.c:277
4288#, c-format
4289msgid ""
4290"You have not concluded your previous notes merge (%s exists).\n"
4291"Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
4292"commit/abort the previous merge before you start a new notes merge."
4293msgstr ""
4294"Non hai concluso il merge delle note precedente (%s esiste).\n"
4295"Usa 'git notes merge --commit' o 'git notes merge --abort' per eseguire il "
4296"commit/interrompere il merge precedente prima di iniziare un nuovo merge "
4297"delle note."
4298
4299#: notes-merge.c:284
4300#, c-format
4301msgid "You have not concluded your notes merge (%s exists)."
4302msgstr "Non hai concluso il merge delle note (%s esiste)."
4303
4304#: notes-utils.c:46
4305msgid "Cannot commit uninitialized/unreferenced notes tree"
4306msgstr ""
4307"Impossibile eseguire il commit di un albero delle note non inizializzato/non "
4308"referenziato"
4309
4310#: notes-utils.c:105
4311#, c-format
4312msgid "Bad notes.rewriteMode value: '%s'"
4313msgstr "Valore di notes.rewriteMode errato: '%s'"
4314
4315#: notes-utils.c:115
4316#, c-format
4317msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
4318msgstr "Mi rifiuto di riscrivere le note in %s (al di fuori di refs/notes/)"
4319
4320#. TRANSLATORS: The first %s is the name of
4321#. the environment variable, the second %s is
4322#. its value.
4323#.
4324#: notes-utils.c:145
4325#, c-format
4326msgid "Bad %s value: '%s'"
4327msgstr "Valore di %s errato: '%s'"
4328
4329#: object.c:54
4330#, c-format
4331msgid "invalid object type \"%s\""
4332msgstr "tipo oggetto \"%s\" non valido"
4333
4334#: object.c:174
4335#, c-format
4336msgid "object %s is a %s, not a %s"
4337msgstr "l'oggetto %s è un %s, non un %s"
4338
4339#: object.c:234
4340#, c-format
4341msgid "object %s has unknown type id %d"
4342msgstr "l'oggetto %s ha l'ID tipo sconosciuto %d"
4343
4344#: object.c:247
4345#, c-format
4346msgid "unable to parse object: %s"
4347msgstr "impossibile analizzare l'oggetto: %s"
4348
4349#: object.c:267 object.c:278
4350#, c-format
4351msgid "hash mismatch %s"
4352msgstr "hash non corrispondente: %s"
4353
4354#: packfile.c:648
4355msgid "offset before end of packfile (broken .idx?)"
4356msgstr "offset collocato prima della fine del packfile (.idx corrotto?)"
4357
4358#: packfile.c:1899
4359#, c-format
4360msgid "offset before start of pack index for %s (corrupt index?)"
4361msgstr ""
4362"offset collocato prima dell'inizio dell'indice pack per %s (indice corrotto?)"
4363
4364#: packfile.c:1903
4365#, c-format
4366msgid "offset beyond end of pack index for %s (truncated index?)"
4367msgstr ""
4368"offset collocato dopo la fine dell'indice pack per %s (indice troncato?)"
4369
4370#: parse-options.c:38
4371#, c-format
4372msgid "%s requires a value"
4373msgstr "%s richiede un valore"
4374
4375#: parse-options.c:73
4376#, c-format
4377msgid "%s is incompatible with %s"
4378msgstr "%s non è compatibile con %s"
4379
4380#: parse-options.c:78
4381#, c-format
4382msgid "%s : incompatible with something else"
4383msgstr "%s non è compatibile con qualcos'altro"
4384
4385#: parse-options.c:92 parse-options.c:96 parse-options.c:319
4386#, c-format
4387msgid "%s takes no value"
4388msgstr "%s non richiede un valore"
4389
4390#: parse-options.c:94
4391#, c-format
4392msgid "%s isn't available"
4393msgstr "%s non è disponibile"
4394
4395#: parse-options.c:219
4396#, c-format
4397msgid "%s expects a non-negative integer value with an optional k/m/g suffix"
4398msgstr ""
4399"%s richiede un valore intero non negativo con un suffisso k/m/g facoltativo"
4400
4401#: parse-options.c:389
4402#, c-format
4403msgid "ambiguous option: %s (could be --%s%s or --%s%s)"
4404msgstr "opzione ambigua: %s (potrebbe essere --%s%s o --%s%s)"
4405
4406#: parse-options.c:423 parse-options.c:431
4407#, c-format
4408msgid "did you mean `--%s` (with two dashes ?)"
4409msgstr "forse intendevi `--%s` (con due trattini)?"
4410
4411#: parse-options.c:859
4412#, c-format
4413msgid "unknown option `%s'"
4414msgstr "opzione sconosciuta `%s'"
4415
4416#: parse-options.c:861
4417#, c-format
4418msgid "unknown switch `%c'"
4419msgstr "opzione `%c` sconosciuta"
4420
4421#: parse-options.c:863
4422#, c-format
4423msgid "unknown non-ascii option in string: `%s'"
4424msgstr "opzione non ASCII sconosciuta presente nella stringa: `%s'"
4425
4426#: parse-options.c:887
4427msgid "..."
4428msgstr "..."
4429
4430#: parse-options.c:906
4431#, c-format
4432msgid "usage: %s"
4433msgstr "uso: %s"
4434
4435#. TRANSLATORS: the colon here should align with the
4436#. one in "usage: %s" translation.
4437#.
4438#: parse-options.c:912
4439#, c-format
4440msgid " or: %s"
4441msgstr " oppure: %s"
4442
4443#: parse-options.c:915
4444#, c-format
4445msgid " %s"
4446msgstr " %s"
4447
4448#: parse-options.c:954
4449msgid "-NUM"
4450msgstr "-NUM"
4451
4452#: parse-options.c:968
4453#, c-format
4454msgid "alias of --%s"
4455msgstr "alias di --%s"
4456
4457#: parse-options-cb.c:20 parse-options-cb.c:24
4458#, c-format
4459msgid "option `%s' expects a numerical value"
4460msgstr "l'opzione `%s' richiede un valore numerico"
4461
4462#: parse-options-cb.c:41
4463#, c-format
4464msgid "malformed expiration date '%s'"
4465msgstr "data scadenza '%s' malformata"
4466
4467#: parse-options-cb.c:54
4468#, c-format
4469msgid "option `%s' expects \"always\", \"auto\", or \"never\""
4470msgstr "l'opzione `%s' richiede \"always\", \"auto\" o \"never\""
4471
4472#: parse-options-cb.c:130 parse-options-cb.c:147
4473#, c-format
4474msgid "malformed object name '%s'"
4475msgstr "nome oggetto '%s' malformato"
4476
4477#: path.c:897
4478#, c-format
4479msgid "Could not make %s writable by group"
4480msgstr "Impossibile rendere %s scrivibile dal gruppo"
4481
4482#: pathspec.c:128
4483msgid "Escape character '\\' not allowed as last character in attr value"
4484msgstr ""
4485"Carattere di escape '\\' non consentito come ultimo carattere del valore "
4486"attributo"
4487
4488#: pathspec.c:146
4489msgid "Only one 'attr:' specification is allowed."
4490msgstr "È consentita solo una specifica 'attr:'."
4491
4492#: pathspec.c:149
4493msgid "attr spec must not be empty"
4494msgstr "la specifica attr non deve essere vuota"
4495
4496#: pathspec.c:192
4497#, c-format
4498msgid "invalid attribute name %s"
4499msgstr "nome attributo %s non valido"
4500
4501#: pathspec.c:257
4502msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
4503msgstr ""
4504"le impostazioni globali specificatore percorso 'glob' e 'noglob' non sono "
4505"compatibili"
4506
4507#: pathspec.c:264
4508msgid ""
4509"global 'literal' pathspec setting is incompatible with all other global "
4510"pathspec settings"
4511msgstr ""
4512"l'impostazione globale specificatore percorso 'literal' è incompatibile con "
4513"tutte le altre impostazioni globali specificatore percorso"
4514
4515#: pathspec.c:304
4516msgid "invalid parameter for pathspec magic 'prefix'"
4517msgstr "parametro per il magic specificatore percorso 'prefix' non valido"
4518
4519#: pathspec.c:325
4520#, c-format
4521msgid "Invalid pathspec magic '%.*s' in '%s'"
4522msgstr "Magic specificatore percorso '%.*s' in '%s' non valido"
4523
4524#: pathspec.c:330
4525#, c-format
4526msgid "Missing ')' at the end of pathspec magic in '%s'"
4527msgstr "')' mancante alla fine del magic specificatore percorso in '%s'"
4528
4529#: pathspec.c:368
4530#, c-format
4531msgid "Unimplemented pathspec magic '%c' in '%s'"
4532msgstr "Magic specificatore percorso '%c' in '%s' non implementato"
4533
4534#: pathspec.c:427
4535#, c-format
4536msgid "%s: 'literal' and 'glob' are incompatible"
4537msgstr "%s: 'literal' e 'glob' non sono compatibili"
4538
4539#: pathspec.c:440
4540#, c-format
4541msgid "%s: '%s' is outside repository"
4542msgstr "%s: '%s' è al di fuori del repository"
4543
4544#: pathspec.c:514
4545#, c-format
4546msgid "'%s' (mnemonic: '%c')"
4547msgstr "'%s' (opzione mnemonica: '%c')"
4548
4549#: pathspec.c:524
4550#, c-format
4551msgid "%s: pathspec magic not supported by this command: %s"
4552msgstr "%s: magic specificatore percorso non supportato da questo comando: %s"
4553
4554#: pathspec.c:591
4555#, c-format
4556msgid "pathspec '%s' is beyond a symbolic link"
4557msgstr ""
4558"lo specificatore percorso '%s' si trova oltre un collegamento simbolico"
4559
4560#: pkt-line.c:92
4561msgid "unable to write flush packet"
4562msgstr "impossibile scrivere il pacchetto flush"
4563
4564#: pkt-line.c:99
4565msgid "unable to write delim packet"
4566msgstr "impossibile scrivere il pacchetto delim"
4567
4568#: pkt-line.c:106
4569msgid "flush packet write failed"
4570msgstr "scrittura con flush pacchetto non riuscita"
4571
4572#: pkt-line.c:146 pkt-line.c:232
4573msgid "protocol error: impossibly long line"
4574msgstr "errore protocollo: riga impossibilmente lunga"
4575
4576#: pkt-line.c:162 pkt-line.c:164
4577msgid "packet write with format failed"
4578msgstr "scrittura pacchetto con formato non riuscita"
4579
4580#: pkt-line.c:196
4581msgid "packet write failed - data exceeds max packet size"
4582msgstr ""
4583"scrittura pacchetto non riuscita - i dati sono più della dimensione massima "
4584"pacchetto"
4585
4586#: pkt-line.c:203 pkt-line.c:210
4587msgid "packet write failed"
4588msgstr "scrittura pacchetto non riuscita"
4589
4590#: pkt-line.c:295
4591msgid "read error"
4592msgstr "errore di lettura"
4593
4594#: pkt-line.c:303
4595msgid "the remote end hung up unexpectedly"
4596msgstr "l'interlocutore remoto ha chiuso inaspettatamente la connessione"
4597
4598#: pkt-line.c:331
4599#, c-format
4600msgid "protocol error: bad line length character: %.4s"
4601msgstr "errore protocollo: carattere lunghezza riga non valido: %.4s"
4602
4603#: pkt-line.c:341 pkt-line.c:346
4604#, c-format
4605msgid "protocol error: bad line length %d"
4606msgstr "errore protocollo: lunghezza riga non valida: %d"
4607
4608#: pkt-line.c:362
4609#, c-format
4610msgid "remote error: %s"
4611msgstr "errore remoto: %s"
4612
4613#: preload-index.c:119
4614msgid "Refreshing index"
4615msgstr "Aggiornamento indice in corso"
4616
4617#: preload-index.c:138
4618#, c-format
4619msgid "unable to create threaded lstat: %s"
4620msgstr "impossibile creare lstat in versione threaded: %s"
4621
4622#: pretty.c:966
4623msgid "unable to parse --pretty format"
4624msgstr "impossibile analizzare il formato --pretty"
4625
4626#: range-diff.c:70
4627msgid "could not start `log`"
4628msgstr "impossibile avviare `log`"
4629
4630#: range-diff.c:72
4631msgid "could not read `log` output"
4632msgstr "impossibile leggere l'output di `log`"
4633
4634#: range-diff.c:91 sequencer.c:5021
4635#, c-format
4636msgid "could not parse commit '%s'"
4637msgstr "impossibile analizzare il commit '%s'"
4638
4639#: range-diff.c:117
4640#, c-format
4641msgid "could not parse git header '%.*s'"
4642msgstr "impossibile analizzare l'header Git '%.*s'"
4643
4644#: range-diff.c:274
4645msgid "failed to generate diff"
4646msgstr "generazione del diff non riuscita"
4647
4648#: range-diff.c:506 range-diff.c:508
4649#, c-format
4650msgid "could not parse log for '%s'"
4651msgstr "impossibile analizzare il registro di '%s'"
4652
4653#: read-cache.c:680
4654#, c-format
4655msgid "will not add file alias '%s' ('%s' already exists in index)"
4656msgstr "non aggiungerò l'alias file '%s' ('%s' esiste già nell'indice)"
4657
4658#: read-cache.c:696
4659msgid "cannot create an empty blob in the object database"
4660msgstr "impossibile creare un blob vuoto nel database oggetti"
4661
4662#: read-cache.c:718
4663#, c-format
4664msgid "%s: can only add regular files, symbolic links or git-directories"
4665msgstr ""
4666"%s: è possibile aggiungere solo file regolari, collegamenti simbolici o "
4667"directory Git"
4668
4669#: read-cache.c:723
4670#, c-format
4671msgid "'%s' does not have a commit checked out"
4672msgstr "'%s' non ha un commit di cui è stato eseguito il checkout"
4673
4674#: read-cache.c:775
4675#, c-format
4676msgid "unable to index file '%s'"
4677msgstr "impossibile indicizzare il file '%s'"
4678
4679#: read-cache.c:794
4680#, c-format
4681msgid "unable to add '%s' to index"
4682msgstr "impossibile aggiungere '%s' all'indice"
4683
4684#: read-cache.c:805
4685#, c-format
4686msgid "unable to stat '%s'"
4687msgstr "impossibile eseguire stat su '%s'"
4688
4689#: read-cache.c:1314
4690#, c-format
4691msgid "'%s' appears as both a file and as a directory"
4692msgstr "'%s' compare sia come file sia come directory"
4693
4694#: read-cache.c:1499
4695msgid "Refresh index"
4696msgstr "Aggiornamento indice"
4697
4698#: read-cache.c:1613
4699#, c-format
4700msgid ""
4701"index.version set, but the value is invalid.\n"
4702"Using version %i"
4703msgstr ""
4704"index.version impostato, ma il valore non è valido.\n"
4705"Uso la versione %i"
4706
4707#: read-cache.c:1623
4708#, c-format
4709msgid ""
4710"GIT_INDEX_VERSION set, but the value is invalid.\n"
4711"Using version %i"
4712msgstr ""
4713"GIT_INDEX_VERSION impostato, ma il valore non è valido.\n"
4714"Uso la versione %i"
4715
4716#: read-cache.c:1679
4717#, c-format
4718msgid "bad signature 0x%08x"
4719msgstr "firma non valida: 0x%08x"
4720
4721#: read-cache.c:1682
4722#, c-format
4723msgid "bad index version %d"
4724msgstr "versione indice non valida: %d"
4725
4726#: read-cache.c:1691
4727msgid "bad index file sha1 signature"
4728msgstr "firma SHA1 file indice non valida"
4729
4730#: read-cache.c:1721
4731#, c-format
4732msgid "index uses %.4s extension, which we do not understand"
4733msgstr "l'indice usa l'estensione %.4s che non comprendiamo"
4734
4735#: read-cache.c:1723
4736#, c-format
4737msgid "ignoring %.4s extension"
4738msgstr "estensione %.4s ignorata"
4739
4740#: read-cache.c:1760
4741#, c-format
4742msgid "unknown index entry format 0x%08x"
4743msgstr "formato voce indice sconosciuto: 0x%08x"
4744
4745#: read-cache.c:1776
4746#, c-format
4747msgid "malformed name field in the index, near path '%s'"
4748msgstr "campo nome malformato nell'indice, vicino al percorso '%s'"
4749
4750#: read-cache.c:1833
4751msgid "unordered stage entries in index"
4752msgstr "voci stage non ordinate nell'indice"
4753
4754#: read-cache.c:1836
4755#, c-format
4756msgid "multiple stage entries for merged file '%s'"
4757msgstr "voci stage multiple per il file sottoposto a merge '%s'"
4758
4759#: read-cache.c:1839
4760#, c-format
4761msgid "unordered stage entries for '%s'"
4762msgstr "voci stage non ordinate per '%s'"
4763
4764#: read-cache.c:1946 read-cache.c:2234 rerere.c:565 rerere.c:599 rerere.c:1111
4765#: builtin/add.c:460 builtin/check-ignore.c:178 builtin/checkout.c:467
4766#: builtin/checkout.c:651 builtin/clean.c:956 builtin/commit.c:347
4767#: builtin/diff-tree.c:120 builtin/grep.c:499 builtin/mv.c:145
4768#: builtin/reset.c:245 builtin/rm.c:271 builtin/submodule--helper.c:330
4769msgid "index file corrupt"
4770msgstr "file indice corrotto"
4771
4772#: read-cache.c:2087
4773#, c-format
4774msgid "unable to create load_cache_entries thread: %s"
4775msgstr "impossibile creare il thread load_cache_entries: %s"
4776
4777#: read-cache.c:2100
4778#, c-format
4779msgid "unable to join load_cache_entries thread: %s"
4780msgstr "impossibile bloccare il thread load_cache_entries: %s"
4781
4782#: read-cache.c:2133
4783#, c-format
4784msgid "%s: index file open failed"
4785msgstr "%s: apertura del file indice non riuscita"
4786
4787#: read-cache.c:2137
4788#, c-format
4789msgid "%s: cannot stat the open index"
4790msgstr "%s: impossibile eseguire stat sull'indice aperto"
4791
4792#: read-cache.c:2141
4793#, c-format
4794msgid "%s: index file smaller than expected"
4795msgstr "%s: file indice più piccolo della dimensione attesa"
4796
4797#: read-cache.c:2145
4798#, c-format
4799msgid "%s: unable to map index file"
4800msgstr "%s: impossibile mappare il file indice"
4801
4802#: read-cache.c:2187
4803#, c-format
4804msgid "unable to create load_index_extensions thread: %s"
4805msgstr "impossibile creare il thread load_index_extensions: %s"
4806
4807#: read-cache.c:2214
4808#, c-format
4809msgid "unable to join load_index_extensions thread: %s"
4810msgstr "impossibile bloccare il thread load_index_extensions: %s"
4811
4812#: read-cache.c:2246
4813#, c-format
4814msgid "could not freshen shared index '%s'"
4815msgstr "impossibile aggiornare l'indice condiviso '%s'"
4816
4817#: read-cache.c:2293
4818#, c-format
4819msgid "broken index, expect %s in %s, got %s"
4820msgstr "indice corrotto, atteso %s in %s, presente %s"
4821
4822#: read-cache.c:2989 wrapper.c:658 builtin/merge.c:1114
4823#, c-format
4824msgid "could not close '%s'"
4825msgstr "impossibile chiudere '%s'"
4826
4827#: read-cache.c:3092 sequencer.c:2358 sequencer.c:3928
4828#, c-format
4829msgid "could not stat '%s'"
4830msgstr "impossibile eseguire lo stat di '%s'"
4831
4832#: read-cache.c:3105
4833#, c-format
4834msgid "unable to open git dir: %s"
4835msgstr "impossibile aprire la directory git: %s"
4836
4837#: read-cache.c:3117
4838#, c-format
4839msgid "unable to unlink: %s"
4840msgstr "impossibile eseguire unlink: %s"
4841
4842#: read-cache.c:3142
4843#, c-format
4844msgid "cannot fix permission bits on '%s'"
4845msgstr "impossibile correggere i permessi di '%s'"
4846
4847#: read-cache.c:3291
4848#, c-format
4849msgid "%s: cannot drop to stage #0"
4850msgstr "%s: impossibile ripiegare sullo stadio 0"
4851
4852#: rebase-interactive.c:26
4853#, c-format
4854msgid ""
4855"unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."
4856msgstr ""
4857"impostazione %s non riconosciuta per l'opzione rebase.missingCommitsCheck. "
4858"La ignoro."
4859
4860#: rebase-interactive.c:35
4861msgid ""
4862"\n"
4863"Commands:\n"
4864"p, pick <commit> = use commit\n"
4865"r, reword <commit> = use commit, but edit the commit message\n"
4866"e, edit <commit> = use commit, but stop for amending\n"
4867"s, squash <commit> = use commit, but meld into previous commit\n"
4868"f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
4869"x, exec <command> = run command (the rest of the line) using shell\n"
4870"b, break = stop here (continue rebase later with 'git rebase --continue')\n"
4871"d, drop <commit> = remove commit\n"
4872"l, label <label> = label current HEAD with a name\n"
4873"t, reset <label> = reset HEAD to a label\n"
4874"m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
4875". create a merge commit using the original merge commit's\n"
4876". message (or the oneline, if no original merge commit was\n"
4877". specified). Use -c <commit> to reword the commit message.\n"
4878"\n"
4879"These lines can be re-ordered; they are executed from top to bottom.\n"
4880msgstr ""
4881"\n"
4882"Comandi:\n"
4883"p, pick <commit> = usa il commit\n"
4884"r, reword <commit> = usa il commit, ma modifica il messaggio di commit\n"
4885"e, edit <commit> = usa il commit, ma fermati per modificarlo\n"
4886"s, squash <commit> = usa il commit, ma fondilo con il commit precedente\n"
4887"f, fixup <commit> = come \"squash\", ma scarta il messaggio di log di "
4888"questo\n"
4889" commit\n"
4890"x, exec <comando> = esegui il comando (il resto della riga) usando la shell\n"
4891"b, break = fermati qui (continua il rebase in un secondo momento con "
4892"'git rebase --continue')\n"
4893"d, drop <commit> = elimina il commit\n"
4894"l, label <etichetta> = etichetta l'HEAD corrente con un nome\n"
4895"t, reset <etichetta> = reimposta HEAD a un'etichetta\n"
4896"m, merge [-C <commit> | -c <commit>] <etichetta> [# <oneline>]\n"
4897". crea un commit di merge usando il messaggio del commit di merge\n"
4898". originale (o la oneline se non è stato specificato un commit di "
4899"merge\n"
4900". originale). Usa -c <commit> per riformulare il messaggio di commit.\n"
4901"\n"
4902"Queste righe possono essere riordinate; saranno eseguite dalla prima "
4903"all'ultima.\n"
4904
4905#: rebase-interactive.c:56
4906#, c-format
4907msgid "Rebase %s onto %s (%d command)"
4908msgid_plural "Rebase %s onto %s (%d commands)"
4909msgstr[0] "Rebase di %s su %s (%d comando)"
4910msgstr[1] "Rebase di %s su %s (%d comandi)"
4911
4912#: rebase-interactive.c:65 git-rebase--preserve-merges.sh:228
4913msgid ""
4914"\n"
4915"Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
4916msgstr ""
4917"\n"
4918"Non eliminare alcuna riga. Usa esplicitamente 'drop' per rimuovere un "
4919"commit.\n"
4920
4921#: rebase-interactive.c:68 git-rebase--preserve-merges.sh:232
4922msgid ""
4923"\n"
4924"If you remove a line here THAT COMMIT WILL BE LOST.\n"
4925msgstr ""
4926"\n"
4927"Rimuovendo una riga da qui IL COMMIT CORRISPONDENTE ANDRÀ PERDUTO.\n"
4928
4929#: rebase-interactive.c:74 git-rebase--preserve-merges.sh:871
4930msgid ""
4931"\n"
4932"You are editing the todo file of an ongoing interactive rebase.\n"
4933"To continue rebase after editing, run:\n"
4934" git rebase --continue\n"
4935"\n"
4936msgstr ""
4937"\n"
4938"Stai modificando il file todo di un rebase interattivo in corso.\n"
4939"Per continuare il rebase dopo la modifica, esegui:\n"
4940" git rebase --continue\n"
4941"\n"
4942
4943#: rebase-interactive.c:79 git-rebase--preserve-merges.sh:948
4944msgid ""
4945"\n"
4946"However, if you remove everything, the rebase will be aborted.\n"
4947"\n"
4948msgstr ""
4949"\n"
4950"Ciò nonostante, se rimuovi tutto, il rebase sarà annullato.\n"
4951"\n"
4952
4953#: rebase-interactive.c:85 git-rebase--preserve-merges.sh:955
4954msgid "Note that empty commits are commented out"
4955msgstr "Nota che i commit vuoti sono commentati"
4956
4957#: rebase-interactive.c:105 rerere.c:485 rerere.c:692 sequencer.c:3447
4958#: sequencer.c:3473 sequencer.c:5120 builtin/fsck.c:356 builtin/rebase.c:235
4959#, c-format
4960msgid "could not write '%s'"
4961msgstr "impossibile scrivere '%s'"
4962
4963#: rebase-interactive.c:108
4964#, c-format
4965msgid "could not copy '%s' to '%s'."
4966msgstr "impossibile copiare '%s' in '%s'."
4967
4968#: rebase-interactive.c:173
4969#, c-format
4970msgid ""
4971"Warning: some commits may have been dropped accidentally.\n"
4972"Dropped commits (newer to older):\n"
4973msgstr ""
4974"Attenzione: è possibile che alcuni commit siano stati scartati "
4975"accidentalmente.\n"
4976"Commit scartati (dal più al meno recente):\n"
4977
4978#: rebase-interactive.c:180
4979#, c-format
4980msgid ""
4981"To avoid this message, use \"drop\" to explicitly remove a commit.\n"
4982"\n"
4983"Use 'git config rebase.missingCommitsCheck' to change the level of "
4984"warnings.\n"
4985"The possible behaviours are: ignore, warn, error.\n"
4986"\n"
4987msgstr ""
4988"Per evitare questo messaggio, usa \"drop\" per rimuovere un commit\n"
4989"esplicitamente.\n"
4990"\n"
4991"Usa 'git config rebase.missingCommitsCheck' per modificare il livello\n"
4992"degli avvisi.\n"
4993"I comportamenti possibili sono ignore, warn, error.\n"
4994"\n"
4995
4996#: refs.c:262
4997#, c-format
4998msgid "%s does not point to a valid object!"
4999msgstr "%s non punta a un oggetto valido!"
5000
5001#: refs.c:667
5002#, c-format
5003msgid "ignoring dangling symref %s"
5004msgstr "ignoro il riferimento simbolico pendente %s"
5005
5006#: refs.c:669 ref-filter.c:2092
5007#, c-format
5008msgid "ignoring broken ref %s"
5009msgstr "ignoro il riferimento rotto %s"
5010
5011#: refs.c:804
5012#, c-format
5013msgid "could not open '%s' for writing: %s"
5014msgstr "impossibile aprire '%s' in scrittura: %s"
5015
5016#: refs.c:814 refs.c:865
5017#, c-format
5018msgid "could not read ref '%s'"
5019msgstr "impossibile leggere il riferimento '%s'"
5020
5021#: refs.c:820
5022#, c-format
5023msgid "ref '%s' already exists"
5024msgstr "il riferimento '%s' esiste già"
5025
5026#: refs.c:825
5027#, c-format
5028msgid "unexpected object ID when writing '%s'"
5029msgstr "ID oggetto inatteso durante la scrittura di '%s'"
5030
5031#: refs.c:833 sequencer.c:403 sequencer.c:2709 sequencer.c:2913
5032#: sequencer.c:2927 sequencer.c:3184 sequencer.c:5037 wrapper.c:656
5033#, c-format
5034msgid "could not write to '%s'"
5035msgstr "impossibile scrivere su '%s'"
5036
5037#: refs.c:860 wrapper.c:225 wrapper.c:395 builtin/am.c:715
5038#: builtin/rebase.c:1003
5039#, c-format
5040msgid "could not open '%s' for writing"
5041msgstr "impossibile aprire '%s' in scrittura"
5042
5043#: refs.c:867
5044#, c-format
5045msgid "unexpected object ID when deleting '%s'"
5046msgstr "ID oggetto inatteso durante l'eliminazione di '%s'"
5047
5048#: refs.c:998
5049#, c-format
5050msgid "log for ref %s has gap after %s"
5051msgstr "il registro per il riferimento %s ha delle voci mancanti dopo %s"
5052
5053#: refs.c:1004
5054#, c-format
5055msgid "log for ref %s unexpectedly ended on %s"
5056msgstr "il registro per il riferimento %s è terminato inaspettatamente a %s"
5057
5058#: refs.c:1063
5059#, c-format
5060msgid "log for %s is empty"
5061msgstr "il registro per %s è vuoto"
5062
5063#: refs.c:1155
5064#, c-format
5065msgid "refusing to update ref with bad name '%s'"
5066msgstr "mi rifiuto di aggiornare il riferimento con il nome non valido '%s'"
5067
5068#: refs.c:1231
5069#, c-format
5070msgid "update_ref failed for ref '%s': %s"
5071msgstr "update_ref per il riferimento '%s' non riuscita: %s"
5072
5073#: refs.c:2012
5074#, c-format
5075msgid "multiple updates for ref '%s' not allowed"
5076msgstr "aggiornamenti multipli per il riferimento '%s' non consentiti"
5077
5078#: refs.c:2044
5079msgid "ref updates forbidden inside quarantine environment"
5080msgstr "aggiornamenti riferimento vietati nell'ambiente quarantena"
5081
5082#: refs.c:2140 refs.c:2170
5083#, c-format
5084msgid "'%s' exists; cannot create '%s'"
5085msgstr "'%s' esiste già; impossibile creare '%s'"
5086
5087#: refs.c:2146 refs.c:2181
5088#, c-format
5089msgid "cannot process '%s' and '%s' at the same time"
5090msgstr "impossibile gestire '%s' e '%s' contemporaneamente"
5091
5092#: refs/files-backend.c:1234
5093#, c-format
5094msgid "could not remove reference %s"
5095msgstr "impossibile rimuovere il riferimento %s"
5096
5097#: refs/files-backend.c:1248 refs/packed-backend.c:1532
5098#: refs/packed-backend.c:1542
5099#, c-format
5100msgid "could not delete reference %s: %s"
5101msgstr "impossibile eliminare il riferimento %s: %s"
5102
5103#: refs/files-backend.c:1251 refs/packed-backend.c:1545
5104#, c-format
5105msgid "could not delete references: %s"
5106msgstr "impossibile eliminare i riferimenti: %s"
5107
5108#: refspec.c:137
5109#, c-format
5110msgid "invalid refspec '%s'"
5111msgstr "specificatore riferimento '%s' non valido"
5112
5113#: ref-filter.c:42 wt-status.c:1934
5114msgid "gone"
5115msgstr "sparito"
5116
5117#: ref-filter.c:43
5118#, c-format
5119msgid "ahead %d"
5120msgstr "dopo %d"
5121
5122#: ref-filter.c:44
5123#, c-format
5124msgid "behind %d"
5125msgstr "prima di %d"
5126
5127#: ref-filter.c:45
5128#, c-format
5129msgid "ahead %d, behind %d"
5130msgstr "dopo %d, prima di %d"
5131
5132#: ref-filter.c:162
5133#, c-format
5134msgid "expected format: %%(color:<color>)"
5135msgstr "formato atteso: %%(color:<colore>)"
5136
5137#: ref-filter.c:164
5138#, c-format
5139msgid "unrecognized color: %%(color:%s)"
5140msgstr "colore non riconosciuto: %%(color:%s)"
5141
5142#: ref-filter.c:186
5143#, c-format
5144msgid "Integer value expected refname:lstrip=%s"
5145msgstr "Atteso valore intero: refname:lstrip=%s"
5146
5147#: ref-filter.c:190
5148#, c-format
5149msgid "Integer value expected refname:rstrip=%s"
5150msgstr "Atteso valore intero: refname:rstrip=%s"
5151
5152#: ref-filter.c:192
5153#, c-format
5154msgid "unrecognized %%(%s) argument: %s"
5155msgstr "argomento %%(%s) non riconosciuto: %s"
5156
5157#: ref-filter.c:247
5158#, c-format
5159msgid "%%(objecttype) does not take arguments"
5160msgstr "%%(objecttype) non accetta argomenti"
5161
5162#: ref-filter.c:269
5163#, c-format
5164msgid "unrecognized %%(objectsize) argument: %s"
5165msgstr "argomento %%(objectsize) non riconosciuto: %s"
5166
5167#: ref-filter.c:277
5168#, c-format
5169msgid "%%(deltabase) does not take arguments"
5170msgstr "%%(deltabase) non accetta argomenti"
5171
5172#: ref-filter.c:289
5173#, c-format
5174msgid "%%(body) does not take arguments"
5175msgstr "%%(body) non accetta argomenti"
5176
5177#: ref-filter.c:298
5178#, c-format
5179msgid "%%(subject) does not take arguments"
5180msgstr "%%(subject) non accetta argomenti"
5181
5182#: ref-filter.c:320
5183#, c-format
5184msgid "unknown %%(trailers) argument: %s"
5185msgstr "argomento %%(trailers) sconosciuto: %s"
5186
5187#: ref-filter.c:349
5188#, c-format
5189msgid "positive value expected contents:lines=%s"
5190msgstr "atteso valore positivo in contents:lines=%s"
5191
5192#: ref-filter.c:351
5193#, c-format
5194msgid "unrecognized %%(contents) argument: %s"
5195msgstr "argomento %%(contents) non riconosciuto: %s"
5196
5197#: ref-filter.c:366
5198#, c-format
5199msgid "positive value expected objectname:short=%s"
5200msgstr "atteso valore positivo in objectname:short=%s"
5201
5202#: ref-filter.c:370
5203#, c-format
5204msgid "unrecognized %%(objectname) argument: %s"
5205msgstr "argomento %%(objectname) non riconosciuto: %s"
5206
5207#: ref-filter.c:400
5208#, c-format
5209msgid "expected format: %%(align:<width>,<position>)"
5210msgstr "formato atteso: %%(align:<ampiezza>,<posizione>)"
5211
5212#: ref-filter.c:412
5213#, c-format
5214msgid "unrecognized position:%s"
5215msgstr "valore non riconosciuto: position:%s"
5216
5217#: ref-filter.c:419
5218#, c-format
5219msgid "unrecognized width:%s"
5220msgstr "valore non riconosciuto: width:%s"
5221
5222#: ref-filter.c:428
5223#, c-format
5224msgid "unrecognized %%(align) argument: %s"
5225msgstr "argomento %%(align) non riconosciuto: %s"
5226
5227#: ref-filter.c:436
5228#, c-format
5229msgid "positive width expected with the %%(align) atom"
5230msgstr "attesa ampiezza positiva con l'atom %%(align)"
5231
5232#: ref-filter.c:454
5233#, c-format
5234msgid "unrecognized %%(if) argument: %s"
5235msgstr "argomento %%(if) non riconosciuto: %s"
5236
5237#: ref-filter.c:556
5238#, c-format
5239msgid "malformed field name: %.*s"
5240msgstr "nome campo malformato: %.*s"
5241
5242#: ref-filter.c:583
5243#, c-format
5244msgid "unknown field name: %.*s"
5245msgstr "nome campo sconosciuto: %.*s"
5246
5247#: ref-filter.c:587
5248#, c-format
5249msgid ""
5250"not a git repository, but the field '%.*s' requires access to object data"
5251msgstr ""
5252"non è un repository git, ma il campo '%.*s' richiede l'accesso ai dati "
5253"oggetto"
5254
5255#: ref-filter.c:711
5256#, c-format
5257msgid "format: %%(if) atom used without a %%(then) atom"
5258msgstr "formato: atomo %%(if) usato senza un atomo %%(then)"
5259
5260#: ref-filter.c:774
5261#, c-format
5262msgid "format: %%(then) atom used without an %%(if) atom"
5263msgstr "formato: atomo %%(then) usato senza un atomo %%(if)"
5264
5265#: ref-filter.c:776
5266#, c-format
5267msgid "format: %%(then) atom used more than once"
5268msgstr "formato: atomo %%(then) usato più di una volta"
5269
5270#: ref-filter.c:778
5271#, c-format
5272msgid "format: %%(then) atom used after %%(else)"
5273msgstr "formato: atomo %%(then) usato dopo %%(else)"
5274
5275#: ref-filter.c:806
5276#, c-format
5277msgid "format: %%(else) atom used without an %%(if) atom"
5278msgstr "formato: atomo %%(else) usato senza un atomo %%(if)"
5279
5280#: ref-filter.c:808
5281#, c-format
5282msgid "format: %%(else) atom used without a %%(then) atom"
5283msgstr "formato: atomo %%(else) usato senza un atomo %%(then)"
5284
5285#: ref-filter.c:810
5286#, c-format
5287msgid "format: %%(else) atom used more than once"
5288msgstr "formato: atomo %%(else) usato più di una volta"
5289
5290#: ref-filter.c:825
5291#, c-format
5292msgid "format: %%(end) atom used without corresponding atom"
5293msgstr "formato: atomo %%(end) usato senza l'atomo corrispondente"
5294
5295#: ref-filter.c:882
5296#, c-format
5297msgid "malformed format string %s"
5298msgstr "stringa di formato %s malformata"
5299
5300#: ref-filter.c:1485
5301#, c-format
5302msgid "no branch, rebasing %s"
5303msgstr "nessun branch, eseguo il rebase di %s"
5304
5305#: ref-filter.c:1488
5306#, c-format
5307msgid "no branch, rebasing detached HEAD %s"
5308msgstr "nessun branch, eseguo il rebase dell'HEAD scollegato %s"
5309
5310#: ref-filter.c:1491
5311#, c-format
5312msgid "no branch, bisect started on %s"
5313msgstr "nessun branch, bisezione avviata su %s"
5314
5315#: ref-filter.c:1501
5316msgid "no branch"
5317msgstr "nessun branch"
5318
5319#: ref-filter.c:1537 ref-filter.c:1743
5320#, c-format
5321msgid "missing object %s for %s"
5322msgstr "oggetto %s mancante per %s"
5323
5324#: ref-filter.c:1547
5325#, c-format
5326msgid "parse_object_buffer failed on %s for %s"
5327msgstr "parse_object_buffer non riuscito su %s per %s"
5328
5329#: ref-filter.c:1998
5330#, c-format
5331msgid "malformed object at '%s'"
5332msgstr "oggetto malformato in '%s'"
5333
5334#: ref-filter.c:2087
5335#, c-format
5336msgid "ignoring ref with broken name %s"
5337msgstr "ignoro il riferimento con il nome malformato %s"
5338
5339#: ref-filter.c:2382
5340#, c-format
5341msgid "format: %%(end) atom missing"
5342msgstr "formato: atomo %%(end) mancante"
5343
5344#: ref-filter.c:2482
5345#, c-format
5346msgid "option `%s' is incompatible with --merged"
5347msgstr "l'opzione `%s' non è compatibile con --merged"
5348
5349#: ref-filter.c:2485
5350#, c-format
5351msgid "option `%s' is incompatible with --no-merged"
5352msgstr "l'opzione `%s' non è compatibile con --no-merged"
5353
5354#: ref-filter.c:2495
5355#, c-format
5356msgid "malformed object name %s"
5357msgstr "nome dell'oggetto %s malformato"
5358
5359#: ref-filter.c:2500
5360#, c-format
5361msgid "option `%s' must point to a commit"
5362msgstr "l'opzione `%s' deve puntare ad un commit"
5363
5364#: remote.c:363
5365#, c-format
5366msgid "config remote shorthand cannot begin with '/': %s"
5367msgstr ""
5368"la forma breve della configurazione del remoto non può iniziare con '/': %s"
5369
5370#: remote.c:410
5371msgid "more than one receivepack given, using the first"
5372msgstr "è stata specificata più di una direttiva receivepack, uso la prima"
5373
5374#: remote.c:418
5375msgid "more than one uploadpack given, using the first"
5376msgstr "è stata specificata più di una direttiva uploadpack, uso la prima"
5377
5378#: remote.c:608
5379#, c-format
5380msgid "Cannot fetch both %s and %s to %s"
5381msgstr "Impossibile recuperare sia %s sia %s in %s"
5382
5383#: remote.c:612
5384#, c-format
5385msgid "%s usually tracks %s, not %s"
5386msgstr "%s solitamente traccia %s, non %s"
5387
5388#: remote.c:616
5389#, c-format
5390msgid "%s tracks both %s and %s"
5391msgstr "%s traccia sia %s sia %s"
5392
5393#: remote.c:684
5394#, c-format
5395msgid "key '%s' of pattern had no '*'"
5396msgstr "la chiave '%s' del pattern non aveva un '*'"
5397
5398#: remote.c:694
5399#, c-format
5400msgid "value '%s' of pattern has no '*'"
5401msgstr "il valore '%s' del pattern non ha un '*'"
5402
5403#: remote.c:1000
5404#, c-format
5405msgid "src refspec %s does not match any"
5406msgstr "nessuna corrispondenza per lo specificatore riferimento sorgente %s"
5407
5408#: remote.c:1005
5409#, c-format
5410msgid "src refspec %s matches more than one"
5411msgstr ""
5412"sono state trovate più corrispondenze per lo specificatore riferimento "
5413"sorgente %s"
5414
5415#. TRANSLATORS: "matches '%s'%" is the <dst> part of "git push
5416#. <remote> <src>:<dst>" push, and "being pushed ('%s')" is
5417#. the <src>.
5418#.
5419#: remote.c:1020
5420#, c-format
5421msgid ""
5422"The destination you provided is not a full refname (i.e.,\n"
5423"starting with \"refs/\"). We tried to guess what you meant by:\n"
5424"\n"
5425"- Looking for a ref that matches '%s' on the remote side.\n"
5426"- Checking if the <src> being pushed ('%s')\n"
5427" is a ref in \"refs/{heads,tags}/\". If so we add a corresponding\n"
5428" refs/{heads,tags}/ prefix on the remote side.\n"
5429"\n"
5430"Neither worked, so we gave up. You must fully qualify the ref."
5431msgstr ""
5432"La destinazione che hai fornito non è un nome riferimento\n"
5433"completo (ossia che inizia con \"refs/\"). Abbiamo provato a\n"
5434"indovinare ciò che intendevi dire:\n"
5435"\n"
5436"- cercando un riferimento corrispondente a '%s' nel remoto;\n"
5437"- controllando se la <sorgente> sottoposta a push ('%s') fosse un\n"
5438" riferimento compreso fra quelli in \"refs/{heads,tags}/\". In tal\n"
5439" caso avremmo aggiunto il prefisso corrispondente\n"
5440" refs/{heads,tags}/ al remoto.\n"
5441"\n"
5442"Nessuna delle due opzioni ha funzionato, quindi ci siamo arresi.\n"
5443"Devi specificare un riferimento completamente qualificato."
5444
5445#: remote.c:1040
5446#, c-format
5447msgid ""
5448"The <src> part of the refspec is a commit object.\n"
5449"Did you mean to create a new branch by pushing to\n"
5450"'%s:refs/heads/%s'?"
5451msgstr ""
5452"La parte <sorgente> dello specificatore riferimento\n"
5453"è un oggetto tag. Forse intendevi creare un nuovo\n"
5454"branch eseguendo il push a '%s:refs/heads/%s'?"
5455
5456#: remote.c:1045
5457#, c-format
5458msgid ""
5459"The <src> part of the refspec is a tag object.\n"
5460"Did you mean to create a new tag by pushing to\n"
5461"'%s:refs/tags/%s'?"
5462msgstr ""
5463"La parte <sorgente> dello specificatore riferimento\n"
5464"è un oggetto tag. Forse intendevi creare un nuovo\n"
5465"branch eseguendo il push a '%s:refs/tags/%s'?"
5466
5467#: remote.c:1050
5468#, c-format
5469msgid ""
5470"The <src> part of the refspec is a tree object.\n"
5471"Did you mean to tag a new tree by pushing to\n"
5472"'%s:refs/tags/%s'?"
5473msgstr ""
5474"La parte <sorgente> dello specificatore riferimento\n"
5475"è un oggetto albero. Forse intendevi aggiungere un\n"
5476"tag a un nuovo albero eseguendo il push a\n"
5477"'%s:refs/tags/%s'?"
5478
5479#: remote.c:1055
5480#, c-format
5481msgid ""
5482"The <src> part of the refspec is a blob object.\n"
5483"Did you mean to tag a new blob by pushing to\n"
5484"'%s:refs/tags/%s'?"
5485msgstr ""
5486"La parte <sorgente> dello specificatore riferimento\n"
5487"è un oggetto blob. Forse intendevi aggiungere un\n"
5488"tag a un nuovo blob eseguendo il push a\n"
5489"'%s:refs/tags/%s'?"
5490
5491#: remote.c:1091
5492#, c-format
5493msgid "%s cannot be resolved to branch"
5494msgstr "%s non può essere risolto in un branch"
5495
5496#: remote.c:1102
5497#, c-format
5498msgid "unable to delete '%s': remote ref does not exist"
5499msgstr "impossibile eliminare '%s': il riferimento remoto non esiste"
5500
5501#: remote.c:1114
5502#, c-format
5503msgid "dst refspec %s matches more than one"
5504msgstr ""
5505"sono state trovate più corrispondenze per lo specificatore riferimento "
5506"destinazione %s"
5507
5508#: remote.c:1121
5509#, c-format
5510msgid "dst ref %s receives from more than one src"
5511msgstr ""
5512"lo specificatore riferimento destinazione %s riceve dati da più di una "
5513"sorgente"
5514
5515#: remote.c:1624 remote.c:1725
5516msgid "HEAD does not point to a branch"
5517msgstr "HEAD non punta ad un branch"
5518
5519#: remote.c:1633
5520#, c-format
5521msgid "no such branch: '%s'"
5522msgstr "branch '%s' non esistente"
5523
5524#: remote.c:1636
5525#, c-format
5526msgid "no upstream configured for branch '%s'"
5527msgstr "nessun upstream configurato per il branch '%s'"
5528
5529#: remote.c:1642
5530#, c-format
5531msgid "upstream branch '%s' not stored as a remote-tracking branch"
5532msgstr ""
5533"branch upstream '%s' non memorizzato come branch che ne traccia uno remoto"
5534
5535#: remote.c:1657
5536#, c-format
5537msgid "push destination '%s' on remote '%s' has no local tracking branch"
5538msgstr ""
5539"la destinazione del push '%s' sul remoto '%s' non ha un branch locale che la "
5540"traccia"
5541
5542#: remote.c:1669
5543#, c-format
5544msgid "branch '%s' has no remote for pushing"
5545msgstr "il branch '%s' non ha un remoto per il push"
5546
5547#: remote.c:1679
5548#, c-format
5549msgid "push refspecs for '%s' do not include '%s'"
5550msgstr "gli specificatori riferimento per '%s' non includono '%s'"
5551
5552#: remote.c:1692
5553msgid "push has no destination (push.default is 'nothing')"
5554msgstr "il push non ha una destinazione (push.default è 'nothing')"
5555
5556#: remote.c:1714
5557msgid "cannot resolve 'simple' push to a single destination"
5558msgstr "impossibile risolvere il push 'simple' a una singola destinazione"
5559
5560#: remote.c:1840
5561#, c-format
5562msgid "couldn't find remote ref %s"
5563msgstr "impossibile trovare il riferimento remoto %s"
5564
5565#: remote.c:1853
5566#, c-format
5567msgid "* Ignoring funny ref '%s' locally"
5568msgstr "* Ignoro localmente il riferimento strano '%s'"
5569
5570#: remote.c:2016
5571#, c-format
5572msgid "Your branch is based on '%s', but the upstream is gone.\n"
5573msgstr "Il tuo branch è basato su '%s', ma l'upstream è scomparso.\n"
5574
5575#: remote.c:2020
5576msgid " (use \"git branch --unset-upstream\" to fixup)\n"
5577msgstr " (usa \"git branch --unset-upstream\" per correggere la situazione)\n"
5578
5579#: remote.c:2023
5580#, c-format
5581msgid "Your branch is up to date with '%s'.\n"
5582msgstr "Il tuo branch è aggiornato rispetto a '%s'.\n"
5583
5584#: remote.c:2027
5585#, c-format
5586msgid "Your branch and '%s' refer to different commits.\n"
5587msgstr "Il tuo branch e '%s' fanno riferimento a commit differenti.\n"
5588
5589#: remote.c:2030
5590#, c-format
5591msgid " (use \"%s\" for details)\n"
5592msgstr " (usa \"%s\" per visualizzare i dettagli)\n"
5593
5594#: remote.c:2034
5595#, c-format
5596msgid "Your branch is ahead of '%s' by %d commit.\n"
5597msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
5598msgstr[0] "Il tuo branch è avanti rispetto a '%s' di %d commit.\n"
5599msgstr[1] "Il tuo branch è avanti rispetto a '%s' di %d commit.\n"
5600
5601#: remote.c:2040
5602msgid " (use \"git push\" to publish your local commits)\n"
5603msgstr " (usa \"git push\" per pubblicare i tuoi commit locali)\n"
5604
5605#: remote.c:2043
5606#, c-format
5607msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
5608msgid_plural ""
5609"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
5610msgstr[0] ""
5611"Il tuo branch, rispetto a '%s', è indietro di %d commit e ne posso eseguire "
5612"il fast forward.\n"
5613msgstr[1] ""
5614"Il tuo branch, rispetto a '%s', è indietro di %d commit e ne posso eseguire "
5615"il fast forward.\n"
5616
5617#: remote.c:2051
5618msgid " (use \"git pull\" to update your local branch)\n"
5619msgstr " (usa \"git pull\" per aggiornare il tuo branch locale)\n"
5620
5621#: remote.c:2054
5622#, c-format
5623msgid ""
5624"Your branch and '%s' have diverged,\n"
5625"and have %d and %d different commit each, respectively.\n"
5626msgid_plural ""
5627"Your branch and '%s' have diverged,\n"
5628"and have %d and %d different commits each, respectively.\n"
5629msgstr[0] ""
5630"Il tuo branch e '%s' sono diventati divergenti\n"
5631"e hanno rispettivamente %d e %d commit differenti.\n"
5632msgstr[1] ""
5633"Il tuo branch e '%s' sono diventati divergenti\n"
5634"e hanno rispettivamente %d e %d commit differenti.\n"
5635
5636#: remote.c:2064
5637msgid " (use \"git pull\" to merge the remote branch into yours)\n"
5638msgstr " (usa \"git pull\" per eseguire il merge del branch remoto nel tuo)\n"
5639
5640#: remote.c:2247
5641#, c-format
5642msgid "cannot parse expected object name '%s'"
5643msgstr "impossibile analizzare il nome oggetto atteso '%s'"
5644
5645#: replace-object.c:21
5646#, c-format
5647msgid "bad replace ref name: %s"
5648msgstr "nome riferimento sostitutivo non valido: %s"
5649
5650#: replace-object.c:30
5651#, c-format
5652msgid "duplicate replace ref: %s"
5653msgstr "riferimento sostitutivo duplicato: %s"
5654
5655#: replace-object.c:73
5656#, c-format
5657msgid "replace depth too high for object %s"
5658msgstr "profondità sostituzione troppo elevata per l'oggetto %s"
5659
5660#: rerere.c:217 rerere.c:226 rerere.c:229
5661msgid "corrupt MERGE_RR"
5662msgstr "MERGE_RR corrotta"
5663
5664#: rerere.c:264 rerere.c:269
5665msgid "unable to write rerere record"
5666msgstr "impossibile scrivere il record rerere"
5667
5668#: rerere.c:495
5669#, c-format
5670msgid "there were errors while writing '%s' (%s)"
5671msgstr "si sono verificati errori durante la scrittura di '%s' (%s)"
5672
5673#: rerere.c:498
5674#, c-format
5675msgid "failed to flush '%s'"
5676msgstr "flush di '%s' non riuscito"
5677
5678#: rerere.c:503 rerere.c:1039
5679#, c-format
5680msgid "could not parse conflict hunks in '%s'"
5681msgstr "impossibile analizzare gli hunk conflitto in '%s'"
5682
5683#: rerere.c:684
5684#, c-format
5685msgid "failed utime() on '%s'"
5686msgstr "utime() di '%s' non riuscita"
5687
5688#: rerere.c:694
5689#, c-format
5690msgid "writing '%s' failed"
5691msgstr "scrittura di '%s' non riuscita"
5692
5693#: rerere.c:714
5694#, c-format
5695msgid "Staged '%s' using previous resolution."
5696msgstr "'%s' aggiunto all'area di staging usando la risoluzione precedente."
5697
5698#: rerere.c:753
5699#, c-format
5700msgid "Recorded resolution for '%s'."
5701msgstr "Risoluzione per '%s' registrata."
5702
5703#: rerere.c:788
5704#, c-format
5705msgid "Resolved '%s' using previous resolution."
5706msgstr "Risolto conflitto in '%s' usando la risoluzione precedente."
5707
5708#: rerere.c:803
5709#, c-format
5710msgid "cannot unlink stray '%s'"
5711msgstr "impossibile eseguire l'unlink dell'oggetto smarrito '%s'"
5712
5713#: rerere.c:807
5714#, c-format
5715msgid "Recorded preimage for '%s'"
5716msgstr "Salvata preimmagine di '%s'"
5717
5718#: rerere.c:881 submodule.c:2023 builtin/log.c:1790
5719#: builtin/submodule--helper.c:1418 builtin/submodule--helper.c:1428
5720#, c-format
5721msgid "could not create directory '%s'"
5722msgstr "impossibile creare la directory '%s'"
5723
5724#: rerere.c:1057
5725#, c-format
5726msgid "failed to update conflicted state in '%s'"
5727msgstr "aggiornamento dello stato conflitto per '%s' non riuscito"
5728
5729#: rerere.c:1068 rerere.c:1075
5730#, c-format
5731msgid "no remembered resolution for '%s'"
5732msgstr "nessuna risoluzione presente in memoria per '%s'"
5733
5734#: rerere.c:1077
5735#, c-format
5736msgid "cannot unlink '%s'"
5737msgstr "impossibile eseguire l'unlink di '%s'"
5738
5739#: rerere.c:1087
5740#, c-format
5741msgid "Updated preimage for '%s'"
5742msgstr "Preimmagine di '%s' aggiornata"
5743
5744#: rerere.c:1096
5745#, c-format
5746msgid "Forgot resolution for '%s'\n"
5747msgstr "Risoluzione per '%s' dimenticata\n"
5748
5749#: rerere.c:1199
5750msgid "unable to open rr-cache directory"
5751msgstr "impossibile aprire la directory cache rr"
5752
5753#: revision.c:2507
5754msgid "your current branch appears to be broken"
5755msgstr "sembra che il tuo branch corrente sia rotto"
5756
5757#: revision.c:2510
5758#, c-format
5759msgid "your current branch '%s' does not have any commits yet"
5760msgstr "il tuo branch corrente '%s' non ha ancora commit"
5761
5762#: revision.c:2710
5763msgid "--first-parent is incompatible with --bisect"
5764msgstr "--first-parent non è compatibile con --bisect"
5765
5766#: revision.c:2714
5767msgid "-L does not yet support diff formats besides -p and -s"
5768msgstr "-L non supporta ancora formati diff oltre a -p e -s"
5769
5770#: run-command.c:763
5771msgid "open /dev/null failed"
5772msgstr "apertura di /dev/null non riuscita"
5773
5774#: run-command.c:1269
5775#, c-format
5776msgid "cannot create async thread: %s"
5777msgstr "impossibile creare il thread async: %s"
5778
5779#: run-command.c:1333
5780#, c-format
5781msgid ""
5782"The '%s' hook was ignored because it's not set as executable.\n"
5783"You can disable this warning with `git config advice.ignoredHook false`."
5784msgstr ""
5785"L'hook '%s' è stato ignorato perché non è impostato come eseguibile.\n"
5786"Puoi disabilitare quest'avviso con `git config advice.ignoredHook false`."
5787
5788#: send-pack.c:141
5789msgid "unexpected flush packet while reading remote unpack status"
5790msgstr ""
5791"pacchetto flush inatteso durante la lettura dello stato decompressione del "
5792"remoto"
5793
5794#: send-pack.c:143
5795#, c-format
5796msgid "unable to parse remote unpack status: %s"
5797msgstr "impossibile analizzare lo stato decompressione del remoto: %s"
5798
5799#: send-pack.c:145
5800#, c-format
5801msgid "remote unpack failed: %s"
5802msgstr "decompressione sul remoto non riuscita: %s"
5803
5804#: send-pack.c:306
5805msgid "failed to sign the push certificate"
5806msgstr "firma del certificato per il push non riuscita"
5807
5808#: send-pack.c:420
5809msgid "the receiving end does not support --signed push"
5810msgstr "il ricevente non supporta i push --signed"
5811
5812#: send-pack.c:422
5813msgid ""
5814"not sending a push certificate since the receiving end does not support --"
5815"signed push"
5816msgstr ""
5817"non invio un certificato push perché il ricevente non supporta i push --"
5818"signed"
5819
5820#: send-pack.c:434
5821msgid "the receiving end does not support --atomic push"
5822msgstr "il ricevente non supporta i push --atomic"
5823
5824#: send-pack.c:439
5825msgid "the receiving end does not support push options"
5826msgstr "il ricevente non supporta le opzioni push"
5827
5828#: sequencer.c:187
5829#, c-format
5830msgid "invalid commit message cleanup mode '%s'"
5831msgstr "modalità pulizia messaggio commit non valida: '%s'"
5832
5833#: sequencer.c:292
5834#, c-format
5835msgid "could not delete '%s'"
5836msgstr "impossibile eliminare '%s'"
5837
5838#: sequencer.c:311 builtin/rebase.c:759 builtin/rebase.c:1645 builtin/rm.c:369
5839#, c-format
5840msgid "could not remove '%s'"
5841msgstr "impossibile rimuovere '%s'"
5842
5843#: sequencer.c:321
5844msgid "revert"
5845msgstr "revert"
5846
5847#: sequencer.c:323
5848msgid "cherry-pick"
5849msgstr "cherry-pick"
5850
5851#: sequencer.c:325
5852msgid "rebase -i"
5853msgstr "rebase -i"
5854
5855#: sequencer.c:327
5856#, c-format
5857msgid "unknown action: %d"
5858msgstr "azione sconosciuta: %d"
5859
5860#: sequencer.c:385
5861msgid ""
5862"after resolving the conflicts, mark the corrected paths\n"
5863"with 'git add <paths>' or 'git rm <paths>'"
5864msgstr ""
5865"dopo aver risolto i conflitti, contrassegna i percorsi corretti\n"
5866"con 'git add <path>' o 'git rm <path>'"
5867
5868#: sequencer.c:388
5869msgid ""
5870"after resolving the conflicts, mark the corrected paths\n"
5871"with 'git add <paths>' or 'git rm <paths>'\n"
5872"and commit the result with 'git commit'"
5873msgstr ""
5874"dopo aver risolto i conflitti, contrassegna i percorsi corretti\n"
5875"con 'git add <path>' o 'git rm <path>' ed esegui\n"
5876"il commit del risultato con 'git commit'"
5877
5878#: sequencer.c:401 sequencer.c:2909
5879#, c-format
5880msgid "could not lock '%s'"
5881msgstr "impossibile bloccare '%s'"
5882
5883#: sequencer.c:408
5884#, c-format
5885msgid "could not write eol to '%s'"
5886msgstr "impossibile scrivere il carattere di fine riga in '%s'"
5887
5888#: sequencer.c:413 sequencer.c:2714 sequencer.c:2915 sequencer.c:2929
5889#: sequencer.c:3192
5890#, c-format
5891msgid "failed to finalize '%s'"
5892msgstr "finalizzazione di '%s' non riuscita"
5893
5894#: sequencer.c:436 sequencer.c:981 sequencer.c:1655 sequencer.c:2734
5895#: sequencer.c:3174 sequencer.c:3283 builtin/am.c:245 builtin/commit.c:763
5896#: builtin/merge.c:1112 builtin/rebase.c:567
5897#, c-format
5898msgid "could not read '%s'"
5899msgstr "impossibile leggere '%s'"
5900
5901#: sequencer.c:462
5902#, c-format
5903msgid "your local changes would be overwritten by %s."
5904msgstr "le tue modifiche locali sarebbero sovrascritte da %s."
5905
5906#: sequencer.c:466
5907msgid "commit your changes or stash them to proceed."
5908msgstr "esegui il commit delle modifiche o lo stash per procedere."
5909
5910#: sequencer.c:498
5911#, c-format
5912msgid "%s: fast-forward"
5913msgstr "%s: fast forward"
5914
5915#: sequencer.c:537 builtin/tag.c:565
5916#, c-format
5917msgid "Invalid cleanup mode %s"
5918msgstr "Modalità pulizia non valida: %s"
5919
5920#. TRANSLATORS: %s will be "revert", "cherry-pick" or
5921#. "rebase -i".
5922#.
5923#: sequencer.c:632
5924#, c-format
5925msgid "%s: Unable to write new index file"
5926msgstr "%s: impossibile scrivere il nuovo file indice"
5927
5928#: sequencer.c:649
5929msgid "unable to update cache tree"
5930msgstr "impossibile aggiornare l'albero cache"
5931
5932#: sequencer.c:663
5933msgid "could not resolve HEAD commit"
5934msgstr "impossibile risolvere il commit HEAD"
5935
5936#: sequencer.c:743
5937#, c-format
5938msgid "no key present in '%.*s'"
5939msgstr "nessuna chiave presente in '%.*s'"
5940
5941#: sequencer.c:754
5942#, c-format
5943msgid "unable to dequote value of '%s'"
5944msgstr "impossibile rimuovere gli apici dal valore di '%s'"
5945
5946#: sequencer.c:791 wrapper.c:227 wrapper.c:397 builtin/am.c:706
5947#: builtin/am.c:798 builtin/merge.c:1109 builtin/rebase.c:1045
5948#, c-format
5949msgid "could not open '%s' for reading"
5950msgstr "impossibile aprire '%s' in lettura"
5951
5952#: sequencer.c:801
5953msgid "'GIT_AUTHOR_NAME' already given"
5954msgstr "'GIT_AUTHOR_NAME' già specificato"
5955
5956#: sequencer.c:806
5957msgid "'GIT_AUTHOR_EMAIL' already given"
5958msgstr "'GIT_AUTHOR_EMAIL' già specificato"
5959
5960#: sequencer.c:811
5961msgid "'GIT_AUTHOR_DATE' already given"
5962msgstr "'GIT_AUTHOR_DATE' già specificato"
5963
5964#: sequencer.c:815
5965#, c-format
5966msgid "unknown variable '%s'"
5967msgstr "variabile '%s' sconosciuta"
5968
5969#: sequencer.c:820
5970msgid "missing 'GIT_AUTHOR_NAME'"
5971msgstr "'GIT_AUTHOR_NAME' mancante"
5972
5973#: sequencer.c:822
5974msgid "missing 'GIT_AUTHOR_EMAIL'"
5975msgstr "'GIT_AUTHOR_EMAIL' mancante"
5976
5977#: sequencer.c:824
5978msgid "missing 'GIT_AUTHOR_DATE'"
5979msgstr "'GIT_AUTHOR_DATE' mancante"
5980
5981#: sequencer.c:884
5982#, c-format
5983msgid "invalid date format '%s' in '%s'"
5984msgstr "formato data '%s' non valido in '%s'"
5985
5986#: sequencer.c:901
5987#, c-format
5988msgid ""
5989"you have staged changes in your working tree\n"
5990"If these changes are meant to be squashed into the previous commit, run:\n"
5991"\n"
5992" git commit --amend %s\n"
5993"\n"
5994"If they are meant to go into a new commit, run:\n"
5995"\n"
5996" git commit %s\n"
5997"\n"
5998"In both cases, once you're done, continue with:\n"
5999"\n"
6000" git rebase --continue\n"
6001msgstr ""
6002"hai modifiche in staging nell'albero di lavoro\n"
6003"Se queste modifiche devono essere sottoposte a squash nel commit\n"
6004"precedente, esegui:\n"
6005"\n"
6006" git commit --amend %s\n"
6007"\n"
6008"Se devono essere incluse in un nuovo commit, esegui:\n"
6009"\n"
6010" git commit %s\n"
6011"\n"
6012"In entrambi i casi, una volta finito, continua con:\n"
6013"\n"
6014" git rebase --continue\n"
6015
6016#: sequencer.c:995
6017msgid "writing root commit"
6018msgstr "scrittura commit radice in corso"
6019
6020#: sequencer.c:1216
6021msgid "'prepare-commit-msg' hook failed"
6022msgstr "hook 'prepare-commit-msg' non riuscito"
6023
6024#: sequencer.c:1223
6025msgid ""
6026"Your name and email address were configured automatically based\n"
6027"on your username and hostname. Please check that they are accurate.\n"
6028"You can suppress this message by setting them explicitly. Run the\n"
6029"following command and follow the instructions in your editor to edit\n"
6030"your configuration file:\n"
6031"\n"
6032" git config --global --edit\n"
6033"\n"
6034"After doing this, you may fix the identity used for this commit with:\n"
6035"\n"
6036" git commit --amend --reset-author\n"
6037msgstr ""
6038"Il tuo nome e l'indirizzo e-mail sono stati configurati automaticamente "
6039"usando\n"
6040"il tuo nome utente ed il nome host. Per favore, verifica che siano esatti.\n"
6041"È possibile eliminare questo messaggio impostandoli esplicitamente.\n"
6042"Esegui il seguente comando e segui le istruzioni fornite nel tuo editor\n"
6043"per modificare il file di configurazione:\n"
6044"\n"
6045" git config --global --edit\n"
6046"Dopo questa operazione, puoi ripristinare l'identità usata in questo commit "
6047"con:\n"
6048"\n"
6049" git commit --amend --reset-author\n"
6050
6051#: sequencer.c:1236
6052msgid ""
6053"Your name and email address were configured automatically based\n"
6054"on your username and hostname. Please check that they are accurate.\n"
6055"You can suppress this message by setting them explicitly:\n"
6056"\n"
6057" git config --global user.name \"Your Name\"\n"
6058" git config --global user.email you@example.com\n"
6059"\n"
6060"After doing this, you may fix the identity used for this commit with:\n"
6061"\n"
6062" git commit --amend --reset-author\n"
6063msgstr ""
6064"Il tuo nome e l'indirizzo e-mail sono stati configurati automaticamente "
6065"usando\n"
6066"il tuo nome utente ed il nome host. Per favore, verifica che siano esatti.\n"
6067"È possibile eliminare questo messaggio impostandoli esplicitamente:\n"
6068"\n"
6069" git config --global user.name \"Il tuo nome\"\n"
6070" git config --global user.email tu@esempio.com\n"
6071"\n"
6072"Dopo questa operazione, puoi ripristinare l'identità usata in questo commit "
6073"con:\n"
6074"\n"
6075" git commit --amend --reset-author\n"
6076
6077#: sequencer.c:1278
6078msgid "couldn't look up newly created commit"
6079msgstr "impossibile trovare il commit appena creato"
6080
6081#: sequencer.c:1280
6082msgid "could not parse newly created commit"
6083msgstr "impossibile analizzare il commit appena creato"
6084
6085#: sequencer.c:1326
6086msgid "unable to resolve HEAD after creating commit"
6087msgstr "impossibile risolvere HEAD dopo la creazione del commit"
6088
6089#: sequencer.c:1328
6090msgid "detached HEAD"
6091msgstr "HEAD scollegato"
6092
6093#: sequencer.c:1332
6094msgid " (root-commit)"
6095msgstr " (commit radice)"
6096
6097#: sequencer.c:1353
6098msgid "could not parse HEAD"
6099msgstr "impossibile analizzare HEAD"
6100
6101#: sequencer.c:1355
6102#, c-format
6103msgid "HEAD %s is not a commit!"
6104msgstr "L'HEAD %s non è un commit!"
6105
6106#: sequencer.c:1359 builtin/commit.c:1571
6107msgid "could not parse HEAD commit"
6108msgstr "impossibile analizzare il commit HEAD"
6109
6110#: sequencer.c:1411 sequencer.c:2004
6111msgid "unable to parse commit author"
6112msgstr "impossibile analizzare l'autore del commit"
6113
6114#: sequencer.c:1421 builtin/am.c:1573 builtin/merge.c:684
6115msgid "git write-tree failed to write a tree"
6116msgstr "git write-tree non è riuscito a scrivere un albero"
6117
6118#: sequencer.c:1438 sequencer.c:1499
6119#, c-format
6120msgid "unable to read commit message from '%s'"
6121msgstr "impossibile leggere il messaggio di commit da '%s'"
6122
6123#: sequencer.c:1465 builtin/am.c:1595 builtin/commit.c:1670 builtin/merge.c:878
6124#: builtin/merge.c:903
6125msgid "failed to write commit object"
6126msgstr "scrittura dell'oggetto del commit non riuscita"
6127
6128#: sequencer.c:1526
6129#, c-format
6130msgid "could not parse commit %s"
6131msgstr "impossibile analizzare il commit %s"
6132
6133#: sequencer.c:1531
6134#, c-format
6135msgid "could not parse parent commit %s"
6136msgstr "impossibile analizzare il commit genitore %s"
6137
6138#: sequencer.c:1605 sequencer.c:1715
6139#, c-format
6140msgid "unknown command: %d"
6141msgstr "comando sconosciuto: %d"
6142
6143#: sequencer.c:1662 sequencer.c:1687
6144#, c-format
6145msgid "This is a combination of %d commits."
6146msgstr "Questa è una combinazione di %d commit."
6147
6148#: sequencer.c:1672
6149msgid "need a HEAD to fixup"
6150msgstr "è necessaria un'HEAD per il fixup"
6151
6152#: sequencer.c:1674 sequencer.c:3219
6153msgid "could not read HEAD"
6154msgstr "impossibile leggere l'HEAD"
6155
6156#: sequencer.c:1676
6157msgid "could not read HEAD's commit message"
6158msgstr "impossibile leggere il messaggio di commit dell'HEAD"
6159
6160#: sequencer.c:1682
6161#, c-format
6162msgid "cannot write '%s'"
6163msgstr "impossibile scrivere '%s'"
6164
6165#: sequencer.c:1689 git-rebase--preserve-merges.sh:496
6166msgid "This is the 1st commit message:"
6167msgstr "Questo è il primo messaggio di commit:"
6168
6169#: sequencer.c:1697
6170#, c-format
6171msgid "could not read commit message of %s"
6172msgstr "impossibile leggere il messaggio di commit di %s"
6173
6174#: sequencer.c:1704
6175#, c-format
6176msgid "This is the commit message #%d:"
6177msgstr "Questo è il messaggio di commit numero %d:"
6178
6179#: sequencer.c:1710
6180#, c-format
6181msgid "The commit message #%d will be skipped:"
6182msgstr "Il messaggio di commit numero %d sarà saltato:"
6183
6184#: sequencer.c:1798
6185msgid "your index file is unmerged."
6186msgstr "il file indice non è stato sottoposto a merge."
6187
6188#: sequencer.c:1805
6189msgid "cannot fixup root commit"
6190msgstr "impossibile eseguire il fixup sul commit radice"
6191
6192#: sequencer.c:1824
6193#, c-format
6194msgid "commit %s is a merge but no -m option was given."
6195msgstr "il commit %s è un merge ma non è stata specificata l'opzione -m."
6196
6197#: sequencer.c:1832 sequencer.c:1840
6198#, c-format
6199msgid "commit %s does not have parent %d"
6200msgstr "il commit %s non ha il genitore %d"
6201
6202#: sequencer.c:1846
6203#, c-format
6204msgid "cannot get commit message for %s"
6205msgstr "impossibile ottenere il messaggio di commit per %s"
6206
6207#. TRANSLATORS: The first %s will be a "todo" command like
6208#. "revert" or "pick", the second %s a SHA1.
6209#: sequencer.c:1865
6210#, c-format
6211msgid "%s: cannot parse parent commit %s"
6212msgstr "%s: impossibile analizzare il commit genitore %s"
6213
6214#: sequencer.c:1930
6215#, c-format
6216msgid "could not rename '%s' to '%s'"
6217msgstr "impossibile ridenominare '%s' in '%s'"
6218
6219#: sequencer.c:1985
6220#, c-format
6221msgid "could not revert %s... %s"
6222msgstr "non è stato possibile eseguire il revert di %s... %s"
6223
6224#: sequencer.c:1986
6225#, c-format
6226msgid "could not apply %s... %s"
6227msgstr "non è stato possibile applicare %s... %s"
6228
6229#: sequencer.c:2045
6230#, c-format
6231msgid "git %s: failed to read the index"
6232msgstr "git %s: lettura dell'indice non riuscita"
6233
6234#: sequencer.c:2052
6235#, c-format
6236msgid "git %s: failed to refresh the index"
6237msgstr "git %s: aggiornamento dell'indice non riuscito"
6238
6239#: sequencer.c:2128
6240#, c-format
6241msgid "%s does not accept arguments: '%s'"
6242msgstr "%s non accetta argomenti: '%s'"
6243
6244#: sequencer.c:2137
6245#, c-format
6246msgid "missing arguments for %s"
6247msgstr "argomenti mancanti per %s"
6248
6249#: sequencer.c:2174
6250#, c-format
6251msgid "could not parse '%.*s'"
6252msgstr "impossibile analizzare '%.*s'"
6253
6254#: sequencer.c:2228
6255#, c-format
6256msgid "invalid line %d: %.*s"
6257msgstr "riga %d non valida: %.*s"
6258
6259#: sequencer.c:2239
6260#, c-format
6261msgid "cannot '%s' without a previous commit"
6262msgstr "impossibile eseguire '%s' senza un commit precedente"
6263
6264#: sequencer.c:2287 builtin/rebase.c:153 builtin/rebase.c:178
6265#: builtin/rebase.c:204 builtin/rebase.c:229
6266#, c-format
6267msgid "could not read '%s'."
6268msgstr "impossibile leggere '%s'."
6269
6270#: sequencer.c:2323
6271msgid "cancelling a cherry picking in progress"
6272msgstr "annullo un'operazione di cherry-pick in corso"
6273
6274#: sequencer.c:2330
6275msgid "cancelling a revert in progress"
6276msgstr "annullo un'operazione di revert in corso"
6277
6278#: sequencer.c:2364
6279msgid "please fix this using 'git rebase --edit-todo'."
6280msgstr "correggi la situazione usando 'git rebase --edit-todo'."
6281
6282#: sequencer.c:2366
6283#, c-format
6284msgid "unusable instruction sheet: '%s'"
6285msgstr "foglio istruzioni inutilizzabile: '%s'"
6286
6287#: sequencer.c:2371
6288msgid "no commits parsed."
6289msgstr "nessun commit analizzato."
6290
6291#: sequencer.c:2382
6292msgid "cannot cherry-pick during a revert."
6293msgstr "impossibile eseguire un cherry-pick durante un revert."
6294
6295#: sequencer.c:2384
6296msgid "cannot revert during a cherry-pick."
6297msgstr "impossibile eseguire un revert durante un cherry-pick."
6298
6299#: sequencer.c:2466
6300#, c-format
6301msgid "invalid value for %s: %s"
6302msgstr "valore non valido per %s: %s"
6303
6304#: sequencer.c:2553
6305msgid "unusable squash-onto"
6306msgstr "squash-onto inutilizzabile"
6307
6308#: sequencer.c:2569
6309#, c-format
6310msgid "malformed options sheet: '%s'"
6311msgstr "foglio opzioni malformati: '%s'"
6312
6313#: sequencer.c:2652 sequencer.c:4351
6314msgid "empty commit set passed"
6315msgstr "è stato passato un insieme di commit vuoto"
6316
6317#: sequencer.c:2668
6318msgid "revert is already in progress"
6319msgstr "un'operazione di revert è già in corso"
6320
6321#: sequencer.c:2670
6322#, c-format
6323msgid "try \"git revert (--continue | %s--abort | --quit)\""
6324msgstr "prova \"git revert (--continue | %s--abort | --quit)\""
6325
6326#: sequencer.c:2673
6327msgid "cherry-pick is already in progress"
6328msgstr "un'operazione di cherry-pick è già in corso"
6329
6330#: sequencer.c:2675
6331#, c-format
6332msgid "try \"git cherry-pick (--continue | %s--abort | --quit)\""
6333msgstr "prova \"git cherry-pick (--continue | %s--abort | --quit)\""
6334
6335#: sequencer.c:2689
6336#, c-format
6337msgid "could not create sequencer directory '%s'"
6338msgstr "impossibile creare la directory sequencer '%s'"
6339
6340#: sequencer.c:2704
6341msgid "could not lock HEAD"
6342msgstr "impossibile bloccare HEAD"
6343
6344#: sequencer.c:2764 sequencer.c:4103
6345msgid "no cherry-pick or revert in progress"
6346msgstr "nessuna operazione di cherry-pick o revert in corso"
6347
6348#: sequencer.c:2766 sequencer.c:2777
6349msgid "cannot resolve HEAD"
6350msgstr "impossibile risolvere HEAD"
6351
6352#: sequencer.c:2768 sequencer.c:2812
6353msgid "cannot abort from a branch yet to be born"
6354msgstr ""
6355"impossibile interrompere l'operazione da un branch che deve essere ancora "
6356"creato"
6357
6358#: sequencer.c:2798 builtin/grep.c:734
6359#, c-format
6360msgid "cannot open '%s'"
6361msgstr "impossibile aprire '%s'"
6362
6363#: sequencer.c:2800
6364#, c-format
6365msgid "cannot read '%s': %s"
6366msgstr "impossibile leggere '%s': %s"
6367
6368#: sequencer.c:2801
6369msgid "unexpected end of file"
6370msgstr "fine del file inattesa"
6371
6372#: sequencer.c:2807
6373#, c-format
6374msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
6375msgstr ""
6376"il file '%s' in cui è stato salvato l'HEAD prima del cherry pick è corrotto"
6377
6378#: sequencer.c:2818
6379msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
6380msgstr ""
6381"Sembra che tu abbia spostato l'HEAD. Non eseguo il rewind, controlla l'HEAD!"
6382
6383#: sequencer.c:2859
6384msgid "no revert in progress"
6385msgstr "nessun revert in corso"
6386
6387#: sequencer.c:2867
6388msgid "no cherry-pick in progress"
6389msgstr "nessun cherry-pick in corso"
6390
6391#: sequencer.c:2877
6392msgid "failed to skip the commit"
6393msgstr "salto del commit non riuscito"
6394
6395#: sequencer.c:2884
6396msgid "there is nothing to skip"
6397msgstr "non c'è nulla da saltare"
6398
6399#: sequencer.c:2887
6400#, c-format
6401msgid ""
6402"have you committed already?\n"
6403"try \"git %s --continue\""
6404msgstr ""
6405"hai già eseguito il commit?\n"
6406"prova \"git %s --continue\""
6407
6408#: sequencer.c:3011 sequencer.c:4015
6409#, c-format
6410msgid "could not update %s"
6411msgstr "impossibile aggiornare %s"
6412
6413#: sequencer.c:3049 sequencer.c:3995
6414msgid "cannot read HEAD"
6415msgstr "impossibile leggere l'HEAD"
6416
6417#: sequencer.c:3066
6418#, c-format
6419msgid "unable to copy '%s' to '%s'"
6420msgstr "impossibile copiare '%s' in '%s'"
6421
6422#: sequencer.c:3074
6423#, c-format
6424msgid ""
6425"You can amend the commit now, with\n"
6426"\n"
6427" git commit --amend %s\n"
6428"\n"
6429"Once you are satisfied with your changes, run\n"
6430"\n"
6431" git rebase --continue\n"
6432msgstr ""
6433"È possibile modificare il commit ora con\n"
6434"\n"
6435" git commit --amend %s\n"
6436"\n"
6437"Quando sei soddisfatto delle modifiche, esegui\n"
6438"\n"
6439" git rebase --continue\n"
6440
6441#: sequencer.c:3084
6442#, c-format
6443msgid "Could not apply %s... %.*s"
6444msgstr "Impossibile applicare %s... %.*s"
6445
6446#: sequencer.c:3091
6447#, c-format
6448msgid "Could not merge %.*s"
6449msgstr "Impossibile eseguire il merge di %.*s"
6450
6451#: sequencer.c:3105 sequencer.c:3109 builtin/difftool.c:633
6452#, c-format
6453msgid "could not copy '%s' to '%s'"
6454msgstr "impossibile copiare '%s' in '%s'"
6455
6456#: sequencer.c:3131 sequencer.c:3558 builtin/rebase.c:849 builtin/rebase.c:1582
6457#: builtin/rebase.c:1953 builtin/rebase.c:2008
6458msgid "could not read index"
6459msgstr "impossibile leggere l'indice"
6460
6461#: sequencer.c:3136
6462#, c-format
6463msgid ""
6464"execution failed: %s\n"
6465"%sYou can fix the problem, and then run\n"
6466"\n"
6467" git rebase --continue\n"
6468"\n"
6469msgstr ""
6470"esecuzione non riuscita: %s\n"
6471"%sPuoi correggere il problema e quindi eseguire\n"
6472"\n"
6473" git rebase --continue\n"
6474"\n"
6475
6476#: sequencer.c:3142
6477msgid "and made changes to the index and/or the working tree\n"
6478msgstr "e sono state apportate modifiche all'indice e/o all'albero di lavoro\n"
6479
6480#: sequencer.c:3148
6481#, c-format
6482msgid ""
6483"execution succeeded: %s\n"
6484"but left changes to the index and/or the working tree\n"
6485"Commit or stash your changes, and then run\n"
6486"\n"
6487" git rebase --continue\n"
6488"\n"
6489msgstr ""
6490"esecuzione riuscita: %s\n"
6491"ma sono state mantenute modifiche all'indice e/o all'albero di lavoro\n"
6492"Esegui il commit o lo stash delle modifiche, quindi esegui\n"
6493"\n"
6494" git rebase --continue\n"
6495"\n"
6496
6497#: sequencer.c:3209
6498#, c-format
6499msgid "illegal label name: '%.*s'"
6500msgstr "nome etichetta illecito: '%.*s'"
6501
6502#: sequencer.c:3263
6503msgid "writing fake root commit"
6504msgstr "scrittura commit radice falso in corso"
6505
6506#: sequencer.c:3268
6507msgid "writing squash-onto"
6508msgstr "scrittura squash-onto in corso"
6509
6510#: sequencer.c:3306 builtin/rebase.c:854 builtin/rebase.c:860
6511#, c-format
6512msgid "failed to find tree of %s"
6513msgstr "impossibile trovare l'albero di %s"
6514
6515#: sequencer.c:3324 builtin/rebase.c:873
6516msgid "could not write index"
6517msgstr "impossibile scrivere l'indice"
6518
6519#: sequencer.c:3351
6520#, c-format
6521msgid "could not resolve '%s'"
6522msgstr "impossibile risolvere '%s'"
6523
6524#: sequencer.c:3379
6525msgid "cannot merge without a current revision"
6526msgstr "impossibile eseguire il merge senza una revisione corrente"
6527
6528#: sequencer.c:3401
6529#, c-format
6530msgid "unable to parse '%.*s'"
6531msgstr "impossibile analizzare '%.*s'"
6532
6533#: sequencer.c:3410
6534#, c-format
6535msgid "nothing to merge: '%.*s'"
6536msgstr "non c'è nulla di cui eseguire il merge: '%.*s'"
6537
6538#: sequencer.c:3422
6539msgid "octopus merge cannot be executed on top of a [new root]"
6540msgstr "il merge octopus non può essere eseguito su un [nuovo commit radice]"
6541
6542#: sequencer.c:3437
6543#, c-format
6544msgid "could not get commit message of '%s'"
6545msgstr "impossibile ottenere il messaggio di commit per '%s'"
6546
6547#: sequencer.c:3590
6548#, c-format
6549msgid "could not even attempt to merge '%.*s'"
6550msgstr "non è stato nemmeno possibile tentare di eseguire il merge di '%.*s'"
6551
6552#: sequencer.c:3606
6553msgid "merge: Unable to write new index file"
6554msgstr "merge: impossibile scrivere il nuovo file indice"
6555
6556#: sequencer.c:3675 builtin/rebase.c:711
6557#, c-format
6558msgid "Applied autostash.\n"
6559msgstr "Stash automatico applicato.\n"
6560
6561#: sequencer.c:3687
6562#, c-format
6563msgid "cannot store %s"
6564msgstr "impossibile memorizzare %s"
6565
6566#: sequencer.c:3690 builtin/rebase.c:727 git-rebase--preserve-merges.sh:113
6567#, c-format
6568msgid ""
6569"Applying autostash resulted in conflicts.\n"
6570"Your changes are safe in the stash.\n"
6571"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
6572msgstr ""
6573"L'applicazione dello stash automatico ha generato conflitti.\n"
6574"Le tue modifiche sono al sicuro nello stash.\n"
6575"Puoi eseguire \"git stash pop\" o \"git stash drop\" in qualunque momento.\n"
6576
6577#: sequencer.c:3751
6578#, c-format
6579msgid "could not checkout %s"
6580msgstr "impossibile eseguire il checkout di %s"
6581
6582#: sequencer.c:3765
6583#, c-format
6584msgid "%s: not a valid OID"
6585msgstr "%s: non è un OID valido"
6586
6587#: sequencer.c:3770 git-rebase--preserve-merges.sh:779
6588msgid "could not detach HEAD"
6589msgstr "impossibile scollegare l'HEAD"
6590
6591#: sequencer.c:3785
6592#, c-format
6593msgid "Stopped at HEAD\n"
6594msgstr "Fermato a HEAD\n"
6595
6596#: sequencer.c:3787
6597#, c-format
6598msgid "Stopped at %s\n"
6599msgstr "Fermato a %s\n"
6600
6601#: sequencer.c:3795
6602#, c-format
6603msgid ""
6604"Could not execute the todo command\n"
6605"\n"
6606" %.*s\n"
6607"It has been rescheduled; To edit the command before continuing, please\n"
6608"edit the todo list first:\n"
6609"\n"
6610" git rebase --edit-todo\n"
6611" git rebase --continue\n"
6612msgstr ""
6613"Impossibile eseguire il comando todo\n"
6614"\n"
6615" %.*s\n"
6616"\n"
6617"Il comando è stato pianificato nuovamente. Per modificarlo prima di\n"
6618"continuare, modifica prima la lista todo:\n"
6619"\n"
6620" git rebase --edit-todo\n"
6621" git rebase --continue\n"
6622
6623#: sequencer.c:3877
6624#, c-format
6625msgid "Stopped at %s... %.*s\n"
6626msgstr "Fermato a %s... %.*s\n"
6627
6628#: sequencer.c:3958
6629#, c-format
6630msgid "unknown command %d"
6631msgstr "comando %d sconosciuto"
6632
6633#: sequencer.c:4003
6634msgid "could not read orig-head"
6635msgstr "impossibile leggere orig-head"
6636
6637#: sequencer.c:4008
6638msgid "could not read 'onto'"
6639msgstr "impossibile leggere 'onto'"
6640
6641#: sequencer.c:4022
6642#, c-format
6643msgid "could not update HEAD to %s"
6644msgstr "impossibile aggiornare l'HEAD a %s"
6645
6646#: sequencer.c:4115
6647msgid "cannot rebase: You have unstaged changes."
6648msgstr ""
6649"impossibile eseguire il rebase: ci sono delle modifiche non in staging."
6650
6651#: sequencer.c:4124
6652msgid "cannot amend non-existing commit"
6653msgstr "impossibile modificare un commit inesistente"
6654
6655#: sequencer.c:4126
6656#, c-format
6657msgid "invalid file: '%s'"
6658msgstr "file non valido: '%s'"
6659
6660#: sequencer.c:4128
6661#, c-format
6662msgid "invalid contents: '%s'"
6663msgstr "contenuti non validi: '%s'"
6664
6665#: sequencer.c:4131
6666msgid ""
6667"\n"
6668"You have uncommitted changes in your working tree. Please, commit them\n"
6669"first and then run 'git rebase --continue' again."
6670msgstr ""
6671"\n"
6672"Ci sono modifiche di cui non è stato eseguito il commit nel tuo albero\n"
6673"di lavoro. Eseguine prima il commit e quindi esegui nuovamente 'git rebase\n"
6674"--continue'."
6675
6676#: sequencer.c:4167 sequencer.c:4205
6677#, c-format
6678msgid "could not write file: '%s'"
6679msgstr "impossibile scrivere il file: '%s'"
6680
6681#: sequencer.c:4220
6682msgid "could not remove CHERRY_PICK_HEAD"
6683msgstr "impossibile rimuovere CHERRY_PICK_HEAD"
6684
6685#: sequencer.c:4227
6686msgid "could not commit staged changes."
6687msgstr "impossibile eseguire il commit delle modifiche in staging."
6688
6689#: sequencer.c:4328
6690#, c-format
6691msgid "%s: can't cherry-pick a %s"
6692msgstr "%s: impossibile eseguire il cherry pick di un %s"
6693
6694#: sequencer.c:4332
6695#, c-format
6696msgid "%s: bad revision"
6697msgstr "%s: revisione non valida"
6698
6699#: sequencer.c:4367
6700msgid "can't revert as initial commit"
6701msgstr "impossibile eseguire il revert come commit iniziale"
6702
6703#: sequencer.c:4810
6704msgid "make_script: unhandled options"
6705msgstr "make_script: opzioni non gestite"
6706
6707#: sequencer.c:4813
6708msgid "make_script: error preparing revisions"
6709msgstr "make_script: errore durante la preparazione delle revisioni"
6710
6711#: sequencer.c:4971
6712msgid ""
6713"You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
6714"continue'.\n"
6715"Or you can abort the rebase with 'git rebase --abort'.\n"
6716msgstr ""
6717"Puoi correggere questa situazione con 'git rebase --edit-todo' e quindi "
6718"eseguire 'git rebase --continue'.\n"
6719"Oppure puoi interrompere il rebase con 'git rebase --abort'.\n"
6720
6721#: sequencer.c:5083 sequencer.c:5100
6722msgid "nothing to do"
6723msgstr "nulla da fare"
6724
6725#: sequencer.c:5114
6726msgid "could not skip unnecessary pick commands"
6727msgstr "impossibile saltare i comandi pick non necessari"
6728
6729#: sequencer.c:5197
6730msgid "the script was already rearranged."
6731msgstr "lo script è già stato riordinato."
6732
6733#: setup.c:123
6734#, c-format
6735msgid "'%s' is outside repository"
6736msgstr "'%s' è al di fuori del repository"
6737
6738#: setup.c:173
6739#, c-format
6740msgid ""
6741"%s: no such path in the working tree.\n"
6742"Use 'git <command> -- <path>...' to specify paths that do not exist locally."
6743msgstr ""
6744"%s: percorso non esistente nell'albero di lavoro.\n"
6745"Usa 'git <comando> -- <percorso>...' per specificare percorsi non esistenti "
6746"localmente."
6747
6748#: setup.c:186
6749#, c-format
6750msgid ""
6751"ambiguous argument '%s': unknown revision or path not in the working tree.\n"
6752"Use '--' to separate paths from revisions, like this:\n"
6753"'git <command> [<revision>...] -- [<file>...]'"
6754msgstr ""
6755"argomento '%s' ambiguo: revisione sconosciuta o percorso non nell'albero di "
6756"lavoro.\n"
6757"Usa '--' per separare i percorsi dalle revisioni, come segue:\n"
6758"'git <comando> [<revisione>...] -- [<file>...]'"
6759
6760#: setup.c:235
6761#, c-format
6762msgid "option '%s' must come before non-option arguments"
6763msgstr ""
6764"l'opzione '%s' deve essere specificata prima degli argomenti che non "
6765"costituiscono un'opzione"
6766
6767#: setup.c:254
6768#, c-format
6769msgid ""
6770"ambiguous argument '%s': both revision and filename\n"
6771"Use '--' to separate paths from revisions, like this:\n"
6772"'git <command> [<revision>...] -- [<file>...]'"
6773msgstr ""
6774"argomento '%s' ambiguo: è sia una revisione sia un nome file\n"
6775"Usa '--' per separare i percorsi dalle revisioni, come segue:\n"
6776"'git <comando> [<revisione>...] -- [<file>...]'"
6777
6778#: setup.c:390
6779msgid "unable to set up work tree using invalid config"
6780msgstr ""
6781"impossibile preparare l'albero di lavoro usando una configurazione non valida"
6782
6783#: setup.c:394
6784msgid "this operation must be run in a work tree"
6785msgstr "quest'operazione deve essere eseguita in un albero di lavoro"
6786
6787#: setup.c:540
6788#, c-format
6789msgid "Expected git repo version <= %d, found %d"
6790msgstr "Attesa versione repository Git <= %d, trovata %d"
6791
6792#: setup.c:548
6793msgid "unknown repository extensions found:"
6794msgstr "trovate estensioni repository sconosciute:"
6795
6796#: setup.c:567
6797#, c-format
6798msgid "error opening '%s'"
6799msgstr "errore durante l'apertura di '%s'"
6800
6801#: setup.c:569
6802#, c-format
6803msgid "too large to be a .git file: '%s'"
6804msgstr "'%s' troppo grande per essere un file .git"
6805
6806#: setup.c:571
6807#, c-format
6808msgid "error reading %s"
6809msgstr "errore durante la lettura di %s"
6810
6811#: setup.c:573
6812#, c-format
6813msgid "invalid gitfile format: %s"
6814msgstr "formato file Git non valido: %s"
6815
6816#: setup.c:575
6817#, c-format
6818msgid "no path in gitfile: %s"
6819msgstr "nessun percorso presente nel file Git: %s"
6820
6821#: setup.c:577
6822#, c-format
6823msgid "not a git repository: %s"
6824msgstr "%s non è un repository Git"
6825
6826#: setup.c:676
6827#, c-format
6828msgid "'$%s' too big"
6829msgstr "'$%s' è troppo grande"
6830
6831#: setup.c:690
6832#, c-format
6833msgid "not a git repository: '%s'"
6834msgstr "'%s' non è un repository Git"
6835
6836#: setup.c:719 setup.c:721 setup.c:752
6837#, c-format
6838msgid "cannot chdir to '%s'"
6839msgstr "impossibile modificare la directory corrente in '%s'"
6840
6841#: setup.c:724 setup.c:780 setup.c:790 setup.c:829 setup.c:837
6842msgid "cannot come back to cwd"
6843msgstr "impossibile tornare alla directory di lavoro corrente"
6844
6845#: setup.c:851
6846#, c-format
6847msgid "failed to stat '%*s%s%s'"
6848msgstr "stat di '%*s%s%s' non riuscito"
6849
6850#: setup.c:1083
6851msgid "Unable to read current working directory"
6852msgstr "Impossibile leggere la directory di lavoro corrente"
6853
6854#: setup.c:1092 setup.c:1098
6855#, c-format
6856msgid "cannot change to '%s'"
6857msgstr "impossibile entrare in '%s'"
6858
6859#: setup.c:1103
6860#, c-format
6861msgid "not a git repository (or any of the parent directories): %s"
6862msgstr "%s non è un repository Git (né lo è alcuna delle directory genitrici)"
6863
6864#: setup.c:1109
6865#, c-format
6866msgid ""
6867"not a git repository (or any parent up to mount point %s)\n"
6868"Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
6869msgstr ""
6870"non è un repository Git (né lo è alcun genitore fino al punto di mount %s)\n"
6871"Mi fermo al limite del filesystem (l'opzione GIT_DISCOVERY_ACROSS_FILESYSTEM "
6872"non è impostata)."
6873
6874#: setup.c:1220
6875#, c-format
6876msgid ""
6877"problem with core.sharedRepository filemode value (0%.3o).\n"
6878"The owner of files must always have read and write permissions."
6879msgstr ""
6880"si è verificato un problema con il valore modo file di core.sharedRepository "
6881"(0%.3o).\n"
6882"Il proprietario dei file deve avere sempre i permessi di lettura e scrittura."
6883
6884#: setup.c:1264
6885msgid "open /dev/null or dup failed"
6886msgstr "apertura di /dev/null o dup non riuscita"
6887
6888#: setup.c:1279
6889msgid "fork failed"
6890msgstr "fork non riuscita"
6891
6892#: setup.c:1284
6893msgid "setsid failed"
6894msgstr "setsid non riuscita"
6895
6896#: sha1-file.c:453
6897#, c-format
6898msgid "object directory %s does not exist; check .git/objects/info/alternates"
6899msgstr ""
6900"la directory oggetti %s non esiste; controlla .git/objects/info/alternates"
6901
6902#: sha1-file.c:504
6903#, c-format
6904msgid "unable to normalize alternate object path: %s"
6905msgstr "impossibile normalizzare il percorso alternativo oggetto: %s"
6906
6907#: sha1-file.c:576
6908#, c-format
6909msgid "%s: ignoring alternate object stores, nesting too deep"
6910msgstr ""
6911"%s: ignoro gli archivi oggetto alternativi, la nidificazione è troppo "
6912"profonda"
6913
6914#: sha1-file.c:583
6915#, c-format
6916msgid "unable to normalize object directory: %s"
6917msgstr "impossibile normalizzare la directory oggetti: %s"
6918
6919#: sha1-file.c:626
6920msgid "unable to fdopen alternates lockfile"
6921msgstr "impossibile eseguire fdopen sul file di lock alternates"
6922
6923#: sha1-file.c:644
6924msgid "unable to read alternates file"
6925msgstr "impossibile leggere il file alternates"
6926
6927#: sha1-file.c:651
6928msgid "unable to move new alternates file into place"
6929msgstr "impossibile spostare il nuovo file alternates nella posizione corretta"
6930
6931#: sha1-file.c:686
6932#, c-format
6933msgid "path '%s' does not exist"
6934msgstr "il percorso '%s' non esiste"
6935
6936#: sha1-file.c:712
6937#, c-format
6938msgid "reference repository '%s' as a linked checkout is not supported yet."
6939msgstr ""
6940"l'aggiunta del repository di riferimento '%s' come checkout collegato non è "
6941"ancora supportata."
6942
6943#: sha1-file.c:718
6944#, c-format
6945msgid "reference repository '%s' is not a local repository."
6946msgstr "il repository di riferimento '%s' non è un repository locale."
6947
6948#: sha1-file.c:724
6949#, c-format
6950msgid "reference repository '%s' is shallow"
6951msgstr "il repository di riferimento '%s' è shallow"
6952
6953#: sha1-file.c:732
6954#, c-format
6955msgid "reference repository '%s' is grafted"
6956msgstr "il repository di riferimento '%s' è un graft"
6957
6958#: sha1-file.c:792
6959#, c-format
6960msgid "invalid line while parsing alternate refs: %s"
6961msgstr "riga non valida durante l'analisi dei riferimenti degli alternati: %s"
6962
6963#: sha1-file.c:943
6964#, c-format
6965msgid "attempting to mmap %<PRIuMAX> over limit %<PRIuMAX>"
6966msgstr "tento di eseguire mmap %<PRIuMAX> al di sopra del limite %<PRIuMAX>"
6967
6968#: sha1-file.c:968
6969msgid "mmap failed"
6970msgstr "mmap non riuscita"
6971
6972#: sha1-file.c:1132
6973#, c-format
6974msgid "object file %s is empty"
6975msgstr "l'oggetto %s è vuoto"
6976
6977#: sha1-file.c:1256 sha1-file.c:2395
6978#, c-format
6979msgid "corrupt loose object '%s'"
6980msgstr "oggetto sciolto '%s' corrotto"
6981
6982#: sha1-file.c:1258 sha1-file.c:2399
6983#, c-format
6984msgid "garbage at end of loose object '%s'"
6985msgstr "dati inutilizzabili presenti alla fine dell'oggetto sciolto '%s'"
6986
6987#: sha1-file.c:1300
6988msgid "invalid object type"
6989msgstr "tipo oggetto non valido"
6990
6991#: sha1-file.c:1384
6992#, c-format
6993msgid "unable to unpack %s header with --allow-unknown-type"
6994msgstr "impossibile decomprimere l'intestazione %s con --allow-unknown-type"
6995
6996#: sha1-file.c:1387
6997#, c-format
6998msgid "unable to unpack %s header"
6999msgstr "impossibile decomprimere l'intestazione %s"
7000
7001#: sha1-file.c:1393
7002#, c-format
7003msgid "unable to parse %s header with --allow-unknown-type"
7004msgstr "impossibile analizzare l'intestazione %s con --allow-unknown-type"
7005
7006#: sha1-file.c:1396
7007#, c-format
7008msgid "unable to parse %s header"
7009msgstr "impossibile analizzare l'intestazione %s"
7010
7011#: sha1-file.c:1587
7012#, c-format
7013msgid "failed to read object %s"
7014msgstr "lettura dell'oggetto %s non riuscita"
7015
7016#: sha1-file.c:1591
7017#, c-format
7018msgid "replacement %s not found for %s"
7019msgstr "%s sostitutivo non trovato per %s"
7020
7021#: sha1-file.c:1595
7022#, c-format
7023msgid "loose object %s (stored in %s) is corrupt"
7024msgstr "l'oggetto sciolto %s (salvato in %s) è corrotto"
7025
7026#: sha1-file.c:1599
7027#, c-format
7028msgid "packed object %s (stored in %s) is corrupt"
7029msgstr "l'oggetto archiviato %s (salvato in %s) è corrotto"
7030
7031#: sha1-file.c:1702
7032#, c-format
7033msgid "unable to write file %s"
7034msgstr "impossibile scrivere il file %s"
7035
7036#: sha1-file.c:1709
7037#, c-format
7038msgid "unable to set permission to '%s'"
7039msgstr "impossibile impostare i permessi a '%s'"
7040
7041#: sha1-file.c:1716
7042msgid "file write error"
7043msgstr "errore di scrittura del file"
7044
7045#: sha1-file.c:1735
7046msgid "error when closing loose object file"
7047msgstr "errore durante la chiusura del file oggetto sciolto"
7048
7049#: sha1-file.c:1800
7050#, c-format
7051msgid "insufficient permission for adding an object to repository database %s"
7052msgstr ""
7053"permessi non sufficienti per l'aggiunta di un oggetto al database repository "
7054"%s"
7055
7056#: sha1-file.c:1802
7057msgid "unable to create temporary file"
7058msgstr "impossibile creare il file temporaneo"
7059
7060#: sha1-file.c:1826
7061msgid "unable to write loose object file"
7062msgstr "impossibile scrivere il file oggetto sciolto"
7063
7064#: sha1-file.c:1832
7065#, c-format
7066msgid "unable to deflate new object %s (%d)"
7067msgstr "impossibile comprimere con deflate il nuovo oggetto %s (%d)"
7068
7069#: sha1-file.c:1836
7070#, c-format
7071msgid "deflateEnd on object %s failed (%d)"
7072msgstr "deflateEnd non riuscita sull'oggetto %s (%d)"
7073
7074#: sha1-file.c:1840
7075#, c-format
7076msgid "confused by unstable object source data for %s"
7077msgstr "sono confuso dall'origine dati oggetto non stabile per %s"
7078
7079#: sha1-file.c:1850 builtin/pack-objects.c:920
7080#, c-format
7081msgid "failed utime() on %s"
7082msgstr "utime() di %s non riuscita"
7083
7084#: sha1-file.c:1925
7085#, c-format
7086msgid "cannot read object for %s"
7087msgstr "impossibile leggere l'oggetto per %s"
7088
7089#: sha1-file.c:1965
7090msgid "corrupt commit"
7091msgstr "commit corrotto"
7092
7093#: sha1-file.c:1973
7094msgid "corrupt tag"
7095msgstr "tag corrotto"
7096
7097#: sha1-file.c:2072
7098#, c-format
7099msgid "read error while indexing %s"
7100msgstr "errore di lettura durante l'indicizzazione di %s"
7101
7102#: sha1-file.c:2075
7103#, c-format
7104msgid "short read while indexing %s"
7105msgstr "lettura troppo breve durante l'indicizzazione di %s"
7106
7107#: sha1-file.c:2148 sha1-file.c:2157
7108#, c-format
7109msgid "%s: failed to insert into database"
7110msgstr "%s: inserimento del record nel database non riuscito"
7111
7112#: sha1-file.c:2163
7113#, c-format
7114msgid "%s: unsupported file type"
7115msgstr "%s: tipo di file non supportato"
7116
7117#: sha1-file.c:2187
7118#, c-format
7119msgid "%s is not a valid object"
7120msgstr "%s non è un oggetto valido"
7121
7122#: sha1-file.c:2189
7123#, c-format
7124msgid "%s is not a valid '%s' object"
7125msgstr "%s non è un oggetto '%s' valido"
7126
7127#: sha1-file.c:2216 builtin/index-pack.c:155
7128#, c-format
7129msgid "unable to open %s"
7130msgstr "impossibile aprire %s"
7131
7132#: sha1-file.c:2406 sha1-file.c:2458
7133#, c-format
7134msgid "hash mismatch for %s (expected %s)"
7135msgstr "mancata corrispondenza per %s (atteso %s)"
7136
7137#: sha1-file.c:2430
7138#, c-format
7139msgid "unable to mmap %s"
7140msgstr "impossibile eseguire mmap su %s"
7141
7142#: sha1-file.c:2435
7143#, c-format
7144msgid "unable to unpack header of %s"
7145msgstr "impossibile decomprimere l'intestazione di %s"
7146
7147#: sha1-file.c:2441
7148#, c-format
7149msgid "unable to parse header of %s"
7150msgstr "impossibile analizzare l'intestazione di %s"
7151
7152#: sha1-file.c:2452
7153#, c-format
7154msgid "unable to unpack contents of %s"
7155msgstr "impossibile decomprimere i contenuti di %s"
7156
7157#: sha1-name.c:490
7158#, c-format
7159msgid "short SHA1 %s is ambiguous"
7160msgstr "lo SHA1 breve %s è ambiguo"
7161
7162#: sha1-name.c:501
7163msgid "The candidates are:"
7164msgstr "I candidati sono:"
7165
7166#: sha1-name.c:800
7167msgid ""
7168"Git normally never creates a ref that ends with 40 hex characters\n"
7169"because it will be ignored when you just specify 40-hex. These refs\n"
7170"may be created by mistake. For example,\n"
7171"\n"
7172" git switch -c $br $(git rev-parse ...)\n"
7173"\n"
7174"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
7175"examine these refs and maybe delete them. Turn this message off by\n"
7176"running \"git config advice.objectNameWarning false\""
7177msgstr ""
7178"Git normalmente non crea mai un riferimento che termina con 40\n"
7179"caratteri esadecimali perché sarà ignorato se si specificano\n"
7180"semplicemente 40 caratteri esadecimali. Questi riferimenti\n"
7181"potrebbero essere creati per errore. Ad esempio:\n"
7182"\n"
7183" git switch -c $br $(git rev-parse ...)\n"
7184"\n"
7185"dove \"$br\" è vuoto per qualche motivo e quindi viene creato un\n"
7186"riferimento con 40 caratteri esadecimali. Esamina tali\n"
7187"riferimenti ed eliminali se necessario. Disabilita questo\n"
7188"messaggio eseguendo \"git config advice.objectNameWarning false\""
7189
7190#. TRANSLATORS: IEC 80000-13:2008 gibibyte
7191#: strbuf.c:821
7192#, c-format
7193msgid "%u.%2.2u GiB"
7194msgstr "%u.%2.2u GiB"
7195
7196#. TRANSLATORS: IEC 80000-13:2008 gibibyte/second
7197#: strbuf.c:823
7198#, c-format
7199msgid "%u.%2.2u GiB/s"
7200msgstr "%u.%2.2u GiB/s"
7201
7202#. TRANSLATORS: IEC 80000-13:2008 mebibyte
7203#: strbuf.c:831
7204#, c-format
7205msgid "%u.%2.2u MiB"
7206msgstr "%u.%2.2u MiB"
7207
7208#. TRANSLATORS: IEC 80000-13:2008 mebibyte/second
7209#: strbuf.c:833
7210#, c-format
7211msgid "%u.%2.2u MiB/s"
7212msgstr "%u.%2.2u MiB/s"
7213
7214#. TRANSLATORS: IEC 80000-13:2008 kibibyte
7215#: strbuf.c:840
7216#, c-format
7217msgid "%u.%2.2u KiB"
7218msgstr "%u.%2.2u KiB"
7219
7220#. TRANSLATORS: IEC 80000-13:2008 kibibyte/second
7221#: strbuf.c:842
7222#, c-format
7223msgid "%u.%2.2u KiB/s"
7224msgstr "%u.%2.2u KiB/s"
7225
7226#. TRANSLATORS: IEC 80000-13:2008 byte
7227#: strbuf.c:848
7228#, c-format
7229msgid "%u byte"
7230msgid_plural "%u bytes"
7231msgstr[0] "%u byte"
7232msgstr[1] "%u byte"
7233
7234#. TRANSLATORS: IEC 80000-13:2008 byte/second
7235#: strbuf.c:850
7236#, c-format
7237msgid "%u byte/s"
7238msgid_plural "%u bytes/s"
7239msgstr[0] "%u byte/s"
7240msgstr[1] "%u byte/s"
7241
7242#: submodule.c:114 submodule.c:143
7243msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
7244msgstr ""
7245"Impossibile modificare il file .gitmodules non sottoposto a merge, risolvi "
7246"prima i conflitti di merge"
7247
7248#: submodule.c:118 submodule.c:147
7249#, c-format
7250msgid "Could not find section in .gitmodules where path=%s"
7251msgstr "Impossibile trovare una sezione in .gitmodules dove path=%s"
7252
7253#: submodule.c:154
7254#, c-format
7255msgid "Could not remove .gitmodules entry for %s"
7256msgstr "Impossibile rimuovere la voce .gitmodules per %s"
7257
7258#: submodule.c:165
7259msgid "staging updated .gitmodules failed"
7260msgstr "staging del file .gitmodules aggiornato non riuscito"
7261
7262#: submodule.c:327
7263#, c-format
7264msgid "in unpopulated submodule '%s'"
7265msgstr "nel sottomodulo non popolato '%s'"
7266
7267#: submodule.c:358
7268#, c-format
7269msgid "Pathspec '%s' is in submodule '%.*s'"
7270msgstr "Lo specificatore percorso '%s' è nel sottomodulo '%.*s'"
7271
7272#: submodule.c:910
7273#, c-format
7274msgid "submodule entry '%s' (%s) is a %s, not a commit"
7275msgstr "la voce sottomodulo '%s' (%s) è un %s, non un commit"
7276
7277#: submodule.c:1147 builtin/branch.c:680 builtin/submodule--helper.c:1989
7278msgid "Failed to resolve HEAD as a valid ref."
7279msgstr "Impossibile risolvere HEAD come riferimento valido."
7280
7281#: submodule.c:1481
7282#, c-format
7283msgid "Could not access submodule '%s'"
7284msgstr "Impossibile accedere al sottomodulo '%s'"
7285
7286#: submodule.c:1651
7287#, c-format
7288msgid "'%s' not recognized as a git repository"
7289msgstr "'%s' non riconosciuto come repository Git"
7290
7291#: submodule.c:1789
7292#, c-format
7293msgid "could not start 'git status' in submodule '%s'"
7294msgstr "impossibile avviare 'git status' nel sottomodulo '%s'"
7295
7296#: submodule.c:1802
7297#, c-format
7298msgid "could not run 'git status' in submodule '%s'"
7299msgstr "impossibile eseguire 'git status' nel sottomodulo '%s'"
7300
7301#: submodule.c:1817
7302#, c-format
7303msgid "Could not unset core.worktree setting in submodule '%s'"
7304msgstr ""
7305"Impossibile annullare l'impostazione dell'opzione core.worktree nel "
7306"sottomodulo '%s'"
7307
7308#: submodule.c:1907
7309#, c-format
7310msgid "submodule '%s' has dirty index"
7311msgstr "il sottomodulo '%s' ha l'indice sporco"
7312
7313#: submodule.c:1959
7314#, c-format
7315msgid "Submodule '%s' could not be updated."
7316msgstr "Impossibile aggiornare il sottomodulo '%s'."
7317
7318#: submodule.c:2007
7319#, c-format
7320msgid ""
7321"relocate_gitdir for submodule '%s' with more than one worktree not supported"
7322msgstr ""
7323"relocate_gitdir non è supportata per il sottomodulo '%s' con più di un "
7324"albero di lavoro"
7325
7326#: submodule.c:2019 submodule.c:2074
7327#, c-format
7328msgid "could not lookup name for submodule '%s'"
7329msgstr "impossibile ricercare il nome per il sottomodulo '%s'"
7330
7331#: submodule.c:2026
7332#, c-format
7333msgid ""
7334"Migrating git directory of '%s%s' from\n"
7335"'%s' to\n"
7336"'%s'\n"
7337msgstr ""
7338"Sto migrando la directory Git di '%s%s' da\n"
7339"'%s' a\n"
7340"'%s'\n"
7341
7342#: submodule.c:2109
7343#, c-format
7344msgid "could not recurse into submodule '%s'"
7345msgstr "impossibile eseguire l'azione ricorsivamente nel sottomodulo '%s'"
7346
7347#: submodule.c:2153
7348msgid "could not start ls-files in .."
7349msgstr "impossibile avviare ls-files in .."
7350
7351#: submodule.c:2192
7352#, c-format
7353msgid "ls-tree returned unexpected return code %d"
7354msgstr "ls-tree ha restituito il valore di ritorno inatteso %d"
7355
7356#: submodule-config.c:232
7357#, c-format
7358msgid "ignoring suspicious submodule name: %s"
7359msgstr "ignoro un nome sottomodulo sospetto: %s"
7360
7361#: submodule-config.c:299
7362msgid "negative values not allowed for submodule.fetchjobs"
7363msgstr "i valori negativi non sono consentiti per submodule.fetchjobs"
7364
7365#: submodule-config.c:397
7366#, c-format
7367msgid "ignoring '%s' which may be interpreted as a command-line option: %s"
7368msgstr ""
7369"ignoro '%s' che potrebbe essere interpretato come argomento della riga di "
7370"comando: %s"
7371
7372#: submodule-config.c:486
7373#, c-format
7374msgid "invalid value for %s"
7375msgstr "valore non valido per %s"
7376
7377#: submodule-config.c:755
7378#, c-format
7379msgid "Could not update .gitmodules entry %s"
7380msgstr "Impossibile aggiornare la voce .gitmodules %s"
7381
7382#: trailer.c:238
7383#, c-format
7384msgid "running trailer command '%s' failed"
7385msgstr "esecuzione del comando finale '%s' non riuscita"
7386
7387#: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:553
7388#: trailer.c:557
7389#, c-format
7390msgid "unknown value '%s' for key '%s'"
7391msgstr "valore '%s' sconosciuto per la chiave '%s'"
7392
7393#: trailer.c:539 trailer.c:544 builtin/remote.c:295
7394#, c-format
7395msgid "more than one %s"
7396msgstr "più di un %s"
7397
7398#: trailer.c:730
7399#, c-format
7400msgid "empty trailer token in trailer '%.*s'"
7401msgstr "token finale vuoto nella stringa finale '%.*s'"
7402
7403#: trailer.c:750
7404#, c-format
7405msgid "could not read input file '%s'"
7406msgstr "impossibile leggere il file di input '%s'"
7407
7408#: trailer.c:753
7409msgid "could not read from stdin"
7410msgstr "impossibile leggere dallo standard input"
7411
7412#: trailer.c:1011 wrapper.c:701
7413#, c-format
7414msgid "could not stat %s"
7415msgstr "impossibile eseguire lo stat di '%s'"
7416
7417#: trailer.c:1013
7418#, c-format
7419msgid "file %s is not a regular file"
7420msgstr "il file %s non è un file regolare"
7421
7422#: trailer.c:1015
7423#, c-format
7424msgid "file %s is not writable by user"
7425msgstr "il file %s non è scrivibile dall'utente"
7426
7427#: trailer.c:1027
7428msgid "could not open temporary file"
7429msgstr "impossibile aprire un file temporaneo"
7430
7431#: trailer.c:1067
7432#, c-format
7433msgid "could not rename temporary file to %s"
7434msgstr "impossibile ridenominare il file temporaneo in %s"
7435
7436#: transport.c:116
7437#, c-format
7438msgid "Would set upstream of '%s' to '%s' of '%s'\n"
7439msgstr "L'upstream di '%s' sarebbe impostato a '%s' di '%s'\n"
7440
7441#: transport.c:142
7442#, c-format
7443msgid "could not read bundle '%s'"
7444msgstr "impossibile leggere il bundle '%s'"
7445
7446#: transport.c:208
7447#, c-format
7448msgid "transport: invalid depth option '%s'"
7449msgstr "trasporto: opzione profondità '%s' non valida"
7450
7451#: transport.c:259
7452msgid "see protocol.version in 'git help config' for more details"
7453msgstr "vedi protocol.version in 'git help config' per maggiori dettagli"
7454
7455#: transport.c:260
7456msgid "server options require protocol version 2 or later"
7457msgstr "le opzioni server richiedono la versione 2 o successiva del protocollo"
7458
7459#: transport.c:625
7460msgid "could not parse transport.color.* config"
7461msgstr "impossibile analizzare la configurazione transport.color.*"
7462
7463#: transport.c:698
7464msgid "support for protocol v2 not implemented yet"
7465msgstr "supporto alla versione 2 del protocollo non ancora implementato"
7466
7467#: transport.c:825
7468#, c-format
7469msgid "unknown value for config '%s': %s"
7470msgstr "valore sconosciuto per la configurazione '%s': %s"
7471
7472#: transport.c:891
7473#, c-format
7474msgid "transport '%s' not allowed"
7475msgstr "trasporto '%s' non consentito"
7476
7477#: transport.c:945
7478msgid "git-over-rsync is no longer supported"
7479msgstr "git-over-rsync non è più supportato"
7480
7481#: transport.c:1040
7482#, c-format
7483msgid ""
7484"The following submodule paths contain changes that can\n"
7485"not be found on any remote:\n"
7486msgstr ""
7487"I seguenti percorsi sottomodulo contengono modifiche\n"
7488"non trovate su nessun remoto:\n"
7489
7490#: transport.c:1044
7491#, c-format
7492msgid ""
7493"\n"
7494"Please try\n"
7495"\n"
7496"\tgit push --recurse-submodules=on-demand\n"
7497"\n"
7498"or cd to the path and use\n"
7499"\n"
7500"\tgit push\n"
7501"\n"
7502"to push them to a remote.\n"
7503"\n"
7504msgstr ""
7505"\n"
7506"Prova\n"
7507"\n"
7508"\tgit push --recurse-submodules=on-demand\n"
7509"\n"
7510"o esegui un cd al percorso e usa\n"
7511"\n"
7512"\tgit push\n"
7513"\n"
7514"per eseguirne il push a un remoto.\n"
7515"\n"
7516
7517#: transport.c:1052
7518msgid "Aborting."
7519msgstr "Interrompo l'operazione."
7520
7521#: transport.c:1193
7522msgid "failed to push all needed submodules"
7523msgstr "push di tutti i sottomoduli richiesti non riuscito"
7524
7525#: transport.c:1340 transport-helper.c:645
7526msgid "operation not supported by protocol"
7527msgstr "operazione non supportata dal protocollo"
7528
7529#: transport-helper.c:51 transport-helper.c:80
7530msgid "full write to remote helper failed"
7531msgstr "scrittura completa verso l'helper remoto non riuscita"
7532
7533#: transport-helper.c:134
7534#, c-format
7535msgid "unable to find remote helper for '%s'"
7536msgstr "impossibile trovare l'helper remoto per '%s'"
7537
7538#: transport-helper.c:150 transport-helper.c:559
7539msgid "can't dup helper output fd"
7540msgstr "impossibile duplicare il descrittore file dell'output helper"
7541
7542#: transport-helper.c:201
7543#, c-format
7544msgid ""
7545"unknown mandatory capability %s; this remote helper probably needs newer "
7546"version of Git"
7547msgstr ""
7548"capability necessaria %s sconosciuta; quest'helper remoto probabilmente "
7549"richiede una versione di Git più recente"
7550
7551#: transport-helper.c:207
7552msgid "this remote helper should implement refspec capability"
7553msgstr "questo helper remoto dovrebbe implementare la capability refspec"
7554
7555#: transport-helper.c:274 transport-helper.c:414
7556#, c-format
7557msgid "%s unexpectedly said: '%s'"
7558msgstr "%s ha inviato un messaggio inatteso: '%s'"
7559
7560#: transport-helper.c:403
7561#, c-format
7562msgid "%s also locked %s"
7563msgstr "%s ha bloccato anche %s"
7564
7565#: transport-helper.c:481
7566msgid "couldn't run fast-import"
7567msgstr "impossibile eseguire fast-import"
7568
7569#: transport-helper.c:504
7570msgid "error while running fast-import"
7571msgstr "errore durante l'esecuzione di fast-import"
7572
7573#: transport-helper.c:533 transport-helper.c:1105
7574#, c-format
7575msgid "could not read ref %s"
7576msgstr "impossibile leggere il riferimento %s"
7577
7578#: transport-helper.c:578
7579#, c-format
7580msgid "unknown response to connect: %s"
7581msgstr "risposta inattesa a connect: %s"
7582
7583#: transport-helper.c:600
7584msgid "setting remote service path not supported by protocol"
7585msgstr ""
7586"l'impostazione del percorso del servizio remoto non è supportata dal "
7587"protocollo"
7588
7589#: transport-helper.c:602
7590msgid "invalid remote service path"
7591msgstr "percorso servizio remoto non valido"
7592
7593#: transport-helper.c:648
7594#, c-format
7595msgid "can't connect to subservice %s"
7596msgstr "impossibile connettersi al sottoservizio %s"
7597
7598#: transport-helper.c:720
7599#, c-format
7600msgid "expected ok/error, helper said '%s'"
7601msgstr "attesi ok/error, l'helper ha inviato '%s'"
7602
7603#: transport-helper.c:773
7604#, c-format
7605msgid "helper reported unexpected status of %s"
7606msgstr "l'helper ha segnalato uno stato inatteso di %s"
7607
7608#: transport-helper.c:834
7609#, c-format
7610msgid "helper %s does not support dry-run"
7611msgstr "l'helper %s non supporta dry-run"
7612
7613#: transport-helper.c:837
7614#, c-format
7615msgid "helper %s does not support --signed"
7616msgstr "l'helper %s non supporta --signed"
7617
7618#: transport-helper.c:840
7619#, c-format
7620msgid "helper %s does not support --signed=if-asked"
7621msgstr "l'helper %s non supporta --signed=if-asked"
7622
7623#: transport-helper.c:847
7624#, c-format
7625msgid "helper %s does not support 'push-option'"
7626msgstr "l'helper %s non supporta 'push-option'"
7627
7628#: transport-helper.c:945
7629msgid "remote-helper doesn't support push; refspec needed"
7630msgstr ""
7631"l'helper remoto non supporta il push; è necessario uno specificatore "
7632"riferimento"
7633
7634#: transport-helper.c:950
7635#, c-format
7636msgid "helper %s does not support 'force'"
7637msgstr "l'helper %s non supporta 'force'"
7638
7639#: transport-helper.c:997
7640msgid "couldn't run fast-export"
7641msgstr "impossibile eseguire fast-export"
7642
7643#: transport-helper.c:1002
7644msgid "error while running fast-export"
7645msgstr "errore durante l'esecuzione di fast-export"
7646
7647#: transport-helper.c:1027
7648#, c-format
7649msgid ""
7650"No refs in common and none specified; doing nothing.\n"
7651"Perhaps you should specify a branch such as 'master'.\n"
7652msgstr ""
7653"Nessun riferimento in comune e nessuno specificato; non eseguo nulla.\n"
7654"Forse dovresti specificare un branch come 'master'.\n"
7655
7656#: transport-helper.c:1091
7657#, c-format
7658msgid "malformed response in ref list: %s"
7659msgstr "risposta malformata nell'elenco riferimenti: %s"
7660
7661#: transport-helper.c:1244
7662#, c-format
7663msgid "read(%s) failed"
7664msgstr "read(%s) non riuscita"
7665
7666#: transport-helper.c:1271
7667#, c-format
7668msgid "write(%s) failed"
7669msgstr "write(%s) non riuscita"
7670
7671#: transport-helper.c:1320
7672#, c-format
7673msgid "%s thread failed"
7674msgstr "thread %s non riuscito"
7675
7676#: transport-helper.c:1324
7677#, c-format
7678msgid "%s thread failed to join: %s"
7679msgstr "join non riuscita per il thread %s: %s"
7680
7681#: transport-helper.c:1343 transport-helper.c:1347
7682#, c-format
7683msgid "can't start thread for copying data: %s"
7684msgstr "impossibile avviare il thread per la copia dei dati: %s"
7685
7686#: transport-helper.c:1384
7687#, c-format
7688msgid "%s process failed to wait"
7689msgstr "wait non riuscita per il processo %s"
7690
7691#: transport-helper.c:1388
7692#, c-format
7693msgid "%s process failed"
7694msgstr "processo %s non riuscito"
7695
7696#: transport-helper.c:1406 transport-helper.c:1415
7697msgid "can't start thread for copying data"
7698msgstr "impossibile avviare il thread per la copia dei dati"
7699
7700#: tree-walk.c:33
7701msgid "too-short tree object"
7702msgstr "oggetto albero troppo corto"
7703
7704#: tree-walk.c:39
7705msgid "malformed mode in tree entry"
7706msgstr "modo malformato nella voce dell'albero"
7707
7708#: tree-walk.c:43
7709msgid "empty filename in tree entry"
7710msgstr "nome file vuoto nella voce dell'albero"
7711
7712#: tree-walk.c:118
7713msgid "too-short tree file"
7714msgstr "file alber troppo corto"
7715
7716#: unpack-trees.c:111
7717#, c-format
7718msgid ""
7719"Your local changes to the following files would be overwritten by checkout:\n"
7720"%%sPlease commit your changes or stash them before you switch branches."
7721msgstr ""
7722"Le tue modifiche locali ai seguenti file sarebbero sovrascritte con il "
7723"checkout:\n"
7724"%%sEsegui il commit o lo stash delle modifiche prima di cambiare branch."
7725
7726#: unpack-trees.c:113
7727#, c-format
7728msgid ""
7729"Your local changes to the following files would be overwritten by checkout:\n"
7730"%%s"
7731msgstr ""
7732"Le tue modifiche locali ai seguenti file sarebbero sovrascritte con il "
7733"checkout:\n"
7734"%%s"
7735
7736#: unpack-trees.c:116
7737#, c-format
7738msgid ""
7739"Your local changes to the following files would be overwritten by merge:\n"
7740"%%sPlease commit your changes or stash them before you merge."
7741msgstr ""
7742"Le tue modifiche locali ai seguenti file sarebbero sovrascritte con il "
7743"merge:\n"
7744"%%sEsegui il commit o lo stash delle modifiche prima di eseguire il merge."
7745
7746#: unpack-trees.c:118
7747#, c-format
7748msgid ""
7749"Your local changes to the following files would be overwritten by merge:\n"
7750"%%s"
7751msgstr ""
7752"Le tue modifiche locali ai seguenti file sarebbero sovrascritte con il "
7753"merge:\n"
7754"%%s"
7755
7756#: unpack-trees.c:121
7757#, c-format
7758msgid ""
7759"Your local changes to the following files would be overwritten by %s:\n"
7760"%%sPlease commit your changes or stash them before you %s."
7761msgstr ""
7762"Le tue modifiche locali ai seguenti file sarebbero sovrascritte con "
7763"l'operazione di %s:\n"
7764"%%sEsegui il commit o lo stash delle modifiche prima di eseguire "
7765"l'operazione di %s."
7766
7767#: unpack-trees.c:123
7768#, c-format
7769msgid ""
7770"Your local changes to the following files would be overwritten by %s:\n"
7771"%%s"
7772msgstr ""
7773"Le tue modifiche locali ai seguenti file sarebbero sovrascritte con "
7774"l'operazione di %s:\n"
7775"%%s"
7776
7777#: unpack-trees.c:128
7778#, c-format
7779msgid ""
7780"Updating the following directories would lose untracked files in them:\n"
7781"%s"
7782msgstr ""
7783"L'aggiornamento delle seguenti directory farebbe sì che dei file non "
7784"tracciati in esse contenuti vengano persi:\n"
7785"%s"
7786
7787#: unpack-trees.c:132
7788#, c-format
7789msgid ""
7790"The following untracked working tree files would be removed by checkout:\n"
7791"%%sPlease move or remove them before you switch branches."
7792msgstr ""
7793"I seguenti file non tracciati presenti nell'albero di lavoro sarebbero "
7794"eliminati con il checkout:\n"
7795"%%sSpostali o eliminali prima di cambiare branch."
7796
7797#: unpack-trees.c:134
7798#, c-format
7799msgid ""
7800"The following untracked working tree files would be removed by checkout:\n"
7801"%%s"
7802msgstr ""
7803"I seguenti file non tracciati presenti nell'albero di lavoro sarebbero "
7804"eliminati con il checkout:\n"
7805"%%s"
7806
7807#: unpack-trees.c:137
7808#, c-format
7809msgid ""
7810"The following untracked working tree files would be removed by merge:\n"
7811"%%sPlease move or remove them before you merge."
7812msgstr ""
7813"I seguenti file non tracciati presenti nell'albero di lavoro sarebbero "
7814"eliminati dal merge:\n"
7815"%%sSpostali o eliminali prima di eseguire il merge."
7816
7817#: unpack-trees.c:139
7818#, c-format
7819msgid ""
7820"The following untracked working tree files would be removed by merge:\n"
7821"%%s"
7822msgstr ""
7823"I seguenti file non tracciati presenti nell'albero di lavoro sarebbero "
7824"eliminati dal merge:\n"
7825"%%s"
7826
7827#: unpack-trees.c:142
7828#, c-format
7829msgid ""
7830"The following untracked working tree files would be removed by %s:\n"
7831"%%sPlease move or remove them before you %s."
7832msgstr ""
7833"I seguenti file non tracciati presenti nell'albero di lavoro sarebbero "
7834"eliminati con l'operazione di %s:\n"
7835"%%sSpostali o eliminali prima di eseguire l'operazione di %s."
7836
7837#: unpack-trees.c:144
7838#, c-format
7839msgid ""
7840"The following untracked working tree files would be removed by %s:\n"
7841"%%s"
7842msgstr ""
7843"I seguenti file non tracciati presenti nell'albero di lavoro sarebbero "
7844"eliminati con l'operazione di %s:\n"
7845"%%s"
7846
7847#: unpack-trees.c:150
7848#, c-format
7849msgid ""
7850"The following untracked working tree files would be overwritten by "
7851"checkout:\n"
7852"%%sPlease move or remove them before you switch branches."
7853msgstr ""
7854"I seguenti file non tracciati presenti nell'albero di lavoro sarebbero "
7855"sovrascritti con il checkout:\n"
7856"%%sSpostali o eliminali prima di cambiare branch."
7857
7858#: unpack-trees.c:152
7859#, c-format
7860msgid ""
7861"The following untracked working tree files would be overwritten by "
7862"checkout:\n"
7863"%%s"
7864msgstr ""
7865"I seguenti file non tracciati presenti nell'albero di lavoro sarebbero "
7866"sovrascritti con il checkout:\n"
7867"%%s"
7868
7869#: unpack-trees.c:155
7870#, c-format
7871msgid ""
7872"The following untracked working tree files would be overwritten by merge:\n"
7873"%%sPlease move or remove them before you merge."
7874msgstr ""
7875"I seguenti file non tracciati presenti nell'albero di lavoro sarebbero "
7876"sovrascritti dal merge:\n"
7877"%%sSpostali o eliminali prima di eseguire il merge."
7878
7879#: unpack-trees.c:157
7880#, c-format
7881msgid ""
7882"The following untracked working tree files would be overwritten by merge:\n"
7883"%%s"
7884msgstr ""
7885"I seguenti file non tracciati presenti nell'albero di lavoro sarebbero "
7886"sovrascritti dal merge:\n"
7887"%%s"
7888
7889#: unpack-trees.c:160
7890#, c-format
7891msgid ""
7892"The following untracked working tree files would be overwritten by %s:\n"
7893"%%sPlease move or remove them before you %s."
7894msgstr ""
7895"I seguenti file non tracciati presenti nell'albero di lavoro sarebbero "
7896"sovrascritti con l'operazione di %s:\n"
7897"%%sSpostali o eliminali prima di eseguire l'operazione di %s."
7898
7899#: unpack-trees.c:162
7900#, c-format
7901msgid ""
7902"The following untracked working tree files would be overwritten by %s:\n"
7903"%%s"
7904msgstr ""
7905"I seguenti file non tracciati presenti nell'albero di lavoro sarebbero "
7906"sovrascritti con l'operazione di %s:\n"
7907"%%s"
7908
7909#: unpack-trees.c:170
7910#, c-format
7911msgid "Entry '%s' overlaps with '%s'. Cannot bind."
7912msgstr ""
7913"La voce '%s' si sovrappone a '%s'. Impossibile eseguire il collegamento."
7914
7915#: unpack-trees.c:173
7916#, c-format
7917msgid ""
7918"Cannot update sparse checkout: the following entries are not up to date:\n"
7919"%s"
7920msgstr ""
7921"Impossibile aggiornare il checkout sparse: le seguenti voci non sono "
7922"aggiornate:\n"
7923"%s"
7924
7925#: unpack-trees.c:175
7926#, c-format
7927msgid ""
7928"The following working tree files would be overwritten by sparse checkout "
7929"update:\n"
7930"%s"
7931msgstr ""
7932"I seguenti file dell'albero di lavoro sarebbero sovrascritti con "
7933"l'aggiornamento del checkout sparse:\n"
7934"%s"
7935
7936#: unpack-trees.c:177
7937#, c-format
7938msgid ""
7939"The following working tree files would be removed by sparse checkout "
7940"update:\n"
7941"%s"
7942msgstr ""
7943"I seguenti file dell'albero di lavoro sarebbero eliminati con "
7944"l'aggiornamento del checkout sparse:\n"
7945"%s"
7946
7947#: unpack-trees.c:179
7948#, c-format
7949msgid ""
7950"Cannot update submodule:\n"
7951"%s"
7952msgstr ""
7953"Impossibile aggiornare il sottomodulo:\n"
7954"%s"
7955
7956#: unpack-trees.c:256
7957#, c-format
7958msgid "Aborting\n"
7959msgstr "Interrompo l'operazione\n"
7960
7961#: unpack-trees.c:318
7962msgid "Updating files"
7963msgstr "Aggiornamento dei file in corso"
7964
7965#: unpack-trees.c:350
7966msgid ""
7967"the following paths have collided (e.g. case-sensitive paths\n"
7968"on a case-insensitive filesystem) and only one from the same\n"
7969"colliding group is in the working tree:\n"
7970msgstr ""
7971"i seguenti percorsi sono entrati in conflitto (ad es. se ci\n"
7972"sono percorsi che differiscono solo per le maiuscole/minuscole\n"
7973"su un filesystem non sensibile a tale differenza) e solo uno\n"
7974"per gruppo in conflitto è nell'albero di lavoro:\n"
7975
7976#: urlmatch.c:163
7977msgid "invalid URL scheme name or missing '://' suffix"
7978msgstr "nome schema URL non valido o suffisso '://' mancante"
7979
7980#: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
7981#, c-format
7982msgid "invalid %XX escape sequence"
7983msgstr "sequenza di escape %XX non valida"
7984
7985#: urlmatch.c:215
7986msgid "missing host and scheme is not 'file:'"
7987msgstr "host mancante e lo schema non è 'file:'"
7988
7989#: urlmatch.c:232
7990msgid "a 'file:' URL may not have a port number"
7991msgstr "un URL 'file:' non può avere un numero di porta"
7992
7993#: urlmatch.c:247
7994msgid "invalid characters in host name"
7995msgstr "caratteri non validi nel nome host"
7996
7997#: urlmatch.c:292 urlmatch.c:303
7998msgid "invalid port number"
7999msgstr "numero di porta non valido"
8000
8001#: urlmatch.c:371
8002msgid "invalid '..' path segment"
8003msgstr "parte percorso '..' non valida"
8004
8005#: worktree.c:258 builtin/am.c:2095
8006#, c-format
8007msgid "failed to read '%s'"
8008msgstr "lettura di '%s' non riuscita"
8009
8010#: worktree.c:304
8011#, c-format
8012msgid "'%s' at main working tree is not the repository directory"
8013msgstr ""
8014"'%s' nell'albero di lavoro principale non è la directory del repository"
8015
8016#: worktree.c:315
8017#, c-format
8018msgid "'%s' file does not contain absolute path to the working tree location"
8019msgstr ""
8020"il file '%s' non contiene il percorso assoluto alla posizione dell'albero di "
8021"lavoro"
8022
8023#: worktree.c:327
8024#, c-format
8025msgid "'%s' does not exist"
8026msgstr "'%s' non esiste"
8027
8028#: worktree.c:333
8029#, c-format
8030msgid "'%s' is not a .git file, error code %d"
8031msgstr "'%s' non è un file .git, codice d'errore %d"
8032
8033#: worktree.c:341
8034#, c-format
8035msgid "'%s' does not point back to '%s'"
8036msgstr "'%s' non punta a '%s'"
8037
8038#: wrapper.c:223 wrapper.c:393
8039#, c-format
8040msgid "could not open '%s' for reading and writing"
8041msgstr "impossibile aprire '%s' in lettura e scrittura"
8042
8043#: wrapper.c:424 wrapper.c:624
8044#, c-format
8045msgid "unable to access '%s'"
8046msgstr "impossibile accedere a '%s'"
8047
8048#: wrapper.c:632
8049msgid "unable to get current working directory"
8050msgstr "impossibile ottenere la directory di lavoro corrente"
8051
8052#: wt-status.c:158
8053msgid "Unmerged paths:"
8054msgstr "Percorsi non sottoposti a merge:"
8055
8056#: wt-status.c:187 wt-status.c:219
8057msgid " (use \"git restore --staged <file>...\" to unstage)"
8058msgstr ""
8059" (usa \"git restore --staged <file>...\" per rimuovere gli elementi"
8060" dall'area di staging)"
8061
8062#: wt-status.c:190 wt-status.c:222
8063#, c-format
8064msgid " (use \"git restore --source=%s --staged <file>...\" to unstage)"
8065msgstr ""
8066" (usa \"git restore --source=%s --staged <file>...\" per rimuovere gli"
8067" elementi dall'area di staging)"
8068
8069#: wt-status.c:193 wt-status.c:225
8070msgid " (use \"git rm --cached <file>...\" to unstage)"
8071msgstr ""
8072" (usa \"git rm --cached <file>...\" per rimuovere gli elementi dall'area di "
8073"staging)"
8074
8075#: wt-status.c:197
8076msgid " (use \"git add <file>...\" to mark resolution)"
8077msgstr ""
8078" (usa \"git add <file>...\" per contrassegnare il conflitto come risolto)"
8079
8080#: wt-status.c:199 wt-status.c:203
8081msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"
8082msgstr ""
8083" (usa \"git add/rm <file>...\" come appropriato per contrassegnare il "
8084"conflitto come risolto)"
8085
8086#: wt-status.c:201
8087msgid " (use \"git rm <file>...\" to mark resolution)"
8088msgstr ""
8089" (usa \"git rm <file>...\" per contrassegnare il conflitto come risolto)"
8090
8091#: wt-status.c:211 wt-status.c:1074
8092msgid "Changes to be committed:"
8093msgstr "Modifiche di cui verrà eseguito il commit:"
8094
8095#: wt-status.c:234 wt-status.c:1083
8096msgid "Changes not staged for commit:"
8097msgstr "Modifiche non nell'area di staging per il commit:"
8098
8099#: wt-status.c:238
8100msgid " (use \"git add <file>...\" to update what will be committed)"
8101msgstr ""
8102" (usa \"git add <file>...\" per aggiornare gli elementi di cui sarà "
8103"eseguito il commit)"
8104
8105#: wt-status.c:240
8106msgid " (use \"git add/rm <file>...\" to update what will be committed)"
8107msgstr ""
8108" (usa \"git add/rm <file>...\" per aggiornare gli elementi di cui sarà "
8109"eseguito il commit)"
8110
8111#: wt-status.c:241
8112msgid ""
8113" (use \"git restore <file>...\" to discard changes in working directory)"
8114msgstr ""
8115" (usa \"git restore <file>...\" per scartare le modifiche nella directory di"
8116" lavoro)"
8117
8118#: wt-status.c:243
8119msgid " (commit or discard the untracked or modified content in submodules)"
8120msgstr ""
8121" (esegui il commit o scarta il contenuto non tracciato o modificato nei "
8122"sottomoduli)"
8123
8124#: wt-status.c:254
8125#, c-format
8126msgid " (use \"git %s <file>...\" to include in what will be committed)"
8127msgstr ""
8128" (usa \"git %s <file>...\" per includere l'elemento fra quelli di cui verrà "
8129"eseguito il commit)"
8130
8131#: wt-status.c:268
8132msgid "both deleted:"
8133msgstr "entrambi eliminati:"
8134
8135#: wt-status.c:270
8136msgid "added by us:"
8137msgstr "aggiunto da noi:"
8138
8139#: wt-status.c:272
8140msgid "deleted by them:"
8141msgstr "eliminato da loro:"
8142
8143#: wt-status.c:274
8144msgid "added by them:"
8145msgstr "aggiunto da loro:"
8146
8147#: wt-status.c:276
8148msgid "deleted by us:"
8149msgstr "eliminato da noi:"
8150
8151#: wt-status.c:278
8152msgid "both added:"
8153msgstr "entrambi aggiunti:"
8154
8155#: wt-status.c:280
8156msgid "both modified:"
8157msgstr "entrambi modificati:"
8158
8159#: wt-status.c:290
8160msgid "new file:"
8161msgstr "nuovo file:"
8162
8163#: wt-status.c:292
8164msgid "copied:"
8165msgstr "copiato:"
8166
8167#: wt-status.c:294
8168msgid "deleted:"
8169msgstr "eliminato:"
8170
8171#: wt-status.c:296
8172msgid "modified:"
8173msgstr "modificato:"
8174
8175#: wt-status.c:298
8176msgid "renamed:"
8177msgstr "rinominato:"
8178
8179#: wt-status.c:300
8180msgid "typechange:"
8181msgstr "modifica tipo:"
8182
8183#: wt-status.c:302
8184msgid "unknown:"
8185msgstr "sconosciuto:"
8186
8187#: wt-status.c:304
8188msgid "unmerged:"
8189msgstr "non sottoposto a merge:"
8190
8191#: wt-status.c:384
8192msgid "new commits, "
8193msgstr "nuovi commit, "
8194
8195#: wt-status.c:386
8196msgid "modified content, "
8197msgstr "contenuto modificato, "
8198
8199#: wt-status.c:388
8200msgid "untracked content, "
8201msgstr "contenuto non tracciato, "
8202
8203#: wt-status.c:906
8204#, c-format
8205msgid "Your stash currently has %d entry"
8206msgid_plural "Your stash currently has %d entries"
8207msgstr[0] "Lo stash attualmente ha %d voce"
8208msgstr[1] "Lo stash attualmente ha %d voci"
8209
8210#: wt-status.c:938
8211msgid "Submodules changed but not updated:"
8212msgstr "Sottomoduli modificati ma non aggiornati:"
8213
8214#: wt-status.c:940
8215msgid "Submodule changes to be committed:"
8216msgstr "Modifiche ai sottomoduli di cui verrà eseguito il commit:"
8217
8218#: wt-status.c:1022
8219msgid ""
8220"Do not modify or remove the line above.\n"
8221"Everything below it will be ignored."
8222msgstr ""
8223"Non modificare o rimuovere la riga soprastante.\n"
8224"Tutto ciò che si trova al di sotto di essa sarà ignorato."
8225
8226#: wt-status.c:1114
8227#, c-format
8228msgid ""
8229"\n"
8230"It took %.2f seconds to compute the branch ahead/behind values.\n"
8231"You can use '--no-ahead-behind' to avoid this.\n"
8232msgstr ""
8233"\n"
8234"Sono stati necessari %.2f secondi per calcolare il numero di commit\n"
8235"precedenti/successivi nel branch.\n"
8236"Puoi usare '--no-ahead-behind' per evitare il calcolo.\n"
8237
8238#: wt-status.c:1144
8239msgid "You have unmerged paths."
8240msgstr "Hai dei percorsi non sottoposti a merge."
8241
8242#: wt-status.c:1147
8243msgid " (fix conflicts and run \"git commit\")"
8244msgstr " (risolvi i conflitti ed esegui \"git commit\")"
8245
8246#: wt-status.c:1149
8247msgid " (use \"git merge --abort\" to abort the merge)"
8248msgstr " (usa \"git merge --abort\" per interrompere il merge)"
8249
8250#: wt-status.c:1153
8251msgid "All conflicts fixed but you are still merging."
8252msgstr "Tutti i conflitti sono stati risolti ma il merge è ancora in corso."
8253
8254#: wt-status.c:1156
8255msgid " (use \"git commit\" to conclude merge)"
8256msgstr " (usa \"git commit\" per terminare il merge)"
8257
8258#: wt-status.c:1165
8259msgid "You are in the middle of an am session."
8260msgstr "Sei nel bel mezzo di una sessione am."
8261
8262#: wt-status.c:1168
8263msgid "The current patch is empty."
8264msgstr "La patch corrente è vuota."
8265
8266#: wt-status.c:1172
8267msgid " (fix conflicts and then run \"git am --continue\")"
8268msgstr " (risolvi i conflitti e quindi esegui \"git am --continue\")"
8269
8270#: wt-status.c:1174
8271msgid " (use \"git am --skip\" to skip this patch)"
8272msgstr " (usa \"git am --skip\" per saltare questa patch)"
8273
8274#: wt-status.c:1176
8275msgid " (use \"git am --abort\" to restore the original branch)"
8276msgstr " (usa \"git am --abort\" per ripristinare il branch originario)"
8277
8278#: wt-status.c:1309
8279msgid "git-rebase-todo is missing."
8280msgstr "git-rebase-todo è mancante."
8281
8282#: wt-status.c:1311
8283msgid "No commands done."
8284msgstr "Nessun comando eseguito."
8285
8286#: wt-status.c:1314
8287#, c-format
8288msgid "Last command done (%d command done):"
8289msgid_plural "Last commands done (%d commands done):"
8290msgstr[0] "Ultimo comando eseguito (%d comando eseguito):"
8291msgstr[1] "Ultimi comandi eseguiti (%d comandi eseguiti):"
8292
8293#: wt-status.c:1325
8294#, c-format
8295msgid " (see more in file %s)"
8296msgstr " (vedi di più nel file %s)"
8297
8298#: wt-status.c:1330
8299msgid "No commands remaining."
8300msgstr "Nessun comando rimanente."
8301
8302#: wt-status.c:1333
8303#, c-format
8304msgid "Next command to do (%d remaining command):"
8305msgid_plural "Next commands to do (%d remaining commands):"
8306msgstr[0] "Prossimo comando da eseguire (%d comando rimanente):"
8307msgstr[1] "Prossimi comandi da eseguire (%d comandi rimanenti):"
8308
8309#: wt-status.c:1341
8310msgid " (use \"git rebase --edit-todo\" to view and edit)"
8311msgstr ""
8312" (usa \"git rebase --edit-todo\" per visualizzare e modificare le "
8313"operazioni)"
8314
8315#: wt-status.c:1353
8316#, c-format
8317msgid "You are currently rebasing branch '%s' on '%s'."
8318msgstr "Attualmente stai eseguendo il rebase del branch '%s' su '%s'."
8319
8320#: wt-status.c:1358
8321msgid "You are currently rebasing."
8322msgstr "Attualmente stai eseguendo un rebase."
8323
8324#: wt-status.c:1371
8325msgid " (fix conflicts and then run \"git rebase --continue\")"
8326msgstr " (risolvi i conflitti e quindi esegui \"git rebase --continue\")"
8327
8328#: wt-status.c:1373
8329msgid " (use \"git rebase --skip\" to skip this patch)"
8330msgstr " (usa \"git rebase --skip\" per saltare questa patch)"
8331
8332#: wt-status.c:1375
8333msgid " (use \"git rebase --abort\" to check out the original branch)"
8334msgstr ""
8335" (usa \"git rebase --abort\" per eseguire il checkout del branch originario)"
8336
8337#: wt-status.c:1382
8338msgid " (all conflicts fixed: run \"git rebase --continue\")"
8339msgstr ""
8340" (tutti i conflitti sono stati risolti: esegui \"git rebase --continue\")"
8341
8342#: wt-status.c:1386
8343#, c-format
8344msgid ""
8345"You are currently splitting a commit while rebasing branch '%s' on '%s'."
8346msgstr ""
8347"Attualmente stai dividendo un commit durante il rebase del branch '%s' su "
8348"'%s'."
8349
8350#: wt-status.c:1391
8351msgid "You are currently splitting a commit during a rebase."
8352msgstr "Attualmente stai dividendo un commit durante un rebase."
8353
8354#: wt-status.c:1394
8355msgid " (Once your working directory is clean, run \"git rebase --continue\")"
8356msgstr ""
8357" (Una volta che la tua directory di lavoro è pulita, esegui \"git rebase --"
8358"continue\")"
8359
8360#: wt-status.c:1398
8361#, c-format
8362msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
8363msgstr ""
8364"Attualmente stai modificando un commit durante il rebase del branch '%s' su "
8365"'%s'."
8366
8367#: wt-status.c:1403
8368msgid "You are currently editing a commit during a rebase."
8369msgstr "Attualmente stai modificando un commit durante un rebase."
8370
8371#: wt-status.c:1406
8372msgid " (use \"git commit --amend\" to amend the current commit)"
8373msgstr " (usa \"git commit --amend\" per correggere il commit corrente)"
8374
8375#: wt-status.c:1408
8376msgid ""
8377" (use \"git rebase --continue\" once you are satisfied with your changes)"
8378msgstr ""
8379" (usa \"git rebase --continue\" una volta soddisfatto delle tue modifiche)"
8380
8381#: wt-status.c:1419
8382msgid "Cherry-pick currently in progress."
8383msgstr "Cherry-pick in corso."
8384
8385#: wt-status.c:1422
8386#, c-format
8387msgid "You are currently cherry-picking commit %s."
8388msgstr "Attualmente stai eseguendo il cherry-pick del commit %s."
8389
8390#: wt-status.c:1429
8391msgid " (fix conflicts and run \"git cherry-pick --continue\")"
8392msgstr " (risolvi i conflitti ed esegui \"git cherry-pick --continue\")"
8393
8394#: wt-status.c:1432
8395msgid " (run \"git cherry-pick --continue\" to continue)"
8396msgstr " (esegui \"git cherry-pick --continue\" per continuare)"
8397
8398#: wt-status.c:1435
8399msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"
8400msgstr ""
8401" (tutti i conflitti sono stati risolti: esegui \"git cherry-pick --continue"
8402"\")"
8403
8404#: wt-status.c:1437
8405msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
8406msgstr ""
8407" (usa \"git cherry-pick --abort\" per annullare l'operazione di cherry-pick)"
8408
8409#: wt-status.c:1447
8410msgid "Revert currently in progress."
8411msgstr "Revert in corso."
8412
8413#: wt-status.c:1450
8414#, c-format
8415msgid "You are currently reverting commit %s."
8416msgstr "Attualmente stai eseguendo il revert del commit %s."
8417
8418#: wt-status.c:1456
8419msgid " (fix conflicts and run \"git revert --continue\")"
8420msgstr " (risolvi i conflitti ed esegui \"git revert --continue\")"
8421
8422#: wt-status.c:1459
8423msgid " (run \"git revert --continue\" to continue)"
8424msgstr " (esegui \"git revert --continue\" per continuare)"
8425
8426#: wt-status.c:1462
8427msgid " (all conflicts fixed: run \"git revert --continue\")"
8428msgstr ""
8429" (tutti i conflitti sono stati risolti: esegui \"git revert --continue\")"
8430
8431#: wt-status.c:1464
8432msgid " (use \"git revert --abort\" to cancel the revert operation)"
8433msgstr " (usa \"git revert --abort\" per annullare l'operazione di revert)"
8434
8435#: wt-status.c:1474
8436#, c-format
8437msgid "You are currently bisecting, started from branch '%s'."
8438msgstr "Attualmente stai eseguendo una bisezione partendo dal branch '%s'."
8439
8440#: wt-status.c:1478
8441msgid "You are currently bisecting."
8442msgstr "Attualmente stai eseguendo una bisezione."
8443
8444#: wt-status.c:1481
8445msgid " (use \"git bisect reset\" to get back to the original branch)"
8446msgstr " (usa \"git bisect reset\" per tornare al branch originario)"
8447
8448#: wt-status.c:1690
8449msgid "On branch "
8450msgstr "Sul branch "
8451
8452#: wt-status.c:1697
8453msgid "interactive rebase in progress; onto "
8454msgstr "rebase interattivo in corso su "
8455
8456#: wt-status.c:1699
8457msgid "rebase in progress; onto "
8458msgstr "rebase in corso su "
8459
8460#: wt-status.c:1709
8461msgid "Not currently on any branch."
8462msgstr "Attualmente non sei su alcun branch."
8463
8464#: wt-status.c:1726
8465msgid "Initial commit"
8466msgstr "Commit iniziale"
8467
8468#: wt-status.c:1727
8469msgid "No commits yet"
8470msgstr "Non ci sono ancora commit"
8471
8472#: wt-status.c:1741
8473msgid "Untracked files"
8474msgstr "File non tracciati"
8475
8476#: wt-status.c:1743
8477msgid "Ignored files"
8478msgstr "File ignorati"
8479
8480#: wt-status.c:1747
8481#, c-format
8482msgid ""
8483"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
8484"may speed it up, but you have to be careful not to forget to add\n"
8485"new files yourself (see 'git help status')."
8486msgstr ""
8487"Sono stati necessari %.2f secondi per elencare i file non\n"
8488"tracciati. 'status -uno' potrebbe velocizzare tale operazione,\n"
8489"ma devi stare attento a non dimenticarti di aggiungere\n"
8490"autonomamente i file nuovi (vedi 'git help status')."
8491
8492#: wt-status.c:1753
8493#, c-format
8494msgid "Untracked files not listed%s"
8495msgstr "File non tracciati non elencati%s"
8496
8497#: wt-status.c:1755
8498msgid " (use -u option to show untracked files)"
8499msgstr " (usa l'opzione -u per visualizzare i file non tracciati)"
8500
8501#: wt-status.c:1761
8502msgid "No changes"
8503msgstr "Nessuna modifica"
8504
8505#: wt-status.c:1766
8506#, c-format
8507msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
8508msgstr ""
8509"nessuna modifica aggiunta al commit (usa \"git add\" e/o \"git commit -a\")\n"
8510
8511#: wt-status.c:1769
8512#, c-format
8513msgid "no changes added to commit\n"
8514msgstr "nessuna modifica aggiunta al commit\n"
8515
8516#: wt-status.c:1772
8517#, c-format
8518msgid ""
8519"nothing added to commit but untracked files present (use \"git add\" to "
8520"track)\n"
8521msgstr ""
8522"non è stato aggiunto nulla al commit ma sono presenti file non tracciati "
8523"(usa \"git add\" per tracciarli)\n"
8524
8525#: wt-status.c:1775
8526#, c-format
8527msgid "nothing added to commit but untracked files present\n"
8528msgstr ""
8529"non è stato aggiunto nulla al commit ma sono presenti file non tracciati\n"
8530
8531#: wt-status.c:1778
8532#, c-format
8533msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
8534msgstr ""
8535"non c'è nulla di cui eseguire il commit (crea/copia dei file e usa \"git add"
8536"\" per tracciarli)\n"
8537
8538#: wt-status.c:1781 wt-status.c:1786
8539#, c-format
8540msgid "nothing to commit\n"
8541msgstr "non c'è nulla di cui eseguire il commit\n"
8542
8543#: wt-status.c:1784
8544#, c-format
8545msgid "nothing to commit (use -u to show untracked files)\n"
8546msgstr ""
8547"non c'è nulla di cui eseguire il commit (usa -u per visualizzare i file non "
8548"tracciati)\n"
8549
8550#: wt-status.c:1788
8551#, c-format
8552msgid "nothing to commit, working tree clean\n"
8553msgstr "non c'è nulla di cui eseguire il commit, l'albero di lavoro è pulito\n"
8554
8555#: wt-status.c:1901
8556msgid "No commits yet on "
8557msgstr "Non ci sono ancora commit su"
8558
8559#: wt-status.c:1905
8560msgid "HEAD (no branch)"
8561msgstr "HEAD (nessun branch)"
8562
8563#: wt-status.c:1936
8564msgid "different"
8565msgstr "differente"
8566
8567#: wt-status.c:1938 wt-status.c:1946
8568msgid "behind "
8569msgstr "indietro "
8570
8571#: wt-status.c:1941 wt-status.c:1944
8572msgid "ahead "
8573msgstr "avanti "
8574
8575#. TRANSLATORS: the action is e.g. "pull with rebase"
8576#: wt-status.c:2466
8577#, c-format
8578msgid "cannot %s: You have unstaged changes."
8579msgstr "impossibile eseguire %s: ci sono delle modifiche non in staging."
8580
8581#: wt-status.c:2472
8582msgid "additionally, your index contains uncommitted changes."
8583msgstr ""
8584"inoltre, l'indice contiene modifiche di cui non è stato eseguito il commit."
8585
8586#: wt-status.c:2474
8587#, c-format
8588msgid "cannot %s: Your index contains uncommitted changes."
8589msgstr ""
8590"impossibile eseguire %s: l'indice contiene modifiche di cui non è stato "
8591"eseguito il commit."
8592
8593#: builtin/add.c:25
8594msgid "git add [<options>] [--] <pathspec>..."
8595msgstr "git add [<opzioni>] [--] <specificatore percorso>..."
8596
8597#: builtin/add.c:84
8598#, c-format
8599msgid "unexpected diff status %c"
8600msgstr "stato diff inatteso %c"
8601
8602#: builtin/add.c:89 builtin/commit.c:288
8603msgid "updating files failed"
8604msgstr "aggiornamento dei file non riuscito"
8605
8606#: builtin/add.c:99
8607#, c-format
8608msgid "remove '%s'\n"
8609msgstr "elimina '%s'\n"
8610
8611#: builtin/add.c:174
8612msgid "Unstaged changes after refreshing the index:"
8613msgstr "Modifiche non nell'area di staging dopo l'aggiornamento dell'indice:"
8614
8615#: builtin/add.c:234 builtin/rev-parse.c:896
8616msgid "Could not read the index"
8617msgstr "Impossibile leggere l'indice"
8618
8619#: builtin/add.c:245
8620#, c-format
8621msgid "Could not open '%s' for writing."
8622msgstr "Impossibile aprire '%s' in scrittura."
8623
8624#: builtin/add.c:249
8625msgid "Could not write patch"
8626msgstr "Impossibile scrivere la patch"
8627
8628#: builtin/add.c:252
8629msgid "editing patch failed"
8630msgstr "modifica della patch non riuscita"
8631
8632#: builtin/add.c:255
8633#, c-format
8634msgid "Could not stat '%s'"
8635msgstr "Impossibile eseguire lo stat di '%s'"
8636
8637#: builtin/add.c:257
8638msgid "Empty patch. Aborted."
8639msgstr "Patch vuota. Operazione interrotta."
8640
8641#: builtin/add.c:262
8642#, c-format
8643msgid "Could not apply '%s'"
8644msgstr "Impossibile applicare '%s'"
8645
8646#: builtin/add.c:270
8647msgid "The following paths are ignored by one of your .gitignore files:\n"
8648msgstr "I seguenti percorsi sono ignorati da uno dei file .gitignore:\n"
8649
8650#: builtin/add.c:290 builtin/clean.c:909 builtin/fetch.c:147 builtin/mv.c:124
8651#: builtin/prune-packed.c:56 builtin/pull.c:222 builtin/push.c:560
8652#: builtin/remote.c:1345 builtin/rm.c:241 builtin/send-pack.c:165
8653msgid "dry run"
8654msgstr "test controllato"
8655
8656#: builtin/add.c:293
8657msgid "interactive picking"
8658msgstr "scelta interattiva"
8659
8660#: builtin/add.c:294 builtin/checkout.c:1480 builtin/reset.c:306
8661msgid "select hunks interactively"
8662msgstr "seleziona gli hunk in modalità interattiva"
8663
8664#: builtin/add.c:295
8665msgid "edit current diff and apply"
8666msgstr "modifica il diff corrente e applicalo"
8667
8668#: builtin/add.c:296
8669msgid "allow adding otherwise ignored files"
8670msgstr "consenti l'aggiunta di file altrimenti ignorati"
8671
8672#: builtin/add.c:297
8673msgid "update tracked files"
8674msgstr "aggiorna i file tracciati"
8675
8676#: builtin/add.c:298
8677msgid "renormalize EOL of tracked files (implies -u)"
8678msgstr "rinormalizza i fine riga dei file tracciati (implica -u)"
8679
8680#: builtin/add.c:299
8681msgid "record only the fact that the path will be added later"
8682msgstr "salva solo il fatto che il percorso sarà aggiunto successivamente"
8683
8684#: builtin/add.c:300
8685msgid "add changes from all tracked and untracked files"
8686msgstr "aggiungi le modifiche da tutti i file tracciati e non"
8687
8688#: builtin/add.c:303
8689msgid "ignore paths removed in the working tree (same as --no-all)"
8690msgstr "ignora i percorsi eliminati nell'albero di lavoro (come --no-all)"
8691
8692#: builtin/add.c:305
8693msgid "don't add, only refresh the index"
8694msgstr "non eseguire l'aggiunta, aggiorna solo l'indice"
8695
8696#: builtin/add.c:306
8697msgid "just skip files which cannot be added because of errors"
8698msgstr ""
8699"salta semplicemente i file che non possono essere aggiunti a causa di errori"
8700
8701#: builtin/add.c:307
8702msgid "check if - even missing - files are ignored in dry run"
8703msgstr ""
8704"controlla se i file - anche quelli mancanti - sono ignorati durante il test "
8705"controllato"
8706
8707#: builtin/add.c:309 builtin/update-index.c:1001
8708msgid "override the executable bit of the listed files"
8709msgstr "esegui l'override del bit eseguibile dei file elencati"
8710
8711#: builtin/add.c:311
8712msgid "warn when adding an embedded repository"
8713msgstr "emetti un avviso quando si aggiunge un repository incorporato"
8714
8715#: builtin/add.c:326
8716#, c-format
8717msgid ""
8718"You've added another git repository inside your current repository.\n"
8719"Clones of the outer repository will not contain the contents of\n"
8720"the embedded repository and will not know how to obtain it.\n"
8721"If you meant to add a submodule, use:\n"
8722"\n"
8723"\tgit submodule add <url> %s\n"
8724"\n"
8725"If you added this path by mistake, you can remove it from the\n"
8726"index with:\n"
8727"\n"
8728"\tgit rm --cached %s\n"
8729"\n"
8730"See \"git help submodule\" for more information."
8731msgstr ""
8732"Hai aggiunto un altro repository Git all'interno del repository\n"
8733"corrente. I cloni del repository esterno non conterranno i\n"
8734"contenuti del repository incorporato e non sapranno come ottenerli.\n"
8735"Se intendevi aggiungere un sottomodulo, usa:\n"
8736"\n"
8737"\tgit submodule add <url> %s\n"
8738"\n"
8739"Se hai aggiunto questo percorso per errore, puoi rimuoverlo\n"
8740"dall'indice con:\n"
8741"\n"
8742"\tgit rm --cached %s\n"
8743"\n"
8744"Vedi \"git help submodule\" per ulteriori informazioni."
8745
8746#: builtin/add.c:354
8747#, c-format
8748msgid "adding embedded git repository: %s"
8749msgstr "aggiunta repository Git incorporato in corso: %s"
8750
8751#: builtin/add.c:372
8752#, c-format
8753msgid "Use -f if you really want to add them.\n"
8754msgstr "Usa -f se vuoi davvero aggiungerli.\n"
8755
8756#: builtin/add.c:379
8757msgid "adding files failed"
8758msgstr "aggiunta dei file non riuscita"
8759
8760#: builtin/add.c:419
8761msgid "-A and -u are mutually incompatible"
8762msgstr "-A e -u non sono compatibili fra loro"
8763
8764#: builtin/add.c:426
8765msgid "Option --ignore-missing can only be used together with --dry-run"
8766msgstr "L'opzione --ignore-missing può essere usata solo con --dry-run"
8767
8768#: builtin/add.c:430
8769#, c-format
8770msgid "--chmod param '%s' must be either -x or +x"
8771msgstr "Il parametro --chmod '%s' deve essere -x o +x"
8772
8773#: builtin/add.c:445
8774#, c-format
8775msgid "Nothing specified, nothing added.\n"
8776msgstr "Non è stato specificato nulla, non è stato aggiunto nulla.\n"
8777
8778#: builtin/add.c:446
8779#, c-format
8780msgid "Maybe you wanted to say 'git add .'?\n"
8781msgstr "Forse intendevi dire 'git add .'?\n"
8782
8783#: builtin/am.c:348
8784msgid "could not parse author script"
8785msgstr "impossibile analizzare lo script author"
8786
8787#: builtin/am.c:432
8788#, c-format
8789msgid "'%s' was deleted by the applypatch-msg hook"
8790msgstr "'%s' è stato eliminato dall'hook applypatch-msg"
8791
8792#: builtin/am.c:474
8793#, c-format
8794msgid "Malformed input line: '%s'."
8795msgstr "Riga di input malformata: '%s'."
8796
8797#: builtin/am.c:512
8798#, c-format
8799msgid "Failed to copy notes from '%s' to '%s'"
8800msgstr "Copia delle note da '%s' a '%s' non riuscita"
8801
8802#: builtin/am.c:538
8803msgid "fseek failed"
8804msgstr "fseek non riuscita"
8805
8806#: builtin/am.c:726
8807#, c-format
8808msgid "could not parse patch '%s'"
8809msgstr "impossibile analizzare la patch '%s'"
8810
8811#: builtin/am.c:791
8812msgid "Only one StGIT patch series can be applied at once"
8813msgstr "Può essere applicata solo una serie di patch StGIT per volta"
8814
8815#: builtin/am.c:839
8816msgid "invalid timestamp"
8817msgstr "timestamp non valido"
8818
8819#: builtin/am.c:844 builtin/am.c:856
8820msgid "invalid Date line"
8821msgstr "riga Date non valida"
8822
8823#: builtin/am.c:851
8824msgid "invalid timezone offset"
8825msgstr "offset fuso orario non valido"
8826
8827#: builtin/am.c:944
8828msgid "Patch format detection failed."
8829msgstr "Rilevamento del formato della patch non riuscito."
8830
8831#: builtin/am.c:949 builtin/clone.c:407
8832#, c-format
8833msgid "failed to create directory '%s'"
8834msgstr "creazione della directory '%s' non riuscita"
8835
8836#: builtin/am.c:954
8837msgid "Failed to split patches."
8838msgstr "Divisione delle patch non riuscita."
8839
8840#: builtin/am.c:1084 builtin/commit.c:374
8841msgid "unable to write index file"
8842msgstr "impossibile scrivere il file indice"
8843
8844#: builtin/am.c:1098
8845#, c-format
8846msgid "When you have resolved this problem, run \"%s --continue\"."
8847msgstr "Una volta risolto questo problema, esegui \"%s --continue\"."
8848
8849#: builtin/am.c:1099
8850#, c-format
8851msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
8852msgstr "Se preferisci saltare questa patch, esegui invece \"%s --skip\"."
8853
8854#: builtin/am.c:1100
8855#, c-format
8856msgid "To restore the original branch and stop patching, run \"%s --abort\"."
8857msgstr ""
8858"Per ripristinare il branch originario e terminare il patching, esegui \"%s --"
8859"abort\"."
8860
8861#: builtin/am.c:1183
8862msgid "Patch sent with format=flowed; space at the end of lines might be lost."
8863msgstr ""
8864"Patch inviata con format=flowed; gli spazi al termine delle righe potrebbero "
8865"essere andati perduti."
8866
8867#: builtin/am.c:1211
8868msgid "Patch is empty."
8869msgstr "La patch è vuota."
8870
8871#: builtin/am.c:1277
8872#, c-format
8873msgid "invalid ident line: %.*s"
8874msgstr "riga ident non valida: %.*s"
8875
8876#: builtin/am.c:1299
8877#, c-format
8878msgid "unable to parse commit %s"
8879msgstr "impossibile analizzare il commit %s"
8880
8881#: builtin/am.c:1496
8882msgid "Repository lacks necessary blobs to fall back on 3-way merge."
8883msgstr ""
8884"Dal repository mancano i blob necessari per ripiegare sul merge a tre vie."
8885
8886#: builtin/am.c:1498
8887msgid "Using index info to reconstruct a base tree..."
8888msgstr ""
8889"Utilizzo le informazioni dell'indice per ricostruire un albero di base..."
8890
8891#: builtin/am.c:1517
8892msgid ""
8893"Did you hand edit your patch?\n"
8894"It does not apply to blobs recorded in its index."
8895msgstr ""
8896"Hai modificato manualmente la patch?\n"
8897"Non può essere applicata ai blob registrati nel suo indice."
8898
8899#: builtin/am.c:1523
8900msgid "Falling back to patching base and 3-way merge..."
8901msgstr "Ripiego sul patching della base e sul merge a tre vie..."
8902
8903#: builtin/am.c:1549
8904msgid "Failed to merge in the changes."
8905msgstr "Merge delle modifiche non riuscito."
8906
8907#: builtin/am.c:1581
8908msgid "applying to an empty history"
8909msgstr "applicazione a una cronologia vuota"
8910
8911#: builtin/am.c:1628 builtin/am.c:1632
8912#, c-format
8913msgid "cannot resume: %s does not exist."
8914msgstr "impossibile riprendere l'attività: %s non esiste."
8915
8916#: builtin/am.c:1650
8917msgid "Commit Body is:"
8918msgstr "Il corpo del commit è:"
8919
8920#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
8921#. in your translation. The program will only accept English
8922#. input at this point.
8923#.
8924#: builtin/am.c:1660
8925#, c-format
8926msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
8927msgstr ""
8928"Applico? Sì [y]/No [n]/Modifica [e]/[V]isualizza patch/[A]ccetta tutto:"
8929
8930#: builtin/am.c:1710
8931#, c-format
8932msgid "Dirty index: cannot apply patches (dirty: %s)"
8933msgstr "Indice sporco: impossibile applicare le patch (elemento sporco: %s)"
8934
8935#: builtin/am.c:1750 builtin/am.c:1818
8936#, c-format
8937msgid "Applying: %.*s"
8938msgstr "Applicazione in corso: %.*s"
8939
8940#: builtin/am.c:1767
8941msgid "No changes -- Patch already applied."
8942msgstr "Nessuna modifica -- patch già applicata."
8943
8944#: builtin/am.c:1773
8945#, c-format
8946msgid "Patch failed at %s %.*s"
8947msgstr "Patch non riuscita a %s %.*s"
8948
8949#: builtin/am.c:1777
8950msgid "Use 'git am --show-current-patch' to see the failed patch"
8951msgstr ""
8952"Usa 'git am --show-current-patch' per visualizzare la patch non riuscita"
8953
8954#: builtin/am.c:1821
8955msgid ""
8956"No changes - did you forget to use 'git add'?\n"
8957"If there is nothing left to stage, chances are that something else\n"
8958"already introduced the same changes; you might want to skip this patch."
8959msgstr ""
8960"Nessuna modifica - ti sei dimenticato di usare 'git add'?\n"
8961"Se non rimane nulla da aggiungere all'area di staging, forse qualcos'altro\n"
8962"ha già introdotto le stesse modifiche; potresti voler saltare questa patch."
8963
8964#: builtin/am.c:1828
8965msgid ""
8966"You still have unmerged paths in your index.\n"
8967"You should 'git add' each file with resolved conflicts to mark them as "
8968"such.\n"
8969"You might run `git rm` on a file to accept \"deleted by them\" for it."
8970msgstr ""
8971"Nell'indice hai ancora dei percorsi di cui non è stato eseguito il merge.\n"
8972"Dovresti eseguire 'git add' su ogni file i cui conflitti sono stati risolti "
8973"per contrassegnarli come tali.\n"
8974"Potresti eseguire `git rm` su un file per accettarne la risoluzione "
8975"\"eliminato da loro\"."
8976
8977#: builtin/am.c:1935 builtin/am.c:1939 builtin/am.c:1951 builtin/reset.c:329
8978#: builtin/reset.c:337
8979#, c-format
8980msgid "Could not parse object '%s'."
8981msgstr "Impossibile analizzare l'oggetto '%s'."
8982
8983#: builtin/am.c:1987
8984msgid "failed to clean index"
8985msgstr "pulizia dell'indice non riuscita"
8986
8987#: builtin/am.c:2031
8988msgid ""
8989"You seem to have moved HEAD since the last 'am' failure.\n"
8990"Not rewinding to ORIG_HEAD"
8991msgstr ""
8992"Sembra che tu abbia spostato HEAD dall'ultima esecuzione non riuscita di "
8993"'am'.\n"
8994"Non ritorno indietro a ORIG_HEAD"
8995
8996#: builtin/am.c:2128
8997#, c-format
8998msgid "Invalid value for --patch-format: %s"
8999msgstr "Valore non valido per --patch-format: %s"
9000
9001#: builtin/am.c:2164
9002msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
9003msgstr "git am [<opzioni>] [(<mbox> | <Maildir>)...]"
9004
9005#: builtin/am.c:2165
9006msgid "git am [<options>] (--continue | --skip | --abort)"
9007msgstr "git am [<opzioni>] (--continue | --skip | --abort)"
9008
9009#: builtin/am.c:2171
9010msgid "run interactively"
9011msgstr "esegui in modalità interattiva"
9012
9013#: builtin/am.c:2173
9014msgid "historical option -- no-op"
9015msgstr "opzione storica -- non esegue nulla"
9016
9017#: builtin/am.c:2175
9018msgid "allow fall back on 3way merging if needed"
9019msgstr "consenti il ripiego sul merge a tre vie se necessario"
9020
9021#: builtin/am.c:2176 builtin/init-db.c:494 builtin/prune-packed.c:58
9022#: builtin/repack.c:307 builtin/stash.c:806
9023msgid "be quiet"
9024msgstr "non visualizzare messaggi"
9025
9026#: builtin/am.c:2178
9027msgid "add a Signed-off-by line to the commit message"
9028msgstr "aggiungi una riga Signed-off-by al messaggio di commit"
9029
9030#: builtin/am.c:2181
9031msgid "recode into utf8 (default)"
9032msgstr "converti codifica in UTF-8 (impostazione predefinita)"
9033
9034#: builtin/am.c:2183
9035msgid "pass -k flag to git-mailinfo"
9036msgstr "fornisci l'argomento -k a git-mailinfo"
9037
9038#: builtin/am.c:2185
9039msgid "pass -b flag to git-mailinfo"
9040msgstr "fornisci l'argomento -b a git-mailinfo"
9041
9042#: builtin/am.c:2187
9043msgid "pass -m flag to git-mailinfo"
9044msgstr "fornisci l'argomento -m a git-mailinfo"
9045
9046#: builtin/am.c:2189
9047msgid "pass --keep-cr flag to git-mailsplit for mbox format"
9048msgstr "fornisci a git-mailsplit l'argomento --keep-cr per il formato mbox"
9049
9050#: builtin/am.c:2192
9051msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
9052msgstr ""
9053"non fornire l'argomento --keep-cr a git-mailsplit indipendentemente dal "
9054"valore di am.keepcr"
9055
9056#: builtin/am.c:2195
9057msgid "strip everything before a scissors line"
9058msgstr "rimuovi tutte le righe prima di una riga \"taglia qui\""
9059
9060#: builtin/am.c:2197 builtin/am.c:2200 builtin/am.c:2203 builtin/am.c:2206
9061#: builtin/am.c:2209 builtin/am.c:2212 builtin/am.c:2215 builtin/am.c:2218
9062#: builtin/am.c:2224
9063msgid "pass it through git-apply"
9064msgstr "passa l'argomento a git-apply"
9065
9066#: builtin/am.c:2214 builtin/commit.c:1368 builtin/fmt-merge-msg.c:671
9067#: builtin/fmt-merge-msg.c:674 builtin/grep.c:881 builtin/merge.c:249
9068#: builtin/pull.c:159 builtin/pull.c:218 builtin/rebase.c:1418
9069#: builtin/repack.c:318 builtin/repack.c:322 builtin/repack.c:324
9070#: builtin/show-branch.c:650 builtin/show-ref.c:172 builtin/tag.c:403
9071#: parse-options.h:141 parse-options.h:162 parse-options.h:312
9072msgid "n"
9073msgstr "n"
9074
9075#: builtin/am.c:2220 builtin/branch.c:661 builtin/for-each-ref.c:38
9076#: builtin/replace.c:554 builtin/tag.c:437 builtin/verify-tag.c:39
9077msgid "format"
9078msgstr "formato"
9079
9080#: builtin/am.c:2221
9081msgid "format the patch(es) are in"
9082msgstr "il formato delle patch"
9083
9084#: builtin/am.c:2227
9085msgid "override error message when patch failure occurs"
9086msgstr ""
9087"esegui l'override del messaggio d'errore quando si verifica un errore legato "
9088"alle patch"
9089
9090#: builtin/am.c:2229
9091msgid "continue applying patches after resolving a conflict"
9092msgstr ""
9093"continua l'applicazione delle patch dopo la risoluzione di un conflitto"
9094
9095#: builtin/am.c:2232
9096msgid "synonyms for --continue"
9097msgstr "sinonimi di --continue"
9098
9099#: builtin/am.c:2235
9100msgid "skip the current patch"
9101msgstr "salta la patch corrente"
9102
9103#: builtin/am.c:2238
9104msgid "restore the original branch and abort the patching operation."
9105msgstr "ripristina il branch originario e interrompi l'operazione di patching."
9106
9107#: builtin/am.c:2241
9108msgid "abort the patching operation but keep HEAD where it is."
9109msgstr "interrompi l'operazione di patching ma mantieni HEAD dov'è."
9110
9111#: builtin/am.c:2244
9112msgid "show the patch being applied."
9113msgstr "visualizza la patch in fase di applicazione."
9114
9115#: builtin/am.c:2248
9116msgid "lie about committer date"
9117msgstr "menti sulla data del commit"
9118
9119#: builtin/am.c:2250
9120msgid "use current timestamp for author date"
9121msgstr "usa il timestamp corrente come data autore"
9122
9123#: builtin/am.c:2252 builtin/commit-tree.c:120 builtin/commit.c:1511
9124#: builtin/merge.c:286 builtin/pull.c:193 builtin/rebase.c:489
9125#: builtin/rebase.c:1459 builtin/revert.c:117 builtin/tag.c:418
9126msgid "key-id"
9127msgstr "ID chiave"
9128
9129#: builtin/am.c:2253 builtin/rebase.c:490 builtin/rebase.c:1460
9130msgid "GPG-sign commits"
9131msgstr "firma i commit con GPG"
9132
9133#: builtin/am.c:2256
9134msgid "(internal use for git-rebase)"
9135msgstr "(a uso interno per git-rebase)"
9136
9137#: builtin/am.c:2274
9138msgid ""
9139"The -b/--binary option has been a no-op for long time, and\n"
9140"it will be removed. Please do not use it anymore."
9141msgstr ""
9142"L'opzione -b/--binary non esegue nulla da molto tempo e\n"
9143"sarà rimossa. Non usarla più."
9144
9145#: builtin/am.c:2281
9146msgid "failed to read the index"
9147msgstr "lettura dell'indice non riuscita"
9148
9149#: builtin/am.c:2296
9150#, c-format
9151msgid "previous rebase directory %s still exists but mbox given."
9152msgstr ""
9153"la directory di rebase precedente %s esiste ancora ma è stata specificata "
9154"un'mbox."
9155
9156#: builtin/am.c:2320
9157#, c-format
9158msgid ""
9159"Stray %s directory found.\n"
9160"Use \"git am --abort\" to remove it."
9161msgstr ""
9162"Trovata directory smarrita %s.\n"
9163"Usa \"git am --abort\" per eliminarla."
9164
9165#: builtin/am.c:2326
9166msgid "Resolve operation not in progress, we are not resuming."
9167msgstr "Operazione di risoluzione non in corso, non riprendiamo."
9168
9169#: builtin/am.c:2336
9170msgid "interactive mode requires patches on the command line"
9171msgstr ""
9172"la modalità interattiva richiede che le patch siano fornite sulla riga di"
9173" comando"
9174
9175#: builtin/apply.c:8
9176msgid "git apply [<options>] [<patch>...]"
9177msgstr "git apply [<opzioni>] [<patch>...]"
9178
9179#: builtin/archive.c:17
9180#, c-format
9181msgid "could not create archive file '%s'"
9182msgstr "impossibile creare il file archivio '%s'"
9183
9184#: builtin/archive.c:20
9185msgid "could not redirect output"
9186msgstr "impossibile redirigere l'output"
9187
9188#: builtin/archive.c:37
9189msgid "git archive: Remote with no URL"
9190msgstr "git archive: il remoto non ha un URL"
9191
9192#: builtin/archive.c:61
9193msgid "git archive: expected ACK/NAK, got a flush packet"
9194msgstr "git archive: attesi ACK/NAK, ricevuto pacchetto di flush"
9195
9196#: builtin/archive.c:64
9197#, c-format
9198msgid "git archive: NACK %s"
9199msgstr "git archive: NACK %s"
9200
9201#: builtin/archive.c:65
9202msgid "git archive: protocol error"
9203msgstr "git archive: errore del protocollo"
9204
9205#: builtin/archive.c:69
9206msgid "git archive: expected a flush"
9207msgstr "git archive: atteso un flush"
9208
9209#: builtin/bisect--helper.c:22
9210msgid "git bisect--helper --next-all [--no-checkout]"
9211msgstr "git bisect--helper --next-all [--no-checkout]"
9212
9213#: builtin/bisect--helper.c:23
9214msgid "git bisect--helper --write-terms <bad_term> <good_term>"
9215msgstr ""
9216"git bisect--helper --write-terms <termine revisione non funzionante> "
9217"<termine revisione funzionante>"
9218
9219#: builtin/bisect--helper.c:24
9220msgid "git bisect--helper --bisect-clean-state"
9221msgstr "git bisect--helper --bisect-clean-state"
9222
9223#: builtin/bisect--helper.c:25
9224msgid "git bisect--helper --bisect-reset [<commit>]"
9225msgstr "git bisect--helper --bisect-reset [<commit>]"
9226
9227#: builtin/bisect--helper.c:26
9228msgid ""
9229"git bisect--helper --bisect-write [--no-log] <state> <revision> <good_term> "
9230"<bad_term>"
9231msgstr ""
9232"git bisect--helper --bisect-write [--no-log] <stato> <revisione> <termine "
9233"revisione funzionante> <termine revisione non funzionante>"
9234
9235#: builtin/bisect--helper.c:27
9236msgid ""
9237"git bisect--helper --bisect-check-and-set-terms <command> <good_term> "
9238"<bad_term>"
9239msgstr ""
9240"git bisect--helper --bisect-check-and-set-terms <comando> <termine revisione "
9241"funzionante> <termine revisione non funzionante>"
9242
9243#: builtin/bisect--helper.c:28
9244msgid "git bisect--helper --bisect-next-check <good_term> <bad_term> [<term>]"
9245msgstr ""
9246"git bisect--helper --bisect-next-check <termine revisione funzionante> "
9247"<termine revisione non funzionante> [<termine>]"
9248
9249#: builtin/bisect--helper.c:29
9250msgid ""
9251"git bisect--helper --bisect-terms [--term-good | --term-old | --term-bad | --"
9252"term-new]"
9253msgstr ""
9254"git bisect--helper --bisect-terms [--term-good | --term-old | --term-bad | --"
9255"term-new]"
9256
9257#: builtin/bisect--helper.c:30
9258msgid ""
9259"git bisect--helper --bisect-start [--term-{old,good}=<term> --term-{new,bad}"
9260"=<term>][--no-checkout] [<bad> [<good>...]] [--] [<paths>...]"
9261msgstr ""
9262"git bisect--helper --bisect-start [--term-{old,good}=<termine> --term-{new,"
9263"bad}=<termine>][--no-checkout] [<non funzionante> [<funzionante>...]] [--] "
9264"[<percorsi>...]"
9265
9266#: builtin/bisect--helper.c:86
9267#, c-format
9268msgid "'%s' is not a valid term"
9269msgstr "'%s' non è un termine valido"
9270
9271#: builtin/bisect--helper.c:90
9272#, c-format
9273msgid "can't use the builtin command '%s' as a term"
9274msgstr "impossibile usare il comando nativo '%s' come termine"
9275
9276#: builtin/bisect--helper.c:100
9277#, c-format
9278msgid "can't change the meaning of the term '%s'"
9279msgstr "impossibile cambiare il significato del termine '%s'"
9280
9281#: builtin/bisect--helper.c:111
9282msgid "please use two different terms"
9283msgstr "usa due termini differenti"
9284
9285#: builtin/bisect--helper.c:118
9286msgid "could not open the file BISECT_TERMS"
9287msgstr "impossibile aprire il file BISECT_TERMS"
9288
9289#: builtin/bisect--helper.c:155
9290#, c-format
9291msgid "We are not bisecting.\n"
9292msgstr "Non stiamo eseguendo un bisect.\n"
9293
9294#: builtin/bisect--helper.c:163
9295#, c-format
9296msgid "'%s' is not a valid commit"
9297msgstr "'%s' non è un commit valido"
9298
9299#: builtin/bisect--helper.c:174
9300#, c-format
9301msgid ""
9302"could not check out original HEAD '%s'. Try 'git bisect reset <commit>'."
9303msgstr ""
9304"impossibile eseguire il checkout dell'HEAD originario '%s'. Prova con 'git "
9305"bisect reset <commit>'."
9306
9307#: builtin/bisect--helper.c:215
9308#, c-format
9309msgid "Bad bisect_write argument: %s"
9310msgstr "Argomento bisect_write errato: %s"
9311
9312#: builtin/bisect--helper.c:220
9313#, c-format
9314msgid "couldn't get the oid of the rev '%s'"
9315msgstr "impossibile recuperare l'OID della revisione '%s'"
9316
9317#: builtin/bisect--helper.c:232
9318#, c-format
9319msgid "couldn't open the file '%s'"
9320msgstr "impossibile aprire il file '%s'"
9321
9322#: builtin/bisect--helper.c:258
9323#, c-format
9324msgid "Invalid command: you're currently in a %s/%s bisect"
9325msgstr "Comando non valido: attualmente stai eseguendo una bisezione %s/%s"
9326
9327#: builtin/bisect--helper.c:285
9328#, c-format
9329msgid ""
9330"You need to give me at least one %s and %s revision.\n"
9331"You can use \"git bisect %s\" and \"git bisect %s\" for that."
9332msgstr ""
9333"Devi specificare almeno una revisione %s ed una %s.\n"
9334"Puoi usare \"git bisect %s\" e \"git bisect %s\" per questo scopo."
9335
9336#: builtin/bisect--helper.c:289
9337#, c-format
9338msgid ""
9339"You need to start by \"git bisect start\".\n"
9340"You then need to give me at least one %s and %s revision.\n"
9341"You can use \"git bisect %s\" and \"git bisect %s\" for that."
9342msgstr ""
9343"Devi iniziare con \"git bisect start\".\n"
9344"Quindi devi specificare almeno una revisione %s ed una %s.\n"
9345"Puoi usare \"git bisect %s\" e \"git bisect %s\" a questo scopo."
9346
9347#: builtin/bisect--helper.c:321
9348#, c-format
9349msgid "bisecting only with a %s commit"
9350msgstr "eseguo la bisezione solo con un commit %s"
9351
9352#. TRANSLATORS: Make sure to include [Y] and [n] in your
9353#. translation. The program will only accept English input
9354#. at this point.
9355#.
9356#: builtin/bisect--helper.c:329
9357msgid "Are you sure [Y/n]? "
9358msgstr "Sei sicuro? [Y/n] "
9359
9360#: builtin/bisect--helper.c:376
9361msgid "no terms defined"
9362msgstr "nessun termine definito"
9363
9364#: builtin/bisect--helper.c:379
9365#, c-format
9366msgid ""
9367"Your current terms are %s for the old state\n"
9368"and %s for the new state.\n"
9369msgstr ""
9370"I tuoi termini correnti sono %s per lo stato vecchio\n"
9371"e %s per lo stato nuovo.\n"
9372
9373#: builtin/bisect--helper.c:389
9374#, c-format
9375msgid ""
9376"invalid argument %s for 'git bisect terms'.\n"
9377"Supported options are: --term-good|--term-old and --term-bad|--term-new."
9378msgstr ""
9379"argomento %s non valido per 'git bisect terms'.\n"
9380"Le opzioni supportate sono: --term-good|--term-old e --term-bad|--term-new."
9381
9382#: builtin/bisect--helper.c:475
9383#, c-format
9384msgid "unrecognized option: '%s'"
9385msgstr "opzione non riconosciuta: '%s'"
9386
9387#: builtin/bisect--helper.c:479
9388#, c-format
9389msgid "'%s' does not appear to be a valid revision"
9390msgstr "sembra che '%s' non sia una revisione valida"
9391
9392#: builtin/bisect--helper.c:511
9393msgid "bad HEAD - I need a HEAD"
9394msgstr "HEAD non valida - ho bisogno di un'HEAD"
9395
9396#: builtin/bisect--helper.c:526
9397#, c-format
9398msgid "checking out '%s' failed. Try 'git bisect start <valid-branch>'."
9399msgstr ""
9400"checkout di '%s' non riuscito. Prova con 'git bisect start <branch valido>'."
9401
9402#: builtin/bisect--helper.c:547
9403msgid "won't bisect on cg-seek'ed tree"
9404msgstr "non eseguirò la bisezione su un albero sottoposto a cg-seek"
9405
9406#: builtin/bisect--helper.c:550
9407msgid "bad HEAD - strange symbolic ref"
9408msgstr "head non valida - riferimento simbolico strano"
9409
9410#: builtin/bisect--helper.c:574
9411#, c-format
9412msgid "invalid ref: '%s'"
9413msgstr "riferimento non valido: '%s'"
9414
9415#: builtin/bisect--helper.c:630
9416msgid "perform 'git bisect next'"
9417msgstr "esegui 'git bisect next'"
9418
9419#: builtin/bisect--helper.c:632
9420msgid "write the terms to .git/BISECT_TERMS"
9421msgstr "scrivi i termini in .git/BISECT_TERMS"
9422
9423#: builtin/bisect--helper.c:634
9424msgid "cleanup the bisection state"
9425msgstr "pulisci lo stato bisezione"
9426
9427#: builtin/bisect--helper.c:636
9428msgid "check for expected revs"
9429msgstr "controlla se le revisioni attese sono presenti"
9430
9431#: builtin/bisect--helper.c:638
9432msgid "reset the bisection state"
9433msgstr "reimposta lo stato della bisezione"
9434
9435#: builtin/bisect--helper.c:640
9436msgid "write out the bisection state in BISECT_LOG"
9437msgstr "scrivi lo stato della bisezione in BISECT_LOG"
9438
9439#: builtin/bisect--helper.c:642
9440msgid "check and set terms in a bisection state"
9441msgstr "controlla e imposta i termini in uno stato bisezione"
9442
9443#: builtin/bisect--helper.c:644
9444msgid "check whether bad or good terms exist"
9445msgstr ""
9446"controlla se esistono termini per revisioni non funzionanti o funzionanti"
9447
9448#: builtin/bisect--helper.c:646
9449msgid "print out the bisect terms"
9450msgstr "stampa i termini della bisezione"
9451
9452#: builtin/bisect--helper.c:648
9453msgid "start the bisect session"
9454msgstr "inizia la sessione di bisezione"
9455
9456#: builtin/bisect--helper.c:650
9457msgid "update BISECT_HEAD instead of checking out the current commit"
9458msgstr "aggiorna BISECT_HEAD anziché eseguire il checkout del commit corrente"
9459
9460#: builtin/bisect--helper.c:652
9461msgid "no log for BISECT_WRITE"
9462msgstr "non registrare le operazioni eseguite per BISECT_WRITE"
9463
9464#: builtin/bisect--helper.c:669
9465msgid "--write-terms requires two arguments"
9466msgstr "--write-terms richiede due argomenti"
9467
9468#: builtin/bisect--helper.c:673
9469msgid "--bisect-clean-state requires no arguments"
9470msgstr "--bisect-clean-state non richiede argomenti"
9471
9472#: builtin/bisect--helper.c:680
9473msgid "--bisect-reset requires either no argument or a commit"
9474msgstr "--bisect-reset richiede o nessun argomento o un commit"
9475
9476#: builtin/bisect--helper.c:684
9477msgid "--bisect-write requires either 4 or 5 arguments"
9478msgstr "--bisect-write richiede o quattro o cinque argomenti"
9479
9480#: builtin/bisect--helper.c:690
9481msgid "--check-and-set-terms requires 3 arguments"
9482msgstr "--check-and-set-terms richiede tre argomenti"
9483
9484#: builtin/bisect--helper.c:696
9485msgid "--bisect-next-check requires 2 or 3 arguments"
9486msgstr "--bisect-next-check richiede due o tre argomenti"
9487
9488#: builtin/bisect--helper.c:702
9489msgid "--bisect-terms requires 0 or 1 argument"
9490msgstr "--bisect-terms richiede zero o un argomento"
9491
9492#: builtin/blame.c:32
9493msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
9494msgstr "git blame [<opzioni>] [<opzioni revisione>] [<revisione>] [--] <file>"
9495
9496#: builtin/blame.c:37
9497msgid "<rev-opts> are documented in git-rev-list(1)"
9498msgstr "le <opzioni revisione> sono documentate in git-rev-list(1)"
9499
9500#: builtin/blame.c:410
9501#, c-format
9502msgid "expecting a color: %s"
9503msgstr "atteso colore: %s"
9504
9505#: builtin/blame.c:417
9506msgid "must end with a color"
9507msgstr "deve terminare con un colore"
9508
9509#: builtin/blame.c:730
9510#, c-format
9511msgid "invalid color '%s' in color.blame.repeatedLines"
9512msgstr "colore '%s' non valido in color.blame.repeatedLines"
9513
9514#: builtin/blame.c:748
9515msgid "invalid value for blame.coloring"
9516msgstr "valore non valido per blame.coloring"
9517
9518#: builtin/blame.c:823
9519#, c-format
9520msgid "cannot find revision %s to ignore"
9521msgstr "impossibile trovare la revisione %s da ignorare"
9522
9523#: builtin/blame.c:845
9524msgid "Show blame entries as we find them, incrementally"
9525msgstr ""
9526"Visualizza le voci blame incrementalmente, a mano a mano che le troviamo"
9527
9528#: builtin/blame.c:846
9529msgid "Show blank SHA-1 for boundary commits (Default: off)"
9530msgstr ""
9531"Visualizza un hash SHA-1 vuoto per i commit limite (impostazione "
9532"predefinita: off)"
9533
9534#: builtin/blame.c:847
9535msgid "Do not treat root commits as boundaries (Default: off)"
9536msgstr ""
9537"Non gestire i commit radice come commit limite (impostazione predefinita: "
9538"off)"
9539
9540#: builtin/blame.c:848
9541msgid "Show work cost statistics"
9542msgstr "Visualizza le statistiche sul costo dell'operazione"
9543
9544#: builtin/blame.c:849
9545msgid "Force progress reporting"
9546msgstr "Forza l'indicazione d'avanzamento dell'operazione"
9547
9548#: builtin/blame.c:850
9549msgid "Show output score for blame entries"
9550msgstr "Visualizza il punteggio di output per le voci blame"
9551
9552#: builtin/blame.c:851
9553msgid "Show original filename (Default: auto)"
9554msgstr ""
9555"Visualizza il nome file originario (impostazione predefinita: automatico)"
9556
9557#: builtin/blame.c:852
9558msgid "Show original linenumber (Default: off)"
9559msgstr ""
9560"Visualizza il numero di riga originario (impostazione predefinita: off)"
9561
9562#: builtin/blame.c:853
9563msgid "Show in a format designed for machine consumption"
9564msgstr ""
9565"Visualizza l'output in un formato progettato per l'utilizzo da parte di una "
9566"macchina"
9567
9568#: builtin/blame.c:854
9569msgid "Show porcelain format with per-line commit information"
9570msgstr ""
9571"Visualizza il formato porcelain con le informazioni sul commit per ogni riga"
9572
9573#: builtin/blame.c:855
9574msgid "Use the same output mode as git-annotate (Default: off)"
9575msgstr ""
9576"Usa la stessa modalità di output di git-annotate (impostazione predefinita: "
9577"off)"
9578
9579#: builtin/blame.c:856
9580msgid "Show raw timestamp (Default: off)"
9581msgstr "Visualizza il timestamp grezzo (impostazione predefinita: off)"
9582
9583#: builtin/blame.c:857
9584msgid "Show long commit SHA1 (Default: off)"
9585msgstr ""
9586"Visualizza l'hash SHA1 del commit in forma lunga (impostazione predefinita: "
9587"off)"
9588
9589#: builtin/blame.c:858
9590msgid "Suppress author name and timestamp (Default: off)"
9591msgstr ""
9592"Non visualizzare il nome autore e il timestamp (impostazione predefinita: "
9593"off)"
9594
9595#: builtin/blame.c:859
9596msgid "Show author email instead of name (Default: off)"
9597msgstr ""
9598"Visualizza l'indirizzo e-mail dell'autore invece del nome (impostazione "
9599"predefinita: off)"
9600
9601#: builtin/blame.c:860
9602msgid "Ignore whitespace differences"
9603msgstr "Ignora le differenze relative agli spazi bianchi"
9604
9605#: builtin/blame.c:861 builtin/log.c:1646
9606msgid "rev"
9607msgstr "revisione"
9608
9609#: builtin/blame.c:861
9610msgid "Ignore <rev> when blaming"
9611msgstr "Ignora <revisione> durante l'esecuzione del blame"
9612
9613#: builtin/blame.c:862
9614msgid "Ignore revisions from <file>"
9615msgstr "Ignora le revisioni specificate in <file>"
9616
9617#: builtin/blame.c:863
9618msgid "color redundant metadata from previous line differently"
9619msgstr "colora in modo differente i metadati ridondanti della riga precedente"
9620
9621#: builtin/blame.c:864
9622msgid "color lines by age"
9623msgstr "colora le righe in base all'età"
9624
9625#: builtin/blame.c:871
9626msgid "Use an experimental heuristic to improve diffs"
9627msgstr "Usa un'euristica sperimentale per migliorare i diff"
9628
9629#: builtin/blame.c:873
9630msgid "Spend extra cycles to find better match"
9631msgstr "Usa cicli extra per trovare una corrispondenza migliore"
9632
9633#: builtin/blame.c:874
9634msgid "Use revisions from <file> instead of calling git-rev-list"
9635msgstr "Usa le revisioni salvate in <file> anziché richiamare git-rev-list"
9636
9637#: builtin/blame.c:875
9638msgid "Use <file>'s contents as the final image"
9639msgstr "Usa i contenuti di <file> come immagine finale"
9640
9641#: builtin/blame.c:876 builtin/blame.c:877
9642msgid "score"
9643msgstr "punteggio"
9644
9645#: builtin/blame.c:876
9646msgid "Find line copies within and across files"
9647msgstr "Trova copie delle righe all'interno e fra file"
9648
9649#: builtin/blame.c:877
9650msgid "Find line movements within and across files"
9651msgstr "Trova righe spostate all'interno e fra file"
9652
9653#: builtin/blame.c:878
9654msgid "n,m"
9655msgstr "n,m"
9656
9657#: builtin/blame.c:878
9658msgid "Process only line range n,m, counting from 1"
9659msgstr "Elabora solo l'intervallo righe n,m, contandole da 1"
9660
9661#: builtin/blame.c:929
9662msgid "--progress can't be used with --incremental or porcelain formats"
9663msgstr ""
9664"--progress non può essere usato con --incremental o con i formati porcelain"
9665
9666#. TRANSLATORS: This string is used to tell us the
9667#. maximum display width for a relative timestamp in
9668#. "git blame" output. For C locale, "4 years, 11
9669#. months ago", which takes 22 places, is the longest
9670#. among various forms of relative timestamps, but
9671#. your language may need more or fewer display
9672#. columns.
9673#.
9674#: builtin/blame.c:980
9675msgid "4 years, 11 months ago"
9676msgstr "4 anni, 11 giorni fa"
9677
9678#: builtin/blame.c:1087
9679#, c-format
9680msgid "file %s has only %lu line"
9681msgid_plural "file %s has only %lu lines"
9682msgstr[0] "il file %s ha solo %lu riga"
9683msgstr[1] "il file %s ha solo %lu righe"
9684
9685#: builtin/blame.c:1133
9686msgid "Blaming lines"
9687msgstr "Eseguo il blame sulle righe"
9688
9689#: builtin/branch.c:29
9690msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
9691msgstr "git branch [<opzioni>] [-r | -a] [--merged | --no-merged]"
9692
9693#: builtin/branch.c:30
9694msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
9695msgstr "git branch [<opzioni>] [-l] [-f] <nome branch> [<punto di partenza>]"
9696
9697#: builtin/branch.c:31
9698msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
9699msgstr "git branch [<opzioni>] [-r] (-d | -D) <nome branch>..."
9700
9701#: builtin/branch.c:32
9702msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
9703msgstr "git branch [<opzioni>] (-m | -M) [<vecchio branch>] <nuovo branch>"
9704
9705#: builtin/branch.c:33
9706msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
9707msgstr "git branch [<opzioni>] (-c | -C) [<vecchio branch>] <nuovo branch>"
9708
9709#: builtin/branch.c:34
9710msgid "git branch [<options>] [-r | -a] [--points-at]"
9711msgstr "git branch [<opzioni>] [-r | -a] [--points-at]"
9712
9713#: builtin/branch.c:35
9714msgid "git branch [<options>] [-r | -a] [--format]"
9715msgstr "git branch [<opzioni>] [-r | -a] [--format]"
9716
9717#: builtin/branch.c:154
9718#, c-format
9719msgid ""
9720"deleting branch '%s' that has been merged to\n"
9721" '%s', but not yet merged to HEAD."
9722msgstr ""
9723"elimino il branch '%s' di cui è stato eseguito il merge in\n"
9724" '%s', ma di cui non è ancora stato eseguito il merge in HEAD."
9725
9726#: builtin/branch.c:158
9727#, c-format
9728msgid ""
9729"not deleting branch '%s' that is not yet merged to\n"
9730" '%s', even though it is merged to HEAD."
9731msgstr ""
9732"non elimino il branch '%s' di cui non è ancora stato eseguito il merge in\n"
9733" '%s', benché ne sia stato eseguito il merge in HEAD."
9734
9735#: builtin/branch.c:172
9736#, c-format
9737msgid "Couldn't look up commit object for '%s'"
9738msgstr "Impossibile trovare l'oggetto commit per '%s'"
9739
9740#: builtin/branch.c:176
9741#, c-format
9742msgid ""
9743"The branch '%s' is not fully merged.\n"
9744"If you are sure you want to delete it, run 'git branch -D %s'."
9745msgstr ""
9746"Il branch '%s' non è stato sottoposto completamente a un merge.\n"
9747"Se sei sicuro di volerlo eliminare, esegui 'git branch -D %s'."
9748
9749#: builtin/branch.c:189
9750msgid "Update of config-file failed"
9751msgstr "Aggiornamento del file di configurazione non riuscito"
9752
9753#: builtin/branch.c:220
9754msgid "cannot use -a with -d"
9755msgstr "impossibile usare -a con -d"
9756
9757#: builtin/branch.c:226
9758msgid "Couldn't look up commit object for HEAD"
9759msgstr "Impossibile trovare l'oggetto commit per HEAD"
9760
9761#: builtin/branch.c:240
9762#, c-format
9763msgid "Cannot delete branch '%s' checked out at '%s'"
9764msgstr ""
9765"Impossibile eliminare il branch '%s' di cui è stato eseguito il checkout in "
9766"'%s'"
9767
9768#: builtin/branch.c:255
9769#, c-format
9770msgid "remote-tracking branch '%s' not found."
9771msgstr "branch remoto tracciato '%s' non trovato."
9772
9773#: builtin/branch.c:256
9774#, c-format
9775msgid "branch '%s' not found."
9776msgstr "branch '%s' non trovato."
9777
9778#: builtin/branch.c:271
9779#, c-format
9780msgid "Error deleting remote-tracking branch '%s'"
9781msgstr "Errore durante l'eliminazione del branch remoto tracciato '%s'"
9782
9783#: builtin/branch.c:272
9784#, c-format
9785msgid "Error deleting branch '%s'"
9786msgstr "Errore durante l'eliminazione del branch '%s'"
9787
9788#: builtin/branch.c:279
9789#, c-format
9790msgid "Deleted remote-tracking branch %s (was %s).\n"
9791msgstr "Branch remoto tracciato %s eliminato (era %s).\n"
9792
9793#: builtin/branch.c:280
9794#, c-format
9795msgid "Deleted branch %s (was %s).\n"
9796msgstr "Branch %s eliminato (era %s).\n"
9797
9798#: builtin/branch.c:429 builtin/tag.c:61
9799msgid "unable to parse format string"
9800msgstr "impossibile analizzare la stringa di formato"
9801
9802#: builtin/branch.c:460
9803msgid "could not resolve HEAD"
9804msgstr "impossibile risolvere HEAD"
9805
9806#: builtin/branch.c:466
9807#, c-format
9808msgid "HEAD (%s) points outside of refs/heads/"
9809msgstr "HEAD (%s) punta a un oggetto non in refs/heads/"
9810
9811#: builtin/branch.c:481
9812#, c-format
9813msgid "Branch %s is being rebased at %s"
9814msgstr "Rebase del branch %s in corso in %s"
9815
9816#: builtin/branch.c:485
9817#, c-format
9818msgid "Branch %s is being bisected at %s"
9819msgstr "Bisezione del branch %s in corso in %s"
9820
9821#: builtin/branch.c:502
9822msgid "cannot copy the current branch while not on any."
9823msgstr ""
9824"impossibile copiare il branch corrente quando non si è su alcun branch."
9825
9826#: builtin/branch.c:504
9827msgid "cannot rename the current branch while not on any."
9828msgstr ""
9829"impossibile ridenominare il branch corrente quando non si è su alcun branch."
9830
9831#: builtin/branch.c:515
9832#, c-format
9833msgid "Invalid branch name: '%s'"
9834msgstr "Nome branch non valido: '%s'"
9835
9836#: builtin/branch.c:542
9837msgid "Branch rename failed"
9838msgstr "Ridenominazione del branch non riuscita"
9839
9840#: builtin/branch.c:544
9841msgid "Branch copy failed"
9842msgstr "Copia del branch non riuscita"
9843
9844#: builtin/branch.c:548
9845#, c-format
9846msgid "Created a copy of a misnamed branch '%s'"
9847msgstr "Creata copia del branch mal denominato '%s'"
9848
9849#: builtin/branch.c:551
9850#, c-format
9851msgid "Renamed a misnamed branch '%s' away"
9852msgstr "Branch mal denominato '%s' rinominato"
9853
9854#: builtin/branch.c:557
9855#, c-format
9856msgid "Branch renamed to %s, but HEAD is not updated!"
9857msgstr "Branch rinominato in %s, ma HEAD non è aggiornato!"
9858
9859#: builtin/branch.c:566
9860msgid "Branch is renamed, but update of config-file failed"
9861msgstr ""
9862"Il branch è stato rinominato, ma l'aggiornamento del file di configurazione "
9863"non è riuscito"
9864
9865#: builtin/branch.c:568
9866msgid "Branch is copied, but update of config-file failed"
9867msgstr ""
9868"Il branch è stato copiato, ma l'aggiornamento del file di configurazione non "
9869"è riuscito"
9870
9871#: builtin/branch.c:584
9872#, c-format
9873msgid ""
9874"Please edit the description for the branch\n"
9875" %s\n"
9876"Lines starting with '%c' will be stripped.\n"
9877msgstr ""
9878"Modifica la descrizione del branch\n"
9879" %s\n"
9880"Le righe che iniziano con '%c' saranno omesse.\n"
9881
9882#: builtin/branch.c:618
9883msgid "Generic options"
9884msgstr "Opzioni generiche"
9885
9886#: builtin/branch.c:620
9887msgid "show hash and subject, give twice for upstream branch"
9888msgstr ""
9889"visualizza l'hash e l'oggetto, usa l'opzione due volte per il branch upstream"
9890
9891#: builtin/branch.c:621
9892msgid "suppress informational messages"
9893msgstr "non visualizzare i messaggi informativi"
9894
9895#: builtin/branch.c:622
9896msgid "set up tracking mode (see git-pull(1))"
9897msgstr "imposta la modalità tracking (vedi git-pull(1))"
9898
9899#: builtin/branch.c:624
9900msgid "do not use"
9901msgstr "non usare"
9902
9903#: builtin/branch.c:626 builtin/rebase.c:485
9904msgid "upstream"
9905msgstr "upstream"
9906
9907#: builtin/branch.c:626
9908msgid "change the upstream info"
9909msgstr "modifica le informazioni sull'upstream"
9910
9911#: builtin/branch.c:627
9912msgid "Unset the upstream info"
9913msgstr "Rimuovi le informazioni sull'upstream"
9914
9915#: builtin/branch.c:628
9916msgid "use colored output"
9917msgstr "usa l'output colorato"
9918
9919#: builtin/branch.c:629
9920msgid "act on remote-tracking branches"
9921msgstr "agisci sui branch remoti tracciati"
9922
9923#: builtin/branch.c:631 builtin/branch.c:633
9924msgid "print only branches that contain the commit"
9925msgstr "stampa solo i branch che contengono i commit"
9926
9927#: builtin/branch.c:632 builtin/branch.c:634
9928msgid "print only branches that don't contain the commit"
9929msgstr "stampa solo i branch che non contengono i commit"
9930
9931#: builtin/branch.c:637
9932msgid "Specific git-branch actions:"
9933msgstr "Azioni specifiche di git-branch:"
9934
9935#: builtin/branch.c:638
9936msgid "list both remote-tracking and local branches"
9937msgstr "elenca sia i branch remoti tracciati sia quelli locali"
9938
9939#: builtin/branch.c:640
9940msgid "delete fully merged branch"
9941msgstr "elimina il branch completamente sottoposto a merge"
9942
9943#: builtin/branch.c:641
9944msgid "delete branch (even if not merged)"
9945msgstr "elimina il branch (anche se non è stato sottoposto a merge)"
9946
9947#: builtin/branch.c:642
9948msgid "move/rename a branch and its reflog"
9949msgstr "sposta/rinomina un branch e il suo registro dei riferimenti"
9950
9951#: builtin/branch.c:643
9952msgid "move/rename a branch, even if target exists"
9953msgstr "sposta/rinomina un branch anche se la destinazione esiste"
9954
9955#: builtin/branch.c:644
9956msgid "copy a branch and its reflog"
9957msgstr "copia un branch e il suo registro dei riferimenti"
9958
9959#: builtin/branch.c:645
9960msgid "copy a branch, even if target exists"
9961msgstr "copia un branch anche se la destinazione esiste"
9962
9963#: builtin/branch.c:646
9964msgid "list branch names"
9965msgstr "elenca i nomi dei branch"
9966
9967#: builtin/branch.c:647
9968msgid "show current branch name"
9969msgstr "visualizza il nome del branch corrente"
9970
9971#: builtin/branch.c:648
9972msgid "create the branch's reflog"
9973msgstr "crea il registro dei riferimenti del branch"
9974
9975#: builtin/branch.c:650
9976msgid "edit the description for the branch"
9977msgstr "modifica la descrizione del branch"
9978
9979#: builtin/branch.c:651
9980msgid "force creation, move/rename, deletion"
9981msgstr "forza la creazione, spostamento/ridenominazione, eliminazione"
9982
9983#: builtin/branch.c:652
9984msgid "print only branches that are merged"
9985msgstr "stampa solo i branch sottoposti a merge"
9986
9987#: builtin/branch.c:653
9988msgid "print only branches that are not merged"
9989msgstr "stampa solo i branch non sottoposti a merge"
9990
9991#: builtin/branch.c:654
9992msgid "list branches in columns"
9993msgstr "elenca i branch in colonne"
9994
9995#: builtin/branch.c:657 builtin/for-each-ref.c:42 builtin/notes.c:415
9996#: builtin/notes.c:418 builtin/notes.c:581 builtin/notes.c:584
9997#: builtin/tag.c:433
9998msgid "object"
9999msgstr "oggetto"
10000
10001#: builtin/branch.c:658
10002msgid "print only branches of the object"
10003msgstr "stampa solo i branch dell'oggetto"
10004
10005#: builtin/branch.c:660 builtin/for-each-ref.c:48 builtin/tag.c:440
10006msgid "sorting and filtering are case insensitive"
10007msgstr ""
10008"l'ordinamento e il filtraggio non fanno differenza tra maiuscole e minuscole"
10009
10010#: builtin/branch.c:661 builtin/for-each-ref.c:38 builtin/tag.c:438
10011#: builtin/verify-tag.c:39
10012msgid "format to use for the output"
10013msgstr "formato da usare per l'output"
10014
10015#: builtin/branch.c:684 builtin/clone.c:761
10016msgid "HEAD not found below refs/heads!"
10017msgstr "HEAD non trovato fra i riferimenti/head!"
10018
10019#: builtin/branch.c:708
10020msgid "--column and --verbose are incompatible"
10021msgstr "--column e --verbose non sono compatibili"
10022
10023#: builtin/branch.c:723 builtin/branch.c:777 builtin/branch.c:786
10024msgid "branch name required"
10025msgstr "nome branch richiesto"
10026
10027#: builtin/branch.c:753
10028msgid "Cannot give description to detached HEAD"
10029msgstr "Impossibile fornire una descrizione per l'HEAD scollegato"
10030
10031#: builtin/branch.c:758
10032msgid "cannot edit description of more than one branch"
10033msgstr "impossibile modificare la descrizione per più di un branch"
10034
10035#: builtin/branch.c:765
10036#, c-format
10037msgid "No commit on branch '%s' yet."
10038msgstr "Non esiste ancora nessun commit sul branch '%s'."
10039
10040#: builtin/branch.c:768
10041#, c-format
10042msgid "No branch named '%s'."
10043msgstr "Non esiste alcun branch denominato '%s'."
10044
10045#: builtin/branch.c:783
10046msgid "too many branches for a copy operation"
10047msgstr "sono presenti troppi branch per consentire un'operazione di copia"
10048
10049#: builtin/branch.c:792
10050msgid "too many arguments for a rename operation"
10051msgstr ""
10052"sono presenti troppi argomenti per consentire un'operazione di "
10053"ridenominazione"
10054
10055#: builtin/branch.c:797
10056msgid "too many arguments to set new upstream"
10057msgstr ""
10058"sono presenti troppi argomenti per consentire l'impostazione del nuovo "
10059"upstream"
10060
10061#: builtin/branch.c:801
10062#, c-format
10063msgid ""
10064"could not set upstream of HEAD to %s when it does not point to any branch."
10065msgstr ""
10066"impossibile impostare l'upstream di HEAD a %s quando non punta ad alcun "
10067"branch."
10068
10069#: builtin/branch.c:804 builtin/branch.c:827
10070#, c-format
10071msgid "no such branch '%s'"
10072msgstr "branch '%s' non esistente"
10073
10074#: builtin/branch.c:808
10075#, c-format
10076msgid "branch '%s' does not exist"
10077msgstr "il branch '%s' non esiste"
10078
10079#: builtin/branch.c:821
10080msgid "too many arguments to unset upstream"
10081msgstr ""
10082"sono presenti troppi argomenti per rimuovere le informazioni sull'upstream"
10083
10084#: builtin/branch.c:825
10085msgid "could not unset upstream of HEAD when it does not point to any branch."
10086msgstr ""
10087"impossibile rimuovere le informazioni sull'upstream di HEAD quando non punta "
10088"ad alcun branch."
10089
10090#: builtin/branch.c:831
10091#, c-format
10092msgid "Branch '%s' has no upstream information"
10093msgstr "Il branch '%s' non ha informazioni sull'upstream"
10094
10095#: builtin/branch.c:841
10096msgid ""
10097"The -a, and -r, options to 'git branch' do not take a branch name.\n"
10098"Did you mean to use: -a|-r --list <pattern>?"
10099msgstr ""
10100"Le opzioni di 'git branch' -a e -r non richiedono un nome branch.\n"
10101"Forse volevi usare: -a|-r --list <pattern>?"
10102
10103#: builtin/branch.c:845
10104msgid ""
10105"the '--set-upstream' option is no longer supported. Please use '--track' or "
10106"'--set-upstream-to' instead."
10107msgstr ""
10108"l'opzione '--set-upstream' non è più supportata. Usa '--track' o '--set-"
10109"upstream-to'."
10110
10111#: builtin/bundle.c:45
10112#, c-format
10113msgid "%s is okay\n"
10114msgstr "%s è corretto\n"
10115
10116#: builtin/bundle.c:58
10117msgid "Need a repository to create a bundle."
10118msgstr "Per creare un bundle è necessario un repository."
10119
10120#: builtin/bundle.c:62
10121msgid "Need a repository to unbundle."
10122msgstr "Per decomprimere un bundle è necessario un repository."
10123
10124#: builtin/cat-file.c:594
10125msgid ""
10126"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
10127"p | <type> | --textconv | --filters) [--path=<path>] <object>"
10128msgstr ""
10129"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
10130"p | <tipo> | --textconv | --filters) [--path=<percorso>] <oggetto>"
10131
10132#: builtin/cat-file.c:595
10133msgid ""
10134"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
10135"filters]"
10136msgstr ""
10137"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
10138"filters]"
10139
10140#: builtin/cat-file.c:616
10141msgid "only one batch option may be specified"
10142msgstr "può essere specificata solo un'opzione batch"
10143
10144#: builtin/cat-file.c:634
10145msgid "<type> can be one of: blob, tree, commit, tag"
10146msgstr "<tipo> può essere uno fra blob, tree, commit, tag"
10147
10148#: builtin/cat-file.c:635
10149msgid "show object type"
10150msgstr "visualizza tipo oggetto"
10151
10152#: builtin/cat-file.c:636
10153msgid "show object size"
10154msgstr "visualizza dimensioni oggetto"
10155
10156#: builtin/cat-file.c:638
10157msgid "exit with zero when there's no error"
10158msgstr "esci con codice d'uscita zero se non si sono verificati errori"
10159
10160#: builtin/cat-file.c:639
10161msgid "pretty-print object's content"
10162msgstr "stampa il contenuto dell'oggetto con un formato leggibile"
10163
10164#: builtin/cat-file.c:641
10165msgid "for blob objects, run textconv on object's content"
10166msgstr "esegui textconv sul contenuto dell'oggetto (per gli oggetti blob)"
10167
10168#: builtin/cat-file.c:643
10169msgid "for blob objects, run filters on object's content"
10170msgstr "esegui i filtri sul contenuto dell'oggetto (per gli oggetti blob)"
10171
10172#: builtin/cat-file.c:644 git-submodule.sh:936
10173msgid "blob"
10174msgstr "blob"
10175
10176#: builtin/cat-file.c:645
10177msgid "use a specific path for --textconv/--filters"
10178msgstr "usa un percorso specifico per --textconv/--filters"
10179
10180#: builtin/cat-file.c:647
10181msgid "allow -s and -t to work with broken/corrupt objects"
10182msgstr "consenti a -s e -t di funzionare con oggetti malformati/corrotti"
10183
10184#: builtin/cat-file.c:648
10185msgid "buffer --batch output"
10186msgstr "esegui il buffering dell'output di --batch"
10187
10188#: builtin/cat-file.c:650
10189msgid "show info and content of objects fed from the standard input"
10190msgstr ""
10191"visualizza le informazioni e il contenuto degli oggetti forniti nello "
10192"standard input"
10193
10194#: builtin/cat-file.c:654
10195msgid "show info about objects fed from the standard input"
10196msgstr "visualizza le informazioni degli oggetti forniti nello standard input"
10197
10198#: builtin/cat-file.c:658
10199msgid "follow in-tree symlinks (used with --batch or --batch-check)"
10200msgstr ""
10201"segui i collegamenti simbolici entro l'albero (usato con --batch o --batch-"
10202"check)"
10203
10204#: builtin/cat-file.c:660
10205msgid "show all objects with --batch or --batch-check"
10206msgstr "visualizza tutti gli oggetti con --batch o --batch-check"
10207
10208#: builtin/cat-file.c:662
10209msgid "do not order --batch-all-objects output"
10210msgstr "non ordinare l'output di --batch-all-objects"
10211
10212#: builtin/check-attr.c:13
10213msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
10214msgstr "git check-attr [-a | --all | <attributo>...] [--] <nome percorso>..."
10215
10216#: builtin/check-attr.c:14
10217msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
10218msgstr "git check-attr --stdin [-z] [-a | --all | <attributo>...]"
10219
10220#: builtin/check-attr.c:21
10221msgid "report all attributes set on file"
10222msgstr "indica tutti gli attributi impostati sul file"
10223
10224#: builtin/check-attr.c:22
10225msgid "use .gitattributes only from the index"
10226msgstr "usa solo il file .gitattributes dell'indice"
10227
10228#: builtin/check-attr.c:23 builtin/check-ignore.c:25 builtin/hash-object.c:102
10229msgid "read file names from stdin"
10230msgstr "leggi i nomi dei file dallo standard input"
10231
10232#: builtin/check-attr.c:25 builtin/check-ignore.c:27
10233msgid "terminate input and output records by a NUL character"
10234msgstr "termina i record di input e output con un carattere NUL"
10235
10236#: builtin/check-ignore.c:21 builtin/checkout.c:1433 builtin/gc.c:538
10237#: builtin/worktree.c:507
10238msgid "suppress progress reporting"
10239msgstr "non visualizzare l'avanzamento dell'operazione"
10240
10241#: builtin/check-ignore.c:29
10242msgid "show non-matching input paths"
10243msgstr "visualizza i percorsi di input non corrispondenti"
10244
10245#: builtin/check-ignore.c:31
10246msgid "ignore index when checking"
10247msgstr "ignora l'indice durante il controllo"
10248
10249#: builtin/check-ignore.c:160
10250msgid "cannot specify pathnames with --stdin"
10251msgstr "impossibile specificare i nomi percorso con --stdin"
10252
10253#: builtin/check-ignore.c:163
10254msgid "-z only makes sense with --stdin"
10255msgstr "-z ha senso solo con --stdin"
10256
10257#: builtin/check-ignore.c:165
10258msgid "no path specified"
10259msgstr "nessun percorso specificato"
10260
10261#: builtin/check-ignore.c:169
10262msgid "--quiet is only valid with a single pathname"
10263msgstr "--quiet è valido solo con un nome percorso singolo"
10264
10265#: builtin/check-ignore.c:171
10266msgid "cannot have both --quiet and --verbose"
10267msgstr "non è possibile usare sia --quiet sia --verbose"
10268
10269#: builtin/check-ignore.c:174
10270msgid "--non-matching is only valid with --verbose"
10271msgstr "--non-matching è valido solo con --verbose"
10272
10273#: builtin/check-mailmap.c:9
10274msgid "git check-mailmap [<options>] <contact>..."
10275msgstr "git check-mailmap [<opzioni>] <contatto>..."
10276
10277#: builtin/check-mailmap.c:14
10278msgid "also read contacts from stdin"
10279msgstr "leggi i contatti anche dallo standard input"
10280
10281#: builtin/check-mailmap.c:25
10282#, c-format
10283msgid "unable to parse contact: %s"
10284msgstr "impossibile analizzare il contatto: %s"
10285
10286#: builtin/check-mailmap.c:48
10287msgid "no contacts specified"
10288msgstr "nessun contatto specificato"
10289
10290#: builtin/checkout-index.c:131
10291msgid "git checkout-index [<options>] [--] [<file>...]"
10292msgstr "git checkout-index [<opzioni>] [--] [<file>...]"
10293
10294#: builtin/checkout-index.c:148
10295msgid "stage should be between 1 and 3 or all"
10296msgstr "la fase dev'essere compresa fra 1 e 3 o all"
10297
10298#: builtin/checkout-index.c:164
10299msgid "check out all files in the index"
10300msgstr "esegui il checkout di tutti i file nell'indice"
10301
10302#: builtin/checkout-index.c:165
10303msgid "force overwrite of existing files"
10304msgstr "forza la sovrascrittura dei file esistenti"
10305
10306#: builtin/checkout-index.c:167
10307msgid "no warning for existing files and files not in index"
10308msgstr "non emettere un avviso per i file esistenti e i file non nell'indice"
10309
10310#: builtin/checkout-index.c:169
10311msgid "don't checkout new files"
10312msgstr "non eseguire il checkout dei file nuovi"
10313
10314#: builtin/checkout-index.c:171
10315msgid "update stat information in the index file"
10316msgstr "aggiorna le informazioni stat nel file indice"
10317
10318#: builtin/checkout-index.c:175
10319msgid "read list of paths from the standard input"
10320msgstr "leggi l'elenco dei percorsi dallo standard input"
10321
10322#: builtin/checkout-index.c:177
10323msgid "write the content to temporary files"
10324msgstr "scrivi il contenuto in file temporanei"
10325
10326#: builtin/checkout-index.c:178 builtin/column.c:31
10327#: builtin/submodule--helper.c:1373 builtin/submodule--helper.c:1376
10328#: builtin/submodule--helper.c:1384 builtin/submodule--helper.c:1857
10329#: builtin/worktree.c:680
10330msgid "string"
10331msgstr "stringa"
10332
10333#: builtin/checkout-index.c:179
10334msgid "when creating files, prepend <string>"
10335msgstr "aggiungi il prefisso <stringa> durante la creazione dei file"
10336
10337#: builtin/checkout-index.c:181
10338msgid "copy out the files from named stage"
10339msgstr "copia i file dalla fase specificata"
10340
10341#: builtin/checkout.c:31
10342msgid "git checkout [<options>] <branch>"
10343msgstr "git checkout [<opzioni>] <branch>"
10344
10345#: builtin/checkout.c:32
10346msgid "git checkout [<options>] [<branch>] -- <file>..."
10347msgstr "git checkout [<opzioni>] [<branch>] -- <file>..."
10348
10349#: builtin/checkout.c:37
10350msgid "git switch [<options>] [<branch>]"
10351msgstr "git switch [<opzioni>] <branch>"
10352
10353#: builtin/checkout.c:42
10354msgid "git restore [<options>] [--source=<branch>] <file>..."
10355msgstr "git restore [<opzioni>] [--source=<branch>] <file>..."
10356
10357#: builtin/checkout.c:172 builtin/checkout.c:211
10358#, c-format
10359msgid "path '%s' does not have our version"
10360msgstr "il percorso '%s' non ha la nostra versione"
10361
10362#: builtin/checkout.c:174 builtin/checkout.c:213
10363#, c-format
10364msgid "path '%s' does not have their version"
10365msgstr "il percorso '%s' non ha la loro versione"
10366
10367#: builtin/checkout.c:190
10368#, c-format
10369msgid "path '%s' does not have all necessary versions"
10370msgstr "il percorso '%s' non ha tutte le versioni necessarie"
10371
10372#: builtin/checkout.c:240
10373#, c-format
10374msgid "path '%s' does not have necessary versions"
10375msgstr "il percorso '%s' non ha le versioni necessarie"
10376
10377#: builtin/checkout.c:258
10378#, c-format
10379msgid "path '%s': cannot merge"
10380msgstr "percorso '%s': impossibile eseguire il merge"
10381
10382#: builtin/checkout.c:274
10383#, c-format
10384msgid "Unable to add merge result for '%s'"
10385msgstr "Impossibile aggiungere il risultato del merge per '%s'"
10386
10387#: builtin/checkout.c:374
10388#, c-format
10389msgid "Recreated %d merge conflict"
10390msgid_plural "Recreated %d merge conflicts"
10391msgstr[0] "Ricreato %d conflitto di merge"
10392msgstr[1] "Ricreati %d conflitti di merge"
10393
10394#: builtin/checkout.c:379
10395#, c-format
10396msgid "Updated %d path from %s"
10397msgid_plural "Updated %d paths from %s"
10398msgstr[0] "Aggiornato %d percorso da %s"
10399msgstr[1] "Aggiornati %d percorsi da %s"
10400
10401#: builtin/checkout.c:386
10402#, c-format
10403msgid "Updated %d path from the index"
10404msgid_plural "Updated %d paths from the index"
10405msgstr[0] "Aggiornato %d percorso dall'indice"
10406msgstr[1] "Aggiornati %d percorsi dall'indice"
10407
10408#: builtin/checkout.c:409 builtin/checkout.c:412 builtin/checkout.c:415
10409#: builtin/checkout.c:419
10410#, c-format
10411msgid "'%s' cannot be used with updating paths"
10412msgstr "'%s' non può essere usato con i percorsi in fase di aggiornamento"
10413
10414#: builtin/checkout.c:422 builtin/checkout.c:425
10415#, c-format
10416msgid "'%s' cannot be used with %s"
10417msgstr "'%s' non può essere usato con %s"
10418
10419#: builtin/checkout.c:429
10420#, c-format
10421msgid "Cannot update paths and switch to branch '%s' at the same time."
10422msgstr ""
10423"Impossibile aggiornare dei percorsi e passare al branch '%s' "
10424"contemporaneamente."
10425
10426#: builtin/checkout.c:433
10427#, c-format
10428msgid "neither '%s' or '%s' is specified"
10429msgstr "né '%s' né '%s' sono stati specificati"
10430
10431#: builtin/checkout.c:437
10432#, c-format
10433msgid "'%s' must be used when '%s' is not specified"
10434msgstr "'%s' dev'essere usato quando '%s' non è specificato"
10435
10436#: builtin/checkout.c:442 builtin/checkout.c:447
10437#, c-format
10438msgid "'%s' or '%s' cannot be used with %s"
10439msgstr "'%s' o '%s' non possono essere usati con %s"
10440
10441#: builtin/checkout.c:506 builtin/checkout.c:513
10442#, c-format
10443msgid "path '%s' is unmerged"
10444msgstr "il percorso '%s' non è stato sottoposto a merge"
10445
10446#: builtin/checkout.c:679
10447msgid "you need to resolve your current index first"
10448msgstr "prima devi risolvere l'indice corrente"
10449
10450#: builtin/checkout.c:729
10451#, c-format
10452msgid ""
10453"cannot continue with staged changes in the following files:\n"
10454"%s"
10455msgstr ""
10456"impossibile continuare con modifiche in stage nei file seguenti:\n"
10457"%s"
10458
10459#: builtin/checkout.c:736
10460#, c-format
10461msgid "staged changes in the following files may be lost: %s"
10462msgstr "le modifiche in stage nei seguenti file potrebbero andare perdute: %s"
10463
10464#: builtin/checkout.c:833
10465#, c-format
10466msgid "Can not do reflog for '%s': %s\n"
10467msgstr "Impossibile esaminare il registro dei riferimenti per '%s': %s\n"
10468
10469#: builtin/checkout.c:875
10470msgid "HEAD is now at"
10471msgstr "HEAD si trova ora a"
10472
10473#: builtin/checkout.c:879 builtin/clone.c:714
10474msgid "unable to update HEAD"
10475msgstr "impossibile aggiornare HEAD"
10476
10477#: builtin/checkout.c:883
10478#, c-format
10479msgid "Reset branch '%s'\n"
10480msgstr "Ripristina il branch '%s'\n"
10481
10482#: builtin/checkout.c:886
10483#, c-format
10484msgid "Already on '%s'\n"
10485msgstr "Si è già su '%s'\n"
10486
10487#: builtin/checkout.c:890
10488#, c-format
10489msgid "Switched to and reset branch '%s'\n"
10490msgstr "Si è passati al branch '%s' e lo si è reimpostato\n"
10491
10492#: builtin/checkout.c:892 builtin/checkout.c:1289
10493#, c-format
10494msgid "Switched to a new branch '%s'\n"
10495msgstr "Si è passati a un nuovo branch '%s'\n"
10496
10497#: builtin/checkout.c:894
10498#, c-format
10499msgid "Switched to branch '%s'\n"
10500msgstr "Si è passati al branch '%s'\n"
10501
10502#: builtin/checkout.c:945
10503#, c-format
10504msgid " ... and %d more.\n"
10505msgstr " ...e altri %d.\n"
10506
10507#: builtin/checkout.c:951
10508#, c-format
10509msgid ""
10510"Warning: you are leaving %d commit behind, not connected to\n"
10511"any of your branches:\n"
10512"\n"
10513"%s\n"
10514msgid_plural ""
10515"Warning: you are leaving %d commits behind, not connected to\n"
10516"any of your branches:\n"
10517"\n"
10518"%s\n"
10519msgstr[0] ""
10520"Attenzione: stai rimuovendo %d commit non collegato ad alcun\n"
10521"branch:\n"
10522"\n"
10523"%s\n"
10524msgstr[1] ""
10525"Attenzione: stai rimuovendo %d commit non collegati ad alcun\n"
10526"branch:\n"
10527"\n"
10528"%s\n"
10529
10530#: builtin/checkout.c:970
10531#, c-format
10532msgid ""
10533"If you want to keep it by creating a new branch, this may be a good time\n"
10534"to do so with:\n"
10535"\n"
10536" git branch <new-branch-name> %s\n"
10537"\n"
10538msgid_plural ""
10539"If you want to keep them by creating a new branch, this may be a good time\n"
10540"to do so with:\n"
10541"\n"
10542" git branch <new-branch-name> %s\n"
10543"\n"
10544msgstr[0] ""
10545"Se vuoi mantenerlo creando un nuovo branch, questo potrebbe essere\n"
10546"un buon momento per farlo con:\n"
10547"\n"
10548" git branch <nome del nuovo branch> %s\n"
10549"\n"
10550msgstr[1] ""
10551"Se vuoi mantenerli creando un nuovo branch, questo potrebbe essere\n"
10552"un buon momento per farlo con:\n"
10553"\n"
10554" git branch <nome del nuovo branch> %s\n"
10555"\n"
10556
10557#: builtin/checkout.c:1005
10558msgid "internal error in revision walk"
10559msgstr "errore interno durante la visita delle revisioni"
10560
10561#: builtin/checkout.c:1009
10562msgid "Previous HEAD position was"
10563msgstr "La precedente posizione di HEAD era"
10564
10565#: builtin/checkout.c:1049 builtin/checkout.c:1284
10566msgid "You are on a branch yet to be born"
10567msgstr "Sei su un branch che deve ancora essere creato"
10568
10569#: builtin/checkout.c:1176
10570msgid "only one reference expected"
10571msgstr "atteso solo un riferimento"
10572
10573#: builtin/checkout.c:1193
10574#, c-format
10575msgid "only one reference expected, %d given."
10576msgstr "atteso solo un riferimento, %d specificati."
10577
10578#: builtin/checkout.c:1230
10579#, c-format
10580msgid ""
10581"'%s' could be both a local file and a tracking branch.\n"
10582"Please use -- (and optionally --no-guess) to disambiguate"
10583msgstr ""
10584"'%s' potrebbe essere sia un file locale, sia un branch da tracciare.\n"
10585"Usa -- (e facoltativamente --no-guess) per rimuovere l'ambiguità"
10586
10587#: builtin/checkout.c:1243 builtin/worktree.c:291 builtin/worktree.c:456
10588#, c-format
10589msgid "invalid reference: %s"
10590msgstr "riferimento non valido: %s"
10591
10592#: builtin/checkout.c:1256 builtin/checkout.c:1618
10593#, c-format
10594msgid "reference is not a tree: %s"
10595msgstr "il riferimento non è un albero: %s"
10596
10597#: builtin/checkout.c:1303
10598#, c-format
10599msgid "a branch is expected, got tag '%s'"
10600msgstr "atteso branch, ricevuto tag '%s'"
10601
10602#: builtin/checkout.c:1305
10603#, c-format
10604msgid "a branch is expected, got remote branch '%s'"
10605msgstr "atteso branch, ricevuto branch remoto '%s'"
10606
10607#: builtin/checkout.c:1306 builtin/checkout.c:1314
10608#, c-format
10609msgid "a branch is expected, got '%s'"
10610msgstr "atteso branch, ricevuto '%s'"
10611
10612#: builtin/checkout.c:1309
10613#, c-format
10614msgid "a branch is expected, got commit '%s'"
10615msgstr "atteso branch, ricevuto commit '%s'"
10616
10617#: builtin/checkout.c:1325
10618msgid ""
10619"cannot switch branch while merging\n"
10620"Consider \"git merge --quit\" or \"git worktree add\"."
10621msgstr ""
10622"impossibile cambiare branch durante un merge\n"
10623"Considera l'uso di \"git merge --quit\" o di \"git worktree add\"."
10624
10625#: builtin/checkout.c:1329
10626msgid ""
10627"cannot switch branch in the middle of an am session\n"
10628"Consider \"git am --quit\" or \"git worktree add\"."
10629msgstr ""
10630"impossibile cambiare branch nel bel mezzo di una sessione am\n"
10631"Considera l'uso di \"git am --quit\" o di \"git worktree add\"."
10632
10633#: builtin/checkout.c:1333
10634msgid ""
10635"cannot switch branch while rebasing\n"
10636"Consider \"git rebase --quit\" or \"git worktree add\"."
10637msgstr ""
10638"impossibile cambiare branch durante un rebase\n"
10639"Considera l'uso di \"git rebase --quit\" o di \"git worktree add\"."
10640
10641#: builtin/checkout.c:1337
10642msgid ""
10643"cannot switch branch while cherry-picking\n"
10644"Consider \"git cherry-pick --quit\" or \"git worktree add\"."
10645msgstr ""
10646"impossibile cambiare branch durante un cherry-pick\n"
10647"Considera l'uso di \"git cherry-pick --quit\" o di \"git worktree add\"."
10648
10649#: builtin/checkout.c:1341
10650msgid ""
10651"cannot switch branch while reverting\n"
10652"Consider \"git revert --quit\" or \"git worktree add\"."
10653msgstr ""
10654"impossibile cambiare branch durante un revert\n"
10655"Considera l'uso di \"git revert --quit\" o di \"git worktree add\"."
10656
10657#: builtin/checkout.c:1345
10658msgid "you are switching branch while bisecting"
10659msgstr "stai cambiando branch durante una bisezione"
10660
10661#: builtin/checkout.c:1352
10662msgid "paths cannot be used with switching branches"
10663msgstr "i percorsi non possono essere usati passando da un branch a un altro"
10664
10665#: builtin/checkout.c:1355 builtin/checkout.c:1359 builtin/checkout.c:1363
10666#, c-format
10667msgid "'%s' cannot be used with switching branches"
10668msgstr "'%s' non può essere usato passando da un branch a un altro"
10669
10670#: builtin/checkout.c:1367 builtin/checkout.c:1370 builtin/checkout.c:1373
10671#: builtin/checkout.c:1378 builtin/checkout.c:1383
10672#, c-format
10673msgid "'%s' cannot be used with '%s'"
10674msgstr "'%s' non può essere usato con '%s'"
10675
10676#: builtin/checkout.c:1380
10677#, c-format
10678msgid "'%s' cannot take <start-point>"
10679msgstr "'%s' non accetta l'argomento <punto di partenza>"
10680
10681#: builtin/checkout.c:1388
10682#, c-format
10683msgid "Cannot switch branch to a non-commit '%s'"
10684msgstr "Impossibile cambiare branch per passare a '%s' che non è un commit"
10685
10686#: builtin/checkout.c:1395
10687msgid "missing branch or commit argument"
10688msgstr "argomento branch o commit mancante"
10689
10690#: builtin/checkout.c:1437 builtin/clone.c:91 builtin/fetch.c:151
10691#: builtin/merge.c:285 builtin/pull.c:137 builtin/push.c:575
10692#: builtin/send-pack.c:174
10693msgid "force progress reporting"
10694msgstr "forza l'indicazione d'avanzamento dell'operazione"
10695
10696#: builtin/checkout.c:1438
10697msgid "perform a 3-way merge with the new branch"
10698msgstr "esegui un merge a tre vie con il nuovo branch"
10699
10700#: builtin/checkout.c:1439 builtin/log.c:1634 parse-options.h:318
10701msgid "style"
10702msgstr "stile"
10703
10704#: builtin/checkout.c:1440
10705msgid "conflict style (merge or diff3)"
10706msgstr "stile conflitti (merge o diff3)"
10707
10708#: builtin/checkout.c:1452 builtin/worktree.c:504
10709msgid "detach HEAD at named commit"
10710msgstr "scollega l'HEAD al commit specificato"
10711
10712#: builtin/checkout.c:1453
10713msgid "set upstream info for new branch"
10714msgstr "imposta le informazioni sull'upstream per il nuovo branch"
10715
10716#: builtin/checkout.c:1455
10717msgid "force checkout (throw away local modifications)"
10718msgstr "esegui forzatamente il checkout (scarta le modifiche locali)"
10719
10720#: builtin/checkout.c:1457
10721msgid "new-branch"
10722msgstr "nuovo branch"
10723
10724#: builtin/checkout.c:1457
10725msgid "new unparented branch"
10726msgstr "nuovo branch senza genitore"
10727
10728#: builtin/checkout.c:1459 builtin/merge.c:288
10729msgid "update ignored files (default)"
10730msgstr "aggiorna i file ignorati (impostazione predefinita)"
10731
10732#: builtin/checkout.c:1462
10733msgid "do not check if another worktree is holding the given ref"
10734msgstr ""
10735"non controllare se un altro albero di lavoro contiene il riferimento "
10736"specificato"
10737
10738#: builtin/checkout.c:1475
10739msgid "checkout our version for unmerged files"
10740msgstr ""
10741"esegui il checkout della nostra versione per i file non sottoposti a merge"
10742
10743#: builtin/checkout.c:1478
10744msgid "checkout their version for unmerged files"
10745msgstr ""
10746"esegui il checkout della loro versione per i file non sottoposti a merge"
10747
10748#: builtin/checkout.c:1482
10749msgid "do not limit pathspecs to sparse entries only"
10750msgstr "non limitare gli specificatori percorso solo alle voci sparse"
10751
10752#: builtin/checkout.c:1533
10753msgid "-b, -B and --orphan are mutually exclusive"
10754msgstr "le opzioni -b, -B e --orphan sono mutuamente esclusive"
10755
10756#: builtin/checkout.c:1536
10757msgid "-p and --overlay are mutually exclusive"
10758msgstr "le opzioni -p e --overlay sono mutualmente esclusive"
10759
10760#: builtin/checkout.c:1573
10761msgid "--track needs a branch name"
10762msgstr "--track richiede il nome di un branch"
10763
10764#: builtin/checkout.c:1578
10765msgid "missing branch name; try -b"
10766msgstr "nome del branch mancante; prova con -b"
10767
10768#: builtin/checkout.c:1611
10769#, c-format
10770msgid "could not resolve %s"
10771msgstr "impossibile risolvere %s"
10772
10773#: builtin/checkout.c:1623
10774msgid "you must specify path(s) to restore"
10775msgstr "devi specificare il percorso/i percorsi da ripristinare"
10776
10777#: builtin/checkout.c:1631
10778msgid "invalid path specification"
10779msgstr "specificatore percorso non valido"
10780
10781#: builtin/checkout.c:1638
10782#, c-format
10783msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
10784msgstr ""
10785"'%s' non è un commit e non si può creare un branch '%s' che parta da esso"
10786
10787#: builtin/checkout.c:1642
10788#, c-format
10789msgid "git checkout: --detach does not take a path argument '%s'"
10790msgstr "git checkout: --detach non accetta un percorso '%s' come argomento"
10791
10792#: builtin/checkout.c:1646
10793msgid ""
10794"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
10795"checking out of the index."
10796msgstr ""
10797"git checkout: --ours/--theirs, --force e --merge sono incompatibili quando\n"
10798"si esegue il checkout dell'indice."
10799
10800#: builtin/checkout.c:1666
10801#, c-format
10802msgid ""
10803"'%s' matched more than one remote tracking branch.\n"
10804"We found %d remotes with a reference that matched. So we fell back\n"
10805"on trying to resolve the argument as a path, but failed there too!\n"
10806"\n"
10807"If you meant to check out a remote tracking branch on, e.g. 'origin',\n"
10808"you can do so by fully qualifying the name with the --track option:\n"
10809"\n"
10810" git checkout --track origin/<name>\n"
10811"\n"
10812"If you'd like to always have checkouts of an ambiguous <name> prefer\n"
10813"one remote, e.g. the 'origin' remote, consider setting\n"
10814"checkout.defaultRemote=origin in your config."
10815msgstr ""
10816"'%s' corrisponde a più di un branch remoto.\n"
10817"Abbiamo trovato %d remoti con un riferimento corrispondente, per cui\n"
10818"abbiamo ripiegato tentando di risolvere l'argomento come percorso, ma\n"
10819"non siamo riusciti nemmeno a portare a termine tale operazione!\n"
10820"\n"
10821"Se intendevi eseguire il checkout di un branch remoto, ad es. 'origin',\n"
10822"puoi farlo usando la versione completamente qualificata del nome\n"
10823"con l'opzione --track:\n"
10824"\n"
10825" git checkout --track origin/<nome>\n"
10826"\n"
10827"Se preferisci che i checkout di un <nome> ambiguo siano sempre risolti\n"
10828"rispetto a un particolare remoto, ad es. 'origin', potresti voler\n"
10829"impostare checkout.defaultRemote=origin nel tuo file di configurazione."
10830
10831#: builtin/checkout.c:1691 builtin/checkout.c:1693 builtin/checkout.c:1733
10832#: builtin/checkout.c:1735 builtin/clone.c:121 builtin/remote.c:169
10833#: builtin/remote.c:171 builtin/worktree.c:500 builtin/worktree.c:502
10834msgid "branch"
10835msgstr "branch"
10836
10837#: builtin/checkout.c:1692
10838msgid "create and checkout a new branch"
10839msgstr "crea un nuovo branch ed eseguine il checkout"
10840
10841#: builtin/checkout.c:1694
10842msgid "create/reset and checkout a branch"
10843msgstr "crea/reimposta un branch ed eseguine il checkout"
10844
10845#: builtin/checkout.c:1695
10846msgid "create reflog for new branch"
10847msgstr "crea il registro dei riferimenti per il nuovo branch"
10848
10849#: builtin/checkout.c:1697
10850msgid "second guess 'git checkout <no-such-branch>' (default)"
10851msgstr "prevedi 'git checkout <branch inesistente>' (impostazione predefinita)"
10852
10853#: builtin/checkout.c:1698
10854msgid "use overlay mode (default)"
10855msgstr "usa modalità overlay (impostazione predefinita)"
10856
10857#: builtin/checkout.c:1734
10858msgid "create and switch to a new branch"
10859msgstr "crea un nuovo branch e passa a quest'ultimo"
10860
10861#: builtin/checkout.c:1736
10862msgid "create/reset and switch to a branch"
10863msgstr "crea/reimposta un branch e passa a quest'ultimo"
10864
10865#: builtin/checkout.c:1738
10866msgid "second guess 'git switch <no-such-branch>'"
10867msgstr "prevedi 'git switch <branch inesistente>'"
10868
10869#: builtin/checkout.c:1740
10870msgid "throw away local modifications"
10871msgstr "scarta le modifiche locali"
10872
10873#: builtin/checkout.c:1772
10874msgid "where the checkout from"
10875msgstr "sorgente del checkout"
10876
10877#: builtin/checkout.c:1774
10878msgid "restore the index"
10879msgstr "ripristina l'indice"
10880
10881#: builtin/checkout.c:1776
10882msgid "restore the working tree (default)"
10883msgstr "ripristina l'albero di lavoro (impostazione predefinita)"
10884
10885#: builtin/checkout.c:1778
10886msgid "ignore unmerged entries"
10887msgstr "ignora voci non sottoposte a merge"
10888
10889#: builtin/checkout.c:1779
10890msgid "use overlay mode"
10891msgstr "usa modalità overlay"
10892
10893#: builtin/clean.c:28
10894msgid ""
10895"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
10896msgstr ""
10897"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] "
10898"<percorsi>..."
10899
10900#: builtin/clean.c:32
10901#, c-format
10902msgid "Removing %s\n"
10903msgstr "Eliminazione di %s in corso\n"
10904
10905#: builtin/clean.c:33
10906#, c-format
10907msgid "Would remove %s\n"
10908msgstr "Eliminerei %s\n"
10909
10910#: builtin/clean.c:34
10911#, c-format
10912msgid "Skipping repository %s\n"
10913msgstr "Salto il repository %s\n"
10914
10915#: builtin/clean.c:35
10916#, c-format
10917msgid "Would skip repository %s\n"
10918msgstr "Salterei il repository %s\n"
10919
10920#: builtin/clean.c:36
10921#, c-format
10922msgid "failed to remove %s"
10923msgstr "eliminazione di %s non riuscita"
10924
10925#: builtin/clean.c:37
10926#, c-format
10927msgid "could not lstat %s\n"
10928msgstr "impossibile eseguire l'lstat di %s\n"
10929
10930#: builtin/clean.c:300 git-add--interactive.perl:593
10931#, c-format
10932msgid ""
10933"Prompt help:\n"
10934"1 - select a numbered item\n"
10935"foo - select item based on unique prefix\n"
10936" - (empty) select nothing\n"
10937msgstr ""
10938"Guida al prompt:\n"
10939"1 - seleziona un elemento numerato\n"
10940"pippo - seleziona un elemento basandoti su un prefisso univoco\n"
10941" - (vuoto) non selezionare niente\n"
10942
10943#: builtin/clean.c:304 git-add--interactive.perl:602
10944#, c-format
10945msgid ""
10946"Prompt help:\n"
10947"1 - select a single item\n"
10948"3-5 - select a range of items\n"
10949"2-3,6-9 - select multiple ranges\n"
10950"foo - select item based on unique prefix\n"
10951"-... - unselect specified items\n"
10952"* - choose all items\n"
10953" - (empty) finish selecting\n"
10954msgstr ""
10955"Guida al prompt:\n"
10956"1 - seleziona un singolo elemento\n"
10957"3-5 - seleziona un intervallo di elementi\n"
10958"2-3,6-9 - seleziona intervalli multipli\n"
10959"pippo - seleziona un elemento basandoti su un prefisso univoco\n"
10960"-... - deseleziona elementi specifici\n"
10961"* - seleziona tutti gli elementi\n"
10962" - (vuoto) termina il processo di selezione\n"
10963
10964#: builtin/clean.c:520 git-add--interactive.perl:568
10965#: git-add--interactive.perl:573
10966#, c-format, perl-format
10967msgid "Huh (%s)?\n"
10968msgstr "Eh (%s)?\n"
10969
10970#: builtin/clean.c:662
10971#, c-format
10972msgid "Input ignore patterns>> "
10973msgstr "Immetti i pattern da ignorare>> "
10974
10975#: builtin/clean.c:699
10976#, c-format
10977msgid "WARNING: Cannot find items matched by: %s"
10978msgstr "ATTENZIONE: Impossibile trovare elementi corrispondenti a %s"
10979
10980#: builtin/clean.c:720
10981msgid "Select items to delete"
10982msgstr "Seleziona gli elementi da eliminare"
10983
10984#. TRANSLATORS: Make sure to keep [y/N] as is
10985#: builtin/clean.c:761
10986#, c-format
10987msgid "Remove %s [y/N]? "
10988msgstr "Eliminare %s [y/N]? "
10989
10990#: builtin/clean.c:786 git-add--interactive.perl:1763
10991#, c-format
10992msgid "Bye.\n"
10993msgstr "Ciao.\n"
10994
10995#: builtin/clean.c:794
10996msgid ""
10997"clean - start cleaning\n"
10998"filter by pattern - exclude items from deletion\n"
10999"select by numbers - select items to be deleted by numbers\n"
11000"ask each - confirm each deletion (like \"rm -i\")\n"
11001"quit - stop cleaning\n"
11002"help - this screen\n"
11003"? - help for prompt selection"
11004msgstr ""
11005"clean - inizia la pulizia\n"
11006"filter by pattern - escludi degli elementi dall'eliminazione\n"
11007"select by numbers - seleziona gli elementi da eliminare specificandoli\n"
11008" con dei numeri\n"
11009"ask each - conferma ogni eliminazione (come \"rm -i\")\n"
11010"quit - termina la pulizia\n"
11011"help - visualizza questa schermata\n"
11012"? - guida al prompt di selezione"
11013
11014#: builtin/clean.c:821 git-add--interactive.perl:1849
11015msgid "*** Commands ***"
11016msgstr "*** Comandi ***"
11017
11018#: builtin/clean.c:822 git-add--interactive.perl:1846
11019msgid "What now"
11020msgstr "Cosa faccio ora"
11021
11022#: builtin/clean.c:830
11023msgid "Would remove the following item:"
11024msgid_plural "Would remove the following items:"
11025msgstr[0] "Eliminerei il seguente elemento:"
11026msgstr[1] "Eliminerei i seguenti elementi:"
11027
11028#: builtin/clean.c:846
11029msgid "No more files to clean, exiting."
11030msgstr "Non ci sono più file da ripulire, esco."
11031
11032#: builtin/clean.c:908
11033msgid "do not print names of files removed"
11034msgstr "non stampare i nomi dei file eliminati"
11035
11036#: builtin/clean.c:910
11037msgid "force"
11038msgstr "forza l'operazione"
11039
11040#: builtin/clean.c:911
11041msgid "interactive cleaning"
11042msgstr "pulizia interattiva"
11043
11044#: builtin/clean.c:913
11045msgid "remove whole directories"
11046msgstr "rimuovi intere directory"
11047
11048#: builtin/clean.c:914 builtin/describe.c:546 builtin/describe.c:548
11049#: builtin/grep.c:899 builtin/log.c:186 builtin/log.c:188
11050#: builtin/ls-files.c:557 builtin/name-rev.c:413 builtin/name-rev.c:415
11051#: builtin/show-ref.c:179
11052msgid "pattern"
11053msgstr "pattern"
11054
11055#: builtin/clean.c:915
11056msgid "add <pattern> to ignore rules"
11057msgstr "aggiungi <pattern> alle regole usate per ignorare i file"
11058
11059#: builtin/clean.c:916
11060msgid "remove ignored files, too"
11061msgstr "elimina anche i file ignorati"
11062
11063#: builtin/clean.c:918
11064msgid "remove only ignored files"
11065msgstr "elimina solo i file ignorati"
11066
11067#: builtin/clean.c:936
11068msgid "-x and -X cannot be used together"
11069msgstr "-x e -X non possono essere usati insieme"
11070
11071#: builtin/clean.c:940
11072msgid ""
11073"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
11074"clean"
11075msgstr ""
11076"clean.requireForce è impostato a true e né -i, né -n, né -f sono stati "
11077"specificati; mi rifiuto di eseguire la pulizia"
11078
11079#: builtin/clean.c:943
11080msgid ""
11081"clean.requireForce defaults to true and neither -i, -n, nor -f given; "
11082"refusing to clean"
11083msgstr ""
11084"clean.requireForce è true per impostazione predefinita e né -i, né -n, né -f "
11085"sono stati specificati; mi rifiuto di eseguire la pulizia"
11086
11087#: builtin/clone.c:46
11088msgid "git clone [<options>] [--] <repo> [<dir>]"
11089msgstr "git clone [<opzioni>] [--] <repository> [<directory>]"
11090
11091#: builtin/clone.c:93
11092msgid "don't create a checkout"
11093msgstr "non creare un checkout"
11094
11095#: builtin/clone.c:94 builtin/clone.c:96 builtin/init-db.c:489
11096msgid "create a bare repository"
11097msgstr "crea un repository spoglio"
11098
11099#: builtin/clone.c:98
11100msgid "create a mirror repository (implies bare)"
11101msgstr "crea un repository mirror (implica che sia spoglio)"
11102
11103#: builtin/clone.c:100
11104msgid "to clone from a local repository"
11105msgstr "per clonare da un repository locale"
11106
11107#: builtin/clone.c:102
11108msgid "don't use local hardlinks, always copy"
11109msgstr "non usare i collegamenti reali locali, copia sempre i file"
11110
11111#: builtin/clone.c:104
11112msgid "setup as shared repository"
11113msgstr "imposta il repository come condiviso"
11114
11115#: builtin/clone.c:107
11116msgid "pathspec"
11117msgstr "specificatore percorso"
11118
11119#: builtin/clone.c:107
11120msgid "initialize submodules in the clone"
11121msgstr "inizializza sottomoduli durante la clonazione"
11122
11123#: builtin/clone.c:110
11124msgid "number of submodules cloned in parallel"
11125msgstr "numero di sottomoduli clonati in parallelo"
11126
11127#: builtin/clone.c:111 builtin/init-db.c:486
11128msgid "template-directory"
11129msgstr "directory modelli"
11130
11131#: builtin/clone.c:112 builtin/init-db.c:487
11132msgid "directory from which templates will be used"
11133msgstr "directory da cui saranno recuperati i modelli"
11134
11135#: builtin/clone.c:114 builtin/clone.c:116 builtin/submodule--helper.c:1380
11136#: builtin/submodule--helper.c:1860
11137msgid "reference repository"
11138msgstr "repository di riferimento"
11139
11140#: builtin/clone.c:118 builtin/submodule--helper.c:1382
11141#: builtin/submodule--helper.c:1862
11142msgid "use --reference only while cloning"
11143msgstr "usa --reference solo durante la clonazione"
11144
11145#: builtin/clone.c:119 builtin/column.c:27 builtin/merge-file.c:46
11146#: builtin/pack-objects.c:3308 builtin/repack.c:330
11147msgid "name"
11148msgstr "nome"
11149
11150#: builtin/clone.c:120
11151msgid "use <name> instead of 'origin' to track upstream"
11152msgstr "usa <nome> anziché 'origin' per tracciare l'upstream"
11153
11154#: builtin/clone.c:122
11155msgid "checkout <branch> instead of the remote's HEAD"
11156msgstr "esegui il checkout di <branch> anziché dell'HEAD del remoto"
11157
11158#: builtin/clone.c:124
11159msgid "path to git-upload-pack on the remote"
11160msgstr "percorso al comando remoto git-upload-pack"
11161
11162#: builtin/clone.c:125 builtin/fetch.c:152 builtin/grep.c:838
11163#: builtin/pull.c:226
11164msgid "depth"
11165msgstr "profondità"
11166
11167#: builtin/clone.c:126
11168msgid "create a shallow clone of that depth"
11169msgstr "crea un clone shallow con questa profondità"
11170
11171#: builtin/clone.c:127 builtin/fetch.c:154 builtin/pack-objects.c:3297
11172msgid "time"
11173msgstr "tempo"
11174
11175#: builtin/clone.c:128
11176msgid "create a shallow clone since a specific time"
11177msgstr "crea un clone shallow a partire dall'istante specificato"
11178
11179#: builtin/clone.c:129 builtin/fetch.c:156 builtin/fetch.c:179
11180#: builtin/rebase.c:1395
11181msgid "revision"
11182msgstr "revisione"
11183
11184#: builtin/clone.c:130 builtin/fetch.c:157
11185msgid "deepen history of shallow clone, excluding rev"
11186msgstr ""
11187"aumenta la profondità della cronologia del clone shallow fino alla revisione "
11188"specificata esclusa"
11189
11190#: builtin/clone.c:132
11191msgid "clone only one branch, HEAD or --branch"
11192msgstr "clona solo un branch, HEAD o quello specificato con --branch"
11193
11194#: builtin/clone.c:134
11195msgid "don't clone any tags, and make later fetches not to follow them"
11196msgstr "non clonare alcun tag e fai sì che i fetch successivi non li seguano"
11197
11198#: builtin/clone.c:136
11199msgid "any cloned submodules will be shallow"
11200msgstr "tutti i sottomoduli clonati saranno shallow"
11201
11202#: builtin/clone.c:137 builtin/init-db.c:495
11203msgid "gitdir"
11204msgstr "directory Git"
11205
11206#: builtin/clone.c:138 builtin/init-db.c:496
11207msgid "separate git dir from working tree"
11208msgstr "separa la directory Git dall'albero di lavoro"
11209
11210#: builtin/clone.c:139
11211msgid "key=value"
11212msgstr "chiave=valore"
11213
11214#: builtin/clone.c:140
11215msgid "set config inside the new repository"
11216msgstr "imposta la configurazione nel nuovo repository"
11217
11218#: builtin/clone.c:142 builtin/fetch.c:174 builtin/ls-remote.c:76
11219#: builtin/push.c:585 builtin/send-pack.c:172
11220msgid "server-specific"
11221msgstr "specifica del server"
11222
11223#: builtin/clone.c:142 builtin/fetch.c:174 builtin/ls-remote.c:76
11224#: builtin/push.c:585 builtin/send-pack.c:173
11225msgid "option to transmit"
11226msgstr "opzione da trasmettere"
11227
11228#: builtin/clone.c:143 builtin/fetch.c:175 builtin/pull.c:239
11229#: builtin/push.c:586
11230msgid "use IPv4 addresses only"
11231msgstr "usa solo indirizzi IPv4"
11232
11233#: builtin/clone.c:145 builtin/fetch.c:177 builtin/pull.c:242
11234#: builtin/push.c:588
11235msgid "use IPv6 addresses only"
11236msgstr "usa solo indirizzi IPv6"
11237
11238#: builtin/clone.c:149
11239msgid "any cloned submodules will use their remote-tracking branch"
11240msgstr ""
11241"tutti i sottomoduli clonati useranno il loro rispettivo branch remoto"
11242" tracciato"
11243
11244#: builtin/clone.c:285
11245msgid ""
11246"No directory name could be guessed.\n"
11247"Please specify a directory on the command line"
11248msgstr ""
11249"Non è stato possibile indovinare alcun nome directory.\n"
11250"Specifica una directory tramite la riga di comando"
11251
11252#: builtin/clone.c:338
11253#, c-format
11254msgid "info: Could not add alternate for '%s': %s\n"
11255msgstr "informazione: Impossibile aggiungere un alternato a '%s': %s\n"
11256
11257#: builtin/clone.c:411
11258#, c-format
11259msgid "%s exists and is not a directory"
11260msgstr "%s esiste e non è una directory"
11261
11262#: builtin/clone.c:428
11263#, c-format
11264msgid "failed to start iterator over '%s'"
11265msgstr "impossibile avviare l'iteratore su '%s'"
11266
11267#: builtin/clone.c:453
11268#, c-format
11269msgid "failed to unlink '%s'"
11270msgstr "unlink di '%s' non riuscito"
11271
11272#: builtin/clone.c:458
11273#, c-format
11274msgid "failed to create link '%s'"
11275msgstr "creazione del collegamento '%s' non riuscita"
11276
11277#: builtin/clone.c:462
11278#, c-format
11279msgid "failed to copy file to '%s'"
11280msgstr "copia del file in '%s' non riuscita"
11281
11282#: builtin/clone.c:467
11283#, c-format
11284msgid "failed to iterate over '%s'"
11285msgstr "iterazione su '%s' non riuscita"
11286
11287#: builtin/clone.c:492
11288#, c-format
11289msgid "done.\n"
11290msgstr "fatto.\n"
11291
11292#: builtin/clone.c:506
11293msgid ""
11294"Clone succeeded, but checkout failed.\n"
11295"You can inspect what was checked out with 'git status'\n"
11296"and retry with 'git restore --source=HEAD :/'\n"
11297msgstr ""
11298"Clone completato con successo, ma il checkout non è riuscito.\n"
11299"Puoi esaminare gli elementi di cui è stato eseguito il checkout\n"
11300"con 'git status' e riprovare ad eseguire il checkout con\n"
11301"'git restore --source=HEAD :/'\n"
11302
11303#: builtin/clone.c:583
11304#, c-format
11305msgid "Could not find remote branch %s to clone."
11306msgstr "Impossibile trovare il branch remoto %s da clonare."
11307
11308#: builtin/clone.c:702
11309#, c-format
11310msgid "unable to update %s"
11311msgstr "impossibile aggiornare %s"
11312
11313#: builtin/clone.c:752
11314msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
11315msgstr ""
11316"l'HEAD remoto fa riferimento a un riferimento inesistente, impossibile "
11317"eseguire il checkout.\n"
11318
11319#: builtin/clone.c:783
11320msgid "unable to checkout working tree"
11321msgstr "impossibile eseguire il checkout dell'albero di lavoro"
11322
11323#: builtin/clone.c:833
11324msgid "unable to write parameters to config file"
11325msgstr "impossibile scrivere i parametri nel file di configurazione"
11326
11327#: builtin/clone.c:896
11328msgid "cannot repack to clean up"
11329msgstr "impossibile eseguire il repack per pulire l'area di lavoro"
11330
11331#: builtin/clone.c:898
11332msgid "cannot unlink temporary alternates file"
11333msgstr "impossibile eseguire l'unlink del file alternates temporaneo"
11334
11335#: builtin/clone.c:938 builtin/receive-pack.c:1950
11336msgid "Too many arguments."
11337msgstr "Troppi argomenti."
11338
11339#: builtin/clone.c:942
11340msgid "You must specify a repository to clone."
11341msgstr "Devi specificare un repository da clonare."
11342
11343#: builtin/clone.c:955
11344#, c-format
11345msgid "--bare and --origin %s options are incompatible."
11346msgstr "le opzioni --bare e --origin %s non sono compatibili."
11347
11348#: builtin/clone.c:958
11349msgid "--bare and --separate-git-dir are incompatible."
11350msgstr "le opzioni --bare e --separate-git-dir non sono compatibili."
11351
11352#: builtin/clone.c:971
11353#, c-format
11354msgid "repository '%s' does not exist"
11355msgstr "il repository '%s' non esiste"
11356
11357#: builtin/clone.c:977 builtin/fetch.c:1653
11358#, c-format
11359msgid "depth %s is not a positive number"
11360msgstr "la profondità %s non è un numero positivo"
11361
11362#: builtin/clone.c:987
11363#, c-format
11364msgid "destination path '%s' already exists and is not an empty directory."
11365msgstr ""
11366"il percorso di destinazione '%s' esiste già e non è una directory vuota."
11367
11368#: builtin/clone.c:997
11369#, c-format
11370msgid "working tree '%s' already exists."
11371msgstr "l'albero di lavoro '%s' esiste già."
11372
11373#: builtin/clone.c:1012 builtin/clone.c:1033 builtin/difftool.c:264
11374#: builtin/worktree.c:303 builtin/worktree.c:335
11375#, c-format
11376msgid "could not create leading directories of '%s'"
11377msgstr "impossibile creare le prime directory di '%s'"
11378
11379#: builtin/clone.c:1017
11380#, c-format
11381msgid "could not create work tree dir '%s'"
11382msgstr "impossibile creare la directory dell'albero di lavoro '%s'"
11383
11384#: builtin/clone.c:1037
11385#, c-format
11386msgid "Cloning into bare repository '%s'...\n"
11387msgstr "Clone nel repository spoglio '%s' in corso...\n"
11388
11389#: builtin/clone.c:1039
11390#, c-format
11391msgid "Cloning into '%s'...\n"
11392msgstr "Clone in '%s' in corso...\n"
11393
11394#: builtin/clone.c:1063
11395msgid ""
11396"clone --recursive is not compatible with both --reference and --reference-if-"
11397"able"
11398msgstr ""
11399"il clone --recursive non è compatibile né con --reference né con --reference-"
11400"if-able"
11401
11402#: builtin/clone.c:1124
11403msgid "--depth is ignored in local clones; use file:// instead."
11404msgstr "L'opzione --depth è ignorata nei cloni locali; usa file://."
11405
11406#: builtin/clone.c:1126
11407msgid "--shallow-since is ignored in local clones; use file:// instead."
11408msgstr "L'opzione --shallow-since è ignorata nei cloni locali; usa file://."
11409
11410#: builtin/clone.c:1128
11411msgid "--shallow-exclude is ignored in local clones; use file:// instead."
11412msgstr "L'opzione --shallow-exclude è ignorata nei cloni locali; usa file://."
11413
11414#: builtin/clone.c:1130
11415msgid "--filter is ignored in local clones; use file:// instead."
11416msgstr "L'opzione --filter è ignorata nei cloni locali; usa file://."
11417
11418#: builtin/clone.c:1133
11419msgid "source repository is shallow, ignoring --local"
11420msgstr "il repository sorgente è shallow, ignoro l'opzione --local"
11421
11422#: builtin/clone.c:1138
11423msgid "--local is ignored"
11424msgstr "l'opzione --local è ignorata"
11425
11426#: builtin/clone.c:1215 builtin/clone.c:1223
11427#, c-format
11428msgid "Remote branch %s not found in upstream %s"
11429msgstr "Il branch remoto %s non è stato trovato nell'upstream %s"
11430
11431#: builtin/clone.c:1226
11432msgid "You appear to have cloned an empty repository."
11433msgstr "Sembra che tu abbia clonato un repository vuoto."
11434
11435#: builtin/column.c:10
11436msgid "git column [<options>]"
11437msgstr "git column [<opzioni>]"
11438
11439#: builtin/column.c:27
11440msgid "lookup config vars"
11441msgstr "recupera le variabili di configurazione da qui"
11442
11443#: builtin/column.c:28 builtin/column.c:29
11444msgid "layout to use"
11445msgstr "layout da usare"
11446
11447#: builtin/column.c:30
11448msgid "Maximum width"
11449msgstr "Larghezza massima"
11450
11451#: builtin/column.c:31
11452msgid "Padding space on left border"
11453msgstr "Spazi vuoti per il margine sinistro"
11454
11455#: builtin/column.c:32
11456msgid "Padding space on right border"
11457msgstr "Spazi vuoti per il margine destro"
11458
11459#: builtin/column.c:33
11460msgid "Padding space between columns"
11461msgstr "Spazi vuoti fra le colonne"
11462
11463#: builtin/column.c:51
11464msgid "--command must be the first argument"
11465msgstr "--command deve essere il primo argomento"
11466
11467#: builtin/commit-tree.c:18
11468msgid ""
11469"git commit-tree [(-p <parent>)...] [-S[<keyid>]] [(-m <message>)...] [(-F "
11470"<file>)...] <tree>"
11471msgstr ""
11472"git commit-tree [(-p <genitore>)...] [-S[<ID chiave>]] [(-m <messaggio>)...] "
11473"[(-F <file>)...] <albero>"
11474
11475#: builtin/commit-tree.c:31
11476#, c-format
11477msgid "duplicate parent %s ignored"
11478msgstr "genitore duplicato %s ignorato"
11479
11480#: builtin/commit-tree.c:56 builtin/commit-tree.c:136 builtin/log.c:542
11481#, c-format
11482msgid "not a valid object name %s"
11483msgstr "%s non è un nome oggetto valido"
11484
11485#: builtin/commit-tree.c:93
11486#, c-format
11487msgid "git commit-tree: failed to open '%s'"
11488msgstr "git commit-tree: apertura di '%s' non riuscita"
11489
11490#: builtin/commit-tree.c:96
11491#, c-format
11492msgid "git commit-tree: failed to read '%s'"
11493msgstr "git commit-tree: lettura di '%s' non riuscita"
11494
11495#: builtin/commit-tree.c:98
11496#, c-format
11497msgid "git commit-tree: failed to close '%s'"
11498msgstr "git commit-tree: chiusura di '%s' non riuscita"
11499
11500#: builtin/commit-tree.c:111
11501msgid "parent"
11502msgstr "genitore"
11503
11504#: builtin/commit-tree.c:112
11505msgid "id of a parent commit object"
11506msgstr "ID di un oggetto commit genitore"
11507
11508#: builtin/commit-tree.c:114 builtin/commit.c:1500 builtin/merge.c:270
11509#: builtin/notes.c:409 builtin/notes.c:575 builtin/stash.c:1460
11510#: builtin/tag.c:412
11511msgid "message"
11512msgstr "messaggio"
11513
11514#: builtin/commit-tree.c:115 builtin/commit.c:1500
11515msgid "commit message"
11516msgstr "messaggio di commit"
11517
11518#: builtin/commit-tree.c:118
11519msgid "read commit log message from file"
11520msgstr "leggi il messaggio di log del commit da un file"
11521
11522#: builtin/commit-tree.c:121 builtin/commit.c:1512 builtin/merge.c:287
11523#: builtin/pull.c:194 builtin/revert.c:118
11524msgid "GPG sign commit"
11525msgstr "firma il commit con GPG"
11526
11527#: builtin/commit-tree.c:133
11528msgid "must give exactly one tree"
11529msgstr "è necessario fornire esattamente un albero"
11530
11531#: builtin/commit-tree.c:140
11532msgid "git commit-tree: failed to read"
11533msgstr "git commit-tree: lettura non riuscita"
11534
11535#: builtin/commit.c:41
11536msgid "git commit [<options>] [--] <pathspec>..."
11537msgstr "git commit [<opzioni>] [--] <specificatore percorso>..."
11538
11539#: builtin/commit.c:46
11540msgid "git status [<options>] [--] <pathspec>..."
11541msgstr "git status [<opzioni>] [--] <specificatore percorso>..."
11542
11543#: builtin/commit.c:51
11544msgid ""
11545"You asked to amend the most recent commit, but doing so would make\n"
11546"it empty. You can repeat your command with --allow-empty, or you can\n"
11547"remove the commit entirely with \"git reset HEAD^\".\n"
11548msgstr ""
11549"Hai richiesto di modificare il commit più recente, ma eseguire tale\n"
11550"operazione lo renderebbe vuoto. Puoi ripetere l'esecuzione del comando\n"
11551"con --allow-empty o puoi rimuovere completamente il commit con\n"
11552"\"git reset HEAD^\".\n"
11553
11554#: builtin/commit.c:56
11555msgid ""
11556"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
11557"If you wish to commit it anyway, use:\n"
11558"\n"
11559" git commit --allow-empty\n"
11560"\n"
11561msgstr ""
11562"Il cherry-pick precedente ora è vuoto, probabilmente a causa di alcuni\n"
11563"conflitti risolti.\n"
11564"Se vuoi comunque eseguirne il commit, usa:\n"
11565"\n"
11566" git commit --allow-empty\n"
11567"\n"
11568
11569#: builtin/commit.c:63
11570msgid "Otherwise, please use 'git cherry-pick --skip'\n"
11571msgstr "Altrimenti, usa 'git cherry-pick --skip'\n"
11572
11573#: builtin/commit.c:66
11574msgid ""
11575"and then use:\n"
11576"\n"
11577" git cherry-pick --continue\n"
11578"\n"
11579"to resume cherry-picking the remaining commits.\n"
11580"If you wish to skip this commit, use:\n"
11581"\n"
11582" git cherry-pick --skip\n"
11583"\n"
11584msgstr ""
11585"e quindi usa:\n"
11586"\n"
11587" git cherry-pick --continue\n"
11588"\n"
11589"per riprendere l'esecuzione il cherry-pick per i commit rimanenti.\n"
11590"Se vuoi saltare questo commit, usa:\n"
11591"\n"
11592" git cherry-pick --skip\n"
11593"\n"
11594
11595#: builtin/commit.c:315
11596msgid "failed to unpack HEAD tree object"
11597msgstr "decompressione dell'oggetto HEAD dell'albero non riuscita"
11598
11599#: builtin/commit.c:356
11600msgid "unable to create temporary index"
11601msgstr "impossibile creare l'indice temporaneo"
11602
11603#: builtin/commit.c:362
11604msgid "interactive add failed"
11605msgstr "aggiunta interattiva non riuscita"
11606
11607#: builtin/commit.c:376
11608msgid "unable to update temporary index"
11609msgstr "impossibile aggiornare l'indice temporaneo"
11610
11611#: builtin/commit.c:378
11612msgid "Failed to update main cache tree"
11613msgstr "Impossibile aggiornare l'albero cache principale"
11614
11615#: builtin/commit.c:403 builtin/commit.c:426 builtin/commit.c:472
11616msgid "unable to write new_index file"
11617msgstr "impossibile scrivere il file new_index"
11618
11619#: builtin/commit.c:455
11620msgid "cannot do a partial commit during a merge."
11621msgstr "impossibile eseguire un commit parziale durante un merge."
11622
11623#: builtin/commit.c:457
11624msgid "cannot do a partial commit during a cherry-pick."
11625msgstr "impossibile eseguire un commit parziale durante un cherry-pick."
11626
11627#: builtin/commit.c:465
11628msgid "cannot read the index"
11629msgstr "impossibile leggere l'indice"
11630
11631#: builtin/commit.c:484
11632msgid "unable to write temporary index file"
11633msgstr "impossibile scrivere il file indice temporaneo"
11634
11635#: builtin/commit.c:582
11636#, c-format
11637msgid "commit '%s' lacks author header"
11638msgstr "dal commit '%s' manca l'intestazione autore"
11639
11640#: builtin/commit.c:584
11641#, c-format
11642msgid "commit '%s' has malformed author line"
11643msgstr "il commit '%s' ha una riga autore malformata"
11644
11645#: builtin/commit.c:603
11646msgid "malformed --author parameter"
11647msgstr "parametro --author malformato"
11648
11649#: builtin/commit.c:656
11650msgid ""
11651"unable to select a comment character that is not used\n"
11652"in the current commit message"
11653msgstr ""
11654"impossibile selezionare un carattere commento non usato\n"
11655"nel messaggio di commit corrente"
11656
11657#: builtin/commit.c:694 builtin/commit.c:727 builtin/commit.c:1072
11658#, c-format
11659msgid "could not lookup commit %s"
11660msgstr "impossibile trovare il commit %s"
11661
11662#: builtin/commit.c:706 builtin/shortlog.c:319
11663#, c-format
11664msgid "(reading log message from standard input)\n"
11665msgstr "(lettura del messaggio di log dallo standard input)\n"
11666
11667#: builtin/commit.c:708
11668msgid "could not read log from standard input"
11669msgstr "impossibile leggere il log dallo standard input"
11670
11671#: builtin/commit.c:712
11672#, c-format
11673msgid "could not read log file '%s'"
11674msgstr "impossibile leggere il file di log '%s'"
11675
11676#: builtin/commit.c:743 builtin/commit.c:759
11677msgid "could not read SQUASH_MSG"
11678msgstr "impossibile leggere SQUASH_MSG"
11679
11680#: builtin/commit.c:750
11681msgid "could not read MERGE_MSG"
11682msgstr "impossibile leggere MERGE_MSG"
11683
11684#: builtin/commit.c:810
11685msgid "could not write commit template"
11686msgstr "impossibile scrivere il modello di commit"
11687
11688#: builtin/commit.c:829
11689#, c-format
11690msgid ""
11691"\n"
11692"It looks like you may be committing a merge.\n"
11693"If this is not correct, please remove the file\n"
11694"\t%s\n"
11695"and try again.\n"
11696msgstr ""
11697"\n"
11698"Sembra che tu stia eseguendo il commit di un merge.\n"
11699"Se ciò non è corretto, elimina il file\n"
11700"\t%s\n"
11701"e riprova.\n"
11702
11703#: builtin/commit.c:834
11704#, c-format
11705msgid ""
11706"\n"
11707"It looks like you may be committing a cherry-pick.\n"
11708"If this is not correct, please remove the file\n"
11709"\t%s\n"
11710"and try again.\n"
11711msgstr ""
11712"\n"
11713"Sembra che tu stia eseguendo il commit di un merge.\n"
11714"Se ciò non è corretto, elimina il file\n"
11715"\t%s\n"
11716"e riprova.\n"
11717
11718#: builtin/commit.c:847
11719#, c-format
11720msgid ""
11721"Please enter the commit message for your changes. Lines starting\n"
11722"with '%c' will be ignored, and an empty message aborts the commit.\n"
11723msgstr ""
11724"Immetti il messaggio di commit per le modifiche. Le righe che iniziano\n"
11725"con '%c' saranno ignorate e un messaggio vuoto interromperà il commit.\n"
11726
11727#: builtin/commit.c:855
11728#, c-format
11729msgid ""
11730"Please enter the commit message for your changes. Lines starting\n"
11731"with '%c' will be kept; you may remove them yourself if you want to.\n"
11732"An empty message aborts the commit.\n"
11733msgstr ""
11734"Immetti il messaggio di commit per le modifiche. Le righe che iniziano\n"
11735"con '%c' saranno mantenute; puoi rimuoverle autonomamente se lo desideri.\n"
11736"Un messaggio vuoto interromperà il commit.\n"
11737
11738#: builtin/commit.c:872
11739#, c-format
11740msgid "%sAuthor: %.*s <%.*s>"
11741msgstr "%sAutore: %.*s <%.*s>"
11742
11743#: builtin/commit.c:880
11744#, c-format
11745msgid "%sDate: %s"
11746msgstr "%sData: %s"
11747
11748#: builtin/commit.c:887
11749#, c-format
11750msgid "%sCommitter: %.*s <%.*s>"
11751msgstr "%sEsecutore commit: %.*s <%.*s>"
11752
11753#: builtin/commit.c:905
11754msgid "Cannot read index"
11755msgstr "Impossibile leggere l'indice"
11756
11757#: builtin/commit.c:972
11758msgid "Error building trees"
11759msgstr "Errore durante la costruzione degli alberi"
11760
11761#: builtin/commit.c:986 builtin/tag.c:275
11762#, c-format
11763msgid "Please supply the message using either -m or -F option.\n"
11764msgstr "Fornisci il messaggio usando l'opzione -m o -F.\n"
11765
11766#: builtin/commit.c:1030
11767#, c-format
11768msgid "--author '%s' is not 'Name <email>' and matches no existing author"
11769msgstr ""
11770"--author '%s' non è nel formato 'Nome <e-mail>' e non corrisponde ad alcun "
11771"autore esistente"
11772
11773#: builtin/commit.c:1044
11774#, c-format
11775msgid "Invalid ignored mode '%s'"
11776msgstr "Modo non valido ignorato: '%s'"
11777
11778#: builtin/commit.c:1062 builtin/commit.c:1304
11779#, c-format
11780msgid "Invalid untracked files mode '%s'"
11781msgstr "Modo file non tracciati non valido: '%s'"
11782
11783#: builtin/commit.c:1102
11784msgid "--long and -z are incompatible"
11785msgstr "--long e -z non sono compatibili"
11786
11787#: builtin/commit.c:1146
11788msgid "Using both --reset-author and --author does not make sense"
11789msgstr "L'uso di entrambe le opzioni --reset-author e --author non ha senso"
11790
11791#: builtin/commit.c:1155
11792msgid "You have nothing to amend."
11793msgstr "Non c'è nulla da modificare."
11794
11795#: builtin/commit.c:1158
11796msgid "You are in the middle of a merge -- cannot amend."
11797msgstr "Sei nel bel mezzo di un merge - impossibile eseguire l'amend."
11798
11799#: builtin/commit.c:1160
11800msgid "You are in the middle of a cherry-pick -- cannot amend."
11801msgstr "Sei nel bel mezzo di un cherry-pick - impossibile eseguire l'amend."
11802
11803#: builtin/commit.c:1163
11804msgid "Options --squash and --fixup cannot be used together"
11805msgstr "Le opzioni --squash e --fixup non possono essere usate insieme"
11806
11807#: builtin/commit.c:1173
11808msgid "Only one of -c/-C/-F/--fixup can be used."
11809msgstr "Solo una delle opzioni -c/-C/-F/--fixup può essere usata."
11810
11811#: builtin/commit.c:1175
11812msgid "Option -m cannot be combined with -c/-C/-F."
11813msgstr "L'opzione -m non può essere combinata con -c/-C/-F."
11814
11815#: builtin/commit.c:1183
11816msgid "--reset-author can be used only with -C, -c or --amend."
11817msgstr "L'opzione --reset-author può essere usata solo con -C, -c o --amend."
11818
11819#: builtin/commit.c:1200
11820msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
11821msgstr ""
11822"Può essere usata solo una delle opzioni --include/--only/--all/--"
11823"interactive/--patch."
11824
11825#: builtin/commit.c:1202
11826msgid "No paths with --include/--only does not make sense."
11827msgstr ""
11828"Non specificare un percorso con le opzioni --include/--only non ha senso."
11829
11830#: builtin/commit.c:1208
11831#, c-format
11832msgid "paths '%s ...' with -a does not make sense"
11833msgstr "i percorsi '%s ...' non hanno senso con -a"
11834
11835#: builtin/commit.c:1339 builtin/commit.c:1523
11836msgid "show status concisely"
11837msgstr "visualizza concisamente lo stato"
11838
11839#: builtin/commit.c:1341 builtin/commit.c:1525
11840msgid "show branch information"
11841msgstr "visualizza le informazioni sul branch"
11842
11843#: builtin/commit.c:1343
11844msgid "show stash information"
11845msgstr "visualizza le informazioni sullo stash"
11846
11847#: builtin/commit.c:1345 builtin/commit.c:1527
11848msgid "compute full ahead/behind values"
11849msgstr "calcola tutti i valori dopo/prima di"
11850
11851#: builtin/commit.c:1347
11852msgid "version"
11853msgstr "versione"
11854
11855#: builtin/commit.c:1347 builtin/commit.c:1529 builtin/push.c:561
11856#: builtin/worktree.c:651
11857msgid "machine-readable output"
11858msgstr "output leggibile da una macchina"
11859
11860#: builtin/commit.c:1350 builtin/commit.c:1531
11861msgid "show status in long format (default)"
11862msgstr "visualizza lo stato in forma lunga (impostazione predefinita)"
11863
11864#: builtin/commit.c:1353 builtin/commit.c:1534
11865msgid "terminate entries with NUL"
11866msgstr "termina le voci con NUL"
11867
11868#: builtin/commit.c:1355 builtin/commit.c:1359 builtin/commit.c:1537
11869#: builtin/fast-export.c:1125 builtin/fast-export.c:1128
11870#: builtin/fast-export.c:1131 builtin/rebase.c:1471 parse-options.h:332
11871msgid "mode"
11872msgstr "modo"
11873
11874#: builtin/commit.c:1356 builtin/commit.c:1537
11875msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
11876msgstr ""
11877"visualizza file non tracciati, modalità facoltative: all, normal, no. "
11878"(Impostazione predefinita: all)"
11879
11880#: builtin/commit.c:1360
11881msgid ""
11882"show ignored files, optional modes: traditional, matching, no. (Default: "
11883"traditional)"
11884msgstr ""
11885"visualizza file ignorati, modalità facoltative: traditional, matching, no. "
11886"(Impostazione predefinita: traditional)"
11887
11888#: builtin/commit.c:1362 parse-options.h:179
11889msgid "when"
11890msgstr "quando"
11891
11892#: builtin/commit.c:1363
11893msgid ""
11894"ignore changes to submodules, optional when: all, dirty, untracked. "
11895"(Default: all)"
11896msgstr ""
11897"ignora modifiche ai sottomoduli, opzione facoltativa \"quando\": all, dirty, "
11898"untracked. (Impostazione predefinita: all)"
11899
11900#: builtin/commit.c:1365
11901msgid "list untracked files in columns"
11902msgstr "elenca i file non tracciati in colonne"
11903
11904#: builtin/commit.c:1366
11905msgid "do not detect renames"
11906msgstr "non rilevare le ridenominazioni"
11907
11908#: builtin/commit.c:1368
11909msgid "detect renames, optionally set similarity index"
11910msgstr ""
11911"rileva le ridenominazioni, imposta facoltativamente l'indice di similarità"
11912
11913#: builtin/commit.c:1388
11914msgid "Unsupported combination of ignored and untracked-files arguments"
11915msgstr ""
11916"Combinazione di argomenti sui file ignorati e non tracciati non supportata"
11917
11918#: builtin/commit.c:1493
11919msgid "suppress summary after successful commit"
11920msgstr ""
11921"ometti di visualizzare il riepilogo dopo un commit completato con successo"
11922
11923#: builtin/commit.c:1494
11924msgid "show diff in commit message template"
11925msgstr "visualizza il diff nel modello del messaggio di commit"
11926
11927#: builtin/commit.c:1496
11928msgid "Commit message options"
11929msgstr "Opzioni messaggio di commit"
11930
11931#: builtin/commit.c:1497 builtin/merge.c:274 builtin/tag.c:414
11932msgid "read message from file"
11933msgstr "leggi il messaggio da un file"
11934
11935#: builtin/commit.c:1498
11936msgid "author"
11937msgstr "autore"
11938
11939#: builtin/commit.c:1498
11940msgid "override author for commit"
11941msgstr "sovrascrivi l'autore per il commit"
11942
11943#: builtin/commit.c:1499 builtin/gc.c:539
11944msgid "date"
11945msgstr "data"
11946
11947#: builtin/commit.c:1499
11948msgid "override date for commit"
11949msgstr "sovrascrivi la data per il commit"
11950
11951#: builtin/commit.c:1501 builtin/commit.c:1502 builtin/commit.c:1503
11952#: builtin/commit.c:1504 parse-options.h:324 ref-filter.h:92
11953msgid "commit"
11954msgstr "commit"
11955
11956#: builtin/commit.c:1501
11957msgid "reuse and edit message from specified commit"
11958msgstr "riusa il messaggio del commit specificato per poi modificarlo"
11959
11960#: builtin/commit.c:1502
11961msgid "reuse message from specified commit"
11962msgstr "riusa il messaggio del commit specificato"
11963
11964#: builtin/commit.c:1503
11965msgid "use autosquash formatted message to fixup specified commit"
11966msgstr ""
11967"usa il messaggio in formato autosquash per correggere il commit specificato"
11968
11969#: builtin/commit.c:1504
11970msgid "use autosquash formatted message to squash specified commit"
11971msgstr ""
11972"usa il messaggio in formato autosquash per eseguire lo squash del commit "
11973"specificato"
11974
11975#: builtin/commit.c:1505
11976msgid "the commit is authored by me now (used with -C/-c/--amend)"
11977msgstr "il commit ora ha me come autore (opzione usata con -C/-c/--amend)"
11978
11979#: builtin/commit.c:1506 builtin/log.c:1581 builtin/merge.c:289
11980#: builtin/pull.c:163 builtin/revert.c:110
11981msgid "add Signed-off-by:"
11982msgstr "aggiungi Signed-off-by:"
11983
11984#: builtin/commit.c:1507
11985msgid "use specified template file"
11986msgstr "usa il file modello specificato"
11987
11988#: builtin/commit.c:1508
11989msgid "force edit of commit"
11990msgstr "forza la modifica del commit"
11991
11992#: builtin/commit.c:1510
11993msgid "include status in commit message template"
11994msgstr "includi lo stato nel modello del messaggio di commit"
11995
11996#: builtin/commit.c:1515
11997msgid "Commit contents options"
11998msgstr "Opzioni contenuto commit"
11999
12000#: builtin/commit.c:1516
12001msgid "commit all changed files"
12002msgstr "esegui il commit di tutti i file modificati"
12003
12004#: builtin/commit.c:1517
12005msgid "add specified files to index for commit"
12006msgstr "aggiungi i file specificati all'indice per il commit"
12007
12008#: builtin/commit.c:1518
12009msgid "interactively add files"
12010msgstr "aggiungi i file in modalità interattiva"
12011
12012#: builtin/commit.c:1519
12013msgid "interactively add changes"
12014msgstr "aggiungi le modifiche in modalità interattiva"
12015
12016#: builtin/commit.c:1520
12017msgid "commit only specified files"
12018msgstr "esegui il commit solo dei file specificati"
12019
12020#: builtin/commit.c:1521
12021msgid "bypass pre-commit and commit-msg hooks"
12022msgstr "ignora gli hook pre-commit e commit-msg"
12023
12024#: builtin/commit.c:1522
12025msgid "show what would be committed"
12026msgstr "visualizza gli elementi di cui sarebbe eseguito il commit"
12027
12028#: builtin/commit.c:1535
12029msgid "amend previous commit"
12030msgstr "modifica il commit precedente"
12031
12032#: builtin/commit.c:1536
12033msgid "bypass post-rewrite hook"
12034msgstr "ignora l'hook post-rewrite"
12035
12036#: builtin/commit.c:1541
12037msgid "ok to record an empty change"
12038msgstr "accetta di registrare una modifica vuota"
12039
12040#: builtin/commit.c:1543
12041msgid "ok to record a change with an empty message"
12042msgstr "accetta di registrare una modifica con un messaggio vuoto"
12043
12044#: builtin/commit.c:1616
12045#, c-format
12046msgid "Corrupt MERGE_HEAD file (%s)"
12047msgstr "File MERGE_HEAD corrotto (%s)"
12048
12049#: builtin/commit.c:1623
12050msgid "could not read MERGE_MODE"
12051msgstr "impossibile leggere MERGE_MODE"
12052
12053#: builtin/commit.c:1642
12054#, c-format
12055msgid "could not read commit message: %s"
12056msgstr "impossibile leggere il messaggio di commit: %s"
12057
12058#: builtin/commit.c:1649
12059#, c-format
12060msgid "Aborting commit due to empty commit message.\n"
12061msgstr "Interrompo il commit a causa di un messaggio di commit vuoto.\n"
12062
12063#: builtin/commit.c:1654
12064#, c-format
12065msgid "Aborting commit; you did not edit the message.\n"
12066msgstr "Interrompo il commit; non hai modificato il messaggio.\n"
12067
12068#: builtin/commit.c:1688
12069msgid ""
12070"repository has been updated, but unable to write\n"
12071"new_index file. Check that disk is not full and quota is\n"
12072"not exceeded, and then \"git restore --staged :/\" to recover."
12073msgstr ""
12074"Il repository è stato aggiornato, ma non è stato\n"
12075"possibile scrivere il file new_index. Verifica che il\n"
12076"disco non sia pieno e che la quota non sia stata\n"
12077"superata, quindi esegui \"git restore --staged :/\" per\n"
12078"procedere al ripristino."
12079
12080#: builtin/commit-graph.c:11
12081msgid "git commit-graph [--object-dir <objdir>]"
12082msgstr "git commit-graph [--object-dir <directory oggetti>]"
12083
12084#: builtin/commit-graph.c:12 builtin/commit-graph.c:24
12085msgid "git commit-graph read [--object-dir <objdir>]"
12086msgstr "git commit-graph read [--object-dir <directory oggetti>]"
12087
12088#: builtin/commit-graph.c:13 builtin/commit-graph.c:19
12089msgid "git commit-graph verify [--object-dir <objdir>] [--shallow]"
12090msgstr "git commit-graph verify [--object-dir <directory oggetti>] [--shallow]"
12091
12092#: builtin/commit-graph.c:14 builtin/commit-graph.c:29
12093msgid ""
12094"git commit-graph write [--object-dir <objdir>] [--append|--split] [--"
12095"reachable|--stdin-packs|--stdin-commits] <split options>"
12096msgstr ""
12097"git commit-graph write [--object-dir <directory oggetti>] [--append|--split]"
12098" [--reachable|--stdin-packs|--stdin-commits] <opzioni split>"
12099
12100#: builtin/commit-graph.c:54 builtin/commit-graph.c:100
12101#: builtin/commit-graph.c:161 builtin/commit-graph.c:237 builtin/fetch.c:163
12102#: builtin/log.c:1601
12103msgid "dir"
12104msgstr "directory"
12105
12106#: builtin/commit-graph.c:55 builtin/commit-graph.c:101
12107#: builtin/commit-graph.c:162 builtin/commit-graph.c:238
12108msgid "The object directory to store the graph"
12109msgstr "La directory oggetti in cui memorizzare il grafo"
12110
12111#: builtin/commit-graph.c:57
12112msgid "if the commit-graph is split, only verify the tip file"
12113msgstr "se il grafo dei commit è diviso, verifica solo l'ultimo file"
12114
12115#: builtin/commit-graph.c:73 builtin/commit-graph.c:116
12116#, c-format
12117msgid "Could not open commit-graph '%s'"
12118msgstr "Impossibile aprire il grafo dei commit '%s'"
12119
12120#: builtin/commit-graph.c:164
12121msgid "start walk at all refs"
12122msgstr "inizia la visita da tutti i riferimenti"
12123
12124#: builtin/commit-graph.c:166
12125msgid "scan pack-indexes listed by stdin for commits"
12126msgstr ""
12127"esamina i pack-index elencati sullo standard input alla ricerca di commit"
12128
12129#: builtin/commit-graph.c:168
12130msgid "start walk at commits listed by stdin"
12131msgstr "inizia la visita ai commit elencati sullo standard input"
12132
12133#: builtin/commit-graph.c:170
12134msgid "include all commits already in the commit-graph file"
12135msgstr "includi tutti i commit già presenti nel file commit-graph"
12136
12137#: builtin/commit-graph.c:172
12138msgid "allow writing an incremental commit-graph file"
12139msgstr "consenti la scrittura di un file grafo dei commit incrementale"
12140
12141#: builtin/commit-graph.c:174 builtin/commit-graph.c:178
12142msgid "maximum number of commits in a non-base split commit-graph"
12143msgstr "numero massimo di commit in un grafo dei commit diviso non di base"
12144
12145#: builtin/commit-graph.c:176
12146msgid "maximum ratio between two levels of a split commit-graph"
12147msgstr "rapporto massimo fra due livelli di un grafo dei commit diviso"
12148
12149#: builtin/commit-graph.c:191
12150msgid "use at most one of --reachable, --stdin-commits, or --stdin-packs"
12151msgstr "usa al più un'opzione fra --reachable, --stdin-commits o --stdin-packs"
12152
12153#: builtin/config.c:11
12154msgid "git config [<options>]"
12155msgstr "git config [<opzioni>]"
12156
12157#: builtin/config.c:103 builtin/env--helper.c:23
12158#, c-format
12159msgid "unrecognized --type argument, %s"
12160msgstr "argomento --type non riconosciuto: %s"
12161
12162#: builtin/config.c:115
12163msgid "only one type at a time"
12164msgstr "solo un tipo per volta"
12165
12166#: builtin/config.c:124
12167msgid "Config file location"
12168msgstr "Percorso file di configurazione"
12169
12170#: builtin/config.c:125
12171msgid "use global config file"
12172msgstr "usa il file di configurazione globale"
12173
12174#: builtin/config.c:126
12175msgid "use system config file"
12176msgstr "usa il file di configurazione di sistema"
12177
12178#: builtin/config.c:127
12179msgid "use repository config file"
12180msgstr "usa il file di configurazione del repository"
12181
12182#: builtin/config.c:128
12183msgid "use per-worktree config file"
12184msgstr "usa il file di configurazione per albero di lavoro"
12185
12186#: builtin/config.c:129
12187msgid "use given config file"
12188msgstr "usa il file di configurazione specificato"
12189
12190#: builtin/config.c:130
12191msgid "blob-id"
12192msgstr "ID blob"
12193
12194#: builtin/config.c:130
12195msgid "read config from given blob object"
12196msgstr "leggi la configurazione dall'oggetto blob specificato"
12197
12198#: builtin/config.c:131
12199msgid "Action"
12200msgstr "Azione"
12201
12202#: builtin/config.c:132
12203msgid "get value: name [value-regex]"
12204msgstr "ottieni valore: nome [espressione-regolare-valore]"
12205
12206#: builtin/config.c:133
12207msgid "get all values: key [value-regex]"
12208msgstr "ottieni tutti i valori: chiave [espressione-regolare-valore]"
12209
12210#: builtin/config.c:134
12211msgid "get values for regexp: name-regex [value-regex]"
12212msgstr ""
12213"ottieni i valori in base a un'espressione regolare: espressione-regolare-"
12214"nome [espressione-regolare-valore]"
12215
12216#: builtin/config.c:135
12217msgid "get value specific for the URL: section[.var] URL"
12218msgstr "ottieni il valore specifico per l'URL: sezione[.variabile] URL"
12219
12220#: builtin/config.c:136
12221msgid "replace all matching variables: name value [value_regex]"
12222msgstr ""
12223"sostituisci tutte le variabili corrispondenti: nome-valore [espressione-"
12224"regolare-valore]"
12225
12226#: builtin/config.c:137
12227msgid "add a new variable: name value"
12228msgstr "aggiungi una nuova variabile: nome valore"
12229
12230#: builtin/config.c:138
12231msgid "remove a variable: name [value-regex]"
12232msgstr "rimuovi una variabile: nome [espressione-regolare-valore]"
12233
12234#: builtin/config.c:139
12235msgid "remove all matches: name [value-regex]"
12236msgstr "rimuovi tutte le corrispondenze: nome [espressione-regolare-valore]"
12237
12238#: builtin/config.c:140
12239msgid "rename section: old-name new-name"
12240msgstr "rinomina sezione: vecchio-nome nuovo-nome"
12241
12242#: builtin/config.c:141
12243msgid "remove a section: name"
12244msgstr "rimuovi una sezione: nome"
12245
12246#: builtin/config.c:142
12247msgid "list all"
12248msgstr "elenca tutti"
12249
12250#: builtin/config.c:143
12251msgid "open an editor"
12252msgstr "apri un editor"
12253
12254#: builtin/config.c:144
12255msgid "find the color configured: slot [default]"
12256msgstr "trova il colore configurato: slot [valore-predefinito]"
12257
12258#: builtin/config.c:145
12259msgid "find the color setting: slot [stdout-is-tty]"
12260msgstr "trova l'impostazione colore: slot [standard-output-è-una-tty]"
12261
12262#: builtin/config.c:146
12263msgid "Type"
12264msgstr "Tipo"
12265
12266#: builtin/config.c:147 builtin/env--helper.c:38
12267msgid "value is given this type"
12268msgstr "al valore è assegnato questo tipo"
12269
12270#: builtin/config.c:148
12271msgid "value is \"true\" or \"false\""
12272msgstr "il valore è \"true\" o \"false\""
12273
12274#: builtin/config.c:149
12275msgid "value is decimal number"
12276msgstr "il valore è un numero decimale"
12277
12278#: builtin/config.c:150
12279msgid "value is --bool or --int"
12280msgstr "il valore è --bool o --int"
12281
12282#: builtin/config.c:151
12283msgid "value is a path (file or directory name)"
12284msgstr "il valore è un percorso (nome file o directory)"
12285
12286#: builtin/config.c:152
12287msgid "value is an expiry date"
12288msgstr "il valore è una data di scadenza"
12289
12290#: builtin/config.c:153
12291msgid "Other"
12292msgstr "Altro"
12293
12294#: builtin/config.c:154
12295msgid "terminate values with NUL byte"
12296msgstr "termina i valori con un byte NUL"
12297
12298#: builtin/config.c:155
12299msgid "show variable names only"
12300msgstr "visualizza solo i nomi delle variabili"
12301
12302#: builtin/config.c:156
12303msgid "respect include directives on lookup"
12304msgstr ""
12305"rispetta le directory di inclusione durante il recupero delle variabili"
12306
12307#: builtin/config.c:157
12308msgid "show origin of config (file, standard input, blob, command line)"
12309msgstr ""
12310"visualizza l'origine del file di configurazione (file, standard input, blob, "
12311"riga di comando)"
12312
12313#: builtin/config.c:158 builtin/env--helper.c:40
12314msgid "value"
12315msgstr "valore"
12316
12317#: builtin/config.c:158
12318msgid "with --get, use default value when missing entry"
12319msgstr "con --get, usa il valore predefinito se la voce è mancante"
12320
12321#: builtin/config.c:172
12322#, c-format
12323msgid "wrong number of arguments, should be %d"
12324msgstr "numero di argomenti errato, dovrebbero essere %d"
12325
12326#: builtin/config.c:174
12327#, c-format
12328msgid "wrong number of arguments, should be from %d to %d"
12329msgstr "numero di argomenti errato, dovrebbero essere da %d a %d"
12330
12331#: builtin/config.c:308
12332#, c-format
12333msgid "invalid key pattern: %s"
12334msgstr "pattern chiave non valido: %s"
12335
12336#: builtin/config.c:344
12337#, c-format
12338msgid "failed to format default config value: %s"
12339msgstr "formattazione del valore configurazione predefinito non riuscita: %s"
12340
12341#: builtin/config.c:401
12342#, c-format
12343msgid "cannot parse color '%s'"
12344msgstr "impossibile analizzare il colore '%s'"
12345
12346#: builtin/config.c:443
12347msgid "unable to parse default color value"
12348msgstr "impossibile analizzare il valore colore predefinito"
12349
12350#: builtin/config.c:496 builtin/config.c:742
12351msgid "not in a git directory"
12352msgstr "non si è in una directory git"
12353
12354#: builtin/config.c:499
12355msgid "writing to stdin is not supported"
12356msgstr "la scrittura su standard input non è supportata"
12357
12358#: builtin/config.c:502
12359msgid "writing config blobs is not supported"
12360msgstr "la scrittura di blob di configurazione non è supportata"
12361
12362#: builtin/config.c:587
12363#, c-format
12364msgid ""
12365"# This is Git's per-user configuration file.\n"
12366"[user]\n"
12367"# Please adapt and uncomment the following lines:\n"
12368"#\tname = %s\n"
12369"#\temail = %s\n"
12370msgstr ""
12371"# Questo è il file di configurazione utente di Git.\n"
12372"[user]\n"
12373"# Adatta e decommenta le seguenti righe:\n"
12374"#\tname = %s\n"
12375"#\temail = %s\n"
12376
12377#: builtin/config.c:611
12378msgid "only one config file at a time"
12379msgstr "solo un file di configurazione per volta"
12380
12381#: builtin/config.c:616
12382msgid "--local can only be used inside a git repository"
12383msgstr "--local può essere usato solo in un repository Git"
12384
12385#: builtin/config.c:619
12386msgid "--blob can only be used inside a git repository"
12387msgstr "--blob può essere usato solo in un repository Git"
12388
12389#: builtin/config.c:638
12390msgid "$HOME not set"
12391msgstr "$HOME non impostata"
12392
12393#: builtin/config.c:658
12394msgid ""
12395"--worktree cannot be used with multiple working trees unless the config\n"
12396"extension worktreeConfig is enabled. Please read \"CONFIGURATION FILE\"\n"
12397"section in \"git help worktree\" for details"
12398msgstr ""
12399"--worktree non può essere usato con alberi di lavoro multipli a meno\n"
12400"che l'estensione di configurazione worktreeConfig non sia abilitata.\n"
12401"Leggi la sezione \"FILE DI CONFIGURAZIONE\" in \"git help worktree\" per\n"
12402"i dettagli"
12403
12404#: builtin/config.c:688
12405msgid "--get-color and variable type are incoherent"
12406msgstr "--get-color e il tipo della variabile non sono coerenti"
12407
12408#: builtin/config.c:693
12409msgid "only one action at a time"
12410msgstr "solo un'azione per volta"
12411
12412#: builtin/config.c:706
12413msgid "--name-only is only applicable to --list or --get-regexp"
12414msgstr "--name-only è applicabile solo a --list o --get-regexp"
12415
12416#: builtin/config.c:712
12417msgid ""
12418"--show-origin is only applicable to --get, --get-all, --get-regexp, and --"
12419"list"
12420msgstr ""
12421"--show-origin è applicabile solo a --get, --get-all, --get-regexp e --list"
12422
12423#: builtin/config.c:718
12424msgid "--default is only applicable to --get"
12425msgstr "--default è applicabile solo a --get"
12426
12427#: builtin/config.c:731
12428#, c-format
12429msgid "unable to read config file '%s'"
12430msgstr "impossibile leggere il file di configurazione '%s'"
12431
12432#: builtin/config.c:734
12433msgid "error processing config file(s)"
12434msgstr "errore durante l'elaborazione del/dei file di configurazione"
12435
12436#: builtin/config.c:744
12437msgid "editing stdin is not supported"
12438msgstr "la modifica dello standard input non è supportata"
12439
12440#: builtin/config.c:746
12441msgid "editing blobs is not supported"
12442msgstr "la modifica dei blob non è supportata"
12443
12444#: builtin/config.c:760
12445#, c-format
12446msgid "cannot create configuration file %s"
12447msgstr "impossibile creare il file di configurazione %s"
12448
12449#: builtin/config.c:773
12450#, c-format
12451msgid ""
12452"cannot overwrite multiple values with a single value\n"
12453" Use a regexp, --add or --replace-all to change %s."
12454msgstr ""
12455"impossibile sovrascrivere valori multipli con un singolo valore\n"
12456" Usa un'espressione regolare, --add o --replace-all per modificare %s."
12457
12458#: builtin/config.c:847 builtin/config.c:858
12459#, c-format
12460msgid "no such section: %s"
12461msgstr "sezione %s non esistente"
12462
12463#: builtin/count-objects.c:90
12464msgid "git count-objects [-v] [-H | --human-readable]"
12465msgstr "git count-objects [-v] [-H | --human-readable]"
12466
12467#: builtin/count-objects.c:100
12468msgid "print sizes in human readable format"
12469msgstr "stampa le dimensioni in un formato leggibile"
12470
12471#: builtin/describe.c:27
12472msgid "git describe [<options>] [<commit-ish>...]"
12473msgstr "git describe [<opzioni>] [<espressione commit>...]"
12474
12475#: builtin/describe.c:28
12476msgid "git describe [<options>] --dirty"
12477msgstr "git describe [<opzioni>] --dirty"
12478
12479#: builtin/describe.c:63
12480msgid "head"
12481msgstr "head"
12482
12483#: builtin/describe.c:63
12484msgid "lightweight"
12485msgstr "leggero"
12486
12487#: builtin/describe.c:63
12488msgid "annotated"
12489msgstr "annotato"
12490
12491#: builtin/describe.c:273
12492#, c-format
12493msgid "annotated tag %s not available"
12494msgstr "il tag annotato %s non è disponibile"
12495
12496#: builtin/describe.c:277
12497#, c-format
12498msgid "annotated tag %s has no embedded name"
12499msgstr "il tag annotato %s non ha un nome incorporato"
12500
12501#: builtin/describe.c:279
12502#, c-format
12503msgid "tag '%s' is really '%s' here"
12504msgstr "il tag '%s' in realtà qui è '%s'"
12505
12506#: builtin/describe.c:323
12507#, c-format
12508msgid "no tag exactly matches '%s'"
12509msgstr "nessun tag corrisponde esattamente a '%s'"
12510
12511#: builtin/describe.c:325
12512#, c-format
12513msgid "No exact match on refs or tags, searching to describe\n"
12514msgstr ""
12515"Nessuna corrispondenza esatta sui riferimenti o sui tag, sto eseguendo una "
12516"ricerca per descrivere il commit\n"
12517
12518#: builtin/describe.c:379
12519#, c-format
12520msgid "finished search at %s\n"
12521msgstr "ricerca terminata in %s\n"
12522
12523#: builtin/describe.c:405
12524#, c-format
12525msgid ""
12526"No annotated tags can describe '%s'.\n"
12527"However, there were unannotated tags: try --tags."
12528msgstr ""
12529"Nessun tag annotato può descrivere '%s'.\n"
12530"Ciò nonostante, c'erano dei tag non annotati: prova con --tags."
12531
12532#: builtin/describe.c:409
12533#, c-format
12534msgid ""
12535"No tags can describe '%s'.\n"
12536"Try --always, or create some tags."
12537msgstr ""
12538"Nessun tag può descrivere '%s'.\n"
12539"Prova con --always o crea dei tag."
12540
12541#: builtin/describe.c:439
12542#, c-format
12543msgid "traversed %lu commits\n"
12544msgstr "ho attraversato %lu commit\n"
12545
12546#: builtin/describe.c:442
12547#, c-format
12548msgid ""
12549"more than %i tags found; listed %i most recent\n"
12550"gave up search at %s\n"
12551msgstr ""
12552"trovati più di %i tag; ho elencato i %i più recenti\n"
12553"ho terminato la ricerca in %s\n"
12554
12555#: builtin/describe.c:510
12556#, c-format
12557msgid "describe %s\n"
12558msgstr "descrivi %s\n"
12559
12560#: builtin/describe.c:513
12561#, c-format
12562msgid "Not a valid object name %s"
12563msgstr "%s non è un nome oggetto valido"
12564
12565#: builtin/describe.c:521
12566#, c-format
12567msgid "%s is neither a commit nor blob"
12568msgstr "%s non è né un commit né un blob"
12569
12570#: builtin/describe.c:535
12571msgid "find the tag that comes after the commit"
12572msgstr "trova il tag successivo al commit"
12573
12574#: builtin/describe.c:536
12575msgid "debug search strategy on stderr"
12576msgstr "esegui il debug della strategia di ricerca sullo standard error"
12577
12578#: builtin/describe.c:537
12579msgid "use any ref"
12580msgstr "usa qualunque riferimento"
12581
12582#: builtin/describe.c:538
12583msgid "use any tag, even unannotated"
12584msgstr "usa qualunque tag, anche quelli non annotati"
12585
12586#: builtin/describe.c:539
12587msgid "always use long format"
12588msgstr "usa sempre il formato lungo"
12589
12590#: builtin/describe.c:540
12591msgid "only follow first parent"
12592msgstr "segui solo il primo genitore"
12593
12594#: builtin/describe.c:543
12595msgid "only output exact matches"
12596msgstr "visualizza solo le corrispondenze esatte"
12597
12598#: builtin/describe.c:545
12599msgid "consider <n> most recent tags (default: 10)"
12600msgstr "considera gli <n> tag più recenti (impostazione predefinita: 10)"
12601
12602#: builtin/describe.c:547
12603msgid "only consider tags matching <pattern>"
12604msgstr "considera solo i tag corrispondenti al <pattern>"
12605
12606#: builtin/describe.c:549
12607msgid "do not consider tags matching <pattern>"
12608msgstr "non considerare i tag corrispondenti al <pattern>"
12609
12610#: builtin/describe.c:551 builtin/name-rev.c:422
12611msgid "show abbreviated commit object as fallback"
12612msgstr "visualizza l'oggetto commit abbreviato come fallback"
12613
12614#: builtin/describe.c:552 builtin/describe.c:555
12615msgid "mark"
12616msgstr "contrassegno"
12617
12618#: builtin/describe.c:553
12619msgid "append <mark> on dirty working tree (default: \"-dirty\")"
12620msgstr ""
12621"aggiungi <contrassegno> all'albero di lavoro sporco (impostazione "
12622"predefinita: \"-dirty\")"
12623
12624#: builtin/describe.c:556
12625msgid "append <mark> on broken working tree (default: \"-broken\")"
12626msgstr ""
12627"aggiungi <contrassegno> all'albero di lavoro rotto (impostazione "
12628"predefinita: \"-broken\")"
12629
12630#: builtin/describe.c:574
12631msgid "--long is incompatible with --abbrev=0"
12632msgstr "--long non è compatibile con --abbrev=0"
12633
12634#: builtin/describe.c:603
12635msgid "No names found, cannot describe anything."
12636msgstr "Nessun nome trovato, non è possibile descrivere nulla."
12637
12638#: builtin/describe.c:654
12639msgid "--dirty is incompatible with commit-ishes"
12640msgstr "--dirty non è compatibile con le espressioni commit"
12641
12642#: builtin/describe.c:656
12643msgid "--broken is incompatible with commit-ishes"
12644msgstr "--broken non è compatibile con le espressioni commit"
12645
12646#: builtin/diff.c:84
12647#, c-format
12648msgid "'%s': not a regular file or symlink"
12649msgstr "'%s': non è un file regolare o un collegamento simbolico"
12650
12651#: builtin/diff.c:235
12652#, c-format
12653msgid "invalid option: %s"
12654msgstr "opzione non valida: %s"
12655
12656#: builtin/diff.c:350
12657msgid "Not a git repository"
12658msgstr "Non è un repository Git"
12659
12660#: builtin/diff.c:394
12661#, c-format
12662msgid "invalid object '%s' given."
12663msgstr "specificato oggetto non valido '%s'."
12664
12665#: builtin/diff.c:403
12666#, c-format
12667msgid "more than two blobs given: '%s'"
12668msgstr "più di due blob specificati: '%s'"
12669
12670#: builtin/diff.c:408
12671#, c-format
12672msgid "unhandled object '%s' given."
12673msgstr "specificato oggetto non gestito '%s'."
12674
12675#: builtin/difftool.c:30
12676msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
12677msgstr "git difftool [<opzioni>] [<commit> [<commit>]] [--] [<percorso>...]"
12678
12679#: builtin/difftool.c:253
12680#, c-format
12681msgid "failed: %d"
12682msgstr "non riuscito: %d"
12683
12684#: builtin/difftool.c:295
12685#, c-format
12686msgid "could not read symlink %s"
12687msgstr "impossibile leggere il collegamento simbolico %s"
12688
12689#: builtin/difftool.c:297
12690#, c-format
12691msgid "could not read symlink file %s"
12692msgstr "impossibile leggere il file collegamento simbolico %s"
12693
12694#: builtin/difftool.c:305
12695#, c-format
12696msgid "could not read object %s for symlink %s"
12697msgstr "impossibile leggere l'oggetto %s per il collegamento simbolico %s"
12698
12699#: builtin/difftool.c:406
12700msgid ""
12701"combined diff formats('-c' and '--cc') are not supported in\n"
12702"directory diff mode('-d' and '--dir-diff')."
12703msgstr ""
12704"i formati diff combinati ('-c' e '--cc') non sono supportati in\n"
12705"modalità diff directory ('-d' e '--dir-diff')."
12706
12707#: builtin/difftool.c:626
12708#, c-format
12709msgid "both files modified: '%s' and '%s'."
12710msgstr "entrambi i file risultano modificati: '%s' e '%s'."
12711
12712#: builtin/difftool.c:628
12713msgid "working tree file has been left."
12714msgstr "il file nell'albero di lavoro è stato mantenuto."
12715
12716#: builtin/difftool.c:639
12717#, c-format
12718msgid "temporary files exist in '%s'."
12719msgstr "esistono file temporanei in '%s'."
12720
12721#: builtin/difftool.c:640
12722msgid "you may want to cleanup or recover these."
12723msgstr "potresti voler ripulirli o ripristinarli."
12724
12725#: builtin/difftool.c:689
12726msgid "use `diff.guitool` instead of `diff.tool`"
12727msgstr "usa `diff.guitool` anziché `diff.tool`"
12728
12729#: builtin/difftool.c:691
12730msgid "perform a full-directory diff"
12731msgstr "esegui un diff directory completo"
12732
12733#: builtin/difftool.c:693
12734msgid "do not prompt before launching a diff tool"
12735msgstr "non chiedere conferma prima di lanciare un tool diff"
12736
12737#: builtin/difftool.c:698
12738msgid "use symlinks in dir-diff mode"
12739msgstr "usa collegamenti simbolici in modalità diff directory"
12740
12741#: builtin/difftool.c:699
12742msgid "tool"
12743msgstr "strumento"
12744
12745#: builtin/difftool.c:700
12746msgid "use the specified diff tool"
12747msgstr "usa lo strumento diff specificato"
12748
12749#: builtin/difftool.c:702
12750msgid "print a list of diff tools that may be used with `--tool`"
12751msgstr ""
12752"stampa un elenco di strumenti diff che possono essere usati con `--tool`"
12753
12754#: builtin/difftool.c:705
12755msgid ""
12756"make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
12757"code"
12758msgstr ""
12759"fai sì che 'git-difftool' esca quando uno strumento diff invocato "
12760"restituisce un codice d'uscita diverso da zero"
12761
12762#: builtin/difftool.c:708
12763msgid "specify a custom command for viewing diffs"
12764msgstr "specifica un comando personalizzato per visualizzare i diff"
12765
12766#: builtin/difftool.c:709
12767msgid "passed to `diff`"
12768msgstr "fornito a `diff`"
12769
12770#: builtin/difftool.c:724
12771msgid "difftool requires worktree or --no-index"
12772msgstr "difftool richiede un albero di lavoro o --no-index"
12773
12774#: builtin/difftool.c:731
12775msgid "--dir-diff is incompatible with --no-index"
12776msgstr "--dir-diff non è compatibile con --no-index"
12777
12778#: builtin/difftool.c:734
12779msgid "--gui, --tool and --extcmd are mutually exclusive"
12780msgstr "le opzioni --gui, --tool ed --extcmd sono mutualmente esclusive"
12781
12782#: builtin/difftool.c:742
12783msgid "no <tool> given for --tool=<tool>"
12784msgstr "nessuno <strumento> specificato per --tool=<strumento>"
12785
12786#: builtin/difftool.c:749
12787msgid "no <cmd> given for --extcmd=<cmd>"
12788msgstr "nessun <comando> specificato per --extcmd=<comando>"
12789
12790#: builtin/env--helper.c:6
12791msgid "git env--helper --type=[bool|ulong] <options> <env-var>"
12792msgstr "git env--helper --type=[bool|ulong] <opzioni> <variabile d'ambiente>"
12793
12794#: builtin/env--helper.c:37 builtin/hash-object.c:98
12795msgid "type"
12796msgstr "tipo"
12797
12798#: builtin/env--helper.c:41
12799msgid "default for git_env_*(...) to fall back on"
12800msgstr ""
12801"impostazione predefinita su cui ripiegheranno le chiamate git_env_*(...)"
12802
12803#: builtin/env--helper.c:43
12804msgid "be quiet only use git_env_*() value as exit code"
12805msgstr ""
12806"non visualizzare messaggi, usa solo il valore di git_env_*() come codice"
12807" d'uscita"
12808
12809#: builtin/env--helper.c:62
12810#, c-format
12811msgid "option `--default' expects a boolean value with `--type=bool`, not `%s`"
12812msgstr ""
12813"l'opzione `--default' richiede un valore booleano con `--type=bool`, non `%s`"
12814
12815#: builtin/env--helper.c:77
12816#, c-format
12817msgid ""
12818"option `--default' expects an unsigned long value with `--type=ulong`, not `"
12819"%s`"
12820msgstr ""
12821"l'opzione `--default' richiede un valore unsigned long con `--type=ulong`,"
12822" non `%s`"
12823
12824#: builtin/fast-export.c:29
12825msgid "git fast-export [rev-list-opts]"
12826msgstr "git fast-export [opzioni-elenco-rev]"
12827
12828#: builtin/fast-export.c:1124
12829msgid "show progress after <n> objects"
12830msgstr "visualizza l'avanzamento dopo <n> oggetti"
12831
12832#: builtin/fast-export.c:1126
12833msgid "select handling of signed tags"
12834msgstr "seleziona la gestione dei tag firmati"
12835
12836#: builtin/fast-export.c:1129
12837msgid "select handling of tags that tag filtered objects"
12838msgstr "seleziona la gestione dei tag che contrassegnano oggetti filtrati"
12839
12840#: builtin/fast-export.c:1132
12841msgid "select handling of commit messages in an alternate encoding"
12842msgstr ""
12843"seleziona la gestione dei messaggi di commit in una codifica alternativa"
12844
12845#: builtin/fast-export.c:1135
12846msgid "Dump marks to this file"
12847msgstr "Esegui il dump dei contrassegni in questo file"
12848
12849#: builtin/fast-export.c:1137
12850msgid "Import marks from this file"
12851msgstr "Importa i contrassegni da questo file"
12852
12853#: builtin/fast-export.c:1139
12854msgid "Fake a tagger when tags lack one"
12855msgstr "Usa un tagger falso se i tag non ne hanno uno"
12856
12857#: builtin/fast-export.c:1141
12858msgid "Output full tree for each commit"
12859msgstr "Visualizza in output l'albero completo per ogni commit"
12860
12861#: builtin/fast-export.c:1143
12862msgid "Use the done feature to terminate the stream"
12863msgstr "Usa la funzionalità \"fatto\" per terminare il flusso"
12864
12865#: builtin/fast-export.c:1144
12866msgid "Skip output of blob data"
12867msgstr "Ometti l'output dei dati dei blob"
12868
12869#: builtin/fast-export.c:1145 builtin/log.c:1649
12870msgid "refspec"
12871msgstr "specificatore riferimento"
12872
12873#: builtin/fast-export.c:1146
12874msgid "Apply refspec to exported refs"
12875msgstr "Applica lo specificatore riferimento ai riferimenti esportati"
12876
12877#: builtin/fast-export.c:1147
12878msgid "anonymize output"
12879msgstr "rendi anonimo l'output"
12880
12881#: builtin/fast-export.c:1149
12882msgid "Reference parents which are not in fast-export stream by object id"
12883msgstr ""
12884"Fai riferimento ai genitori non nel flusso fast-export tramite l'ID oggetto"
12885
12886#: builtin/fast-export.c:1151
12887msgid "Show original object ids of blobs/commits"
12888msgstr "Visualizza gli ID oggetto originari dei blob/commit"
12889
12890#: builtin/fetch.c:30
12891msgid "git fetch [<options>] [<repository> [<refspec>...]]"
12892msgstr "git fetch [<opzioni>] [<repository> [<specificatore riferimento>...]]"
12893
12894#: builtin/fetch.c:31
12895msgid "git fetch [<options>] <group>"
12896msgstr "git fetch [<opzioni>] <gruppo>"
12897
12898#: builtin/fetch.c:32
12899msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
12900msgstr "git fetch --multiple [<opzioni>] [(<repository> | <gruppo>)...]"
12901
12902#: builtin/fetch.c:33
12903msgid "git fetch --all [<options>]"
12904msgstr "git fetch --all [<opzioni>]"
12905
12906#: builtin/fetch.c:125 builtin/pull.c:203
12907msgid "fetch from all remotes"
12908msgstr "esegui il fetch da tutti i remoti"
12909
12910#: builtin/fetch.c:127 builtin/pull.c:206
12911msgid "append to .git/FETCH_HEAD instead of overwriting"
12912msgstr "aggiungi i dati a .git/FETCH_HEAD anziché sovrascriverli"
12913
12914#: builtin/fetch.c:129 builtin/pull.c:209
12915msgid "path to upload pack on remote end"
12916msgstr "percorso in cui caricare il pack sul remoto"
12917
12918#: builtin/fetch.c:130
12919msgid "force overwrite of local reference"
12920msgstr "forza la sovrascrittura del riferimento locale"
12921
12922#: builtin/fetch.c:132
12923msgid "fetch from multiple remotes"
12924msgstr "esegui il fetch da più remoti"
12925
12926#: builtin/fetch.c:134 builtin/pull.c:213
12927msgid "fetch all tags and associated objects"
12928msgstr "esegui il fetch di tutti i tag e degli oggetti associati"
12929
12930#: builtin/fetch.c:136
12931msgid "do not fetch all tags (--no-tags)"
12932msgstr "non eseguire il fetch di alcun tag (--no-tags)"
12933
12934#: builtin/fetch.c:138
12935msgid "number of submodules fetched in parallel"
12936msgstr "numero di sottomoduli recuperati in parallelo"
12937
12938#: builtin/fetch.c:140 builtin/pull.c:216
12939msgid "prune remote-tracking branches no longer on remote"
12940msgstr ""
12941"elimina i branch che ne tracciano uno remoto ma non più presenti sul remoto"
12942
12943#: builtin/fetch.c:142
12944msgid "prune local tags no longer on remote and clobber changed tags"
12945msgstr ""
12946"elimina i tag locali non più presenti sul remoto e sovrascrivi i tag "
12947"modificati"
12948
12949#: builtin/fetch.c:143 builtin/fetch.c:166 builtin/pull.c:140
12950msgid "on-demand"
12951msgstr "a richiesta"
12952
12953#: builtin/fetch.c:144
12954msgid "control recursive fetching of submodules"
12955msgstr "controlla il recupero ricorsivo dei sottomoduli"
12956
12957#: builtin/fetch.c:148 builtin/pull.c:224
12958msgid "keep downloaded pack"
12959msgstr "mantieni il pack scaricato"
12960
12961#: builtin/fetch.c:150
12962msgid "allow updating of HEAD ref"
12963msgstr "consenti l'aggiornamento del riferimento HEAD"
12964
12965#: builtin/fetch.c:153 builtin/fetch.c:159 builtin/pull.c:227
12966msgid "deepen history of shallow clone"
12967msgstr "aumenta la profondità della cronologia di un clone shallow"
12968
12969#: builtin/fetch.c:155
12970msgid "deepen history of shallow repository based on time"
12971msgstr ""
12972"aumenta la profondità della cronologia di un clone shallow in base al tempo"
12973
12974#: builtin/fetch.c:161 builtin/pull.c:230
12975msgid "convert to a complete repository"
12976msgstr "converti in un repository completo"
12977
12978#: builtin/fetch.c:164
12979msgid "prepend this to submodule path output"
12980msgstr "anteponi questo prefisso all'output del percorso del sottomodulo"
12981
12982#: builtin/fetch.c:167
12983msgid ""
12984"default for recursive fetching of submodules (lower priority than config "
12985"files)"
12986msgstr ""
12987"impostazione predefinita per il recupero ricorsivo dei sottomoduli (a "
12988"priorità minore rispetto ai file di configurazione)"
12989
12990#: builtin/fetch.c:171 builtin/pull.c:233
12991msgid "accept refs that update .git/shallow"
12992msgstr "accetta i riferimenti che aggiornano .git/shallow"
12993
12994#: builtin/fetch.c:172 builtin/pull.c:235
12995msgid "refmap"
12996msgstr "mappa riferimenti"
12997
12998#: builtin/fetch.c:173 builtin/pull.c:236
12999msgid "specify fetch refmap"
13000msgstr "specifica la mappa dei riferimenti per il fetch"
13001
13002#: builtin/fetch.c:180
13003msgid "report that we have only objects reachable from this object"
13004msgstr "segnala che abbiamo solo oggetti raggiungibili da quest'oggetto"
13005
13006#: builtin/fetch.c:183
13007msgid "run 'gc --auto' after fetching"
13008msgstr "esegui 'gc --auto' dopo il fetch"
13009
13010#: builtin/fetch.c:185 builtin/pull.c:245
13011msgid "check for forced-updates on all updated branches"
13012msgstr "controlla aggiornamenti forzati su tutti i branch aggiornati"
13013
13014#: builtin/fetch.c:491
13015msgid "Couldn't find remote ref HEAD"
13016msgstr "Impossibile trovare l'HEAD del riferimento remoto"
13017
13018#: builtin/fetch.c:630
13019#, c-format
13020msgid "configuration fetch.output contains invalid value %s"
13021msgstr "il valore dell'opzione fetch.output contiene il valore non valido %s"
13022
13023#: builtin/fetch.c:728
13024#, c-format
13025msgid "object %s not found"
13026msgstr "oggetto %s non trovato"
13027
13028#: builtin/fetch.c:732
13029msgid "[up to date]"
13030msgstr "[aggiornato]"
13031
13032#: builtin/fetch.c:745 builtin/fetch.c:761 builtin/fetch.c:833
13033msgid "[rejected]"
13034msgstr "[rifiutato]"
13035
13036#: builtin/fetch.c:746
13037msgid "can't fetch in current branch"
13038msgstr "impossibile eseguire il fetch nel branch corrente"
13039
13040#: builtin/fetch.c:756
13041msgid "[tag update]"
13042msgstr "[tag aggiornato]"
13043
13044#: builtin/fetch.c:757 builtin/fetch.c:794 builtin/fetch.c:816
13045#: builtin/fetch.c:828
13046msgid "unable to update local ref"
13047msgstr "impossibile aggiornare il riferimento locale"
13048
13049#: builtin/fetch.c:761
13050msgid "would clobber existing tag"
13051msgstr "sovrascriverebbe il tag esistente"
13052
13053#: builtin/fetch.c:783
13054msgid "[new tag]"
13055msgstr "[nuovo tag]"
13056
13057#: builtin/fetch.c:786
13058msgid "[new branch]"
13059msgstr "[nuovo branch]"
13060
13061#: builtin/fetch.c:789
13062msgid "[new ref]"
13063msgstr "[nuovo riferimento]"
13064
13065#: builtin/fetch.c:828
13066msgid "forced update"
13067msgstr "aggiornamento forzato"
13068
13069#: builtin/fetch.c:833
13070msgid "non-fast-forward"
13071msgstr "non fast forward"
13072
13073#: builtin/fetch.c:879
13074#, c-format
13075msgid "%s did not send all necessary objects\n"
13076msgstr "%s non ha inviato tutti gli oggetti necessari\n"
13077
13078#: builtin/fetch.c:900
13079#, c-format
13080msgid "reject %s because shallow roots are not allowed to be updated"
13081msgstr "%s rifiutato perché non è consentito aggiornare radici shallow"
13082
13083#: builtin/fetch.c:991 builtin/fetch.c:1124
13084#, c-format
13085msgid "From %.*s\n"
13086msgstr "Da %.*s\n"
13087
13088#: builtin/fetch.c:1002
13089#, c-format
13090msgid ""
13091"some local refs could not be updated; try running\n"
13092" 'git remote prune %s' to remove any old, conflicting branches"
13093msgstr ""
13094"non è stato possibile aggiornare alcuni riferimenti locali; prova ad "
13095"eseguire\n"
13096" 'git remote prune %s' per rimuovere ogni branch vecchio in conflitto"
13097
13098#: builtin/fetch.c:1008
13099msgid ""
13100"Fetch normally indicates which branches had a forced update, but that check "
13101"has been disabled."
13102msgstr ""
13103"Il fetch normalmente indica quali branch siano stati sottoposti ad"
13104" aggiornamento forzato, ma tale controllo è stato disabilitato."
13105
13106#: builtin/fetch.c:1009
13107msgid ""
13108"To re-enable, use '--show-forced-updates' flag or run 'git config fetch."
13109"showForcedUpdates true'."
13110msgstr ""
13111"Per riabilitarlo, usa l'opzione '--show-forced-updates' o esegui 'git config"
13112" fetch.showForcedUpdates true'."
13113
13114#: builtin/fetch.c:1011
13115#, c-format
13116msgid ""
13117"It took %.2f seconds to check forced updates. You can use '--no-show-forced-"
13118"updates'\n"
13119msgstr ""
13120"Sono stati richiesti %.2f secondi per controllare la presenza di eventuali\n"
13121"aggiornamenti forzati. Puoi usare '--no-show-forced-updates'\n"
13122
13123#: builtin/fetch.c:1013
13124msgid ""
13125"or run 'git config fetch.showForcedUpdates false' to avoid this check.\n"
13126msgstr ""
13127"o eseguire 'git config fetch.showForcedUpdates false' per omettere questo\n"
13128"controllo.\n"
13129
13130#: builtin/fetch.c:1094
13131#, c-format
13132msgid " (%s will become dangling)"
13133msgstr " (%s diventerà pendente)"
13134
13135#: builtin/fetch.c:1095
13136#, c-format
13137msgid " (%s has become dangling)"
13138msgstr " (%s è diventato pendente)"
13139
13140#: builtin/fetch.c:1127
13141msgid "[deleted]"
13142msgstr "[eliminato]"
13143
13144#: builtin/fetch.c:1128 builtin/remote.c:1036
13145msgid "(none)"
13146msgstr "(nessuno)"
13147
13148#: builtin/fetch.c:1151
13149#, c-format
13150msgid "Refusing to fetch into current branch %s of non-bare repository"
13151msgstr ""
13152"Mi rifiuto di eseguire il fetch nel branch corrente %s di un repository non "
13153"bare"
13154
13155#: builtin/fetch.c:1170
13156#, c-format
13157msgid "Option \"%s\" value \"%s\" is not valid for %s"
13158msgstr "L'opzione \"%s\" con il valore \"%s\" non è valida per %s"
13159
13160#: builtin/fetch.c:1173
13161#, c-format
13162msgid "Option \"%s\" is ignored for %s\n"
13163msgstr "L'opzione \"%s\" è ignorata per %s\n"
13164
13165#: builtin/fetch.c:1477
13166#, c-format
13167msgid "Fetching %s\n"
13168msgstr "Recupero di %s in corso\n"
13169
13170#: builtin/fetch.c:1479 builtin/remote.c:100
13171#, c-format
13172msgid "Could not fetch %s"
13173msgstr "Impossibile recuperare %s"
13174
13175#: builtin/fetch.c:1525
13176msgid ""
13177"--filter can only be used with the remote configured in extensions."
13178"partialClone"
13179msgstr ""
13180"--filter può essere usato solo con il remoto configurato nelle estensioni."
13181"partialClone"
13182
13183#: builtin/fetch.c:1549
13184msgid ""
13185"No remote repository specified. Please, specify either a URL or a\n"
13186"remote name from which new revisions should be fetched."
13187msgstr ""
13188"Non è stato specificato alcun repository remoto. Specifica un URL o il\n"
13189"nome di un remoto da cui dovranno essere recuperate le nuove revisioni."
13190
13191#: builtin/fetch.c:1586
13192msgid "You need to specify a tag name."
13193msgstr "Devi specificare il nome di un tag."
13194
13195#: builtin/fetch.c:1637
13196msgid "Negative depth in --deepen is not supported"
13197msgstr "Le profondità negative in --deepen non sono supportate"
13198
13199#: builtin/fetch.c:1639
13200msgid "--deepen and --depth are mutually exclusive"
13201msgstr "le opzioni --deepen e --depth sono mutualmente esclusive"
13202
13203#: builtin/fetch.c:1644
13204msgid "--depth and --unshallow cannot be used together"
13205msgstr "--depth e --unshallow non possono essere usati insieme."
13206
13207#: builtin/fetch.c:1646
13208msgid "--unshallow on a complete repository does not make sense"
13209msgstr "--unshallow su un repository completo non ha senso"
13210
13211#: builtin/fetch.c:1662
13212msgid "fetch --all does not take a repository argument"
13213msgstr "fetch --all non richiede un repository come argomento"
13214
13215#: builtin/fetch.c:1664
13216msgid "fetch --all does not make sense with refspecs"
13217msgstr "fetch --all non ha senso con degli specificatori riferimento"
13218
13219#: builtin/fetch.c:1673
13220#, c-format
13221msgid "No such remote or remote group: %s"
13222msgstr "Remoto o gruppo remoti non esistente: %s"
13223
13224#: builtin/fetch.c:1680
13225msgid "Fetching a group and specifying refspecs does not make sense"
13226msgstr ""
13227"Recuperare un gruppo e specificare gli specificatori riferimento non ha senso"
13228
13229#: builtin/fetch.c:1696
13230msgid ""
13231"--filter can only be used with the remote configured in extensions."
13232"partialclone"
13233msgstr ""
13234"--filter può essere usato solo con il remoto configurato nelle estensioni."
13235"partialclone"
13236
13237#: builtin/fmt-merge-msg.c:18
13238msgid ""
13239"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
13240msgstr ""
13241"git fmt-merge-msg [-m <messaggio>] [--log[=<n>] | --no-log] [--file <file>]"
13242
13243#: builtin/fmt-merge-msg.c:672
13244msgid "populate log with at most <n> entries from shortlog"
13245msgstr "popola il registro con al più <n> voci del registro breve"
13246
13247#: builtin/fmt-merge-msg.c:675
13248msgid "alias for --log (deprecated)"
13249msgstr "alias di --log (deprecato)"
13250
13251#: builtin/fmt-merge-msg.c:678
13252msgid "text"
13253msgstr "testo"
13254
13255#: builtin/fmt-merge-msg.c:679
13256msgid "use <text> as start of message"
13257msgstr "usa <testo> come stringa iniziale del messaggio"
13258
13259#: builtin/fmt-merge-msg.c:680
13260msgid "file to read from"
13261msgstr "file da cui leggere"
13262
13263#: builtin/for-each-ref.c:10
13264msgid "git for-each-ref [<options>] [<pattern>]"
13265msgstr "git for-each-ref [<opzioni>] [<pattern>]"
13266
13267#: builtin/for-each-ref.c:11
13268msgid "git for-each-ref [--points-at <object>]"
13269msgstr "git for-each-ref [--points-at <oggetto>]"
13270
13271#: builtin/for-each-ref.c:12
13272msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
13273msgstr "git for-each-ref [(--merged | --no-merged) [<commit>]]"
13274
13275#: builtin/for-each-ref.c:13
13276msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
13277msgstr "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
13278
13279#: builtin/for-each-ref.c:28
13280msgid "quote placeholders suitably for shells"
13281msgstr ""
13282"racchiudi i segnaposto fra virgolette in modo da poterli usare in una shell"
13283
13284#: builtin/for-each-ref.c:30
13285msgid "quote placeholders suitably for perl"
13286msgstr ""
13287"racchiudi i segnaposto fra virgolette in modo da poterli usare con Perl"
13288
13289#: builtin/for-each-ref.c:32
13290msgid "quote placeholders suitably for python"
13291msgstr ""
13292"racchiudi i segnaposto fra virgolette in modo da poterli usare con Python"
13293
13294#: builtin/for-each-ref.c:34
13295msgid "quote placeholders suitably for Tcl"
13296msgstr "racchiudi i segnaposto fra virgolette in modo da poterli usare con Tcl"
13297
13298#: builtin/for-each-ref.c:37
13299msgid "show only <n> matched refs"
13300msgstr "visualizza solo <n> riferimenti corrispondenti"
13301
13302#: builtin/for-each-ref.c:39 builtin/tag.c:439
13303msgid "respect format colors"
13304msgstr "rispetta le stringhe di formato per i colori"
13305
13306#: builtin/for-each-ref.c:42
13307msgid "print only refs which points at the given object"
13308msgstr "stampa solo i riferimenti che puntano all'oggetto dato"
13309
13310#: builtin/for-each-ref.c:44
13311msgid "print only refs that are merged"
13312msgstr "stampa solo i riferimenti sottoposti a merge"
13313
13314#: builtin/for-each-ref.c:45
13315msgid "print only refs that are not merged"
13316msgstr "stampa solo i riferimenti non sottoposti a merge"
13317
13318#: builtin/for-each-ref.c:46
13319msgid "print only refs which contain the commit"
13320msgstr "stampa solo i riferimenti contenenti il commit"
13321
13322#: builtin/for-each-ref.c:47
13323msgid "print only refs which don't contain the commit"
13324msgstr "stampa solo i riferimenti che non contengono il commit"
13325
13326#: builtin/fsck.c:88 builtin/fsck.c:160 builtin/fsck.c:161
13327msgid "unknown"
13328msgstr "sconosciuto"
13329
13330#. TRANSLATORS: e.g. error in tree 01bfda: <more explanation>
13331#: builtin/fsck.c:120 builtin/fsck.c:136
13332#, c-format
13333msgid "error in %s %s: %s"
13334msgstr "errore in %s %s: %s"
13335
13336#. TRANSLATORS: e.g. warning in tree 01bfda: <more explanation>
13337#: builtin/fsck.c:131
13338#, c-format
13339msgid "warning in %s %s: %s"
13340msgstr "avviso in %s %s: %s"
13341
13342#: builtin/fsck.c:157 builtin/fsck.c:159
13343#, c-format
13344msgid "broken link from %7s %s"
13345msgstr "collegamento rotto da %7s %s"
13346
13347#: builtin/fsck.c:168
13348msgid "wrong object type in link"
13349msgstr "tipo oggetto errato nel collegamento"
13350
13351#: builtin/fsck.c:184
13352#, c-format
13353msgid ""
13354"broken link from %7s %s\n"
13355" to %7s %s"
13356msgstr ""
13357"collegamento rotto da %7s %s\n"
13358" a %7s %s"
13359
13360#: builtin/fsck.c:295
13361#, c-format
13362msgid "missing %s %s"
13363msgstr "%s mancante %s"
13364
13365#: builtin/fsck.c:321
13366#, c-format
13367msgid "unreachable %s %s"
13368msgstr "%s non raggiungibile %s"
13369
13370#: builtin/fsck.c:340
13371#, c-format
13372msgid "dangling %s %s"
13373msgstr "%s pendente %s"
13374
13375#: builtin/fsck.c:349
13376msgid "could not create lost-found"
13377msgstr "impossibile creare lost-found"
13378
13379#: builtin/fsck.c:360
13380#, c-format
13381msgid "could not finish '%s'"
13382msgstr "impossibile terminare '%s'"
13383
13384#: builtin/fsck.c:377
13385#, c-format
13386msgid "Checking %s"
13387msgstr "Controllo di %s in corso"
13388
13389#: builtin/fsck.c:415
13390#, c-format
13391msgid "Checking connectivity (%d objects)"
13392msgstr "Controllo connessione in corso (%d oggetti)"
13393
13394#: builtin/fsck.c:434
13395#, c-format
13396msgid "Checking %s %s"
13397msgstr "Controllo di %s in corso %s"
13398
13399#: builtin/fsck.c:438
13400msgid "broken links"
13401msgstr "collegamenti rotti"
13402
13403#: builtin/fsck.c:447
13404#, c-format
13405msgid "root %s"
13406msgstr "radice %s"
13407
13408#: builtin/fsck.c:455
13409#, c-format
13410msgid "tagged %s %s (%s) in %s"
13411msgstr "eseguito tag di %s %s (%s) in %s"
13412
13413#: builtin/fsck.c:484
13414#, c-format
13415msgid "%s: object corrupt or missing"
13416msgstr "%s: oggetto corrotto o mancante"
13417
13418#: builtin/fsck.c:509
13419#, c-format
13420msgid "%s: invalid reflog entry %s"
13421msgstr "%s: voce registro riferimenti non valida: %s"
13422
13423#: builtin/fsck.c:523
13424#, c-format
13425msgid "Checking reflog %s->%s"
13426msgstr "Controllo registro riferimenti %s->%s"
13427
13428#: builtin/fsck.c:557
13429#, c-format
13430msgid "%s: invalid sha1 pointer %s"
13431msgstr "%s: puntatore SHA1 non valido: %s"
13432
13433#: builtin/fsck.c:564
13434#, c-format
13435msgid "%s: not a commit"
13436msgstr "%s: non è un commit"
13437
13438#: builtin/fsck.c:619
13439msgid "notice: No default references"
13440msgstr "avviso: nessun riferimento predefinito"
13441
13442#: builtin/fsck.c:634
13443#, c-format
13444msgid "%s: object corrupt or missing: %s"
13445msgstr "%s: oggetto corrotto o mancante: %s"
13446
13447#: builtin/fsck.c:647
13448#, c-format
13449msgid "%s: object could not be parsed: %s"
13450msgstr "%s: impossibile analizzare l'oggetto: %s"
13451
13452#: builtin/fsck.c:667
13453#, c-format
13454msgid "bad sha1 file: %s"
13455msgstr "file SHA1 non valido: %s"
13456
13457#: builtin/fsck.c:682
13458msgid "Checking object directory"
13459msgstr "Controllo directory oggetti in corso"
13460
13461#: builtin/fsck.c:685
13462msgid "Checking object directories"
13463msgstr "Controllo directory oggetti in corso"
13464
13465#: builtin/fsck.c:700
13466#, c-format
13467msgid "Checking %s link"
13468msgstr "Controllo collegamento %s"
13469
13470#: builtin/fsck.c:705 builtin/index-pack.c:842
13471#, c-format
13472msgid "invalid %s"
13473msgstr "%s non valido"
13474
13475#: builtin/fsck.c:712
13476#, c-format
13477msgid "%s points to something strange (%s)"
13478msgstr "%s punta a qualcosa di strano (%s)"
13479
13480#: builtin/fsck.c:718
13481#, c-format
13482msgid "%s: detached HEAD points at nothing"
13483msgstr "%s: l'HEAD scollegato non punta a niente"
13484
13485#: builtin/fsck.c:722
13486#, c-format
13487msgid "notice: %s points to an unborn branch (%s)"
13488msgstr "avviso: %s punta a un branch non nato (%s)"
13489
13490#: builtin/fsck.c:734
13491msgid "Checking cache tree"
13492msgstr "Controllo cache albero in corso"
13493
13494#: builtin/fsck.c:739
13495#, c-format
13496msgid "%s: invalid sha1 pointer in cache-tree"
13497msgstr "%s: puntatore SHA1 non valido nella cache alberi"
13498
13499#: builtin/fsck.c:750
13500msgid "non-tree in cache-tree"
13501msgstr "oggetto non albero nella cache alberi"
13502
13503#: builtin/fsck.c:781
13504msgid "git fsck [<options>] [<object>...]"
13505msgstr "git fsck [<opzioni>] [<oggetto>...]"
13506
13507#: builtin/fsck.c:787
13508msgid "show unreachable objects"
13509msgstr "visualizza oggetti non raggiungibili"
13510
13511#: builtin/fsck.c:788
13512msgid "show dangling objects"
13513msgstr "visualizza oggetti pendenti"
13514
13515#: builtin/fsck.c:789
13516msgid "report tags"
13517msgstr "segnala i tag"
13518
13519#: builtin/fsck.c:790
13520msgid "report root nodes"
13521msgstr "segnala i nodi radice"
13522
13523#: builtin/fsck.c:791
13524msgid "make index objects head nodes"
13525msgstr "rendi gli oggetti indice nodi head"
13526
13527#: builtin/fsck.c:792
13528msgid "make reflogs head nodes (default)"
13529msgstr "rendi i registri dei riferimenti nodi head (impostazione predefinita)"
13530
13531#: builtin/fsck.c:793
13532msgid "also consider packs and alternate objects"
13533msgstr "considera anche i pack e gli oggetti alternativi"
13534
13535#: builtin/fsck.c:794
13536msgid "check only connectivity"
13537msgstr "controlla solo la connessione"
13538
13539#: builtin/fsck.c:795
13540msgid "enable more strict checking"
13541msgstr "abilita controlli più restrittivi"
13542
13543#: builtin/fsck.c:797
13544msgid "write dangling objects in .git/lost-found"
13545msgstr "scrivi oggetti pendenti in .git/lost-found"
13546
13547#: builtin/fsck.c:798 builtin/prune.c:132
13548msgid "show progress"
13549msgstr "visualizza l'avanzamento"
13550
13551#: builtin/fsck.c:799
13552msgid "show verbose names for reachable objects"
13553msgstr "visualizza nomi dettagliati per gli oggetti raggiungibili"
13554
13555#: builtin/fsck.c:859 builtin/index-pack.c:225
13556msgid "Checking objects"
13557msgstr "Controllo oggetti in corso"
13558
13559#: builtin/fsck.c:887
13560#, c-format
13561msgid "%s: object missing"
13562msgstr "%s: oggetto mancante"
13563
13564#: builtin/fsck.c:899
13565#, c-format
13566msgid "invalid parameter: expected sha1, got '%s'"
13567msgstr "parametro non valido: atteso SHA1, presente '%s'"
13568
13569#: builtin/gc.c:34
13570msgid "git gc [<options>]"
13571msgstr "git gc [<opzioni>]"
13572
13573#: builtin/gc.c:90
13574#, c-format
13575msgid "Failed to fstat %s: %s"
13576msgstr "fstat di %s non riuscito: %s"
13577
13578#: builtin/gc.c:126
13579#, c-format
13580msgid "failed to parse '%s' value '%s'"
13581msgstr "analisi dell'opzione '%s' con valore '%s' non riuscita"
13582
13583#: builtin/gc.c:476 builtin/init-db.c:55
13584#, c-format
13585msgid "cannot stat '%s'"
13586msgstr "impossibile eseguire lo stat di '%s'"
13587
13588#: builtin/gc.c:485 builtin/notes.c:240 builtin/tag.c:529
13589#, c-format
13590msgid "cannot read '%s'"
13591msgstr "impossibile leggere '%s'"
13592
13593#: builtin/gc.c:492
13594#, c-format
13595msgid ""
13596"The last gc run reported the following. Please correct the root cause\n"
13597"and remove %s.\n"
13598"Automatic cleanup will not be performed until the file is removed.\n"
13599"\n"
13600"%s"
13601msgstr ""
13602"L'ultima esecuzione di gc ha segnalato quanto segue. Correggi la causa\n"
13603"alla radice ed elimina %s.\n"
13604"L'operazione di pulizia automatica non sarà eseguita fino all'eliminazione\n"
13605"del file.\n"
13606"\n"
13607"%s"
13608
13609#: builtin/gc.c:540
13610msgid "prune unreferenced objects"
13611msgstr "elimina oggetti non referenziati"
13612
13613#: builtin/gc.c:542
13614msgid "be more thorough (increased runtime)"
13615msgstr "sii più accurato (tempi di esecuzione maggiori)"
13616
13617#: builtin/gc.c:543
13618msgid "enable auto-gc mode"
13619msgstr "abilita modalità garbage collector automatica"
13620
13621#: builtin/gc.c:546
13622msgid "force running gc even if there may be another gc running"
13623msgstr ""
13624"forza l'esecuzione del garbage collector anche nel caso in cui ve ne "
13625"potrebbe essere un altro in esecuzione"
13626
13627#: builtin/gc.c:549
13628msgid "repack all other packs except the largest pack"
13629msgstr ""
13630"esegui il repack di tutti gli altri pack ad eccezione di quello più grande"
13631
13632#: builtin/gc.c:566
13633#, c-format
13634msgid "failed to parse gc.logexpiry value %s"
13635msgstr "analisi del valore %s di gc.logexpiry non riuscita"
13636
13637#: builtin/gc.c:577
13638#, c-format
13639msgid "failed to parse prune expiry value %s"
13640msgstr "analisi del valore %s per la scadenza delle eliminazioni non riuscita"
13641
13642#: builtin/gc.c:597
13643#, c-format
13644msgid "Auto packing the repository in background for optimum performance.\n"
13645msgstr ""
13646"Comprimo il repository in background per ottenere le migliori prestazioni.\n"
13647
13648#: builtin/gc.c:599
13649#, c-format
13650msgid "Auto packing the repository for optimum performance.\n"
13651msgstr "Comprimo il repository per ottenere le migliori prestazioni.\n"
13652
13653#: builtin/gc.c:600
13654#, c-format
13655msgid "See \"git help gc\" for manual housekeeping.\n"
13656msgstr "Vedi \"git help gc\" per le operazioni di manutenzione manuali.\n"
13657
13658#: builtin/gc.c:640
13659#, c-format
13660msgid ""
13661"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
13662msgstr ""
13663"gc è già in esecuzione sul computer '%s' con PID %<PRIuMAX> (usa --force se "
13664"non lo è)"
13665
13666#: builtin/gc.c:695
13667msgid ""
13668"There are too many unreachable loose objects; run 'git prune' to remove them."
13669msgstr ""
13670"Ci sono troppi oggetti sparsi non raggiungibili; esegui 'git prune' per "
13671"eliminarli."
13672
13673#: builtin/grep.c:29
13674msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
13675msgstr ""
13676"git grep [<opzioni>] [-e] <pattern> [<revisione>...] [[--] <percorso>...]"
13677
13678#: builtin/grep.c:225
13679#, c-format
13680msgid "grep: failed to create thread: %s"
13681msgstr "grep: creazione del thread non riuscita: %s"
13682
13683#: builtin/grep.c:279
13684#, c-format
13685msgid "invalid number of threads specified (%d) for %s"
13686msgstr "specificato numero non valido di thread (%d) per %s"
13687
13688#. TRANSLATORS: %s is the configuration
13689#. variable for tweaking threads, currently
13690#. grep.threads
13691#.
13692#: builtin/grep.c:287 builtin/index-pack.c:1534 builtin/index-pack.c:1727
13693#: builtin/pack-objects.c:2722
13694#, c-format
13695msgid "no threads support, ignoring %s"
13696msgstr "non vi è supporto per i thread, ignoro %s"
13697
13698#: builtin/grep.c:467 builtin/grep.c:591 builtin/grep.c:633
13699#, c-format
13700msgid "unable to read tree (%s)"
13701msgstr "impossibile leggere il tree (%s)"
13702
13703#: builtin/grep.c:648
13704#, c-format
13705msgid "unable to grep from object of type %s"
13706msgstr "impossibile eseguire grep su un oggetto di tipo %s"
13707
13708#: builtin/grep.c:714
13709#, c-format
13710msgid "switch `%c' expects a numerical value"
13711msgstr "switch '%c' richiede un valore numerico"
13712
13713#: builtin/grep.c:813
13714msgid "search in index instead of in the work tree"
13715msgstr "cerca nell'index anziché nell'albero di lavoro"
13716
13717#: builtin/grep.c:815
13718msgid "find in contents not managed by git"
13719msgstr "la ricerca nei contenuti non è gestita da Git"
13720
13721#: builtin/grep.c:817
13722msgid "search in both tracked and untracked files"
13723msgstr "cerca sia nei file tracciati sia in quelli non tracciati"
13724
13725#: builtin/grep.c:819
13726msgid "ignore files specified via '.gitignore'"
13727msgstr "ignora i file specificati in '.gitignore'"
13728
13729#: builtin/grep.c:821
13730msgid "recursively search in each submodule"
13731msgstr "cerca ricorsivamente in ogni sottomodulo"
13732
13733#: builtin/grep.c:824
13734msgid "show non-matching lines"
13735msgstr "visualizza le righe non corrispondenti"
13736
13737#: builtin/grep.c:826
13738msgid "case insensitive matching"
13739msgstr "ricerca corrispondenze senza differenze maiuscole/minuscole"
13740
13741#: builtin/grep.c:828
13742msgid "match patterns only at word boundaries"
13743msgstr "cerca corrispondenze ai pattern solo a inizio/fine parola"
13744
13745#: builtin/grep.c:830
13746msgid "process binary files as text"
13747msgstr "elabora i file binari come testuali"
13748
13749#: builtin/grep.c:832
13750msgid "don't match patterns in binary files"
13751msgstr "non cercare corrispondenze ai pattern nei file binari"
13752
13753#: builtin/grep.c:835
13754msgid "process binary files with textconv filters"
13755msgstr "elabora i file binari con filtri di conversione in testo"
13756
13757#: builtin/grep.c:837
13758msgid "search in subdirectories (default)"
13759msgstr "cerca nelle sottodirectory (impostazione predefinita)"
13760
13761#: builtin/grep.c:839
13762msgid "descend at most <depth> levels"
13763msgstr "scendi al più di <profondità> livelli"
13764
13765#: builtin/grep.c:843
13766msgid "use extended POSIX regular expressions"
13767msgstr "usa espressioni regolari POSIX estese"
13768
13769#: builtin/grep.c:846
13770msgid "use basic POSIX regular expressions (default)"
13771msgstr "usa espressioni regolari POSIX di base (impostazione predefinita)"
13772
13773#: builtin/grep.c:849
13774msgid "interpret patterns as fixed strings"
13775msgstr "interpreta i pattern come stringhe fisse"
13776
13777#: builtin/grep.c:852
13778msgid "use Perl-compatible regular expressions"
13779msgstr "usa espressioni regolari compatibili con Perl"
13780
13781#: builtin/grep.c:855
13782msgid "show line numbers"
13783msgstr "visualizza numeri di riga"
13784
13785#: builtin/grep.c:856
13786msgid "show column number of first match"
13787msgstr "visualizza il numero di colonna della prima corrispondenza"
13788
13789#: builtin/grep.c:857
13790msgid "don't show filenames"
13791msgstr "non visualizzare i nomi file"
13792
13793#: builtin/grep.c:858
13794msgid "show filenames"
13795msgstr "visualizza i nomi file"
13796
13797#: builtin/grep.c:860
13798msgid "show filenames relative to top directory"
13799msgstr "visualizza i nomi file relativi alla directory di primo livello"
13800
13801#: builtin/grep.c:862
13802msgid "show only filenames instead of matching lines"
13803msgstr "visualizza solo i nomi file anziché le righe corrispondenti"
13804
13805#: builtin/grep.c:864
13806msgid "synonym for --files-with-matches"
13807msgstr "sinonimo di --files-with-matches"
13808
13809#: builtin/grep.c:867
13810msgid "show only the names of files without match"
13811msgstr "visualizza solo i nomi dei file non corrispondenti"
13812
13813#: builtin/grep.c:869
13814msgid "print NUL after filenames"
13815msgstr "stampa NUL dopo i nomi file"
13816
13817#: builtin/grep.c:872
13818msgid "show only matching parts of a line"
13819msgstr "visualizza solo le parti corrispondenti di una riga"
13820
13821#: builtin/grep.c:874
13822msgid "show the number of matches instead of matching lines"
13823msgstr "visualizza il numero di corrispondenze anziché le righe corrispondenti"
13824
13825#: builtin/grep.c:875
13826msgid "highlight matches"
13827msgstr "evidenzia corrispondenze"
13828
13829#: builtin/grep.c:877
13830msgid "print empty line between matches from different files"
13831msgstr "stampa una riga vuota fra le corrispondenze in file differenti"
13832
13833#: builtin/grep.c:879
13834msgid "show filename only once above matches from same file"
13835msgstr ""
13836"visualizza il nome file solo una volta prima delle corrispondenze nello "
13837"stesso file"
13838
13839#: builtin/grep.c:882
13840msgid "show <n> context lines before and after matches"
13841msgstr "visualizza <n> righe di contesto prima e dopo le corrispondenze"
13842
13843#: builtin/grep.c:885
13844msgid "show <n> context lines before matches"
13845msgstr "visualizza <n> righe di contesto prima delle corrispondenze"
13846
13847#: builtin/grep.c:887
13848msgid "show <n> context lines after matches"
13849msgstr "visualizza <n> righe di contesto dopo le corrispondenze"
13850
13851#: builtin/grep.c:889
13852msgid "use <n> worker threads"
13853msgstr "usa <n> thread di lavoro"
13854
13855#: builtin/grep.c:890
13856msgid "shortcut for -C NUM"
13857msgstr "scorciatoia per -C NUM"
13858
13859#: builtin/grep.c:893
13860msgid "show a line with the function name before matches"
13861msgstr "visualizza una riga con il nome funzione prima delle corrispondenze"
13862
13863#: builtin/grep.c:895
13864msgid "show the surrounding function"
13865msgstr "visualizza la funzione circostante"
13866
13867#: builtin/grep.c:898
13868msgid "read patterns from file"
13869msgstr "leggi le corrispondenze da un file"
13870
13871#: builtin/grep.c:900
13872msgid "match <pattern>"
13873msgstr "cerca corrispondenze con <pattern>"
13874
13875#: builtin/grep.c:902
13876msgid "combine patterns specified with -e"
13877msgstr "combina i pattern specificati con -e"
13878
13879#: builtin/grep.c:914
13880msgid "indicate hit with exit status without output"
13881msgstr ""
13882"segnala una corrispondenza con il codice di uscita senza emettere output"
13883
13884#: builtin/grep.c:916
13885msgid "show only matches from files that match all patterns"
13886msgstr ""
13887"visualizza solo le corrispondenze nei file in cui vi sono corrispondenze per "
13888"tutti i pattern"
13889
13890#: builtin/grep.c:918
13891msgid "show parse tree for grep expression"
13892msgstr "visualizza l'albero di analisi per l'espressione grep"
13893
13894#: builtin/grep.c:922
13895msgid "pager"
13896msgstr "pager"
13897
13898#: builtin/grep.c:922
13899msgid "show matching files in the pager"
13900msgstr "visualizza i file corrispondenti nel pager"
13901
13902#: builtin/grep.c:926
13903msgid "allow calling of grep(1) (ignored by this build)"
13904msgstr "consenti"
13905
13906#: builtin/grep.c:990
13907msgid "no pattern given"
13908msgstr "nessun pattern specificato"
13909
13910#: builtin/grep.c:1026
13911msgid "--no-index or --untracked cannot be used with revs"
13912msgstr "--no-index o --untracked non possono essere usate con le revisioni"
13913
13914#: builtin/grep.c:1034
13915#, c-format
13916msgid "unable to resolve revision: %s"
13917msgstr "impossibile risolvere la revisione %s"
13918
13919#: builtin/grep.c:1065
13920msgid "invalid option combination, ignoring --threads"
13921msgstr "combinazione di opzioni non valida, ignoro --threads"
13922
13923#: builtin/grep.c:1068 builtin/pack-objects.c:3405
13924msgid "no threads support, ignoring --threads"
13925msgstr "non vi è supporto per i thread, ignoro --threads"
13926
13927#: builtin/grep.c:1071 builtin/index-pack.c:1531 builtin/pack-objects.c:2719
13928#, c-format
13929msgid "invalid number of threads specified (%d)"
13930msgstr "specificato numero non valido di thread (%d)"
13931
13932#: builtin/grep.c:1094
13933msgid "--open-files-in-pager only works on the worktree"
13934msgstr "--open-files-in-pager funziona solo sull'albero di lavoro"
13935
13936#: builtin/grep.c:1117
13937msgid "option not supported with --recurse-submodules"
13938msgstr "opzione non supportata con --recurse-submodules"
13939
13940#: builtin/grep.c:1123
13941msgid "--cached or --untracked cannot be used with --no-index"
13942msgstr "--cached o --untracked non possono essere usate con --no-index"
13943
13944#: builtin/grep.c:1129
13945msgid "--[no-]exclude-standard cannot be used for tracked contents"
13946msgstr "--[no-]exclude-standard non può essere usata per i contenuti tracciati"
13947
13948#: builtin/grep.c:1137
13949msgid "both --cached and trees are given"
13950msgstr "sono specificati sia --cached sia degli alberi"
13951
13952#: builtin/hash-object.c:85
13953msgid ""
13954"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
13955"[--] <file>..."
13956msgstr ""
13957"git hash-object [-t <tipo>] [-w] [--path=<file> | --no-filters] [--stdin] "
13958"[--] <file>..."
13959
13960#: builtin/hash-object.c:86
13961msgid "git hash-object --stdin-paths"
13962msgstr "git hash-object --stdin-paths"
13963
13964#: builtin/hash-object.c:98
13965msgid "object type"
13966msgstr "tipo oggetto"
13967
13968#: builtin/hash-object.c:99
13969msgid "write the object into the object database"
13970msgstr "scrivi l'oggetto nel database oggetti"
13971
13972#: builtin/hash-object.c:101
13973msgid "read the object from stdin"
13974msgstr "leggi l'oggetto dallo standard input"
13975
13976#: builtin/hash-object.c:103
13977msgid "store file as is without filters"
13978msgstr "salva il file così com'è senza filtri"
13979
13980#: builtin/hash-object.c:104
13981msgid ""
13982"just hash any random garbage to create corrupt objects for debugging Git"
13983msgstr ""
13984"esegui semplicemente l'hash di dati inutili per creare oggetti corrotti al "
13985"fine di eseguire il debug di Git"
13986
13987#: builtin/hash-object.c:105
13988msgid "process file as it were from this path"
13989msgstr "elabora i file come se fossero in questo percorso"
13990
13991#: builtin/help.c:46
13992msgid "print all available commands"
13993msgstr "stampa tutti i comandi disponibili"
13994
13995#: builtin/help.c:47
13996msgid "exclude guides"
13997msgstr "escludi le guide"
13998
13999#: builtin/help.c:48
14000msgid "print list of useful guides"
14001msgstr "stampa un elenco di guide utili"
14002
14003#: builtin/help.c:49
14004msgid "print all configuration variable names"
14005msgstr "stampa i nomi di tutte le variabili di configurazione"
14006
14007#: builtin/help.c:51
14008msgid "show man page"
14009msgstr "visualizza la pagina man"
14010
14011#: builtin/help.c:52
14012msgid "show manual in web browser"
14013msgstr "visualizza il manuale nel browser Web"
14014
14015#: builtin/help.c:54
14016msgid "show info page"
14017msgstr "visualizza la pagina info"
14018
14019#: builtin/help.c:56
14020msgid "print command description"
14021msgstr "stampa la descrizione del comando"
14022
14023#: builtin/help.c:61
14024msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
14025msgstr "git help [--all] [--guides] [--man | --web | --info] [<comando>]"
14026
14027#: builtin/help.c:77
14028#, c-format
14029msgid "unrecognized help format '%s'"
14030msgstr "formato di aiuto '%s' non riconosciuto"
14031
14032#: builtin/help.c:104
14033msgid "Failed to start emacsclient."
14034msgstr "Esecuzione di emacsclient non riuscita."
14035
14036#: builtin/help.c:117
14037msgid "Failed to parse emacsclient version."
14038msgstr "Verifica della versione di emacsclient non riuscita."
14039
14040#: builtin/help.c:125
14041#, c-format
14042msgid "emacsclient version '%d' too old (< 22)."
14043msgstr "la versione '%d' di emacsclient è troppo vecchia (<22)."
14044
14045#: builtin/help.c:143 builtin/help.c:165 builtin/help.c:175 builtin/help.c:183
14046#, c-format
14047msgid "failed to exec '%s'"
14048msgstr "esecuzione di '%s' non riuscita"
14049
14050#: builtin/help.c:221
14051#, c-format
14052msgid ""
14053"'%s': path for unsupported man viewer.\n"
14054"Please consider using 'man.<tool>.cmd' instead."
14055msgstr ""
14056"'%s': path ad un visualizzatore man pages non supportato.\n"
14057"Usa invece 'man.<tool>.cmd'."
14058
14059#: builtin/help.c:233
14060#, c-format
14061msgid ""
14062"'%s': cmd for supported man viewer.\n"
14063"Please consider using 'man.<tool>.path' instead."
14064msgstr ""
14065"'%s': comando per visualizzatore man pages supportato.\n"
14066"Per favore usa 'man.<tool>.path' invece."
14067
14068#: builtin/help.c:350
14069#, c-format
14070msgid "'%s': unknown man viewer."
14071msgstr "'%s': visualizzatore man sconosciuto."
14072
14073#: builtin/help.c:367
14074msgid "no man viewer handled the request"
14075msgstr "nessun visualizzatore man ha gestito la richiesta"
14076
14077#: builtin/help.c:375
14078msgid "no info viewer handled the request"
14079msgstr "nessun visualizzatore info ha gestito la richiesta"
14080
14081#: builtin/help.c:434 builtin/help.c:445 git.c:336
14082#, c-format
14083msgid "'%s' is aliased to '%s'"
14084msgstr "'%s' è un alias di '%s'"
14085
14086#: builtin/help.c:448 git.c:365
14087#, c-format
14088msgid "bad alias.%s string: %s"
14089msgstr "stringa alias.%s non valida: %s"
14090
14091#: builtin/help.c:477 builtin/help.c:507
14092#, c-format
14093msgid "usage: %s%s"
14094msgstr "uso: %s%s"
14095
14096#: builtin/help.c:491
14097msgid "'git help config' for more information"
14098msgstr "Vedi 'git help config' per maggiori informazioni"
14099
14100#: builtin/index-pack.c:185
14101#, c-format
14102msgid "object type mismatch at %s"
14103msgstr "tipo oggetto non corrispondente in %s"
14104
14105#: builtin/index-pack.c:205
14106#, c-format
14107msgid "did not receive expected object %s"
14108msgstr "non si è ricevuto l'oggetto atteso %s"
14109
14110#: builtin/index-pack.c:208
14111#, c-format
14112msgid "object %s: expected type %s, found %s"
14113msgstr "oggetto %s: atteso tipo %s, trovato %s"
14114
14115#: builtin/index-pack.c:258
14116#, c-format
14117msgid "cannot fill %d byte"
14118msgid_plural "cannot fill %d bytes"
14119msgstr[0] "impossibile riempire %d byte"
14120msgstr[1] "impossibile riempire %d byte"
14121
14122#: builtin/index-pack.c:268
14123msgid "early EOF"
14124msgstr "EOF prematuro"
14125
14126#: builtin/index-pack.c:269
14127msgid "read error on input"
14128msgstr "errore di lettura in input"
14129
14130#: builtin/index-pack.c:281
14131msgid "used more bytes than were available"
14132msgstr "usati più byte di quelli disponibili"
14133
14134#: builtin/index-pack.c:288 builtin/pack-objects.c:600
14135msgid "pack too large for current definition of off_t"
14136msgstr "pack troppo largo per la definizione corrente di off_t"
14137
14138#: builtin/index-pack.c:291 builtin/unpack-objects.c:94
14139msgid "pack exceeds maximum allowed size"
14140msgstr "il pack supera la dimensione massima consentita"
14141
14142#: builtin/index-pack.c:312
14143#, c-format
14144msgid "cannot open packfile '%s'"
14145msgstr "impossibile aprire il file pack '%s'"
14146
14147#: builtin/index-pack.c:326
14148msgid "pack signature mismatch"
14149msgstr "la firma del pack non coincide"
14150
14151#: builtin/index-pack.c:328
14152#, c-format
14153msgid "pack version %<PRIu32> unsupported"
14154msgstr "versione pack %<PRIu32> non supportata"
14155
14156#: builtin/index-pack.c:346
14157#, c-format
14158msgid "pack has bad object at offset %<PRIuMAX>: %s"
14159msgstr "il pack ha un oggetto danneggiato all'offset %<PRIuMAX>: %s"
14160
14161#: builtin/index-pack.c:466
14162#, c-format
14163msgid "inflate returned %d"
14164msgstr "inflate ha restituito il codice %d"
14165
14166#: builtin/index-pack.c:515
14167msgid "offset value overflow for delta base object"
14168msgstr "overflow del valore dell'offset base del delta"
14169
14170#: builtin/index-pack.c:523
14171msgid "delta base offset is out of bound"
14172msgstr "l'offset base del delta è fuori dall'intervallo consentito"
14173
14174#: builtin/index-pack.c:531
14175#, c-format
14176msgid "unknown object type %d"
14177msgstr "tipo oggetto %d sconosciuto"
14178
14179#: builtin/index-pack.c:562
14180msgid "cannot pread pack file"
14181msgstr "impossibile eseguire pread sul file pack"
14182
14183#: builtin/index-pack.c:564
14184#, c-format
14185msgid "premature end of pack file, %<PRIuMAX> byte missing"
14186msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
14187msgstr[0] "fine del file pack prematura, %<PRIuMAX> byte mancante"
14188msgstr[1] "fine del file pack prematura, %<PRIuMAX> byte mancanti"
14189
14190#: builtin/index-pack.c:590
14191msgid "serious inflate inconsistency"
14192msgstr "inconsistenza grave di inflate"
14193
14194#: builtin/index-pack.c:735 builtin/index-pack.c:741 builtin/index-pack.c:764
14195#: builtin/index-pack.c:803 builtin/index-pack.c:812
14196#, c-format
14197msgid "SHA1 COLLISION FOUND WITH %s !"
14198msgstr "TROVATA COLLISIONE SHA1 CON %s !"
14199
14200#: builtin/index-pack.c:738 builtin/pack-objects.c:153
14201#: builtin/pack-objects.c:213 builtin/pack-objects.c:307
14202#, c-format
14203msgid "unable to read %s"
14204msgstr "impossibile leggere %s"
14205
14206#: builtin/index-pack.c:801
14207#, c-format
14208msgid "cannot read existing object info %s"
14209msgstr "impossibile leggere le informazioni sull'oggetto esistente: %s"
14210
14211#: builtin/index-pack.c:809
14212#, c-format
14213msgid "cannot read existing object %s"
14214msgstr "non è possibile leggere l'oggetto %s esistente"
14215
14216#: builtin/index-pack.c:823
14217#, c-format
14218msgid "invalid blob object %s"
14219msgstr "oggetto blob %s non valido"
14220
14221#: builtin/index-pack.c:826 builtin/index-pack.c:845
14222msgid "fsck error in packed object"
14223msgstr "errore fsck nell'oggetto sottoposto a pack"
14224
14225#: builtin/index-pack.c:847
14226#, c-format
14227msgid "Not all child objects of %s are reachable"
14228msgstr "Non tutti gli oggetti figlio di %s sono raggiungibili"
14229
14230#: builtin/index-pack.c:919 builtin/index-pack.c:950
14231msgid "failed to apply delta"
14232msgstr "applicazione del delta non riuscita"
14233
14234#: builtin/index-pack.c:1118
14235msgid "Receiving objects"
14236msgstr "Ricezione degli oggetti"
14237
14238#: builtin/index-pack.c:1118
14239msgid "Indexing objects"
14240msgstr "Indicizzazione degli oggetti"
14241
14242#: builtin/index-pack.c:1152
14243msgid "pack is corrupted (SHA1 mismatch)"
14244msgstr "il pack è corrotto (SHA1 non corrisponde)"
14245
14246#: builtin/index-pack.c:1157
14247msgid "cannot fstat packfile"
14248msgstr "impossibile eseguire fstat sul file pack"
14249
14250#: builtin/index-pack.c:1160
14251msgid "pack has junk at the end"
14252msgstr "il pack ha dati inutili alla fine"
14253
14254#: builtin/index-pack.c:1172
14255msgid "confusion beyond insanity in parse_pack_objects()"
14256msgstr "confusione oltre ogni follia in parse_pack_objects()"
14257
14258#: builtin/index-pack.c:1195
14259msgid "Resolving deltas"
14260msgstr "Risoluzione dei delta"
14261
14262#: builtin/index-pack.c:1205 builtin/pack-objects.c:2491
14263#, c-format
14264msgid "unable to create thread: %s"
14265msgstr "impossibile creare il thread: %s"
14266
14267#: builtin/index-pack.c:1246
14268msgid "confusion beyond insanity"
14269msgstr "confusione oltre ogni follia"
14270
14271#: builtin/index-pack.c:1252
14272#, c-format
14273msgid "completed with %d local object"
14274msgid_plural "completed with %d local objects"
14275msgstr[0] "completato con %d oggetto locale"
14276msgstr[1] "completato con %d oggetti locali"
14277
14278#: builtin/index-pack.c:1264
14279#, c-format
14280msgid "Unexpected tail checksum for %s (disk corruption?)"
14281msgstr "Checksum in coda inatteso per %s (disco corrotto?)"
14282
14283#: builtin/index-pack.c:1268
14284#, c-format
14285msgid "pack has %d unresolved delta"
14286msgid_plural "pack has %d unresolved deltas"
14287msgstr[0] "pack ha %d delta irrisolto"
14288msgstr[1] "pack ha %d delta irrisolti"
14289
14290#: builtin/index-pack.c:1292
14291#, c-format
14292msgid "unable to deflate appended object (%d)"
14293msgstr "impossibile eseguire deflate sull'oggetto aggiunto alla fine (%d)"
14294
14295#: builtin/index-pack.c:1388
14296#, c-format
14297msgid "local object %s is corrupt"
14298msgstr "l'oggetto locale %s è corrotto"
14299
14300#: builtin/index-pack.c:1402
14301#, c-format
14302msgid "packfile name '%s' does not end with '.pack'"
14303msgstr "il nome del file pack '%s' non termina con '.pack'"
14304
14305#: builtin/index-pack.c:1427
14306#, c-format
14307msgid "cannot write %s file '%s'"
14308msgstr "impossibile scrivere il file %s '%s'"
14309
14310#: builtin/index-pack.c:1435
14311#, c-format
14312msgid "cannot close written %s file '%s'"
14313msgstr "impossibile chiudere il file %s scritto '%s'"
14314
14315#: builtin/index-pack.c:1459
14316msgid "error while closing pack file"
14317msgstr "errore nella chiusura del file pack"
14318
14319#: builtin/index-pack.c:1473
14320msgid "cannot store pack file"
14321msgstr "impossibile archiviare il file pack"
14322
14323#: builtin/index-pack.c:1481
14324msgid "cannot store index file"
14325msgstr "impossibile archiviare index file"
14326
14327#: builtin/index-pack.c:1525 builtin/pack-objects.c:2730
14328#, c-format
14329msgid "bad pack.indexversion=%<PRIu32>"
14330msgstr "pack.indexversion=%<PRIu32> non valida"
14331
14332#: builtin/index-pack.c:1593
14333#, c-format
14334msgid "Cannot open existing pack file '%s'"
14335msgstr "Impossibile aprire il file pack '%s' esistente"
14336
14337#: builtin/index-pack.c:1595
14338#, c-format
14339msgid "Cannot open existing pack idx file for '%s'"
14340msgstr "Impossibile aprire il file pack idx esistente per '%s'"
14341
14342#: builtin/index-pack.c:1643
14343#, c-format
14344msgid "non delta: %d object"
14345msgid_plural "non delta: %d objects"
14346msgstr[0] "non delta: %d oggetto"
14347msgstr[1] "non delta: %d oggetti"
14348
14349#: builtin/index-pack.c:1650
14350#, c-format
14351msgid "chain length = %d: %lu object"
14352msgid_plural "chain length = %d: %lu objects"
14353msgstr[0] "lunghezza della catena = %d: %lu oggetto"
14354msgstr[1] "lunghezza della catena = %d: %lu oggetti"
14355
14356#: builtin/index-pack.c:1689
14357msgid "Cannot come back to cwd"
14358msgstr "impossibile tornare alla directory di lavoro corrente"
14359
14360#: builtin/index-pack.c:1738 builtin/index-pack.c:1741
14361#: builtin/index-pack.c:1757 builtin/index-pack.c:1761
14362#, c-format
14363msgid "bad %s"
14364msgstr "%s errato"
14365
14366#: builtin/index-pack.c:1777
14367msgid "--fix-thin cannot be used without --stdin"
14368msgstr "--fix-thin non può essere usato senza --stdin"
14369
14370#: builtin/index-pack.c:1779
14371msgid "--stdin requires a git repository"
14372msgstr "--stdin richiede un repository Git"
14373
14374#: builtin/index-pack.c:1785
14375msgid "--verify with no packfile name given"
14376msgstr "--verify senza un nome del file pack specificato"
14377
14378#: builtin/index-pack.c:1833 builtin/unpack-objects.c:580
14379msgid "fsck error in pack objects"
14380msgstr "errore fsck negli oggetti sottoposti a pack"
14381
14382#: builtin/init-db.c:61
14383#, c-format
14384msgid "cannot stat template '%s'"
14385msgstr "impossibile eseguire stat sul modello '%s'"
14386
14387#: builtin/init-db.c:66
14388#, c-format
14389msgid "cannot opendir '%s'"
14390msgstr "impossibile aprire la directory '%s'"
14391
14392#: builtin/init-db.c:78
14393#, c-format
14394msgid "cannot readlink '%s'"
14395msgstr "impossibile leggere il link '%s'"
14396
14397#: builtin/init-db.c:80
14398#, c-format
14399msgid "cannot symlink '%s' '%s'"
14400msgstr "impossibile creare il collegamento simbolico da '%s' a '%s'"
14401
14402#: builtin/init-db.c:86
14403#, c-format
14404msgid "cannot copy '%s' to '%s'"
14405msgstr "impossibile copiare '%s' in '%s'"
14406
14407#: builtin/init-db.c:90
14408#, c-format
14409msgid "ignoring template %s"
14410msgstr "ignoro il modello %s"
14411
14412#: builtin/init-db.c:121
14413#, c-format
14414msgid "templates not found in %s"
14415msgstr "modelli non trovati in %s"
14416
14417#: builtin/init-db.c:136
14418#, c-format
14419msgid "not copying templates from '%s': %s"
14420msgstr "non copio i modelli da '%s': %s"
14421
14422#: builtin/init-db.c:334
14423#, c-format
14424msgid "unable to handle file type %d"
14425msgstr "impossibile gestire il tipo di file %d"
14426
14427#: builtin/init-db.c:337
14428#, c-format
14429msgid "unable to move %s to %s"
14430msgstr "impossibile spostare %s in %s"
14431
14432#: builtin/init-db.c:354 builtin/init-db.c:357
14433#, c-format
14434msgid "%s already exists"
14435msgstr "%s esiste già"
14436
14437#: builtin/init-db.c:413
14438#, c-format
14439msgid "Reinitialized existing shared Git repository in %s%s\n"
14440msgstr "Reinizializzato repository Git condiviso esistente in %s%s\n"
14441
14442#: builtin/init-db.c:414
14443#, c-format
14444msgid "Reinitialized existing Git repository in %s%s\n"
14445msgstr "Reinizializzato repository Git esistente in %s%s\n"
14446
14447#: builtin/init-db.c:418
14448#, c-format
14449msgid "Initialized empty shared Git repository in %s%s\n"
14450msgstr "Inizializzato repository Git condiviso vuoto in %s%s\n"
14451
14452#: builtin/init-db.c:419
14453#, c-format
14454msgid "Initialized empty Git repository in %s%s\n"
14455msgstr "Inizializzato repository Git vuoto in %s%s\n"
14456
14457#: builtin/init-db.c:468
14458msgid ""
14459"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
14460"shared[=<permissions>]] [<directory>]"
14461msgstr ""
14462"git init [-q | --quiet] [--bare] [--template=<directory-modello>] [--"
14463"shared[=<permessi>]] [<directory>]"
14464
14465#: builtin/init-db.c:491
14466msgid "permissions"
14467msgstr "permessi"
14468
14469#: builtin/init-db.c:492
14470msgid "specify that the git repository is to be shared amongst several users"
14471msgstr "specifica che il repository Git deve essere condiviso con più utenti"
14472
14473#: builtin/init-db.c:529 builtin/init-db.c:534
14474#, c-format
14475msgid "cannot mkdir %s"
14476msgstr "impossibile creare la directory %s"
14477
14478#: builtin/init-db.c:538
14479#, c-format
14480msgid "cannot chdir to %s"
14481msgstr "impossibile modificare la directory corrente in %s"
14482
14483#: builtin/init-db.c:559
14484#, c-format
14485msgid ""
14486"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
14487"dir=<directory>)"
14488msgstr ""
14489"%s (o --work-tree=<directory>) non consentito senza specificare %s (o --git-"
14490"dir=<directory>)"
14491
14492#: builtin/init-db.c:587
14493#, c-format
14494msgid "Cannot access work tree '%s'"
14495msgstr "Impossibile accedere all'albero di lavoro '%s'"
14496
14497#: builtin/interpret-trailers.c:16
14498msgid ""
14499"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
14500"<token>[(=|:)<value>])...] [<file>...]"
14501msgstr ""
14502"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
14503"<token>[(=|:)<valore>])...] [<file>...]"
14504
14505#: builtin/interpret-trailers.c:95
14506msgid "edit files in place"
14507msgstr "modifica i file sul posto"
14508
14509#: builtin/interpret-trailers.c:96
14510msgid "trim empty trailers"
14511msgstr "rimuovi spazi dalle stringhe finali vuote"
14512
14513#: builtin/interpret-trailers.c:99
14514msgid "where to place the new trailer"
14515msgstr "dove collocare la nuova stringa finale"
14516
14517#: builtin/interpret-trailers.c:101
14518msgid "action if trailer already exists"
14519msgstr "azione da eseguire se la stringa finale esiste già"
14520
14521#: builtin/interpret-trailers.c:103
14522msgid "action if trailer is missing"
14523msgstr "azione da eseguire se la stringa finale è mancante"
14524
14525#: builtin/interpret-trailers.c:105
14526msgid "output only the trailers"
14527msgstr "emetti in output solo le stringhe finali"
14528
14529#: builtin/interpret-trailers.c:106
14530msgid "do not apply config rules"
14531msgstr "non applicare le regole di configurazione"
14532
14533#: builtin/interpret-trailers.c:107
14534msgid "join whitespace-continued values"
14535msgstr "unisci i valori resi contigui dagli spazi bianchi"
14536
14537#: builtin/interpret-trailers.c:108
14538msgid "set parsing options"
14539msgstr "imposta le opzioni di analisi"
14540
14541#: builtin/interpret-trailers.c:110
14542msgid "do not treat --- specially"
14543msgstr "non trattare la sequenza --- in modo speciale"
14544
14545#: builtin/interpret-trailers.c:111
14546msgid "trailer"
14547msgstr "stringa finale"
14548
14549#: builtin/interpret-trailers.c:112
14550msgid "trailer(s) to add"
14551msgstr "stringa/e finale/i da aggiungere"
14552
14553#: builtin/interpret-trailers.c:123
14554msgid "--trailer with --only-input does not make sense"
14555msgstr "--trailer con --only-input non ha senso"
14556
14557#: builtin/interpret-trailers.c:133
14558msgid "no input file given for in-place editing"
14559msgstr "nessun file di input specificato per la modifica sul posto"
14560
14561#: builtin/log.c:55
14562msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
14563msgstr "git log [<opzioni>] [<intervallo-revisioni>] [[--] <percorso>...]"
14564
14565#: builtin/log.c:56
14566msgid "git show [<options>] <object>..."
14567msgstr "git show [<opzioni>] <oggetto>..."
14568
14569#: builtin/log.c:109
14570#, c-format
14571msgid "invalid --decorate option: %s"
14572msgstr "opzione --decorate non valida: %s"
14573
14574#: builtin/log.c:160
14575msgid ""
14576"log.mailmap is not set; its implicit value will change in an\n"
14577"upcoming release. To squelch this message and preserve current\n"
14578"behaviour, set the log.mailmap configuration value to false.\n"
14579"\n"
14580"To squelch this message and adopt the new behaviour now, set the\n"
14581"log.mailmap configuration value to true.\n"
14582"\n"
14583"See 'git help config' and search for 'log.mailmap' for further information."
14584msgstr ""
14585"log.mailmap non è impostato; il suo valore implicito sarà modificato\n"
14586"in una prossima versione. Per eliminare questo messaggio e mantenere\n"
14587"il comportamento attuale, imposta il valore di configurazione\n"
14588"log.mailmap a false.\n"
14589"\n"
14590"Per eliminare questo messaggio e adottare il nuovo comportamento ora,\n"
14591"imposta il valore di configurazione log.mailmap a true.\n"
14592"\n"
14593"Vedi 'git help config' e cerca 'log.mailmap' per ulteriori informazioni."
14594
14595#: builtin/log.c:183
14596msgid "show source"
14597msgstr "visualizza sorgente"
14598
14599#: builtin/log.c:184
14600msgid "Use mail map file"
14601msgstr "Usa il file mappatura e-mail"
14602
14603#: builtin/log.c:186
14604msgid "only decorate refs that match <pattern>"
14605msgstr "decora solo i riferimenti corrispondenti a <pattern>"
14606
14607#: builtin/log.c:188
14608msgid "do not decorate refs that match <pattern>"
14609msgstr "non decorare i riferimenti corrispondenti a <pattern>"
14610
14611#: builtin/log.c:189
14612msgid "decorate options"
14613msgstr "opzioni decorazione"
14614
14615#: builtin/log.c:192
14616msgid "Process line range n,m in file, counting from 1"
14617msgstr "Elabora l'intervallo righe n,m nel file, contandole da 1"
14618
14619#: builtin/log.c:297
14620#, c-format
14621msgid "Final output: %d %s\n"
14622msgstr "Output finale: %d %s\n"
14623
14624#: builtin/log.c:551
14625#, c-format
14626msgid "git show %s: bad file"
14627msgstr "git show %s: file non valido"
14628
14629#: builtin/log.c:566 builtin/log.c:660
14630#, c-format
14631msgid "could not read object %s"
14632msgstr "impossibile leggere l'oggetto %s"
14633
14634#: builtin/log.c:685
14635#, c-format
14636msgid "unknown type: %d"
14637msgstr "tipo sconosciuto: %d"
14638
14639#: builtin/log.c:808
14640msgid "format.headers without value"
14641msgstr "format.headers non ha alcun valore"
14642
14643#: builtin/log.c:925
14644msgid "name of output directory is too long"
14645msgstr "il nome della directory di output è troppo lungo"
14646
14647#: builtin/log.c:941
14648#, c-format
14649msgid "cannot open patch file %s"
14650msgstr "impossibile aprire il file patch %s"
14651
14652#: builtin/log.c:958
14653msgid "need exactly one range"
14654msgstr "è necessario specificare esattamente un intervallo"
14655
14656#: builtin/log.c:968
14657msgid "not a range"
14658msgstr "il valore non è un intervallo"
14659
14660#: builtin/log.c:1091
14661msgid "cover letter needs email format"
14662msgstr "la lettera di accompagnamento dev'essere in formato e-mail"
14663
14664#: builtin/log.c:1097
14665msgid "failed to create cover-letter file"
14666msgstr "creazione del file lettera di accompagnamento non riuscita"
14667
14668#: builtin/log.c:1176
14669#, c-format
14670msgid "insane in-reply-to: %s"
14671msgstr "valore in-reply-to folle: %s"
14672
14673#: builtin/log.c:1203
14674msgid "git format-patch [<options>] [<since> | <revision-range>]"
14675msgstr "git format-patch [<opzioni>] [<da> | <intervallo revisioni>]"
14676
14677#: builtin/log.c:1261
14678msgid "two output directories?"
14679msgstr "due directory di output?"
14680
14681#: builtin/log.c:1372 builtin/log.c:2116 builtin/log.c:2118 builtin/log.c:2130
14682#, c-format
14683msgid "unknown commit %s"
14684msgstr "commit %s sconosciuto"
14685
14686#: builtin/log.c:1382 builtin/replace.c:58 builtin/replace.c:207
14687#: builtin/replace.c:210
14688#, c-format
14689msgid "failed to resolve '%s' as a valid ref"
14690msgstr "impossibile risolvere '%s' come riferimento valido"
14691
14692#: builtin/log.c:1387
14693msgid "could not find exact merge base"
14694msgstr "impossibile trovare esattamente la base del merge"
14695
14696#: builtin/log.c:1391
14697msgid ""
14698"failed to get upstream, if you want to record base commit automatically,\n"
14699"please use git branch --set-upstream-to to track a remote branch.\n"
14700"Or you could specify base commit by --base=<base-commit-id> manually"
14701msgstr ""
14702"impossibile recuperare l'upstream, se vuoi registrare automaticamente\n"
14703"il commit di base usa git branch --set-upstream-to per tracciare un branch\n"
14704"remoto.\n"
14705"In alternativa puoi specificare manualmente il commit di base con\n"
14706"--base=<ID commit di base>"
14707
14708#: builtin/log.c:1411
14709msgid "failed to find exact merge base"
14710msgstr "impossibile trovare esattamente la base del merge"
14711
14712#: builtin/log.c:1422
14713msgid "base commit should be the ancestor of revision list"
14714msgstr "il commit di base dovrebbe essere l'antenato dell'elenco revisioni"
14715
14716#: builtin/log.c:1426
14717msgid "base commit shouldn't be in revision list"
14718msgstr "il commit di base non dovrebbe essere nell'elenco revisioni"
14719
14720#: builtin/log.c:1479
14721msgid "cannot get patch id"
14722msgstr "impossibile ottenere l'ID della patch"
14723
14724#: builtin/log.c:1531
14725msgid "failed to infer range-diff ranges"
14726msgstr "inferenza degli intervalli range-diff non riuscita"
14727
14728#: builtin/log.c:1576
14729msgid "use [PATCH n/m] even with a single patch"
14730msgstr "usa [PATCH n/m] anche con una singola patch"
14731
14732#: builtin/log.c:1579
14733msgid "use [PATCH] even with multiple patches"
14734msgstr "usa [PATCH] anche con più patch"
14735
14736#: builtin/log.c:1583
14737msgid "print patches to standard out"
14738msgstr "stampa le patch sullo standard output"
14739
14740#: builtin/log.c:1585
14741msgid "generate a cover letter"
14742msgstr "genera una lettera di accompagnamento"
14743
14744#: builtin/log.c:1587
14745msgid "use simple number sequence for output file names"
14746msgstr "usa una sequenza numerica semplice per i nomi file di output"
14747
14748#: builtin/log.c:1588
14749msgid "sfx"
14750msgstr "suff"
14751
14752#: builtin/log.c:1589
14753msgid "use <sfx> instead of '.patch'"
14754msgstr "usa <suff> anziché '.patch'"
14755
14756#: builtin/log.c:1591
14757msgid "start numbering patches at <n> instead of 1"
14758msgstr "inizia a numerare le patch da <n> anziché da 1"
14759
14760#: builtin/log.c:1593
14761msgid "mark the series as Nth re-roll"
14762msgstr "contrassegna la serie come l'n-esima versione revisionata"
14763
14764#: builtin/log.c:1595
14765msgid "Use [RFC PATCH] instead of [PATCH]"
14766msgstr "Usa [RFC PATCH] anziché [PATCH]"
14767
14768#: builtin/log.c:1598
14769msgid "Use [<prefix>] instead of [PATCH]"
14770msgstr "Usa [<prefisso>] anziché [PATCH]"
14771
14772#: builtin/log.c:1601
14773msgid "store resulting files in <dir>"
14774msgstr "salva i file risultanti in <dir>"
14775
14776#: builtin/log.c:1604
14777msgid "don't strip/add [PATCH]"
14778msgstr "non eliminare/aggiungere [PATCH]"
14779
14780#: builtin/log.c:1607
14781msgid "don't output binary diffs"
14782msgstr "non mandare in output diff binari"
14783
14784#: builtin/log.c:1609
14785msgid "output all-zero hash in From header"
14786msgstr "manda in output un hash costituito da soli zeri nell'intestazione From"
14787
14788#: builtin/log.c:1611
14789msgid "don't include a patch matching a commit upstream"
14790msgstr "non includere una patch corrispondente a un commit upstream"
14791
14792#: builtin/log.c:1613
14793msgid "show patch format instead of default (patch + stat)"
14794msgstr ""
14795"visualizza il formato della patch anziché l'impostazione predefinita (patch "
14796"+ stat)"
14797
14798#: builtin/log.c:1615
14799msgid "Messaging"
14800msgstr "Messaggistica"
14801
14802#: builtin/log.c:1616
14803msgid "header"
14804msgstr "intestazione"
14805
14806#: builtin/log.c:1617
14807msgid "add email header"
14808msgstr "aggiungi intestazione e-mail"
14809
14810#: builtin/log.c:1618 builtin/log.c:1620
14811msgid "email"
14812msgstr "e-mail"
14813
14814#: builtin/log.c:1618
14815msgid "add To: header"
14816msgstr "aggiungi intestazione A:"
14817
14818#: builtin/log.c:1620
14819msgid "add Cc: header"
14820msgstr "aggiungi intestazione Cc:"
14821
14822#: builtin/log.c:1622
14823msgid "ident"
14824msgstr "identità"
14825
14826#: builtin/log.c:1623
14827msgid "set From address to <ident> (or committer ident if absent)"
14828msgstr ""
14829"imposta l'indirizzo Da a <identità> (o all'identità di chi ha creato il "
14830"commit se assente)"
14831
14832#: builtin/log.c:1625
14833msgid "message-id"
14834msgstr "ID messaggio"
14835
14836#: builtin/log.c:1626
14837msgid "make first mail a reply to <message-id>"
14838msgstr "rendi la prima e-mail una risposta a <ID messaggio>"
14839
14840#: builtin/log.c:1627 builtin/log.c:1630
14841msgid "boundary"
14842msgstr "delimitatore"
14843
14844#: builtin/log.c:1628
14845msgid "attach the patch"
14846msgstr "allega la patch"
14847
14848#: builtin/log.c:1631
14849msgid "inline the patch"
14850msgstr "includi la patch nel messaggio"
14851
14852#: builtin/log.c:1635
14853msgid "enable message threading, styles: shallow, deep"
14854msgstr ""
14855"abilita il raggruppamento messaggi per conversazione, stili: superficiale, "
14856"profondo"
14857
14858#: builtin/log.c:1637
14859msgid "signature"
14860msgstr "firma"
14861
14862#: builtin/log.c:1638
14863msgid "add a signature"
14864msgstr "aggiungi una firma"
14865
14866#: builtin/log.c:1639
14867msgid "base-commit"
14868msgstr "commit di base"
14869
14870#: builtin/log.c:1640
14871msgid "add prerequisite tree info to the patch series"
14872msgstr ""
14873"aggiungi le informazioni prerequisito per l'albero alla serie delle patch"
14874
14875#: builtin/log.c:1642
14876msgid "add a signature from a file"
14877msgstr "aggiungi una firma da file"
14878
14879#: builtin/log.c:1643
14880msgid "don't print the patch filenames"
14881msgstr "non stampare i nomi file delle patch"
14882
14883#: builtin/log.c:1645
14884msgid "show progress while generating patches"
14885msgstr "visualizza l'avanzamento dell'operazione di generazione patch"
14886
14887#: builtin/log.c:1647
14888msgid "show changes against <rev> in cover letter or single patch"
14889msgstr ""
14890"visualizza le modifiche rispetto a <revisione> nella lettera di "
14891"accompagnamento o in una patch singola"
14892
14893#: builtin/log.c:1650
14894msgid "show changes against <refspec> in cover letter or single patch"
14895msgstr ""
14896"visualizza le modifiche rispetto a <specificatore revisione> nella lettera "
14897"di accompagnamento o in una patch singola"
14898
14899#: builtin/log.c:1652
14900msgid "percentage by which creation is weighted"
14901msgstr "percentuale in base a cui viene pesata la creazione"
14902
14903#: builtin/log.c:1727
14904#, c-format
14905msgid "invalid ident line: %s"
14906msgstr "riga ident non valida: %s"
14907
14908#: builtin/log.c:1742
14909msgid "-n and -k are mutually exclusive"
14910msgstr "le opzioni -n e -k sono mutuamente esclusive"
14911
14912#: builtin/log.c:1744
14913msgid "--subject-prefix/--rfc and -k are mutually exclusive"
14914msgstr "le opzioni --subject-prefix/--rfc e -k sono mutuamente esclusive"
14915
14916#: builtin/log.c:1752
14917msgid "--name-only does not make sense"
14918msgstr "--name-only non ha senso"
14919
14920#: builtin/log.c:1754
14921msgid "--name-status does not make sense"
14922msgstr "--name-status non ha senso"
14923
14924#: builtin/log.c:1756
14925msgid "--check does not make sense"
14926msgstr "--check non ha senso"
14927
14928#: builtin/log.c:1788
14929msgid "standard output, or directory, which one?"
14930msgstr "standard output, o directory, quale dei due?"
14931
14932#: builtin/log.c:1877
14933msgid "--interdiff requires --cover-letter or single patch"
14934msgstr "--interdiff richiede --cover-letter o una singola patch"
14935
14936#: builtin/log.c:1881
14937msgid "Interdiff:"
14938msgstr "Interdiff:"
14939
14940#: builtin/log.c:1882
14941#, c-format
14942msgid "Interdiff against v%d:"
14943msgstr "Interdiff rispetto alla versione %d:"
14944
14945#: builtin/log.c:1888
14946msgid "--creation-factor requires --range-diff"
14947msgstr "--creation-factor richiede --range-diff"
14948
14949#: builtin/log.c:1892
14950msgid "--range-diff requires --cover-letter or single patch"
14951msgstr "--range-diff richiede --cover-letter o una singola patch"
14952
14953#: builtin/log.c:1900
14954msgid "Range-diff:"
14955msgstr "Range-diff:"
14956
14957#: builtin/log.c:1901
14958#, c-format
14959msgid "Range-diff against v%d:"
14960msgstr "Range-diff rispetto alla versione %d:"
14961
14962#: builtin/log.c:1912
14963#, c-format
14964msgid "unable to read signature file '%s'"
14965msgstr "impossibile leggere il file firma '%s'"
14966
14967#: builtin/log.c:1948
14968msgid "Generating patches"
14969msgstr "Generazione delle patch in corso"
14970
14971#: builtin/log.c:1992
14972msgid "failed to create output files"
14973msgstr "creazione dei file di output non riuscita"
14974
14975#: builtin/log.c:2051
14976msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
14977msgstr "git cherry [-v] [<upstream> [<head> [<limite>]]]"
14978
14979#: builtin/log.c:2105
14980#, c-format
14981msgid ""
14982"Could not find a tracked remote branch, please specify <upstream> manually.\n"
14983msgstr ""
14984"Impossibile trovare un branch remoto tracciato, specifica <upstream> "
14985"manualmente.\n"
14986
14987#: builtin/ls-files.c:470
14988msgid "git ls-files [<options>] [<file>...]"
14989msgstr "git ls-files [<opzioni>] [<file>...]"
14990
14991#: builtin/ls-files.c:526
14992msgid "identify the file status with tags"
14993msgstr "identifica lo stato del file con i tag"
14994
14995#: builtin/ls-files.c:528
14996msgid "use lowercase letters for 'assume unchanged' files"
14997msgstr "usa lettere minuscole per i file che si 'assumono non modificati'"
14998
14999#: builtin/ls-files.c:530
15000msgid "use lowercase letters for 'fsmonitor clean' files"
15001msgstr "usa lettere minuscole per i file 'fsmonitor clean'"
15002
15003#: builtin/ls-files.c:532
15004msgid "show cached files in the output (default)"
15005msgstr "visualizza file in cache nell'output (impostazione predefinita)"
15006
15007#: builtin/ls-files.c:534
15008msgid "show deleted files in the output"
15009msgstr "visualizza file eliminati nell'output"
15010
15011#: builtin/ls-files.c:536
15012msgid "show modified files in the output"
15013msgstr "visualizza file modificati nell'output"
15014
15015#: builtin/ls-files.c:538
15016msgid "show other files in the output"
15017msgstr "visualizza altri file nell'output"
15018
15019#: builtin/ls-files.c:540
15020msgid "show ignored files in the output"
15021msgstr "visualizza file ignorati nell'output"
15022
15023#: builtin/ls-files.c:543
15024msgid "show staged contents' object name in the output"
15025msgstr ""
15026"visualizza il nome dell'oggetto \"contenuti nell'area di staging\" "
15027"nell'output"
15028
15029#: builtin/ls-files.c:545
15030msgid "show files on the filesystem that need to be removed"
15031msgstr "visualizza i file nel filesystem che devono essere rimossi"
15032
15033#: builtin/ls-files.c:547
15034msgid "show 'other' directories' names only"
15035msgstr "visualizza solo i nomi delle directory 'altro'"
15036
15037#: builtin/ls-files.c:549
15038msgid "show line endings of files"
15039msgstr "visualizza i fine riga dei file"
15040
15041#: builtin/ls-files.c:551
15042msgid "don't show empty directories"
15043msgstr "non visualizzare le directory vuote"
15044
15045#: builtin/ls-files.c:554
15046msgid "show unmerged files in the output"
15047msgstr "visualizza file non sottoposti a merge nell'output"
15048
15049#: builtin/ls-files.c:556
15050msgid "show resolve-undo information"
15051msgstr "visualizza informazioni resolve-undo"
15052
15053#: builtin/ls-files.c:558
15054msgid "skip files matching pattern"
15055msgstr "salta i file corrispondenti a \"espressione regolare\""
15056
15057#: builtin/ls-files.c:561
15058msgid "exclude patterns are read from <file>"
15059msgstr "le espressioni regolari di esclusione sono lette da <file>"
15060
15061#: builtin/ls-files.c:564
15062msgid "read additional per-directory exclude patterns in <file>"
15063msgstr ""
15064"leggi espressioni regolari di esclusione aggiuntive specifiche per directory "
15065"da <file>"
15066
15067#: builtin/ls-files.c:566
15068msgid "add the standard git exclusions"
15069msgstr "aggiungi le esclusioni standard di Git"
15070
15071#: builtin/ls-files.c:570
15072msgid "make the output relative to the project top directory"
15073msgstr "rendi l'output relativo alla directory radice del progetto"
15074
15075#: builtin/ls-files.c:573
15076msgid "recurse through submodules"
15077msgstr "esegui ricorsivamente sui sottomoduli"
15078
15079#: builtin/ls-files.c:575
15080msgid "if any <file> is not in the index, treat this as an error"
15081msgstr "se dei <file> non sono nell'indice, consideralo un errore"
15082
15083#: builtin/ls-files.c:576
15084msgid "tree-ish"
15085msgstr "espressione albero"
15086
15087#: builtin/ls-files.c:577
15088msgid "pretend that paths removed since <tree-ish> are still present"
15089msgstr ""
15090"fingi che i percorsi rimossi da <espressione albero> in poi siano ancora "
15091"presenti"
15092
15093#: builtin/ls-files.c:579
15094msgid "show debugging data"
15095msgstr "visualizza informazioni di debug"
15096
15097#: builtin/ls-remote.c:9
15098msgid ""
15099"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
15100" [-q | --quiet] [--exit-code] [--get-url]\n"
15101" [--symref] [<repository> [<refs>...]]"
15102msgstr ""
15103"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<eseguibile>]\n"
15104" [-q | --quiet] [--exit-code] [--get-url]\n"
15105" [--symref] [<repository> [<riferimenti>...]]"
15106
15107#: builtin/ls-remote.c:59
15108msgid "do not print remote URL"
15109msgstr "non stampare l'URL del remoto"
15110
15111#: builtin/ls-remote.c:60 builtin/ls-remote.c:62 builtin/rebase.c:1464
15112msgid "exec"
15113msgstr "eseguibile"
15114
15115#: builtin/ls-remote.c:61 builtin/ls-remote.c:63
15116msgid "path of git-upload-pack on the remote host"
15117msgstr "percorso di git-upload-pack sull'host remoto"
15118
15119#: builtin/ls-remote.c:65
15120msgid "limit to tags"
15121msgstr "limitati ai tag"
15122
15123#: builtin/ls-remote.c:66
15124msgid "limit to heads"
15125msgstr "limitati alle head"
15126
15127#: builtin/ls-remote.c:67
15128msgid "do not show peeled tags"
15129msgstr "non visualizzare i tag rimossi"
15130
15131#: builtin/ls-remote.c:69
15132msgid "take url.<base>.insteadOf into account"
15133msgstr "tieni in considerazione url.<base>.insteadOf"
15134
15135#: builtin/ls-remote.c:72
15136msgid "exit with exit code 2 if no matching refs are found"
15137msgstr ""
15138"esci con codice d'uscita 2 se non sono stati trovati riferimenti "
15139"corrispondenti"
15140
15141#: builtin/ls-remote.c:75
15142msgid "show underlying ref in addition to the object pointed by it"
15143msgstr "visualizza riferimento sottostante oltre all'oggetto a cui punta"
15144
15145#: builtin/ls-tree.c:30
15146msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
15147msgstr "git ls-tree [<opzioni>] <espressione albero> [<percorso>...]"
15148
15149#: builtin/ls-tree.c:128
15150msgid "only show trees"
15151msgstr "visualizza solo alberi"
15152
15153#: builtin/ls-tree.c:130
15154msgid "recurse into subtrees"
15155msgstr "esegui ricorsivamente nei sottoalberi"
15156
15157#: builtin/ls-tree.c:132
15158msgid "show trees when recursing"
15159msgstr "visualizza gli alberi durante la ricorsione"
15160
15161#: builtin/ls-tree.c:135
15162msgid "terminate entries with NUL byte"
15163msgstr "termina le voci con un byte NUL"
15164
15165#: builtin/ls-tree.c:136
15166msgid "include object size"
15167msgstr "includi dimensioni oggetto"
15168
15169#: builtin/ls-tree.c:138 builtin/ls-tree.c:140
15170msgid "list only filenames"
15171msgstr "elenca solo i nomi file"
15172
15173#: builtin/ls-tree.c:143
15174msgid "use full path names"
15175msgstr "usa nomi percorso completi"
15176
15177#: builtin/ls-tree.c:145
15178msgid "list entire tree; not just current directory (implies --full-name)"
15179msgstr ""
15180"elenca l'intero albero; non solo la directory corrente (implica --full-name)"
15181
15182#: builtin/mailsplit.c:241
15183#, c-format
15184msgid "empty mbox: '%s'"
15185msgstr "mbox vuota: '%s'"
15186
15187#: builtin/merge.c:55
15188msgid "git merge [<options>] [<commit>...]"
15189msgstr "git merge [<opzioni>] [<commit>...]"
15190
15191#: builtin/merge.c:56
15192msgid "git merge --abort"
15193msgstr "git merge --abort"
15194
15195#: builtin/merge.c:57
15196msgid "git merge --continue"
15197msgstr "git merge --continue"
15198
15199#: builtin/merge.c:118
15200msgid "switch `m' requires a value"
15201msgstr "lo switch 'm' richiede un valore"
15202
15203#: builtin/merge.c:141
15204#, c-format
15205msgid "option `%s' requires a value"
15206msgstr "l'opzione `%s' richiede un valore"
15207
15208#: builtin/merge.c:187
15209#, c-format
15210msgid "Could not find merge strategy '%s'.\n"
15211msgstr "Non è stato possibile trovare la strategia di merge '%s'.\n"
15212
15213#: builtin/merge.c:188
15214#, c-format
15215msgid "Available strategies are:"
15216msgstr "Le strategie disponibili sono:"
15217
15218#: builtin/merge.c:193
15219#, c-format
15220msgid "Available custom strategies are:"
15221msgstr "Le strategie personalizzate disponibili sono:"
15222
15223#: builtin/merge.c:244 builtin/pull.c:151
15224msgid "do not show a diffstat at the end of the merge"
15225msgstr "non visualizzare un diffstat al termine del merge"
15226
15227#: builtin/merge.c:247 builtin/pull.c:154
15228msgid "show a diffstat at the end of the merge"
15229msgstr "visualizza un diffstat al termine del merge"
15230
15231#: builtin/merge.c:248 builtin/pull.c:157
15232msgid "(synonym to --stat)"
15233msgstr "(sinonimo di --stat)"
15234
15235#: builtin/merge.c:250 builtin/pull.c:160
15236msgid "add (at most <n>) entries from shortlog to merge commit message"
15237msgstr ""
15238"aggiungi (al più <n>) voci dal registro breve al messaggio di commit del "
15239"merge"
15240
15241#: builtin/merge.c:253 builtin/pull.c:166
15242msgid "create a single commit instead of doing a merge"
15243msgstr "crea un singolo commit anziché eseguire un merge"
15244
15245#: builtin/merge.c:255 builtin/pull.c:169
15246msgid "perform a commit if the merge succeeds (default)"
15247msgstr "esegui un commit se il merge ha successo (impostazione predefinita)"
15248
15249#: builtin/merge.c:257 builtin/pull.c:172
15250msgid "edit message before committing"
15251msgstr "modifica il messaggio prima di eseguire il commit"
15252
15253#: builtin/merge.c:259
15254msgid "allow fast-forward (default)"
15255msgstr "consenti fast forward (impostazione predefinita)"
15256
15257#: builtin/merge.c:261 builtin/pull.c:179
15258msgid "abort if fast-forward is not possible"
15259msgstr "interrompi se il fast forward non è possibile"
15260
15261#: builtin/merge.c:265 builtin/pull.c:182
15262msgid "verify that the named commit has a valid GPG signature"
15263msgstr "verifica che il commit specificato abbia una firma GPG valida"
15264
15265#: builtin/merge.c:266 builtin/notes.c:787 builtin/pull.c:186
15266#: builtin/rebase.c:492 builtin/rebase.c:1477 builtin/revert.c:114
15267msgid "strategy"
15268msgstr "strategia"
15269
15270#: builtin/merge.c:267 builtin/pull.c:187
15271msgid "merge strategy to use"
15272msgstr "strategia di merge da usare"
15273
15274#: builtin/merge.c:268 builtin/pull.c:190
15275msgid "option=value"
15276msgstr "opzione=valore"
15277
15278#: builtin/merge.c:269 builtin/pull.c:191
15279msgid "option for selected merge strategy"
15280msgstr "opzione per la strategia di merge selezionata"
15281
15282#: builtin/merge.c:271
15283msgid "merge commit message (for a non-fast-forward merge)"
15284msgstr "messaggio di commit del merge (per un merge non fast forward)"
15285
15286#: builtin/merge.c:278
15287msgid "abort the current in-progress merge"
15288msgstr "interrompi il merge attualmente in corso"
15289
15290#: builtin/merge.c:280
15291msgid "--abort but leave index and working tree alone"
15292msgstr "esegui --abort ma mantieni immutati l'indice e l'albero di lavoro"
15293
15294#: builtin/merge.c:282
15295msgid "continue the current in-progress merge"
15296msgstr "continua il merge attualmente in corso"
15297
15298#: builtin/merge.c:284 builtin/pull.c:198
15299msgid "allow merging unrelated histories"
15300msgstr "consenti di unire cronologie non correlate"
15301
15302#: builtin/merge.c:290
15303msgid "verify commit-msg hook"
15304msgstr "verifica hook commit-msg"
15305
15306#: builtin/merge.c:307
15307msgid "could not run stash."
15308msgstr "non è stato possibile eseguire stash."
15309
15310#: builtin/merge.c:312
15311msgid "stash failed"
15312msgstr "esecuzione di stash non riuscita"
15313
15314#: builtin/merge.c:317
15315#, c-format
15316msgid "not a valid object: %s"
15317msgstr "non è un oggetto valido: %s"
15318
15319#: builtin/merge.c:339 builtin/merge.c:356
15320msgid "read-tree failed"
15321msgstr "read-tree non riuscito"
15322
15323#: builtin/merge.c:386
15324msgid " (nothing to squash)"
15325msgstr " (nulla di cui eseguire lo squash)"
15326
15327#: builtin/merge.c:397
15328#, c-format
15329msgid "Squash commit -- not updating HEAD\n"
15330msgstr "Commit di squash -- non aggiorno HEAD\n"
15331
15332#: builtin/merge.c:447
15333#, c-format
15334msgid "No merge message -- not updating HEAD\n"
15335msgstr "Nessun messaggio di merge -- HEAD non viene aggiornato\n"
15336
15337#: builtin/merge.c:498
15338#, c-format
15339msgid "'%s' does not point to a commit"
15340msgstr "'%s' non punta ad un commit"
15341
15342#: builtin/merge.c:585
15343#, c-format
15344msgid "Bad branch.%s.mergeoptions string: %s"
15345msgstr "Stringa branch.%s.mergeoptions errata: %s"
15346
15347#: builtin/merge.c:708
15348msgid "Not handling anything other than two heads merge."
15349msgstr "Non gestisco nulla che non sia il merge di due head."
15350
15351#: builtin/merge.c:722
15352#, c-format
15353msgid "Unknown option for merge-recursive: -X%s"
15354msgstr "Opzione sconosciuta per merge-recursive: -X%s"
15355
15356#: builtin/merge.c:737
15357#, c-format
15358msgid "unable to write %s"
15359msgstr "impossibile scrivere %s"
15360
15361#: builtin/merge.c:789
15362#, c-format
15363msgid "Could not read from '%s'"
15364msgstr "Non è stato possibile leggere da '%s'"
15365
15366#: builtin/merge.c:798
15367#, c-format
15368msgid "Not committing merge; use 'git commit' to complete the merge.\n"
15369msgstr ""
15370"Non eseguo il commit del merge; usa 'git commit' per completare il merge.\n"
15371
15372#: builtin/merge.c:804
15373msgid ""
15374"Please enter a commit message to explain why this merge is necessary,\n"
15375"especially if it merges an updated upstream into a topic branch.\n"
15376"\n"
15377msgstr ""
15378"Inserisci un messaggio di commit per spiegare perché è necessario\n"
15379"questo merge, in particolare se si esegue il merge di un upstream\n"
15380"aggiornato in un topic branch.\n"
15381"\n"
15382
15383#: builtin/merge.c:809
15384msgid "An empty message aborts the commit.\n"
15385msgstr "Un messaggio vuoto interromperà il commit.\n"
15386
15387#: builtin/merge.c:812
15388#, c-format
15389msgid ""
15390"Lines starting with '%c' will be ignored, and an empty message aborts\n"
15391"the commit.\n"
15392msgstr ""
15393"Le righe che iniziano con '%c' saranno ignorate e un messaggio vuoto\n"
15394"interromperà il commit.\n"
15395
15396#: builtin/merge.c:853
15397msgid "Empty commit message."
15398msgstr "Messaggio di commit vuoto."
15399
15400#: builtin/merge.c:872
15401#, c-format
15402msgid "Wonderful.\n"
15403msgstr "Splendido.\n"
15404
15405#: builtin/merge.c:933
15406#, c-format
15407msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
15408msgstr ""
15409"Merge automatico fallito; risolvi i conflitti ed esegui il commit\n"
15410"del risultato.\n"
15411
15412#: builtin/merge.c:972
15413msgid "No current branch."
15414msgstr "Nessun branch corrente."
15415
15416#: builtin/merge.c:974
15417msgid "No remote for the current branch."
15418msgstr "Nessun remote per il branch corrente."
15419
15420#: builtin/merge.c:976
15421msgid "No default upstream defined for the current branch."
15422msgstr "Nessun upstream di default definito per il branch corrente."
15423
15424#: builtin/merge.c:981
15425#, c-format
15426msgid "No remote-tracking branch for %s from %s"
15427msgstr "Nessun branch che tracci un remoto per %s da %s"
15428
15429#: builtin/merge.c:1038
15430#, c-format
15431msgid "Bad value '%s' in environment '%s'"
15432msgstr "Valore errato '%s' nell'ambiente '%s'"
15433
15434#: builtin/merge.c:1141
15435#, c-format
15436msgid "not something we can merge in %s: %s"
15437msgstr "non è qualcosa di cui possiamo eseguire il merge in %s: %s"
15438
15439#: builtin/merge.c:1175
15440msgid "not something we can merge"
15441msgstr "non è qualcosa di cui possiamo eseguire il merge"
15442
15443#: builtin/merge.c:1278
15444msgid "--abort expects no arguments"
15445msgstr "--abort non richiede argomenti"
15446
15447#: builtin/merge.c:1282
15448msgid "There is no merge to abort (MERGE_HEAD missing)."
15449msgstr "Non c'è nessun merge da interrompere (MERGE_HEAD mancante)."
15450
15451#: builtin/merge.c:1291
15452msgid "--quit expects no arguments"
15453msgstr "--quit non richiede argomenti"
15454
15455#: builtin/merge.c:1304
15456msgid "--continue expects no arguments"
15457msgstr "--continue non richiede argomenti"
15458
15459#: builtin/merge.c:1308
15460msgid "There is no merge in progress (MERGE_HEAD missing)."
15461msgstr "Non c'è nessun merge in corso (MERGE_HEAD mancante)."
15462
15463#: builtin/merge.c:1324
15464msgid ""
15465"You have not concluded your merge (MERGE_HEAD exists).\n"
15466"Please, commit your changes before you merge."
15467msgstr ""
15468"Non hai concluso il merge (MERGE_HEAD esiste).\n"
15469"Esegui il commit delle modifiche prima di eseguire il merge."
15470
15471#: builtin/merge.c:1331
15472msgid ""
15473"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
15474"Please, commit your changes before you merge."
15475msgstr ""
15476"Non hai concluso il cherry-pick (CHERRY_PICK_HEAD esiste).\n"
15477"Esegui il commit delle modifiche prima di eseguire il merge."
15478
15479#: builtin/merge.c:1334
15480msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
15481msgstr "Il cherry-pick non è stato concluso (CHERRY_PICK_HEAD esiste)."
15482
15483#: builtin/merge.c:1348
15484msgid "You cannot combine --squash with --no-ff."
15485msgstr "Non è possibile combinare --squash con --no-ff."
15486
15487#: builtin/merge.c:1350
15488msgid "You cannot combine --squash with --commit."
15489msgstr "Non è possibile combinare --squash con --commit."
15490
15491#: builtin/merge.c:1366
15492msgid "No commit specified and merge.defaultToUpstream not set."
15493msgstr "Nessun commit specificato e merge.defaultToUpstream non impostato."
15494
15495#: builtin/merge.c:1383
15496msgid "Squash commit into empty head not supported yet"
15497msgstr "Lo squash di un commit in un'head vuota non è ancora supportato"
15498
15499#: builtin/merge.c:1385
15500msgid "Non-fast-forward commit does not make sense into an empty head"
15501msgstr "Un commit non fast forward non ha senso in un'head vuota"
15502
15503#: builtin/merge.c:1390
15504#, c-format
15505msgid "%s - not something we can merge"
15506msgstr "%s - non è qualcosa per cui possiamo eseguire il merge"
15507
15508#: builtin/merge.c:1392
15509msgid "Can merge only exactly one commit into empty head"
15510msgstr "Si può eseguire solo il merge di uno e un solo commit in un'head vuota"
15511
15512#: builtin/merge.c:1471
15513msgid "refusing to merge unrelated histories"
15514msgstr "mi rifiuto di eseguire il merge di cronologie non correlate"
15515
15516#: builtin/merge.c:1480
15517msgid "Already up to date."
15518msgstr "Già aggiornato."
15519
15520#: builtin/merge.c:1490
15521#, c-format
15522msgid "Updating %s..%s\n"
15523msgstr "Aggiornamento di %s..%s\n"
15524
15525#: builtin/merge.c:1532
15526#, c-format
15527msgid "Trying really trivial in-index merge...\n"
15528msgstr "Provo con un merge veramente banale dentro l'indice...\n"
15529
15530#: builtin/merge.c:1539
15531#, c-format
15532msgid "Nope.\n"
15533msgstr "No.\n"
15534
15535#: builtin/merge.c:1564
15536msgid "Already up to date. Yeeah!"
15537msgstr "Già aggiornato. Oh sì!"
15538
15539#: builtin/merge.c:1570
15540msgid "Not possible to fast-forward, aborting."
15541msgstr "Fast forward non possibile, interrompo l'operazione."
15542
15543#: builtin/merge.c:1593 builtin/merge.c:1658
15544#, c-format
15545msgid "Rewinding the tree to pristine...\n"
15546msgstr "Ripristino l'albero in uno stato pulito...\n"
15547
15548#: builtin/merge.c:1597
15549#, c-format
15550msgid "Trying merge strategy %s...\n"
15551msgstr "Tentativo con la strategia di merge %s...\n"
15552
15553#: builtin/merge.c:1649
15554#, c-format
15555msgid "No merge strategy handled the merge.\n"
15556msgstr "Nessuna strategia di merge ha gestito il merge.\n"
15557
15558#: builtin/merge.c:1651
15559#, c-format
15560msgid "Merge with strategy %s failed.\n"
15561msgstr "Merge con la strategia %s fallito.\n"
15562
15563#: builtin/merge.c:1660
15564#, c-format
15565msgid "Using the %s to prepare resolving by hand.\n"
15566msgstr "Uso %s per preparare una risoluzione manuale.\n"
15567
15568#: builtin/merge.c:1672
15569#, c-format
15570msgid "Automatic merge went well; stopped before committing as requested\n"
15571msgstr ""
15572"Il merge automatico è andato a buon fine; fermato prima del commit come "
15573"richiesto\n"
15574
15575#: builtin/merge-base.c:32
15576msgid "git merge-base [-a | --all] <commit> <commit>..."
15577msgstr "git merge-base [-a | --all] <commit> <commit>..."
15578
15579#: builtin/merge-base.c:33
15580msgid "git merge-base [-a | --all] --octopus <commit>..."
15581msgstr "git merge-base [-a | --all] --octopus <commit>..."
15582
15583#: builtin/merge-base.c:34
15584msgid "git merge-base --independent <commit>..."
15585msgstr "git merge-base --independent <commit>..."
15586
15587#: builtin/merge-base.c:35
15588msgid "git merge-base --is-ancestor <commit> <commit>"
15589msgstr "git merge-base --is-ancestor <commit> <commit>"
15590
15591#: builtin/merge-base.c:36
15592msgid "git merge-base --fork-point <ref> [<commit>]"
15593msgstr "git merge-base --fork-point <riferimento> [<commit>]"
15594
15595#: builtin/merge-base.c:153
15596msgid "output all common ancestors"
15597msgstr "manda in output tutti gli antenati comuni"
15598
15599#: builtin/merge-base.c:155
15600msgid "find ancestors for a single n-way merge"
15601msgstr "trova gli antenati per un singolo merge a n vie"
15602
15603#: builtin/merge-base.c:157
15604msgid "list revs not reachable from others"
15605msgstr "elenca le revisioni non raggiungibili dalle altre"
15606
15607#: builtin/merge-base.c:159
15608msgid "is the first one ancestor of the other?"
15609msgstr "il primo argomento è antenato dell'altro?"
15610
15611#: builtin/merge-base.c:161
15612msgid "find where <commit> forked from reflog of <ref>"
15613msgstr ""
15614"trova il punto di fork di <commit> dal registro dei riferimenti di "
15615"<riferimento>"
15616
15617#: builtin/merge-file.c:9
15618msgid ""
15619"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
15620"<orig-file> <file2>"
15621msgstr ""
15622"git merge-file [<opzioni>] [-L <nome1> [-L <originale> [-L <nome2>]]] "
15623"<file1> <file originale> <file2>"
15624
15625#: builtin/merge-file.c:35
15626msgid "send results to standard output"
15627msgstr "invia i risultati allo standard output"
15628
15629#: builtin/merge-file.c:36
15630msgid "use a diff3 based merge"
15631msgstr "usa un merge basato su diff3"
15632
15633#: builtin/merge-file.c:37
15634msgid "for conflicts, use our version"
15635msgstr "per i conflitti, usa la nostra versione"
15636
15637#: builtin/merge-file.c:39
15638msgid "for conflicts, use their version"
15639msgstr "per i conflitti, usa la loro versione"
15640
15641#: builtin/merge-file.c:41
15642msgid "for conflicts, use a union version"
15643msgstr "per i conflitti, usa una versione unita"
15644
15645#: builtin/merge-file.c:44
15646msgid "for conflicts, use this marker size"
15647msgstr "per i conflitti, usa questa dimensione dei contrassegni"
15648
15649#: builtin/merge-file.c:45
15650msgid "do not warn about conflicts"
15651msgstr "non emettere avvisi in caso di conflitti"
15652
15653#: builtin/merge-file.c:47
15654msgid "set labels for file1/orig-file/file2"
15655msgstr "imposta etichette per file1/file originale/file2"
15656
15657#: builtin/merge-recursive.c:46
15658#, c-format
15659msgid "unknown option %s"
15660msgstr "opzione sconosciuta %s"
15661
15662#: builtin/merge-recursive.c:52
15663#, c-format
15664msgid "could not parse object '%s'"
15665msgstr "impossibile analizzare l'oggetto '%s'"
15666
15667#: builtin/merge-recursive.c:56
15668#, c-format
15669msgid "cannot handle more than %d base. Ignoring %s."
15670msgid_plural "cannot handle more than %d bases. Ignoring %s."
15671msgstr[0] "impossibile gestire più di %d base. Ignoro %s."
15672msgstr[1] "impossibile gestire più di %d basi. Ignoro %s."
15673
15674#: builtin/merge-recursive.c:64
15675msgid "not handling anything other than two heads merge."
15676msgstr "non gestisco nulla che non sia il merge di due head."
15677
15678#: builtin/merge-recursive.c:70 builtin/merge-recursive.c:72
15679#, c-format
15680msgid "could not resolve ref '%s'"
15681msgstr "impossibile risolvere il riferimento '%s'"
15682
15683#: builtin/merge-recursive.c:78
15684#, c-format
15685msgid "Merging %s with %s\n"
15686msgstr "Merge di %s con %s in corso\n"
15687
15688#: builtin/mktree.c:66
15689msgid "git mktree [-z] [--missing] [--batch]"
15690msgstr "git mktree [-z] [--missing] [--batch]"
15691
15692#: builtin/mktree.c:154
15693msgid "input is NUL terminated"
15694msgstr "l'input è terminato da NUL"
15695
15696#: builtin/mktree.c:155 builtin/write-tree.c:26
15697msgid "allow missing objects"
15698msgstr "consenti oggetti mancanti"
15699
15700#: builtin/mktree.c:156
15701msgid "allow creation of more than one tree"
15702msgstr "consenti la creazione di più di un albero"
15703
15704#: builtin/multi-pack-index.c:9
15705msgid ""
15706"git multi-pack-index [--object-dir=<dir>] (write|verify|expire|repack --"
15707"batch-size=<size>)"
15708msgstr ""
15709"git multi-pack-index [--object-dir=<directory>] (write|verify|expire|repack"
15710" --batch-size=<dimensione>)"
15711
15712#: builtin/multi-pack-index.c:23
15713msgid "object directory containing set of packfile and pack-index pairs"
15714msgstr ""
15715"directory oggetti contenente un insieme di coppie packfile e pack-index"
15716
15717#: builtin/multi-pack-index.c:25
15718msgid ""
15719"during repack, collect pack-files of smaller size into a batch that is "
15720"larger than this size"
15721msgstr ""
15722"durante il repack, raccogli i file pack di dimensioni più piccole in un"
15723" gruppo più grande di queste dimensioni"
15724
15725#: builtin/multi-pack-index.c:43 builtin/prune-packed.c:67
15726msgid "too many arguments"
15727msgstr "troppi argomenti"
15728
15729#: builtin/multi-pack-index.c:52
15730msgid "--batch-size option is only for 'repack' subcommand"
15731msgstr "l'opzione --batch-size è consentita solo per il sottocomando 'repack'"
15732
15733#: builtin/multi-pack-index.c:61
15734#, c-format
15735msgid "unrecognized subcommand: %s"
15736msgstr "sottocomando sconosciuto: %s"
15737
15738#: builtin/mv.c:18
15739msgid "git mv [<options>] <source>... <destination>"
15740msgstr "git mv [<opzioni>] <sorgente>... <destinazione>"
15741
15742#: builtin/mv.c:83
15743#, c-format
15744msgid "Directory %s is in index and no submodule?"
15745msgstr "La directory %s è nell'indice e non è specificato un sottomodulo?"
15746
15747#: builtin/mv.c:85
15748msgid "Please stage your changes to .gitmodules or stash them to proceed"
15749msgstr ""
15750"Esegui lo stage delle modifiche a .gitmodules o eseguine lo stash per "
15751"procedere"
15752
15753#: builtin/mv.c:103
15754#, c-format
15755msgid "%.*s is in index"
15756msgstr "%.*s è nell'indice"
15757
15758#: builtin/mv.c:125
15759msgid "force move/rename even if target exists"
15760msgstr "forza spostamento/ridenominazione anche se la destinazione esiste"
15761
15762#: builtin/mv.c:127
15763msgid "skip move/rename errors"
15764msgstr "salta errori spostamento/ridenominazione"
15765
15766#: builtin/mv.c:169
15767#, c-format
15768msgid "destination '%s' is not a directory"
15769msgstr "la destinazione '%s' non è una directory"
15770
15771#: builtin/mv.c:180
15772#, c-format
15773msgid "Checking rename of '%s' to '%s'\n"
15774msgstr "Controllo la ridenominazione di '%s' in '%s'\n"
15775
15776#: builtin/mv.c:184
15777msgid "bad source"
15778msgstr "sourgente errata"
15779
15780#: builtin/mv.c:187
15781msgid "can not move directory into itself"
15782msgstr "non è possibile spostare la directory in sé stessa"
15783
15784#: builtin/mv.c:190
15785msgid "cannot move directory over file"
15786msgstr "non è possibile spostare la directory su un file"
15787
15788#: builtin/mv.c:199
15789msgid "source directory is empty"
15790msgstr "la directory sorgente è vuota"
15791
15792#: builtin/mv.c:224
15793msgid "not under version control"
15794msgstr "non è sotto controllo di versione"
15795
15796#: builtin/mv.c:227
15797msgid "destination exists"
15798msgstr "la destinazione esiste"
15799
15800#: builtin/mv.c:235
15801#, c-format
15802msgid "overwriting '%s'"
15803msgstr "sovrascrittura di %s in corso"
15804
15805#: builtin/mv.c:238
15806msgid "Cannot overwrite"
15807msgstr "Impossibile sovrascrivere"
15808
15809#: builtin/mv.c:241
15810msgid "multiple sources for the same target"
15811msgstr "fonti multiple per la stessa destinazione"
15812
15813#: builtin/mv.c:243
15814msgid "destination directory does not exist"
15815msgstr "la directory di destinazione non esiste"
15816
15817#: builtin/mv.c:250
15818#, c-format
15819msgid "%s, source=%s, destination=%s"
15820msgstr "%s, sorgente=%s, destinazione=%s"
15821
15822#: builtin/mv.c:271
15823#, c-format
15824msgid "Renaming %s to %s\n"
15825msgstr "Rinominazione di %s in %s in corso\n"
15826
15827#: builtin/mv.c:277 builtin/remote.c:717 builtin/repack.c:520
15828#, c-format
15829msgid "renaming '%s' failed"
15830msgstr "rinomina di '%s' non riuscita"
15831
15832#: builtin/name-rev.c:352
15833msgid "git name-rev [<options>] <commit>..."
15834msgstr "git name-rev [<opzioni>] <commit>..."
15835
15836#: builtin/name-rev.c:353
15837msgid "git name-rev [<options>] --all"
15838msgstr "git name-rev [<opzioni>] --all"
15839
15840#: builtin/name-rev.c:354
15841msgid "git name-rev [<options>] --stdin"
15842msgstr "git name-rev [<opzioni>] --stdin"
15843
15844#: builtin/name-rev.c:411
15845msgid "print only names (no SHA-1)"
15846msgstr "stampa solo i nomi (non lo SHA-1)"
15847
15848#: builtin/name-rev.c:412
15849msgid "only use tags to name the commits"
15850msgstr "usa solo tag per denominare i commit"
15851
15852#: builtin/name-rev.c:414
15853msgid "only use refs matching <pattern>"
15854msgstr "usa solo i riferimenti corrispondenti a <pattern>"
15855
15856#: builtin/name-rev.c:416
15857msgid "ignore refs matching <pattern>"
15858msgstr "ignora i riferimenti corrispondenti a <pattern>"
15859
15860#: builtin/name-rev.c:418
15861msgid "list all commits reachable from all refs"
15862msgstr "elenca tutti i commit raggiungibili da tutti i riferimenti"
15863
15864#: builtin/name-rev.c:419
15865msgid "read from stdin"
15866msgstr "leggi dallo standard input"
15867
15868#: builtin/name-rev.c:420
15869msgid "allow to print `undefined` names (default)"
15870msgstr "consenti di stampare nomi `non definito` (impostazione predefinita)"
15871
15872#: builtin/name-rev.c:426
15873msgid "dereference tags in the input (internal use)"
15874msgstr "dereferenzia tag nell'input (uso interno)"
15875
15876#: builtin/notes.c:28
15877msgid "git notes [--ref <notes-ref>] [list [<object>]]"
15878msgstr "git notes [--ref <riferimento note>] [list [<oggetto>]]"
15879
15880#: builtin/notes.c:29
15881msgid ""
15882"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
15883"| (-c | -C) <object>] [<object>]"
15884msgstr ""
15885"git notes [--ref <riferimento note>] add [-f] [--allow-empty] [-m "
15886"<messaggio> | -F <file> | (-c | -C) <oggetto>] [<oggetto>]"
15887
15888#: builtin/notes.c:30
15889msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
15890msgstr ""
15891"git notes [--ref <riferimento note>] copy [-f] <oggetto sorgente> <oggetto "
15892"destinazione>"
15893
15894#: builtin/notes.c:31
15895msgid ""
15896"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
15897"(-c | -C) <object>] [<object>]"
15898msgstr ""
15899"git notes [--ref <riferimento note>] append [--allow-empty] [-m <messaggio> "
15900"| -F <file> | (-c | -C) <oggetto>] [<oggetto>]"
15901
15902#: builtin/notes.c:32
15903msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
15904msgstr "git notes [--ref <riferimento note>] edit [--allow-empty] [<oggetto>]"
15905
15906#: builtin/notes.c:33
15907msgid "git notes [--ref <notes-ref>] show [<object>]"
15908msgstr "git notes [--ref <riferimento note>] show [<oggetto>]"
15909
15910#: builtin/notes.c:34
15911msgid ""
15912"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
15913msgstr ""
15914"git notes [--ref <riferimento note>] merge [-v | -q] [-s <strategia>] "
15915"<riferimento note>"
15916
15917#: builtin/notes.c:35
15918msgid "git notes merge --commit [-v | -q]"
15919msgstr "git notes merge --commit [-v | -q]"
15920
15921#: builtin/notes.c:36
15922msgid "git notes merge --abort [-v | -q]"
15923msgstr "git notes merge --abort [-v | -q]"
15924
15925#: builtin/notes.c:37
15926msgid "git notes [--ref <notes-ref>] remove [<object>...]"
15927msgstr "git notes [--ref <riferimento note>] remove [<oggetto>...]"
15928
15929#: builtin/notes.c:38
15930msgid "git notes [--ref <notes-ref>] prune [-n] [-v]"
15931msgstr "git notes [--ref <riferimento note>] prune [-n] [-v]"
15932
15933#: builtin/notes.c:39
15934msgid "git notes [--ref <notes-ref>] get-ref"
15935msgstr "git notes [--ref <riferimento note>] get-ref"
15936
15937#: builtin/notes.c:44
15938msgid "git notes [list [<object>]]"
15939msgstr "git notes [list [<oggetto>]]"
15940
15941#: builtin/notes.c:49
15942msgid "git notes add [<options>] [<object>]"
15943msgstr "git notes add [<opzioni>] [<oggetto>]"
15944
15945#: builtin/notes.c:54
15946msgid "git notes copy [<options>] <from-object> <to-object>"
15947msgstr "git notes copy [<oggetto>] <oggetto sorgente> <oggetto destinazione>"
15948
15949#: builtin/notes.c:55
15950msgid "git notes copy --stdin [<from-object> <to-object>]..."
15951msgstr "git notes copy --stdin [<oggetto sorgente> <oggetto destinazione>]..."
15952
15953#: builtin/notes.c:60
15954msgid "git notes append [<options>] [<object>]"
15955msgstr "git notes append [<opzioni>] [<oggetto>]"
15956
15957#: builtin/notes.c:65
15958msgid "git notes edit [<object>]"
15959msgstr "git notes edit [<oggetto>]"
15960
15961#: builtin/notes.c:70
15962msgid "git notes show [<object>]"
15963msgstr "git notes show [<oggetto>]"
15964
15965#: builtin/notes.c:75
15966msgid "git notes merge [<options>] <notes-ref>"
15967msgstr "git notes merge [<opzioni>] <riferimento note>"
15968
15969#: builtin/notes.c:76
15970msgid "git notes merge --commit [<options>]"
15971msgstr "git notes merge --commit [<opzioni>]"
15972
15973#: builtin/notes.c:77
15974msgid "git notes merge --abort [<options>]"
15975msgstr "git notes merge --abort [<opzioni>]"
15976
15977#: builtin/notes.c:82
15978msgid "git notes remove [<object>]"
15979msgstr "git notes remove [<oggetto>]"
15980
15981#: builtin/notes.c:87
15982msgid "git notes prune [<options>]"
15983msgstr "git notes prune [<opzioni>]"
15984
15985#: builtin/notes.c:92
15986msgid "git notes get-ref"
15987msgstr "git notes get-ref"
15988
15989#: builtin/notes.c:97
15990msgid "Write/edit the notes for the following object:"
15991msgstr "Scrivi/modifica le note per l'oggetto seguente:"
15992
15993#: builtin/notes.c:150
15994#, c-format
15995msgid "unable to start 'show' for object '%s'"
15996msgstr "impossibile avviare 'show' per l'oggetto '%s'"
15997
15998#: builtin/notes.c:154
15999msgid "could not read 'show' output"
16000msgstr "impossibile leggere l'output di 'show'"
16001
16002#: builtin/notes.c:162
16003#, c-format
16004msgid "failed to finish 'show' for object '%s'"
16005msgstr "impossibile terminare 'show' per l'oggetto '%s'"
16006
16007#: builtin/notes.c:197
16008msgid "please supply the note contents using either -m or -F option"
16009msgstr "fornisci i contenuti delle note usando l'opzione -m o -F"
16010
16011#: builtin/notes.c:206
16012msgid "unable to write note object"
16013msgstr "impossibile scrivere l'oggetto nota"
16014
16015#: builtin/notes.c:208
16016#, c-format
16017msgid "the note contents have been left in %s"
16018msgstr "i contenuti della nota sono stati lasciati in %s"
16019
16020#: builtin/notes.c:242 builtin/tag.c:532
16021#, c-format
16022msgid "could not open or read '%s'"
16023msgstr "non è stato possibile aprire o leggere '%s'"
16024
16025#: builtin/notes.c:263 builtin/notes.c:313 builtin/notes.c:315
16026#: builtin/notes.c:383 builtin/notes.c:438 builtin/notes.c:526
16027#: builtin/notes.c:531 builtin/notes.c:610 builtin/notes.c:672
16028#, c-format
16029msgid "failed to resolve '%s' as a valid ref."
16030msgstr "impossibile risolvere '%s' come riferimento valido."
16031
16032#: builtin/notes.c:265
16033#, c-format
16034msgid "failed to read object '%s'."
16035msgstr "lettura dell'oggetto '%s' non riuscita."
16036
16037#: builtin/notes.c:268
16038#, c-format
16039msgid "cannot read note data from non-blob object '%s'."
16040msgstr "impossibile leggere i dati della nota dall'oggetto non blob '%s'."
16041
16042#: builtin/notes.c:309
16043#, c-format
16044msgid "malformed input line: '%s'."
16045msgstr "riga di input malformata: '%s'."
16046
16047#: builtin/notes.c:324
16048#, c-format
16049msgid "failed to copy notes from '%s' to '%s'"
16050msgstr "copia delle note da '%s' a '%s' non riuscita"
16051
16052#. TRANSLATORS: the first %s will be replaced by a git
16053#. notes command: 'add', 'merge', 'remove', etc.
16054#.
16055#: builtin/notes.c:356
16056#, c-format
16057msgid "refusing to %s notes in %s (outside of refs/notes/)"
16058msgstr ""
16059"mi rifiuto di eseguire %s delle note in %s (al di fuori di refs/notes/)"
16060
16061#: builtin/notes.c:376 builtin/notes.c:431 builtin/notes.c:509
16062#: builtin/notes.c:521 builtin/notes.c:598 builtin/notes.c:665
16063#: builtin/notes.c:815 builtin/notes.c:963 builtin/notes.c:985
16064msgid "too many parameters"
16065msgstr "troppi parametri"
16066
16067#: builtin/notes.c:389 builtin/notes.c:678
16068#, c-format
16069msgid "no note found for object %s."
16070msgstr "nessuna nota trovata per l'oggetto %s."
16071
16072#: builtin/notes.c:410 builtin/notes.c:576
16073msgid "note contents as a string"
16074msgstr "contenuti della nota come stringa"
16075
16076#: builtin/notes.c:413 builtin/notes.c:579
16077msgid "note contents in a file"
16078msgstr "contenuti della nota in un file"
16079
16080#: builtin/notes.c:416 builtin/notes.c:582
16081msgid "reuse and edit specified note object"
16082msgstr "riusa l'oggetto nota specificato per poi modificarlo"
16083
16084#: builtin/notes.c:419 builtin/notes.c:585
16085msgid "reuse specified note object"
16086msgstr "riusa l'oggetto nota specificato"
16087
16088#: builtin/notes.c:422 builtin/notes.c:588
16089msgid "allow storing empty note"
16090msgstr "consenti il salvataggio di una nota vuota"
16091
16092#: builtin/notes.c:423 builtin/notes.c:496
16093msgid "replace existing notes"
16094msgstr "sostituisci le note esistenti"
16095
16096#: builtin/notes.c:448
16097#, c-format
16098msgid ""
16099"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
16100"existing notes"
16101msgstr ""
16102"Impossibile aggiungere note. Trovate note esistenti per l'oggetto %s. Usa '-"
16103"f' per sovrascrivere le note esistenti"
16104
16105#: builtin/notes.c:463 builtin/notes.c:544
16106#, c-format
16107msgid "Overwriting existing notes for object %s\n"
16108msgstr "Sovrascrittura delle note esistenti per l'oggetto %s\n"
16109
16110#: builtin/notes.c:475 builtin/notes.c:637 builtin/notes.c:902
16111#, c-format
16112msgid "Removing note for object %s\n"
16113msgstr "Rimozione della nota per l'oggetto %s\n"
16114
16115#: builtin/notes.c:497
16116msgid "read objects from stdin"
16117msgstr "leggi oggetti dallo standard input"
16118
16119#: builtin/notes.c:499
16120msgid "load rewriting config for <command> (implies --stdin)"
16121msgstr ""
16122"carica la configurazione di riscrittura per <comando> (implica --stdin)"
16123
16124#: builtin/notes.c:517
16125msgid "too few parameters"
16126msgstr "troppi pochi parametri"
16127
16128#: builtin/notes.c:538
16129#, c-format
16130msgid ""
16131"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
16132"existing notes"
16133msgstr ""
16134"Impossibile copiare le note. Trovate note esistenti per l'oggetto %s. Usa '-"
16135"f' per sovrascrivere le note esistenti"
16136
16137#: builtin/notes.c:550
16138#, c-format
16139msgid "missing notes on source object %s. Cannot copy."
16140msgstr "note mancanti per l'oggetto sorgente %s. Impossibile copiare."
16141
16142#: builtin/notes.c:603
16143#, c-format
16144msgid ""
16145"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
16146"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
16147msgstr ""
16148"Le opzioni -m/-F/-c/-C per il sottocomando 'edit' sono deprecate.\n"
16149"Usa 'git notes add -f -m/-F/-c/-C' al loro posto.\n"
16150
16151#: builtin/notes.c:698
16152msgid "failed to delete ref NOTES_MERGE_PARTIAL"
16153msgstr "eliminazione del riferimento NOTES_MERGE_PARTIAL non riuscita"
16154
16155#: builtin/notes.c:700
16156msgid "failed to delete ref NOTES_MERGE_REF"
16157msgstr "eliminazione del riferimento NOTES_MERGE_REF non riuscita"
16158
16159#: builtin/notes.c:702
16160msgid "failed to remove 'git notes merge' worktree"
16161msgstr "rimozione dell'albero di lavoro di 'git notes merge' non riuscita"
16162
16163#: builtin/notes.c:722
16164msgid "failed to read ref NOTES_MERGE_PARTIAL"
16165msgstr "lettura del riferimento NOTES_MERGE_PARTIAL non riuscita"
16166
16167#: builtin/notes.c:724
16168msgid "could not find commit from NOTES_MERGE_PARTIAL."
16169msgstr "impossibile trovare il commit da NOTES_MERGE_PARTIAL."
16170
16171#: builtin/notes.c:726
16172msgid "could not parse commit from NOTES_MERGE_PARTIAL."
16173msgstr "impossibile analizzare il commit da NOTES_MERGE_PARTIAL."
16174
16175#: builtin/notes.c:739
16176msgid "failed to resolve NOTES_MERGE_REF"
16177msgstr "risoluzione di NOTES_MERGE_REF non riuscita"
16178
16179#: builtin/notes.c:742
16180msgid "failed to finalize notes merge"
16181msgstr "finalizzazione del merge delle note non riuscita"
16182
16183#: builtin/notes.c:768
16184#, c-format
16185msgid "unknown notes merge strategy %s"
16186msgstr "strategia di merge delle note %s sconosciuta"
16187
16188#: builtin/notes.c:784
16189msgid "General options"
16190msgstr "Opzioni generali"
16191
16192#: builtin/notes.c:786
16193msgid "Merge options"
16194msgstr "Opzioni merge"
16195
16196#: builtin/notes.c:788
16197msgid ""
16198"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
16199"cat_sort_uniq)"
16200msgstr ""
16201"risolvi i conflitti delle note usando la strategia data (manual/ours/theirs/"
16202"union/cat_sort_uniq)"
16203
16204#: builtin/notes.c:790
16205msgid "Committing unmerged notes"
16206msgstr "Commit delle note non sottoposte a merge"
16207
16208#: builtin/notes.c:792
16209msgid "finalize notes merge by committing unmerged notes"
16210msgstr ""
16211"finalizza il merge delle note eseguendo il commit delle note non sottoposte "
16212"a merge"
16213
16214#: builtin/notes.c:794
16215msgid "Aborting notes merge resolution"
16216msgstr "Interruzione della risoluzione del merge delle note"
16217
16218#: builtin/notes.c:796
16219msgid "abort notes merge"
16220msgstr "interrompi il merge delle note"
16221
16222#: builtin/notes.c:807
16223msgid "cannot mix --commit, --abort or -s/--strategy"
16224msgstr "impossibile usare contemporaneamente --commit, --abort o -s/--strategy"
16225
16226#: builtin/notes.c:812
16227msgid "must specify a notes ref to merge"
16228msgstr "devi specificare un riferimento note da sottoporre a merge"
16229
16230#: builtin/notes.c:836
16231#, c-format
16232msgid "unknown -s/--strategy: %s"
16233msgstr "-s/--strategy sconosciuta: %s"
16234
16235#: builtin/notes.c:873
16236#, c-format
16237msgid "a notes merge into %s is already in-progress at %s"
16238msgstr "è già in corso un'operazione di merge delle note in %s al percorso %s"
16239
16240#: builtin/notes.c:876
16241#, c-format
16242msgid "failed to store link to current notes ref (%s)"
16243msgstr ""
16244"salvataggio del collegamento al riferimento corrente delle note (%s) non "
16245"riuscito"
16246
16247#: builtin/notes.c:878
16248#, c-format
16249msgid ""
16250"Automatic notes merge failed. Fix conflicts in %s and commit the result with "
16251"'git notes merge --commit', or abort the merge with 'git notes merge --"
16252"abort'.\n"
16253msgstr ""
16254"Merge automatico delle note non riuscito. Risolvi i conflitti in %s ed "
16255"esegui il commit del risultato con 'git notes merge --commit' o interrompi "
16256"il merge con 'git notes merge --abort'.\n"
16257
16258#: builtin/notes.c:897 builtin/tag.c:545
16259#, c-format
16260msgid "Failed to resolve '%s' as a valid ref."
16261msgstr "Risoluzione di '%s' come riferimento valido non riuscita."
16262
16263#: builtin/notes.c:900
16264#, c-format
16265msgid "Object %s has no note\n"
16266msgstr "L'oggetto %s non ha note.\n"
16267
16268#: builtin/notes.c:912
16269msgid "attempt to remove non-existent note is not an error"
16270msgstr "il tentativo di rimuovere una nota inesistente non è un errore"
16271
16272#: builtin/notes.c:915
16273msgid "read object names from the standard input"
16274msgstr "leggi i nomi degli oggetti dallo standard input"
16275
16276#: builtin/notes.c:954 builtin/prune.c:130 builtin/worktree.c:165
16277msgid "do not remove, show only"
16278msgstr "non rimuovere, limitati a visualizzare"
16279
16280#: builtin/notes.c:955
16281msgid "report pruned notes"
16282msgstr "segnala le note eliminate"
16283
16284#: builtin/notes.c:998
16285msgid "notes-ref"
16286msgstr "riferimento note"
16287
16288#: builtin/notes.c:999
16289msgid "use notes from <notes-ref>"
16290msgstr "usa le note in <riferimento note>"
16291
16292#: builtin/notes.c:1034 builtin/stash.c:1598
16293#, c-format
16294msgid "unknown subcommand: %s"
16295msgstr "sottocomando sconosciuto: %s"
16296
16297#: builtin/pack-objects.c:52
16298msgid ""
16299"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
16300msgstr ""
16301"git pack-objects --stdout [<opzioni>...] [< <elenco riferimenti> | < <elenco "
16302"oggetti>]"
16303
16304#: builtin/pack-objects.c:53
16305msgid ""
16306"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
16307msgstr ""
16308"git pack-objects [<opzioni>...] <nome base> [< <elenco riferimenti> | < "
16309"<elenco oggetti>]"
16310
16311#: builtin/pack-objects.c:424
16312#, c-format
16313msgid "bad packed object CRC for %s"
16314msgstr "CRC oggetto sottoposto a pack %s errato"
16315
16316#: builtin/pack-objects.c:435
16317#, c-format
16318msgid "corrupt packed object for %s"
16319msgstr "oggetto sottoposto a pack %s corrotto"
16320
16321#: builtin/pack-objects.c:566
16322#, c-format
16323msgid "recursive delta detected for object %s"
16324msgstr "rilevato delta ricorsivo per l'oggetto %s"
16325
16326#: builtin/pack-objects.c:777
16327#, c-format
16328msgid "ordered %u objects, expected %<PRIu32>"
16329msgstr "%u oggetti ordinati, attesi %<PRIu32>"
16330
16331#: builtin/pack-objects.c:790
16332#, c-format
16333msgid "packfile is invalid: %s"
16334msgstr "packfile non valido: %s"
16335
16336#: builtin/pack-objects.c:794
16337#, c-format
16338msgid "unable to open packfile for reuse: %s"
16339msgstr "impossibile aprire il packfile per il suo riuso: %s"
16340
16341#: builtin/pack-objects.c:798
16342msgid "unable to seek in reused packfile"
16343msgstr "impossibile eseguire seek nel packfile riusato"
16344
16345#: builtin/pack-objects.c:809
16346msgid "unable to read from reused packfile"
16347msgstr "impossibile leggere dal packfile riusato"
16348
16349#: builtin/pack-objects.c:837
16350msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
16351msgstr ""
16352"disabilito la scrittura delle bitmap, i pack sono divisi a causa "
16353"dell'impostazione pack.packSizeLimit"
16354
16355#: builtin/pack-objects.c:850
16356msgid "Writing objects"
16357msgstr "Scrittura degli oggetti in corso"
16358
16359#: builtin/pack-objects.c:912 builtin/update-index.c:89
16360#, c-format
16361msgid "failed to stat %s"
16362msgstr "stat di %s non riuscito"
16363
16364#: builtin/pack-objects.c:965
16365#, c-format
16366msgid "wrote %<PRIu32> objects while expecting %<PRIu32>"
16367msgstr "scritti %<PRIu32> oggetti quando me ne attendevo %<PRIu32>"
16368
16369#: builtin/pack-objects.c:1161
16370msgid "disabling bitmap writing, as some objects are not being packed"
16371msgstr ""
16372"disabilito la scrittura delle bitmap perché alcuni oggetti non saranno "
16373"sottoposti a pack"
16374
16375#: builtin/pack-objects.c:1591
16376#, c-format
16377msgid "delta base offset overflow in pack for %s"
16378msgstr "overflow dell'offset base del delta nel pack per %s"
16379
16380#: builtin/pack-objects.c:1600
16381#, c-format
16382msgid "delta base offset out of bound for %s"
16383msgstr "offset base del delta fuori dall'intervallo consentito per %s"
16384
16385#: builtin/pack-objects.c:1869
16386msgid "Counting objects"
16387msgstr "Conteggio degli oggetti in corso"
16388
16389#: builtin/pack-objects.c:1999
16390#, c-format
16391msgid "unable to get size of %s"
16392msgstr "impossibile recuperare le dimensioni di %s"
16393
16394#: builtin/pack-objects.c:2014
16395#, c-format
16396msgid "unable to parse object header of %s"
16397msgstr "impossibile analizzare l'intestazione oggetto di %s"
16398
16399#: builtin/pack-objects.c:2084 builtin/pack-objects.c:2100
16400#: builtin/pack-objects.c:2110
16401#, c-format
16402msgid "object %s cannot be read"
16403msgstr "impossibile leggere l'oggetto %s"
16404
16405#: builtin/pack-objects.c:2087 builtin/pack-objects.c:2114
16406#, c-format
16407msgid "object %s inconsistent object length (%<PRIuMAX> vs %<PRIuMAX>)"
16408msgstr ""
16409"oggetto %s: lunghezza oggetto inconsistente (%<PRIuMAX> contro %<PRIuMAX>)"
16410
16411#: builtin/pack-objects.c:2124
16412msgid "suboptimal pack - out of memory"
16413msgstr "pack subottimo - memoria esaurita"
16414
16415#: builtin/pack-objects.c:2450
16416#, c-format
16417msgid "Delta compression using up to %d threads"
16418msgstr "Compressione delta in corso, uso fino a %d thread"
16419
16420#: builtin/pack-objects.c:2582
16421#, c-format
16422msgid "unable to pack objects reachable from tag %s"
16423msgstr "impossibile eseguire il pack degli oggetti raggiungibili dal tag %s"
16424
16425#: builtin/pack-objects.c:2669
16426msgid "Compressing objects"
16427msgstr "Compressione oggetti in corso"
16428
16429#: builtin/pack-objects.c:2675
16430msgid "inconsistency with delta count"
16431msgstr "inconsistenza con il numero dei delta"
16432
16433#: builtin/pack-objects.c:2756
16434#, c-format
16435msgid ""
16436"expected edge object ID, got garbage:\n"
16437" %s"
16438msgstr ""
16439"atteso ID oggetto arco, ricevuti dati errati:\n"
16440" %s"
16441
16442#: builtin/pack-objects.c:2762
16443#, c-format
16444msgid ""
16445"expected object ID, got garbage:\n"
16446" %s"
16447msgstr ""
16448"atteso ID oggetto, ricevuti dati errati:\n"
16449" %s"
16450
16451#: builtin/pack-objects.c:2860
16452msgid "invalid value for --missing"
16453msgstr "valore non valido per --missing"
16454
16455#: builtin/pack-objects.c:2919 builtin/pack-objects.c:3027
16456msgid "cannot open pack index"
16457msgstr "impossibile aprire l'indice pack"
16458
16459#: builtin/pack-objects.c:2950
16460#, c-format
16461msgid "loose object at %s could not be examined"
16462msgstr "impossibile esaminare l'oggetto sciolto %s"
16463
16464#: builtin/pack-objects.c:3035
16465msgid "unable to force loose object"
16466msgstr "impossibile forzare l'oggetto sciolto"
16467
16468#: builtin/pack-objects.c:3127
16469#, c-format
16470msgid "not a rev '%s'"
16471msgstr "'%s' non è una revisione"
16472
16473#: builtin/pack-objects.c:3130
16474#, c-format
16475msgid "bad revision '%s'"
16476msgstr "revisione '%s' errata"
16477
16478#: builtin/pack-objects.c:3155
16479msgid "unable to add recent objects"
16480msgstr "impossibile aggiungere gli oggetti recenti"
16481
16482#: builtin/pack-objects.c:3208
16483#, c-format
16484msgid "unsupported index version %s"
16485msgstr "versione %s di index non supportata"
16486
16487#: builtin/pack-objects.c:3212
16488#, c-format
16489msgid "bad index version '%s'"
16490msgstr "versione '%s' di index errata"
16491
16492#: builtin/pack-objects.c:3242
16493msgid "do not show progress meter"
16494msgstr "non visualizzare la barra di avanzamento"
16495
16496#: builtin/pack-objects.c:3244
16497msgid "show progress meter"
16498msgstr "visualizza la barra di avanzamento"
16499
16500#: builtin/pack-objects.c:3246
16501msgid "show progress meter during object writing phase"
16502msgstr ""
16503"visualizza la barra di avanzamento durante la fase di scrittura oggetti"
16504
16505#: builtin/pack-objects.c:3249
16506msgid "similar to --all-progress when progress meter is shown"
16507msgstr "simile a --all-progress quando è visualizzata la barra di avanzamento"
16508
16509#: builtin/pack-objects.c:3250
16510msgid "<version>[,<offset>]"
16511msgstr "<versione>[,<offset>]"
16512
16513#: builtin/pack-objects.c:3251
16514msgid "write the pack index file in the specified idx format version"
16515msgstr "scrivi il file indice pack usando la versione formato idx specificata"
16516
16517#: builtin/pack-objects.c:3254
16518msgid "maximum size of each output pack file"
16519msgstr "dimensione massima di ogni file pack in output"
16520
16521#: builtin/pack-objects.c:3256
16522msgid "ignore borrowed objects from alternate object store"
16523msgstr "ignora gli oggetti presi in prestito dallo store oggetti alternativo"
16524
16525#: builtin/pack-objects.c:3258
16526msgid "ignore packed objects"
16527msgstr "ignora gli oggetti sottoposti a pack"
16528
16529#: builtin/pack-objects.c:3260
16530msgid "limit pack window by objects"
16531msgstr "limita la finestra di pack al numero di oggetti specificato"
16532
16533#: builtin/pack-objects.c:3262
16534msgid "limit pack window by memory in addition to object limit"
16535msgstr ""
16536"limita la finestra di pack alla memoria specificata in aggiunta al limite "
16537"sugli oggetti"
16538
16539#: builtin/pack-objects.c:3264
16540msgid "maximum length of delta chain allowed in the resulting pack"
16541msgstr "lunghezza massima della catena di delta consentita nel pack risultante"
16542
16543#: builtin/pack-objects.c:3266
16544msgid "reuse existing deltas"
16545msgstr "riusa i delta esistenti"
16546
16547#: builtin/pack-objects.c:3268
16548msgid "reuse existing objects"
16549msgstr "riusa gli oggetti esistenti"
16550
16551#: builtin/pack-objects.c:3270
16552msgid "use OFS_DELTA objects"
16553msgstr "usa oggetti OFS_DELTA"
16554
16555#: builtin/pack-objects.c:3272
16556msgid "use threads when searching for best delta matches"
16557msgstr ""
16558"usa più thread durante la ricerca delle migliori corrispondenze per i delta"
16559
16560#: builtin/pack-objects.c:3274
16561msgid "do not create an empty pack output"
16562msgstr "non creare un output pack vuoto"
16563
16564#: builtin/pack-objects.c:3276
16565msgid "read revision arguments from standard input"
16566msgstr "leggi gli argomenti revisione dallo standard input"
16567
16568#: builtin/pack-objects.c:3278
16569msgid "limit the objects to those that are not yet packed"
16570msgstr "limita gli oggetti a quelli non ancora sottoposti a pack"
16571
16572#: builtin/pack-objects.c:3281
16573msgid "include objects reachable from any reference"
16574msgstr "includi gli oggetti raggiungibili da qualunque riferimento"
16575
16576#: builtin/pack-objects.c:3284
16577msgid "include objects referred by reflog entries"
16578msgstr "includi gli oggetti referenziati da voci del log riferimenti"
16579
16580#: builtin/pack-objects.c:3287
16581msgid "include objects referred to by the index"
16582msgstr "includi gli oggetti referenziati dall'indice"
16583
16584#: builtin/pack-objects.c:3290
16585msgid "output pack to stdout"
16586msgstr "invia il pack in output sullo standard output"
16587
16588#: builtin/pack-objects.c:3292
16589msgid "include tag objects that refer to objects to be packed"
16590msgstr ""
16591"includi gli oggetti tag che fanno riferimento agli oggetti da sottoporre a "
16592"pack"
16593
16594#: builtin/pack-objects.c:3294
16595msgid "keep unreachable objects"
16596msgstr "mantieni gli oggetti non raggiungibili"
16597
16598#: builtin/pack-objects.c:3296
16599msgid "pack loose unreachable objects"
16600msgstr "esegui il pack degli oggetti non raggiungibili sciolti"
16601
16602#: builtin/pack-objects.c:3298
16603msgid "unpack unreachable objects newer than <time>"
16604msgstr "decomprimi gli oggetti non raggiungibili più recenti di <tempo>"
16605
16606#: builtin/pack-objects.c:3301
16607msgid "use the sparse reachability algorithm"
16608msgstr "usa l'algoritmo di raggiungibilità sparse"
16609
16610#: builtin/pack-objects.c:3303
16611msgid "create thin packs"
16612msgstr "crea pack thin"
16613
16614#: builtin/pack-objects.c:3305
16615msgid "create packs suitable for shallow fetches"
16616msgstr "crea pack adatti per fetch shallow"
16617
16618#: builtin/pack-objects.c:3307
16619msgid "ignore packs that have companion .keep file"
16620msgstr "ignora i pack che hanno un file .keep che li accompagna"
16621
16622#: builtin/pack-objects.c:3309
16623msgid "ignore this pack"
16624msgstr "ignora questo pack"
16625
16626#: builtin/pack-objects.c:3311
16627msgid "pack compression level"
16628msgstr "livello compressione pack"
16629
16630#: builtin/pack-objects.c:3313
16631msgid "do not hide commits by grafts"
16632msgstr "non nascondere i commit innestati"
16633
16634#: builtin/pack-objects.c:3315
16635msgid "use a bitmap index if available to speed up counting objects"
16636msgstr ""
16637"usa un indice bitmap se disponibile per velocizzare il conteggio degli "
16638"oggetti"
16639
16640#: builtin/pack-objects.c:3317
16641msgid "write a bitmap index together with the pack index"
16642msgstr "scrivi un indice bitmap insieme all'indice pack"
16643
16644#: builtin/pack-objects.c:3320
16645msgid "handling for missing objects"
16646msgstr "azione da eseguire sugli oggetti mancanti"
16647
16648#: builtin/pack-objects.c:3323
16649msgid "do not pack objects in promisor packfiles"
16650msgstr "non eseguire il pack degli oggetti nei file pack promettenti"
16651
16652#: builtin/pack-objects.c:3325
16653msgid "respect islands during delta compression"
16654msgstr "rispetta le isole durante la compressione delta"
16655
16656#: builtin/pack-objects.c:3350
16657#, c-format
16658msgid "delta chain depth %d is too deep, forcing %d"
16659msgstr "la profondità della catena dei delta (%d) è troppo elevata, forzo %d"
16660
16661#: builtin/pack-objects.c:3355
16662#, c-format
16663msgid "pack.deltaCacheLimit is too high, forcing %d"
16664msgstr "il valore pack.deltaCacheLimit è troppo elevato, forzo %d"
16665
16666#: builtin/pack-objects.c:3409
16667msgid "--max-pack-size cannot be used to build a pack for transfer"
16668msgstr ""
16669"--max-pack-size non può essere usato per generare un pack da trasferire"
16670
16671#: builtin/pack-objects.c:3411
16672msgid "minimum pack size limit is 1 MiB"
16673msgstr "il limite minimo delle dimensioni dei pack è 1 MiB"
16674
16675#: builtin/pack-objects.c:3416
16676msgid "--thin cannot be used to build an indexable pack"
16677msgstr "--thin non può essere usato per generare un pack indicizzabile"
16678
16679#: builtin/pack-objects.c:3419
16680msgid "--keep-unreachable and --unpack-unreachable are incompatible"
16681msgstr "--keep-unreachable e --unpack-unreachable non sono compatibili"
16682
16683#: builtin/pack-objects.c:3425
16684msgid "cannot use --filter without --stdout"
16685msgstr "impossibile usare --filter senza --stdout"
16686
16687#: builtin/pack-objects.c:3486
16688msgid "Enumerating objects"
16689msgstr "Enumerazione degli oggetti in corso"
16690
16691#: builtin/pack-objects.c:3516
16692#, c-format
16693msgid "Total %<PRIu32> (delta %<PRIu32>), reused %<PRIu32> (delta %<PRIu32>)"
16694msgstr ""
16695"%<PRIu32> oggetti totali (%<PRIu32> delta), %<PRIu32> riutilizzati "
16696"(%<PRIu32> delta)"
16697
16698#: builtin/pack-refs.c:8
16699msgid "git pack-refs [<options>]"
16700msgstr "git pack-refs [<opzioni>]"
16701
16702#: builtin/pack-refs.c:16
16703msgid "pack everything"
16704msgstr "esegui il pack di tutto"
16705
16706#: builtin/pack-refs.c:17
16707msgid "prune loose refs (default)"
16708msgstr "elimina i riferimenti sciolti (impostazione predefinita)"
16709
16710#: builtin/prune-packed.c:9
16711msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
16712msgstr "git prune-packed [-n | --dry-run] [-q | --quiet]"
16713
16714#: builtin/prune-packed.c:42
16715msgid "Removing duplicate objects"
16716msgstr "Rimozione oggetti duplicati in corso"
16717
16718#: builtin/prune.c:12
16719msgid "git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"
16720msgstr "git prune [-n] [-v] [--progress] [--expire <tempo>] [--] [<head>...]"
16721
16722#: builtin/prune.c:131
16723msgid "report pruned objects"
16724msgstr "segnala gli oggetti ripuliti"
16725
16726#: builtin/prune.c:134
16727msgid "expire objects older than <time>"
16728msgstr "fai scadere oggetti più vecchi di <tempo>"
16729
16730#: builtin/prune.c:136
16731msgid "limit traversal to objects outside promisor packfiles"
16732msgstr "limita la visita agli oggetti al di fuori dei file pack promettenti"
16733
16734#: builtin/prune.c:150
16735msgid "cannot prune in a precious-objects repo"
16736msgstr ""
16737"impossibile eseguire l'eliminazione in un repository 'oggetti preziosi'"
16738
16739#: builtin/pull.c:66 builtin/pull.c:68
16740#, c-format
16741msgid "Invalid value for %s: %s"
16742msgstr "Valore non valido per %s: %s"
16743
16744#: builtin/pull.c:88
16745msgid "git pull [<options>] [<repository> [<refspec>...]]"
16746msgstr "git pull [<opzioni>] [<repository> [<specificatore riferimento>...]]"
16747
16748#: builtin/pull.c:141
16749msgid "control for recursive fetching of submodules"
16750msgstr "controlla il recupero ricorsivo dei sottomoduli"
16751
16752#: builtin/pull.c:145
16753msgid "Options related to merging"
16754msgstr "Opzioni relative al merge"
16755
16756#: builtin/pull.c:148
16757msgid "incorporate changes by rebasing rather than merging"
16758msgstr "incorpora le modifiche eseguendo un rebase anziché un merge"
16759
16760#: builtin/pull.c:176 builtin/rebase.c:447 builtin/revert.c:126
16761msgid "allow fast-forward"
16762msgstr "consenti fast forward"
16763
16764#: builtin/pull.c:185
16765msgid "automatically stash/stash pop before and after rebase"
16766msgstr "esegui stash/stash pop automaticamente prima e dopo il rebase"
16767
16768#: builtin/pull.c:201
16769msgid "Options related to fetching"
16770msgstr "Opzioni relative al fetch"
16771
16772#: builtin/pull.c:211
16773msgid "force overwrite of local branch"
16774msgstr "forza la sovrascrittura del branch locale"
16775
16776#: builtin/pull.c:219
16777msgid "number of submodules pulled in parallel"
16778msgstr "numero di sottomoduli recuperati in parallelo"
16779
16780#: builtin/pull.c:316
16781#, c-format
16782msgid "Invalid value for pull.ff: %s"
16783msgstr "Valore non valido per pull.ff: %s"
16784
16785#: builtin/pull.c:433
16786msgid ""
16787"There is no candidate for rebasing against among the refs that you just "
16788"fetched."
16789msgstr ""
16790"Non ci sono candidati in base ai quali eseguire il rebase fra i riferimenti "
16791"appena recuperati."
16792
16793#: builtin/pull.c:435
16794msgid ""
16795"There are no candidates for merging among the refs that you just fetched."
16796msgstr ""
16797"Non ci sono candidati in base ai quali eseguire il merge fra i riferimenti "
16798"appena recuperati."
16799
16800#: builtin/pull.c:436
16801msgid ""
16802"Generally this means that you provided a wildcard refspec which had no\n"
16803"matches on the remote end."
16804msgstr ""
16805"In generale, questo significa che hai fornito uno specificatore\n"
16806"riferimento che non aveva corrispondenze nel remoto."
16807
16808#: builtin/pull.c:439
16809#, c-format
16810msgid ""
16811"You asked to pull from the remote '%s', but did not specify\n"
16812"a branch. Because this is not the default configured remote\n"
16813"for your current branch, you must specify a branch on the command line."
16814msgstr ""
16815"Hai chiesto di eseguire un pull dal remoto '%s' ma non hai\n"
16816"specificato un branch. Dal momento che questo non è il remoto\n"
16817"configurato come predefinito per il branch corrente, devi\n"
16818"specificare un branch sulla riga di comando."
16819
16820#: builtin/pull.c:444 builtin/rebase.c:1326 git-parse-remote.sh:73
16821msgid "You are not currently on a branch."
16822msgstr "Attualmente non sei su un branch."
16823
16824#: builtin/pull.c:446 builtin/pull.c:461 git-parse-remote.sh:79
16825msgid "Please specify which branch you want to rebase against."
16826msgstr "Specifica il branch in base a cui vuoi effettuare il rebase."
16827
16828#: builtin/pull.c:448 builtin/pull.c:463 git-parse-remote.sh:82
16829msgid "Please specify which branch you want to merge with."
16830msgstr "Specifica il branch in base a cui vuoi effettuare il merge."
16831
16832#: builtin/pull.c:449 builtin/pull.c:464
16833msgid "See git-pull(1) for details."
16834msgstr "Vedi git-pull(1) per ulteriori dettagli."
16835
16836#: builtin/pull.c:451 builtin/pull.c:457 builtin/pull.c:466
16837#: builtin/rebase.c:1332 git-parse-remote.sh:64
16838msgid "<remote>"
16839msgstr "<remoto>"
16840
16841#: builtin/pull.c:451 builtin/pull.c:466 builtin/pull.c:471
16842#: git-parse-remote.sh:65
16843msgid "<branch>"
16844msgstr "<branch>"
16845
16846#: builtin/pull.c:459 builtin/rebase.c:1324 git-parse-remote.sh:75
16847msgid "There is no tracking information for the current branch."
16848msgstr "Non ci sono informazioni di tracciamento per il branch corrente."
16849
16850#: builtin/pull.c:468 git-parse-remote.sh:95
16851msgid ""
16852"If you wish to set tracking information for this branch you can do so with:"
16853msgstr ""
16854"Se vuoi impostare le informazioni di tracciamento per questo branch puoi "
16855"farlo con:"
16856
16857#: builtin/pull.c:473
16858#, c-format
16859msgid ""
16860"Your configuration specifies to merge with the ref '%s'\n"
16861"from the remote, but no such ref was fetched."
16862msgstr ""
16863"La tua configurazione specifica che deve essere eseguito\n"
16864"il merge con il riferimento '%s' del remoto, ma un tale\n"
16865"riferimento non è stato recuperato."
16866
16867#: builtin/pull.c:581
16868#, c-format
16869msgid "unable to access commit %s"
16870msgstr "impossibile accedere al commit %s"
16871
16872#: builtin/pull.c:861
16873msgid "ignoring --verify-signatures for rebase"
16874msgstr "ignoro --verify-signature per il rebase"
16875
16876#: builtin/pull.c:916
16877msgid "--[no-]autostash option is only valid with --rebase."
16878msgstr "l'opzione --[no-]autostash option è valida solo con --rebase."
16879
16880#: builtin/pull.c:924
16881msgid "Updating an unborn branch with changes added to the index."
16882msgstr "Aggiorno un branch non nato con le modifiche aggiunte all'indice."
16883
16884#: builtin/pull.c:928
16885msgid "pull with rebase"
16886msgstr "pull con rebase"
16887
16888#: builtin/pull.c:929
16889msgid "please commit or stash them."
16890msgstr "eseguine il commit o lo stash."
16891
16892#: builtin/pull.c:954
16893#, c-format
16894msgid ""
16895"fetch updated the current branch head.\n"
16896"fast-forwarding your working tree from\n"
16897"commit %s."
16898msgstr ""
16899"il fetch ha aggiornato l'head del\n"
16900"branch corrente.\n"
16901"Eseguo il fast forward dell'albero\n"
16902"di lavoro dal commit %s."
16903
16904#: builtin/pull.c:960
16905#, c-format
16906msgid ""
16907"Cannot fast-forward your working tree.\n"
16908"After making sure that you saved anything precious from\n"
16909"$ git diff %s\n"
16910"output, run\n"
16911"$ git reset --hard\n"
16912"to recover."
16913msgstr ""
16914"Impossibile eseguire il fast forward dell'albero\n"
16915"di lavoro.\n"
16916"Dopo esserti assicurato di aver salvato tutto ciò\n"
16917"che è importante dall'output di\n"
16918"$ git diff %s\n"
16919"esegui\n"
16920"$ git reset --hard\n"
16921"per eseguire il ripristino."
16922
16923#: builtin/pull.c:975
16924msgid "Cannot merge multiple branches into empty head."
16925msgstr "Impossibile eseguire il merge di più branch in un head vuoto."
16926
16927#: builtin/pull.c:979
16928msgid "Cannot rebase onto multiple branches."
16929msgstr "Impossibile eseguire il rebase su più branch."
16930
16931#: builtin/pull.c:986
16932msgid "cannot rebase with locally recorded submodule modifications"
16933msgstr ""
16934"impossibile eseguire il rebase se ci sono delle modifiche registrate "
16935"localmente ai sottomoduli"
16936
16937#: builtin/push.c:19
16938msgid "git push [<options>] [<repository> [<refspec>...]]"
16939msgstr "git push [<opzioni>] [<repository> [<specificatore riferimento>...]]"
16940
16941#: builtin/push.c:111
16942msgid "tag shorthand without <tag>"
16943msgstr "esegui il tag della forma breve senza <tag>"
16944
16945#: builtin/push.c:121
16946msgid "--delete only accepts plain target ref names"
16947msgstr "--delete accetta solo nomi dei ref di destinazione in chiaro"
16948
16949#: builtin/push.c:167
16950msgid ""
16951"\n"
16952"To choose either option permanently, see push.default in 'git help config'."
16953msgstr ""
16954"\n"
16955"Per scegliere permanentemente una delle due opzioni, vedi push.default in "
16956"'git help config'."
16957
16958#: builtin/push.c:170
16959#, c-format
16960msgid ""
16961"The upstream branch of your current branch does not match\n"
16962"the name of your current branch. To push to the upstream branch\n"
16963"on the remote, use\n"
16964"\n"
16965" git push %s HEAD:%s\n"
16966"\n"
16967"To push to the branch of the same name on the remote, use\n"
16968"\n"
16969" git push %s HEAD\n"
16970"%s"
16971msgstr ""
16972"Il branch upstream del branch attuale non corrisponde al\n"
16973"nome del branch attuale. Per eseguire il push al branch upstream\n"
16974"del remoto, usa\n"
16975"\n"
16976" git push %s HEAD:%s\n"
16977"\n"
16978"Per eseguire il push al branch con lo stesso nome del remoto, usa\n"
16979"\n"
16980" git push %s HEAD\n"
16981"%s"
16982
16983#: builtin/push.c:185
16984#, c-format
16985msgid ""
16986"You are not currently on a branch.\n"
16987"To push the history leading to the current (detached HEAD)\n"
16988"state now, use\n"
16989"\n"
16990" git push %s HEAD:<name-of-remote-branch>\n"
16991msgstr ""
16992"Attualmente non sei su un branch.\n"
16993"Per eseguire ora il push della cronologia che ha condotto\n"
16994"allo stato corrente (HEAD scollegato), usa\n"
16995"\n"
16996" git push %s HEAD:<nome del branch remoto>\n"
16997
16998#: builtin/push.c:199
16999#, c-format
17000msgid ""
17001"The current branch %s has no upstream branch.\n"
17002"To push the current branch and set the remote as upstream, use\n"
17003"\n"
17004" git push --set-upstream %s %s\n"
17005msgstr ""
17006"Il branch corrente %s non ha alcun branch upstream.\n"
17007"Per eseguire il push del branch corrente ed impostare il remoto come "
17008"upstream, usa\n"
17009"\n"
17010" git push --set-upstream %s %s\n"
17011
17012#: builtin/push.c:207
17013#, c-format
17014msgid "The current branch %s has multiple upstream branches, refusing to push."
17015msgstr ""
17016"Il branch corrente %s ha più branch upstream, mi rifiuto di eseguire il push."
17017
17018#: builtin/push.c:210
17019#, c-format
17020msgid ""
17021"You are pushing to remote '%s', which is not the upstream of\n"
17022"your current branch '%s', without telling me what to push\n"
17023"to update which remote branch."
17024msgstr ""
17025"Stai eseguendo il push al remoto '%s', che non è l'upstream del\n"
17026"branch corrente '%s', senza dirmi di cosa devo eseguire il push\n"
17027"per aggiornare quale branch remoto."
17028
17029#: builtin/push.c:269
17030msgid ""
17031"You didn't specify any refspecs to push, and push.default is \"nothing\"."
17032msgstr ""
17033"Non è stato specificato alcun refspec per il push, e push.default è \"nothing"
17034"\"."
17035
17036#: builtin/push.c:276
17037msgid ""
17038"Updates were rejected because the tip of your current branch is behind\n"
17039"its remote counterpart. Integrate the remote changes (e.g.\n"
17040"'git pull ...') before pushing again.\n"
17041"See the 'Note about fast-forwards' in 'git push --help' for details."
17042msgstr ""
17043"Gli aggiornamenti sono stati rifiutati perché l'ultimo commit del branch\n"
17044"attuale è rimasto indietro rispetto alla sua controparte remota.\n"
17045"Integra le modifiche remote (ad es. con 'git pull ...') prima di\n"
17046"eseguire nuovamente il push.\n"
17047"Vedi la 'Nota sui fast forward' in 'git push --help' per ulteriori\n"
17048"dettagli."
17049
17050#: builtin/push.c:282
17051msgid ""
17052"Updates were rejected because a pushed branch tip is behind its remote\n"
17053"counterpart. Check out this branch and integrate the remote changes\n"
17054"(e.g. 'git pull ...') before pushing again.\n"
17055"See the 'Note about fast-forwards' in 'git push --help' for details."
17056msgstr ""
17057"Gli aggiornamenti sono stati rifiutati perché l'ultimo commit di un\n"
17058"branch di cui è stato eseguito il push è rimasto indietro rispetto\n"
17059"alla sua controparte remota. Esegui il checkout di questo branch e\n"
17060"integra le modifiche remote (ad es. con 'git pull ...') prima di\n"
17061"eseguire nuovamente il push.\n"
17062"Vedi la 'Nota sui fast forward' in 'git push --help' per ulteriori\n"
17063"dettagli."
17064
17065#: builtin/push.c:288
17066msgid ""
17067"Updates were rejected because the remote contains work that you do\n"
17068"not have locally. This is usually caused by another repository pushing\n"
17069"to the same ref. You may want to first integrate the remote changes\n"
17070"(e.g., 'git pull ...') before pushing again.\n"
17071"See the 'Note about fast-forwards' in 'git push --help' for details."
17072msgstr ""
17073"Gli aggiornamenti sono stati rifiutati perché il remoto contiene delle\n"
17074"modifiche che non hai localmente. Ciò solitamente è causato da un push\n"
17075"da un altro repository allo stesso riferimento. Potresti voler integrare\n"
17076"le modifiche remote (ad es. con 'git pull ...') prima di eseguire\n"
17077"nuovamente il push.\n"
17078"Vedi la 'Nota sui fast forward' in 'git push --help' per ulteriori\n"
17079"dettagli."
17080
17081#: builtin/push.c:295
17082msgid "Updates were rejected because the tag already exists in the remote."
17083msgstr ""
17084"Gli aggiornamenti sono stati rifiutati perché il tag esiste già nel remoto."
17085
17086#: builtin/push.c:298
17087msgid ""
17088"You cannot update a remote ref that points at a non-commit object,\n"
17089"or update a remote ref to make it point at a non-commit object,\n"
17090"without using the '--force' option.\n"
17091msgstr ""
17092"Non puoi aggiornare un riferimento remoto che punta a un oggetto\n"
17093"diverso da un commit o aggiornare un riferimento remoto per farlo\n"
17094"puntare a un oggetto diverso da un commit senza usare l'opzione\n"
17095"'--force'.\n"
17096
17097#: builtin/push.c:359
17098#, c-format
17099msgid "Pushing to %s\n"
17100msgstr "Push su %s in corso\n"
17101
17102#: builtin/push.c:364
17103#, c-format
17104msgid "failed to push some refs to '%s'"
17105msgstr "push di alcuni riferimenti su '%s' non riuscito"
17106
17107#: builtin/push.c:398
17108#, c-format
17109msgid "bad repository '%s'"
17110msgstr "repository '%s' errato"
17111
17112#: builtin/push.c:399
17113msgid ""
17114"No configured push destination.\n"
17115"Either specify the URL from the command-line or configure a remote "
17116"repository using\n"
17117"\n"
17118" git remote add <name> <url>\n"
17119"\n"
17120"and then push using the remote name\n"
17121"\n"
17122" git push <name>\n"
17123msgstr ""
17124"Nessuna destinazione per il push configurata.\n"
17125"Specifica un URL dalla riga di comando oppure configurare un repository "
17126"remoto usando\n"
17127"\n"
17128" git remote add <nome> <url>\n"
17129"\n"
17130"e poi eseguire il push usando il nome del remote\n"
17131"\n"
17132" git push <nome>\n"
17133
17134#: builtin/push.c:554
17135msgid "repository"
17136msgstr "repository"
17137
17138#: builtin/push.c:555 builtin/send-pack.c:164
17139msgid "push all refs"
17140msgstr "esegui il push di tutti i riferimenti"
17141
17142#: builtin/push.c:556 builtin/send-pack.c:166
17143msgid "mirror all refs"
17144msgstr "esegui il mirror di tutti i riferimenti"
17145
17146#: builtin/push.c:558
17147msgid "delete refs"
17148msgstr "elimina riferimenti"
17149
17150#: builtin/push.c:559
17151msgid "push tags (can't be used with --all or --mirror)"
17152msgstr "esegui il push dei tag (non può essere usato con --all o --mirror)"
17153
17154#: builtin/push.c:562 builtin/send-pack.c:167
17155msgid "force updates"
17156msgstr "forza gli aggiornamenti"
17157
17158#: builtin/push.c:564 builtin/send-pack.c:181
17159msgid "<refname>:<expect>"
17160msgstr "<nome riferimento>:<valore atteso>"
17161
17162#: builtin/push.c:565 builtin/send-pack.c:182
17163msgid "require old value of ref to be at this value"
17164msgstr ""
17165"richiedi che il vecchio valore del riferimento corrisponda a questo valore"
17166
17167#: builtin/push.c:568
17168msgid "control recursive pushing of submodules"
17169msgstr "controlla il push ricorsivo dei sottomoduli"
17170
17171#: builtin/push.c:570 builtin/send-pack.c:175
17172msgid "use thin pack"
17173msgstr "usa un thin pack"
17174
17175#: builtin/push.c:571 builtin/push.c:572 builtin/send-pack.c:161
17176#: builtin/send-pack.c:162
17177msgid "receive pack program"
17178msgstr "programma ricezione pack"
17179
17180#: builtin/push.c:573
17181msgid "set upstream for git pull/status"
17182msgstr "imposta l'upstream per git pull/status"
17183
17184#: builtin/push.c:576
17185msgid "prune locally removed refs"
17186msgstr "elimina i riferimenti rimossi localmente"
17187
17188#: builtin/push.c:578
17189msgid "bypass pre-push hook"
17190msgstr "ignora l'hook pre-push"
17191
17192#: builtin/push.c:579
17193msgid "push missing but relevant tags"
17194msgstr "esegui il push dei tag mancanti ma rilevanti"
17195
17196#: builtin/push.c:582 builtin/send-pack.c:169
17197msgid "GPG sign the push"
17198msgstr "firma il push con GPG"
17199
17200#: builtin/push.c:584 builtin/send-pack.c:176
17201msgid "request atomic transaction on remote side"
17202msgstr "richiedi l'atomicità della transazione al remoto"
17203
17204#: builtin/push.c:602
17205msgid "--delete is incompatible with --all, --mirror and --tags"
17206msgstr "--delete non è compatibile con --all, --mirror e --tags"
17207
17208#: builtin/push.c:604
17209msgid "--delete doesn't make sense without any refs"
17210msgstr "--delete non ha senso senza alcun ref"
17211
17212#: builtin/push.c:607
17213msgid "--all and --tags are incompatible"
17214msgstr "--all e --tags non sono compatibili"
17215
17216#: builtin/push.c:609
17217msgid "--all can't be combined with refspecs"
17218msgstr "--all non può essere combinato con degli specificatori riferimento"
17219
17220#: builtin/push.c:613
17221msgid "--mirror and --tags are incompatible"
17222msgstr "--mirror e --tags non sono compatibili"
17223
17224#: builtin/push.c:615
17225msgid "--mirror can't be combined with refspecs"
17226msgstr "--mirror non può essere combinato con degli specificatori riferimento"
17227
17228#: builtin/push.c:618
17229msgid "--all and --mirror are incompatible"
17230msgstr "--all e --mirror non sono compatibili"
17231
17232#: builtin/push.c:637
17233msgid "push options must not have new line characters"
17234msgstr "le opzioni push non devono avere caratteri di fine riga"
17235
17236#: builtin/range-diff.c:8
17237msgid "git range-diff [<options>] <old-base>..<old-tip> <new-base>..<new-tip>"
17238msgstr ""
17239"git range-diff [<opzioni>] <vecchia base>..<vecchio ultimo commit> <nuova "
17240"base>..<nuovo ultimo commit>"
17241
17242#: builtin/range-diff.c:9
17243msgid "git range-diff [<options>] <old-tip>...<new-tip>"
17244msgstr ""
17245"git range-diff [<opzioni>] <vecchio ultimo commit>...<nuovo ultimo commit>"
17246
17247#: builtin/range-diff.c:10
17248msgid "git range-diff [<options>] <base> <old-tip> <new-tip>"
17249msgstr ""
17250"git range-diff [<opzioni>] <base> <vecchio ultimo commit> <nuovo ultimo "
17251"commit>"
17252
17253#: builtin/range-diff.c:21
17254msgid "Percentage by which creation is weighted"
17255msgstr "Percentuale in base a cui viene pesata la creazione"
17256
17257#: builtin/range-diff.c:23
17258msgid "use simple diff colors"
17259msgstr "usa colori semplici per il diff"
17260
17261#: builtin/range-diff.c:46 builtin/range-diff.c:50
17262#, c-format
17263msgid "no .. in range: '%s'"
17264msgstr "nessun .. nell'intervallo: '%s'"
17265
17266#: builtin/range-diff.c:60
17267msgid "single arg format must be symmetric range"
17268msgstr "il formato dell'unico argomento dev'essere un intervallo simmetrico"
17269
17270#: builtin/range-diff.c:75
17271msgid "need two commit ranges"
17272msgstr "devono essere specificati due intervalli commit"
17273
17274#: builtin/read-tree.c:41
17275msgid ""
17276"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
17277"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
17278"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
17279msgstr ""
17280"git read-tree [(-m [--trivial] [--aggressive] | --reset | --"
17281"prefix=<prefisso>) [-u [--exclude-per-directory=<gitignore>] | -i]] [--no-"
17282"sparse-checkout] [--index-output=<file>] (--empty | <espressione albero 1> "
17283"[<espressione albero 2> [<espressione albero 3>]])"
17284
17285#: builtin/read-tree.c:124
17286msgid "write resulting index to <file>"
17287msgstr "scrivi l'indice risultante in <file>"
17288
17289#: builtin/read-tree.c:127
17290msgid "only empty the index"
17291msgstr "svuota solo l'indice"
17292
17293#: builtin/read-tree.c:129
17294msgid "Merging"
17295msgstr "Merge"
17296
17297#: builtin/read-tree.c:131
17298msgid "perform a merge in addition to a read"
17299msgstr "esegui il merge oltre a una lettura"
17300
17301#: builtin/read-tree.c:133
17302msgid "3-way merge if no file level merging required"
17303msgstr "merge a tre vie se non sono richiesti merge a livello di file"
17304
17305#: builtin/read-tree.c:135
17306msgid "3-way merge in presence of adds and removes"
17307msgstr "merge a tre vie se sono presenti aggiunte ed eliminazioni"
17308
17309#: builtin/read-tree.c:137
17310msgid "same as -m, but discard unmerged entries"
17311msgstr "come -m, ma scarta le voci non sottoposte a merge"
17312
17313#: builtin/read-tree.c:138
17314msgid "<subdirectory>/"
17315msgstr "<sottodirectory>/"
17316
17317#: builtin/read-tree.c:139
17318msgid "read the tree into the index under <subdirectory>/"
17319msgstr "leggi l'albero nell'indice in <sottodirectory>/"
17320
17321#: builtin/read-tree.c:142
17322msgid "update working tree with merge result"
17323msgstr "aggiorna l'albero di lavoro con il risultato del merge"
17324
17325#: builtin/read-tree.c:144
17326msgid "gitignore"
17327msgstr "gitignore"
17328
17329#: builtin/read-tree.c:145
17330msgid "allow explicitly ignored files to be overwritten"
17331msgstr "consenti la sovrascrittura dei file ignorati esplicitamente"
17332
17333#: builtin/read-tree.c:148
17334msgid "don't check the working tree after merging"
17335msgstr "non controllare l'albero di lavoro dopo il merge"
17336
17337#: builtin/read-tree.c:149
17338msgid "don't update the index or the work tree"
17339msgstr "non aggiornare l'indice o l'albero di lavoro"
17340
17341#: builtin/read-tree.c:151
17342msgid "skip applying sparse checkout filter"
17343msgstr "salta l'applicazione del filtro checkout sparse"
17344
17345#: builtin/read-tree.c:153
17346msgid "debug unpack-trees"
17347msgstr "esegui il debug di unpack-trees"
17348
17349#: builtin/read-tree.c:157
17350msgid "suppress feedback messages"
17351msgstr "non visualizzare i messaggi di feedback"
17352
17353#: builtin/rebase.c:32
17354msgid ""
17355"git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] [<upstream>] "
17356"[<branch>]"
17357msgstr ""
17358"git rebase [-i] [options] [--exec <comando>] [--onto <nuova base>] "
17359"[<upstream>] [<branch>]"
17360
17361#: builtin/rebase.c:34
17362msgid ""
17363"git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] --root [<branch>]"
17364msgstr ""
17365"git rebase [-i] [options] [--exec <comando>] [--onto <nuova base>] --root "
17366"[<branch>]"
17367
17368#: builtin/rebase.c:36
17369msgid "git rebase --continue | --abort | --skip | --edit-todo"
17370msgstr "git rebase --continue | --abort | --skip | --edit-todo"
17371
17372#: builtin/rebase.c:158 builtin/rebase.c:182 builtin/rebase.c:209
17373#, c-format
17374msgid "unusable todo list: '%s'"
17375msgstr "elenco todo inutilizzabile: '%s'"
17376
17377#: builtin/rebase.c:167 builtin/rebase.c:193 builtin/rebase.c:217
17378#, c-format
17379msgid "could not write '%s'."
17380msgstr "impossibile scrivere '%s'."
17381
17382#: builtin/rebase.c:252
17383msgid "no HEAD?"
17384msgstr "nessun'HEAD?"
17385
17386#: builtin/rebase.c:279
17387#, c-format
17388msgid "could not create temporary %s"
17389msgstr "impossibile creare un %s temporaneo"
17390
17391#: builtin/rebase.c:285
17392msgid "could not mark as interactive"
17393msgstr "impossibile contrassegnare come interattivo"
17394
17395#: builtin/rebase.c:343
17396msgid "could not generate todo list"
17397msgstr "impossibile generare l'elenco todo"
17398
17399#: builtin/rebase.c:382
17400msgid "a base commit must be provided with --upstream or --onto"
17401msgstr ""
17402"le opzioni --upstream o --onto richiedono che sia fornito un commit di base"
17403
17404#: builtin/rebase.c:437
17405msgid "git rebase--interactive [<options>]"
17406msgstr "git rebase --interactive [<opzioni>]"
17407
17408#: builtin/rebase.c:449
17409msgid "keep empty commits"
17410msgstr "mantieni i commit vuoti"
17411
17412#: builtin/rebase.c:451 builtin/revert.c:128
17413msgid "allow commits with empty messages"
17414msgstr "consenti commit con messaggi vuoti"
17415
17416#: builtin/rebase.c:452
17417msgid "rebase merge commits"
17418msgstr "esegui il rebase dei commit di merge"
17419
17420#: builtin/rebase.c:454
17421msgid "keep original branch points of cousins"
17422msgstr "mantieni i punti di branch originali dei cugini"
17423
17424#: builtin/rebase.c:456
17425msgid "move commits that begin with squash!/fixup!"
17426msgstr "sposta i commit che iniziano con squash!/fixup!"
17427
17428#: builtin/rebase.c:457
17429msgid "sign commits"
17430msgstr "firma i commit"
17431
17432#: builtin/rebase.c:459 builtin/rebase.c:1403
17433msgid "display a diffstat of what changed upstream"
17434msgstr "visualizza un diffstat delle modifiche upstream"
17435
17436#: builtin/rebase.c:461
17437msgid "continue rebase"
17438msgstr "continua il rebase"
17439
17440#: builtin/rebase.c:463
17441msgid "skip commit"
17442msgstr "salta il commit"
17443
17444#: builtin/rebase.c:464
17445msgid "edit the todo list"
17446msgstr "modifica l'elenco todo"
17447
17448#: builtin/rebase.c:466
17449msgid "show the current patch"
17450msgstr "visualizza la patch corrente"
17451
17452#: builtin/rebase.c:469
17453msgid "shorten commit ids in the todo list"
17454msgstr "abbrevia gli ID dei commit nell'elenco todo"
17455
17456#: builtin/rebase.c:471
17457msgid "expand commit ids in the todo list"
17458msgstr "espandi gli ID dei commit nell'elenco todo"
17459
17460#: builtin/rebase.c:473
17461msgid "check the todo list"
17462msgstr "controlla l'elenco todo"
17463
17464#: builtin/rebase.c:475
17465msgid "rearrange fixup/squash lines"
17466msgstr "ridisponi le righe fixup/squash"
17467
17468#: builtin/rebase.c:477
17469msgid "insert exec commands in todo list"
17470msgstr "inserisci i comandi exec nell'elenco todo"
17471
17472#: builtin/rebase.c:478
17473msgid "onto"
17474msgstr "su"
17475
17476#: builtin/rebase.c:481
17477msgid "restrict-revision"
17478msgstr "revisioni-limite"
17479
17480#: builtin/rebase.c:481
17481msgid "restrict revision"
17482msgstr "limita la revisione"
17483
17484#: builtin/rebase.c:483
17485msgid "squash-onto"
17486msgstr "squash-su"
17487
17488#: builtin/rebase.c:484
17489msgid "squash onto"
17490msgstr "esegui lo squash su"
17491
17492#: builtin/rebase.c:486
17493msgid "the upstream commit"
17494msgstr "il commit upstream"
17495
17496#: builtin/rebase.c:488
17497msgid "head-name"
17498msgstr "nome head"
17499
17500#: builtin/rebase.c:488
17501msgid "head name"
17502msgstr "nome head"
17503
17504#: builtin/rebase.c:493
17505msgid "rebase strategy"
17506msgstr "strategia di rebase"
17507
17508#: builtin/rebase.c:494
17509msgid "strategy-opts"
17510msgstr "opzioni strategia"
17511
17512#: builtin/rebase.c:495
17513msgid "strategy options"
17514msgstr "opzioni strategia"
17515
17516#: builtin/rebase.c:496
17517msgid "switch-to"
17518msgstr "passa a"
17519
17520#: builtin/rebase.c:497
17521msgid "the branch or commit to checkout"
17522msgstr "il branch o il commit di cui eseguire il checkout"
17523
17524#: builtin/rebase.c:498
17525msgid "onto-name"
17526msgstr "nome"
17527
17528#: builtin/rebase.c:498
17529msgid "onto name"
17530msgstr "sul nome"
17531
17532#: builtin/rebase.c:499
17533msgid "cmd"
17534msgstr "comando"
17535
17536#: builtin/rebase.c:499
17537msgid "the command to run"
17538msgstr "il comando da eseguire"
17539
17540#: builtin/rebase.c:502 builtin/rebase.c:1486
17541msgid "automatically re-schedule any `exec` that fails"
17542msgstr "schedula nuovamente le operazioni `exec` non riuscite automaticamente"
17543
17544#: builtin/rebase.c:518
17545msgid "--[no-]rebase-cousins has no effect without --rebase-merges"
17546msgstr "--[no-]rebase-cousins non ha effetto senza --rebase-merges"
17547
17548#: builtin/rebase.c:534
17549#, c-format
17550msgid "%s requires an interactive rebase"
17551msgstr "%s richiede un rebase interattivo"
17552
17553#: builtin/rebase.c:586
17554#, c-format
17555msgid "could not get 'onto': '%s'"
17556msgstr "impossibile ottenere 'onto': '%s'"
17557
17558#: builtin/rebase.c:601
17559#, c-format
17560msgid "invalid orig-head: '%s'"
17561msgstr "orig-head non valida: '%s'"
17562
17563#: builtin/rebase.c:626
17564#, c-format
17565msgid "ignoring invalid allow_rerere_autoupdate: '%s'"
17566msgstr "ignoro il valore non valido per allow_rerere_autoupdate: '%s'"
17567
17568#: builtin/rebase.c:702
17569#, c-format
17570msgid "Could not read '%s'"
17571msgstr "Impossibile leggere '%s'"
17572
17573#: builtin/rebase.c:720
17574#, c-format
17575msgid "Cannot store %s"
17576msgstr "Impossibile memorizzare %s"
17577
17578#: builtin/rebase.c:827
17579msgid "could not determine HEAD revision"
17580msgstr "impossibile determinare la revisione HEAD"
17581
17582#: builtin/rebase.c:950 git-rebase--preserve-merges.sh:81
17583msgid ""
17584"Resolve all conflicts manually, mark them as resolved with\n"
17585"\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"
17586"You can instead skip this commit: run \"git rebase --skip\".\n"
17587"To abort and get back to the state before \"git rebase\", run \"git rebase --"
17588"abort\"."
17589msgstr ""
17590"Risolvi manualmente tutti i conflitti, contrassegnali come\n"
17591"risolti con \"git add/rm <file in conflitto>\", quindi esegui\n"
17592"\"git rebase --continue\".\n"
17593"In alternativa, puoi saltare questo commit: esegui \"git rebase\n"
17594"--skip\".\n"
17595"Per interrompere l'operazione e tornare allo stato precedente\n"
17596"il \"git rebase\", esegui \"git rebase --abort\"."
17597
17598#: builtin/rebase.c:1031
17599#, c-format
17600msgid ""
17601"\n"
17602"git encountered an error while preparing the patches to replay\n"
17603"these revisions:\n"
17604"\n"
17605" %s\n"
17606"\n"
17607"As a result, git cannot rebase them."
17608msgstr ""
17609"\n"
17610"Git ha riscontrato un errore durante la preparazione delle patch\n"
17611"per applicare nuovamente queste revisioni:\n"
17612"\n"
17613" %s\n"
17614"\n"
17615"Di conseguenza, Git non può eseguirne il rebase."
17616
17617#: builtin/rebase.c:1318
17618#, c-format
17619msgid ""
17620"%s\n"
17621"Please specify which branch you want to rebase against.\n"
17622"See git-rebase(1) for details.\n"
17623"\n"
17624" git rebase '<branch>'\n"
17625"\n"
17626msgstr ""
17627"%s\n"
17628"Specifica il branch su cui effettuare il rebase.\n"
17629"Vedi git-rebase(1) per i dettagli.\n"
17630"\n"
17631" git rebase '<branch>'\n"
17632"\n"
17633
17634#: builtin/rebase.c:1334
17635#, c-format
17636msgid ""
17637"If you wish to set tracking information for this branch you can do so with:\n"
17638"\n"
17639" git branch --set-upstream-to=%s/<branch> %s\n"
17640"\n"
17641msgstr ""
17642"Se vuoi impostare le informazioni di tracciamento per questo branch puoi "
17643"farlo con:\n"
17644"\n"
17645" git branch --set-upstream-to=%s/<branch> %s\n"
17646"\n"
17647
17648#: builtin/rebase.c:1364
17649msgid "exec commands cannot contain newlines"
17650msgstr "i comandi exec non possono contenere caratteri di fine riga"
17651
17652#: builtin/rebase.c:1368
17653msgid "empty exec command"
17654msgstr "comando exec vuoto"
17655
17656#: builtin/rebase.c:1396
17657msgid "rebase onto given branch instead of upstream"
17658msgstr "esegui il rebase sul branch specificato anziché su quello upstream"
17659
17660#: builtin/rebase.c:1398
17661msgid "allow pre-rebase hook to run"
17662msgstr "consenti l'esecuzione dell'hook pre-rebase"
17663
17664#: builtin/rebase.c:1400
17665msgid "be quiet. implies --no-stat"
17666msgstr "sii silenzioso. implica --no-stat"
17667
17668#: builtin/rebase.c:1406
17669msgid "do not show diffstat of what changed upstream"
17670msgstr "non visualizzare un diffstat delle modifiche upstream"
17671
17672#: builtin/rebase.c:1409
17673msgid "add a Signed-off-by: line to each commit"
17674msgstr "aggiungi una riga Signed-off-by: a ogni commit"
17675
17676#: builtin/rebase.c:1411 builtin/rebase.c:1415 builtin/rebase.c:1417
17677msgid "passed to 'git am'"
17678msgstr "passato a 'git am'"
17679
17680#: builtin/rebase.c:1419 builtin/rebase.c:1421
17681msgid "passed to 'git apply'"
17682msgstr "passato a 'git apply'"
17683
17684#: builtin/rebase.c:1423 builtin/rebase.c:1426
17685msgid "cherry-pick all commits, even if unchanged"
17686msgstr "esegui il cherry-pick di tutti i commit, anche se non modificati"
17687
17688#: builtin/rebase.c:1428
17689msgid "continue"
17690msgstr "continua"
17691
17692#: builtin/rebase.c:1431
17693msgid "skip current patch and continue"
17694msgstr "salta la patch corrente e continua"
17695
17696#: builtin/rebase.c:1433
17697msgid "abort and check out the original branch"
17698msgstr "interrompi ed esegui il checkout del branch originario"
17699
17700#: builtin/rebase.c:1436
17701msgid "abort but keep HEAD where it is"
17702msgstr "interrompi ma mantieni l'HEAD dov'è"
17703
17704#: builtin/rebase.c:1437
17705msgid "edit the todo list during an interactive rebase"
17706msgstr "modifica l'elenco todo durante un rebase interattivo"
17707
17708#: builtin/rebase.c:1440
17709msgid "show the patch file being applied or merged"
17710msgstr ""
17711"visualizza il file patch che sta per essere applicato o sottoposto a merge"
17712
17713#: builtin/rebase.c:1443
17714msgid "use merging strategies to rebase"
17715msgstr "usa le strategie di merge per eseguire il rebase"
17716
17717#: builtin/rebase.c:1447
17718msgid "let the user edit the list of commits to rebase"
17719msgstr ""
17720"consenti all'utente di modificare l'elenco dei commit di cui eseguire il "
17721"rebase"
17722
17723#: builtin/rebase.c:1451
17724msgid "(DEPRECATED) try to recreate merges instead of ignoring them"
17725msgstr "(DEPRECATO) prova a ricreare i merge anziché ignorarli"
17726
17727#: builtin/rebase.c:1455
17728msgid "preserve empty commits during rebase"
17729msgstr "mantieni i commit vuoti durante il rebase"
17730
17731#: builtin/rebase.c:1457
17732msgid "move commits that begin with squash!/fixup! under -i"
17733msgstr "sposta i commit che iniziano con squash!/fixup! in -i"
17734
17735#: builtin/rebase.c:1463
17736msgid "automatically stash/stash pop before and after"
17737msgstr "esegui stash/stash pop automaticamente prima e dopo"
17738
17739#: builtin/rebase.c:1465
17740msgid "add exec lines after each commit of the editable list"
17741msgstr "aggiungi righe exec dopo ogni commit della lista modificabile"
17742
17743#: builtin/rebase.c:1469
17744msgid "allow rebasing commits with empty messages"
17745msgstr "consenti il rebase di commit con messaggi vuoti"
17746
17747#: builtin/rebase.c:1472
17748msgid "try to rebase merges instead of skipping them"
17749msgstr "prova ad eseguire il rebase dei merge anziché saltarli"
17750
17751#: builtin/rebase.c:1475
17752msgid "use 'merge-base --fork-point' to refine upstream"
17753msgstr ""
17754"usa 'merge-base --fork-point' per ridefinire più precisamente l'upstream"
17755
17756#: builtin/rebase.c:1477
17757msgid "use the given merge strategy"
17758msgstr "usa la strategia di merge specificata"
17759
17760#: builtin/rebase.c:1479 builtin/revert.c:115
17761msgid "option"
17762msgstr "opzione"
17763
17764#: builtin/rebase.c:1480
17765msgid "pass the argument through to the merge strategy"
17766msgstr "passa l'argomento alla strategia di merge"
17767
17768#: builtin/rebase.c:1483
17769msgid "rebase all reachable commits up to the root(s)"
17770msgstr "esegui il rebase di tutti i commit raggiungibili fino a quelli radice"
17771
17772#: builtin/rebase.c:1500
17773msgid ""
17774"the rebase.useBuiltin support has been removed!\n"
17775"See its entry in 'git help config' for details."
17776msgstr ""
17777"il supporto per rebase.useBuiltin è stato rimosso!\n"
17778"Vedi la voce relativa in 'git help config' per i dettagli."
17779
17780#: builtin/rebase.c:1506
17781msgid "It looks like 'git am' is in progress. Cannot rebase."
17782msgstr "Sembra che 'git am' sia in corso. Impossibile eseguire il rebase."
17783
17784#: builtin/rebase.c:1547
17785msgid ""
17786"git rebase --preserve-merges is deprecated. Use --rebase-merges instead."
17787msgstr "git rebase --preserve-merges è deprecato. Usa --rebase-merges."
17788
17789#: builtin/rebase.c:1551
17790msgid "No rebase in progress?"
17791msgstr "Nessun rebase in corso?"
17792
17793#: builtin/rebase.c:1555
17794msgid "The --edit-todo action can only be used during interactive rebase."
17795msgstr ""
17796"L'azione --edit-todo può essere usata solo durante un rebase interattivo."
17797
17798#: builtin/rebase.c:1578
17799msgid "Cannot read HEAD"
17800msgstr "Impossibile leggere l'HEAD"
17801
17802#: builtin/rebase.c:1590
17803msgid ""
17804"You must edit all merge conflicts and then\n"
17805"mark them as resolved using git add"
17806msgstr ""
17807"Devi modificare tutti i conflitti di merge e\n"
17808"quindi contrassegnarli come risolti usando\n"
17809"git add"
17810
17811#: builtin/rebase.c:1609
17812msgid "could not discard worktree changes"
17813msgstr "impossibile scartare le modifiche all'albero di lavoro"
17814
17815#: builtin/rebase.c:1628
17816#, c-format
17817msgid "could not move back to %s"
17818msgstr "impossibile ritornare a %s"
17819
17820#: builtin/rebase.c:1673
17821#, c-format
17822msgid ""
17823"It seems that there is already a %s directory, and\n"
17824"I wonder if you are in the middle of another rebase. If that is the\n"
17825"case, please try\n"
17826"\t%s\n"
17827"If that is not the case, please\n"
17828"\t%s\n"
17829"and run me again. I am stopping in case you still have something\n"
17830"valuable there.\n"
17831msgstr ""
17832"Sembra che esista già una directory %s e mi domando\n"
17833"se tu sia già nel bel mezzo di un altro rebase. Se questo è il caso,\n"
17834"prova con il comando\n"
17835"\t%s\n"
17836"Se questo non è il caso, esegui\n"
17837"\t%s\n"
17838"ed eseguimi di nuovo. Mi fermo nel caso in cui tu abbia ancora\n"
17839"salvato qualcosa di importante lì.\n"
17840
17841#: builtin/rebase.c:1694
17842msgid "switch `C' expects a numerical value"
17843msgstr "l'opzione `C` richiede un valore numerico"
17844
17845#: builtin/rebase.c:1735
17846#, c-format
17847msgid "Unknown mode: %s"
17848msgstr "Modo sconosciuto: %s"
17849
17850#: builtin/rebase.c:1757
17851msgid "--strategy requires --merge or --interactive"
17852msgstr "--strategy richiede --merge o --interactive"
17853
17854#: builtin/rebase.c:1797
17855msgid "--reschedule-failed-exec requires --exec or --interactive"
17856msgstr "--reschedule-failed-exec richiede --exec o --interactive"
17857
17858#: builtin/rebase.c:1809
17859msgid "cannot combine am options with either interactive or merge options"
17860msgstr "non è possibile combinare le opzioni am con quelle interactive o merge"
17861
17862#: builtin/rebase.c:1828
17863msgid "cannot combine '--preserve-merges' with '--rebase-merges'"
17864msgstr "impossibile combinare '--preserve-merges' con '--rebase-merges'"
17865
17866#: builtin/rebase.c:1832
17867msgid ""
17868"error: cannot combine '--preserve-merges' with '--reschedule-failed-exec'"
17869msgstr ""
17870"errore: impossibile combinare '--preserve-merges' con '--reschedule-failed-"
17871"exec'"
17872
17873#: builtin/rebase.c:1838
17874msgid "cannot combine '--rebase-merges' with '--strategy-option'"
17875msgstr "impossibile combinare '--rebase-merges' con '--strategy-option'"
17876
17877#: builtin/rebase.c:1841
17878msgid "cannot combine '--rebase-merges' with '--strategy'"
17879msgstr "impossibile combinare '--rebase-merges' con '--strategy'"
17880
17881#: builtin/rebase.c:1865
17882#, c-format
17883msgid "invalid upstream '%s'"
17884msgstr "upstream non valido: '%s'"
17885
17886#: builtin/rebase.c:1871
17887msgid "Could not create new root commit"
17888msgstr "Impossibile creare il nuovo commit radice"
17889
17890#: builtin/rebase.c:1889
17891#, c-format
17892msgid "'%s': need exactly one merge base"
17893msgstr "'%s': è necessario specificare esattamente una base per il merge"
17894
17895#: builtin/rebase.c:1896
17896#, c-format
17897msgid "Does not point to a valid commit '%s'"
17898msgstr "'%s' non punta a un commit valido"
17899
17900#: builtin/rebase.c:1921
17901#, c-format
17902msgid "fatal: no such branch/commit '%s'"
17903msgstr "errore fatale: branch/commit '%s' inesistente"
17904
17905#: builtin/rebase.c:1929 builtin/submodule--helper.c:38
17906#: builtin/submodule--helper.c:1934
17907#, c-format
17908msgid "No such ref: %s"
17909msgstr "Riferimento non esistente: %s"
17910
17911#: builtin/rebase.c:1940
17912msgid "Could not resolve HEAD to a revision"
17913msgstr "Impossibile risolvere HEAD come revisione"
17914
17915#: builtin/rebase.c:1981
17916msgid "Cannot autostash"
17917msgstr "Impossibile eseguire lo stash automatico"
17918
17919#: builtin/rebase.c:1984
17920#, c-format
17921msgid "Unexpected stash response: '%s'"
17922msgstr "Risposta stash non attesa: '%s'"
17923
17924#: builtin/rebase.c:1990
17925#, c-format
17926msgid "Could not create directory for '%s'"
17927msgstr "Impossibile creare la directory '%s'"
17928
17929#: builtin/rebase.c:1993
17930#, c-format
17931msgid "Created autostash: %s\n"
17932msgstr "Stash automatico creato: %s\n"
17933
17934#: builtin/rebase.c:1996
17935msgid "could not reset --hard"
17936msgstr "impossibile eseguire reset --hard"
17937
17938#: builtin/rebase.c:1997 builtin/reset.c:114
17939#, c-format
17940msgid "HEAD is now at %s"
17941msgstr "HEAD ora si trova a %s"
17942
17943#: builtin/rebase.c:2013
17944msgid "Please commit or stash them."
17945msgstr "Eseguine il commit o lo stash."
17946
17947#: builtin/rebase.c:2040
17948#, c-format
17949msgid "could not parse '%s'"
17950msgstr "impossibile analizzare '%s'"
17951
17952#: builtin/rebase.c:2053
17953#, c-format
17954msgid "could not switch to %s"
17955msgstr "impossibile passare a %s"
17956
17957#: builtin/rebase.c:2064
17958msgid "HEAD is up to date."
17959msgstr "HEAD è aggiornato."
17960
17961#: builtin/rebase.c:2066
17962#, c-format
17963msgid "Current branch %s is up to date.\n"
17964msgstr "Il branch corrente %s è aggiornato.\n"
17965
17966#: builtin/rebase.c:2074
17967msgid "HEAD is up to date, rebase forced."
17968msgstr "HEAD è aggiornato, forzo il rebase."
17969
17970#: builtin/rebase.c:2076
17971#, c-format
17972msgid "Current branch %s is up to date, rebase forced.\n"
17973msgstr "Il branch corrente %s è aggiornato, forzo il rebase.\n"
17974
17975#: builtin/rebase.c:2084
17976msgid "The pre-rebase hook refused to rebase."
17977msgstr "L'hook pre-rebase ha rifiutato di consentire il rebase."
17978
17979#: builtin/rebase.c:2091
17980#, c-format
17981msgid "Changes to %s:\n"
17982msgstr "Modifiche a %s:\n"
17983
17984#: builtin/rebase.c:2094
17985#, c-format
17986msgid "Changes from %s to %s:\n"
17987msgstr "Modifiche da %s a %s:\n"
17988
17989#: builtin/rebase.c:2119
17990#, c-format
17991msgid "First, rewinding head to replay your work on top of it...\n"
17992msgstr ""
17993"Per prima cosa, ripristino l'head per riapplicare le tue modifiche su di "
17994"esso...\n"
17995
17996#: builtin/rebase.c:2128
17997msgid "Could not detach HEAD"
17998msgstr "Impossibile scollegare l'HEAD"
17999
18000#: builtin/rebase.c:2137
18001#, c-format
18002msgid "Fast-forwarded %s to %s.\n"
18003msgstr "Fast forward da %s a %s eseguito.\n"
18004
18005#: builtin/receive-pack.c:32
18006msgid "git receive-pack <git-dir>"
18007msgstr "git receive-pack <directory Git>"
18008
18009#: builtin/receive-pack.c:832
18010msgid ""
18011"By default, updating the current branch in a non-bare repository\n"
18012"is denied, because it will make the index and work tree inconsistent\n"
18013"with what you pushed, and will require 'git reset --hard' to match\n"
18014"the work tree to HEAD.\n"
18015"\n"
18016"You can set the 'receive.denyCurrentBranch' configuration variable\n"
18017"to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
18018"its current branch; however, this is not recommended unless you\n"
18019"arranged to update its work tree to match what you pushed in some\n"
18020"other way.\n"
18021"\n"
18022"To squelch this message and still keep the default behaviour, set\n"
18023"'receive.denyCurrentBranch' configuration variable to 'refuse'."
18024msgstr ""
18025"Per impostazione predefinita, l'aggiornamento del branch corrente\n"
18026"in un repository non spoglio è negato, perché renderebbe l'indice\n"
18027"e l'albero di lavoro inconsistenti con i dati di cui si è eseguito\n"
18028"il push e richiederebbe 'git reset --hard' per ripristinare la\n"
18029"corrispondenza dell'albero di lavoro con HEAD.\n"
18030"\n"
18031"Puoi impostare la variabile di configurazione\n"
18032"'receive.denyCurrentBranch' a 'ignore' o 'warn' nel repository\n"
18033"remoto per consentire il push nel branch corrente; ciò nonostante,\n"
18034"questo non è raccomandato a meno che tu non provveda ad aggiornare\n"
18035"il suo albero di lavoro in modo che corrisponda a ciò di cui hai\n"
18036"eseguito il push in qualche altro modo.\n"
18037"\n"
18038"Per non visualizzare più questo messaggio e mantenere comunque\n"
18039"il comportamento predefinito, imposta la variabile di\n"
18040"configurazione 'receive.denyCurrentBranch' a 'refuse'."
18041
18042#: builtin/receive-pack.c:852
18043msgid ""
18044"By default, deleting the current branch is denied, because the next\n"
18045"'git clone' won't result in any file checked out, causing confusion.\n"
18046"\n"
18047"You can set 'receive.denyDeleteCurrent' configuration variable to\n"
18048"'warn' or 'ignore' in the remote repository to allow deleting the\n"
18049"current branch, with or without a warning message.\n"
18050"\n"
18051"To squelch this message, you can set it to 'refuse'."
18052msgstr ""
18053"Per impostazione predefinita, l'eliminazione del branch corrente\n"
18054"è negata, perché il prossimo 'git clone' farebbe sì che non venga\n"
18055"eseguito il checkout di nessun file, causando confusione.\n"
18056"\n"
18057"Puoi impostare la variabile di configurazione\n"
18058"'receive.denyDeleteCurrent' a 'warn' o 'ignore' nel repository\n"
18059"remoto per consentire l'eliminazione del branch corrente, con o\n"
18060"senza un messaggio d'avviso.\n"
18061"\n"
18062"Per non visualizzare più questo messaggio, puoi impostarla a\n"
18063"'refuse'."
18064
18065#: builtin/receive-pack.c:1938
18066msgid "quiet"
18067msgstr "non visualizzare messaggi"
18068
18069#: builtin/receive-pack.c:1952
18070msgid "You must specify a directory."
18071msgstr "Devi specificare una directory."
18072
18073#: builtin/reflog.c:17
18074msgid ""
18075"git reflog expire [--expire=<time>] [--expire-unreachable=<time>] [--"
18076"rewrite] [--updateref] [--stale-fix] [--dry-run | -n] [--verbose] [--all] "
18077"<refs>..."
18078msgstr ""
18079"git reflog expire [--expire=<tempo>] [--expire-unreachable=<tempo>] [--"
18080"rewrite] [--updateref] [--stale-fix] [--dry-run | -n] [--verbose] [--all] "
18081"<riferimenti>..."
18082
18083#: builtin/reflog.c:22
18084msgid ""
18085"git reflog delete [--rewrite] [--updateref] [--dry-run | -n] [--verbose] "
18086"<refs>..."
18087msgstr ""
18088"git reflog delete [--rewrite] [--updateref] [--dry-run | -n] [--verbose] "
18089"<riferimenti>..."
18090
18091#: builtin/reflog.c:25
18092msgid "git reflog exists <ref>"
18093msgstr "git reflog exists <riferimento>"
18094
18095#: builtin/reflog.c:567 builtin/reflog.c:572
18096#, c-format
18097msgid "'%s' is not a valid timestamp"
18098msgstr "'%s' non è un timestamp valido"
18099
18100#: builtin/reflog.c:605
18101#, c-format
18102msgid "Marking reachable objects..."
18103msgstr "Contrassegno gli oggetti raggiungibili..."
18104
18105#: builtin/reflog.c:643
18106#, c-format
18107msgid "%s points nowhere!"
18108msgstr "%s non punta a niente!"
18109
18110#: builtin/reflog.c:695
18111msgid "no reflog specified to delete"
18112msgstr "nessun registro riferimenti da eliminare specificato"
18113
18114#: builtin/reflog.c:704
18115#, c-format
18116msgid "not a reflog: %s"
18117msgstr "non è un registro riferimenti: %s"
18118
18119#: builtin/reflog.c:709
18120#, c-format
18121msgid "no reflog for '%s'"
18122msgstr "log riferimenti non esistente per '%s'"
18123
18124#: builtin/reflog.c:755
18125#, c-format
18126msgid "invalid ref format: %s"
18127msgstr "formato riferimento non valido: %s"
18128
18129#: builtin/reflog.c:764
18130msgid "git reflog [ show | expire | delete | exists ]"
18131msgstr "git reflog [ show | expire | delete | exists ]"
18132
18133#: builtin/remote.c:16
18134msgid "git remote [-v | --verbose]"
18135msgstr "git remote [-v | --verbose]"
18136
18137#: builtin/remote.c:17
18138msgid ""
18139"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
18140"mirror=<fetch|push>] <name> <url>"
18141msgstr ""
18142"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
18143"mirror=<fetch|push>] <nome> <URL>"
18144
18145#: builtin/remote.c:18 builtin/remote.c:38
18146msgid "git remote rename <old> <new>"
18147msgstr "git remote rename <vecchio> <nuovo>"
18148
18149#: builtin/remote.c:19 builtin/remote.c:43
18150msgid "git remote remove <name>"
18151msgstr "git remote remove <nome>"
18152
18153#: builtin/remote.c:20 builtin/remote.c:48
18154msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
18155msgstr "git remote set-head <nome> (-a | --auto | -d | --delete | <branch>)"
18156
18157#: builtin/remote.c:21
18158msgid "git remote [-v | --verbose] show [-n] <name>"
18159msgstr "git remote [-v | --verbose] show [-n] <nome>"
18160
18161#: builtin/remote.c:22
18162msgid "git remote prune [-n | --dry-run] <name>"
18163msgstr "git remote prune [-n | --dry-run] <nome>"
18164
18165#: builtin/remote.c:23
18166msgid ""
18167"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
18168msgstr ""
18169"git remote [-v | --verbose] update [-p | --prune] [(<gruppo> | <remoto>)...]"
18170
18171#: builtin/remote.c:24
18172msgid "git remote set-branches [--add] <name> <branch>..."
18173msgstr "git remote set-branches [--add] <nome> <branch>..."
18174
18175#: builtin/remote.c:25 builtin/remote.c:74
18176msgid "git remote get-url [--push] [--all] <name>"
18177msgstr "git remote get-url [--push] [--all] <nome>"
18178
18179#: builtin/remote.c:26 builtin/remote.c:79
18180msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
18181msgstr "git remote set-url [--push] <nome> <nuovo URL> [<vecchio URL>]"
18182
18183#: builtin/remote.c:27 builtin/remote.c:80
18184msgid "git remote set-url --add <name> <newurl>"
18185msgstr "git remote set-url --add <nome> <nuovo URL>"
18186
18187#: builtin/remote.c:28 builtin/remote.c:81
18188msgid "git remote set-url --delete <name> <url>"
18189msgstr "git remote set-url --delete <nome> <URL>"
18190
18191#: builtin/remote.c:33
18192msgid "git remote add [<options>] <name> <url>"
18193msgstr "git remote add [<opzioni>] <nome> <URL>"
18194
18195#: builtin/remote.c:53
18196msgid "git remote set-branches <name> <branch>..."
18197msgstr "git remote set-branches <nome> <branch>..."
18198
18199#: builtin/remote.c:54
18200msgid "git remote set-branches --add <name> <branch>..."
18201msgstr "git remote set-branches --add <nome> <branch>..."
18202
18203#: builtin/remote.c:59
18204msgid "git remote show [<options>] <name>"
18205msgstr "git remote show [<opzioni>] <nome>"
18206
18207#: builtin/remote.c:64
18208msgid "git remote prune [<options>] <name>"
18209msgstr "git remote prune [<opzioni>] <nome>"
18210
18211#: builtin/remote.c:69
18212msgid "git remote update [<options>] [<group> | <remote>]..."
18213msgstr "git remote update [<opzioni>] [<gruppo> | <remoto>]..."
18214
18215#: builtin/remote.c:98
18216#, c-format
18217msgid "Updating %s"
18218msgstr "Aggiornamento di %s"
18219
18220#: builtin/remote.c:130
18221msgid ""
18222"--mirror is dangerous and deprecated; please\n"
18223"\t use --mirror=fetch or --mirror=push instead"
18224msgstr ""
18225"--mirror è pericoloso e deprecato; per favore\n"
18226"\t usa invece --mirror-fetch o --mirror-push"
18227
18228#: builtin/remote.c:147
18229#, c-format
18230msgid "unknown mirror argument: %s"
18231msgstr "argomento di mirror sconosciuto: %s"
18232
18233#: builtin/remote.c:163
18234msgid "fetch the remote branches"
18235msgstr "recupera i branch remoti"
18236
18237#: builtin/remote.c:165
18238msgid "import all tags and associated objects when fetching"
18239msgstr "importa tutti i tag e gli oggetti associati durante il recupero"
18240
18241#: builtin/remote.c:168
18242msgid "or do not fetch any tag at all (--no-tags)"
18243msgstr "o non recuperare alcun tag (--no-tags)"
18244
18245#: builtin/remote.c:170
18246msgid "branch(es) to track"
18247msgstr "branch da tracciare"
18248
18249#: builtin/remote.c:171
18250msgid "master branch"
18251msgstr "branch master"
18252
18253#: builtin/remote.c:173
18254msgid "set up remote as a mirror to push to or fetch from"
18255msgstr ""
18256"imposta il remoto come mirror su cui eseguire push o da cui recuperare dati"
18257
18258#: builtin/remote.c:185
18259msgid "specifying a master branch makes no sense with --mirror"
18260msgstr "specificare un branch master con --mirror non ha senso"
18261
18262#: builtin/remote.c:187
18263msgid "specifying branches to track makes sense only with fetch mirrors"
18264msgstr ""
18265"specificare i branch da tracciare ha senso solo con i mirror da cui "
18266"recuperare dati"
18267
18268#: builtin/remote.c:194 builtin/remote.c:636
18269#, c-format
18270msgid "remote %s already exists."
18271msgstr "il remoto %s esiste già."
18272
18273#: builtin/remote.c:198 builtin/remote.c:640
18274#, c-format
18275msgid "'%s' is not a valid remote name"
18276msgstr "'%s' non è un nome di remoto valido"
18277
18278#: builtin/remote.c:238
18279#, c-format
18280msgid "Could not setup master '%s'"
18281msgstr "Impossibile configurare il master '%s'"
18282
18283#: builtin/remote.c:344
18284#, c-format
18285msgid "Could not get fetch map for refspec %s"
18286msgstr ""
18287"Impossibile ottenere la mappa di recupero per lo specificatore riferimento %s"
18288
18289#: builtin/remote.c:443 builtin/remote.c:451
18290msgid "(matching)"
18291msgstr "(corrispondente)"
18292
18293#: builtin/remote.c:455
18294msgid "(delete)"
18295msgstr "(elimina)"
18296
18297#: builtin/remote.c:629 builtin/remote.c:765 builtin/remote.c:864
18298#, c-format
18299msgid "No such remote: '%s'"
18300msgstr "Remoto non esistente: '%s'"
18301
18302#: builtin/remote.c:646
18303#, c-format
18304msgid "Could not rename config section '%s' to '%s'"
18305msgstr ""
18306"Non è stato possibile ridenominare la sezione di configurazione da '%s' in "
18307"'%s'"
18308
18309#: builtin/remote.c:666
18310#, c-format
18311msgid ""
18312"Not updating non-default fetch refspec\n"
18313"\t%s\n"
18314"\tPlease update the configuration manually if necessary."
18315msgstr ""
18316"Non aggiorno lo specificatore riferimento di recupero non predefinito\n"
18317"\t%s\n"
18318"\tAggiorna la configurazione manualmente se necessario."
18319
18320#: builtin/remote.c:702
18321#, c-format
18322msgid "deleting '%s' failed"
18323msgstr "eliminazione di '%s' non riuscita"
18324
18325#: builtin/remote.c:736
18326#, c-format
18327msgid "creating '%s' failed"
18328msgstr "creazione di '%s' non riuscita"
18329
18330#: builtin/remote.c:802
18331msgid ""
18332"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
18333"to delete it, use:"
18334msgid_plural ""
18335"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
18336"to delete them, use:"
18337msgstr[0] ""
18338"Nota: un branch al di fuori della gerarchia refs/remotes/ non è stato "
18339"eliminato;\n"
18340"per eliminarlo, usa:"
18341msgstr[1] ""
18342"Nota: alcuni branch al di fuori della gerarchia refs/remotes/ non sono stati "
18343"eliminati;\n"
18344"per eliminarli, usa:"
18345
18346#: builtin/remote.c:816
18347#, c-format
18348msgid "Could not remove config section '%s'"
18349msgstr "Impossibile rimuovere la sezione di configurazione '%s'"
18350
18351#: builtin/remote.c:917
18352#, c-format
18353msgid " new (next fetch will store in remotes/%s)"
18354msgstr " nuovo (il prossimo fetch lo salverà in remotes/%s)"
18355
18356#: builtin/remote.c:920
18357msgid " tracked"
18358msgstr " tracciato"
18359
18360#: builtin/remote.c:922
18361msgid " stale (use 'git remote prune' to remove)"
18362msgstr " vecchio (usa 'git remote prune' per rimuoverlo)"
18363
18364#: builtin/remote.c:924
18365msgid " ???"
18366msgstr " ???"
18367
18368#: builtin/remote.c:965
18369#, c-format
18370msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
18371msgstr ""
18372"valore branch.%s.merge non valido; impossibile eseguire il rebase su più di "
18373"un branch"
18374
18375#: builtin/remote.c:974
18376#, c-format
18377msgid "rebases interactively onto remote %s"
18378msgstr "rebase interattivo sul remoto %s"
18379
18380#: builtin/remote.c:976
18381#, c-format
18382msgid "rebases interactively (with merges) onto remote %s"
18383msgstr "rebase interattivo (con merge) sul remoto %s"
18384
18385#: builtin/remote.c:979
18386#, c-format
18387msgid "rebases onto remote %s"
18388msgstr "rebase sul remoto %s"
18389
18390#: builtin/remote.c:983
18391#, c-format
18392msgid " merges with remote %s"
18393msgstr " merge con il remote %s"
18394
18395#: builtin/remote.c:986
18396#, c-format
18397msgid "merges with remote %s"
18398msgstr "merge con il remote %s"
18399
18400#: builtin/remote.c:989
18401#, c-format
18402msgid "%-*s and with remote %s\n"
18403msgstr "%-*s e con il remoto %s\n"
18404
18405#: builtin/remote.c:1032
18406msgid "create"
18407msgstr "crea"
18408
18409#: builtin/remote.c:1035
18410msgid "delete"
18411msgstr "elimina"
18412
18413#: builtin/remote.c:1039
18414msgid "up to date"
18415msgstr "aggiornato"
18416
18417#: builtin/remote.c:1042
18418msgid "fast-forwardable"
18419msgstr "fast forward possibile"
18420
18421#: builtin/remote.c:1045
18422msgid "local out of date"
18423msgstr "locale non aggiornato"
18424
18425#: builtin/remote.c:1052
18426#, c-format
18427msgid " %-*s forces to %-*s (%s)"
18428msgstr " %-*s esegue un aggiornamento forzato su %-*s (%s)"
18429
18430#: builtin/remote.c:1055
18431#, c-format
18432msgid " %-*s pushes to %-*s (%s)"
18433msgstr " %-*s esegue il push su %-*s (%s)"
18434
18435#: builtin/remote.c:1059
18436#, c-format
18437msgid " %-*s forces to %s"
18438msgstr " %-*s esegue un aggiornamento forzato su %s"
18439
18440#: builtin/remote.c:1062
18441#, c-format
18442msgid " %-*s pushes to %s"
18443msgstr " %-*s esegue il push su %s"
18444
18445#: builtin/remote.c:1130
18446msgid "do not query remotes"
18447msgstr "non interrogare i remoti"
18448
18449#: builtin/remote.c:1157
18450#, c-format
18451msgid "* remote %s"
18452msgstr "* remoto %s"
18453
18454#: builtin/remote.c:1158
18455#, c-format
18456msgid " Fetch URL: %s"
18457msgstr " URL recupero: %s"
18458
18459#: builtin/remote.c:1159 builtin/remote.c:1175 builtin/remote.c:1314
18460msgid "(no URL)"
18461msgstr "(nessun URL)"
18462
18463#. TRANSLATORS: the colon ':' should align
18464#. with the one in " Fetch URL: %s"
18465#. translation.
18466#.
18467#: builtin/remote.c:1173 builtin/remote.c:1175
18468#, c-format
18469msgid " Push URL: %s"
18470msgstr " URL push: %s"
18471
18472#: builtin/remote.c:1177 builtin/remote.c:1179 builtin/remote.c:1181
18473#, c-format
18474msgid " HEAD branch: %s"
18475msgstr " branch HEAD: %s"
18476
18477#: builtin/remote.c:1177
18478msgid "(not queried)"
18479msgstr "(non interrogato)"
18480
18481#: builtin/remote.c:1179
18482msgid "(unknown)"
18483msgstr "(sconosciuto)"
18484
18485#: builtin/remote.c:1183
18486#, c-format
18487msgid ""
18488" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
18489msgstr ""
18490" branch HEAD (l'HEAD remoto è ambiguo, potrebbe essere uno dei seguenti):\n"
18491
18492#: builtin/remote.c:1195
18493#, c-format
18494msgid " Remote branch:%s"
18495msgid_plural " Remote branches:%s"
18496msgstr[0] " Branch remoto:%s"
18497msgstr[1] " Branch remoti:%s"
18498
18499#: builtin/remote.c:1198 builtin/remote.c:1224
18500msgid " (status not queried)"
18501msgstr " (stato non richiesto)"
18502
18503#: builtin/remote.c:1207
18504msgid " Local branch configured for 'git pull':"
18505msgid_plural " Local branches configured for 'git pull':"
18506msgstr[0] " Branch locale configurato per 'git pull':"
18507msgstr[1] " Branch locali configurati per 'git pull':"
18508
18509#: builtin/remote.c:1215
18510msgid " Local refs will be mirrored by 'git push'"
18511msgstr " I riferimenti locali saranno copiati da 'git push'"
18512
18513#: builtin/remote.c:1221
18514#, c-format
18515msgid " Local ref configured for 'git push'%s:"
18516msgid_plural " Local refs configured for 'git push'%s:"
18517msgstr[0] " Ref locale configurato per 'git push'%s:"
18518msgstr[1] " Ref locali configurati per 'git push'%s:"
18519
18520#: builtin/remote.c:1242
18521msgid "set refs/remotes/<name>/HEAD according to remote"
18522msgstr "imposta refs/remotes/<nome>/HEAD in base al remoto"
18523
18524#: builtin/remote.c:1244
18525msgid "delete refs/remotes/<name>/HEAD"
18526msgstr "elimina refs/remotes/<nome>/HEAD"
18527
18528#: builtin/remote.c:1259
18529msgid "Cannot determine remote HEAD"
18530msgstr "Impossibile determinare l'HEAD remoto"
18531
18532#: builtin/remote.c:1261
18533msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
18534msgstr "Branch HEAD remoti multipli. Scegline uno esplicitamente con:"
18535
18536#: builtin/remote.c:1271
18537#, c-format
18538msgid "Could not delete %s"
18539msgstr "Non è stato possibile eliminare %s"
18540
18541#: builtin/remote.c:1279
18542#, c-format
18543msgid "Not a valid ref: %s"
18544msgstr "Non è un ref valido: %s"
18545
18546#: builtin/remote.c:1281
18547#, c-format
18548msgid "Could not setup %s"
18549msgstr "Non è stato possibile configurare %s"
18550
18551#: builtin/remote.c:1299
18552#, c-format
18553msgid " %s will become dangling!"
18554msgstr " %s diventerà pendente!"
18555
18556#: builtin/remote.c:1300
18557#, c-format
18558msgid " %s has become dangling!"
18559msgstr " %s è diventato pendente!"
18560
18561#: builtin/remote.c:1310
18562#, c-format
18563msgid "Pruning %s"
18564msgstr "Eliminazione di %s in corso"
18565
18566#: builtin/remote.c:1311
18567#, c-format
18568msgid "URL: %s"
18569msgstr "URL: %s"
18570
18571#: builtin/remote.c:1327
18572#, c-format
18573msgid " * [would prune] %s"
18574msgstr " * [sarebbe eliminato] %s"
18575
18576#: builtin/remote.c:1330
18577#, c-format
18578msgid " * [pruned] %s"
18579msgstr " * [eliminato] %s"
18580
18581#: builtin/remote.c:1375
18582msgid "prune remotes after fetching"
18583msgstr "elimina remoti dopo il fetch"
18584
18585#: builtin/remote.c:1438 builtin/remote.c:1492 builtin/remote.c:1560
18586#, c-format
18587msgid "No such remote '%s'"
18588msgstr "Remote '%s' non esistente"
18589
18590#: builtin/remote.c:1454
18591msgid "add branch"
18592msgstr "aggiungi branch"
18593
18594#: builtin/remote.c:1461
18595msgid "no remote specified"
18596msgstr "nessun remote specificato"
18597
18598#: builtin/remote.c:1478
18599msgid "query push URLs rather than fetch URLs"
18600msgstr "interroga gli URL per il push anziché gli URL per il fetch"
18601
18602#: builtin/remote.c:1480
18603msgid "return all URLs"
18604msgstr "restituisci tutti gli URL"
18605
18606#: builtin/remote.c:1508
18607#, c-format
18608msgid "no URLs configured for remote '%s'"
18609msgstr "nessun URL configurato per il remoto '%s'"
18610
18611#: builtin/remote.c:1534
18612msgid "manipulate push URLs"
18613msgstr "manipola gli URL per il push"
18614
18615#: builtin/remote.c:1536
18616msgid "add URL"
18617msgstr "aggiungi URL"
18618
18619#: builtin/remote.c:1538
18620msgid "delete URLs"
18621msgstr "elimina URL"
18622
18623#: builtin/remote.c:1545
18624msgid "--add --delete doesn't make sense"
18625msgstr "--add --delete non ha senso"
18626
18627#: builtin/remote.c:1584
18628#, c-format
18629msgid "Invalid old URL pattern: %s"
18630msgstr "Pattern URL vecchio non valido: %s"
18631
18632#: builtin/remote.c:1592
18633#, c-format
18634msgid "No such URL found: %s"
18635msgstr "Nessuna URL trovata: %s"
18636
18637#: builtin/remote.c:1594
18638msgid "Will not delete all non-push URLs"
18639msgstr "Non eliminerò tutti gli URL non push"
18640
18641#: builtin/remote.c:1610
18642msgid "be verbose; must be placed before a subcommand"
18643msgstr ""
18644"visualizza ulteriori dettagli; deve essere collocato prima di un sottocomando"
18645
18646#: builtin/remote.c:1641
18647#, c-format
18648msgid "Unknown subcommand: %s"
18649msgstr "Sottocomando sconosciuto: %s"
18650
18651#: builtin/repack.c:22
18652msgid "git repack [<options>]"
18653msgstr "git repack [<opzioni>]"
18654
18655#: builtin/repack.c:27
18656msgid ""
18657"Incremental repacks are incompatible with bitmap indexes. Use\n"
18658"--no-write-bitmap-index or disable the pack.writebitmaps configuration."
18659msgstr ""
18660"I repack incrementali non sono compatibili con gli indici bitmap.\n"
18661"Usa --no-write-bitmap-index o disabilita l'opzione di configurazione\n"
18662"pack.writebitmaps."
18663
18664#: builtin/repack.c:201
18665msgid "could not start pack-objects to repack promisor objects"
18666msgstr ""
18667"impossibile avviare pack-objects per eseguire il repack degli oggetti "
18668"promettenti"
18669
18670#: builtin/repack.c:240 builtin/repack.c:418
18671msgid "repack: Expecting full hex object ID lines only from pack-objects."
18672msgstr ""
18673"repack: Da pack-objects mi attendevo solo righe con gli ID completi "
18674"esadecimali degli oggetti."
18675
18676#: builtin/repack.c:257
18677msgid "could not finish pack-objects to repack promisor objects"
18678msgstr ""
18679"impossibile portare a termine pack-objects per eseguire il repack degli "
18680"oggetti promettenti"
18681
18682#: builtin/repack.c:295
18683msgid "pack everything in a single pack"
18684msgstr "esegui il pack di tutto in un singolo pack"
18685
18686#: builtin/repack.c:297
18687msgid "same as -a, and turn unreachable objects loose"
18688msgstr "come -a e rendi sciolti gli oggetti non raggiungibili"
18689
18690#: builtin/repack.c:300
18691msgid "remove redundant packs, and run git-prune-packed"
18692msgstr "rimuovi i pack ridondanti ed esegui git-prune-packed"
18693
18694#: builtin/repack.c:302
18695msgid "pass --no-reuse-delta to git-pack-objects"
18696msgstr "fornisci l'opzione --no-reuse-delta a git-pack-objects"
18697
18698#: builtin/repack.c:304
18699msgid "pass --no-reuse-object to git-pack-objects"
18700msgstr "fornisci l'opzione --no-reuse-object a git-pack-objects"
18701
18702#: builtin/repack.c:306
18703msgid "do not run git-update-server-info"
18704msgstr "non eseguire git-update-server-info"
18705
18706#: builtin/repack.c:309
18707msgid "pass --local to git-pack-objects"
18708msgstr "fornisci l'opzione --local a git-pack-objects"
18709
18710#: builtin/repack.c:311
18711msgid "write bitmap index"
18712msgstr "scrivi l'indice bitmap"
18713
18714#: builtin/repack.c:313
18715msgid "pass --delta-islands to git-pack-objects"
18716msgstr "fornisci l'opzione --delta-islands a git-pack-objects"
18717
18718#: builtin/repack.c:314
18719msgid "approxidate"
18720msgstr "data approssimativa"
18721
18722#: builtin/repack.c:315
18723msgid "with -A, do not loosen objects older than this"
18724msgstr "con -A, non rendere sciolti gli oggetti meno recenti di questa data"
18725
18726#: builtin/repack.c:317
18727msgid "with -a, repack unreachable objects"
18728msgstr "con -a, esegui il repack degli oggetti non raggiungibili"
18729
18730#: builtin/repack.c:319
18731msgid "size of the window used for delta compression"
18732msgstr "dimensione della finestra usata per la compressione delta"
18733
18734#: builtin/repack.c:320 builtin/repack.c:326
18735msgid "bytes"
18736msgstr "byte"
18737
18738#: builtin/repack.c:321
18739msgid "same as the above, but limit memory size instead of entries count"
18740msgstr ""
18741"come sopra, ma limita le dimensioni della memoria invece del numero di voci"
18742
18743#: builtin/repack.c:323
18744msgid "limits the maximum delta depth"
18745msgstr "limita la profondità massima dei delta"
18746
18747#: builtin/repack.c:325
18748msgid "limits the maximum number of threads"
18749msgstr "limita il numero massimo di thread"
18750
18751#: builtin/repack.c:327
18752msgid "maximum size of each packfile"
18753msgstr "dimensione massima di ogni file pack"
18754
18755#: builtin/repack.c:329
18756msgid "repack objects in packs marked with .keep"
18757msgstr "esegui il repack degli oggetti nei pack contrassegnati con .keep"
18758
18759#: builtin/repack.c:331
18760msgid "do not repack this pack"
18761msgstr "non eseguire il repack di questo pack"
18762
18763#: builtin/repack.c:341
18764msgid "cannot delete packs in a precious-objects repo"
18765msgstr "impossibile eliminare i pack in un repository 'oggetti preziosi'"
18766
18767#: builtin/repack.c:345
18768msgid "--keep-unreachable and -A are incompatible"
18769msgstr "--keep-unreachable e -A non sono compatibili"
18770
18771#: builtin/repack.c:427
18772msgid "Nothing new to pack."
18773msgstr "Non ci sono oggetti nuovi di cui eseguire il pack."
18774
18775#: builtin/repack.c:488
18776#, c-format
18777msgid ""
18778"WARNING: Some packs in use have been renamed by\n"
18779"WARNING: prefixing old- to their name, in order to\n"
18780"WARNING: replace them with the new version of the\n"
18781"WARNING: file. But the operation failed, and the\n"
18782"WARNING: attempt to rename them back to their\n"
18783"WARNING: original names also failed.\n"
18784"WARNING: Please rename them in %s manually:\n"
18785msgstr ""
18786"AVVISO: Alcuni pack in uso sono stati ridenominati\n"
18787"AVVISO: aggiungendo il prefisso old- al loro nome\n"
18788"AVVISO: per consentirne la sostituzione con la\n"
18789"AVVISO: nuova versione del file. Ma l'operazione\n"
18790"AVVISO: non è riuscita e anche il tentativo di\n"
18791"AVVISO: ridenominarli con il loro nome originale\n"
18792"AVVISO: non è riuscito. Ridenominali manualmente\n"
18793"AVVISO: entro %s:\n"
18794
18795#: builtin/repack.c:536
18796#, c-format
18797msgid "failed to remove '%s'"
18798msgstr "eliminazione di '%s' non riuscita"
18799
18800#: builtin/replace.c:22
18801msgid "git replace [-f] <object> <replacement>"
18802msgstr "git replace [-f] <oggetto> <oggetto sostitutivo>"
18803
18804#: builtin/replace.c:23
18805msgid "git replace [-f] --edit <object>"
18806msgstr "git replace [-f] --edit <oggetto>"
18807
18808#: builtin/replace.c:24
18809msgid "git replace [-f] --graft <commit> [<parent>...]"
18810msgstr "git replace [-f] --graft <commit> [<genitore>...]"
18811
18812#: builtin/replace.c:25
18813msgid "git replace [-f] --convert-graft-file"
18814msgstr "git replace [-f] --convert-graft-file"
18815
18816#: builtin/replace.c:26
18817msgid "git replace -d <object>..."
18818msgstr "git replace -d <oggetto>..."
18819
18820#: builtin/replace.c:27
18821msgid "git replace [--format=<format>] [-l [<pattern>]]"
18822msgstr "git replace [--format=<formato>] [-l [<pattern>]]"
18823
18824#: builtin/replace.c:90
18825#, c-format
18826msgid ""
18827"invalid replace format '%s'\n"
18828"valid formats are 'short', 'medium' and 'long'"
18829msgstr ""
18830"formato sostituzione non valido: '%s'\n"
18831"i formati validi sono 'short', 'medium' e 'long'"
18832
18833#: builtin/replace.c:125
18834#, c-format
18835msgid "replace ref '%s' not found"
18836msgstr "riferimento sostitutivo '%s' non trovato"
18837
18838#: builtin/replace.c:141
18839#, c-format
18840msgid "Deleted replace ref '%s'"
18841msgstr "Eliminato riferimento sostitutivo '%s'"
18842
18843#: builtin/replace.c:153
18844#, c-format
18845msgid "'%s' is not a valid ref name"
18846msgstr "'%s' non è un nome riferimento valido"
18847
18848#: builtin/replace.c:158
18849#, c-format
18850msgid "replace ref '%s' already exists"
18851msgstr "il riferimento sostitutivo '%s' esiste già"
18852
18853#: builtin/replace.c:178
18854#, c-format
18855msgid ""
18856"Objects must be of the same type.\n"
18857"'%s' points to a replaced object of type '%s'\n"
18858"while '%s' points to a replacement object of type '%s'."
18859msgstr ""
18860"Gli oggetti devono essere dello stesso tipo.\n"
18861"'%s' punta a un oggetto sostituito di tipo '%s'\n"
18862"mentre '%s' punta a un oggetto sostitutivo di tipo '%s'."
18863
18864#: builtin/replace.c:229
18865#, c-format
18866msgid "unable to open %s for writing"
18867msgstr "impossibile aprire '%s' in scrittura"
18868
18869#: builtin/replace.c:242
18870msgid "cat-file reported failure"
18871msgstr "cat-file ha segnalato un errore"
18872
18873#: builtin/replace.c:258
18874#, c-format
18875msgid "unable to open %s for reading"
18876msgstr "impossibile aprire %s in lettura"
18877
18878#: builtin/replace.c:272
18879msgid "unable to spawn mktree"
18880msgstr "impossibile lanciare mktree"
18881
18882#: builtin/replace.c:276
18883msgid "unable to read from mktree"
18884msgstr "impossibile leggere da mktree"
18885
18886#: builtin/replace.c:285
18887msgid "mktree reported failure"
18888msgstr "mktree ha segnalato un errore"
18889
18890#: builtin/replace.c:289
18891msgid "mktree did not return an object name"
18892msgstr "mktree non ha restituito un nome oggetto"
18893
18894#: builtin/replace.c:298
18895#, c-format
18896msgid "unable to fstat %s"
18897msgstr "impossibile eseguire fstat su %s"
18898
18899#: builtin/replace.c:303
18900msgid "unable to write object to database"
18901msgstr "impossibile scrivere l'oggetto nel database"
18902
18903#: builtin/replace.c:322 builtin/replace.c:377 builtin/replace.c:422
18904#: builtin/replace.c:452
18905#, c-format
18906msgid "not a valid object name: '%s'"
18907msgstr "nome oggetto non valido: '%s'"
18908
18909#: builtin/replace.c:326
18910#, c-format
18911msgid "unable to get object type for %s"
18912msgstr "impossibile recuperare il tipo dell'oggetto %s"
18913
18914#: builtin/replace.c:342
18915msgid "editing object file failed"
18916msgstr "modifica del file oggetto non riuscita"
18917
18918#: builtin/replace.c:351
18919#, c-format
18920msgid "new object is the same as the old one: '%s'"
18921msgstr "il nuovo oggetto è lo stesso di quello vecchio: '%s'"
18922
18923#: builtin/replace.c:383
18924#, c-format
18925msgid "could not parse %s as a commit"
18926msgstr "impossibile analizzare %s come commit"
18927
18928#: builtin/replace.c:414
18929#, c-format
18930msgid "bad mergetag in commit '%s'"
18931msgstr "tag merge non valido nel commit '%s'"
18932
18933#: builtin/replace.c:416
18934#, c-format
18935msgid "malformed mergetag in commit '%s'"
18936msgstr "tag merge malformato nel commit '%s'"
18937
18938#: builtin/replace.c:428
18939#, c-format
18940msgid ""
18941"original commit '%s' contains mergetag '%s' that is discarded; use --edit "
18942"instead of --graft"
18943msgstr ""
18944"il commit originario '%s' contiene il tag merge '%s' che è stato scartato; "
18945"usa --edit anziché --graft"
18946
18947#: builtin/replace.c:467
18948#, c-format
18949msgid "the original commit '%s' has a gpg signature"
18950msgstr "il commit originario '%s' ha una firma GPG"
18951
18952#: builtin/replace.c:468
18953msgid "the signature will be removed in the replacement commit!"
18954msgstr "la firma sarà rimossa nel commit sostitutivo!"
18955
18956#: builtin/replace.c:478
18957#, c-format
18958msgid "could not write replacement commit for: '%s'"
18959msgstr "impossibile scrivere il commit sostitutivo per '%s'"
18960
18961#: builtin/replace.c:486
18962#, c-format
18963msgid "graft for '%s' unnecessary"
18964msgstr "graft per '%s' non necessario"
18965
18966#: builtin/replace.c:490
18967#, c-format
18968msgid "new commit is the same as the old one: '%s'"
18969msgstr "il nuovo commit è lo stesso di quello vecchio: '%s'"
18970
18971#: builtin/replace.c:525
18972#, c-format
18973msgid ""
18974"could not convert the following graft(s):\n"
18975"%s"
18976msgstr ""
18977"impossibile convertire i seguenti graft:\n"
18978"%s"
18979
18980#: builtin/replace.c:546
18981msgid "list replace refs"
18982msgstr "elenca i riferimenti sostitutivi"
18983
18984#: builtin/replace.c:547
18985msgid "delete replace refs"
18986msgstr "elimina i riferimenti sostitutivi"
18987
18988#: builtin/replace.c:548
18989msgid "edit existing object"
18990msgstr "modifica l'oggetto esistente"
18991
18992#: builtin/replace.c:549
18993msgid "change a commit's parents"
18994msgstr "cambia i genitori di un commit"
18995
18996#: builtin/replace.c:550
18997msgid "convert existing graft file"
18998msgstr "converti un file graft esistente"
18999
19000#: builtin/replace.c:551
19001msgid "replace the ref if it exists"
19002msgstr "sostituisci il riferimento se esiste"
19003
19004#: builtin/replace.c:553
19005msgid "do not pretty-print contents for --edit"
19006msgstr "non stampare i contenuti in un formato leggibile (per --edit)"
19007
19008#: builtin/replace.c:554
19009msgid "use this format"
19010msgstr "usa questo formato"
19011
19012#: builtin/replace.c:567
19013msgid "--format cannot be used when not listing"
19014msgstr "--format non può essere usato quando non si elencano voci"
19015
19016#: builtin/replace.c:575
19017msgid "-f only makes sense when writing a replacement"
19018msgstr "-f ha senso solo se si sta scrivendo un oggetto sostitutivo"
19019
19020#: builtin/replace.c:579
19021msgid "--raw only makes sense with --edit"
19022msgstr "--raw ha senso solo con --edit"
19023
19024#: builtin/replace.c:585
19025msgid "-d needs at least one argument"
19026msgstr "-d richiede almeno un argomento"
19027
19028#: builtin/replace.c:591
19029msgid "bad number of arguments"
19030msgstr "numero di argomenti errato"
19031
19032#: builtin/replace.c:597
19033msgid "-e needs exactly one argument"
19034msgstr "-e richiede esattamente un argomento"
19035
19036#: builtin/replace.c:603
19037msgid "-g needs at least one argument"
19038msgstr "-g richiede almeno un argomento"
19039
19040#: builtin/replace.c:609
19041msgid "--convert-graft-file takes no argument"
19042msgstr "--convert-graft-file non richiede argomenti"
19043
19044#: builtin/replace.c:615
19045msgid "only one pattern can be given with -l"
19046msgstr "con -l può essere specificato solo un pattern"
19047
19048#: builtin/rerere.c:13
19049msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
19050msgstr ""
19051"git rerere [clear | forget <percorso>... | status | remaining | diff | gc]"
19052
19053#: builtin/rerere.c:60
19054msgid "register clean resolutions in index"
19055msgstr "registra le risoluzioni pulite nell'indice"
19056
19057#: builtin/rerere.c:79
19058msgid "'git rerere forget' without paths is deprecated"
19059msgstr "'git rerere forget' senza percorsi è deprecato"
19060
19061#: builtin/rerere.c:113
19062#, c-format
19063msgid "unable to generate diff for '%s'"
19064msgstr "impossibile generare il diff per '%s'"
19065
19066#: builtin/reset.c:32
19067msgid ""
19068"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
19069msgstr ""
19070"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
19071
19072#: builtin/reset.c:33
19073msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
19074msgstr "git reset [-q] [<espressione albero>] [--] <percorsi>..."
19075
19076#: builtin/reset.c:34
19077msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
19078msgstr "git reset --patch [<espressione albero>] [--] [<percorsi>...]"
19079
19080#: builtin/reset.c:40
19081msgid "mixed"
19082msgstr "misto"
19083
19084#: builtin/reset.c:40
19085msgid "soft"
19086msgstr "soft"
19087
19088#: builtin/reset.c:40
19089msgid "hard"
19090msgstr "hard"
19091
19092#: builtin/reset.c:40
19093msgid "merge"
19094msgstr "merge"
19095
19096#: builtin/reset.c:40
19097msgid "keep"
19098msgstr "keep"
19099
19100#: builtin/reset.c:81
19101msgid "You do not have a valid HEAD."
19102msgstr "Non hai un HEAD valido."
19103
19104#: builtin/reset.c:83
19105msgid "Failed to find tree of HEAD."
19106msgstr "Impossibile trovare l'albero di HEAD."
19107
19108#: builtin/reset.c:89
19109#, c-format
19110msgid "Failed to find tree of %s."
19111msgstr "Impossibile trovare l'albero di %s."
19112
19113#: builtin/reset.c:193
19114#, c-format
19115msgid "Cannot do a %s reset in the middle of a merge."
19116msgstr "Impossibile eseguire un %s reset nel corso di un merge."
19117
19118#: builtin/reset.c:293 builtin/stash.c:514 builtin/stash.c:589
19119#: builtin/stash.c:613
19120msgid "be quiet, only report errors"
19121msgstr "non visualizzare messaggi, segnala solo gli errori"
19122
19123#: builtin/reset.c:295
19124msgid "reset HEAD and index"
19125msgstr "reimposta l'HEAD e l'indice"
19126
19127#: builtin/reset.c:296
19128msgid "reset only HEAD"
19129msgstr "reimposta solo l'HEAD"
19130
19131#: builtin/reset.c:298 builtin/reset.c:300
19132msgid "reset HEAD, index and working tree"
19133msgstr "reimposta l'HEAD, l'indice e l'albero di lavoro"
19134
19135#: builtin/reset.c:302
19136msgid "reset HEAD but keep local changes"
19137msgstr "reimposta l'HEAD ma mantieni le modifiche locali"
19138
19139#: builtin/reset.c:308
19140msgid "record only the fact that removed paths will be added later"
19141msgstr ""
19142"salva solo il fatto che i percorsi rimossi saranno aggiunti successivamente"
19143
19144#: builtin/reset.c:326
19145#, c-format
19146msgid "Failed to resolve '%s' as a valid revision."
19147msgstr "Risoluzione di '%s' come revisione valida non riuscita."
19148
19149#: builtin/reset.c:334
19150#, c-format
19151msgid "Failed to resolve '%s' as a valid tree."
19152msgstr "Risoluzione di '%s' come albero valido non riuscita."
19153
19154#: builtin/reset.c:343
19155msgid "--patch is incompatible with --{hard,mixed,soft}"
19156msgstr "--patch non è compatibile con --{hard,mixed,soft}"
19157
19158#: builtin/reset.c:353
19159msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
19160msgstr "--mixed con i path è deprecata; usa invece 'git reset -- <path>'."
19161
19162#: builtin/reset.c:355
19163#, c-format
19164msgid "Cannot do %s reset with paths."
19165msgstr "Impossibile eseguire un %s reset con dei percorsi."
19166
19167#: builtin/reset.c:370
19168#, c-format
19169msgid "%s reset is not allowed in a bare repository"
19170msgstr "%s reset non è consentito in un repository spoglio"
19171
19172#: builtin/reset.c:374
19173msgid "-N can only be used with --mixed"
19174msgstr "-N può essere usato solo con --mixed"
19175
19176#: builtin/reset.c:395
19177msgid "Unstaged changes after reset:"
19178msgstr "Modifiche non nell'area di staging dopo il reset:"
19179
19180#: builtin/reset.c:398
19181#, c-format
19182msgid ""
19183"\n"
19184"It took %.2f seconds to enumerate unstaged changes after reset. You can\n"
19185"use '--quiet' to avoid this. Set the config setting reset.quiet to true\n"
19186"to make this the default.\n"
19187msgstr ""
19188"\n"
19189"Ci sono voluti %.2f secondi per elencare le modifiche non nell'area di\n"
19190"staging dopo il reset. Puoi usare '--quiet' per non visualizzare questo\n"
19191"messaggio. Imposta l'opzione di configurazione reset.quiet a true per\n"
19192"rendere tale comportamento quello predefinito.\n"
19193
19194#: builtin/reset.c:408
19195#, c-format
19196msgid "Could not reset index file to revision '%s'."
19197msgstr "Impossibile ripristinare il file indice alla revisione '%s'."
19198
19199#: builtin/reset.c:412
19200msgid "Could not write new index file."
19201msgstr "Impossibile scrivere il nuovo file indice."
19202
19203#: builtin/rev-list.c:412
19204msgid "cannot combine --exclude-promisor-objects and --missing"
19205msgstr "impossibile combinare --exclude-promisor-objects e --missing"
19206
19207#: builtin/rev-list.c:473
19208msgid "object filtering requires --objects"
19209msgstr "il filtraggio oggetti richiede --objects"
19210
19211#: builtin/rev-list.c:476
19212#, c-format
19213msgid "invalid sparse value '%s'"
19214msgstr "valore sparse non valido: '%s'"
19215
19216#: builtin/rev-list.c:527
19217msgid "rev-list does not support display of notes"
19218msgstr "rev-list non supporta la visualizzazione delle note"
19219
19220#: builtin/rev-list.c:530
19221msgid "cannot combine --use-bitmap-index with object filtering"
19222msgstr "impossibile combinare --use-bitmap-index con il filtraggio oggetti"
19223
19224#: builtin/rev-parse.c:408
19225msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
19226msgstr "git rev-parse --parseopt [<opzioni>] -- [<argomenti>...]"
19227
19228#: builtin/rev-parse.c:413
19229msgid "keep the `--` passed as an arg"
19230msgstr "mantieni la stringa passata `--` come argomento"
19231
19232#: builtin/rev-parse.c:415
19233msgid "stop parsing after the first non-option argument"
19234msgstr ""
19235"termina l'analisi dopo il primo argomento non corrispondente a un'opzione"
19236
19237#: builtin/rev-parse.c:418
19238msgid "output in stuck long form"
19239msgstr "emetti l'output in forma \"stuck long\""
19240
19241#: builtin/rev-parse.c:551
19242msgid ""
19243"git rev-parse --parseopt [<options>] -- [<args>...]\n"
19244" or: git rev-parse --sq-quote [<arg>...]\n"
19245" or: git rev-parse [<options>] [<arg>...]\n"
19246"\n"
19247"Run \"git rev-parse --parseopt -h\" for more information on the first usage."
19248msgstr ""
19249"git rev-parse --parseopt [<opzioni>] -- [<argomenti>...]\n"
19250" o: git rev-parse --sq-quote [<argomento>...]\n"
19251" o: git rev-parse [<opzioni>] [<argomento>...]\n"
19252"\n"
19253"Esegui \"git rev-parse --parseopt -h\" per ulteriori informazioni sulla "
19254"prima\n"
19255"modalità d'uso."
19256
19257#: builtin/revert.c:24
19258msgid "git revert [<options>] <commit-ish>..."
19259msgstr "git revert [<opzioni>] <espressione commit>..."
19260
19261#: builtin/revert.c:25
19262msgid "git revert <subcommand>"
19263msgstr "git revert <sottocomando>"
19264
19265#: builtin/revert.c:30
19266msgid "git cherry-pick [<options>] <commit-ish>..."
19267msgstr "git cherry-pick [<opzioni>] <espressione commit>..."
19268
19269#: builtin/revert.c:31
19270msgid "git cherry-pick <subcommand>"
19271msgstr "git cherry-pick <sottocomando>"
19272
19273#: builtin/revert.c:72
19274#, c-format
19275msgid "option `%s' expects a number greater than zero"
19276msgstr "l'opzione `%s' richiede un numero maggiore di zero"
19277
19278#: builtin/revert.c:92
19279#, c-format
19280msgid "%s: %s cannot be used with %s"
19281msgstr "%s: %s non può essere usata con %s"
19282
19283#: builtin/revert.c:102
19284msgid "end revert or cherry-pick sequence"
19285msgstr "termina la sequenza revert o cherry-pick"
19286
19287#: builtin/revert.c:103
19288msgid "resume revert or cherry-pick sequence"
19289msgstr "riprendi la sequenza revert o cherry-pick"
19290
19291#: builtin/revert.c:104
19292msgid "cancel revert or cherry-pick sequence"
19293msgstr "annulla la sequenza revert o cherry-pick"
19294
19295#: builtin/revert.c:105
19296msgid "skip current commit and continue"
19297msgstr "salta il commit corrente e continua"
19298
19299#: builtin/revert.c:107
19300msgid "don't automatically commit"
19301msgstr "non eseguire il commit automaticamente"
19302
19303#: builtin/revert.c:108
19304msgid "edit the commit message"
19305msgstr "modifica il messaggio di commit"
19306
19307#: builtin/revert.c:111
19308msgid "parent-number"
19309msgstr "numero-genitore"
19310
19311#: builtin/revert.c:112
19312msgid "select mainline parent"
19313msgstr "seleziona il genitore mainline"
19314
19315#: builtin/revert.c:114
19316msgid "merge strategy"
19317msgstr "strategia di merge"
19318
19319#: builtin/revert.c:116
19320msgid "option for merge strategy"
19321msgstr "opzione per la strategia di merge"
19322
19323#: builtin/revert.c:125
19324msgid "append commit name"
19325msgstr "aggiungi il nome del commit alla fine"
19326
19327#: builtin/revert.c:127
19328msgid "preserve initially empty commits"
19329msgstr "mantieni i commit inizialmente vuoti"
19330
19331#: builtin/revert.c:129
19332msgid "keep redundant, empty commits"
19333msgstr "mantieni i commit ridondanti e vuoti"
19334
19335#: builtin/revert.c:232
19336msgid "revert failed"
19337msgstr "revert non riuscito"
19338
19339#: builtin/revert.c:245
19340msgid "cherry-pick failed"
19341msgstr "cherry-pick non riuscito"
19342
19343#: builtin/rm.c:19
19344msgid "git rm [<options>] [--] <file>..."
19345msgstr "git rm [<opzioni>] [--] <file>..."
19346
19347#: builtin/rm.c:207
19348msgid ""
19349"the following file has staged content different from both the\n"
19350"file and the HEAD:"
19351msgid_plural ""
19352"the following files have staged content different from both the\n"
19353"file and the HEAD:"
19354msgstr[0] ""
19355"il seguente file ha contenuti nell'area di staging che\n"
19356"differiscono sia rispetto a quelli del file sia rispetto a HEAD:"
19357msgstr[1] ""
19358"i seguenti file hanno contenuti nell'area di staging che\n"
19359"differiscono sia rispetto a quelli del file sia rispetto a HEAD:"
19360
19361#: builtin/rm.c:212
19362msgid ""
19363"\n"
19364"(use -f to force removal)"
19365msgstr ""
19366"\n"
19367"(usa -f per forzarne la rimozione)"
19368
19369#: builtin/rm.c:216
19370msgid "the following file has changes staged in the index:"
19371msgid_plural "the following files have changes staged in the index:"
19372msgstr[0] "il seguente file ha delle modifiche in staging nell'indice:"
19373msgstr[1] "i seguenti file hanno delle modifiche in staging nell'indice:"
19374
19375#: builtin/rm.c:220 builtin/rm.c:229
19376msgid ""
19377"\n"
19378"(use --cached to keep the file, or -f to force removal)"
19379msgstr ""
19380"\n"
19381"(usa --cached per mantenere il file o -f per forzarne la rimozione)"
19382
19383#: builtin/rm.c:226
19384msgid "the following file has local modifications:"
19385msgid_plural "the following files have local modifications:"
19386msgstr[0] "il seguente file ha delle modifiche locali:"
19387msgstr[1] "i seguenti file hanno delle modifiche locali:"
19388
19389#: builtin/rm.c:242
19390msgid "do not list removed files"
19391msgstr "non elencare i file rimossi"
19392
19393#: builtin/rm.c:243
19394msgid "only remove from the index"
19395msgstr "rimuovi solo dall'indice"
19396
19397#: builtin/rm.c:244
19398msgid "override the up-to-date check"
19399msgstr "ignora il controllo sullo stato di aggiornamento"
19400
19401#: builtin/rm.c:245
19402msgid "allow recursive removal"
19403msgstr "consenti rimozioni ricorsive"
19404
19405#: builtin/rm.c:247
19406msgid "exit with a zero status even if nothing matched"
19407msgstr ""
19408"esci con codice d'uscita zero anche nel caso in cui non vi siano "
19409"corrispondenze"
19410
19411#: builtin/rm.c:289
19412msgid "please stage your changes to .gitmodules or stash them to proceed"
19413msgstr ""
19414"esegui lo stage delle modifiche a .gitmodules o eseguine lo stash per "
19415"procedere"
19416
19417#: builtin/rm.c:307
19418#, c-format
19419msgid "not removing '%s' recursively without -r"
19420msgstr "non rimuovo '%s' ricorsivamente senza -r"
19421
19422#: builtin/rm.c:346
19423#, c-format
19424msgid "git rm: unable to remove %s"
19425msgstr "git rm: non è possibile eliminare %s"
19426
19427#: builtin/send-pack.c:20
19428msgid ""
19429"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
19430"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
19431"[<ref>...]\n"
19432" --all and explicit <ref> specification are mutually exclusive."
19433msgstr ""
19434"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
19435"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
19436"[<riferimento>...]\n"
19437" --all e uno specificatore <riferimento> sono mutualmente esclusivi."
19438
19439#: builtin/send-pack.c:163
19440msgid "remote name"
19441msgstr "nome remoto"
19442
19443#: builtin/send-pack.c:177
19444msgid "use stateless RPC protocol"
19445msgstr "usa protocollo RPC senza stato"
19446
19447#: builtin/send-pack.c:178
19448msgid "read refs from stdin"
19449msgstr "leggi i riferimento dallo standard input"
19450
19451#: builtin/send-pack.c:179
19452msgid "print status from remote helper"
19453msgstr "stampa lo stato dell'helper remoto"
19454
19455#: builtin/shortlog.c:14
19456msgid "git shortlog [<options>] [<revision-range>] [[--] <path>...]"
19457msgstr "git shortlog [<opzioni>] [<intervallo revisioni>] [[--] <percorso>...]"
19458
19459#: builtin/shortlog.c:15
19460msgid "git log --pretty=short | git shortlog [<options>]"
19461msgstr "git log --pretty=short | git shortlog [<opzioni>]"
19462
19463#: builtin/shortlog.c:264
19464msgid "Group by committer rather than author"
19465msgstr "Raggruppa per persona che ha eseguito il commit anziché per autore"
19466
19467#: builtin/shortlog.c:266
19468msgid "sort output according to the number of commits per author"
19469msgstr "ordina l'output in base al numero di commit per autore"
19470
19471#: builtin/shortlog.c:268
19472msgid "Suppress commit descriptions, only provides commit count"
19473msgstr "Ometti le descrizioni dei commit, fornisci solo il numero dei commit"
19474
19475#: builtin/shortlog.c:270
19476msgid "Show the email address of each author"
19477msgstr "Visualizza l'indirizzo e-mail di ogni autore"
19478
19479#: builtin/shortlog.c:271
19480msgid "<w>[,<i1>[,<i2>]]"
19481msgstr "<w>[,<i1>[,<i2>]]"
19482
19483#: builtin/shortlog.c:272
19484msgid "Linewrap output"
19485msgstr "Output a capo automatico"
19486
19487#: builtin/shortlog.c:301
19488msgid "too many arguments given outside repository"
19489msgstr "troppi argomenti forniti oltre al repository"
19490
19491#: builtin/show-branch.c:13
19492msgid ""
19493"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
19494"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
19495"\t\t[--more=<n> | --list | --independent | --merge-base]\n"
19496"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
19497msgstr ""
19498"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
19499"\t\t[--current] [--color[=<quando>] | --no-color] [--sparse]\n"
19500"\t\t[--more=<n> | --list | --independent | --merge-base]\n"
19501"\t\t[--no-name | --sha1-name] [--topics] [(<revisione> | <glob>)...]"
19502
19503#: builtin/show-branch.c:17
19504msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
19505msgstr ""
19506"git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<riferimento>]"
19507
19508#: builtin/show-branch.c:395
19509#, c-format
19510msgid "ignoring %s; cannot handle more than %d ref"
19511msgid_plural "ignoring %s; cannot handle more than %d refs"
19512msgstr[0] "ignoro %s; non posso gestire più di %d riferimento"
19513msgstr[1] "ignoro %s; non posso gestire più di %d riferimenti"
19514
19515#: builtin/show-branch.c:548
19516#, c-format
19517msgid "no matching refs with %s"
19518msgstr "nessun riferimento corrispondente a %s"
19519
19520#: builtin/show-branch.c:645
19521msgid "show remote-tracking and local branches"
19522msgstr "visualizza i branch che ne tracciano uno remoto e quelli locali"
19523
19524#: builtin/show-branch.c:647
19525msgid "show remote-tracking branches"
19526msgstr "visualizza i branch che ne tracciano uno remoto"
19527
19528#: builtin/show-branch.c:649
19529msgid "color '*!+-' corresponding to the branch"
19530msgstr "colore '*!+-' corrispondente al branch"
19531
19532#: builtin/show-branch.c:651
19533msgid "show <n> more commits after the common ancestor"
19534msgstr "visualizza <n> commit ulteriori rispetto all'antenato comune"
19535
19536#: builtin/show-branch.c:653
19537msgid "synonym to more=-1"
19538msgstr "sinonimo di more=-1"
19539
19540#: builtin/show-branch.c:654
19541msgid "suppress naming strings"
19542msgstr "non visualizzare le stringhe di denominazione"
19543
19544#: builtin/show-branch.c:656
19545msgid "include the current branch"
19546msgstr "includi il branch corrente"
19547
19548#: builtin/show-branch.c:658
19549msgid "name commits with their object names"
19550msgstr "denomina i commit con i loro nomi oggetto"
19551
19552#: builtin/show-branch.c:660
19553msgid "show possible merge bases"
19554msgstr "visualizza le basi merge possibili"
19555
19556#: builtin/show-branch.c:662
19557msgid "show refs unreachable from any other ref"
19558msgstr "visualizza i riferimenti non raggiungibili da nessun altro"
19559
19560#: builtin/show-branch.c:664
19561msgid "show commits in topological order"
19562msgstr "visualizza i commit in ordine topologico"
19563
19564#: builtin/show-branch.c:667
19565msgid "show only commits not on the first branch"
19566msgstr "visualizza solo i commit non sul primo branch"
19567
19568#: builtin/show-branch.c:669
19569msgid "show merges reachable from only one tip"
19570msgstr "visualizza i merge raggiungibili solo dall'ultimo commit di un branch"
19571
19572#: builtin/show-branch.c:671
19573msgid "topologically sort, maintaining date order where possible"
19574msgstr ""
19575"esegui un ordinamento topologico mantenendo l'ordine delle date ove possibile"
19576
19577#: builtin/show-branch.c:674
19578msgid "<n>[,<base>]"
19579msgstr "<n>[,<base>]"
19580
19581#: builtin/show-branch.c:675
19582msgid "show <n> most recent ref-log entries starting at base"
19583msgstr ""
19584"visualizza le <n> voci più recenti del log dei riferimenti partendo da base"
19585
19586#: builtin/show-branch.c:711
19587msgid ""
19588"--reflog is incompatible with --all, --remotes, --independent or --merge-base"
19589msgstr ""
19590"--reflog non è compatibile con --all, --remotes, --independent o --merge-base"
19591
19592#: builtin/show-branch.c:735
19593msgid "no branches given, and HEAD is not valid"
19594msgstr "nessun branch fornito e l'HEAD non è valido"
19595
19596#: builtin/show-branch.c:738
19597msgid "--reflog option needs one branch name"
19598msgstr "l'opzione --reflog richiede il nome di un branch"
19599
19600#: builtin/show-branch.c:741
19601#, c-format
19602msgid "only %d entry can be shown at one time."
19603msgid_plural "only %d entries can be shown at one time."
19604msgstr[0] "può essere visualizzata solo %d voce per volta."
19605msgstr[1] "possono essere visualizzate solo %d voci per volta."
19606
19607#: builtin/show-branch.c:745
19608#, c-format
19609msgid "no such ref %s"
19610msgstr "riferimento non esistente: %s"
19611
19612#: builtin/show-branch.c:831
19613#, c-format
19614msgid "cannot handle more than %d rev."
19615msgid_plural "cannot handle more than %d revs."
19616msgstr[0] "impossibile gestire più di %d revisione."
19617msgstr[1] "impossibile gestire più di %d revisioni."
19618
19619#: builtin/show-branch.c:835
19620#, c-format
19621msgid "'%s' is not a valid ref."
19622msgstr "'%s' non è un riferimento valido."
19623
19624#: builtin/show-branch.c:838
19625#, c-format
19626msgid "cannot find commit %s (%s)"
19627msgstr "impossibile trovare il commit %s (%s)"
19628
19629#: builtin/show-ref.c:12
19630msgid ""
19631"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
19632"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
19633msgstr ""
19634"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
19635"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
19636
19637#: builtin/show-ref.c:13
19638msgid "git show-ref --exclude-existing[=<pattern>]"
19639msgstr "git show-ref --exclude-existing[=<pattern>]"
19640
19641#: builtin/show-ref.c:162
19642msgid "only show tags (can be combined with heads)"
19643msgstr "visualizza solo i tag (l'opzione può essere combinata con heads)"
19644
19645#: builtin/show-ref.c:163
19646msgid "only show heads (can be combined with tags)"
19647msgstr "visualizza solo le head (l'opzione può essere combinata con tags)"
19648
19649#: builtin/show-ref.c:164
19650msgid "stricter reference checking, requires exact ref path"
19651msgstr ""
19652"controllo più stringente dei riferimenti, richiede un percorso esatto al "
19653"riferimento"
19654
19655#: builtin/show-ref.c:167 builtin/show-ref.c:169
19656msgid "show the HEAD reference, even if it would be filtered out"
19657msgstr "visualizza il riferimento HEAD anche se filtrato"
19658
19659#: builtin/show-ref.c:171
19660msgid "dereference tags into object IDs"
19661msgstr "dereferenzia i tag in ID oggetto"
19662
19663#: builtin/show-ref.c:173
19664msgid "only show SHA1 hash using <n> digits"
19665msgstr "visualizza l'hash SHA1 usando solo <n> caratteri"
19666
19667#: builtin/show-ref.c:177
19668msgid "do not print results to stdout (useful with --verify)"
19669msgstr "non stampare i risultati sullo standard output (utile con --verify)"
19670
19671#: builtin/show-ref.c:179
19672msgid "show refs from stdin that aren't in local repository"
19673msgstr ""
19674"visualizza i riferimenti dati sullo standard input che non sono nel "
19675"repository locale"
19676
19677#: builtin/stash.c:22 builtin/stash.c:37
19678msgid "git stash list [<options>]"
19679msgstr "git stash list [<opzioni>]"
19680
19681#: builtin/stash.c:23 builtin/stash.c:42
19682msgid "git stash show [<options>] [<stash>]"
19683msgstr "git stash show [<opzioni>] [<stash>]"
19684
19685#: builtin/stash.c:24 builtin/stash.c:47
19686msgid "git stash drop [-q|--quiet] [<stash>]"
19687msgstr "git stash drop [-q|--quiet] [<stash>]"
19688
19689#: builtin/stash.c:25
19690msgid "git stash ( pop | apply ) [--index] [-q|--quiet] [<stash>]"
19691msgstr "git stash ( pop | apply ) [--index] [-q|--quiet] [<stash>]"
19692
19693#: builtin/stash.c:26 builtin/stash.c:62
19694msgid "git stash branch <branchname> [<stash>]"
19695msgstr "git stash branch <nome branch> [<stash>]"
19696
19697#: builtin/stash.c:27 builtin/stash.c:67
19698msgid "git stash clear"
19699msgstr "git stash clear"
19700
19701#: builtin/stash.c:28 builtin/stash.c:77
19702msgid ""
19703"git stash [push [-p|--patch] [-k|--[no-]keep-index] [-q|--quiet]\n"
19704" [-u|--include-untracked] [-a|--all] [-m|--message <message>]\n"
19705" [--] [<pathspec>...]]"
19706msgstr ""
19707"git stash [push [-p|--patch] [-k|--[no-]keep-index] [-q|--quiet]\n"
19708" [-u|--include-untracked] [-a|--all] [-m|--message <messaggio>]\n"
19709" [--] [<specificatore percorso>...]]"
19710
19711#: builtin/stash.c:31 builtin/stash.c:84
19712msgid ""
19713"git stash save [-p|--patch] [-k|--[no-]keep-index] [-q|--quiet]\n"
19714" [-u|--include-untracked] [-a|--all] [<message>]"
19715msgstr ""
19716"git stash save [-p|--patch] [-k|--[no-]keep-index] [-q|--quiet]\n"
19717" [-u|--include-untracked] [-a|--all] [<messaggio>]"
19718
19719#: builtin/stash.c:52
19720msgid "git stash pop [--index] [-q|--quiet] [<stash>]"
19721msgstr "git stash pop [--index] [-q|--quiet] [<stash>]"
19722
19723#: builtin/stash.c:57
19724msgid "git stash apply [--index] [-q|--quiet] [<stash>]"
19725msgstr "git stash apply [--index] [-q|--quiet] [<stash>]"
19726
19727#: builtin/stash.c:72
19728msgid "git stash store [-m|--message <message>] [-q|--quiet] <commit>"
19729msgstr "git stash store [-m|--message <messaggio>] [-q|--quiet] <commit>"
19730
19731#: builtin/stash.c:127
19732#, c-format
19733msgid "'%s' is not a stash-like commit"
19734msgstr "'%s' non è un commit simile a uno stash"
19735
19736#: builtin/stash.c:147
19737#, c-format
19738msgid "Too many revisions specified:%s"
19739msgstr "Troppe revisioni specificate:%s"
19740
19741#: builtin/stash.c:161 git-legacy-stash.sh:548
19742msgid "No stash entries found."
19743msgstr "Nessuna voce di stash trovata."
19744
19745#: builtin/stash.c:175
19746#, c-format
19747msgid "%s is not a valid reference"
19748msgstr "%s non è un riferimento valido"
19749
19750#: builtin/stash.c:224 git-legacy-stash.sh:75
19751msgid "git stash clear with parameters is unimplemented"
19752msgstr "git stash clear con parametri non è implementato"
19753
19754#: builtin/stash.c:403
19755msgid "cannot apply a stash in the middle of a merge"
19756msgstr "impossibile applicare uno stash nel mezzo di un merge"
19757
19758#: builtin/stash.c:414
19759#, c-format
19760msgid "could not generate diff %s^!."
19761msgstr "impossibile generare il diff %s^!"
19762
19763#: builtin/stash.c:421
19764msgid "conflicts in index.Try without --index."
19765msgstr "ci sono conflitti nell'indice. Prova senza --index."
19766
19767#: builtin/stash.c:427
19768msgid "could not save index tree"
19769msgstr "impossibile salvare l'albero indice"
19770
19771#: builtin/stash.c:434
19772msgid "could not restore untracked files from stash"
19773msgstr "non è stato possibile ripristinare i file non tracciati dallo stash"
19774
19775#: builtin/stash.c:448
19776#, c-format
19777msgid "Merging %s with %s"
19778msgstr "Merge di %s con %s in corso"
19779
19780#: builtin/stash.c:458 git-legacy-stash.sh:680
19781msgid "Index was not unstashed."
19782msgstr "L'indice non è stato rimosso dallo stash."
19783
19784#: builtin/stash.c:516 builtin/stash.c:615
19785msgid "attempt to recreate the index"
19786msgstr "tenta di ricreare l'indice"
19787
19788#: builtin/stash.c:549
19789#, c-format
19790msgid "Dropped %s (%s)"
19791msgstr "Ho scartato %s (%s)"
19792
19793#: builtin/stash.c:552
19794#, c-format
19795msgid "%s: Could not drop stash entry"
19796msgstr "%s: Impossibile scartare la voce di stash"
19797
19798#: builtin/stash.c:577
19799#, c-format
19800msgid "'%s' is not a stash reference"
19801msgstr "'%s' non è un riferimento stash"
19802
19803#: builtin/stash.c:627 git-legacy-stash.sh:694
19804msgid "The stash entry is kept in case you need it again."
19805msgstr ""
19806"La voce di stash è mantenuta nel caso in cui tu ne abbia nuovamente bisogno."
19807
19808#: builtin/stash.c:650 git-legacy-stash.sh:712
19809msgid "No branch name specified"
19810msgstr "Nome del branch non specificato"
19811
19812#: builtin/stash.c:790 builtin/stash.c:827
19813#, c-format
19814msgid "Cannot update %s with %s"
19815msgstr "Impossibile aggiornare %s con %s"
19816
19817#: builtin/stash.c:808 builtin/stash.c:1461 builtin/stash.c:1497
19818msgid "stash message"
19819msgstr "messaggio di stash"
19820
19821#: builtin/stash.c:818
19822msgid "\"git stash store\" requires one <commit> argument"
19823msgstr "\"git stash store\" richiede un argomento <commit>"
19824
19825#: builtin/stash.c:1040 git-legacy-stash.sh:217
19826msgid "No changes selected"
19827msgstr "Nessuna modifica selezionata"
19828
19829#: builtin/stash.c:1136 git-legacy-stash.sh:150
19830msgid "You do not have the initial commit yet"
19831msgstr "Non hai ancora un commit iniziale"
19832
19833#: builtin/stash.c:1163 git-legacy-stash.sh:165
19834msgid "Cannot save the current index state"
19835msgstr "Impossibile salvare lo stato corrente di index"
19836
19837#: builtin/stash.c:1172 git-legacy-stash.sh:180
19838msgid "Cannot save the untracked files"
19839msgstr "Impossibile salvare i file non tracciati"
19840
19841#: builtin/stash.c:1183 builtin/stash.c:1192 git-legacy-stash.sh:200
19842#: git-legacy-stash.sh:213
19843msgid "Cannot save the current worktree state"
19844msgstr "Impossibile salvare lo stato corrente dell'albero di lavoro"
19845
19846#: builtin/stash.c:1220 git-legacy-stash.sh:233
19847msgid "Cannot record working tree state"
19848msgstr "Impossibile registrare lo stato dell'albero di lavoro"
19849
19850#: builtin/stash.c:1269 git-legacy-stash.sh:337
19851msgid "Can't use --patch and --include-untracked or --all at the same time"
19852msgstr ""
19853"Impossibile usare --patch e --include-untracked o --all allo stesso tempo"
19854
19855#: builtin/stash.c:1285
19856msgid "Did you forget to 'git add'?"
19857msgstr "Ti sei scordato di eseguire 'git add'?"
19858
19859#: builtin/stash.c:1300 git-legacy-stash.sh:345
19860msgid "No local changes to save"
19861msgstr "Nessuna modifica locale da salvare"
19862
19863#: builtin/stash.c:1307 git-legacy-stash.sh:350
19864msgid "Cannot initialize stash"
19865msgstr "Impossibile inizializzare stash"
19866
19867#: builtin/stash.c:1322 git-legacy-stash.sh:354
19868msgid "Cannot save the current status"
19869msgstr "Impossibile salvare lo stato attuale"
19870
19871#: builtin/stash.c:1327
19872#, c-format
19873msgid "Saved working directory and index state %s"
19874msgstr "Directory di lavoro e stato indice salvati: %s"
19875
19876#: builtin/stash.c:1417 git-legacy-stash.sh:384
19877msgid "Cannot remove worktree changes"
19878msgstr "Impossibile rimuovere le modifiche all'albero di lavoro"
19879
19880#: builtin/stash.c:1452 builtin/stash.c:1488
19881msgid "keep index"
19882msgstr "mantieni l'indice"
19883
19884#: builtin/stash.c:1454 builtin/stash.c:1490
19885msgid "stash in patch mode"
19886msgstr "esegui lo stash in modalità patch"
19887
19888#: builtin/stash.c:1455 builtin/stash.c:1491
19889msgid "quiet mode"
19890msgstr "modalità silenziosa"
19891
19892#: builtin/stash.c:1457 builtin/stash.c:1493
19893msgid "include untracked files in stash"
19894msgstr "includi i file non tracciati nello stash"
19895
19896#: builtin/stash.c:1459 builtin/stash.c:1495
19897msgid "include ignore files"
19898msgstr "includi i file ignorati"
19899
19900#: builtin/stash.c:1555
19901#, c-format
19902msgid "could not exec %s"
19903msgstr "impossibile eseguire %s"
19904
19905#: builtin/stripspace.c:18
19906msgid "git stripspace [-s | --strip-comments]"
19907msgstr "git stripspace [-s | --strip-comments]"
19908
19909#: builtin/stripspace.c:19
19910msgid "git stripspace [-c | --comment-lines]"
19911msgstr "git stripspace [-c | --comment-lines]"
19912
19913#: builtin/stripspace.c:37
19914msgid "skip and remove all lines starting with comment character"
19915msgstr "salta e rimuovi tutte le righe che iniziano con un carattere commento"
19916
19917#: builtin/stripspace.c:40
19918msgid "prepend comment character and space to each line"
19919msgstr "anteponi il carattere commento e uno spazio a ogni riga"
19920
19921#: builtin/submodule--helper.c:45 builtin/submodule--helper.c:1943
19922#, c-format
19923msgid "Expecting a full ref name, got %s"
19924msgstr "Atteso nome riferimento completo, ricevuto %s"
19925
19926#: builtin/submodule--helper.c:62
19927msgid "submodule--helper print-default-remote takes no arguments"
19928msgstr "submodule--helper print-default-remote non richiede argomenti"
19929
19930#: builtin/submodule--helper.c:100
19931#, c-format
19932msgid "cannot strip one component off url '%s'"
19933msgstr "impossibile rimuovere un componente dall'URL '%s'"
19934
19935#: builtin/submodule--helper.c:408 builtin/submodule--helper.c:1368
19936msgid "alternative anchor for relative paths"
19937msgstr "ancoraggio alternativo per i percorsi relativi"
19938
19939#: builtin/submodule--helper.c:413
19940msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
19941msgstr "git submodule--helper list [--prefix=<percorso>] [<percorso>...]"
19942
19943#: builtin/submodule--helper.c:470 builtin/submodule--helper.c:628
19944#: builtin/submodule--helper.c:651
19945#, c-format
19946msgid "No url found for submodule path '%s' in .gitmodules"
19947msgstr "Nessun URL trovato in .gitmodules per il percorso del sottomodulo '%s'"
19948
19949#: builtin/submodule--helper.c:522
19950#, c-format
19951msgid "Entering '%s'\n"
19952msgstr "Entro in '%s'\n"
19953
19954#: builtin/submodule--helper.c:525
19955#, c-format
19956msgid ""
19957"run_command returned non-zero status for %s\n"
19958"."
19959msgstr ""
19960"run_command ha restituito un codice diverso da zero per %s\n"
19961"."
19962
19963#: builtin/submodule--helper.c:547
19964#, c-format
19965msgid ""
19966"run_command returned non-zero status while recursing in the nested "
19967"submodules of %s\n"
19968"."
19969msgstr ""
19970"run_command ha restituito un codice diverso da zero durante la ricorsione "
19971"nei sottomoduli innestati di %s\n"
19972"."
19973
19974#: builtin/submodule--helper.c:563
19975msgid "Suppress output of entering each submodule command"
19976msgstr "Non visualizzare l'output dei comandi eseguiti in ogni sottomodulo"
19977
19978#: builtin/submodule--helper.c:565 builtin/submodule--helper.c:1050
19979msgid "Recurse into nested submodules"
19980msgstr "Esegui ricorsivamente sui sottomoduli innestati"
19981
19982#: builtin/submodule--helper.c:570
19983msgid "git submodule--helper foreach [--quiet] [--recursive] [--] <command>"
19984msgstr "git submodule--helper foreach [--quiet] [--recursive] [--] <comando>"
19985
19986#: builtin/submodule--helper.c:597
19987#, c-format
19988msgid ""
19989"could not look up configuration '%s'. Assuming this repository is its own "
19990"authoritative upstream."
19991msgstr ""
19992"impossibile trovare la configurazione '%s'. Assumo che questo repository sia "
19993"il proprio repository autoritativo upstream."
19994
19995#: builtin/submodule--helper.c:665
19996#, c-format
19997msgid "Failed to register url for submodule path '%s'"
19998msgstr "Registrazione dell'URL per il percorso sottomodulo '%s' non riuscita"
19999
20000#: builtin/submodule--helper.c:669
20001#, c-format
20002msgid "Submodule '%s' (%s) registered for path '%s'\n"
20003msgstr "Sottomodulo '%s' (%s) registrato per il percorso '%s'\n"
20004
20005#: builtin/submodule--helper.c:679
20006#, c-format
20007msgid "warning: command update mode suggested for submodule '%s'\n"
20008msgstr ""
20009"avviso: suggerita modalità comando aggiornamento per il sottomodulo '%s'\n"
20010
20011#: builtin/submodule--helper.c:686
20012#, c-format
20013msgid "Failed to register update mode for submodule path '%s'"
20014msgstr ""
20015"Registrazione della modalità aggiornamento per il percorso sottomodulo '%s'"
20016
20017#: builtin/submodule--helper.c:708
20018msgid "Suppress output for initializing a submodule"
20019msgstr "Non visualizzare l'output dell'inizializzazione del sottomodulo"
20020
20021#: builtin/submodule--helper.c:713
20022msgid "git submodule--helper init [<options>] [<path>]"
20023msgstr "git submodule--helper init [<opzioni>] [<percorso>]"
20024
20025#: builtin/submodule--helper.c:785 builtin/submodule--helper.c:911
20026#, c-format
20027msgid "no submodule mapping found in .gitmodules for path '%s'"
20028msgstr "mapping sottomodulo per il percorso '%s' non trovato in .gitmodules"
20029
20030#: builtin/submodule--helper.c:824
20031#, c-format
20032msgid "could not resolve HEAD ref inside the submodule '%s'"
20033msgstr "impossibile risolvere il riferimento HEAD nel sottomodulo '%s'"
20034
20035#: builtin/submodule--helper.c:851 builtin/submodule--helper.c:1020
20036#, c-format
20037msgid "failed to recurse into submodule '%s'"
20038msgstr "ricorsione nel sottomodulo '%s' non riuscita"
20039
20040#: builtin/submodule--helper.c:875 builtin/submodule--helper.c:1186
20041msgid "Suppress submodule status output"
20042msgstr "Non visualizzare l'output dello stato del sottomodulo"
20043
20044#: builtin/submodule--helper.c:876
20045msgid ""
20046"Use commit stored in the index instead of the one stored in the submodule "
20047"HEAD"
20048msgstr ""
20049"Usa il commit salvato nell'indice anziché quello salvato nell'HEAD del "
20050"sottomodulo"
20051
20052#: builtin/submodule--helper.c:877
20053msgid "recurse into nested submodules"
20054msgstr "esegui ricorsivamente sui sottomoduli innestati"
20055
20056#: builtin/submodule--helper.c:882
20057msgid "git submodule status [--quiet] [--cached] [--recursive] [<path>...]"
20058msgstr ""
20059"git submodule status [--quiet] [--cached] [--recursive] [<percorso>...]"
20060
20061#: builtin/submodule--helper.c:906
20062msgid "git submodule--helper name <path>"
20063msgstr "git submodule--helper name <percorso>"
20064
20065#: builtin/submodule--helper.c:970
20066#, c-format
20067msgid "Synchronizing submodule url for '%s'\n"
20068msgstr "Sincronizzazione URL sottomodulo per '%s' in corso\n"
20069
20070#: builtin/submodule--helper.c:976
20071#, c-format
20072msgid "failed to register url for submodule path '%s'"
20073msgstr "registrazione dell'URL per il percorso sottomodulo '%s' non riuscita"
20074
20075#: builtin/submodule--helper.c:990
20076#, c-format
20077msgid "failed to get the default remote for submodule '%s'"
20078msgstr "recupero del remoto predefinito per il sottomodulo '%s' non riuscito"
20079
20080#: builtin/submodule--helper.c:1001
20081#, c-format
20082msgid "failed to update remote for submodule '%s'"
20083msgstr "aggiornamento del remoto per il sottomodulo '%s' non riuscito"
20084
20085#: builtin/submodule--helper.c:1048
20086msgid "Suppress output of synchronizing submodule url"
20087msgstr ""
20088"Non visualizzare l'output della sincronizzazione dell'URL del sottomodulo"
20089
20090#: builtin/submodule--helper.c:1055
20091msgid "git submodule--helper sync [--quiet] [--recursive] [<path>]"
20092msgstr "git submodule--helper sync [--quiet] [--recursive] [<percorso>]"
20093
20094#: builtin/submodule--helper.c:1109
20095#, c-format
20096msgid ""
20097"Submodule work tree '%s' contains a .git directory (use 'rm -rf' if you "
20098"really want to remove it including all of its history)"
20099msgstr ""
20100"L'albero di lavoro del sottomodulo ('%s') contiene una directory .git (usa "
20101"'rm -rf' se vuoi veramente rimuoverla, inclusa l'intera sua cronologia)"
20102
20103#: builtin/submodule--helper.c:1121
20104#, c-format
20105msgid ""
20106"Submodule work tree '%s' contains local modifications; use '-f' to discard "
20107"them"
20108msgstr ""
20109"L'albero di lavoro del sottomodulo ('%s') contiene modifiche locali; usa '-"
20110"f' per scartarle"
20111
20112#: builtin/submodule--helper.c:1129
20113#, c-format
20114msgid "Cleared directory '%s'\n"
20115msgstr "Directory '%s' ripulita\n"
20116
20117#: builtin/submodule--helper.c:1131
20118#, c-format
20119msgid "Could not remove submodule work tree '%s'\n"
20120msgstr "Impossibile rimuovere l'albero di lavoro del sottomodulo '%s'\n"
20121
20122#: builtin/submodule--helper.c:1142
20123#, c-format
20124msgid "could not create empty submodule directory %s"
20125msgstr "impossibile creare la directory vuota del sottomodulo %s"
20126
20127#: builtin/submodule--helper.c:1158
20128#, c-format
20129msgid "Submodule '%s' (%s) unregistered for path '%s'\n"
20130msgstr "Rimossa registrazione sottomodulo '%s' (%s) per il percorso '%s'\n"
20131
20132#: builtin/submodule--helper.c:1187
20133msgid "Remove submodule working trees even if they contain local changes"
20134msgstr ""
20135"Rimuovi gli alberi di lavoro dei sottomoduli anche se contengono modifiche "
20136"locali"
20137
20138#: builtin/submodule--helper.c:1188
20139msgid "Unregister all submodules"
20140msgstr "Annulla la registrazione di tutti i sottomoduli"
20141
20142#: builtin/submodule--helper.c:1193
20143msgid ""
20144"git submodule deinit [--quiet] [-f | --force] [--all | [--] [<path>...]]"
20145msgstr ""
20146"git submodule deinit [--quiet] [-f | --force] [--all | [--] [<percorso>...]]"
20147
20148#: builtin/submodule--helper.c:1207
20149msgid "Use '--all' if you really want to deinitialize all submodules"
20150msgstr "Usa '--all' se vuoi veramente deinizializzare tutti i sottomoduli"
20151
20152#: builtin/submodule--helper.c:1302 builtin/submodule--helper.c:1305
20153#, c-format
20154msgid "submodule '%s' cannot add alternate: %s"
20155msgstr "non è possibile aggiungere un alternato per il sottomodulo '%s': %s"
20156
20157#: builtin/submodule--helper.c:1341
20158#, c-format
20159msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
20160msgstr "Valore '%s' per submodule.alternateErrorStrategy non riconosciuto"
20161
20162#: builtin/submodule--helper.c:1348
20163#, c-format
20164msgid "Value '%s' for submodule.alternateLocation is not recognized"
20165msgstr "Valore '%s' per submodule.alternateLocation non riconosciuto"
20166
20167#: builtin/submodule--helper.c:1371
20168msgid "where the new submodule will be cloned to"
20169msgstr "percorso in cui sarà clonato il nuovo sottomodulo"
20170
20171#: builtin/submodule--helper.c:1374
20172msgid "name of the new submodule"
20173msgstr "nome del nuovo sottomodulo"
20174
20175#: builtin/submodule--helper.c:1377
20176msgid "url where to clone the submodule from"
20177msgstr "URL da cui clonare il sottomodulo"
20178
20179#: builtin/submodule--helper.c:1385
20180msgid "depth for shallow clones"
20181msgstr "profondità per i cloni shallow"
20182
20183#: builtin/submodule--helper.c:1388 builtin/submodule--helper.c:1872
20184msgid "force cloning progress"
20185msgstr "forza l'indicazione d'avanzamento della clonazione"
20186
20187#: builtin/submodule--helper.c:1393
20188msgid ""
20189"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
20190"<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
20191msgstr ""
20192"git submodule--helper clone [--prefix=<percorso>] [--quiet] [--reference "
20193"<repository>] [--name <nome>] [--depth <profondità>] --url <URL> --path "
20194"<percorso>"
20195
20196#: builtin/submodule--helper.c:1424
20197#, c-format
20198msgid "clone of '%s' into submodule path '%s' failed"
20199msgstr "clone di '%s' nel percorso del sottomodulo ('%s') non riuscito"
20200
20201#: builtin/submodule--helper.c:1438
20202#, c-format
20203msgid "could not get submodule directory for '%s'"
20204msgstr "impossibile recuperare la directory del sottomodulo per '%s'"
20205
20206#: builtin/submodule--helper.c:1474
20207#, c-format
20208msgid "Invalid update mode '%s' for submodule path '%s'"
20209msgstr ""
20210"Modalità aggiornamento '%s' non valida per il percorso del sottomodulo ('%s')"
20211
20212#: builtin/submodule--helper.c:1478
20213#, c-format
20214msgid "Invalid update mode '%s' configured for submodule path '%s'"
20215msgstr ""
20216"È stata configurata una modalità aggiornamento '%s' non valida per il "
20217"percorso del sottomodulo ('%s')"
20218
20219#: builtin/submodule--helper.c:1571
20220#, c-format
20221msgid "Submodule path '%s' not initialized"
20222msgstr "Percorso del sottomodulo ('%s') non inizializzato"
20223
20224#: builtin/submodule--helper.c:1575
20225msgid "Maybe you want to use 'update --init'?"
20226msgstr "Potresti voler usare 'update --init'."
20227
20228#: builtin/submodule--helper.c:1605
20229#, c-format
20230msgid "Skipping unmerged submodule %s"
20231msgstr "Ignoro il sottomodulo %s non sottoposto a merge"
20232
20233#: builtin/submodule--helper.c:1634
20234#, c-format
20235msgid "Skipping submodule '%s'"
20236msgstr "Ignoro il sottomodulo '%s'"
20237
20238#: builtin/submodule--helper.c:1778
20239#, c-format
20240msgid "Failed to clone '%s'. Retry scheduled"
20241msgstr "Clone di '%s' non riuscito. Nuovo tentativo programmato"
20242
20243#: builtin/submodule--helper.c:1789
20244#, c-format
20245msgid "Failed to clone '%s' a second time, aborting"
20246msgstr ""
20247"Clone di '%s' non riuscito per la seconda volta, interrompo l'operazione"
20248
20249#: builtin/submodule--helper.c:1851 builtin/submodule--helper.c:2093
20250msgid "path into the working tree"
20251msgstr "percorso nell'albero di lavoro"
20252
20253#: builtin/submodule--helper.c:1854
20254msgid "path into the working tree, across nested submodule boundaries"
20255msgstr ""
20256"percorso nell'albero di lavoro attraverso i confini dei sottomoduli innestati"
20257
20258#: builtin/submodule--helper.c:1858
20259msgid "rebase, merge, checkout or none"
20260msgstr "rebase, merge, checkout o none"
20261
20262#: builtin/submodule--helper.c:1864
20263msgid "Create a shallow clone truncated to the specified number of revisions"
20264msgstr "Crea un clone shallow limitato al numero di revisioni specificato"
20265
20266#: builtin/submodule--helper.c:1867
20267msgid "parallel jobs"
20268msgstr "processi da eseguire in parallelo"
20269
20270#: builtin/submodule--helper.c:1869
20271msgid "whether the initial clone should follow the shallow recommendation"
20272msgstr "determina se il clone iniziale sarà shallow come raccomandato"
20273
20274#: builtin/submodule--helper.c:1870
20275msgid "don't print cloning progress"
20276msgstr "non stampare l'indicazione di avanzamento della clonazione"
20277
20278#: builtin/submodule--helper.c:1877
20279msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
20280msgstr ""
20281"git submodule--helper update_clone [--prefix=<percorso>] [<percorso>...]"
20282
20283#: builtin/submodule--helper.c:1890
20284msgid "bad value for update parameter"
20285msgstr "valore parametro aggiornamento errato"
20286
20287#: builtin/submodule--helper.c:1938
20288#, c-format
20289msgid ""
20290"Submodule (%s) branch configured to inherit branch from superproject, but "
20291"the superproject is not on any branch"
20292msgstr ""
20293"Il branch del sottomodulo (%s) è configurato in modo da ereditare il branch "
20294"dal progetto al livello superiore, ma questo non è su alcun branch"
20295
20296#: builtin/submodule--helper.c:2061
20297#, c-format
20298msgid "could not get a repository handle for submodule '%s'"
20299msgstr "impossibile recuperare un handle repository per il sottomodulo '%s'"
20300
20301#: builtin/submodule--helper.c:2094
20302msgid "recurse into submodules"
20303msgstr "esegui ricorsivamente sui sottomoduli"
20304
20305#: builtin/submodule--helper.c:2100
20306msgid "git submodule--helper absorb-git-dirs [<options>] [<path>...]"
20307msgstr "git submodule--helper absorb-git-dirs [<opzioni>] [<percorso>...]"
20308
20309#: builtin/submodule--helper.c:2156
20310msgid "check if it is safe to write to the .gitmodules file"
20311msgstr "controlla se è sicuro scrivere sul file .gitmodules"
20312
20313#: builtin/submodule--helper.c:2159
20314msgid "unset the config in the .gitmodules file"
20315msgstr "rimuovi la configurazione nel file .gitmodules"
20316
20317#: builtin/submodule--helper.c:2164
20318msgid "git submodule--helper config <name> [<value>]"
20319msgstr "git submodule--helper config <nome> [<valore>]"
20320
20321#: builtin/submodule--helper.c:2165
20322msgid "git submodule--helper config --unset <name>"
20323msgstr "git submodule--helper config --unset <nome>"
20324
20325#: builtin/submodule--helper.c:2166
20326msgid "git submodule--helper config --check-writeable"
20327msgstr "git submodule--helper config --check-writeable"
20328
20329#: builtin/submodule--helper.c:2185 git-submodule.sh:171
20330#, sh-format
20331msgid "please make sure that the .gitmodules file is in the working tree"
20332msgstr "assicurati che il file .gitmodules sia nell'albero di lavoro"
20333
20334#: builtin/submodule--helper.c:2235 git.c:434 git.c:684
20335#, c-format
20336msgid "%s doesn't support --super-prefix"
20337msgstr "%s non supporta --super-prefix"
20338
20339#: builtin/submodule--helper.c:2241
20340#, c-format
20341msgid "'%s' is not a valid submodule--helper subcommand"
20342msgstr "'%s' non è un sottocomando submodule--helper valido"
20343
20344#: builtin/symbolic-ref.c:8
20345msgid "git symbolic-ref [<options>] <name> [<ref>]"
20346msgstr "git symbolic-ref [<opzioni>] <nome> [<riferimento>]"
20347
20348#: builtin/symbolic-ref.c:9
20349msgid "git symbolic-ref -d [-q] <name>"
20350msgstr "git symbolic-ref -d [-q] <nome>"
20351
20352#: builtin/symbolic-ref.c:40
20353msgid "suppress error message for non-symbolic (detached) refs"
20354msgstr ""
20355"non visualizzare messaggi d'errore se ci sono riferimenti non simbolici "
20356"(scollegati)"
20357
20358#: builtin/symbolic-ref.c:41
20359msgid "delete symbolic ref"
20360msgstr "elimina riferimento simbolico"
20361
20362#: builtin/symbolic-ref.c:42
20363msgid "shorten ref output"
20364msgstr "abbrevia il riferimento nell'output"
20365
20366#: builtin/symbolic-ref.c:43 builtin/update-ref.c:363
20367msgid "reason"
20368msgstr "motivo"
20369
20370#: builtin/symbolic-ref.c:43 builtin/update-ref.c:363
20371msgid "reason of the update"
20372msgstr "motivo dell'aggiornamento"
20373
20374#: builtin/tag.c:25
20375msgid ""
20376"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>]\n"
20377"\t\t<tagname> [<head>]"
20378msgstr ""
20379"git tag [-a | -s | -u <ID chiave>] [-f] [-m <messaggio> | -F <file>]\n"
20380"\t\t<nome tag> [<head>]"
20381
20382#: builtin/tag.c:27
20383msgid "git tag -d <tagname>..."
20384msgstr "git tag -d <nome tag>..."
20385
20386#: builtin/tag.c:28
20387msgid ""
20388"git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
20389"points-at <object>]\n"
20390"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
20391msgstr ""
20392"git tag -l [-n[<numero>]] [--contains <commit>] [--no-contains <commit>] [--"
20393"points-at <oggetto>]\n"
20394"\t\t[--format=<formato>] [--[no-]merged [<commit>]] [<pattern>...]"
20395
20396#: builtin/tag.c:30
20397msgid "git tag -v [--format=<format>] <tagname>..."
20398msgstr "git tag -v [--format=<formato>] <nome tag>..."
20399
20400#: builtin/tag.c:89
20401#, c-format
20402msgid "tag '%s' not found."
20403msgstr "tag '%s' non trovato."
20404
20405#: builtin/tag.c:105
20406#, c-format
20407msgid "Deleted tag '%s' (was %s)\n"
20408msgstr "Tag '%s' eliminato (era %s)\n"
20409
20410#: builtin/tag.c:135
20411#, c-format
20412msgid ""
20413"\n"
20414"Write a message for tag:\n"
20415" %s\n"
20416"Lines starting with '%c' will be ignored.\n"
20417msgstr ""
20418"\n"
20419"Scrivi un messaggio per il tag:\n"
20420" %s\n"
20421"Le righe che iniziano con '%c' saranno ignorate.\n"
20422
20423#: builtin/tag.c:139
20424#, c-format
20425msgid ""
20426"\n"
20427"Write a message for tag:\n"
20428" %s\n"
20429"Lines starting with '%c' will be kept; you may remove them yourself if you "
20430"want to.\n"
20431msgstr ""
20432"\n"
20433"Scrivi un messaggio per il tag:\n"
20434" %s\n"
20435"Le righe che iniziano con '%c' saranno mantenute; puoi rimuoverle "
20436"autonomamente se lo desideri.\n"
20437
20438#: builtin/tag.c:198
20439msgid "unable to sign the tag"
20440msgstr "impossibile firmare il tag"
20441
20442#: builtin/tag.c:200
20443msgid "unable to write tag file"
20444msgstr "impossibile scrivere il file tag"
20445
20446#: builtin/tag.c:216
20447#, c-format
20448msgid ""
20449"You have created a nested tag. The object referred to by your new tag is\n"
20450"already a tag. If you meant to tag the object that it points to, use:\n"
20451"\n"
20452"\tgit tag -f %s %s^{}"
20453msgstr ""
20454"Hai creato un tag innestato. L'oggetto a cui si riferisce il tuo nuovo\n"
20455"tag è già un tag. Se intendevi aggiungere un tag all'oggetto a cui\n"
20456"punta, usa:\n"
20457"\n"
20458"\tgit tag -f %s %s^{}"
20459
20460#: builtin/tag.c:232
20461msgid "bad object type."
20462msgstr "tipo oggetto errato."
20463
20464#: builtin/tag.c:284
20465msgid "no tag message?"
20466msgstr "nessun messaggio per il tag?"
20467
20468#: builtin/tag.c:291
20469#, c-format
20470msgid "The tag message has been left in %s\n"
20471msgstr "Il messaggio del tag è stato lasciato in %s\n"
20472
20473#: builtin/tag.c:402
20474msgid "list tag names"
20475msgstr "elenca i nomi dei tag"
20476
20477#: builtin/tag.c:404
20478msgid "print <n> lines of each tag message"
20479msgstr "stampa le prime <n> righe di ogni messaggio tag"
20480
20481#: builtin/tag.c:406
20482msgid "delete tags"
20483msgstr "elimina tag"
20484
20485#: builtin/tag.c:407
20486msgid "verify tags"
20487msgstr "verifica tag"
20488
20489#: builtin/tag.c:409
20490msgid "Tag creation options"
20491msgstr "Opzioni creazione tag"
20492
20493#: builtin/tag.c:411
20494msgid "annotated tag, needs a message"
20495msgstr "tag annotato, richiede un messaggio"
20496
20497#: builtin/tag.c:413
20498msgid "tag message"
20499msgstr "messaggio tag"
20500
20501#: builtin/tag.c:415
20502msgid "force edit of tag message"
20503msgstr "forza modifica del messaggio tag"
20504
20505#: builtin/tag.c:416
20506msgid "annotated and GPG-signed tag"
20507msgstr "tag annotato e firmato con GPG"
20508
20509#: builtin/tag.c:419
20510msgid "use another key to sign the tag"
20511msgstr "usa un'altra chiave per firmare il tag"
20512
20513#: builtin/tag.c:420
20514msgid "replace the tag if exists"
20515msgstr "sostituisci il tag se esiste"
20516
20517#: builtin/tag.c:421 builtin/update-ref.c:369
20518msgid "create a reflog"
20519msgstr "crea un registro riferimenti"
20520
20521#: builtin/tag.c:423
20522msgid "Tag listing options"
20523msgstr "Opzioni elenco tag"
20524
20525#: builtin/tag.c:424
20526msgid "show tag list in columns"
20527msgstr "visualizza l'elenco dei tag in colonne"
20528
20529#: builtin/tag.c:425 builtin/tag.c:427
20530msgid "print only tags that contain the commit"
20531msgstr "stampa solo i tag che contengono il commit"
20532
20533#: builtin/tag.c:426 builtin/tag.c:428
20534msgid "print only tags that don't contain the commit"
20535msgstr "stampa solo i tag che non contengono i commit"
20536
20537#: builtin/tag.c:429
20538msgid "print only tags that are merged"
20539msgstr "stampa solo i tag sottoposti a merge"
20540
20541#: builtin/tag.c:430
20542msgid "print only tags that are not merged"
20543msgstr "stampa solo i tag non sottoposti a merge"
20544
20545#: builtin/tag.c:434
20546msgid "print only tags of the object"
20547msgstr "stampa solo i tag dell'oggetto"
20548
20549#: builtin/tag.c:482
20550msgid "--column and -n are incompatible"
20551msgstr "--column e -n non sono compatibili"
20552
20553#: builtin/tag.c:504
20554msgid "-n option is only allowed in list mode"
20555msgstr "l'opzione -n è consentita solo in modalità elenco"
20556
20557#: builtin/tag.c:506
20558msgid "--contains option is only allowed in list mode"
20559msgstr "l'opzione --contains è consentita solo in modalità elenco"
20560
20561#: builtin/tag.c:508
20562msgid "--no-contains option is only allowed in list mode"
20563msgstr "l'opzione --no-contains è consentita solo in modalità elenco"
20564
20565#: builtin/tag.c:510
20566msgid "--points-at option is only allowed in list mode"
20567msgstr "l'opzione --points-at è consentita solo in modalità elenco"
20568
20569#: builtin/tag.c:512
20570msgid "--merged and --no-merged options are only allowed in list mode"
20571msgstr ""
20572"le opzioni --merged e --no-merged sono consentite solo in modalità elenco"
20573
20574#: builtin/tag.c:523
20575msgid "only one -F or -m option is allowed."
20576msgstr "è consentita una sola opzione tra -F e -m."
20577
20578#: builtin/tag.c:542
20579msgid "too many params"
20580msgstr "troppi parametri"
20581
20582#: builtin/tag.c:548
20583#, c-format
20584msgid "'%s' is not a valid tag name."
20585msgstr "'%s' non è un nome tag valido."
20586
20587#: builtin/tag.c:553
20588#, c-format
20589msgid "tag '%s' already exists"
20590msgstr "il tag '%s' esiste già"
20591
20592#: builtin/tag.c:584
20593#, c-format
20594msgid "Updated tag '%s' (was %s)\n"
20595msgstr "Tag '%s' aggiornato (era %s)\n"
20596
20597#: builtin/unpack-objects.c:500
20598msgid "Unpacking objects"
20599msgstr "Decompressione degli oggetti in corso"
20600
20601#: builtin/update-index.c:83
20602#, c-format
20603msgid "failed to create directory %s"
20604msgstr "creazione della directory %s non riuscita"
20605
20606#: builtin/update-index.c:99
20607#, c-format
20608msgid "failed to create file %s"
20609msgstr "creazione del file %s non riuscita"
20610
20611#: builtin/update-index.c:107
20612#, c-format
20613msgid "failed to delete file %s"
20614msgstr "eliminazione del file %s non riuscita"
20615
20616#: builtin/update-index.c:114 builtin/update-index.c:220
20617#, c-format
20618msgid "failed to delete directory %s"
20619msgstr "eliminazione della directory %s non riuscita"
20620
20621#: builtin/update-index.c:139
20622#, c-format
20623msgid "Testing mtime in '%s' "
20624msgstr "Test di mtime in '%s' in corso "
20625
20626#: builtin/update-index.c:153
20627msgid "directory stat info does not change after adding a new file"
20628msgstr ""
20629"le informazioni stat della directory non cambiano dopo l'aggiunta di un "
20630"nuovo file"
20631
20632#: builtin/update-index.c:166
20633msgid "directory stat info does not change after adding a new directory"
20634msgstr ""
20635"le informazioni stat della directory non cambiano dopo l'aggiunta di una "
20636"nuova directory"
20637
20638#: builtin/update-index.c:179
20639msgid "directory stat info changes after updating a file"
20640msgstr ""
20641"le informazioni stat della directory cambiano dopo l'aggiornamento di un file"
20642
20643#: builtin/update-index.c:190
20644msgid "directory stat info changes after adding a file inside subdirectory"
20645msgstr ""
20646"le informazioni stat della directory cambiano dopo l'aggiunta di un file in "
20647"una sottodirectory"
20648
20649#: builtin/update-index.c:201
20650msgid "directory stat info does not change after deleting a file"
20651msgstr ""
20652"le informazioni stat della directory non cambiano dopo l'eliminazione di un "
20653"file"
20654
20655#: builtin/update-index.c:214
20656msgid "directory stat info does not change after deleting a directory"
20657msgstr ""
20658"le informazioni stat della directory non cambiano dopo l'eliminazione di una "
20659"directory"
20660
20661#: builtin/update-index.c:221
20662msgid " OK"
20663msgstr " OK"
20664
20665#: builtin/update-index.c:589
20666msgid "git update-index [<options>] [--] [<file>...]"
20667msgstr "git update-index [<opzioni>] [--] [<file>...]"
20668
20669#: builtin/update-index.c:971
20670msgid "continue refresh even when index needs update"
20671msgstr ""
20672"continua l'aggiornamento anche nel caso in cui l'indice richieda di essere "
20673"aggiornato"
20674
20675#: builtin/update-index.c:974
20676msgid "refresh: ignore submodules"
20677msgstr "aggiornamento: ignora i sottomoduli"
20678
20679#: builtin/update-index.c:977
20680msgid "do not ignore new files"
20681msgstr "non ignorare i nuovi file"
20682
20683#: builtin/update-index.c:979
20684msgid "let files replace directories and vice-versa"
20685msgstr "consenti che dei file sostituiscano delle directory e viceversa"
20686
20687#: builtin/update-index.c:981
20688msgid "notice files missing from worktree"
20689msgstr "nota se dei file mancano dall'albero di lavoro"
20690
20691#: builtin/update-index.c:983
20692msgid "refresh even if index contains unmerged entries"
20693msgstr ""
20694"esegui l'aggiornamento anche se l'indice contiene delle voci non sottoposte "
20695"a merge"
20696
20697#: builtin/update-index.c:986
20698msgid "refresh stat information"
20699msgstr "aggiorna le informazioni stat"
20700
20701#: builtin/update-index.c:990
20702msgid "like --refresh, but ignore assume-unchanged setting"
20703msgstr "come --refresh, ma ignora l'impostazione assume-unchanged"
20704
20705#: builtin/update-index.c:994
20706msgid "<mode>,<object>,<path>"
20707msgstr "<modo>,<oggetto>,<percorso>"
20708
20709#: builtin/update-index.c:995
20710msgid "add the specified entry to the index"
20711msgstr "aggiunge la voce specificata all'indice"
20712
20713#: builtin/update-index.c:1005
20714msgid "mark files as \"not changing\""
20715msgstr "contrassegna i file come \"non saranno modificati\""
20716
20717#: builtin/update-index.c:1008
20718msgid "clear assumed-unchanged bit"
20719msgstr "reimposta a zero il bit \"non saranno modificati\""
20720
20721#: builtin/update-index.c:1011
20722msgid "mark files as \"index-only\""
20723msgstr "contrassegna i file come \"solamente da indicizzare\""
20724
20725#: builtin/update-index.c:1014
20726msgid "clear skip-worktree bit"
20727msgstr "reimposta a zero il bit \"solamente da indicizzare\""
20728
20729#: builtin/update-index.c:1017
20730msgid "add to index only; do not add content to object database"
20731msgstr ""
20732"aggiungi solo all'indice; non aggiungere il contenuto al database oggetti"
20733
20734#: builtin/update-index.c:1019
20735msgid "remove named paths even if present in worktree"
20736msgstr "rimuovi i percorsi specificati anche se presenti nell'albero di lavoro"
20737
20738#: builtin/update-index.c:1021
20739msgid "with --stdin: input lines are terminated by null bytes"
20740msgstr "con --stdin: le righe di input sono terminate da byte NULL"
20741
20742#: builtin/update-index.c:1023
20743msgid "read list of paths to be updated from standard input"
20744msgstr "leggi l'elenco dei percorsi da aggiornare dallo standard input"
20745
20746#: builtin/update-index.c:1027
20747msgid "add entries from standard input to the index"
20748msgstr "aggiungi le voci specificate sullo standard input all'indice"
20749
20750#: builtin/update-index.c:1031
20751msgid "repopulate stages #2 and #3 for the listed paths"
20752msgstr "ripopola le fasi 2 e 3 per i percorsi elencati"
20753
20754#: builtin/update-index.c:1035
20755msgid "only update entries that differ from HEAD"
20756msgstr "aggiorna solo le voci differenti rispetto all'HEAD"
20757
20758#: builtin/update-index.c:1039
20759msgid "ignore files missing from worktree"
20760msgstr "ignora i file mancanti nell'albero di lavoro"
20761
20762#: builtin/update-index.c:1042
20763msgid "report actions to standard output"
20764msgstr "stampa le azioni sullo standard output"
20765
20766#: builtin/update-index.c:1044
20767msgid "(for porcelains) forget saved unresolved conflicts"
20768msgstr ""
20769"(per i comandi ad alto livello) dimentica i conflitti non risolti salvati"
20770
20771#: builtin/update-index.c:1048
20772msgid "write index in this format"
20773msgstr "scrivi l'indice in questo formato"
20774
20775#: builtin/update-index.c:1050
20776msgid "enable or disable split index"
20777msgstr "abilita o disabilita l'indice suddiviso"
20778
20779#: builtin/update-index.c:1052
20780msgid "enable/disable untracked cache"
20781msgstr "abilita/disabilita la cache non tracciata"
20782
20783#: builtin/update-index.c:1054
20784msgid "test if the filesystem supports untracked cache"
20785msgstr "verifica se il filesystem supporta la cache non tracciata"
20786
20787#: builtin/update-index.c:1056
20788msgid "enable untracked cache without testing the filesystem"
20789msgstr "abilita la cache non tracciata senza testare il filesystem"
20790
20791#: builtin/update-index.c:1058
20792msgid "write out the index even if is not flagged as changed"
20793msgstr "scrivi l'indice anche se non è stato contrassegnato come modificato"
20794
20795#: builtin/update-index.c:1060
20796msgid "enable or disable file system monitor"
20797msgstr "abilita o disabilita il monitor del filesystem"
20798
20799#: builtin/update-index.c:1062
20800msgid "mark files as fsmonitor valid"
20801msgstr "contrassegna i file come validi rispetto al monitor del filesystem"
20802
20803#: builtin/update-index.c:1065
20804msgid "clear fsmonitor valid bit"
20805msgstr ""
20806"reimposta a zero il bit \"file validi rispetto al monitor del filesystem\""
20807
20808#: builtin/update-index.c:1168
20809msgid ""
20810"core.splitIndex is set to false; remove or change it, if you really want to "
20811"enable split index"
20812msgstr ""
20813"core.splitIndex è impostato a false; rimuovilo o modificalo se vuoi "
20814"veramente abilitare l'indice suddiviso"
20815
20816#: builtin/update-index.c:1177
20817msgid ""
20818"core.splitIndex is set to true; remove or change it, if you really want to "
20819"disable split index"
20820msgstr ""
20821"core.splitIndex è impostato a true; rimuovilo o modificalo se vuoi veramente "
20822"disabilitare l'indice suddiviso"
20823
20824#: builtin/update-index.c:1188
20825msgid ""
20826"core.untrackedCache is set to true; remove or change it, if you really want "
20827"to disable the untracked cache"
20828msgstr ""
20829"core.untrackedCache è impostato a true; rimuovilo o modificalo se vuoi "
20830"veramente disabilitare la cache non tracciata"
20831
20832#: builtin/update-index.c:1192
20833msgid "Untracked cache disabled"
20834msgstr "Cache non tracciata disabilitata"
20835
20836#: builtin/update-index.c:1200
20837msgid ""
20838"core.untrackedCache is set to false; remove or change it, if you really want "
20839"to enable the untracked cache"
20840msgstr ""
20841"core.untrackedCache è impostato a false; rimuovilo o modificalo se vuoi "
20842"veramente abilitare la cache non tracciata"
20843
20844#: builtin/update-index.c:1204
20845#, c-format
20846msgid "Untracked cache enabled for '%s'"
20847msgstr "Cache non tracciata abilitata per '%s'"
20848
20849#: builtin/update-index.c:1212
20850msgid "core.fsmonitor is unset; set it if you really want to enable fsmonitor"
20851msgstr ""
20852"core.fsmonitor non è impostato; impostalo se vuoi veramente abilitare il "
20853"monitor del filesystem"
20854
20855#: builtin/update-index.c:1216
20856msgid "fsmonitor enabled"
20857msgstr "monitor filesystem abilitato"
20858
20859#: builtin/update-index.c:1219
20860msgid ""
20861"core.fsmonitor is set; remove it if you really want to disable fsmonitor"
20862msgstr ""
20863"core.fsmonitor è impostato; rimuovi tale impostazione se vuoi veramente "
20864"disabilitare il monitor del filesystem"
20865
20866#: builtin/update-index.c:1223
20867msgid "fsmonitor disabled"
20868msgstr "monitor filesystem disabilitato"
20869
20870#: builtin/update-ref.c:10
20871msgid "git update-ref [<options>] -d <refname> [<old-val>]"
20872msgstr "git update-ref [<opzioni>] -d <nome riferimento> [<vecchio valore>]"
20873
20874#: builtin/update-ref.c:11
20875msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"
20876msgstr ""
20877"git update-ref [<opzioni>] <nome riferimento> <nuovo valore> [<vecchio "
20878"valore>]"
20879
20880#: builtin/update-ref.c:12
20881msgid "git update-ref [<options>] --stdin [-z]"
20882msgstr "git update-ref [<opzioni>] --stdin [-z]"
20883
20884#: builtin/update-ref.c:364
20885msgid "delete the reference"
20886msgstr "elimina il riferimento"
20887
20888#: builtin/update-ref.c:366
20889msgid "update <refname> not the one it points to"
20890msgstr "aggiorna <nome riferimento>, non ciò a cui punta"
20891
20892#: builtin/update-ref.c:367
20893msgid "stdin has NUL-terminated arguments"
20894msgstr "lo standard input ha argomenti terminati da NUL"
20895
20896#: builtin/update-ref.c:368
20897msgid "read updates from stdin"
20898msgstr "leggi aggiornamenti dallo standard input"
20899
20900#: builtin/update-server-info.c:7
20901msgid "git update-server-info [--force]"
20902msgstr "git update-server-info [--force]"
20903
20904#: builtin/update-server-info.c:15
20905msgid "update the info files from scratch"
20906msgstr "aggiorna i file informazioni partendo da zero"
20907
20908#: builtin/upload-pack.c:11
20909msgid "git upload-pack [<options>] <dir>"
20910msgstr "git upload-pack [<opzioni>] <directory>"
20911
20912#: builtin/upload-pack.c:23 t/helper/test-serve-v2.c:17
20913msgid "quit after a single request/response exchange"
20914msgstr "esci dopo un solo scambio richiesta/risposta"
20915
20916#: builtin/upload-pack.c:25
20917msgid "exit immediately after initial ref advertisement"
20918msgstr "esci subito dopo l'annuncio iniziale del riferimento"
20919
20920#: builtin/upload-pack.c:27
20921msgid "do not try <directory>/.git/ if <directory> is no Git directory"
20922msgstr ""
20923"non provare a utilizzare <directory>/.git/ se <directory> non è una "
20924"directory Git"
20925
20926#: builtin/upload-pack.c:29
20927msgid "interrupt transfer after <n> seconds of inactivity"
20928msgstr "interrompi il trasferimento dopo <n> secondi di inattività"
20929
20930#: builtin/verify-commit.c:20
20931msgid "git verify-commit [-v | --verbose] <commit>..."
20932msgstr "git verify-commit [-v | --verbose] <commit>..."
20933
20934#: builtin/verify-commit.c:69
20935msgid "print commit contents"
20936msgstr "stampa i contenuti del commit"
20937
20938#: builtin/verify-commit.c:70 builtin/verify-tag.c:38
20939msgid "print raw gpg status output"
20940msgstr "stampa l'output grezzo dello stato di GPG"
20941
20942#: builtin/verify-pack.c:55
20943msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
20944msgstr "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
20945
20946#: builtin/verify-pack.c:65
20947msgid "verbose"
20948msgstr "dettagliato"
20949
20950#: builtin/verify-pack.c:67
20951msgid "show statistics only"
20952msgstr "visualizza solo le statistiche"
20953
20954#: builtin/verify-tag.c:19
20955msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
20956msgstr "git verify-tag [-v | --verbose] [--format=<formato>] <tag>..."
20957
20958#: builtin/verify-tag.c:37
20959msgid "print tag contents"
20960msgstr "stampa i contenuti del tag"
20961
20962#: builtin/worktree.c:18
20963msgid "git worktree add [<options>] <path> [<commit-ish>]"
20964msgstr "git worktree add [<opzioni>] <percorso> [<espressione commit>]"
20965
20966#: builtin/worktree.c:19
20967msgid "git worktree list [<options>]"
20968msgstr "git worktree list [<opzioni>]"
20969
20970#: builtin/worktree.c:20
20971msgid "git worktree lock [<options>] <path>"
20972msgstr "git worktree lock [<opzioni>] <percorso>"
20973
20974#: builtin/worktree.c:21
20975msgid "git worktree move <worktree> <new-path>"
20976msgstr "git worktree move <albero di lavoro> <nuovo percorso>"
20977
20978#: builtin/worktree.c:22
20979msgid "git worktree prune [<options>]"
20980msgstr "git worktree prune [<opzioni>]"
20981
20982#: builtin/worktree.c:23
20983msgid "git worktree remove [<options>] <worktree>"
20984msgstr "git worktree remove [<opzioni>] <albero di lavoro>"
20985
20986#: builtin/worktree.c:24
20987msgid "git worktree unlock <path>"
20988msgstr "git worktree unlock <percorso>"
20989
20990#: builtin/worktree.c:61 builtin/worktree.c:899
20991#, c-format
20992msgid "failed to delete '%s'"
20993msgstr "eliminazione di '%s' non riuscita"
20994
20995#: builtin/worktree.c:80
20996#, c-format
20997msgid "Removing worktrees/%s: not a valid directory"
20998msgstr "Rimuovo worktrees/%s: non è una directory valida"
20999
21000#: builtin/worktree.c:86
21001#, c-format
21002msgid "Removing worktrees/%s: gitdir file does not exist"
21003msgstr "Rimuovo worktrees/%s: il file gitdir non esiste"
21004
21005#: builtin/worktree.c:91 builtin/worktree.c:100
21006#, c-format
21007msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
21008msgstr "Rimuovo worktrees/%s: impossibile leggere il file gitdir (%s)"
21009
21010#: builtin/worktree.c:110
21011#, c-format
21012msgid ""
21013"Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "
21014"%<PRIuMAX>)"
21015msgstr ""
21016"Rimuovo worktrees/%s: letti meno dati del previsto (attesi %<PRIuMAX>byte, "
21017"%<PRIuMAX> letti)"
21018
21019#: builtin/worktree.c:118
21020#, c-format
21021msgid "Removing worktrees/%s: invalid gitdir file"
21022msgstr "Rimuovo worktrees/%s: file gitdir non valido"
21023
21024#: builtin/worktree.c:127
21025#, c-format
21026msgid "Removing worktrees/%s: gitdir file points to non-existent location"
21027msgstr "Rimuovo worktrees/%s: il file gitdir punta a un percorso non esistente"
21028
21029#: builtin/worktree.c:166
21030msgid "report pruned working trees"
21031msgstr "segnala gli alberi di lavoro eliminati"
21032
21033#: builtin/worktree.c:168
21034msgid "expire working trees older than <time>"
21035msgstr "fai scadere gli alberi di lavoro più vecchi di <tempo>"
21036
21037#: builtin/worktree.c:235
21038#, c-format
21039msgid "'%s' already exists"
21040msgstr "'%s' esiste già"
21041
21042#: builtin/worktree.c:252
21043#, c-format
21044msgid "unable to re-add worktree '%s'"
21045msgstr "impossibile aggiungere nuovamente l'albero di lavoro '%s'"
21046
21047#: builtin/worktree.c:257
21048#, c-format
21049msgid ""
21050"'%s' is a missing but locked worktree;\n"
21051"use 'add -f -f' to override, or 'unlock' and 'prune' or 'remove' to clear"
21052msgstr ""
21053"'%s' è un albero di lavoro mancante ma bloccato;\n"
21054"usa 'add -f -f' per eseguire l'override, o 'unlock' e 'prune' o 'remove' per "
21055"rimuoverlo"
21056
21057#: builtin/worktree.c:259
21058#, c-format
21059msgid ""
21060"'%s' is a missing but already registered worktree;\n"
21061"use 'add -f' to override, or 'prune' or 'remove' to clear"
21062msgstr ""
21063"'%s' è un albero di lavoro mancante ma già registrato;\n"
21064"usa 'add -f' per eseguire l'override, o 'prune' o 'remove' per rimuoverlo"
21065
21066#: builtin/worktree.c:309
21067#, c-format
21068msgid "could not create directory of '%s'"
21069msgstr "impossibile creare la directory di '%s'"
21070
21071#: builtin/worktree.c:440 builtin/worktree.c:446
21072#, c-format
21073msgid "Preparing worktree (new branch '%s')"
21074msgstr "Preparazione dell'albero di lavoro in corso (nuovo branch '%s')"
21075
21076#: builtin/worktree.c:442
21077#, c-format
21078msgid "Preparing worktree (resetting branch '%s'; was at %s)"
21079msgstr ""
21080"Preparazione dell'albero di lavoro in corso (reimposto il branch '%s'; era a "
21081"%s)"
21082
21083#: builtin/worktree.c:451
21084#, c-format
21085msgid "Preparing worktree (checking out '%s')"
21086msgstr "Preparazione dell'albero di lavoro in corso (checkout di '%s')"
21087
21088#: builtin/worktree.c:457
21089#, c-format
21090msgid "Preparing worktree (detached HEAD %s)"
21091msgstr "Preparazione dell'albero di lavoro in corso (HEAD scollegato %s)"
21092
21093#: builtin/worktree.c:498
21094msgid "checkout <branch> even if already checked out in other worktree"
21095msgstr ""
21096"esegui il checkout di <branch> anche se tale operazione è stata eseguita in "
21097"un altro albero di lavoro"
21098
21099#: builtin/worktree.c:501
21100msgid "create a new branch"
21101msgstr "crea un nuovo branch"
21102
21103#: builtin/worktree.c:503
21104msgid "create or reset a branch"
21105msgstr "crea o reimposta un branch"
21106
21107#: builtin/worktree.c:505
21108msgid "populate the new working tree"
21109msgstr "popola il nuovo albero di lavoro"
21110
21111#: builtin/worktree.c:506
21112msgid "keep the new working tree locked"
21113msgstr "mantieni bloccato il nuovo albero di lavoro"
21114
21115#: builtin/worktree.c:509
21116msgid "set up tracking mode (see git-branch(1))"
21117msgstr "imposta la modalità tracking (vedi git-branch(1))"
21118
21119#: builtin/worktree.c:512
21120msgid "try to match the new branch name with a remote-tracking branch"
21121msgstr ""
21122"tenta di cercare una corrispondenza fra il nome del nuovo branch e un branch "
21123"remoto da tracciare"
21124
21125#: builtin/worktree.c:520
21126msgid "-b, -B, and --detach are mutually exclusive"
21127msgstr "le opzioni -b, -B e --detach sono mutualmente esclusive"
21128
21129#: builtin/worktree.c:581
21130msgid "--[no-]track can only be used if a new branch is created"
21131msgstr ""
21132"l'opzione --[no-]track può essere usata solo se viene creato un nuovo branch"
21133
21134#: builtin/worktree.c:681
21135msgid "reason for locking"
21136msgstr "motivo di blocco"
21137
21138#: builtin/worktree.c:693 builtin/worktree.c:726 builtin/worktree.c:800
21139#: builtin/worktree.c:927
21140#, c-format
21141msgid "'%s' is not a working tree"
21142msgstr "'%s' non è un albero di lavoro"
21143
21144#: builtin/worktree.c:695 builtin/worktree.c:728
21145msgid "The main working tree cannot be locked or unlocked"
21146msgstr "Non è possibile bloccare o sbloccare l'albero di lavoro principale"
21147
21148#: builtin/worktree.c:700
21149#, c-format
21150msgid "'%s' is already locked, reason: %s"
21151msgstr "'%s' è già bloccato per questo motivo: %s"
21152
21153#: builtin/worktree.c:702
21154#, c-format
21155msgid "'%s' is already locked"
21156msgstr "'%s' è già bloccato"
21157
21158#: builtin/worktree.c:730
21159#, c-format
21160msgid "'%s' is not locked"
21161msgstr "'%s' non è bloccato"
21162
21163#: builtin/worktree.c:771
21164msgid "working trees containing submodules cannot be moved or removed"
21165msgstr ""
21166"gli alberi di lavoro contenenti sottomoduli non possono essere spostati o "
21167"rimossi"
21168
21169#: builtin/worktree.c:779
21170msgid "force move even if worktree is dirty or locked"
21171msgstr "forza lo spostamento anche se l'albero di lavoro è sporco o bloccato"
21172
21173#: builtin/worktree.c:802 builtin/worktree.c:929
21174#, c-format
21175msgid "'%s' is a main working tree"
21176msgstr "'%s' è un albero di lavoro principale"
21177
21178#: builtin/worktree.c:807
21179#, c-format
21180msgid "could not figure out destination name from '%s'"
21181msgstr "impossibile determinare il nome destinazione da '%s'"
21182
21183#: builtin/worktree.c:813
21184#, c-format
21185msgid "target '%s' already exists"
21186msgstr "la destinazione '%s' esiste già"
21187
21188#: builtin/worktree.c:821
21189#, c-format
21190msgid ""
21191"cannot move a locked working tree, lock reason: %s\n"
21192"use 'move -f -f' to override or unlock first"
21193msgstr ""
21194"impossibile spostare un albero di lavoro bloccato, motivazione blocco: %s\n"
21195"usa 'move -f -f' per eseguirne l'override o sbloccalo prima di eseguire "
21196"l'operazione"
21197
21198#: builtin/worktree.c:823
21199msgid ""
21200"cannot move a locked working tree;\n"
21201"use 'move -f -f' to override or unlock first"
21202msgstr ""
21203"impossibile spostare un albero di lavoro bloccato;\n"
21204"usa 'move -f -f' per eseguirne l'override o sbloccalo prima di eseguire "
21205"l'operazione"
21206
21207#: builtin/worktree.c:826
21208#, c-format
21209msgid "validation failed, cannot move working tree: %s"
21210msgstr "validazione non riuscita, impossibile spostare l'albero di lavoro: %s"
21211
21212#: builtin/worktree.c:831
21213#, c-format
21214msgid "failed to move '%s' to '%s'"
21215msgstr "spostamento di '%s' in '%s' non riuscito"
21216
21217#: builtin/worktree.c:879
21218#, c-format
21219msgid "failed to run 'git status' on '%s'"
21220msgstr "esecuzione di 'git status' su '%s' non riuscita"
21221
21222#: builtin/worktree.c:883
21223#, c-format
21224msgid "'%s' is dirty, use --force to delete it"
21225msgstr "'%s' è sporco, usa --force per eliminarlo"
21226
21227#: builtin/worktree.c:888
21228#, c-format
21229msgid "failed to run 'git status' on '%s', code %d"
21230msgstr "esecuzione di 'git status' su '%s' non riuscita, codice %d"
21231
21232#: builtin/worktree.c:911
21233msgid "force removal even if worktree is dirty or locked"
21234msgstr "forza la rimozione anche se l'albero di lavoro è sporco o bloccato"
21235
21236#: builtin/worktree.c:934
21237#, c-format
21238msgid ""
21239"cannot remove a locked working tree, lock reason: %s\n"
21240"use 'remove -f -f' to override or unlock first"
21241msgstr ""
21242"impossibile rimuovere un albero di lavoro bloccato, motivazione blocco: %s\n"
21243"usa 'remove -f -f' per eseguirne l'override o sbloccalo prima di eseguire "
21244"l'operazione"
21245
21246#: builtin/worktree.c:936
21247msgid ""
21248"cannot remove a locked working tree;\n"
21249"use 'remove -f -f' to override or unlock first"
21250msgstr ""
21251"impossibile rimuovere un albero di lavoro bloccato;\n"
21252"usa 'remove -f -f' per eseguirne l'override o sbloccalo prima di eseguire "
21253"l'operazione"
21254
21255#: builtin/worktree.c:939
21256#, c-format
21257msgid "validation failed, cannot remove working tree: %s"
21258msgstr "validazione non riuscita, impossibile rimuovere l'albero di lavoro: %s"
21259
21260#: builtin/write-tree.c:15
21261msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
21262msgstr "git write-tree [--missing-ok] [--prefix=<prefisso>/]"
21263
21264#: builtin/write-tree.c:28
21265msgid "<prefix>/"
21266msgstr "<prefisso>/"
21267
21268#: builtin/write-tree.c:29
21269msgid "write tree object for a subdirectory <prefix>"
21270msgstr "scrivi l'oggetto albero per una sottodirectory <prefisso>"
21271
21272#: builtin/write-tree.c:31
21273msgid "only useful for debugging"
21274msgstr "utile solo per il debug"
21275
21276#: credential-cache--daemon.c:223
21277#, c-format
21278msgid ""
21279"The permissions on your socket directory are too loose; other\n"
21280"users may be able to read your cached credentials. Consider running:\n"
21281"\n"
21282"\tchmod 0700 %s"
21283msgstr ""
21284"I permessi sulla directory del socket sono troppo laschi; altri\n"
21285"utenti potrebbero essere in grado di leggere le credenziali nella\n"
21286"cache. Valuta di eseguire:\n"
21287"\n"
21288"\tchmod 0700 %s"
21289
21290#: credential-cache--daemon.c:272
21291msgid "print debugging messages to stderr"
21292msgstr "stampa i messaggi di debug sullo standard error"
21293
21294#: t/helper/test-reach.c:152
21295#, c-format
21296msgid "commit %s is not marked reachable"
21297msgstr "il commit %s non è contrassegnato come raggiungibile"
21298
21299#: t/helper/test-reach.c:162
21300msgid "too many commits marked reachable"
21301msgstr "troppi commit contrassegnati come raggiungibili"
21302
21303#: t/helper/test-serve-v2.c:7
21304msgid "test-tool serve-v2 [<options>]"
21305msgstr "test-tool serve-v2 [<opzioni>]"
21306
21307#: t/helper/test-serve-v2.c:19
21308msgid "exit immediately after advertising capabilities"
21309msgstr "esci subito dopo aver annunciato le funzionalità"
21310
21311#: git.c:27
21312msgid ""
21313"git [--version] [--help] [-C <path>] [-c <name>=<value>]\n"
21314" [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"
21315" [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--"
21316"bare]\n"
21317" [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n"
21318" <command> [<args>]"
21319msgstr ""
21320"git [--version] [--help] [-C <percorso>] [-c <nome>=<valore>]\n"
21321" [--exec-path[=<percorso>]] [--html-path] [--man-path] [--info-"
21322"path]\n"
21323" [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--"
21324"bare]\n"
21325" [--git-dir=<percorso>] [--work-tree=<percorso>] [--"
21326"namespace=<nome>]\n"
21327" <comando> [<argomenti>]"
21328
21329#: git.c:34
21330msgid ""
21331"'git help -a' and 'git help -g' list available subcommands and some\n"
21332"concept guides. See 'git help <command>' or 'git help <concept>'\n"
21333"to read about a specific subcommand or concept.\n"
21334"See 'git help git' for an overview of the system."
21335msgstr ""
21336"'git help -a' e 'git help -g' elencano i sottocomandi disponibili e\n"
21337"alcune guide concettuali. Vedi 'git help <comando>' o 'git help <concetto>'\n"
21338"per leggere ulteriori informazioni su un sottocomando o su un concetto\n"
21339"specifici.\n"
21340"Vedi 'git help git' per una panoramica del sistema."
21341
21342#: git.c:186
21343#, c-format
21344msgid "no directory given for --git-dir\n"
21345msgstr "nessuna directory specificata per --git-dir\n"
21346
21347#: git.c:200
21348#, c-format
21349msgid "no namespace given for --namespace\n"
21350msgstr "nessuno spazio dei nomi specificato per --namespace\n"
21351
21352#: git.c:214
21353#, c-format
21354msgid "no directory given for --work-tree\n"
21355msgstr "nessuna directory specificata per --work-tree\n"
21356
21357#: git.c:228
21358#, c-format
21359msgid "no prefix given for --super-prefix\n"
21360msgstr "nessun prefisso specificato per --super-prefix\n"
21361
21362#: git.c:250
21363#, c-format
21364msgid "-c expects a configuration string\n"
21365msgstr "-c: attesa stringa di configurazione\n"
21366
21367#: git.c:288
21368#, c-format
21369msgid "no directory given for -C\n"
21370msgstr "nessuna directory specificata per -C\n"
21371
21372#: git.c:314
21373#, c-format
21374msgid "unknown option: %s\n"
21375msgstr "opzione sconosciuta: %s\n"
21376
21377#: git.c:360
21378#, c-format
21379msgid "while expanding alias '%s': '%s'"
21380msgstr "durante l'espansione dell'alias '%s': '%s'"
21381
21382#: git.c:369
21383#, c-format
21384msgid ""
21385"alias '%s' changes environment variables.\n"
21386"You can use '!git' in the alias to do this"
21387msgstr ""
21388"l'alias '%s' modifica le variabili d'ambiente.\n"
21389"Puoi usare '!git' nell'alias per farlo"
21390
21391#: git.c:377
21392#, c-format
21393msgid "empty alias for %s"
21394msgstr "alias vuoto per %s"
21395
21396#: git.c:380
21397#, c-format
21398msgid "recursive alias: %s"
21399msgstr "alias ricorsivo: %s"
21400
21401#: git.c:460
21402msgid "write failure on standard output"
21403msgstr "errore di scrittura sullo standard output"
21404
21405#: git.c:462
21406msgid "unknown write failure on standard output"
21407msgstr "errore di scrittura sconosciuto sullo standard output"
21408
21409#: git.c:464
21410msgid "close failed on standard output"
21411msgstr "chiusura dello standard output non riuscita"
21412
21413#: git.c:796
21414#, c-format
21415msgid "alias loop detected: expansion of '%s' does not terminate:%s"
21416msgstr "rilevato ciclo alias: l'espansione di '%s' non termina:%s"
21417
21418#: git.c:846
21419#, c-format
21420msgid "cannot handle %s as a builtin"
21421msgstr "impossibile gestire %s come comando incorporato"
21422
21423#: git.c:859
21424#, c-format
21425msgid ""
21426"usage: %s\n"
21427"\n"
21428msgstr ""
21429"uso: %s\n"
21430"\n"
21431
21432#: git.c:879
21433#, c-format
21434msgid "expansion of alias '%s' failed; '%s' is not a git command\n"
21435msgstr "espansione dell'alias '%s' non riuscita; '%s' non è un comando Git\n"
21436
21437#: git.c:891
21438#, c-format
21439msgid "failed to run command '%s': %s\n"
21440msgstr "esecuzione del comando '%s' non riuscita: %s\n"
21441
21442#: http.c:378
21443#, c-format
21444msgid "negative value for http.postbuffer; defaulting to %d"
21445msgstr "valore negativo per http.postbuffer; uso l'impostazione predefinita %d"
21446
21447#: http.c:399
21448msgid "Delegation control is not supported with cURL < 7.22.0"
21449msgstr "Il controllo delegazione non è supportato con cURL < 7.22.0"
21450
21451#: http.c:408
21452msgid "Public key pinning not supported with cURL < 7.44.0"
21453msgstr "Il pinning delle chiavi pubbliche non è supportato con cURL < 7.44.0"
21454
21455#: http.c:876
21456msgid "CURLSSLOPT_NO_REVOKE not supported with cURL < 7.44.0"
21457msgstr "CURLSSLOPT_NO_REVOKE non è supportato con cURL < 7.44.0"
21458
21459#: http.c:949
21460msgid "Protocol restrictions not supported with cURL < 7.19.4"
21461msgstr "Le restrizioni protocollo non sono supportate con cURL < 7.19.4"
21462
21463#: http.c:1085
21464#, c-format
21465msgid "Unsupported SSL backend '%s'. Supported SSL backends:"
21466msgstr "Backend SSL '%s' non supportato. Backend SSL supportati:"
21467
21468#: http.c:1092
21469#, c-format
21470msgid "Could not set SSL backend to '%s': cURL was built without SSL backends"
21471msgstr ""
21472"Impossibile impostare il backend SSL a '%s': cURL è stato compilato senza "
21473"backend SSL"
21474
21475#: http.c:1096
21476#, c-format
21477msgid "Could not set SSL backend to '%s': already set"
21478msgstr "Impossibile impostare il backend SSL a '%s': già impostato"
21479
21480#: http.c:1965
21481#, c-format
21482msgid ""
21483"unable to update url base from redirection:\n"
21484" asked for: %s\n"
21485" redirect: %s"
21486msgstr ""
21487"impossibile aggiornare l'URL di base dalla redirezione:\n"
21488" richiesta: %s\n"
21489" redirect: %s"
21490
21491#: remote-curl.c:157
21492#, c-format
21493msgid "invalid quoting in push-option value: '%s'"
21494msgstr "virgolette non valide nel valore push-option: '%s'"
21495
21496#: remote-curl.c:254
21497#, c-format
21498msgid "%sinfo/refs not valid: is this a git repository?"
21499msgstr "%sinfo/refs non valido: è un repository Git?"
21500
21501#: remote-curl.c:355
21502msgid "invalid server response; expected service, got flush packet"
21503msgstr ""
21504"risposta del server non valida; atteso servizio, ricevuto pacchetto flush"
21505
21506#: remote-curl.c:386
21507#, c-format
21508msgid "invalid server response; got '%s'"
21509msgstr "risposta del server non valida; ricevuto '%s'"
21510
21511#: remote-curl.c:446
21512#, c-format
21513msgid "repository '%s' not found"
21514msgstr "repository '%s' non trovato"
21515
21516#: remote-curl.c:450
21517#, c-format
21518msgid "Authentication failed for '%s'"
21519msgstr "Autenticazione non riuscita per '%s'"
21520
21521#: remote-curl.c:454
21522#, c-format
21523msgid "unable to access '%s': %s"
21524msgstr "impossibile accedere a '%s': %s"
21525
21526#: remote-curl.c:460
21527#, c-format
21528msgid "redirecting to %s"
21529msgstr "redirezione a %s in corso"
21530
21531#: remote-curl.c:584
21532msgid "shouldn't have EOF when not gentle on EOF"
21533msgstr ""
21534"non dovrebbe esserci un pacchetto fine file se non si è accomodanti con "
21535"questi ultimi"
21536
21537#: remote-curl.c:664
21538msgid "unable to rewind rpc post data - try increasing http.postBuffer"
21539msgstr ""
21540"impossibile ritornare a un punto precedente dei dati POST RPC - prova ad "
21541"aumentare il valore di http.postBuffer"
21542
21543#: remote-curl.c:724
21544#, c-format
21545msgid "RPC failed; %s"
21546msgstr "RPC non riuscita; %s"
21547
21548#: remote-curl.c:764
21549msgid "cannot handle pushes this big"
21550msgstr "impossibile gestire push così grandi"
21551
21552#: remote-curl.c:879
21553#, c-format
21554msgid "cannot deflate request; zlib deflate error %d"
21555msgstr ""
21556"impossibile eseguire il deflate della richiesta; errore deflate zlib %d"
21557
21558#: remote-curl.c:883
21559#, c-format
21560msgid "cannot deflate request; zlib end error %d"
21561msgstr "impossibile eseguire il deflate della richiesta; errore fine zlib %d"
21562
21563#: remote-curl.c:1014
21564msgid "dumb http transport does not support shallow capabilities"
21565msgstr "il trasporto http stupido non supporta le funzionalità shallow"
21566
21567#: remote-curl.c:1028
21568msgid "fetch failed."
21569msgstr "recupero non riuscito."
21570
21571#: remote-curl.c:1076
21572msgid "cannot fetch by sha1 over smart http"
21573msgstr ""
21574"impossibile recuperare i dati in base allo SHA1 con il trasporto HTTP "
21575"intelligente"
21576
21577#: remote-curl.c:1120 remote-curl.c:1126
21578#, c-format
21579msgid "protocol error: expected sha/ref, got '%s'"
21580msgstr "errore protocollo: atteso SHA/riferimento, ricevuto '%s'"
21581
21582#: remote-curl.c:1138 remote-curl.c:1252
21583#, c-format
21584msgid "http transport does not support %s"
21585msgstr "il trasporto HTTP non supporta %s"
21586
21587#: remote-curl.c:1174
21588msgid "git-http-push failed"
21589msgstr "git-http-push non riuscito"
21590
21591#: remote-curl.c:1360
21592msgid "remote-curl: usage: git remote-curl <remote> [<url>]"
21593msgstr "remote-curl: uso: git remote-curl <remoto> [<URL>]"
21594
21595#: remote-curl.c:1392
21596msgid "remote-curl: error reading command stream from git"
21597msgstr "remote-curl: errore durante la lettura del flusso dei comandi da Git"
21598
21599#: remote-curl.c:1399
21600msgid "remote-curl: fetch attempted without a local repo"
21601msgstr "remote-curl: tentato un fetch senza un repository locale"
21602
21603#: remote-curl.c:1439
21604#, c-format
21605msgid "remote-curl: unknown command '%s' from git"
21606msgstr "remote-curl: ricevuto comando sconosciuto '%s' da Git"
21607
21608#: list-objects-filter-options.h:61
21609msgid "args"
21610msgstr "argomenti"
21611
21612#: list-objects-filter-options.h:62
21613msgid "object filtering"
21614msgstr "filtraggio oggetti"
21615
21616#: parse-options.h:170
21617msgid "expiry-date"
21618msgstr "data-scadenza"
21619
21620#: parse-options.h:184
21621msgid "no-op (backward compatibility)"
21622msgstr "no-op (retrocompatibilità)"
21623
21624#: parse-options.h:305
21625msgid "be more verbose"
21626msgstr "visualizza più dettagli"
21627
21628#: parse-options.h:307
21629msgid "be more quiet"
21630msgstr "visualizza meno dettagli"
21631
21632#: parse-options.h:313
21633msgid "use <n> digits to display SHA-1s"
21634msgstr "usa <n> cifre per mostrare gli hash SHA-1"
21635
21636#: parse-options.h:332
21637msgid "how to strip spaces and #comments from message"
21638msgstr "come rimuovere gli spazi e i #commenti dal messaggio"
21639
21640#: ref-filter.h:101
21641msgid "key"
21642msgstr "chiave"
21643
21644#: ref-filter.h:101
21645msgid "field name to sort on"
21646msgstr "nome campo in base a cui ordinare"
21647
21648#: rerere.h:44
21649msgid "update the index with reused conflict resolution if possible"
21650msgstr ""
21651"aggiorna l'indice con la tecnica di risoluzione conflitti riutilizzata se "
21652"possibile"
21653
21654#: wt-status.h:68
21655msgid "HEAD detached at "
21656msgstr "HEAD scollegato su "
21657
21658#: wt-status.h:69
21659msgid "HEAD detached from "
21660msgstr "HEAD scollegato da "
21661
21662#: command-list.h:50
21663msgid "Add file contents to the index"
21664msgstr "Aggiunge i contenuti del file all'indice"
21665
21666#: command-list.h:51
21667msgid "Apply a series of patches from a mailbox"
21668msgstr "Applica una serie di patch da una casella di posta"
21669
21670#: command-list.h:52
21671msgid "Annotate file lines with commit information"
21672msgstr "Annota le righe dei file con le informazioni sui commit"
21673
21674#: command-list.h:53
21675msgid "Apply a patch to files and/or to the index"
21676msgstr "Applica una patch ai file e/o all'indice"
21677
21678#: command-list.h:54
21679msgid "Import a GNU Arch repository into Git"
21680msgstr "Importa un repository GNU Arch in Git"
21681
21682#: command-list.h:55
21683msgid "Create an archive of files from a named tree"
21684msgstr "Crea un archivio di file da un albero con nome"
21685
21686#: command-list.h:56
21687msgid "Use binary search to find the commit that introduced a bug"
21688msgstr "Usa la ricerca binaria per trovare il commit che ha introdotto un bug"
21689
21690#: command-list.h:57
21691msgid "Show what revision and author last modified each line of a file"
21692msgstr ""
21693"Visualizza quali revisione e autore hanno modificato ogni singola riga di un "
21694"file per ultimi"
21695
21696#: command-list.h:58
21697msgid "List, create, or delete branches"
21698msgstr "Elenca, crea o elimina branch"
21699
21700#: command-list.h:59
21701msgid "Move objects and refs by archive"
21702msgstr "Sposta oggetti e riferimenti in base a un archivio"
21703
21704#: command-list.h:60
21705msgid "Provide content or type and size information for repository objects"
21706msgstr ""
21707"Fornisci informazioni sul contenuto o sul tipo e sulle dimensioni per gli "
21708"oggetti di un repository"
21709
21710#: command-list.h:61
21711msgid "Display gitattributes information"
21712msgstr "Visualizza le informazioni sugli attributi Git"
21713
21714#: command-list.h:62
21715msgid "Debug gitignore / exclude files"
21716msgstr "Esegui il debug dei file gitignore/escludi file"
21717
21718#: command-list.h:63
21719msgid "Show canonical names and email addresses of contacts"
21720msgstr "Visualizza i nomi canonici e gli indirizzi e-mail dei contatti"
21721
21722#: command-list.h:64
21723msgid "Switch branches or restore working tree files"
21724msgstr ""
21725"Passa da un branch a un altro o ripristina i file nell'albero di lavoro"
21726
21727#: command-list.h:65
21728msgid "Copy files from the index to the working tree"
21729msgstr "Copia dei file dall'indice all'albero di lavoro"
21730
21731#: command-list.h:66
21732msgid "Ensures that a reference name is well formed"
21733msgstr "Si assicura che un nome riferimento sia ben formato"
21734
21735#: command-list.h:67
21736msgid "Find commits yet to be applied to upstream"
21737msgstr "Trova commit che devono essere ancora applicati upstream"
21738
21739#: command-list.h:68
21740msgid "Apply the changes introduced by some existing commits"
21741msgstr "Applica le modifiche introdotte da alcuni commit esistenti"
21742
21743#: command-list.h:69
21744msgid "Graphical alternative to git-commit"
21745msgstr "Alternativa grafica a git-commit"
21746
21747#: command-list.h:70
21748msgid "Remove untracked files from the working tree"
21749msgstr "Rimuove i file non tracciati dall'albero di lavoro"
21750
21751#: command-list.h:71
21752msgid "Clone a repository into a new directory"
21753msgstr "Clona un repository in una nuova directory"
21754
21755#: command-list.h:72
21756msgid "Display data in columns"
21757msgstr "Visualizza i dati in colonne"
21758
21759#: command-list.h:73
21760msgid "Record changes to the repository"
21761msgstr "Registra modifiche al repository"
21762
21763#: command-list.h:74
21764msgid "Write and verify Git commit-graph files"
21765msgstr "Scrive e verifica i file grafo dei commit di Git"
21766
21767#: command-list.h:75
21768msgid "Create a new commit object"
21769msgstr "Crea un nuovo oggetto commit"
21770
21771#: command-list.h:76
21772msgid "Get and set repository or global options"
21773msgstr "Ottiene e imposta le opzioni a livello di repository o globali"
21774
21775#: command-list.h:77
21776msgid "Count unpacked number of objects and their disk consumption"
21777msgstr ""
21778"Conta il numero di oggetti non in un pack e la loro occupazione di spazio su "
21779"disco"
21780
21781#: command-list.h:78
21782msgid "Retrieve and store user credentials"
21783msgstr "Recupera e salva credenziali utente"
21784
21785#: command-list.h:79
21786msgid "Helper to temporarily store passwords in memory"
21787msgstr "Helper per salvare temporaneamente password in memoria"
21788
21789#: command-list.h:80
21790msgid "Helper to store credentials on disk"
21791msgstr "Helper per salvare credenziali su disco"
21792
21793#: command-list.h:81
21794msgid "Export a single commit to a CVS checkout"
21795msgstr "Esporta un singolo commit in un checkout CVS"
21796
21797#: command-list.h:82
21798msgid "Salvage your data out of another SCM people love to hate"
21799msgstr ""
21800"Recupera i dati da un sistema di controllo di versione che le persone "
21801"adorano odiare"
21802
21803#: command-list.h:83
21804msgid "A CVS server emulator for Git"
21805msgstr "Un emulatore di server CVS per Git"
21806
21807#: command-list.h:84
21808msgid "A really simple server for Git repositories"
21809msgstr "Un server veramente semplice per repository Git"
21810
21811#: command-list.h:85
21812msgid "Give an object a human readable name based on an available ref"
21813msgstr ""
21814"Attribuisce un nome leggibile a un oggetto basandosi su un riferimento "
21815"disponibile"
21816
21817#: command-list.h:86
21818msgid "Show changes between commits, commit and working tree, etc"
21819msgstr ""
21820"Visualizza le modifiche fra commit, un commit e l'albero di lavoro, ecc."
21821
21822#: command-list.h:87
21823msgid "Compares files in the working tree and the index"
21824msgstr "Confronta file nell'albero di lavoro e nell'indice"
21825
21826#: command-list.h:88
21827msgid "Compare a tree to the working tree or index"
21828msgstr "Confronta un albero con l'albero di lavoro o l'indice"
21829
21830#: command-list.h:89
21831msgid "Compares the content and mode of blobs found via two tree objects"
21832msgstr ""
21833"Confronta il contenuto e i mode dei blob trovati tramite due oggetti albero"
21834
21835#: command-list.h:90
21836msgid "Show changes using common diff tools"
21837msgstr ""
21838"Visualizza le modifiche usando tool comuni per la visualizzazione dei diff"
21839
21840#: command-list.h:91
21841msgid "Git data exporter"
21842msgstr "Esportatore di dati Git"
21843
21844#: command-list.h:92
21845msgid "Backend for fast Git data importers"
21846msgstr "Backend per importatori di dati Git veloci"
21847
21848#: command-list.h:93
21849msgid "Download objects and refs from another repository"
21850msgstr "Scarica oggetti e riferimenti da un altro repository"
21851
21852#: command-list.h:94
21853msgid "Receive missing objects from another repository"
21854msgstr "Riceve oggetti mancanti da un altro repository"
21855
21856#: command-list.h:95
21857msgid "Rewrite branches"
21858msgstr "Riscrive branch"
21859
21860#: command-list.h:96
21861msgid "Produce a merge commit message"
21862msgstr "Genera un messaggio di commit del merge"
21863
21864#: command-list.h:97
21865msgid "Output information on each ref"
21866msgstr "Visualizza in output le informazioni su ogni riferimento"
21867
21868#: command-list.h:98
21869msgid "Prepare patches for e-mail submission"
21870msgstr "Prepara patch per il loro invio tramite e-mail"
21871
21872#: command-list.h:99
21873msgid "Verifies the connectivity and validity of the objects in the database"
21874msgstr "Verifica la connessione e la validità degli oggetti nel database"
21875
21876#: command-list.h:100
21877msgid "Cleanup unnecessary files and optimize the local repository"
21878msgstr "Ripulisce file non necessari e ottimizza il repository locale"
21879
21880#: command-list.h:101
21881msgid "Extract commit ID from an archive created using git-archive"
21882msgstr "Estrae l'ID del commit da un archivio creato usando git-archive"
21883
21884#: command-list.h:102
21885msgid "Print lines matching a pattern"
21886msgstr "Stampa le righe corrispondenti a un'espressione regolare"
21887
21888#: command-list.h:103
21889msgid "A portable graphical interface to Git"
21890msgstr "Un'interfaccia grafica portabile per Git"
21891
21892#: command-list.h:104
21893msgid "Compute object ID and optionally creates a blob from a file"
21894msgstr "Calcola l'ID oggetto e crea facoltativamente un blob da un file"
21895
21896#: command-list.h:105
21897msgid "Display help information about Git"
21898msgstr "Visualizza una guida a Git"
21899
21900#: command-list.h:106
21901msgid "Server side implementation of Git over HTTP"
21902msgstr "Implementazione lato server di Git su HTTP"
21903
21904#: command-list.h:107
21905msgid "Download from a remote Git repository via HTTP"
21906msgstr "Scarica dati da un repository Git remoto tramite HTTP"
21907
21908#: command-list.h:108
21909msgid "Push objects over HTTP/DAV to another repository"
21910msgstr "Esegue il push di oggetti su un altro repository tramite HTTP/DAV"
21911
21912#: command-list.h:109
21913msgid "Send a collection of patches from stdin to an IMAP folder"
21914msgstr "Invia un insieme di patch dallo standard input a una cartella IMAP"
21915
21916#: command-list.h:110
21917msgid "Build pack index file for an existing packed archive"
21918msgstr "Genera il file indice pack per un archivio esistente sottoposto a pack"
21919
21920#: command-list.h:111
21921msgid "Create an empty Git repository or reinitialize an existing one"
21922msgstr "Crea un repository Git vuoto o ne reinizializza uno esistente"
21923
21924#: command-list.h:112
21925msgid "Instantly browse your working repository in gitweb"
21926msgstr "Sfoglia istantaneamente il tuo repository di lavoro su gitweb"
21927
21928#: command-list.h:113
21929msgid "Add or parse structured information in commit messages"
21930msgstr "Aggiunge o analizza informazioni strutturate nei messaggi di commit"
21931
21932#: command-list.h:114
21933msgid "The Git repository browser"
21934msgstr "Il browser per i repository Git"
21935
21936#: command-list.h:115
21937msgid "Show commit logs"
21938msgstr "Visualizza i log dei commit"
21939
21940#: command-list.h:116
21941msgid "Show information about files in the index and the working tree"
21942msgstr "Visualizza informazioni sui file nell'indice e nell'albero di lavoro"
21943
21944#: command-list.h:117
21945msgid "List references in a remote repository"
21946msgstr "Elenca i riferimenti in un repository remoto"
21947
21948#: command-list.h:118
21949msgid "List the contents of a tree object"
21950msgstr "Elenca i contenuti di un oggetto albero"
21951
21952#: command-list.h:119
21953msgid "Extracts patch and authorship from a single e-mail message"
21954msgstr ""
21955"Estrae la patch e le informazioni sull'autore da un singolo messaggio e-mail"
21956
21957#: command-list.h:120
21958msgid "Simple UNIX mbox splitter program"
21959msgstr "Un semplice programma per suddividere i file UNIX mbox"
21960
21961#: command-list.h:121
21962msgid "Join two or more development histories together"
21963msgstr "Unisce due o più cronologie di sviluppo"
21964
21965#: command-list.h:122
21966msgid "Find as good common ancestors as possible for a merge"
21967msgstr "Trova il maggior numero possibile di antenati comuni per un merge"
21968
21969#: command-list.h:123
21970msgid "Run a three-way file merge"
21971msgstr "Esegue un merge a tre vie su file"
21972
21973#: command-list.h:124
21974msgid "Run a merge for files needing merging"
21975msgstr "Esegue un merge per i file che lo richiedono"
21976
21977#: command-list.h:125
21978msgid "The standard helper program to use with git-merge-index"
21979msgstr "Il programma helper standard da usare con git-merge-index"
21980
21981#: command-list.h:126
21982msgid "Run merge conflict resolution tools to resolve merge conflicts"
21983msgstr ""
21984"Esegue gli strumenti di risoluzione conflitti di merge per risolvere i "
21985"conflitti di merge"
21986
21987#: command-list.h:127
21988msgid "Show three-way merge without touching index"
21989msgstr "Visualizza un merge a tre vie senza modificare l'indice"
21990
21991#: command-list.h:128
21992msgid "Write and verify multi-pack-indexes"
21993msgstr "Scrive e verifica indici multi-pack"
21994
21995#: command-list.h:129
21996msgid "Creates a tag object"
21997msgstr "Crea un oggetto tag"
21998
21999#: command-list.h:130
22000msgid "Build a tree-object from ls-tree formatted text"
22001msgstr "Genera un oggetto albero da testo in formato ls-tree"
22002
22003#: command-list.h:131
22004msgid "Move or rename a file, a directory, or a symlink"
22005msgstr "Sposta o rinomina un file, una directory o un collegamento simbolico"
22006
22007#: command-list.h:132
22008msgid "Find symbolic names for given revs"
22009msgstr "Trova i nomi simbolici per le revisioni date"
22010
22011#: command-list.h:133
22012msgid "Add or inspect object notes"
22013msgstr "Aggiunge o esamina le note agli oggetti"
22014
22015#: command-list.h:134
22016msgid "Import from and submit to Perforce repositories"
22017msgstr "Importa dati da, o invia dati a, repository Perforce"
22018
22019#: command-list.h:135
22020msgid "Create a packed archive of objects"
22021msgstr "Crea un archivio di oggetti sottoposto a pack"
22022
22023#: command-list.h:136
22024msgid "Find redundant pack files"
22025msgstr "Trova file pack ridondanti"
22026
22027#: command-list.h:137
22028msgid "Pack heads and tags for efficient repository access"
22029msgstr "Esegue il pack di head e tag per un accesso efficiente al repository"
22030
22031#: command-list.h:138
22032msgid "Routines to help parsing remote repository access parameters"
22033msgstr ""
22034"Routine che aiutano ad analizzare i parametri di accesso ai repository remoti"
22035
22036#: command-list.h:139
22037msgid "Compute unique ID for a patch"
22038msgstr "Calcola l'ID univoco per una patch"
22039
22040#: command-list.h:140
22041msgid "Prune all unreachable objects from the object database"
22042msgstr "Elimina tutti gli oggetti non raggiungibili dal database oggetti"
22043
22044#: command-list.h:141
22045msgid "Remove extra objects that are already in pack files"
22046msgstr "Rimuove gli oggetti aggiuntivi già presenti nei file pack"
22047
22048#: command-list.h:142
22049msgid "Fetch from and integrate with another repository or a local branch"
22050msgstr ""
22051"Esegue il fetch e l'integrazione con un altro repository o un branch locale"
22052
22053#: command-list.h:143
22054msgid "Update remote refs along with associated objects"
22055msgstr "Aggiorna i riferimenti remoti insieme agli oggetti associati"
22056
22057#: command-list.h:144
22058msgid "Applies a quilt patchset onto the current branch"
22059msgstr "Applica un insieme di patch quilt sul branch corrente"
22060
22061#: command-list.h:145
22062msgid "Compare two commit ranges (e.g. two versions of a branch)"
22063msgstr "Compara due intervalli di commit (ad es. due versioni di un branch)"
22064
22065#: command-list.h:146
22066msgid "Reads tree information into the index"
22067msgstr "Legge le informazioni su un albero dall'indice"
22068
22069#: command-list.h:147
22070msgid "Reapply commits on top of another base tip"
22071msgstr "Riapplica dei commit dopo l'ultimo commit di un branch"
22072
22073#: command-list.h:148
22074msgid "Receive what is pushed into the repository"
22075msgstr "Riceve quanto sottoposto a push nel repository"
22076
22077#: command-list.h:149
22078msgid "Manage reflog information"
22079msgstr "Gestisce le informazioni del registro dei riferimenti"
22080
22081#: command-list.h:150
22082msgid "Manage set of tracked repositories"
22083msgstr "Gestisce l'insieme dei repository tracciati"
22084
22085#: command-list.h:151
22086msgid "Pack unpacked objects in a repository"
22087msgstr "Esegue il pack degli oggetti non sottoposti a pack in un repository"
22088
22089#: command-list.h:152
22090msgid "Create, list, delete refs to replace objects"
22091msgstr "Crea, elenca, elimina i riferimenti per sostituire oggetti"
22092
22093#: command-list.h:153
22094msgid "Generates a summary of pending changes"
22095msgstr "Genera un riassunto delle modifiche in sospeso"
22096
22097#: command-list.h:154
22098msgid "Reuse recorded resolution of conflicted merges"
22099msgstr "Riusa la risoluzione registrata dei merge che hanno generato conflitti"
22100
22101#: command-list.h:155
22102msgid "Reset current HEAD to the specified state"
22103msgstr "Ripristina l'HEAD corrente allo stato specificato"
22104
22105#: command-list.h:156
22106msgid "Restore working tree files"
22107msgstr "Ripristina i file nell'albero di lavoro"
22108
22109#: command-list.h:157
22110msgid "Revert some existing commits"
22111msgstr "Esegue il revert di alcuni commit esistenti"
22112
22113#: command-list.h:158
22114msgid "Lists commit objects in reverse chronological order"
22115msgstr "Elenca gli oggetti commit in ordine cronologico inverso"
22116
22117#: command-list.h:159
22118msgid "Pick out and massage parameters"
22119msgstr "Sceglie e altera i parametri"
22120
22121#: command-list.h:160
22122msgid "Remove files from the working tree and from the index"
22123msgstr "Rimuove file dall'albero di lavoro e dall'indice"
22124
22125#: command-list.h:161
22126msgid "Send a collection of patches as emails"
22127msgstr "Invia un insieme di patch come e-mail"
22128
22129#: command-list.h:162
22130msgid "Push objects over Git protocol to another repository"
22131msgstr ""
22132"Esegue il push di oggetti su un altro repository tramite il protocollo Git"
22133
22134#: command-list.h:163
22135msgid "Restricted login shell for Git-only SSH access"
22136msgstr "Shell di login limitata per concedere accesso SSH solo per Git"
22137
22138#: command-list.h:164
22139msgid "Summarize 'git log' output"
22140msgstr "Riassume l'output di 'git log'"
22141
22142#: command-list.h:165
22143msgid "Show various types of objects"
22144msgstr "Visualizza vari tipi di oggetti"
22145
22146#: command-list.h:166
22147msgid "Show branches and their commits"
22148msgstr "Visualizza i branch e i loro commit"
22149
22150#: command-list.h:167
22151msgid "Show packed archive index"
22152msgstr "Visualizza l'indice di un archivio sottoposto a pack"
22153
22154#: command-list.h:168
22155msgid "List references in a local repository"
22156msgstr "Elenca i riferimenti in un repository locale"
22157
22158#: command-list.h:169
22159msgid "Git's i18n setup code for shell scripts"
22160msgstr ""
22161"Codice di inizializzazione dell'internazionalizzazione di Git per gli script "
22162"shell"
22163
22164#: command-list.h:170
22165msgid "Common Git shell script setup code"
22166msgstr "Codice comune di inizializzazione di Git per gli script shell"
22167
22168#: command-list.h:171
22169msgid "Stash the changes in a dirty working directory away"
22170msgstr "Mette da parte le modifiche in una directory di lavoro sporca"
22171
22172#: command-list.h:172
22173msgid "Add file contents to the staging area"
22174msgstr "Aggiunge i contenuti dei file all'area di staging"
22175
22176#: command-list.h:173
22177msgid "Show the working tree status"
22178msgstr "Visualizza lo stato dell'albero di lavoro"
22179
22180#: command-list.h:174
22181msgid "Remove unnecessary whitespace"
22182msgstr "Rimuove spazi bianchi non necessari"
22183
22184#: command-list.h:175
22185msgid "Initialize, update or inspect submodules"
22186msgstr "Inizializza, aggiorna o esamina sottomoduli"
22187
22188#: command-list.h:176
22189msgid "Bidirectional operation between a Subversion repository and Git"
22190msgstr "Operatività bidirezionale tra un repository Subversion e Git"
22191
22192#: command-list.h:177
22193msgid "Switch branches"
22194msgstr "Passa da un branch a un altro"
22195
22196#: command-list.h:178
22197msgid "Read, modify and delete symbolic refs"
22198msgstr "Legge, modifica ed elimina riferimenti simbolici"
22199
22200#: command-list.h:179
22201msgid "Create, list, delete or verify a tag object signed with GPG"
22202msgstr "Crea, elenca, elimina o verifica un oggetto tag firmato con GPG"
22203
22204#: command-list.h:180
22205msgid "Creates a temporary file with a blob's contents"
22206msgstr "Crea un file temporaneo con i contenuti di un blob"
22207
22208#: command-list.h:181
22209msgid "Unpack objects from a packed archive"
22210msgstr "Decomprime gli oggetti da un archivio sottoposto a pack"
22211
22212#: command-list.h:182
22213msgid "Register file contents in the working tree to the index"
22214msgstr "Registra i contenuti dei file dell'albero di lavoro nell'indice"
22215
22216#: command-list.h:183
22217msgid "Update the object name stored in a ref safely"
22218msgstr "Aggiorna in modo sicuro il nome oggetto salvato in un riferimento"
22219
22220#: command-list.h:184
22221msgid "Update auxiliary info file to help dumb servers"
22222msgstr "Aggiorna il file informazioni aggiuntive per aiutare i server stupidi"
22223
22224#: command-list.h:185
22225msgid "Send archive back to git-archive"
22226msgstr "Reinvia l'archivio a git-archive"
22227
22228#: command-list.h:186
22229msgid "Send objects packed back to git-fetch-pack"
22230msgstr "Reinvia gli oggetti sottoposti a pack a git-fetch-pack"
22231
22232#: command-list.h:187
22233msgid "Show a Git logical variable"
22234msgstr "Visualizza una variabile logica di Git"
22235
22236#: command-list.h:188
22237msgid "Check the GPG signature of commits"
22238msgstr "Verifica la firma GPG dei commit"
22239
22240#: command-list.h:189
22241msgid "Validate packed Git archive files"
22242msgstr "Convalida i file archivio sottoposti a pack di Git"
22243
22244#: command-list.h:190
22245msgid "Check the GPG signature of tags"
22246msgstr "Verifica la firma GPG dei tag"
22247
22248#: command-list.h:191
22249msgid "Git web interface (web frontend to Git repositories)"
22250msgstr "Interfaccia Web per Git (frontend Web ai repository Git)"
22251
22252#: command-list.h:192
22253msgid "Show logs with difference each commit introduces"
22254msgstr ""
22255"Visualizza i registri insieme alle differenze introdotte da ciascun commit"
22256
22257#: command-list.h:193
22258msgid "Manage multiple working trees"
22259msgstr "Gestisce alberi di lavoro multipli"
22260
22261#: command-list.h:194
22262msgid "Create a tree object from the current index"
22263msgstr "Crea un oggetto albero dall'indice corrente"
22264
22265#: command-list.h:195
22266msgid "Defining attributes per path"
22267msgstr "Definizione di attributi per percorso"
22268
22269#: command-list.h:196
22270msgid "Git command-line interface and conventions"
22271msgstr "Interfaccia a riga di comando di Git e convenzioni"
22272
22273#: command-list.h:197
22274msgid "A Git core tutorial for developers"
22275msgstr "Un tutorial Git di base per gli sviluppatori"
22276
22277#: command-list.h:198
22278msgid "Git for CVS users"
22279msgstr "Git per utenti CVS"
22280
22281#: command-list.h:199
22282msgid "Tweaking diff output"
22283msgstr "Messa a punto dell'output di diff"
22284
22285#: command-list.h:200
22286msgid "A useful minimum set of commands for Everyday Git"
22287msgstr "Un insieme di comandi utile e minimale per l'uso quotidiano di Git"
22288
22289#: command-list.h:201
22290msgid "A Git Glossary"
22291msgstr "Un glossario di Git"
22292
22293#: command-list.h:202
22294msgid "Hooks used by Git"
22295msgstr "Hook usati da Git"
22296
22297#: command-list.h:203
22298msgid "Specifies intentionally untracked files to ignore"
22299msgstr "Specifica i file intenzionalmente non tracciati da ignorare"
22300
22301#: command-list.h:204
22302msgid "Defining submodule properties"
22303msgstr "Definizione proprietà sottomodulo"
22304
22305#: command-list.h:205
22306msgid "Git namespaces"
22307msgstr "Spazi dei nomi Git"
22308
22309#: command-list.h:206
22310msgid "Git Repository Layout"
22311msgstr "Struttura repository Git"
22312
22313#: command-list.h:207
22314msgid "Specifying revisions and ranges for Git"
22315msgstr "Come specificare revisioni e intervalli in Git"
22316
22317#: command-list.h:208
22318msgid "A tutorial introduction to Git: part two"
22319msgstr "Un tutorial introduttivo per Git: seconda parte"
22320
22321#: command-list.h:209
22322msgid "A tutorial introduction to Git"
22323msgstr "Un tutorial introduttivo per Git"
22324
22325#: command-list.h:210
22326msgid "An overview of recommended workflows with Git"
22327msgstr "Una panoramica dei flussi di lavoro raccomandati in Git"
22328
22329#: git-bisect.sh:54
22330msgid "You need to start by \"git bisect start\""
22331msgstr "Devi iniziare con \"git bisect start\""
22332
22333#. TRANSLATORS: Make sure to include [Y] and [n] in your
22334#. translation. The program will only accept English input
22335#. at this point.
22336#: git-bisect.sh:60
22337msgid "Do you want me to do it for you [Y/n]? "
22338msgstr "Vuoi che me ne occupi io [Y/n]? "
22339
22340#: git-bisect.sh:101
22341#, sh-format
22342msgid "Bad rev input: $arg"
22343msgstr "Revisione fornita non valida: $arg"
22344
22345#: git-bisect.sh:121
22346#, sh-format
22347msgid "Bad rev input: $bisected_head"
22348msgstr "Revisione fornita non valida: $bisected_head"
22349
22350#: git-bisect.sh:130
22351#, sh-format
22352msgid "Bad rev input: $rev"
22353msgstr "Revisione fornita non valida: $rev"
22354
22355#: git-bisect.sh:139
22356#, sh-format
22357msgid "'git bisect $TERM_BAD' can take only one argument."
22358msgstr "'git bisect $TERM_BAD' richiede un solo argomento."
22359
22360#: git-bisect.sh:209
22361msgid "No logfile given"
22362msgstr "Nessun file di log specificato"
22363
22364#: git-bisect.sh:210
22365#, sh-format
22366msgid "cannot read $file for replaying"
22367msgstr "impossibile leggere $file per rieseguire i comandi contenuti"
22368
22369#: git-bisect.sh:232
22370msgid "?? what are you talking about?"
22371msgstr "?? di cosa stai parlando?"
22372
22373#: git-bisect.sh:241
22374msgid "bisect run failed: no command provided."
22375msgstr "esecuzione di bisect non riuscita: nessun comando fornito."
22376
22377#: git-bisect.sh:246
22378#, sh-format
22379msgid "running $command"
22380msgstr "esecuzione di $command in corso"
22381
22382#: git-bisect.sh:253
22383#, sh-format
22384msgid ""
22385"bisect run failed:\n"
22386"exit code $res from '$command' is < 0 or >= 128"
22387msgstr ""
22388"esecuzione di bisect non riuscita:\n"
22389"il codice di uscita $res da '$command' è < 0 oppure >= 128"
22390
22391#: git-bisect.sh:279
22392msgid "bisect run cannot continue any more"
22393msgstr "l'esecuzione di bisect non può più proseguire"
22394
22395#: git-bisect.sh:285
22396#, sh-format
22397msgid ""
22398"bisect run failed:\n"
22399"'bisect_state $state' exited with error code $res"
22400msgstr ""
22401"esecuzione di bisect non riuscita:\n"
22402"'bisect_state $state' è uscito con il codice di errore $res"
22403
22404#: git-bisect.sh:292
22405msgid "bisect run success"
22406msgstr "esecuzione di bisect completata con successo"
22407
22408#: git-bisect.sh:300
22409msgid "We are not bisecting."
22410msgstr "Non stiamo eseguendo una bisezione."
22411
22412#: git-merge-octopus.sh:46
22413msgid ""
22414"Error: Your local changes to the following files would be overwritten by "
22415"merge"
22416msgstr ""
22417"Errore: le tue modifiche locali ai seguenti file sarebbero sovrascritte dal "
22418"merge"
22419
22420#: git-merge-octopus.sh:61
22421msgid "Automated merge did not work."
22422msgstr "Il merge automatico non ha funzionato."
22423
22424#: git-merge-octopus.sh:62
22425msgid "Should not be doing an octopus."
22426msgstr "Non dovrebbe essere eseguito un merge octopus."
22427
22428#: git-merge-octopus.sh:73
22429#, sh-format
22430msgid "Unable to find common commit with $pretty_name"
22431msgstr "Impossibile trovare un commit comune con $pretty_name"
22432
22433#: git-merge-octopus.sh:77
22434#, sh-format
22435msgid "Already up to date with $pretty_name"
22436msgstr "Già aggiornato rispetto a $pretty_name"
22437
22438#: git-merge-octopus.sh:89
22439#, sh-format
22440msgid "Fast-forwarding to: $pretty_name"
22441msgstr "Eseguo il fast forward a: $pretty_name"
22442
22443#: git-merge-octopus.sh:97
22444#, sh-format
22445msgid "Trying simple merge with $pretty_name"
22446msgstr "Provo un merge semplice con $pretty_name"
22447
22448#: git-merge-octopus.sh:102
22449msgid "Simple merge did not work, trying automatic merge."
22450msgstr "Il merge semplice non ha funzionato, provo il merge automatico."
22451
22452#: git-legacy-stash.sh:220
22453msgid "Cannot remove temporary index (can't happen)"
22454msgstr "Impossibile rimuovere l'indice temporaneo (non può succedere)"
22455
22456#: git-legacy-stash.sh:271
22457#, sh-format
22458msgid "Cannot update $ref_stash with $w_commit"
22459msgstr "Impossibile aggiornare $ref_stash con $w_commit"
22460
22461#: git-legacy-stash.sh:323
22462#, sh-format
22463msgid "error: unknown option for 'stash push': $option"
22464msgstr "errore: opzione sconosciuta per 'stash push': $option"
22465
22466#: git-legacy-stash.sh:355
22467#, sh-format
22468msgid "Saved working directory and index state $stash_msg"
22469msgstr "Directory di lavoro e stato indice salvati: $stash_msg"
22470
22471#: git-legacy-stash.sh:535
22472#, sh-format
22473msgid "unknown option: $opt"
22474msgstr "opzione sconosciuta: $opt"
22475
22476#: git-legacy-stash.sh:555
22477#, sh-format
22478msgid "Too many revisions specified: $REV"
22479msgstr "Troppe revisioni specificate: $REV"
22480
22481#: git-legacy-stash.sh:570
22482#, sh-format
22483msgid "$reference is not a valid reference"
22484msgstr "$reference non è un riferimento valido"
22485
22486#: git-legacy-stash.sh:598
22487#, sh-format
22488msgid "'$args' is not a stash-like commit"
22489msgstr "'$args' non è un commit di tipo stash"
22490
22491#: git-legacy-stash.sh:609
22492#, sh-format
22493msgid "'$args' is not a stash reference"
22494msgstr "'$args' non è un riferimento a uno stash"
22495
22496#: git-legacy-stash.sh:617
22497msgid "unable to refresh index"
22498msgstr "impossibile aggiornare l'indice"
22499
22500#: git-legacy-stash.sh:621
22501msgid "Cannot apply a stash in the middle of a merge"
22502msgstr "Impossibile applicare uno stash nel mezzo di un merge"
22503
22504#: git-legacy-stash.sh:629
22505msgid "Conflicts in index. Try without --index."
22506msgstr "Ci sono conflitti in index. Prova senza --index."
22507
22508#: git-legacy-stash.sh:631
22509msgid "Could not save index tree"
22510msgstr "Non è stato possibile salvare l'albero indice"
22511
22512#: git-legacy-stash.sh:640
22513msgid "Could not restore untracked files from stash entry"
22514msgstr ""
22515"Non è stato possibile ripristinare i file non tracciati dalla voce stash"
22516
22517#: git-legacy-stash.sh:665
22518msgid "Cannot unstage modified files"
22519msgstr "Non è stato possibile rimuovere i file modificati dall'area di staging"
22520
22521#: git-legacy-stash.sh:703
22522#, sh-format
22523msgid "Dropped ${REV} ($s)"
22524msgstr "${REV} eliminata ($s)"
22525
22526#: git-legacy-stash.sh:704
22527#, sh-format
22528msgid "${REV}: Could not drop stash entry"
22529msgstr "${REV}: non è stato possibile rimuovere la voce di stash"
22530
22531#: git-legacy-stash.sh:791
22532msgid "(To restore them type \"git stash apply\")"
22533msgstr "(Per ripristinarli digita \"git stash apply\")"
22534
22535#: git-submodule.sh:200
22536msgid "Relative path can only be used from the toplevel of the working tree"
22537msgstr ""
22538"Il percorso relativo può essere usato solo dal primo livello dell'albero di "
22539"lavoro"
22540
22541#: git-submodule.sh:210
22542#, sh-format
22543msgid "repo URL: '$repo' must be absolute or begin with ./|../"
22544msgstr "URL repository:: '$repo' deve essere assoluto o iniziare con ./|../"
22545
22546#: git-submodule.sh:229
22547#, sh-format
22548msgid "'$sm_path' already exists in the index"
22549msgstr "'$sm_path' esiste già nell'indice"
22550
22551#: git-submodule.sh:232
22552#, sh-format
22553msgid "'$sm_path' already exists in the index and is not a submodule"
22554msgstr "'$sm_path' esiste già nell'indice e non è un sottomodulo"
22555
22556#: git-submodule.sh:239
22557#, sh-format
22558msgid "'$sm_path' does not have a commit checked out"
22559msgstr "'$sm_path' non ha un commit di cui è stato eseguito il checkout"
22560
22561#: git-submodule.sh:245
22562#, sh-format
22563msgid ""
22564"The following path is ignored by one of your .gitignore files:\n"
22565"$sm_path\n"
22566"Use -f if you really want to add it."
22567msgstr ""
22568"Il seguente percorso è ignorato da uno dei tuoi file .gitignore:\n"
22569"$sm_path\n"
22570"Usa -f se vuoi davvero aggiungerlo."
22571
22572#: git-submodule.sh:268
22573#, sh-format
22574msgid "Adding existing repo at '$sm_path' to the index"
22575msgstr "Aggiunta del repository esistente in '$sm_path' all'indice"
22576
22577#: git-submodule.sh:270
22578#, sh-format
22579msgid "'$sm_path' already exists and is not a valid git repo"
22580msgstr "'$sm_path' esiste già e non è un repository Git valido"
22581
22582#: git-submodule.sh:278
22583#, sh-format
22584msgid "A git directory for '$sm_name' is found locally with remote(s):"
22585msgstr ""
22586"È stata trovata localmente una directory Git per '$sm_name' con i seguenti "
22587"remoti:"
22588
22589#: git-submodule.sh:280
22590#, sh-format
22591msgid ""
22592"If you want to reuse this local git directory instead of cloning again from\n"
22593" $realrepo\n"
22594"use the '--force' option. If the local git directory is not the correct "
22595"repo\n"
22596"or you are unsure what this means choose another name with the '--name' "
22597"option."
22598msgstr ""
22599"Se vuoi riusare questa directory Git locale anziché clonarla nuovamente da\n"
22600" $realrepo\n"
22601"usa l'opzione '--force'. Se la directory Git locale non è il repository\n"
22602"corretto, o se non sei sicuro di ciò che questo voglia dire, scegli un "
22603"altro\n"
22604"nome con l'opzione '--name'."
22605
22606#: git-submodule.sh:286
22607#, sh-format
22608msgid "Reactivating local git directory for submodule '$sm_name'."
22609msgstr "Riattivo la directory Git locale per il sottomodulo '$sm_name'."
22610
22611#: git-submodule.sh:298
22612#, sh-format
22613msgid "Unable to checkout submodule '$sm_path'"
22614msgstr "Impossibile eseguire il checkout del sottomodulo '$sm_path'"
22615
22616#: git-submodule.sh:303
22617#, sh-format
22618msgid "Failed to add submodule '$sm_path'"
22619msgstr "Aggiunta del sottomodulo '$sm_path' non riuscita"
22620
22621#: git-submodule.sh:312
22622#, sh-format
22623msgid "Failed to register submodule '$sm_path'"
22624msgstr "Registrazione del sottomodulo '$sm_path' non riuscita"
22625
22626#: git-submodule.sh:573
22627#, sh-format
22628msgid "Unable to find current revision in submodule path '$displaypath'"
22629msgstr ""
22630"Impossibile trovare la revisione corrente nel percorso del sottomodulo "
22631"'$displaypath'"
22632
22633#: git-submodule.sh:583
22634#, sh-format
22635msgid "Unable to fetch in submodule path '$sm_path'"
22636msgstr "Impossibile eseguire il fetch nel percorso del sottomodulo '$sm_path'"
22637
22638#: git-submodule.sh:588
22639#, sh-format
22640msgid ""
22641"Unable to find current ${remote_name}/${branch} revision in submodule path "
22642"'$sm_path'"
22643msgstr ""
22644"Impossibile trovare la revisione corrente per ${remote_name}/${branch} nel "
22645"percorso del sottomodulo '$sm_path'"
22646
22647#: git-submodule.sh:606
22648#, sh-format
22649msgid ""
22650"Unable to fetch in submodule path '$displaypath'; trying to directly fetch "
22651"$sha1:"
22652msgstr ""
22653"Impossibile eseguire il fetch nel percorso del sottomodulo '$displaypath'; "
22654"provo a recuperare direttamente $sha1:"
22655
22656#: git-submodule.sh:612
22657#, sh-format
22658msgid ""
22659"Fetched in submodule path '$displaypath', but it did not contain $sha1. "
22660"Direct fetching of that commit failed."
22661msgstr ""
22662"Fetch eseguito nel percorso del sottomodulo '$displaypath', ma non conteneva "
22663"$sha1. Fetch diretto di tale commit non riuscito."
22664
22665#: git-submodule.sh:619
22666#, sh-format
22667msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
22668msgstr ""
22669"Impossibile eseguire il checkout di '$sha1' nel percorso del sottomodulo "
22670"'$displaypath'"
22671
22672#: git-submodule.sh:620
22673#, sh-format
22674msgid "Submodule path '$displaypath': checked out '$sha1'"
22675msgstr "Percorso del sottomodulo '$displaypath': eseguito checkout di '$sha1'"
22676
22677#: git-submodule.sh:624
22678#, sh-format
22679msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
22680msgstr ""
22681"Impossibile eseguire il rebase di '$sha1' nel percorso del sottomodulo "
22682"'$displaypath'"
22683
22684#: git-submodule.sh:625
22685#, sh-format
22686msgid "Submodule path '$displaypath': rebased into '$sha1'"
22687msgstr "Percorso del sottomodulo '$displaypath': eseguito rebase su '$sha1'"
22688
22689#: git-submodule.sh:630
22690#, sh-format
22691msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
22692msgstr ""
22693"Impossibile eseguire il merge di '$sha1' nel percorso del sottomodulo "
22694"'$displaypath'"
22695
22696#: git-submodule.sh:631
22697#, sh-format
22698msgid "Submodule path '$displaypath': merged in '$sha1'"
22699msgstr "Percorso del sottomodulo '$displaypath': eseguito merge in '$sha1'"
22700
22701#: git-submodule.sh:636
22702#, sh-format
22703msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
22704msgstr ""
22705"Esecuzione di '$command $sha1' non riuscita nel percorso del sottomodulo "
22706"'$displaypath'"
22707
22708#: git-submodule.sh:637
22709#, sh-format
22710msgid "Submodule path '$displaypath': '$command $sha1'"
22711msgstr "Percorso del sottomodulo '$displaypath': '$command $sha1'"
22712
22713#: git-submodule.sh:668
22714#, sh-format
22715msgid "Failed to recurse into submodule path '$displaypath'"
22716msgstr "Ricorsione nel percorso del sottomodulo '$displaypath' non riuscita"
22717
22718#: git-submodule.sh:830
22719msgid "The --cached option cannot be used with the --files option"
22720msgstr "L'opzione --cached non può essere usata con l'opzione --files"
22721
22722#: git-submodule.sh:882
22723#, sh-format
22724msgid "unexpected mode $mod_dst"
22725msgstr "modalità $mod_dst inattesa"
22726
22727#: git-submodule.sh:902
22728#, sh-format
22729msgid " Warn: $display_name doesn't contain commit $sha1_src"
22730msgstr " Attenzione: $display_name non contiene il commit $sha1_src"
22731
22732#: git-submodule.sh:905
22733#, sh-format
22734msgid " Warn: $display_name doesn't contain commit $sha1_dst"
22735msgstr " Attenzione: $display_name non contiene il commit $sha1_dst"
22736
22737#: git-submodule.sh:908
22738#, sh-format
22739msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
22740msgstr ""
22741" Attenzione: $display_name non contiene i commit $sha1_src e $sha1_dst"
22742
22743#: git-parse-remote.sh:89
22744#, sh-format
22745msgid "See git-${cmd}(1) for details."
22746msgstr "Vedi git-${cmd}(1) per ulteriori dettagli."
22747
22748#: git-rebase--preserve-merges.sh:109
22749msgid "Applied autostash."
22750msgstr "Stash automatico applicato."
22751
22752#: git-rebase--preserve-merges.sh:112
22753#, sh-format
22754msgid "Cannot store $stash_sha1"
22755msgstr "Impossibile memorizzare $stash_sha1"
22756
22757#: git-rebase--preserve-merges.sh:191
22758#, sh-format
22759msgid "Rebasing ($new_count/$total)"
22760msgstr "Rebase in corso ($new_count/$total)"
22761
22762#: git-rebase--preserve-merges.sh:207
22763msgid ""
22764"\n"
22765"Commands:\n"
22766"p, pick <commit> = use commit\n"
22767"r, reword <commit> = use commit, but edit the commit message\n"
22768"e, edit <commit> = use commit, but stop for amending\n"
22769"s, squash <commit> = use commit, but meld into previous commit\n"
22770"f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
22771"x, exec <commit> = run command (the rest of the line) using shell\n"
22772"d, drop <commit> = remove commit\n"
22773"l, label <label> = label current HEAD with a name\n"
22774"t, reset <label> = reset HEAD to a label\n"
22775"m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
22776". create a merge commit using the original merge commit's\n"
22777". message (or the oneline, if no original merge commit was\n"
22778". specified). Use -c <commit> to reword the commit message.\n"
22779"\n"
22780"These lines can be re-ordered; they are executed from top to bottom.\n"
22781msgstr ""
22782"\n"
22783"Comandi:\n"
22784"p, pick <commit> = usa il commit\n"
22785"r, reword <commit> = usa il commit, ma modifica il messaggio di commit\n"
22786"e, edit <commit> = usa il commit, ma fermati per modificarlo\n"
22787"s, squash <commit> = usa il commit, ma fondilo con il commit precedente\n"
22788"f, fixup <commit> = come \"squash\", ma scarta il messaggio di log di "
22789"questo\n"
22790" commit\n"
22791"x, exec <comando> = esegui il comando (il resto della riga) usando la shell\n"
22792"d, drop <commit> = elimina il commit\n"
22793"l, label <etichetta> = etichetta l'HEAD corrente con un nome\n"
22794"t, reset <etichetta> = reimposta HEAD a un'etichetta\n"
22795"m, merge [-C <commit> | -c <commit>] <etichetta> [# <oneline>]\n"
22796". crea un commit di merge usando il messaggio del commit di merge\n"
22797". originale (o la oneline se non è stato specificato un commit di "
22798"merge\n"
22799". originale). Usa -c <commit> per riformulare il messaggio di commit.\n"
22800"\n"
22801"Queste righe possono essere riordinate; saranno eseguite dalla prima "
22802"all'ultima.\n"
22803
22804#: git-rebase--preserve-merges.sh:270
22805#, sh-format
22806msgid ""
22807"You can amend the commit now, with\n"
22808"\n"
22809"\tgit commit --amend $gpg_sign_opt_quoted\n"
22810"\n"
22811"Once you are satisfied with your changes, run\n"
22812"\n"
22813"\tgit rebase --continue"
22814msgstr ""
22815"È possibile modificare il commit ora con\n"
22816"\n"
22817"\tgit commit --amend $gpg_sign_opt_quoted\n"
22818"\n"
22819"Quando sei soddisfatto delle modifiche, esegui\n"
22820"\n"
22821"\tgit rebase --continue"
22822
22823#: git-rebase--preserve-merges.sh:295
22824#, sh-format
22825msgid "$sha1: not a commit that can be picked"
22826msgstr "$sha1: non è un commit che possa essere scelto"
22827
22828#: git-rebase--preserve-merges.sh:334
22829#, sh-format
22830msgid "Invalid commit name: $sha1"
22831msgstr "Nome commit non valido: $sha1"
22832
22833#: git-rebase--preserve-merges.sh:364
22834msgid "Cannot write current commit's replacement sha1"
22835msgstr ""
22836"Impossibile scrivere lo SHA1 del commit che dovrebbe sostituire quello "
22837"corrente"
22838
22839#: git-rebase--preserve-merges.sh:415
22840#, sh-format
22841msgid "Fast-forward to $sha1"
22842msgstr "Fast forward a $sha1"
22843
22844#: git-rebase--preserve-merges.sh:417
22845#, sh-format
22846msgid "Cannot fast-forward to $sha1"
22847msgstr "Impossibile eseguire il fast forward a $sha1"
22848
22849#: git-rebase--preserve-merges.sh:426
22850#, sh-format
22851msgid "Cannot move HEAD to $first_parent"
22852msgstr "Impossibile spostare l'HEAD a $first_parent"
22853
22854#: git-rebase--preserve-merges.sh:431
22855#, sh-format
22856msgid "Refusing to squash a merge: $sha1"
22857msgstr "Mi rifiuto di eseguire lo squash di un merge: $sha1"
22858
22859#: git-rebase--preserve-merges.sh:449
22860#, sh-format
22861msgid "Error redoing merge $sha1"
22862msgstr "Errore durante la riesecuzione del merge di $sha1"
22863
22864#: git-rebase--preserve-merges.sh:458
22865#, sh-format
22866msgid "Could not pick $sha1"
22867msgstr "Impossibile scegliere $sha1"
22868
22869#: git-rebase--preserve-merges.sh:467
22870#, sh-format
22871msgid "This is the commit message #${n}:"
22872msgstr "Questo è il messaggio di commit numero ${n}:"
22873
22874#: git-rebase--preserve-merges.sh:472
22875#, sh-format
22876msgid "The commit message #${n} will be skipped:"
22877msgstr "Il messaggio di commit numero ${n} sarà saltato:"
22878
22879#: git-rebase--preserve-merges.sh:483
22880#, sh-format
22881msgid "This is a combination of $count commit."
22882msgid_plural "This is a combination of $count commits."
22883msgstr[0] "Questa è una combinazione di $count commit."
22884msgstr[1] "Questa è una combinazione di $count commit."
22885
22886#: git-rebase--preserve-merges.sh:492
22887#, sh-format
22888msgid "Cannot write $fixup_msg"
22889msgstr "Impossibile scrivere $fixup_msg"
22890
22891#: git-rebase--preserve-merges.sh:495
22892msgid "This is a combination of 2 commits."
22893msgstr "Questa è una combinazione di 2 commit."
22894
22895#: git-rebase--preserve-merges.sh:536 git-rebase--preserve-merges.sh:579
22896#: git-rebase--preserve-merges.sh:582
22897#, sh-format
22898msgid "Could not apply $sha1... $rest"
22899msgstr "Impossibile applicare $sha1... $rest"
22900
22901#: git-rebase--preserve-merges.sh:611
22902#, sh-format
22903msgid ""
22904"Could not amend commit after successfully picking $sha1... $rest\n"
22905"This is most likely due to an empty commit message, or the pre-commit hook\n"
22906"failed. If the pre-commit hook failed, you may need to resolve the issue "
22907"before\n"
22908"you are able to reword the commit."
22909msgstr ""
22910"Impossibile modificare il commit dopo la scelta di $sha1... $rest\n"
22911"Molto probabilmente questo è dovuto a un messaggio di commit vuoto, oppure\n"
22912"l'esecuzione dell'hook di pre-commit non è riuscita. In quest'ultimo caso,\n"
22913"potrebbe essere necessario risolvere il problema evidenziato per essere in\n"
22914"grado di modificare il messaggio di commit."
22915
22916#: git-rebase--preserve-merges.sh:626
22917#, sh-format
22918msgid "Stopped at $sha1_abbrev... $rest"
22919msgstr "Fermato a $sha1_abbrev... $rest"
22920
22921#: git-rebase--preserve-merges.sh:641
22922#, sh-format
22923msgid "Cannot '$squash_style' without a previous commit"
22924msgstr "Impossibile eseguire '$squash_style' senza un commit precedente"
22925
22926#: git-rebase--preserve-merges.sh:683
22927#, sh-format
22928msgid "Executing: $rest"
22929msgstr "Eseguo $rest"
22930
22931#: git-rebase--preserve-merges.sh:691
22932#, sh-format
22933msgid "Execution failed: $rest"
22934msgstr "Esecuzione non riuscita: $rest"
22935
22936#: git-rebase--preserve-merges.sh:693
22937msgid "and made changes to the index and/or the working tree"
22938msgstr "e sono state apportate modifiche all'indice e/o all'albero di lavoro"
22939
22940#: git-rebase--preserve-merges.sh:695
22941msgid ""
22942"You can fix the problem, and then run\n"
22943"\n"
22944"\tgit rebase --continue"
22945msgstr ""
22946"Puoi correggere il problema e quindi eseguire\n"
22947"\n"
22948"\tgit rebase --continue"
22949
22950#. TRANSLATORS: after these lines is a command to be issued by the user
22951#: git-rebase--preserve-merges.sh:708
22952#, sh-format
22953msgid ""
22954"Execution succeeded: $rest\n"
22955"but left changes to the index and/or the working tree\n"
22956"Commit or stash your changes, and then run\n"
22957"\n"
22958"\tgit rebase --continue"
22959msgstr ""
22960"Esecuzione riuscita: $rest\n"
22961"ma sono state mantenute modifiche all'indice e/o all'albero di lavoro\n"
22962"Esegui il commit o lo stash delle modifiche, quindi esegui\n"
22963"\n"
22964"\tgit rebase --continue"
22965
22966#: git-rebase--preserve-merges.sh:719
22967#, sh-format
22968msgid "Unknown command: $command $sha1 $rest"
22969msgstr "Comando sconosciuto: $command $sha1 $rest"
22970
22971#: git-rebase--preserve-merges.sh:720
22972msgid "Please fix this using 'git rebase --edit-todo'."
22973msgstr "Correggi la situazione usando 'git rebase --edit-todo'."
22974
22975#: git-rebase--preserve-merges.sh:755
22976#, sh-format
22977msgid "Successfully rebased and updated $head_name."
22978msgstr "Rebase e aggiornamento di $head_name eseguiti con successo."
22979
22980#: git-rebase--preserve-merges.sh:812
22981msgid "Could not remove CHERRY_PICK_HEAD"
22982msgstr "impossibile rimuovere CHERRY_PICK_HEAD"
22983
22984#: git-rebase--preserve-merges.sh:817
22985#, sh-format
22986msgid ""
22987"You have staged changes in your working tree.\n"
22988"If these changes are meant to be\n"
22989"squashed into the previous commit, run:\n"
22990"\n"
22991" git commit --amend $gpg_sign_opt_quoted\n"
22992"\n"
22993"If they are meant to go into a new commit, run:\n"
22994"\n"
22995" git commit $gpg_sign_opt_quoted\n"
22996"\n"
22997"In both cases, once you're done, continue with:\n"
22998"\n"
22999" git rebase --continue\n"
23000msgstr ""
23001"Hai modifiche in staging nell'albero di lavoro.\n"
23002"Se queste modifiche devono essere sottoposte a squash nel commit\n"
23003"precedente, esegui:\n"
23004"\n"
23005" git commit --amend $gpg_sign_opt_quoted\n"
23006"\n"
23007"Se devono essere incluse in un nuovo commit, esegui:\n"
23008"\n"
23009" git commit $gpg_sign_opt_quoted\n"
23010"\n"
23011"In entrambi i casi, una volta finito, continua con:\n"
23012"\n"
23013" git rebase --continue\n"
23014
23015#: git-rebase--preserve-merges.sh:834
23016msgid "Error trying to find the author identity to amend commit"
23017msgstr ""
23018"Errore durante la ricerca dell'identità dell'autore per la modifica del "
23019"commit"
23020
23021#: git-rebase--preserve-merges.sh:839
23022msgid ""
23023"You have uncommitted changes in your working tree. Please commit them\n"
23024"first and then run 'git rebase --continue' again."
23025msgstr ""
23026"Ci sono modifiche di cui non è stato eseguito il commit nel tuo albero\n"
23027"di lavoro. Eseguine prima il commit e quindi esegui nuovamente 'git rebase\n"
23028"--continue'."
23029
23030#: git-rebase--preserve-merges.sh:844 git-rebase--preserve-merges.sh:848
23031msgid "Could not commit staged changes."
23032msgstr "Impossibile eseguire il commit delle modifiche in staging."
23033
23034#: git-rebase--preserve-merges.sh:879 git-rebase--preserve-merges.sh:965
23035msgid "Could not execute editor"
23036msgstr "Impossibile eseguire l'editor"
23037
23038#: git-rebase--preserve-merges.sh:900
23039#, sh-format
23040msgid "Could not checkout $switch_to"
23041msgstr "Impossibile eseguire il checkout di $switch_to"
23042
23043#: git-rebase--preserve-merges.sh:907
23044msgid "No HEAD?"
23045msgstr "Nessun'HEAD?"
23046
23047#: git-rebase--preserve-merges.sh:908
23048#, sh-format
23049msgid "Could not create temporary $state_dir"
23050msgstr "Impossibile creare la directory temporanea $state_dir"
23051
23052#: git-rebase--preserve-merges.sh:911
23053msgid "Could not mark as interactive"
23054msgstr "Impossibile contrassegnare come interattivo"
23055
23056#: git-rebase--preserve-merges.sh:943
23057#, sh-format
23058msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
23059msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
23060msgstr[0] "Rebase di $shortrevisions su $shortonto ($todocount comando)"
23061msgstr[1] "Rebase di $shortrevisions su $shortonto ($todocount comandi)"
23062
23063#: git-rebase--preserve-merges.sh:997 git-rebase--preserve-merges.sh:1002
23064msgid "Could not init rewritten commits"
23065msgstr "Impossibile inizializzare i commit riscritti"
23066
23067#: git-sh-setup.sh:89 git-sh-setup.sh:94
23068#, sh-format
23069msgid "usage: $dashless $USAGE"
23070msgstr "uso: $dashless $USAGE"
23071
23072#: git-sh-setup.sh:191
23073#, sh-format
23074msgid "Cannot chdir to $cdup, the toplevel of the working tree"
23075msgstr ""
23076"Impossibile modificare la directory corrente in $cdup, il primo livello "
23077"dell'albero di lavoro"
23078
23079#: git-sh-setup.sh:200 git-sh-setup.sh:207
23080#, sh-format
23081msgid "fatal: $program_name cannot be used without a working tree."
23082msgstr ""
23083"errore fatale: $program_name non può essere usato senza un albero di lavoro."
23084
23085#: git-sh-setup.sh:221
23086msgid "Cannot rebase: You have unstaged changes."
23087msgstr ""
23088"Impossibile eseguire il rebase: ci sono delle modifiche non in staging."
23089
23090#: git-sh-setup.sh:224
23091msgid "Cannot rewrite branches: You have unstaged changes."
23092msgstr ""
23093"Impossibile riscrivere i branch: ci sono delle modifiche non in staging."
23094
23095#: git-sh-setup.sh:227
23096msgid "Cannot pull with rebase: You have unstaged changes."
23097msgstr ""
23098"Impossibile eseguire un pull seguito da un rebase: ci sono delle modifiche "
23099"non in staging."
23100
23101#: git-sh-setup.sh:230
23102#, sh-format
23103msgid "Cannot $action: You have unstaged changes."
23104msgstr "Impossibile eseguire $action: ci sono delle modifiche non in staging."
23105
23106#: git-sh-setup.sh:243
23107msgid "Cannot rebase: Your index contains uncommitted changes."
23108msgstr ""
23109"Impossibile eseguire un rebase:: l'indice contiene modifiche di cui non è "
23110"stato eseguito il commit."
23111
23112#: git-sh-setup.sh:246
23113msgid "Cannot pull with rebase: Your index contains uncommitted changes."
23114msgstr ""
23115"Impossibile eseguire un pull seguito da un rebase: l'indice contiene "
23116"modifiche di cui non è stato eseguito il commit."
23117
23118#: git-sh-setup.sh:249
23119#, sh-format
23120msgid "Cannot $action: Your index contains uncommitted changes."
23121msgstr ""
23122"Impossibile eseguire $action: l'indice contiene modifiche di cui non è stato "
23123"eseguito il commit."
23124
23125#: git-sh-setup.sh:253
23126msgid "Additionally, your index contains uncommitted changes."
23127msgstr ""
23128"Inoltre, l'indice contiene modifiche di cui non è stato eseguito il commit."
23129
23130#: git-sh-setup.sh:373
23131msgid "You need to run this command from the toplevel of the working tree."
23132msgstr "Devi eseguire questo comando dal primo livello dell'albero di lavoro."
23133
23134#: git-sh-setup.sh:378
23135msgid "Unable to determine absolute path of git directory"
23136msgstr "Impossibile determinare il percorso assoluto della directory Git"
23137
23138#. TRANSLATORS: you can adjust this to align "git add -i" status menu
23139#: git-add--interactive.perl:210
23140#, perl-format
23141msgid "%12s %12s %s"
23142msgstr "%20s %32s %s"
23143
23144#: git-add--interactive.perl:211
23145msgid "staged"
23146msgstr "nell'area di staging"
23147
23148#: git-add--interactive.perl:211
23149msgid "unstaged"
23150msgstr "rimosso dall'area di staging"
23151
23152#: git-add--interactive.perl:267 git-add--interactive.perl:292
23153msgid "binary"
23154msgstr "binario"
23155
23156#: git-add--interactive.perl:276 git-add--interactive.perl:330
23157msgid "nothing"
23158msgstr "non fare nulla"
23159
23160#: git-add--interactive.perl:312 git-add--interactive.perl:327
23161msgid "unchanged"
23162msgstr "non modificato"
23163
23164#: git-add--interactive.perl:623
23165#, perl-format
23166msgid "added %d path\n"
23167msgid_plural "added %d paths\n"
23168msgstr[0] "aggiunto %d percorso\n"
23169msgstr[1] "aggiunti %d percorsi\n"
23170
23171#: git-add--interactive.perl:626
23172#, perl-format
23173msgid "updated %d path\n"
23174msgid_plural "updated %d paths\n"
23175msgstr[0] "aggiornato %d percorso\n"
23176msgstr[1] "aggiornati %d percorsi\n"
23177
23178#: git-add--interactive.perl:629
23179#, perl-format
23180msgid "reverted %d path\n"
23181msgid_plural "reverted %d paths\n"
23182msgstr[0] "ripristinato %d percorso\n"
23183msgstr[1] "ripristinati %d percorsi\n"
23184
23185#: git-add--interactive.perl:632
23186#, perl-format
23187msgid "touched %d path\n"
23188msgid_plural "touched %d paths\n"
23189msgstr[0] "eseguito touch su %d percorso\n"
23190msgstr[1] "eseguito touch su %d percorsi\n"
23191
23192#: git-add--interactive.perl:641
23193msgid "Update"
23194msgstr "Aggiorna"
23195
23196#: git-add--interactive.perl:653
23197msgid "Revert"
23198msgstr "Esegui il revert"
23199
23200#: git-add--interactive.perl:676
23201#, perl-format
23202msgid "note: %s is untracked now.\n"
23203msgstr "nota: %s ora non è tracciato.\n"
23204
23205#: git-add--interactive.perl:687
23206msgid "Add untracked"
23207msgstr "Aggiungi file non tracciati"
23208
23209#: git-add--interactive.perl:693
23210msgid "No untracked files.\n"
23211msgstr "Nessun file non tracciato.\n"
23212
23213#: git-add--interactive.perl:1051
23214msgid ""
23215"If the patch applies cleanly, the edited hunk will immediately be\n"
23216"marked for staging."
23217msgstr ""
23218"Se la patch viene applicata senza problemi, l'hunk modificato sarà\n"
23219"contrassegnato immediatamente per l'aggiunta all'area di staging."
23220
23221#: git-add--interactive.perl:1054
23222msgid ""
23223"If the patch applies cleanly, the edited hunk will immediately be\n"
23224"marked for stashing."
23225msgstr ""
23226"Se la patch viene applicata senza problemi, l'hunk modificato sarà\n"
23227"contrassegnato immediatamente per lo stash."
23228
23229#: git-add--interactive.perl:1057
23230msgid ""
23231"If the patch applies cleanly, the edited hunk will immediately be\n"
23232"marked for unstaging."
23233msgstr ""
23234"Se la patch viene applicata senza problemi, l'hunk modificato sarà\n"
23235"contrassegnato immediatamente per la rimozione dall'area di staging."
23236
23237#: git-add--interactive.perl:1060 git-add--interactive.perl:1069
23238#: git-add--interactive.perl:1075
23239msgid ""
23240"If the patch applies cleanly, the edited hunk will immediately be\n"
23241"marked for applying."
23242msgstr ""
23243"Se la patch viene applicata senza problemi, l'hunk modificato sarà\n"
23244"contrassegnato immediatamente per l'applicazione."
23245
23246#: git-add--interactive.perl:1063 git-add--interactive.perl:1066
23247#: git-add--interactive.perl:1072
23248msgid ""
23249"If the patch applies cleanly, the edited hunk will immediately be\n"
23250"marked for discarding."
23251msgstr ""
23252"Se la patch viene applicata senza problemi, l'hunk modificato sarà\n"
23253"contrassegnato immediatamente per la rimozione."
23254
23255#: git-add--interactive.perl:1109
23256#, perl-format
23257msgid "failed to open hunk edit file for writing: %s"
23258msgstr "apertura del file di modifica hunk in scrittura non riuscita: %s"
23259
23260#: git-add--interactive.perl:1110
23261msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
23262msgstr ""
23263"Modalità manuale modifica hunt - vedi la fine del file per una guida "
23264"veloce.\n"
23265
23266#: git-add--interactive.perl:1116
23267#, perl-format
23268msgid ""
23269"---\n"
23270"To remove '%s' lines, make them ' ' lines (context).\n"
23271"To remove '%s' lines, delete them.\n"
23272"Lines starting with %s will be removed.\n"
23273msgstr ""
23274"---\n"
23275"Per rimuovere '%s' righe, rendile righe ' ' (contesto).\n"
23276"Per rimuovere '%s' righe, eliminale.\n"
23277"Le righe che iniziano con %s saranno rimosse.\n"
23278
23279#. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
23280#: git-add--interactive.perl:1124
23281msgid ""
23282"If it does not apply cleanly, you will be given an opportunity to\n"
23283"edit again. If all lines of the hunk are removed, then the edit is\n"
23284"aborted and the hunk is left unchanged.\n"
23285msgstr ""
23286"Se non può essere applicata senza problemi, ti sarà data la possibilità\n"
23287"di modificarla di nuovo. Se tutte le righe dell'hunk saranno state\n"
23288"rimosse, la modifica sarà interrotta e l'hunk non sarà modificato.\n"
23289
23290#: git-add--interactive.perl:1138
23291#, perl-format
23292msgid "failed to open hunk edit file for reading: %s"
23293msgstr "apertura del file di modifica hunk in lettura non riuscita: %s"
23294
23295#. TRANSLATORS: do not translate [y/n]
23296#. The program will only accept that input
23297#. at this point.
23298#. Consider translating (saying "no" discards!) as
23299#. (saying "n" for "no" discards!) if the translation
23300#. of the word "no" does not start with n.
23301#: git-add--interactive.perl:1237
23302msgid ""
23303"Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
23304msgstr ""
23305"L'hunk modificato non può essere applicato senza problemi. Modificarlo di "
23306"nuovo (se rispondi \"no\", sarà eliminato!) [y/n]? "
23307
23308#: git-add--interactive.perl:1246
23309msgid ""
23310"y - stage this hunk\n"
23311"n - do not stage this hunk\n"
23312"q - quit; do not stage this hunk or any of the remaining ones\n"
23313"a - stage this hunk and all later hunks in the file\n"
23314"d - do not stage this hunk or any of the later hunks in the file"
23315msgstr ""
23316"y - aggiungi quest'hunk all'area di staging\n"
23317"n - non aggiungere quest'hunk all'area di staging\n"
23318"q - esci; non aggiungere né quest'hunk né quelli rimanenti all'area di "
23319"staging\n"
23320"a - aggiungi quest'hunk e tutti quelli successivi nel file all'area di "
23321"staging\n"
23322"d - non aggiungere né quest'hunk né quelli successivi nel file all'area di "
23323"staging"
23324
23325#: git-add--interactive.perl:1252
23326msgid ""
23327"y - stash this hunk\n"
23328"n - do not stash this hunk\n"
23329"q - quit; do not stash this hunk or any of the remaining ones\n"
23330"a - stash this hunk and all later hunks in the file\n"
23331"d - do not stash this hunk or any of the later hunks in the file"
23332msgstr ""
23333"y - esegui lo stash di quest'hunk\n"
23334"n - non eseguire lo stash di quest'hunk\n"
23335"q - esci; non eseguire lo stash di quest'hunk né di quelli rimanenti\n"
23336"a - esegui lo stash di quest'hunk e di tutti quelli successivi nel file\n"
23337"d - non eseguire lo stash né di quest'hunk né di quelli successivi nel file"
23338
23339#: git-add--interactive.perl:1258
23340msgid ""
23341"y - unstage this hunk\n"
23342"n - do not unstage this hunk\n"
23343"q - quit; do not unstage this hunk or any of the remaining ones\n"
23344"a - unstage this hunk and all later hunks in the file\n"
23345"d - do not unstage this hunk or any of the later hunks in the file"
23346msgstr ""
23347"y - rimuovi quest'hunk dall'area di staging\n"
23348"n - non rimuovere quest'hunk dall'area di staging\n"
23349"q - esci; non rimuovere né quest'hunk né quelli rimanenti dall'area di "
23350"staging\n"
23351"a - rimuovi quest'hunk e tutti quelli successivi nel file dall'area di "
23352"staging\n"
23353"d - non rimuovere né quest'hunk né quelli successivi nel file dall'area di "
23354"staging"
23355
23356#: git-add--interactive.perl:1264
23357msgid ""
23358"y - apply this hunk to index\n"
23359"n - do not apply this hunk to index\n"
23360"q - quit; do not apply this hunk or any of the remaining ones\n"
23361"a - apply this hunk and all later hunks in the file\n"
23362"d - do not apply this hunk or any of the later hunks in the file"
23363msgstr ""
23364"y - applica quest'hunk all'indice\n"
23365"n - non applicare quest'hunk all'indice\n"
23366"q - esci; non applicare né quest'hunk né quelli rimanenti\n"
23367"a - applica quest'hunk e tutti quelli successivi nel file\n"
23368"d - non applicare né quest'hunk né quelli successivi nel file"
23369
23370#: git-add--interactive.perl:1270 git-add--interactive.perl:1288
23371msgid ""
23372"y - discard this hunk from worktree\n"
23373"n - do not discard this hunk from worktree\n"
23374"q - quit; do not discard this hunk or any of the remaining ones\n"
23375"a - discard this hunk and all later hunks in the file\n"
23376"d - do not discard this hunk or any of the later hunks in the file"
23377msgstr ""
23378"y - rimuovi quest'hunk dall'albero di lavoro\n"
23379"n - non rimuovere quest'hunk dall'albero di lavoro\n"
23380"q - esci; non rimuovere né quest'hunk né quelli rimanenti\n"
23381"a - rimuovi quest'hunk e tutti quelli successivi nel file\n"
23382"d - non rimuovere né quest'hunk né quelli successivi nel file"
23383
23384#: git-add--interactive.perl:1276
23385msgid ""
23386"y - discard this hunk from index and worktree\n"
23387"n - do not discard this hunk from index and worktree\n"
23388"q - quit; do not discard this hunk or any of the remaining ones\n"
23389"a - discard this hunk and all later hunks in the file\n"
23390"d - do not discard this hunk or any of the later hunks in the file"
23391msgstr ""
23392"y - rimuovi quest'hunk dall'indice e dall'albero di lavoro\n"
23393"n - non rimuovere quest'hunk dall'indice e dall'albero di lavoro\n"
23394"q - esci; non rimuovere né quest'hunk né quelli rimanenti\n"
23395"a - rimuovi quest'hunk e tutti quelli successivi nel file\n"
23396"d - non rimuovere né quest'hunk né quelli successivi nel file"
23397
23398#: git-add--interactive.perl:1282
23399msgid ""
23400"y - apply this hunk to index and worktree\n"
23401"n - do not apply this hunk to index and worktree\n"
23402"q - quit; do not apply this hunk or any of the remaining ones\n"
23403"a - apply this hunk and all later hunks in the file\n"
23404"d - do not apply this hunk or any of the later hunks in the file"
23405msgstr ""
23406"y - applica quest'hunk all'indice e all'albero di lavoro\n"
23407"n - non applicare quest'hunk all'indice e all'albero di lavoro\n"
23408"q - esci; non applicare né quest'hunk né quelli rimanenti\n"
23409"a - applica quest'hunk e tutti quelli successivi nel file\n"
23410"d - non applicare né quest'hunk né quelli successivi nel file"
23411
23412#: git-add--interactive.perl:1294
23413msgid ""
23414"y - apply this hunk to worktree\n"
23415"n - do not apply this hunk to worktree\n"
23416"q - quit; do not apply this hunk or any of the remaining ones\n"
23417"a - apply this hunk and all later hunks in the file\n"
23418"d - do not apply this hunk or any of the later hunks in the file"
23419msgstr ""
23420"y - applica quest'hunk all'albero di lavoro\n"
23421"n - non applicare quest'hunk all'albero di lavoro\n"
23422"q - esci; non applicare né quest'hunk né quelli rimanenti\n"
23423"a - applica quest'hunk e tutti quelli successivi nel file\n"
23424"d - non applicare né quest'hunk né quelli successivi nel file"
23425
23426#: git-add--interactive.perl:1309
23427msgid ""
23428"g - select a hunk to go to\n"
23429"/ - search for a hunk matching the given regex\n"
23430"j - leave this hunk undecided, see next undecided hunk\n"
23431"J - leave this hunk undecided, see next hunk\n"
23432"k - leave this hunk undecided, see previous undecided hunk\n"
23433"K - leave this hunk undecided, see previous hunk\n"
23434"s - split the current hunk into smaller hunks\n"
23435"e - manually edit the current hunk\n"
23436"? - print help\n"
23437msgstr ""
23438"g - seleziona un hunk a cui andare\n"
23439"/ - cerca un hunk corrispondente all'espressione regolare data\n"
23440"j - non decidere in merito a quest'hunk, vai al successivo hunk per cui non "
23441"è stata presa una decisione\n"
23442"J - non decidere in merito a quest'hunk, vai all'hunk successivo\n"
23443"k - non decidere in merito a quest'hunk, vai al precedente hunk per cui non "
23444"è stata presa una decisione\n"
23445"K - non decidere in merito a quest'hunk, vai all'hunk precedente\n"
23446"s - suddividi l'hunk corrente in hunk più piccoli\n"
23447"e - modifica manualmente l'hunk corrente\n"
23448"? - stampa una guida\n"
23449
23450#: git-add--interactive.perl:1340
23451msgid "The selected hunks do not apply to the index!\n"
23452msgstr "Gli hunk selezionati non si applicano senza problemi all'indice!\n"
23453
23454#: git-add--interactive.perl:1341
23455msgid "Apply them to the worktree anyway? "
23456msgstr "Vuoi comunque applicarli all'albero di lavoro? "
23457
23458#: git-add--interactive.perl:1344
23459msgid "Nothing was applied.\n"
23460msgstr "Non è stato applicato nulla.\n"
23461
23462#: git-add--interactive.perl:1355
23463#, perl-format
23464msgid "ignoring unmerged: %s\n"
23465msgstr "ignoro ciò che non è stato sottoposto a merge: %s\n"
23466
23467#: git-add--interactive.perl:1364
23468msgid "Only binary files changed.\n"
23469msgstr "Sono stati modificati solo file binari.\n"
23470
23471#: git-add--interactive.perl:1366
23472msgid "No changes.\n"
23473msgstr "Nessuna modifica.\n"
23474
23475#: git-add--interactive.perl:1374
23476msgid "Patch update"
23477msgstr "Aggiornamento patch"
23478
23479#: git-add--interactive.perl:1426
23480#, perl-format
23481msgid "Stage mode change [y,n,q,a,d%s,?]? "
23482msgstr "Modifica modo stage [y,n,q,a,d%s,?]? "
23483
23484#: git-add--interactive.perl:1427
23485#, perl-format
23486msgid "Stage deletion [y,n,q,a,d%s,?]? "
23487msgstr "Eliminazione stage [y,n,q,a,d%s,?]? "
23488
23489#: git-add--interactive.perl:1428
23490#, perl-format
23491msgid "Stage this hunk [y,n,q,a,d%s,?]? "
23492msgstr "Eseguire lo stage di quest'hunk [y,n,q,a,d%s,?]? "
23493
23494#: git-add--interactive.perl:1431
23495#, perl-format
23496msgid "Stash mode change [y,n,q,a,d%s,?]? "
23497msgstr "Modifica modo stash [y,n,q,a,d%s,?]? "
23498
23499#: git-add--interactive.perl:1432
23500#, perl-format
23501msgid "Stash deletion [y,n,q,a,d%s,?]? "
23502msgstr "Eliminazione stash [y,n,q,a,d%s,?]? "
23503
23504#: git-add--interactive.perl:1433
23505#, perl-format
23506msgid "Stash this hunk [y,n,q,a,d%s,?]? "
23507msgstr "Eseguire lo stash di quest'hunk [y,n,q,a,d%s,?]? "
23508
23509#: git-add--interactive.perl:1436
23510#, perl-format
23511msgid "Unstage mode change [y,n,q,a,d%s,?]? "
23512msgstr "Rimozione modifica modo dall'area di staging [y,n,q,a,d%s,?]? "
23513
23514#: git-add--interactive.perl:1437
23515#, perl-format
23516msgid "Unstage deletion [y,n,q,a,d%s,?]? "
23517msgstr "Rimozione eliminazione dall'area di staging [y,n,q,a,d%s,?]? "
23518
23519#: git-add--interactive.perl:1438
23520#, perl-format
23521msgid "Unstage this hunk [y,n,q,a,d%s,?]? "
23522msgstr "Rimuovere quest'hunk dall'area di staging [y,n,q,a,d%s,?]? "
23523
23524#: git-add--interactive.perl:1441
23525#, perl-format
23526msgid "Apply mode change to index [y,n,q,a,d%s,?]? "
23527msgstr "Applicare la modifica modo all'indice [y,n,q,a,d%s,?]? "
23528
23529#: git-add--interactive.perl:1442
23530#, perl-format
23531msgid "Apply deletion to index [y,n,q,a,d%s,?]? "
23532msgstr "Applicare l'eliminazione all'indice [y,n,q,a,d%s,?]? "
23533
23534#: git-add--interactive.perl:1443
23535#, perl-format
23536msgid "Apply this hunk to index [y,n,q,a,d%s,?]? "
23537msgstr "Applicare quest'hunk all'indice [y,n,q,a,d%s,?]? "
23538
23539#: git-add--interactive.perl:1446 git-add--interactive.perl:1461
23540#, perl-format
23541msgid "Discard mode change from worktree [y,n,q,a,d%s,?]? "
23542msgstr "Scartare le modifiche modo dall'albero di lavoro [y,n,q,a,d%s,?]? "
23543
23544#: git-add--interactive.perl:1447 git-add--interactive.perl:1462
23545#, perl-format
23546msgid "Discard deletion from worktree [y,n,q,a,d%s,?]? "
23547msgstr "Scartare l'eliminazione dall'albero di lavoro [y,n,q,a,d%s,?]? "
23548
23549#: git-add--interactive.perl:1448 git-add--interactive.perl:1463
23550#, perl-format
23551msgid "Discard this hunk from worktree [y,n,q,a,d%s,?]? "
23552msgstr "Scartare quest'hunk dall'albero di lavoro [y,n,q,a,d%s,?]? "
23553
23554#: git-add--interactive.perl:1451
23555#, perl-format
23556msgid "Discard mode change from index and worktree [y,n,q,a,d%s,?]? "
23557msgstr ""
23558"Scartare la modifica modo dall'indice e dall'albero di lavoro [y,n,q,a,d"
23559"%s,?]? "
23560
23561#: git-add--interactive.perl:1452
23562#, perl-format
23563msgid "Discard deletion from index and worktree [y,n,q,a,d%s,?]? "
23564msgstr ""
23565"Scartare l'eliminazione dall'indice e dall'albero di lavoro [y,n,q,a,d%s,?]? "
23566
23567#: git-add--interactive.perl:1453
23568#, perl-format
23569msgid "Discard this hunk from index and worktree [y,n,q,a,d%s,?]? "
23570msgstr ""
23571"Scartare quest'hunk dall'indice e dall'albero di lavoro [y,n,q,a,d%s,?]? "
23572
23573#: git-add--interactive.perl:1456
23574#, perl-format
23575msgid "Apply mode change to index and worktree [y,n,q,a,d%s,?]? "
23576msgstr ""
23577"Applicare la modifica modo all'indice e all'albero di lavoro [y,n,q,a,d"
23578"%s,?]? "
23579
23580#: git-add--interactive.perl:1457
23581#, perl-format
23582msgid "Apply deletion to index and worktree [y,n,q,a,d%s,?]? "
23583msgstr ""
23584"Applicare l'eliminazione all'indice e all'albero di lavoro [y,n,q,a,d%s,?]? "
23585
23586#: git-add--interactive.perl:1458
23587#, perl-format
23588msgid "Apply this hunk to index and worktree [y,n,q,a,d%s,?]? "
23589msgstr ""
23590"Applicare quest'hunk all'indice e all'albero di lavoro [y,n,q,a,d%s,?]? "
23591
23592#: git-add--interactive.perl:1466
23593#, perl-format
23594msgid "Apply mode change to worktree [y,n,q,a,d%s,?]? "
23595msgstr "Applicare la modifica modo all'albero di lavoro [y,n,q,a,d%s,?]? "
23596
23597#: git-add--interactive.perl:1467
23598#, perl-format
23599msgid "Apply deletion to worktree [y,n,q,a,d%s,?]? "
23600msgstr "Applicare l'eliminazione all'albero di lavoro [y,n,q,a,d%s,?]? "
23601
23602#: git-add--interactive.perl:1468
23603#, perl-format
23604msgid "Apply this hunk to worktree [y,n,q,a,d%s,?]? "
23605msgstr "Applicare quest'hunk all'albero di lavoro [y,n,q,a,d%s,?]? "
23606
23607#: git-add--interactive.perl:1568
23608msgid "No other hunks to goto\n"
23609msgstr "Nessun altro hunk a cui andare\n"
23610
23611#: git-add--interactive.perl:1575
23612msgid "go to which hunk (<ret> to see more)? "
23613msgstr "a quale hunk desideri andare (premi <Invio> per vederne altri)? "
23614
23615#: git-add--interactive.perl:1577
23616msgid "go to which hunk? "
23617msgstr "a quale hunk desideri andare? "
23618
23619#: git-add--interactive.perl:1586
23620#, perl-format
23621msgid "Invalid number: '%s'\n"
23622msgstr "Numero non valido: '%s'\n"
23623
23624#: git-add--interactive.perl:1591
23625#, perl-format
23626msgid "Sorry, only %d hunk available.\n"
23627msgid_plural "Sorry, only %d hunks available.\n"
23628msgstr[0] "Mi dispiace, è disponibile solo %d hunk.\n"
23629msgstr[1] "Mi dispiace, sono disponibili solo %d hunk.\n"
23630
23631#: git-add--interactive.perl:1617
23632msgid "No other hunks to search\n"
23633msgstr "Nessun altro hunk in cui ricercare\n"
23634
23635#: git-add--interactive.perl:1621
23636msgid "search for regex? "
23637msgstr "cercare un'espressione regolare? "
23638
23639#: git-add--interactive.perl:1634
23640#, perl-format
23641msgid "Malformed search regexp %s: %s\n"
23642msgstr "Espressione regolare di ricerca %s malformata: %s\n"
23643
23644#: git-add--interactive.perl:1644
23645msgid "No hunk matches the given pattern\n"
23646msgstr "Nessun hunk corrisponde al pattern fornito\n"
23647
23648#: git-add--interactive.perl:1656 git-add--interactive.perl:1678
23649msgid "No previous hunk\n"
23650msgstr "Nessun hunk precedente\n"
23651
23652#: git-add--interactive.perl:1665 git-add--interactive.perl:1684
23653msgid "No next hunk\n"
23654msgstr "Nessun hunk successivo\n"
23655
23656#: git-add--interactive.perl:1690
23657msgid "Sorry, cannot split this hunk\n"
23658msgstr "Mi dispiace, non posso suddividere quest'hunk\n"
23659
23660#: git-add--interactive.perl:1696
23661#, perl-format
23662msgid "Split into %d hunk.\n"
23663msgid_plural "Split into %d hunks.\n"
23664msgstr[0] "Suddiviso in %d hunk.\n"
23665msgstr[1] "Suddiviso in %d hunk.\n"
23666
23667#: git-add--interactive.perl:1706
23668msgid "Sorry, cannot edit this hunk\n"
23669msgstr "Mi dispiace, non posso modificare quest'hunk\n"
23670
23671#: git-add--interactive.perl:1752
23672msgid "Review diff"
23673msgstr "Rivedi diff"
23674
23675#. TRANSLATORS: please do not translate the command names
23676#. 'status', 'update', 'revert', etc.
23677#: git-add--interactive.perl:1771
23678msgid ""
23679"status - show paths with changes\n"
23680"update - add working tree state to the staged set of changes\n"
23681"revert - revert staged set of changes back to the HEAD version\n"
23682"patch - pick hunks and update selectively\n"
23683"diff - view diff between HEAD and index\n"
23684"add untracked - add contents of untracked files to the staged set of "
23685"changes\n"
23686msgstr ""
23687"status - visualizza i percorsi con modifiche\n"
23688"update - aggiunge lo stato dell'albero di lavoro all'insieme delle\n"
23689" modifiche nell'area di staging\n"
23690"revert - ripristina l'insieme delle modifiche nell'area di staging\n"
23691" alla versione HEAD\n"
23692"patch - seleziona e aggiorna gli hunk in modo selettivo\n"
23693"diff - visualizza le differenze fra HEAD e l'indice\n"
23694"add untracked - aggiunge i contenuti dei file non tracciati all'insieme di\n"
23695" modifiche nell'area di staging\n"
23696
23697#: git-add--interactive.perl:1788 git-add--interactive.perl:1793
23698#: git-add--interactive.perl:1796 git-add--interactive.perl:1803
23699#: git-add--interactive.perl:1806 git-add--interactive.perl:1813
23700#: git-add--interactive.perl:1817 git-add--interactive.perl:1823
23701msgid "missing --"
23702msgstr "-- mancante"
23703
23704#: git-add--interactive.perl:1819
23705#, perl-format
23706msgid "unknown --patch mode: %s"
23707msgstr "modalità --patch sconosciuta: %s"
23708
23709#: git-add--interactive.perl:1825 git-add--interactive.perl:1831
23710#, perl-format
23711msgid "invalid argument %s, expecting --"
23712msgstr "argomento %s non valido, atteso --"
23713
23714#: git-send-email.perl:138
23715msgid "local zone differs from GMT by a non-minute interval\n"
23716msgstr ""
23717"il fuso orario locale differisce da GMT di un intervallo non multiplo di un "
23718"minuto\n"
23719
23720#: git-send-email.perl:145 git-send-email.perl:151
23721msgid "local time offset greater than or equal to 24 hours\n"
23722msgstr "l'offset del fuso orario locale è maggiore o uguale a 24 ore\n"
23723
23724#: git-send-email.perl:223 git-send-email.perl:229
23725msgid "the editor exited uncleanly, aborting everything"
23726msgstr "l'editor non è terminato regolarmente, interrompo tutte le operazioni"
23727
23728#: git-send-email.perl:310
23729#, perl-format
23730msgid ""
23731"'%s' contains an intermediate version of the email you were composing.\n"
23732msgstr ""
23733"'%s' contiene una versione intermedia dell'e-mail che stavi componendo.\n"
23734
23735#: git-send-email.perl:315
23736#, perl-format
23737msgid "'%s.final' contains the composed email.\n"
23738msgstr "'%s.final' contiene l'e-mail composta.\n"
23739
23740#: git-send-email.perl:408
23741msgid "--dump-aliases incompatible with other options\n"
23742msgstr "--dump-aliases non è compatibile con altre opzioni\n"
23743
23744#: git-send-email.perl:481 git-send-email.perl:683
23745msgid "Cannot run git format-patch from outside a repository\n"
23746msgstr "Impossibile eseguire git format-patch al di fuori di un repository\n"
23747
23748#: git-send-email.perl:484
23749msgid ""
23750"`batch-size` and `relogin` must be specified together (via command-line or "
23751"configuration option)\n"
23752msgstr ""
23753"`batch-size` e `relogin` devono essere specificati insieme (sulla riga di "
23754"comando o tramite un'opzione di configurazione)\n"
23755
23756#: git-send-email.perl:497
23757#, perl-format
23758msgid "Unknown --suppress-cc field: '%s'\n"
23759msgstr "Campo --suppress-cc sconosciuto: '%s'\n"
23760
23761#: git-send-email.perl:528
23762#, perl-format
23763msgid "Unknown --confirm setting: '%s'\n"
23764msgstr "Impostazione --confirm sconosciuta: '%s'\n"
23765
23766#: git-send-email.perl:556
23767#, perl-format
23768msgid "warning: sendmail alias with quotes is not supported: %s\n"
23769msgstr "attenzione: non sono supportati alias sendmail con virgolette: %s\n"
23770
23771#: git-send-email.perl:558
23772#, perl-format
23773msgid "warning: `:include:` not supported: %s\n"
23774msgstr "attenzione: `:include:` non supportato: %s\n"
23775
23776#: git-send-email.perl:560
23777#, perl-format
23778msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
23779msgstr "attenzione: redirezioni `/file` o `|pipe` non supportate: %s\n"
23780
23781#: git-send-email.perl:565
23782#, perl-format
23783msgid "warning: sendmail line is not recognized: %s\n"
23784msgstr "attenzione: riga sendmail non riconosciuta: %s\n"
23785
23786#: git-send-email.perl:649
23787#, perl-format
23788msgid ""
23789"File '%s' exists but it could also be the range of commits\n"
23790"to produce patches for. Please disambiguate by...\n"
23791"\n"
23792" * Saying \"./%s\" if you mean a file; or\n"
23793" * Giving --format-patch option if you mean a range.\n"
23794msgstr ""
23795"Il file '%s' esiste ma tale stringa potrebbe corrispondere\n"
23796"anche all'intervallo di commit per cui generare delle patch.\n"
23797"Specifica qual è il caso corretto...\n"
23798"\n"
23799" * ...usando \"./%s\" se intendi riferirti al file, o...\n"
23800" * ...fornendo l'opzione --format-patch se ti riferisci\n"
23801" a un intervallo.\n"
23802
23803#: git-send-email.perl:670
23804#, perl-format
23805msgid "Failed to opendir %s: %s"
23806msgstr "opendir di %s non riuscita: %s"
23807
23808#: git-send-email.perl:694
23809#, perl-format
23810msgid ""
23811"fatal: %s: %s\n"
23812"warning: no patches were sent\n"
23813msgstr ""
23814"errore fatale: %s: %s\n"
23815"attenzione: non è stata inviata alcuna patch\n"
23816
23817#: git-send-email.perl:705
23818msgid ""
23819"\n"
23820"No patch files specified!\n"
23821"\n"
23822msgstr ""
23823"\n"
23824"Nessun file patch specificato!\n"
23825"\n"
23826
23827#: git-send-email.perl:718
23828#, perl-format
23829msgid "No subject line in %s?"
23830msgstr "Riga oggetto assente in %s?"
23831
23832#: git-send-email.perl:728
23833#, perl-format
23834msgid "Failed to open for writing %s: %s"
23835msgstr "Apertura di %s in scrittura non riuscita: %s"
23836
23837#: git-send-email.perl:739
23838msgid ""
23839"Lines beginning in \"GIT:\" will be removed.\n"
23840"Consider including an overall diffstat or table of contents\n"
23841"for the patch you are writing.\n"
23842"\n"
23843"Clear the body content if you don't wish to send a summary.\n"
23844msgstr ""
23845"Le righe che iniziano con \"GIT:\" saranno rimosse.\n"
23846"Valuta di includere un diffstat globale o un sommario per\n"
23847"la patch che stai scrivendo.\n"
23848"\n"
23849"Rimuovi il corpo se non vuoi inviare un sommario.\n"
23850
23851#: git-send-email.perl:763
23852#, perl-format
23853msgid "Failed to open %s: %s"
23854msgstr "Apertura di %s non riuscita: %s"
23855
23856#: git-send-email.perl:780
23857#, perl-format
23858msgid "Failed to open %s.final: %s"
23859msgstr "Apertura di %s.final non riuscita: %s"
23860
23861#: git-send-email.perl:823
23862msgid "Summary email is empty, skipping it\n"
23863msgstr "E-mail riassuntiva vuota, la ometto\n"
23864
23865#. TRANSLATORS: please keep [y/N] as is.
23866#: git-send-email.perl:858
23867#, perl-format
23868msgid "Are you sure you want to use <%s> [y/N]? "
23869msgstr "Usare <%s> [y/N]? "
23870
23871#: git-send-email.perl:913
23872msgid ""
23873"The following files are 8bit, but do not declare a Content-Transfer-"
23874"Encoding.\n"
23875msgstr ""
23876"I seguenti file sono codificati a 8 bit ma non dichiarano un Content-"
23877"Transfer-Encoding.\n"
23878
23879#: git-send-email.perl:918
23880msgid "Which 8bit encoding should I declare [UTF-8]? "
23881msgstr "Che codifica a 8 bit devo dichiarare [UTF-8]? "
23882
23883#: git-send-email.perl:926
23884#, perl-format
23885msgid ""
23886"Refusing to send because the patch\n"
23887"\t%s\n"
23888"has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
23889"want to send.\n"
23890msgstr ""
23891"Mi rifiuto di eseguire l'invio perché la patch\n"
23892"\t%s\n"
23893"ha come oggetto nel modello '*** SUBJECT HERE ***'. Fornisci l'opzione --"
23894"force se vuoi veramente procedere con l'invio.\n"
23895
23896#: git-send-email.perl:945
23897msgid "To whom should the emails be sent (if anyone)?"
23898msgstr ""
23899"A chi dovranno essere inviate le e-mail (se devono essere inviate a "
23900"qualcuno)?"
23901
23902#: git-send-email.perl:963
23903#, perl-format
23904msgid "fatal: alias '%s' expands to itself\n"
23905msgstr "errore fatale: l'alias '%s' si espande in se stesso\n"
23906
23907#: git-send-email.perl:975
23908msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
23909msgstr ""
23910"Message-ID da usare nell'intestazione In-Reply-To per la prima e-mail (se "
23911"dev'essere usato)? "
23912
23913#: git-send-email.perl:1033 git-send-email.perl:1041
23914#, perl-format
23915msgid "error: unable to extract a valid address from: %s\n"
23916msgstr "errore: impossibile estrarre un indirizzo valido da %s\n"
23917
23918#. TRANSLATORS: Make sure to include [q] [d] [e] in your
23919#. translation. The program will only accept English input
23920#. at this point.
23921#: git-send-email.perl:1045
23922msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
23923msgstr ""
23924"Cosa devo fare con quest'indirizzo? (Esci [q]|scarta [d]|modifica [e]): "
23925
23926#: git-send-email.perl:1362
23927#, perl-format
23928msgid "CA path \"%s\" does not exist"
23929msgstr "Il percorso CA \"%s\" non esiste"
23930
23931#: git-send-email.perl:1445
23932msgid ""
23933" The Cc list above has been expanded by additional\n"
23934" addresses found in the patch commit message. By default\n"
23935" send-email prompts before sending whenever this occurs.\n"
23936" This behavior is controlled by the sendemail.confirm\n"
23937" configuration setting.\n"
23938"\n"
23939" For additional information, run 'git send-email --help'.\n"
23940" To retain the current behavior, but squelch this message,\n"
23941" run 'git config --global sendemail.confirm auto'.\n"
23942"\n"
23943msgstr ""
23944" L'elenco Cc di cui sopra è stato espanso aggiungendo\n"
23945" indirizzi aggiuntivi trovati nel messaggio di commit della\n"
23946" patch. Per impostazione predefinita send-email richiede\n"
23947" come procedere prima dell'invio ogniqualvolta si verifichi\n"
23948" tale evenienza. Questo comportamento è controllato\n"
23949" dall'impostazione di configurazione sendemail.confirm.\n"
23950"\n"
23951" Per ulteriori informazioni, esegui 'git send-email --help'.\n"
23952" Per mantenere il comportamento corrente, ma non\n"
23953" visualizzare più questo messaggio, esegui 'git config\n"
23954" --global sendemail.confirm auto'.\n"
23955"\n"
23956
23957#. TRANSLATORS: Make sure to include [y] [n] [e] [q] [a] in your
23958#. translation. The program will only accept English input
23959#. at this point.
23960#: git-send-email.perl:1460
23961msgid "Send this email? ([y]es|[n]o|[e]dit|[q]uit|[a]ll): "
23962msgstr ""
23963"Inviare quest'e-mail? (Sì [y]|[n]o|modifica [e]|esci [q]|invia tutte [a]): "
23964
23965#: git-send-email.perl:1463
23966msgid "Send this email reply required"
23967msgstr "È richiesta una risposta alla richiesta di invio e-mail"
23968
23969#: git-send-email.perl:1491
23970msgid "The required SMTP server is not properly defined."
23971msgstr "Il server SMTP richiesto non è definito in modo adeguato."
23972
23973#: git-send-email.perl:1538
23974#, perl-format
23975msgid "Server does not support STARTTLS! %s"
23976msgstr "Il server non supporta STARTTLS! %s"
23977
23978#: git-send-email.perl:1543 git-send-email.perl:1547
23979#, perl-format
23980msgid "STARTTLS failed! %s"
23981msgstr "STARTTLS non riuscito! %s"
23982
23983#: git-send-email.perl:1556
23984msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
23985msgstr ""
23986"Impossibile inizializzare SMTP in modo adeguato. Controlla la configurazione "
23987"e usa --smtp-debug."
23988
23989#: git-send-email.perl:1574
23990#, perl-format
23991msgid "Failed to send %s\n"
23992msgstr "Invio di %s non riuscito\n"
23993
23994#: git-send-email.perl:1577
23995#, perl-format
23996msgid "Dry-Sent %s\n"
23997msgstr "Test invio %s riuscito\n"
23998
23999#: git-send-email.perl:1577
24000#, perl-format
24001msgid "Sent %s\n"
24002msgstr "%s inviato\n"
24003
24004#: git-send-email.perl:1579
24005msgid "Dry-OK. Log says:\n"
24006msgstr "Esecuzione di prova riuscita. Il registro è il seguente:\n"
24007
24008#: git-send-email.perl:1579
24009msgid "OK. Log says:\n"
24010msgstr "Operazione riuscita. Il registro è il seguente:\n"
24011
24012#: git-send-email.perl:1591
24013msgid "Result: "
24014msgstr "Risultato: "
24015
24016#: git-send-email.perl:1594
24017msgid "Result: OK\n"
24018msgstr "Risultato: OK\n"
24019
24020#: git-send-email.perl:1612
24021#, perl-format
24022msgid "can't open file %s"
24023msgstr "impossibile aprire il file %s"
24024
24025#: git-send-email.perl:1659 git-send-email.perl:1679
24026#, perl-format
24027msgid "(mbox) Adding cc: %s from line '%s'\n"
24028msgstr "(mbox) Aggiungo cc: %s dalla riga '%s'\n"
24029
24030#: git-send-email.perl:1665
24031#, perl-format
24032msgid "(mbox) Adding to: %s from line '%s'\n"
24033msgstr "(mbox) Aggiungo to: %s dalla riga '%s'\n"
24034
24035#: git-send-email.perl:1718
24036#, perl-format
24037msgid "(non-mbox) Adding cc: %s from line '%s'\n"
24038msgstr "(non mbox) Aggiungo cc: %s dalla riga '%s'\n"
24039
24040#: git-send-email.perl:1753
24041#, perl-format
24042msgid "(body) Adding cc: %s from line '%s'\n"
24043msgstr "(corpo) Aggiungo cc: %s dalla riga '%s'\n"
24044
24045#: git-send-email.perl:1864
24046#, perl-format
24047msgid "(%s) Could not execute '%s'"
24048msgstr "(%s) Impossibile eseguire '%s'"
24049
24050#: git-send-email.perl:1871
24051#, perl-format
24052msgid "(%s) Adding %s: %s from: '%s'\n"
24053msgstr "(%s) Aggiungo %s: %s da: '%s'\n"
24054
24055#: git-send-email.perl:1875
24056#, perl-format
24057msgid "(%s) failed to close pipe to '%s'"
24058msgstr "(%s) chiusura della pipe a '%s' non riuscita"
24059
24060#: git-send-email.perl:1905
24061msgid "cannot send message as 7bit"
24062msgstr "impossibile inviare il messaggio con codifica a 7 bit"
24063
24064#: git-send-email.perl:1913
24065msgid "invalid transfer encoding"
24066msgstr "codifica di trasferimento non valida"
24067
24068#: git-send-email.perl:1954 git-send-email.perl:2006 git-send-email.perl:2016
24069#, perl-format
24070msgid "unable to open %s: %s\n"
24071msgstr "impossibile aprire %s: %s\n"
24072
24073#: git-send-email.perl:1957
24074#, perl-format
24075msgid "%s: patch contains a line longer than 998 characters"
24076msgstr "%s: la patch contiene una riga più lunga di 998 caratteri"
24077
24078#: git-send-email.perl:1974
24079#, perl-format
24080msgid "Skipping %s with backup suffix '%s'.\n"
24081msgstr "Salto %s con il suffisso di backup '%s'.\n"
24082
24083#. TRANSLATORS: please keep "[y|N]" as is.
24084#: git-send-email.perl:1978
24085#, perl-format
24086msgid "Do you really want to send %s? [y|N]: "
24087msgstr "Inviare %s? [y|N]: "
24088
24089#~ msgid "Server supports multi_ack_detailed"
24090#~ msgstr "Il server supporta multi_ack_detailes"
24091
24092#~ msgid "Server supports no-done"
24093#~ msgstr "Il server supporta no-done"
24094
24095#~ msgid "Server supports multi_ack"
24096#~ msgstr "Il server supporta multi_ack"
24097
24098#~ msgid "Server supports side-band-64k"
24099#~ msgstr "Il server supporta side-band-64k"
24100
24101#~ msgid "Server supports side-band"
24102#~ msgstr "Il server supporta side-band"
24103
24104#~ msgid "Server supports allow-tip-sha1-in-want"
24105#~ msgstr "Il server supporta allow-tip-sha1-in-want"
24106
24107#~ msgid "Server supports allow-reachable-sha1-in-want"
24108#~ msgstr "Il server supporta allow-reachable-sha1-in-want"
24109
24110#~ msgid "Server supports ofs-delta"
24111#~ msgstr "Il server supporta ofs-delta"
24112
24113#~ msgid "(HEAD detached at %s)"
24114#~ msgstr "(HEAD scollegato su %s)"
24115
24116#~ msgid "(HEAD detached from %s)"
24117#~ msgstr "(HEAD scollegato da %s)"
24118
24119#~ msgid "Checking out files"
24120#~ msgstr "Checkout dei file in corso"
24121
24122#~ msgid "cannot be interactive without stdin connected to a terminal."
24123#~ msgstr ""
24124#~ "impossibile eseguire l'attività in modalità interattiva con lo standard "
24125#~ "input non collegato a un terminale."
24126
24127#~ msgid "failed to open '%s'"
24128#~ msgstr "apertura di '%s' non riuscita"
24129
24130#~ msgid "failed to stat %s\n"
24131#~ msgstr "stat di %s non riuscito\n"
24132
24133#~ msgid ""
24134#~ "If you wish to skip this commit, use:\n"
24135#~ "\n"
24136#~ " git reset\n"
24137#~ "\n"
24138#~ "Then \"git cherry-pick --continue\" will resume cherry-picking\n"
24139#~ "the remaining commits.\n"
24140#~ msgstr ""
24141#~ "Se vuoi ignorare questo commit, usa:\n"
24142#~ "\n"
24143#~ " git reset\n"
24144#~ "\n"
24145#~ "Quindi il comando \"git cherry-pick --continue\" farà riprendere\n"
24146#~ "il cherry picking per i commit rimanenti.\n"
24147
24148#~ msgid "unrecognized verb: %s"
24149#~ msgstr "verbo non riconosciuto: %s"
24150
24151#~ msgid "hash version %X does not match version %X"
24152#~ msgstr "la versione dell'hash %X non corrisponde alla versione %X"
24153
24154#~ msgid "option '%s' requires a value"
24155#~ msgstr "l'opzione '%s' richiede un valore"
24156
24157#~ msgid "could not transform the todo list"
24158#~ msgstr "impossibile trasformare l'elenco todo"
24159
24160#~ msgid "default"
24161#~ msgstr "impostazione predefinita"
24162
24163#~ msgid "Could not create directory '%s'"
24164#~ msgstr "Non è stato possibile creare la directory '%s'"
24165
24166#, fuzzy
24167#~ msgid "could not open %s"
24168#~ msgstr "impossibile aprire '%s'"
24169
24170#, fuzzy
24171#~ msgid "Could not move back to $head_name"
24172#~ msgstr "Non è stato possibile rimuovere il branch %s"
24173
24174#, fuzzy
24175#~ msgid "fatal: cannot combine '--signoff' with '--preserve-merges'"
24176#~ msgstr "Impossibile combinare --no-ff con --ff-only."
24177
24178#, fuzzy
24179#~ msgid "fatal: cannot combine '--preserve-merges' with '--rebase-merges'"
24180#~ msgstr "Impossibile combinare --no-ff con --ff-only."
24181
24182#, fuzzy
24183#~ msgid "fatal: cannot combine '--rebase-merges' with '--strategy-option'"
24184#~ msgstr "Impossibile combinare --no-ff con --ff-only."
24185
24186#, fuzzy
24187#~ msgid "fatal: cannot combine '--rebase-merges' with '--strategy'"
24188#~ msgstr "Impossibile combinare --no-ff con --ff-only."
24189
24190#, fuzzy
24191#~ msgid "Does not point to a valid commit: $onto_name"
24192#~ msgstr "'%s' non punta ad un commit"
24193
24194#, fuzzy
24195#~ msgid "Changes to $onto:"
24196#~ msgstr "Modifiche di cui verrà eseguito il commit:"
24197
24198#~ msgid "ignoring unknown color-moved-ws mode '%s'"
24199#~ msgstr "modalità color-moved-ws sconosciuta '%s' ignorata"
24200
24201#~ msgid "only 'tree:0' is supported"
24202#~ msgstr "è supportato solo 'tree:0'"
24203
24204#~ msgid "Renaming %s to %s and %s to %s instead"
24205#~ msgstr "Ridenomino %s in %s e %s in %s"
24206
24207#~ msgid "Adding merged %s"
24208#~ msgstr "Aggiunta elemento sottoposto a merge %s"
24209
24210#~ msgid "Internal error"
24211#~ msgstr "Errore interno"
24212
24213#~ msgid "mainline was specified but commit %s is not a merge."
24214#~ msgstr "è stato specificato mainline ma il commit %s non è un merge."
24215
24216#~ msgid "unable to write sha1 filename %s"
24217#~ msgstr "impossibile scrivere il file sha1 con nome %s"
24218
24219#~ msgid "cannot read sha1_file for %s"
24220#~ msgstr "impossibile leggere il file sha1 per %s"
24221
24222#~ msgid "unrecognised option: '$arg'"
24223#~ msgstr "opzione non riconosciuta: '$arg'"
24224
24225#~ msgid "'$invalid' is not a valid commit"
24226#~ msgstr "'$invalid' non è un commit valido"
24227
24228#, fuzzy
24229#~ msgid "could not parse '%s' (looking for '%s')"
24230#~ msgstr "non è stato possibile leggere il file di log '%s'"
24231
24232#, fuzzy
24233#~ msgid "Can't stat %s"
24234#~ msgstr "impossibile eseguire lo stat di '%s'"
24235
24236#~ msgid "No such remote: %s"
24237#~ msgstr "Remote non esistente: %s"
24238
24239#~ msgid " %d file changed"
24240#~ msgid_plural " %d files changed"
24241#~ msgstr[0] " %d file modificato"
24242#~ msgstr[1] " %d file modificati"
24243
24244#~ msgid ", %d insertion(+)"
24245#~ msgid_plural ", %d insertions(+)"
24246#~ msgstr[0] ", %d inserzione(+)"
24247#~ msgstr[1] ", %d inserzioni(+)"
24248
24249#~ msgid ", %d deletion(-)"
24250#~ msgid_plural ", %d deletions(-)"
24251#~ msgstr[0] ". %d rimozione(-)"
24252#~ msgstr[1] ", %d rimozioni(-)"
24253
24254#~ msgid "could not run gpg."
24255#~ msgstr "non è stato possibile eseguire gpg."
24256
24257#~ msgid "gpg did not accept the data"
24258#~ msgstr "gpg non ha accettato i dati"
24259
24260#~ msgid "'%s': %s"
24261#~ msgstr "'%s': %s"
24262
24263#~ msgid "in %0.1f seconds automatically..."
24264#~ msgstr "automaticamente tra %0.1f secondi..."
24265
24266#~ msgid "You do not have a valid HEAD"
24267#~ msgstr "Non hai un HEAD valido"
24268
24269#~ msgid "unable to look up current user in the passwd file: %s"
24270#~ msgstr "impossibile trovare l'utente corrente nel file passwd: %s"
24271
24272#~ msgid "no such user"
24273#~ msgstr "utente non esistente"
24274
24275#~ msgid "bug"
24276#~ msgstr "bug"
24277
24278#~ msgid "copied: %s -> %s"
24279#~ msgstr "copiato: %s -> %s"
24280
24281#~ msgid "deleted: %s"
24282#~ msgstr "eliminato: %s"
24283
24284#~ msgid "modified: %s"
24285#~ msgstr "modificato: %s"
24286
24287#~ msgid "renamed: %s -> %s"
24288#~ msgstr "rinominato: %s -> %s"
24289
24290#~ msgid ", behind "
24291#~ msgstr ", indietro "
24292
24293#~ msgid "no files added"
24294#~ msgstr "nessun file aggiunto"
24295
24296#~ msgid "oops"
24297#~ msgstr "oops"
24298
24299#~ msgid "%s: has been deleted/renamed"
24300#~ msgstr "%s: è stata eliminata/rinominata"
24301
24302#~ msgid "[%s: ahead %d]"
24303#~ msgstr "[%s: avanti %d]"
24304
24305#~ msgid "diff_setup_done failed"
24306#~ msgstr "diff_setup_done non riuscito"
24307
24308#~ msgid "--detach cannot be used with -b/-B/--orphan"
24309#~ msgstr "--detach non può essere usata con -b/-B/--orphan"
24310
24311#~ msgid "--detach cannot be used with -t"
24312#~ msgstr "--detach non può essere usata con -t"
24313
24314#~ msgid "--orphan cannot be used with -t"
24315#~ msgstr "--orphan non può essere usata con -t"
24316
24317#~ msgid "git checkout: -f and -m are incompatible"
24318#~ msgstr "git checkout: -f e -m non sono compatibili"
24319
24320#~ msgid "No existing author found with '%s'"
24321#~ msgstr "Nessun autore esistente trovato con '%s'"
24322
24323#~ msgid "'%s': not a documentation directory."
24324#~ msgstr "'%s': non è una directory della documentazione."
24325
24326#~ msgid "Reinitialized existing"
24327#~ msgstr "Reinizializzato un esistente"
24328
24329#~ msgid "Initialized empty"
24330#~ msgstr "Inizializzato un"
24331
24332#~ msgid " shared"
24333#~ msgstr " condiviso"
24334
24335#~ msgid "Writing SQUASH_MSG"
24336#~ msgstr "Scrittura di SQUASH_MSG"
24337
24338#~ msgid "Finishing SQUASH_MSG"
24339#~ msgstr "Completamento di SQUASH_MSG"
24340
24341#~ msgid "tag name too long: %.*s..."
24342#~ msgstr "nome tag troppo lungo: %.*s..."
24343
24344#~ msgid "tag header too big."
24345#~ msgstr "intestazione del tag troppo grande."
24346
24347#~ msgid "You need to set your committer info first"
24348#~ msgstr "È necessario impostare le informazioni sul committer"
24349
24350#~ msgid ""
24351#~ "When you have resolved this problem run \"$cmdline --resolved\".\n"
24352#~ "If you would prefer to skip this patch, instead run \"$cmdline --skip\".\n"
24353#~ "To restore the original branch and stop patching run \"$cmdline --abort\"."
24354#~ msgstr ""
24355#~ "Quando hai risolto il problema esegui \"$cmdline --resolved\".\n"
24356#~ "Se vuoi saltare questa patch, esegui invece \"$cmdline --skip\".\n"
24357#~ "Per ripristinare il branch originale e interrompere l'applicazione delle "
24358#~ "patch esegui \"$cmdline --abort\"."
24359
24360#~ msgid "Patch format $patch_format is not supported."
24361#~ msgstr "Il formato patch $patch_format non è supportato."
24362
24363#~ msgid "Please make up your mind. --skip or --abort?"
24364#~ msgstr "Per favore, deciditi. --skip o --abort?"
24365
24366#~ msgid "Patch does not have a valid e-mail address."
24367#~ msgstr "La patch non contiene un indirizzo email valido."
24368
24369#~ msgid "Patch failed at $msgnum $FIRSTLINE"
24370#~ msgstr "Patch non riuscita a $msgnum $FIRSTLINE"
24371
24372#~ msgid "Please call 'bisect_state' with at least one argument."
24373#~ msgstr "Per favore, chiama 'bisect_state' con almeno un argomento."
24374
24375#~ msgid ""
24376#~ "error: unknown option for 'stash save': $option\n"
24377#~ " To provide a message, use git stash save -- '$option'"
24378#~ msgstr ""
24379#~ "errore: opzione sconosciuta per 'stash save': $option\n"
24380#~ " Per aggiungere un messaggio, usare git stash save -- '$option'"
24381
24382#~ msgid "Stopping at '$sm_path'; script returned non-zero status."
24383#~ msgstr ""
24384#~ "Interruzione a '$sm_path'; lo script ha restituito uno stato diverso da "
24385#~ "zero."
24386
24387#~ msgid "--"
24388#~ msgstr "--"
24389
24390#~ msgid "Could not extract email from committer identity."
24391#~ msgstr ""
24392#~ "Non è stato possibile estrarre l'indirizzo email dall'identità del "
24393#~ "committer."