l10n: it.po: update the Italian translation for v2.23.0
Update the Italian translation for Git v2.23.0 (l10n round 1), as well as adding some minor localization fixes. Signed-off-by: Alessandro Menti <alessandro.menti@alessandromenti.it>
Alessandro Menti committed
Aug 1, 2019 at 09:32 UTC
f46393cbfb4533bd8de44ffdb1c43da6e205fefd
1 file changed
+3724
-3118
po/it.po
+3724
-3118
@@ -11,8 +11,8 @@ msgid ""
11
msgstr ""
12
"Project-Id-Version: Git\n"
13
"Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
14
-"POT-Creation-Date: 2019-06-04 08:24+0800\n"
15
-"PO-Revision-Date: 2019-06-27 20:16+0200\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"
@@ -20,51 +20,51 @@ msgstr ""
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.2\n"
23
+"X-Generator: Lokalize 19.04.3\n"
24
25
-#: advice.c:103
25
+#: advice.c:109
26
#, c-format
27
msgid "%shint: %.*s%s\n"
28
msgstr "%ssuggerimento: %.*s%s\n"
29
30
-#: advice.c:156
30
+#: advice.c:162
31
msgid "Cherry-picking is not possible because you have unmerged files."
32
msgstr ""
33
"Il cherry picking non è possibile perché ci sono file di cui non è stato "
34
"eseguito il merge."
35
36
-#: advice.c:158
36
+#: advice.c:164
37
msgid "Committing is not possible because you have unmerged files."
38
msgstr ""
39
"Il commit non è possibile perché ci sono file di cui non è stato eseguito il "
40
"merge."
41
42
-#: advice.c:160
42
+#: advice.c:166
43
msgid "Merging is not possible because you have unmerged files."
44
msgstr ""
45
"Il merge non è possibile perché ci sono file di cui non è stato eseguito il "
46
"merge."
47
48
-#: advice.c:162
48
+#: advice.c:168
49
msgid "Pulling is not possible because you have unmerged files."
50
msgstr ""
51
"Il pull non è possibile perché ci sono file di cui non è stato eseguito il "
52
"merge."
53
54
-#: advice.c:164
54
+#: advice.c:170
55
msgid "Reverting is not possible because you have unmerged files."
56
msgstr ""
57
"Il revert non è possibile perché ci sono file di cui non è stato eseguito il "
58
"merge."
59
60
-#: advice.c:166
60
+#: advice.c:172
61
#, c-format
62
msgid "It is not possible to %s because you have unmerged files."
63
msgstr ""
64
"Impossibile eseguire il %s perché ci sono file di cui non è stato eseguito "
65
"il merge."
66
67
-#: advice.c:174
67
+#: advice.c:180
68
msgid ""
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."
@@ -72,51 +72,65 @@ msgstr ""
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:182
75
+#: advice.c:188
76
msgid "Exiting because of an unresolved conflict."
77
msgstr "Esco a causa di un conflitto non risolto."
78
79
-#: advice.c:187 builtin/merge.c:1320
79
+#: advice.c:193 builtin/merge.c:1327
80
msgid "You have not concluded your merge (MERGE_HEAD exists)."
81
msgstr "Il merge non è stato concluso (esiste MERGE_HEAD)."
82
83
-#: advice.c:189
83
+#: advice.c:195
84
msgid "Please, commit your changes before merging."
85
msgstr "Esegui il commit delle modifiche prima di eseguire il merge."
86
87
-#: advice.c:190
87
+#: advice.c:196
88
msgid "Exiting because of unfinished merge."
89
msgstr "Esco a causa di un merge non terminato."
90
91
-#: advice.c:196
91
+#: advice.c:202
92
#, c-format
93
msgid ""
94
-"Note: checking out '%s'.\n"
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 performing another checkout.\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 -b with the checkout command again. Example:\n"
101
+"do so (now or later) by using -c with the switch command. Example:\n"
102
"\n"
103
-" git checkout -b <new-branch-name>\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"
112
msgstr ""
113
"Nota: eseguo il checkout di '%s'.\n"
114
"\n"
108
-"Sei nello stato 'HEAD scollegato'. Puoi dare un'occhiata, apportare "
109
-"modifiche\n"
110
-"sperimentali ed eseguirne il commit, e puoi scartare qualunque commit "
111
-"eseguito\n"
112
-"in questo stato senza che ciò abbia alcuna influenza sugli altri branch "
113
-"eseguendo\n"
114
-"un nuovo checkout.\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"
117
-"(ora o in seguito) rieseguendo il checkout con il parametro -b. Ad esempio:\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"
119
-" git checkout -b <nome-nuovo-branch>\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
@@ -127,95 +141,95 @@ msgstr "la riga di comando termina con \\"
141
msgid "unclosed quote"
142
msgstr "virgolette non chiuse"
143
130
-#: apply.c:63
144
+#: apply.c:69
145
#, c-format
146
msgid "unrecognized whitespace option '%s'"
147
msgstr "opzione spazi bianchi '%s' non riconosciuta"
148
135
-#: apply.c:79
149
+#: apply.c:85
150
#, c-format
151
msgid "unrecognized whitespace ignore option '%s'"
152
msgstr "opzione ignora spazi bianchi '%s' non riconosciuta"
153
140
-#: apply.c:129
154
+#: apply.c:135
155
msgid "--reject and --3way cannot be used together."
156
msgstr "--reject e --3way non possono essere usati insieme."
157
144
-#: apply.c:131
158
+#: apply.c:137
159
msgid "--cached and --3way cannot be used together."
160
msgstr "--cached e --3way non possono essere usati insieme."
161
148
-#: apply.c:134
162
+#: apply.c:140
163
msgid "--3way outside a repository"
164
msgstr "--3way al di fuori di un repository"
165
152
-#: apply.c:145
166
+#: apply.c:151
167
msgid "--index outside a repository"
168
msgstr "--index al di fuori di un repository"
169
156
-#: apply.c:148
170
+#: apply.c:154
171
msgid "--cached outside a repository"
172
msgstr "--cached al di fuori di un repository"
173
160
-#: apply.c:829
174
+#: apply.c:801
175
#, c-format
176
msgid "Cannot prepare timestamp regexp %s"
177
msgstr "Impossibile preparare l'espressione regolare timestamp %s"
178
165
-#: apply.c:838
179
+#: apply.c:810
180
#, c-format
181
msgid "regexec returned %d for input: %s"
182
msgstr "regexec ha restituito %d per l'input: %s"
183
170
-#: apply.c:912
184
+#: apply.c:884
185
#, c-format
186
msgid "unable to find filename in patch at line %d"
187
msgstr "impossibile trovare il nome del file nella patch alla riga %d"
188
175
-#: apply.c:950
189
+#: apply.c:922
190
#, c-format
191
msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
192
msgstr ""
193
"git apply: git-diff errato - atteso /dev/null, ricevuto %s alla riga %d"
194
181
-#: apply.c:956
195
+#: apply.c:928
196
#, c-format
197
msgid "git apply: bad git-diff - inconsistent new filename on line %d"
198
msgstr ""
199
"git apply: git-diff errato - nuovo nome del file inconsistente alla riga %d"
200
187
-#: apply.c:957
201
+#: apply.c:929
202
#, c-format
203
msgid "git apply: bad git-diff - inconsistent old filename on line %d"
204
msgstr ""
205
"git apply: git-diff errato - vecchio nome del file inconsistente alla riga %d"
206
193
-#: apply.c:962
207
+#: apply.c:934
208
#, c-format
209
msgid "git apply: bad git-diff - expected /dev/null on line %d"
210
msgstr "git apply: git-diff errato - atteso /dev/null alla riga %d"
211
198
-#: apply.c:991
212
+#: apply.c:963
213
#, c-format
214
msgid "invalid mode on line %d: %s"
201
-msgstr "modalità non valida alla riga %d: %s"
215
+msgstr "modo non valido alla riga %d: %s"
216
203
-#: apply.c:1310
217
+#: apply.c:1282
218
#, c-format
219
msgid "inconsistent header lines %d and %d"
220
msgstr "righe di intestazione %d e %d inconsistenti"
221
208
-#: apply.c:1482
222
+#: apply.c:1460
223
#, c-format
224
msgid "recount: unexpected line: %.*s"
225
msgstr "recount: riga inattesa: %.*s"
226
213
-#: apply.c:1551
227
+#: apply.c:1529
228
#, c-format
229
msgid "patch fragment without header at line %d: %.*s"
230
msgstr "frammento di patch senza intestazione alla riga %d: %.*s"
231
218
-#: apply.c:1571
232
+#: apply.c:1551
233
#, c-format
234
msgid ""
235
"git diff header lacks filename information when removing %d leading pathname "
@@ -230,110 +244,110 @@ msgstr[1] ""
244
"l'intestazione git diff non riporta le informazioni sul file una volta "
245
"rimossi %d componenti iniziali del percorso (riga %d)"
246
233
-#: apply.c:1584
247
+#: apply.c:1564
248
#, c-format
249
msgid "git diff header lacks filename information (line %d)"
250
msgstr "l'intestazione git diff non riporta le informazioni sul file (riga %d)"
251
238
-#: apply.c:1772
252
+#: apply.c:1752
253
msgid "new file depends on old contents"
240
-msgstr "il nuovo file dipende da contenuti precedenti"
254
+msgstr "il nuovo file dipende da vecchi contenuti"
255
242
-#: apply.c:1774
256
+#: apply.c:1754
257
msgid "deleted file still has contents"
258
msgstr "il file eliminato ha ancora dei contenuti"
259
246
-#: apply.c:1808
260
+#: apply.c:1788
261
#, c-format
262
msgid "corrupt patch at line %d"
263
msgstr "patch corrotta alla riga %d"
264
251
-#: apply.c:1845
265
+#: apply.c:1825
266
#, c-format
267
msgid "new file %s depends on old contents"
254
-msgstr "il nuovo file %s dipende da contenuti precedenti"
268
+msgstr "il nuovo file %s dipende da vecchi contenuti"
269
256
-#: apply.c:1847
270
+#: apply.c:1827
271
#, c-format
272
msgid "deleted file %s still has contents"
273
msgstr "il file eliminato %s ha ancora dei contenuti"
274
261
-#: apply.c:1850
275
+#: apply.c:1830
276
#, c-format
277
msgid "** warning: file %s becomes empty but is not deleted"
278
msgstr "** attenzione: il file %s diventa vuoto ma non è eliminato"
279
266
-#: apply.c:1997
280
+#: apply.c:1977
281
#, c-format
282
msgid "corrupt binary patch at line %d: %.*s"
283
msgstr "patch binaria corrotta alla riga %d: %.*s"
284
271
-#: apply.c:2034
285
+#: apply.c:2014
286
#, c-format
287
msgid "unrecognized binary patch at line %d"
288
msgstr "patch binaria non riconosciuta alla riga %d"
289
276
-#: apply.c:2196
290
+#: apply.c:2176
291
#, c-format
292
msgid "patch with only garbage at line %d"
293
msgstr "patch con soli contenuti garbage alla riga %d"
294
281
-#: apply.c:2282
295
+#: apply.c:2262
296
#, c-format
297
msgid "unable to read symlink %s"
298
msgstr "impossibile leggere il collegamento simbolico %s"
299
286
-#: apply.c:2286
300
+#: apply.c:2266
301
#, c-format
302
msgid "unable to open or read %s"
303
msgstr "impossibile aprire o leggere %s"
304
291
-#: apply.c:2945
305
+#: apply.c:2925
306
#, c-format
307
msgid "invalid start of line: '%c'"
308
msgstr "inizio della riga non valido: '%c'"
309
296
-#: apply.c:3066
310
+#: apply.c:3046
311
#, c-format
312
msgid "Hunk #%d succeeded at %d (offset %d line)."
313
msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
314
msgstr[0] "Applicazione frammento %d riuscita alla riga %d (offset: %d riga)."
315
msgstr[1] "Applicazione frammento %d riuscita alla riga %d (offset: %d righe)."
316
303
-#: apply.c:3078
317
+#: apply.c:3058
318
#, c-format
319
msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
320
msgstr "Contesto ridotto a (%ld/%ld) per applicare il frammento alla riga %d"
321
308
-#: apply.c:3084
322
+#: apply.c:3064
323
#, c-format
324
msgid ""
325
"while searching for:\n"
326
"%.*s"
327
msgstr ""
314
-"durante la ricerca per:\n"
328
+"durante la ricerca di:\n"
329
"%.*s"
330
317
-#: apply.c:3106
331
+#: apply.c:3086
332
#, c-format
333
msgid "missing binary patch data for '%s'"
334
msgstr "dati della patch binaria mancanti per '%s'"
335
322
-#: apply.c:3114
336
+#: apply.c:3094
337
#, c-format
338
msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
339
msgstr ""
340
"impossibile applicare una patch binaria al contrario senza l'hunk contrario "
341
"per '%s'"
342
329
-#: apply.c:3161
343
+#: apply.c:3141
344
#, c-format
345
msgid "cannot apply binary patch to '%s' without full index line"
346
msgstr ""
347
"impossibile applicare una patch binaria a '%s' senza la riga d'indice "
348
"completa"
349
336
-#: apply.c:3171
350
+#: apply.c:3151
351
#, c-format
352
msgid ""
353
"the patch applies to '%s' (%s), which does not match the current contents."
@@ -341,434 +355,434 @@ msgstr ""
355
"la patch si applica a '%s' (%s), che non corrisponde ai contenuti correnti "
356
"del file."
357
344
-#: apply.c:3179
358
+#: apply.c:3159
359
#, c-format
360
msgid "the patch applies to an empty '%s' but it is not empty"
347
-msgstr "la patch si applica a un file vuoto '%s' ma non è vuoto"
361
+msgstr "la patch si applica a un file vuoto '%s' ma il file non è vuoto"
362
349
-#: apply.c:3197
363
+#: apply.c:3177
364
#, c-format
365
msgid "the necessary postimage %s for '%s' cannot be read"
366
msgstr "impossibile leggere la postimmagine %s necessaria per '%s'"
367
354
-#: apply.c:3210
368
+#: apply.c:3190
369
#, c-format
370
msgid "binary patch does not apply to '%s'"
371
msgstr "la patch binaria non si applica correttamente a '%s'"
372
359
-#: apply.c:3216
373
+#: apply.c:3196
374
#, c-format
375
msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
376
msgstr ""
377
"la patch binaria su '%s' crea risultati non corretti (atteso %s, ricevuto %s)"
378
365
-#: apply.c:3237
379
+#: apply.c:3217
380
#, c-format
381
msgid "patch failed: %s:%ld"
382
msgstr "patch non riuscita: %s:%ld"
383
370
-#: apply.c:3360
384
+#: apply.c:3340
385
#, c-format
386
msgid "cannot checkout %s"
387
msgstr "impossibile eseguire il checkout di '%s'"
388
375
-#: apply.c:3412 apply.c:3423 apply.c:3469 midx.c:59 setup.c:279
389
+#: apply.c:3392 apply.c:3403 apply.c:3449 midx.c:62 setup.c:279
390
#, c-format
391
msgid "failed to read %s"
392
msgstr "lettura di %s non riuscita"
393
380
-#: apply.c:3420
394
+#: apply.c:3400
395
#, c-format
396
msgid "reading from '%s' beyond a symbolic link"
397
msgstr "lettura di '%s' oltre un collegamento simbolico"
398
385
-#: apply.c:3449 apply.c:3692
399
+#: apply.c:3429 apply.c:3672
400
#, c-format
401
msgid "path %s has been renamed/deleted"
402
msgstr "il percorso %s è stato rinominato/eliminato"
403
390
-#: apply.c:3535 apply.c:3707
404
+#: apply.c:3515 apply.c:3687
405
#, c-format
406
msgid "%s: does not exist in index"
407
msgstr "%s: non esiste nell'indice"
408
395
-#: apply.c:3544 apply.c:3715
409
+#: apply.c:3524 apply.c:3695
410
#, c-format
411
msgid "%s: does not match index"
412
msgstr "%s: non corrisponde all'indice"
413
400
-#: apply.c:3579
414
+#: apply.c:3559
415
msgid "repository lacks the necessary blob to fall back on 3-way merge."
416
msgstr ""
417
"dal repository manca il blob necessario per ripiegare sul merge a tre vie."
418
405
-#: apply.c:3582
419
+#: apply.c:3562
420
#, c-format
421
msgid "Falling back to three-way merge...\n"
422
msgstr "Ripiego sul merge a tre vie...\n"
423
410
-#: apply.c:3598 apply.c:3602
424
+#: apply.c:3578 apply.c:3582
425
#, c-format
426
msgid "cannot read the current contents of '%s'"
427
msgstr "impossibile leggere i contenuti correnti di '%s'"
428
415
-#: apply.c:3614
429
+#: apply.c:3594
430
#, c-format
431
msgid "Failed to fall back on three-way merge...\n"
432
msgstr "Ripiego sul merge a tre vie non riuscito...\n"
433
420
-#: apply.c:3628
434
+#: apply.c:3608
435
#, c-format
436
msgid "Applied patch to '%s' with conflicts.\n"
437
msgstr "Patch applicata a '%s' con conflitti.\n"
438
425
-#: apply.c:3633
439
+#: apply.c:3613
440
#, c-format
441
msgid "Applied patch to '%s' cleanly.\n"
442
msgstr "Patch '%s' applicata correttamente.\n"
443
430
-#: apply.c:3659
444
+#: apply.c:3639
445
msgid "removal patch leaves file contents"
446
msgstr "la rimozione della patch lascia contenuti del file"
447
434
-#: apply.c:3732
448
+#: apply.c:3712
449
#, c-format
450
msgid "%s: wrong type"
451
msgstr "%s: tipo errato"
452
439
-#: apply.c:3734
453
+#: apply.c:3714
454
#, c-format
455
msgid "%s has type %o, expected %o"
456
msgstr "%s ha il tipo %o, atteso %o"
457
444
-#: apply.c:3885 apply.c:3887 read-cache.c:830 read-cache.c:856
458
+#: apply.c:3865 apply.c:3867 read-cache.c:830 read-cache.c:856
459
#: read-cache.c:1309
460
#, c-format
461
msgid "invalid path '%s'"
448
-msgstr "percorso non valido: %s"
462
+msgstr "percorso '%s' non valido"
463
450
-#: apply.c:3943
464
+#: apply.c:3923
465
#, c-format
466
msgid "%s: already exists in index"
467
msgstr "%s: esiste già nell'indice"
468
455
-#: apply.c:3946
469
+#: apply.c:3926
470
#, c-format
471
msgid "%s: already exists in working directory"
472
msgstr "%s: esiste già nella directory di lavoro"
473
460
-#: apply.c:3966
474
+#: apply.c:3946
475
#, c-format
476
msgid "new mode (%o) of %s does not match old mode (%o)"
463
-msgstr ""
464
-"la nuova modalità (%o) di %s non corrisponde alla vecchia modalità (%o)"
477
+msgstr "il nuovo modo (%o) di %s non corrisponde al vecchio modo (%o)"
478
466
-#: apply.c:3971
479
+#: apply.c:3951
480
#, c-format
481
msgid "new mode (%o) of %s does not match old mode (%o) of %s"
469
-msgstr ""
470
-"la nuova modalità (%o) di %s non corrisponde alla vecchia modalità (%o) di %s"
482
+msgstr "il nuovo modo (%o) di %s non corrisponde al vecchio modo (%o) di %s"
483
472
-#: apply.c:3991
484
+#: apply.c:3971
485
#, c-format
486
msgid "affected file '%s' is beyond a symbolic link"
487
msgstr "il file interessato '%s' si trova oltre un collegamento simbolico"
488
477
-#: apply.c:3995
489
+#: apply.c:3975
490
#, c-format
491
msgid "%s: patch does not apply"
492
msgstr "%s: la patch non si applica correttamente"
493
482
-#: apply.c:4010
494
+#: apply.c:3990
495
#, c-format
496
msgid "Checking patch %s..."
497
msgstr "Controllo della patch %s in corso..."
498
487
-#: apply.c:4102
499
+#: apply.c:4082
500
#, c-format
501
msgid "sha1 information is lacking or useless for submodule %s"
502
msgstr "le informazioni SHA1 per il sottomodulo %s sono mancanti o inutili"
503
492
-#: apply.c:4109
504
+#: apply.c:4089
505
#, c-format
506
msgid "mode change for %s, which is not in current HEAD"
495
-msgstr "modifica modalità per %s che non è nell'HEAD corrente"
507
+msgstr "modifica modo per %s che non è nell'HEAD corrente"
508
497
-#: apply.c:4112
509
+#: apply.c:4092
510
#, c-format
511
msgid "sha1 information is lacking or useless (%s)."
512
msgstr "le informazioni SHA1 sono mancanti o inutili (%s)."
513
502
-#: apply.c:4117 builtin/checkout.c:257 builtin/reset.c:143
514
+#: apply.c:4097 builtin/checkout.c:278 builtin/reset.c:143
515
#, c-format
516
msgid "make_cache_entry failed for path '%s'"
517
msgstr "make_cache_entry non riuscito per il percorso '%s'"
518
507
-#: apply.c:4121
519
+#: apply.c:4101
520
#, c-format
521
msgid "could not add %s to temporary index"
522
msgstr "impossibile aggiungere %s all'indice temporaneo"
523
512
-#: apply.c:4131
524
+#: apply.c:4111
525
#, c-format
526
msgid "could not write temporary index to %s"
527
msgstr "impossibile scrivere l'indice temporaneo in %s"
528
517
-#: apply.c:4269
529
+#: apply.c:4249
530
#, c-format
531
msgid "unable to remove %s from index"
532
msgstr "impossibile rimuovere %s dall'indice"
533
522
-#: apply.c:4303
534
+#: apply.c:4283
535
#, c-format
536
msgid "corrupt patch for submodule %s"
537
msgstr "patch corrotta per il sottomodulo %s"
538
527
-#: apply.c:4309
539
+#: apply.c:4289
540
#, c-format
541
msgid "unable to stat newly created file '%s'"
542
msgstr "impossibile eseguire lo stat del file appena creato '%s'"
543
532
-#: apply.c:4317
544
+#: apply.c:4297
545
#, c-format
546
msgid "unable to create backing store for newly created file %s"
547
msgstr "impossibile creare l'archivio di backup per il file appena creato %s"
548
537
-#: apply.c:4323 apply.c:4468
549
+#: apply.c:4303 apply.c:4448
550
#, c-format
551
msgid "unable to add cache entry for %s"
552
msgstr "impossibile aggiungere la voce della cache per %s"
553
542
-#: apply.c:4366
554
+#: apply.c:4346
555
#, c-format
556
msgid "failed to write to '%s'"
557
msgstr "scrittura in '%s' non riuscita"
558
547
-#: apply.c:4370
559
+#: apply.c:4350
560
#, c-format
561
msgid "closing file '%s'"
562
msgstr "chiusura del file '%s' in corso"
563
552
-#: apply.c:4440
564
+#: apply.c:4420
565
#, c-format
566
msgid "unable to write file '%s' mode %o"
555
-msgstr "impossibile scrivere il file '%s' in modalità %o"
567
+msgstr "impossibile scrivere il file '%s' con modo %o"
568
557
-#: apply.c:4538
569
+#: apply.c:4518
570
#, c-format
571
msgid "Applied patch %s cleanly."
572
msgstr "Patch %s applicata correttamente."
573
562
-#: apply.c:4546
574
+#: apply.c:4526
575
msgid "internal error"
576
msgstr "errore interno"
577
566
-#: apply.c:4549
578
+#: apply.c:4529
579
#, c-format
580
msgid "Applying patch %%s with %d reject..."
581
msgid_plural "Applying patch %%s with %d rejects..."
582
msgstr[0] "Applicazione della patch %%s con %d frammento respinto..."
583
msgstr[1] "Applicazione della patch %%s con %d frammenti respinti..."
584
573
-#: apply.c:4560
585
+#: apply.c:4540
586
#, c-format
587
msgid "truncating .rej filename to %.*s.rej"
588
msgstr "nome file .rej troncato a %.*s.rej"
589
578
-#: apply.c:4568 builtin/fetch.c:837 builtin/fetch.c:1118
590
+#: apply.c:4548 builtin/fetch.c:869 builtin/fetch.c:1161
591
#, c-format
592
msgid "cannot open %s"
593
msgstr "impossibile aprire %s"
594
583
-#: apply.c:4582
595
+#: apply.c:4562
596
#, c-format
597
msgid "Hunk #%d applied cleanly."
598
msgstr "Frammento %d applicato correttamente."
599
588
-#: apply.c:4586
600
+#: apply.c:4566
601
#, c-format
602
msgid "Rejected hunk #%d."
603
msgstr "Frammento %d respinto."
604
593
-#: apply.c:4696
605
+#: apply.c:4676
606
#, c-format
607
msgid "Skipped patch '%s'."
608
msgstr "Patch '%s' ignorata."
609
598
-#: apply.c:4704
610
+#: apply.c:4684
611
msgid "unrecognized input"
612
msgstr "input non riconosciuto"
613
602
-#: apply.c:4724
614
+#: apply.c:4704
615
msgid "unable to read index file"
616
msgstr "impossibile leggere il file index"
617
606
-#: apply.c:4879
618
+#: apply.c:4859
619
#, c-format
620
msgid "can't open patch '%s': %s"
621
msgstr "impossibile aprire la patch '%s': %s"
622
611
-#: apply.c:4906
623
+#: apply.c:4886
624
#, c-format
625
msgid "squelched %d whitespace error"
626
msgid_plural "squelched %d whitespace errors"
627
msgstr[0] "%d errore di spazi bianchi soppresso"
628
msgstr[1] "%d errori di spazi bianchi soppressi"
629
618
-#: apply.c:4912 apply.c:4927
630
+#: apply.c:4892 apply.c:4907
631
#, c-format
632
msgid "%d line adds whitespace errors."
633
msgid_plural "%d lines add whitespace errors."
634
msgstr[0] "%d riga aggiunge errori di spazi bianchi."
635
msgstr[1] "%d righe aggiungono errori di spazi bianchi."
636
625
-#: apply.c:4920
637
+#: apply.c:4900
638
#, c-format
639
msgid "%d line applied after fixing whitespace errors."
640
msgid_plural "%d lines applied after fixing whitespace errors."
641
msgstr[0] "%d riga applicata dopo la correzione di errori di spazi bianchi."
642
msgstr[1] "%d righe applicate dopo la correzione di errori di spazi bianchi."
643
632
-#: apply.c:4936 builtin/add.c:540 builtin/mv.c:301 builtin/rm.c:390
644
+#: apply.c:4916 builtin/add.c:540 builtin/mv.c:301 builtin/rm.c:390
645
msgid "Unable to write new index file"
646
msgstr "Impossibile scrivere il nuovo file index"
647
636
-#: apply.c:4963 apply.c:4966 builtin/am.c:2210 builtin/am.c:2213
637
-#: builtin/clone.c:120 builtin/fetch.c:118 builtin/merge.c:271
638
-#: builtin/pull.c:207 builtin/submodule--helper.c:407
639
-#: builtin/submodule--helper.c:1366 builtin/submodule--helper.c:1369
640
-#: builtin/submodule--helper.c:1849 builtin/submodule--helper.c:1852
641
-#: builtin/submodule--helper.c:2091 git-add--interactive.perl:197
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
654
msgid "path"
655
msgstr "percorso"
656
645
-#: apply.c:4964
657
+#: apply.c:4944
658
msgid "don't apply changes matching the given path"
659
msgstr "non applicare le modifiche corrispondenti al percorso specificato"
660
649
-#: apply.c:4967
661
+#: apply.c:4947
662
msgid "apply changes matching the given path"
663
msgstr "applica le modifiche corrispondenti al percorso specificato"
664
653
-#: apply.c:4969 builtin/am.c:2219
665
+#: apply.c:4949 builtin/am.c:2217
666
msgid "num"
667
msgstr "num"
668
657
-#: apply.c:4970
669
+#: apply.c:4950
670
msgid "remove <num> leading slashes from traditional diff paths"
671
msgstr "rimuovi <num> barre iniziali dai percorsi diff tradizionali"
672
661
-#: apply.c:4973
673
+#: apply.c:4953
674
msgid "ignore additions made by the patch"
675
msgstr "ignora le aggiunte create dalla patch"
676
665
-#: apply.c:4975
677
+#: apply.c:4955
678
msgid "instead of applying the patch, output diffstat for the input"
667
-msgstr "invece di applicare la patch, mostra l'output di diffstat per l'input"
679
+msgstr ""
680
+"invece di applicare la patch, visualizza l'output di diffstat per l'input"
681
669
-#: apply.c:4979
682
+#: apply.c:4959
683
msgid "show number of added and deleted lines in decimal notation"
671
-msgstr "mostra il numero di righe aggiunte ed eliminate in notazione decimale"
684
+msgstr ""
685
+"visualizza il numero di righe aggiunte ed eliminate in notazione decimale"
686
673
-#: apply.c:4981
687
+#: apply.c:4961
688
msgid "instead of applying the patch, output a summary for the input"
675
-msgstr "invece di applicare la patch, mostra un riassunto per l'input"
689
+msgstr "invece di applicare la patch, visualizza un riassunto per l'input"
690
677
-#: apply.c:4983
691
+#: apply.c:4963
692
msgid "instead of applying the patch, see if the patch is applicable"
693
msgstr "invece di applicare la patch, verifica se può essere applicata"
694
681
-#: apply.c:4985
695
+#: apply.c:4965
696
msgid "make sure the patch is applicable to the current index"
697
msgstr "assicura che la patch sia applicabile all'indice corrente"
698
685
-#: apply.c:4987
699
+#: apply.c:4967
700
msgid "mark new files with `git add --intent-to-add`"
701
msgstr "contrassegna i nuovi file con `git add --intent-to-add`"
702
689
-#: apply.c:4989
703
+#: apply.c:4969
704
msgid "apply a patch without touching the working tree"
705
msgstr "applica una patch senza modificare l'albero di lavoro"
706
693
-#: apply.c:4991
707
+#: apply.c:4971
708
msgid "accept a patch that touches outside the working area"
709
msgstr ""
710
"accetta una patch che apporta modifiche al di fuori dell'area di lavoro"
711
698
-#: apply.c:4994
712
+#: apply.c:4974
713
msgid "also apply the patch (use with --stat/--summary/--check)"
714
msgstr "applica anche la patch (da usare con --stat/--summary/--check)"
715
702
-#: apply.c:4996
716
+#: apply.c:4976
717
msgid "attempt three-way merge if a patch does not apply"
718
msgstr "prova un merge a tre vie se la patch non si applica correttamente"
719
706
-#: apply.c:4998
720
+#: apply.c:4978
721
msgid "build a temporary index based on embedded index information"
722
msgstr "compila un index temporaneo basato sulle informazioni indice incluse"
723
710
-#: apply.c:5001 builtin/checkout-index.c:173 builtin/ls-files.c:524
724
+#: apply.c:4981 builtin/checkout-index.c:173 builtin/ls-files.c:524
725
msgid "paths are separated with NUL character"
726
msgstr "i percorsi sono separati con un carattere NUL"
727
714
-#: apply.c:5003
728
+#: apply.c:4983
729
msgid "ensure at least <n> lines of context match"
716
-msgstr "assicura almeno <n> righe di contesto corrispondente"
730
+msgstr "assicura che almeno <n> righe di contesto corrispondano"
731
718
-#: apply.c:5004 builtin/am.c:2198 builtin/interpret-trailers.c:97
719
-#: builtin/interpret-trailers.c:99 builtin/interpret-trailers.c:101
720
-#: builtin/pack-objects.c:3317 builtin/rebase.c:1415
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
735
msgid "action"
736
msgstr "azione"
737
724
-#: apply.c:5005
738
+#: apply.c:4985
739
msgid "detect new or modified lines that have whitespace errors"
740
msgstr "rileva righe nuove o modificate che hanno errori di spazi bianchi"
741
728
-#: apply.c:5008 apply.c:5011
742
+#: apply.c:4988 apply.c:4991
743
msgid "ignore changes in whitespace when finding context"
744
msgstr "ignora modifiche agli spazi bianchi durante la ricerca dei contesti"
745
732
-#: apply.c:5014
746
+#: apply.c:4994
747
msgid "apply the patch in reverse"
748
msgstr "applica la patch in maniera inversa"
749
736
-#: apply.c:5016
750
+#: apply.c:4996
751
msgid "don't expect at least one line of context"
752
msgstr "non aspettare almeno una riga di contesto"
753
740
-#: apply.c:5018
754
+#: apply.c:4998
755
msgid "leave the rejected hunks in corresponding *.rej files"
756
msgstr "lascia i frammenti respinti nei file *.rej corrispondenti"
757
744
-#: apply.c:5020
758
+#: apply.c:5000
759
msgid "allow overlapping hunks"
760
msgstr "consenti la sovrapposizione dei frammenti"
761
748
-#: apply.c:5021 builtin/add.c:291 builtin/check-ignore.c:22
749
-#: builtin/commit.c:1317 builtin/count-objects.c:98 builtin/fsck.c:786
750
-#: builtin/log.c:2045 builtin/mv.c:123 builtin/read-tree.c:128
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
765
msgid "be verbose"
766
msgstr "visualizza ulteriori dettagli"
767
754
-#: apply.c:5023
768
+#: apply.c:5003
769
msgid "tolerate incorrectly detected missing new-line at the end of file"
770
msgstr ""
771
"tollera carattere fine riga rilevato erroneamente come mancante alla fine "
772
"del file"
773
760
-#: apply.c:5026
774
+#: apply.c:5006
775
msgid "do not trust the line counts in the hunk headers"
776
msgstr ""
777
"non fare affidamento sul numero di righe nelle intestazioni dei frammenti"
778
765
-#: apply.c:5028 builtin/am.c:2207
779
+#: apply.c:5008 builtin/am.c:2205
780
msgid "root"
781
msgstr "radice"
782
769
-#: apply.c:5029
783
+#: apply.c:5009
784
msgid "prepend <root> to all filenames"
771
-msgstr "anteponi <root> a tutti i nomi file"
785
+msgstr "anteponi <radice> a tutti i nomi file"
786
787
#: archive.c:14
788
msgid "git archive [<options>] <tree-ish> [<path>...]"
@@ -809,98 +823,98 @@ msgstr "%s non è un nome oggetto valido"
823
msgid "not a tree object: %s"
824
msgstr "%s non è un oggetto albero valido"
825
812
-#: archive.c:424
826
+#: archive.c:426
827
msgid "current working directory is untracked"
828
msgstr "la directory di lavoro corrente non è tracciata"
829
816
-#: archive.c:455
830
+#: archive.c:457
831
msgid "fmt"
832
msgstr "fmt"
833
820
-#: archive.c:455
834
+#: archive.c:457
835
msgid "archive format"
836
msgstr "formato archivio"
837
824
-#: archive.c:456 builtin/log.c:1557
838
+#: archive.c:458 builtin/log.c:1597
839
msgid "prefix"
840
msgstr "prefisso"
841
828
-#: archive.c:457
842
+#: archive.c:459
843
msgid "prepend prefix to each pathname in the archive"
844
msgstr "anteponi <prefisso> a ogni nome percorso nell'archivio"
845
832
-#: archive.c:458 builtin/blame.c:821 builtin/blame.c:822
833
-#: builtin/commit-tree.c:117 builtin/config.c:129 builtin/fast-export.c:1091
834
-#: builtin/fast-export.c:1093 builtin/grep.c:895 builtin/hash-object.c:105
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
851
msgid "file"
852
msgstr "file"
853
840
-#: archive.c:459 builtin/archive.c:90
854
+#: archive.c:461 builtin/archive.c:90
855
msgid "write the archive to this file"
856
msgstr "scrivi l'archivio in questo file"
857
844
-#: archive.c:461
858
+#: archive.c:463
859
msgid "read .gitattributes in working directory"
860
msgstr "leggi il file .gitattributes nella directory di lavoro"
861
848
-#: archive.c:462
862
+#: archive.c:464
863
msgid "report archived files on stderr"
864
msgstr "elenca i file archiviati sullo standard error"
865
852
-#: archive.c:463
866
+#: archive.c:465
867
msgid "store only"
868
msgstr "salva solamente"
869
856
-#: archive.c:464
870
+#: archive.c:466
871
msgid "compress faster"
872
msgstr "comprimi più velocemente"
873
860
-#: archive.c:472
874
+#: archive.c:474
875
msgid "compress better"
876
msgstr "comprimi meglio"
877
864
-#: archive.c:475
878
+#: archive.c:477
879
msgid "list supported archive formats"
880
msgstr "elenca i formati archivio supportati"
881
868
-#: archive.c:477 builtin/archive.c:91 builtin/clone.c:110 builtin/clone.c:113
869
-#: builtin/submodule--helper.c:1378 builtin/submodule--helper.c:1858
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
884
msgid "repo"
885
msgstr "repository"
886
873
-#: archive.c:478 builtin/archive.c:92
887
+#: archive.c:480 builtin/archive.c:92
888
msgid "retrieve the archive from remote repository <repo>"
889
msgstr "recupera l'archivio dal repository remoto <repository>"
890
877
-#: archive.c:479 builtin/archive.c:93 builtin/difftool.c:707
891
+#: archive.c:481 builtin/archive.c:93 builtin/difftool.c:707
892
#: builtin/notes.c:498
893
msgid "command"
894
msgstr "comando"
895
882
-#: archive.c:480 builtin/archive.c:94
896
+#: archive.c:482 builtin/archive.c:94
897
msgid "path to the remote git-upload-archive command"
898
msgstr "percorso al comando remoto git-upload-archive"
899
886
-#: archive.c:487
900
+#: archive.c:489
901
msgid "Unexpected option --remote"
902
msgstr "Opzione --remote inattesa"
903
890
-#: archive.c:489
904
+#: archive.c:491
905
msgid "Option --exec can only be used together with --remote"
906
msgstr "L'opzione --exec può essere usata solo con --remote"
907
894
-#: archive.c:491
908
+#: archive.c:493
909
msgid "Unexpected option --output"
910
msgstr "Opzione --output inattesa"
911
898
-#: archive.c:513
912
+#: archive.c:515
913
#, c-format
914
msgid "Unknown archive format '%s'"
915
msgstr "Formato archivio '%s' sconosciuto"
916
903
-#: archive.c:520
917
+#: archive.c:522
918
#, c-format
919
msgid "Argument not supported for format '%s': -%d"
920
msgstr "Argomento non supportato per il formato '%s': -%d"
@@ -913,7 +927,7 @@ msgstr "impossibile eseguire lo streaming del blob %s"
927
#: archive-tar.c:260 archive-zip.c:363
928
#, c-format
929
msgid "unsupported file mode: 0%o (SHA1: %s)"
916
-msgstr "modalità file non supportata: 0%o (SHA1: %s)"
930
+msgstr "modo file non supportato: 0%o (SHA1: %s)"
931
932
#: archive-tar.c:287 archive-zip.c:353
933
#, c-format
@@ -970,7 +984,7 @@ msgid ""
984
"Use '\\!' for literal leading exclamation."
985
msgstr ""
986
"I pattern negativi sono ignorati negli attributi git\n"
973
-"Usare '\\!' per specificare un punto esclamativo iniziale letteralmente."
987
+"Usa '\\!' per specificare letteralmente un punto esclamativo iniziale."
988
989
#: bisect.c:468
990
#, c-format
@@ -1046,12 +1060,12 @@ msgstr "Bisezione: dev'essere testata una base del merge\n"
1060
msgid "a %s revision is needed"
1061
msgstr "è richiesta una revisione %s"
1062
1049
-#: bisect.c:884 builtin/notes.c:177 builtin/tag.c:248
1063
+#: bisect.c:884 builtin/notes.c:177 builtin/tag.c:254
1064
#, c-format
1065
msgid "could not create file '%s'"
1066
msgstr "impossibile creare il file '%s'"
1067
1054
-#: bisect.c:928 builtin/merge.c:146
1068
+#: bisect.c:928 builtin/merge.c:148
1069
#, c-format
1070
msgid "could not read file '%s'"
1071
msgstr "impossibile leggere il file '%s'"
@@ -1093,41 +1107,41 @@ msgstr[0] ""
1107
msgstr[1] ""
1108
"Bisezione in corso: %d revisioni rimanenti da testare dopo questa %s\n"
1109
1096
-#: blame.c:1794
1110
+#: blame.c:2697
1111
msgid "--contents and --reverse do not blend well."
1112
msgstr "--contents e --reverse non sono compatibili."
1113
1100
-#: blame.c:1808
1114
+#: blame.c:2711
1115
msgid "cannot use --contents with final commit object name"
1116
msgstr "impossibile usare --contents con il nome oggetto del commit finale"
1117
1104
-#: blame.c:1829
1118
+#: blame.c:2732
1119
msgid "--reverse and --first-parent together require specified latest commit"
1120
msgstr ""
1121
"le opzioni --reverse e --first-parent se usate insieme richiedono che sia "
1122
"specificato l'ultimo commit"
1123
1110
-#: blame.c:1838 bundle.c:164 ref-filter.c:2077 remote.c:1938 sequencer.c:2030
1111
-#: sequencer.c:4224 builtin/commit.c:1017 builtin/log.c:382 builtin/log.c:940
1112
-#: builtin/log.c:1428 builtin/log.c:1804 builtin/log.c:2094 builtin/merge.c:415
1113
-#: builtin/pack-objects.c:3140 builtin/pack-objects.c:3155
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
1129
msgid "revision walk setup failed"
1130
msgstr "impostazione percorso revisioni non riuscita"
1131
1118
-#: blame.c:1856
1132
+#: blame.c:2759
1133
msgid ""
1134
"--reverse --first-parent together require range along first-parent chain"
1135
msgstr ""
1136
"le opzioni --reverse e --first-parent se usate insieme richiedono che sia "
1137
"specificato un intervallo nella catena del primo commit genitore"
1138
1125
-#: blame.c:1867
1139
+#: blame.c:2770
1140
#, c-format
1141
msgid "no such path %s in %s"
1142
msgstr "il percorso %s in %s non esiste"
1143
1130
-#: blame.c:1878
1144
+#: blame.c:2781
1145
#, c-format
1146
msgid "cannot read blob %s for path %s"
1147
msgstr "impossibile leggere il blob %s per il percorso %s"
@@ -1269,12 +1283,12 @@ msgstr "Nome oggetto ambiguo: '%s'."
1283
msgid "Not a valid branch point: '%s'."
1284
msgstr "Punto di branch non valido: '%s'."
1285
1272
-#: branch.c:359
1286
+#: branch.c:364
1287
#, c-format
1288
msgid "'%s' is already checked out at '%s'"
1289
msgstr "Il checkout di '%s' è già stato eseguito in '%s'"
1290
1277
-#: branch.c:382
1291
+#: branch.c:387
1292
#, c-format
1293
msgid "HEAD of working tree %s is not updated"
1294
msgstr "L'HEAD dell'albero di lavoro %s non è aggiornato"
@@ -1289,8 +1303,8 @@ msgstr "'%s' non sembra essere un file bundle v2"
1303
msgid "unrecognized header: %s%s (%d)"
1304
msgstr "intestazione non riconosciuta: %s%s (%d)"
1305
1292
-#: bundle.c:90 rerere.c:480 rerere.c:690 sequencer.c:2281 sequencer.c:2916
1293
-#: builtin/commit.c:788
1306
+#: bundle.c:90 rerere.c:480 rerere.c:690 sequencer.c:2283 sequencer.c:3024
1307
+#: builtin/commit.c:791
1308
#, c-format
1309
msgid "could not open '%s'"
1310
msgstr "impossibile aprire '%s'"
@@ -1299,60 +1313,64 @@ msgstr "impossibile aprire '%s'"
1313
msgid "Repository lacks these prerequisite commits:"
1314
msgstr "Dal repository mancano questi commit richiesti come prerequisito:"
1315
1302
-#: bundle.c:194
1316
+#: bundle.c:146
1317
+msgid "need a repository to verify a bundle"
1318
+msgstr "è necessario un repository per verificare un bundle"
1319
+
1320
+#: bundle.c:197
1321
#, c-format
1322
msgid "The bundle contains this ref:"
1323
msgid_plural "The bundle contains these %d refs:"
1306
-msgstr[0] "Il bundle contiene questo ref:"
1307
-msgstr[1] "Il bundle contiene questi %d ref:"
1324
+msgstr[0] "Il bundle contiene questo riferimento:"
1325
+msgstr[1] "Il bundle contiene questi %d riferimenti:"
1326
1309
-#: bundle.c:201
1327
+#: bundle.c:204
1328
msgid "The bundle records a complete history."
1311
-msgstr "Il bundle registra una cronologia completa."
1329
+msgstr "Nel bundle è registrata una cronologia completa."
1330
1313
-#: bundle.c:203
1331
+#: bundle.c:206
1332
#, c-format
1333
msgid "The bundle requires this ref:"
1334
msgid_plural "The bundle requires these %d refs:"
1317
-msgstr[0] "Il bundle richiede questo ref:"
1318
-msgstr[1] "Il bundle richiede questi %d ref:"
1335
+msgstr[0] "Il bundle richiede questo riferimento:"
1336
+msgstr[1] "Il bundle richiede questi %d riferimenti:"
1337
1320
-#: bundle.c:269
1338
+#: bundle.c:272
1339
msgid "unable to dup bundle descriptor"
1340
msgstr "impossibile duplicare il descrittore bundle"
1341
1324
-#: bundle.c:276
1342
+#: bundle.c:279
1343
msgid "Could not spawn pack-objects"
1344
msgstr "Impossibile avviare pack-objects"
1345
1328
-#: bundle.c:287
1346
+#: bundle.c:290
1347
msgid "pack-objects died"
1348
msgstr "comando pack-objects morto"
1349
1332
-#: bundle.c:329
1350
+#: bundle.c:332
1351
msgid "rev-list died"
1352
msgstr "comando rev-list morto"
1353
1336
-#: bundle.c:378
1354
+#: bundle.c:381
1355
#, c-format
1356
msgid "ref '%s' is excluded by the rev-list options"
1339
-msgstr "il ref '%s' è escluso dalle opzioni di rev-list"
1357
+msgstr "il riferimento '%s' è escluso dalle opzioni di rev-list"
1358
1341
-#: bundle.c:457 builtin/log.c:197 builtin/log.c:1709 builtin/shortlog.c:306
1359
+#: bundle.c:460 builtin/log.c:212 builtin/log.c:1749 builtin/shortlog.c:306
1360
#, c-format
1361
msgid "unrecognized argument: %s"
1362
msgstr "argomento non riconosciuto: %s"
1363
1346
-#: bundle.c:465
1364
+#: bundle.c:468
1365
msgid "Refusing to create empty bundle."
1366
msgstr "Mi rifiuto di creare un bundle vuoto."
1367
1350
-#: bundle.c:475
1368
+#: bundle.c:478
1369
#, c-format
1370
msgid "cannot create '%s'"
1371
msgstr "impossibile creare '%s'"
1372
1355
-#: bundle.c:500
1373
+#: bundle.c:503
1374
msgid "index-pack died"
1375
msgstr "comando index-pack morto"
1376
@@ -1361,8 +1379,8 @@ msgstr "comando index-pack morto"
1379
msgid "invalid color value: %.*s"
1380
msgstr "valore colore non valido: %.*s"
1381
1364
-#: commit.c:50 sequencer.c:2697 builtin/am.c:355 builtin/am.c:399
1365
-#: builtin/am.c:1377 builtin/am.c:2022 builtin/replace.c:455
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
1385
msgid "could not parse %s"
1386
msgstr "impossibile analizzare %s"
@@ -1372,7 +1390,7 @@ msgstr "impossibile analizzare %s"
1390
msgid "%s %s is not a commit!"
1391
msgstr "%s %s non è un commit!"
1392
1375
-#: commit.c:193
1393
+#: commit.c:192
1394
msgid ""
1395
"Support for <GIT_DIR>/info/grafts is deprecated\n"
1396
"and will be removed in a future Git version.\n"
@@ -1386,33 +1404,33 @@ msgstr ""
1404
"Il supporto per <GIT_DIR>/info/graft è deprecato\n"
1405
"e sarà rimosso in una versione futura di Git.\n"
1406
"\n"
1389
-"Usare \"git replace --convert-graft-file\"\n"
1407
+"Usa \"git replace --convert-graft-file\"\n"
1408
"per convertire i graft in ref sostitutivi.\n"
1409
"\n"
1392
-"Per disabilitare questo messaggio, eseguire\n"
1410
+"Per disabilitare questo messaggio, esegui\n"
1411
"\"git config advice.graftFileDeprecated false\""
1412
1395
-#: commit.c:1128
1413
+#: commit.c:1127
1414
#, c-format
1415
msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
1416
msgstr "Il commit %s ha una firma GPG non affidabile, presumibilmente di %s."
1417
1400
-#: commit.c:1131
1418
+#: commit.c:1130
1419
#, c-format
1420
msgid "Commit %s has a bad GPG signature allegedly by %s."
1421
msgstr "Il commit %s ha una firma GPG non valida presumibilmente di %s."
1422
1405
-#: commit.c:1134
1423
+#: commit.c:1133
1424
#, c-format
1425
msgid "Commit %s does not have a GPG signature."
1426
msgstr "Il commit %s non ha una firma GPG."
1427
1410
-#: commit.c:1137
1428
+#: commit.c:1136
1429
#, c-format
1430
msgid "Commit %s has a good GPG signature by %s\n"
1431
msgstr "Il commit %s ha una firma GPG valida di %s\n"
1432
1415
-#: commit.c:1391
1433
+#: commit.c:1390
1434
msgid ""
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"
@@ -1423,86 +1441,108 @@ msgstr ""
1441
"la variabile di configurazione i18n.commitencoding alla codifica usata\n"
1442
"dal tuo progetto.\n"
1443
1426
-#: commit-graph.c:105
1444
+#: commit-graph.c:127
1445
msgid "commit-graph file is too small"
1446
msgstr "il file grafo dei commit %s è troppo piccolo"
1447
1430
-#: commit-graph.c:170
1448
+#: commit-graph.c:192
1449
#, c-format
1450
msgid "commit-graph signature %X does not match signature %X"
1451
msgstr "la firma del grafo dei commit %X non corrisponde alla firma %X"
1452
1435
-#: commit-graph.c:177
1453
+#: commit-graph.c:199
1454
#, c-format
1455
msgid "commit-graph version %X does not match version %X"
1456
msgstr "la versione del grafo dei commit %X non corrisponde alla versione %X"
1457
1440
-#: commit-graph.c:184
1458
+#: commit-graph.c:206
1459
#, c-format
1460
msgid "commit-graph hash version %X does not match version %X"
1461
msgstr ""
1462
"la versione hash del grafo dei commit %X non corrisponde alla versione %X"
1463
1446
-#: commit-graph.c:207
1464
+#: commit-graph.c:229
1465
msgid "commit-graph chunk lookup table entry missing; file may be incomplete"
1466
msgstr ""
1467
"voce blocco grafo dei commit mancante nella tabella di ricerca; il file "
1468
"potrebbe non essere completo"
1469
1452
-#: commit-graph.c:218
1470
+#: commit-graph.c:240
1471
#, c-format
1472
msgid "commit-graph improper chunk offset %08x%08x"
1473
msgstr "offset blocco grafo dei commit improprio %08x%08x"
1474
1457
-#: commit-graph.c:255
1475
+#: commit-graph.c:283
1476
#, c-format
1477
msgid "commit-graph chunk id %08x appears multiple times"
1478
msgstr "l'ID del blocco grafo dei commit %08x compare più volte"
1479
1462
-#: commit-graph.c:390
1480
+#: commit-graph.c:347
1481
+msgid "commit-graph has no base graphs chunk"
1482
+msgstr "il grafo dei commit non ha un blocco grafi di base"
1483
+
1484
+#: commit-graph.c:357
1485
+msgid "commit-graph chain does not match"
1486
+msgstr "la catena del grafo dei commit non corrisponde"
1487
+
1488
+#: commit-graph.c:404
1489
+#, c-format
1490
+msgid "invalid commit-graph chain: line '%s' not a hash"
1491
+msgstr "catena grafo dei commit non valida: la riga '%s' non è un hash"
1492
+
1493
+#: commit-graph.c:430
1494
+msgid "unable to find all commit-graph files"
1495
+msgstr "impossibile trovare tutti i file grafo dei commit"
1496
+
1497
+#: commit-graph.c:553 commit-graph.c:613
1498
+msgid "invalid commit position. commit-graph is likely corrupt"
1499
+msgstr ""
1500
+"posizione commit non valida. Il grafo dei commit è probabilmente corrotto"
1501
+
1502
+#: commit-graph.c:574
1503
#, c-format
1504
msgid "could not find commit %s"
1505
msgstr "impossibile trovare il commit %s"
1506
1467
-#: commit-graph.c:732 builtin/pack-objects.c:2649
1507
+#: commit-graph.c:1001 builtin/pack-objects.c:2651
1508
#, c-format
1509
msgid "unable to get type of object %s"
1510
msgstr "impossibile recuperare il tipo dell'oggetto %s"
1511
1472
-#: commit-graph.c:765
1512
+#: commit-graph.c:1033
1513
msgid "Loading known commits in commit graph"
1514
msgstr "Caricamento commit noti nel grafo dei commit in corso"
1515
1476
-#: commit-graph.c:781
1516
+#: commit-graph.c:1050
1517
msgid "Expanding reachable commits in commit graph"
1518
msgstr "Espansione dei commit raggiungibili nel grafo dei commit in corso"
1519
1480
-#: commit-graph.c:793
1520
+#: commit-graph.c:1069
1521
msgid "Clearing commit marks in commit graph"
1522
msgstr "Rimozione dei contrassegni commit nel grafo dei commit in corso"
1523
1484
-#: commit-graph.c:813
1524
+#: commit-graph.c:1088
1525
msgid "Computing commit graph generation numbers"
1526
msgstr "Calcolo numeri generazione del grafo dei commit in corso"
1527
1488
-#: commit-graph.c:930
1528
+#: commit-graph.c:1162
1529
#, c-format
1530
msgid "Finding commits for commit graph in %d pack"
1531
msgid_plural "Finding commits for commit graph in %d packs"
1532
msgstr[0] "Ricerca dei commit per il grafo dei commit in %d pack in corso"
1533
msgstr[1] "Ricerca dei commit per il grafo dei commit in %d pack in corso"
1534
1495
-#: commit-graph.c:943
1535
+#: commit-graph.c:1175
1536
#, c-format
1537
msgid "error adding pack %s"
1538
msgstr "errore durante l'aggiunta del pack %s"
1539
1500
-#: commit-graph.c:945
1540
+#: commit-graph.c:1179
1541
#, c-format
1542
msgid "error opening index for %s"
1543
msgstr "errore durante l'apertura dell'indice per %s"
1544
1505
-#: commit-graph.c:959
1545
+#: commit-graph.c:1203
1546
#, c-format
1547
msgid "Finding commits for commit graph from %d ref"
1548
msgid_plural "Finding commits for commit graph from %d refs"
@@ -1511,98 +1551,132 @@ msgstr[0] ""
1551
msgstr[1] ""
1552
"Ricerca dei commit per il grafo dei commit da %d riferimenti in corso"
1553
1514
-#: commit-graph.c:991
1554
+#: commit-graph.c:1237
1555
msgid "Finding commits for commit graph among packed objects"
1556
msgstr ""
1557
"Ricerca dei commit per il grafo dei commit fra gli oggetti nei pack in corso"
1558
1519
-#: commit-graph.c:1004
1559
+#: commit-graph.c:1252
1560
msgid "Counting distinct commits in commit graph"
1561
msgstr "Conteggio commit distinti nel grafo dei commit in corso"
1562
1523
-#: commit-graph.c:1017
1524
-#, c-format
1525
-msgid "the commit graph format cannot write %d commits"
1526
-msgstr ""
1527
-"il formato del grafo dei commit non può essere usato per scrivere %d commit"
1528
-
1529
-#: commit-graph.c:1026
1563
+#: commit-graph.c:1283
1564
msgid "Finding extra edges in commit graph"
1565
msgstr "Ricerca degli archi aggiuntivi nel grafo dei commit in corso"
1566
1533
-#: commit-graph.c:1050
1534
-msgid "too many commits to write graph"
1535
-msgstr "troppi commit da scrivere nel grafo"
1567
+#: commit-graph.c:1331
1568
+msgid "failed to write correct number of base graph ids"
1569
+msgstr "impossibile scrivere il numero esatto degli ID grafo di base"
1570
1537
-#: commit-graph.c:1057 midx.c:819
1571
+#: commit-graph.c:1364 midx.c:811
1572
#, c-format
1573
msgid "unable to create leading directories of %s"
1574
msgstr "impossibile creare le prime directory di %s"
1575
1542
-#: commit-graph.c:1097
1576
+#: commit-graph.c:1376 builtin/index-pack.c:306 builtin/repack.c:251
1577
+#, c-format
1578
+msgid "unable to create '%s'"
1579
+msgstr "impossibile creare '%s'"
1580
+
1581
+#: commit-graph.c:1436
1582
#, c-format
1583
msgid "Writing out commit graph in %d pass"
1584
msgid_plural "Writing out commit graph in %d passes"
1585
msgstr[0] "Scrittura in %d passaggio del grafo dei commit in corso"
1586
msgstr[1] "Scrittura in %d passaggi del grafo dei commit in corso"
1587
1549
-#: commit-graph.c:1162
1588
+#: commit-graph.c:1477
1589
+msgid "unable to open commit-graph chain file"
1590
+msgstr "impossibile aprire il file catena grafo dei commit"
1591
+
1592
+#: commit-graph.c:1489
1593
+msgid "failed to rename base commit-graph file"
1594
+msgstr "impossibile ridenominare il file di base grafo dei commit"
1595
+
1596
+#: commit-graph.c:1509
1597
+msgid "failed to rename temporary commit-graph file"
1598
+msgstr "impossibile ridenominare il file temporaneo grafo dei commit"
1599
+
1600
+#: commit-graph.c:1620
1601
+msgid "Scanning merged commits"
1602
+msgstr "Scansione dei commit sottoposti a merge in corso"
1603
+
1604
+#: commit-graph.c:1631
1605
+#, c-format
1606
+msgid "unexpected duplicate commit id %s"
1607
+msgstr "ID commit duplicato inatteso: %s"
1608
+
1609
+#: commit-graph.c:1656
1610
+msgid "Merging commit-graph"
1611
+msgstr "Merge del grafo dei commit in corso"
1612
+
1613
+#: commit-graph.c:1842
1614
+#, c-format
1615
+msgid "the commit graph format cannot write %d commits"
1616
+msgstr ""
1617
+"il formato del grafo dei commit non può essere usato per scrivere %d commit"
1618
+
1619
+#: commit-graph.c:1853
1620
+msgid "too many commits to write graph"
1621
+msgstr "troppi commit da scrivere nel grafo"
1622
+
1623
+#: commit-graph.c:1943
1624
msgid "the commit-graph file has incorrect checksum and is likely corrupt"
1625
msgstr ""
1626
"il file del grafo dei commit ha un checksum non corretto e probabilmente è "
1627
"corrotto"
1628
1555
-#: commit-graph.c:1172
1629
+#: commit-graph.c:1953
1630
#, c-format
1631
msgid "commit-graph has incorrect OID order: %s then %s"
1632
msgstr "il grafo dei commit ha un ordine OID non corretto: %s seguito da %s"
1633
1560
-#: commit-graph.c:1182 commit-graph.c:1197
1634
+#: commit-graph.c:1963 commit-graph.c:1978
1635
#, c-format
1636
msgid "commit-graph has incorrect fanout value: fanout[%d] = %u != %u"
1637
msgstr ""
1638
"il grafo dei commit ha un valore fanout non corretto: fanout[%d] = %u != %u"
1639
1566
-#: commit-graph.c:1189
1640
+#: commit-graph.c:1970
1641
#, c-format
1642
msgid "failed to parse commit %s from commit-graph"
1643
msgstr "impossibile analizzare il commit %s nel grafo dei commit"
1644
1571
-#: commit-graph.c:1206
1645
+#: commit-graph.c:1987
1646
msgid "Verifying commits in commit graph"
1647
msgstr "Verifica dei commit nel grafo dei commit in corso"
1648
1575
-#: commit-graph.c:1219
1649
+#: commit-graph.c:2000
1650
#, c-format
1651
msgid "failed to parse commit %s from object database for commit-graph"
1652
msgstr ""
1653
"impossibile analizzare il commit %s dal database oggetti per il grafo dei "
1654
"commit"
1655
1582
-#: commit-graph.c:1226
1656
+#: commit-graph.c:2007
1657
#, c-format
1658
msgid "root tree OID for commit %s in commit-graph is %s != %s"
1659
msgstr ""
1660
"l'OID dell'albero radice per il commit %s nel grafo dei commit è %s != %s"
1661
1588
-#: commit-graph.c:1236
1662
+#: commit-graph.c:2017
1663
#, c-format
1664
msgid "commit-graph parent list for commit %s is too long"
1665
msgstr "l'elenco genitori nel grafo dei commit per il commit %s è troppo lungo"
1666
1593
-#: commit-graph.c:1242
1667
+#: commit-graph.c:2026
1668
#, c-format
1669
msgid "commit-graph parent for %s is %s != %s"
1670
msgstr "il genitore nel grafo dei commit per %s è %s != %s"
1671
1598
-#: commit-graph.c:1255
1672
+#: commit-graph.c:2039
1673
#, c-format
1674
msgid "commit-graph parent list for commit %s terminates early"
1675
msgstr ""
1676
"l'elenco genitori nel grafo dei commit per il commit %s è finito prima del "
1677
"previsto"
1678
1605
-#: commit-graph.c:1260
1679
+#: commit-graph.c:2044
1680
#, c-format
1681
msgid ""
1682
"commit-graph has generation number zero for commit %s, but non-zero elsewhere"
@@ -1610,7 +1684,7 @@ msgstr ""
1684
"il grafo dei commit ha un numero generazione zero per il commit %s ma non "
1685
"pari a zero per gli altri"
1686
1613
-#: commit-graph.c:1264
1687
+#: commit-graph.c:2048
1688
#, c-format
1689
msgid ""
1690
"commit-graph has non-zero generation number for commit %s, but zero elsewhere"
@@ -1618,12 +1692,12 @@ msgstr ""
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
1621
-#: commit-graph.c:1279
1695
+#: commit-graph.c:2063
1696
#, c-format
1697
msgid "commit-graph generation for commit %s is %u != %u"
1698
msgstr "il numero generazione nel grafo dei commit per il commit %s è %u != %u"
1699
1626
-#: commit-graph.c:1285
1700
+#: commit-graph.c:2069
1701
#, c-format
1702
msgid "commit date for commit %s in commit-graph is %<PRIuMAX> != %<PRIuMAX>"
1703
msgstr ""
@@ -1633,7 +1707,7 @@ msgstr ""
1707
msgid "memory exhausted"
1708
msgstr "memoria esaurita"
1709
1636
-#: config.c:123
1710
+#: config.c:124
1711
#, c-format
1712
msgid ""
1713
"exceeded maximum include depth (%d) while including\n"
@@ -1648,309 +1722,309 @@ msgstr ""
1722
"\t%s\n"
1723
"Ciò può essere dovuto a delle inclusioni circolari."
1724
1651
-#: config.c:139
1725
+#: config.c:140
1726
#, c-format
1727
msgid "could not expand include path '%s'"
1728
msgstr "impossibile espandere il percorso di inclusione '%s'"
1729
1656
-#: config.c:150
1730
+#: config.c:151
1731
msgid "relative config includes must come from files"
1732
msgstr "le inclusioni configurazione relative devono provenire da file"
1733
1660
-#: config.c:190
1734
+#: config.c:197
1735
msgid "relative config include conditionals must come from files"
1736
msgstr ""
1737
"i condizionali di inclusione configurazione relativi devono provenire da file"
1738
1665
-#: config.c:348
1739
+#: config.c:375
1740
#, c-format
1741
msgid "key does not contain a section: %s"
1742
msgstr "la chiave non contiene una sezione: %s"
1743
1670
-#: config.c:354
1744
+#: config.c:381
1745
#, c-format
1746
msgid "key does not contain variable name: %s"
1747
msgstr "la chiave non contiene un nome variabile: %s"
1748
1675
-#: config.c:378 sequencer.c:2459
1749
+#: config.c:405 sequencer.c:2463
1750
#, c-format
1751
msgid "invalid key: %s"
1752
msgstr "chiave non valida: %s"
1753
1680
-#: config.c:384
1754
+#: config.c:411
1755
#, c-format
1756
msgid "invalid key (newline): %s"
1757
msgstr "chiave non valida (nuova riga): %s"
1758
1685
-#: config.c:420 config.c:432
1759
+#: config.c:447 config.c:459
1760
#, c-format
1761
msgid "bogus config parameter: %s"
1762
msgstr "parametro configurazione fittizio: %s"
1763
1690
-#: config.c:467
1764
+#: config.c:494
1765
#, c-format
1766
msgid "bogus format in %s"
1767
msgstr "formato fittizio in %s"
1768
1695
-#: config.c:793
1769
+#: config.c:820
1770
#, c-format
1771
msgid "bad config line %d in blob %s"
1772
msgstr "riga configurazione %d errata nel blob %s"
1773
1700
-#: config.c:797
1774
+#: config.c:824
1775
#, c-format
1776
msgid "bad config line %d in file %s"
1777
msgstr "riga configurazione %d errata nel file %s"
1778
1705
-#: config.c:801
1779
+#: config.c:828
1780
#, c-format
1781
msgid "bad config line %d in standard input"
1782
msgstr "riga configurazione %d errata nello standard input"
1783
1710
-#: config.c:805
1784
+#: config.c:832
1785
#, c-format
1786
msgid "bad config line %d in submodule-blob %s"
1787
msgstr "riga configurazione %d errata nel blob sottomodulo %s"
1788
1715
-#: config.c:809
1789
+#: config.c:836
1790
#, c-format
1791
msgid "bad config line %d in command line %s"
1792
msgstr "riga configurazione %d errata nella riga di comando %s"
1793
1720
-#: config.c:813
1794
+#: config.c:840
1795
#, c-format
1796
msgid "bad config line %d in %s"
1797
msgstr "riga configurazione %d errata in %s"
1798
1725
-#: config.c:952
1799
+#: config.c:977
1800
msgid "out of range"
1801
msgstr "fuori intervallo"
1802
1729
-#: config.c:952
1803
+#: config.c:977
1804
msgid "invalid unit"
1805
msgstr "unità non valida"
1806
1733
-#: config.c:958
1807
+#: config.c:978
1808
#, c-format
1809
msgid "bad numeric config value '%s' for '%s': %s"
1810
msgstr "valore configurazione numerico '%s' errato per '%s': %s"
1811
1738
-#: config.c:963
1812
+#: config.c:997
1813
#, c-format
1814
msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1815
msgstr "valore configurazione numerico '%s' errato per '%s' nel blob %s: %s"
1816
1743
-#: config.c:966
1817
+#: config.c:1000
1818
#, c-format
1819
msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1820
msgstr "valore configurazione numerico '%s' errato per '%s' nel file %s: %s"
1821
1748
-#: config.c:969
1822
+#: config.c:1003
1823
#, c-format
1824
msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1825
msgstr ""
1826
"valore configurazione numerico '%s' errato per '%s' nello standard input: %s"
1827
1754
-#: config.c:972
1828
+#: config.c:1006
1829
#, c-format
1830
msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1831
msgstr ""
1832
"valore configurazione numerico '%s' errato per '%s' nel blob sottomodulo %s: "
1833
"%s"
1834
1761
-#: config.c:975
1835
+#: config.c:1009
1836
#, c-format
1837
msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1838
msgstr ""
1839
"valore configurazione numerico '%s' errato per '%s' nella riga di comando "
1840
"%s: %s"
1841
1768
-#: config.c:978
1842
+#: config.c:1012
1843
#, c-format
1844
msgid "bad numeric config value '%s' for '%s' in %s: %s"
1845
msgstr "valore configurazione numerico '%s' errato per '%s' in %s: %s"
1846
1773
-#: config.c:1073
1847
+#: config.c:1107
1848
#, c-format
1849
msgid "failed to expand user dir in: '%s'"
1850
msgstr "espansione directory utente in '%s' non riuscita"
1851
1778
-#: config.c:1082
1852
+#: config.c:1116
1853
#, c-format
1854
msgid "'%s' for '%s' is not a valid timestamp"
1855
msgstr "'%s' per '%s' non è un timestamp valido"
1856
1783
-#: config.c:1173
1857
+#: config.c:1207
1858
#, c-format
1859
msgid "abbrev length out of range: %d"
1860
msgstr "lunghezza abbreviazione fuori intervallo: %d"
1861
1788
-#: config.c:1187 config.c:1198
1862
+#: config.c:1221 config.c:1232
1863
#, c-format
1864
msgid "bad zlib compression level %d"
1865
msgstr "livello compressione zlib %d non valido"
1866
1793
-#: config.c:1290
1867
+#: config.c:1324
1868
msgid "core.commentChar should only be one character"
1869
msgstr "core.commentChar dovrebbe essere composto da un solo carattere"
1870
1797
-#: config.c:1323
1871
+#: config.c:1357
1872
#, c-format
1873
msgid "invalid mode for object creation: %s"
1874
msgstr "modalità non valida per la creazione di un oggetto: %s"
1875
1802
-#: config.c:1395
1876
+#: config.c:1429
1877
#, c-format
1878
msgid "malformed value for %s"
1879
msgstr "valore malformato per %s"
1880
1807
-#: config.c:1421
1881
+#: config.c:1455
1882
#, c-format
1883
msgid "malformed value for %s: %s"
1884
msgstr "valore malformato per %s: %s"
1885
1812
-#: config.c:1422
1886
+#: config.c:1456
1887
msgid "must be one of nothing, matching, simple, upstream or current"
1888
msgstr "dev'essere nothing, matching, simple, upstream o current"
1889
1816
-#: config.c:1483 builtin/pack-objects.c:3397
1890
+#: config.c:1517 builtin/pack-objects.c:3399
1891
#, c-format
1892
msgid "bad pack compression level %d"
1893
msgstr "livello compressione pack %d non valido"
1894
1821
-#: config.c:1604
1895
+#: config.c:1638
1896
#, c-format
1897
msgid "unable to load config blob object '%s'"
1898
msgstr "impossibile caricare l'oggetto blob configurazione '%s'"
1899
1826
-#: config.c:1607
1900
+#: config.c:1641
1901
#, c-format
1902
msgid "reference '%s' does not point to a blob"
1903
msgstr "il riferimento '%s' non punta ad un blob"
1904
1831
-#: config.c:1624
1905
+#: config.c:1658
1906
#, c-format
1907
msgid "unable to resolve config blob '%s'"
1908
msgstr "impossibile risolvere il blob configurazione '%s'"
1909
1836
-#: config.c:1654
1910
+#: config.c:1688
1911
#, c-format
1912
msgid "failed to parse %s"
1913
msgstr "analisi di %s non riuscita"
1914
1841
-#: config.c:1710
1915
+#: config.c:1744
1916
msgid "unable to parse command-line config"
1917
msgstr "impossibile analizzare la configurazione a riga di comando"
1918
1845
-#: config.c:2059
1919
+#: config.c:2093
1920
msgid "unknown error occurred while reading the configuration files"
1921
msgstr ""
1922
"si è verificato un errore imprevisto durante la lettura dei file di "
1923
"configurazione"
1924
1851
-#: config.c:2229
1925
+#: config.c:2263
1926
#, c-format
1927
msgid "Invalid %s: '%s'"
1928
msgstr "%s non valido: '%s'"
1929
1856
-#: config.c:2272
1930
+#: config.c:2306
1931
#, c-format
1932
msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1933
msgstr ""
1934
"valore core.untrackedCache '%s' non valido; utilizzerò il valore predefinito "
1935
"'keep'"
1936
1863
-#: config.c:2298
1937
+#: config.c:2332
1938
#, c-format
1939
msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1940
msgstr ""
1941
"il valore splitIndex.maxPercentChange '%d' dovrebbe essere compreso fra 0 e "
1942
"100"
1943
1870
-#: config.c:2344
1944
+#: config.c:2378
1945
#, c-format
1946
msgid "unable to parse '%s' from command-line config"
1947
msgstr "impossibile analizzare '%s' dalla configurazione a riga di comando"
1948
1875
-#: config.c:2346
1949
+#: config.c:2380
1950
#, c-format
1951
msgid "bad config variable '%s' in file '%s' at line %d"
1952
msgstr "variabile configurazione '%s' errata nel file '%s' alla riga %d"
1953
1880
-#: config.c:2427
1954
+#: config.c:2461
1955
#, c-format
1956
msgid "invalid section name '%s'"
1957
msgstr "nome sezione '%s' non valido"
1958
1885
-#: config.c:2459
1959
+#: config.c:2493
1960
#, c-format
1961
msgid "%s has multiple values"
1962
msgstr "%s ha più valori"
1963
1890
-#: config.c:2488
1964
+#: config.c:2522
1965
#, c-format
1966
msgid "failed to write new configuration file %s"
1967
msgstr "scrittura del nuovo file di configurazione %s non riuscita"
1968
1895
-#: config.c:2740 config.c:3064
1969
+#: config.c:2774 config.c:3098
1970
#, c-format
1971
msgid "could not lock config file %s"
1972
msgstr "impossibile bloccare il file di configurazione %s"
1973
1900
-#: config.c:2751
1974
+#: config.c:2785
1975
#, c-format
1976
msgid "opening %s"
1977
msgstr "apertura di %s in corso"
1978
1905
-#: config.c:2786 builtin/config.c:328
1979
+#: config.c:2820 builtin/config.c:328
1980
#, c-format
1981
msgid "invalid pattern: %s"
1982
msgstr "pattern non valido: %s"
1983
1910
-#: config.c:2811
1984
+#: config.c:2845
1985
#, c-format
1986
msgid "invalid config file %s"
1987
msgstr "file di configurazione %s non valido"
1988
1915
-#: config.c:2824 config.c:3077
1989
+#: config.c:2858 config.c:3111
1990
#, c-format
1991
msgid "fstat on %s failed"
1992
msgstr "fstat di %s non riuscita"
1993
1920
-#: config.c:2835
1994
+#: config.c:2869
1995
#, c-format
1996
msgid "unable to mmap '%s'"
1997
msgstr "impossibile eseguire mmap su '%s'"
1998
1925
-#: config.c:2844 config.c:3082
1999
+#: config.c:2878 config.c:3116
2000
#, c-format
2001
msgid "chmod on %s failed"
2002
msgstr "esecuzione chmod su %s non riuscita"
2003
1930
-#: config.c:2929 config.c:3179
2004
+#: config.c:2963 config.c:3213
2005
#, c-format
2006
msgid "could not write config file %s"
2007
msgstr "impossibile scrivere il file di configurazione %s"
2008
1935
-#: config.c:2963
2009
+#: config.c:2997
2010
#, c-format
2011
msgid "could not set '%s' to '%s'"
2012
msgstr "impossibile impostare '%s' a '%s'"
2013
1940
-#: config.c:2965 builtin/remote.c:782
2014
+#: config.c:2999 builtin/remote.c:782
2015
#, c-format
2016
msgid "could not unset '%s'"
2017
msgstr "impossibile eliminare l'impostazione di '%s'"
2018
1945
-#: config.c:3055
2019
+#: config.c:3089
2020
#, c-format
2021
msgid "invalid section name: %s"
2022
msgstr "nome sezione non valido: %s"
2023
1950
-#: config.c:3222
2024
+#: config.c:3256
2025
#, c-format
2026
msgid "missing value for '%s'"
1953
-msgstr "valore mancante per %s"
2027
+msgstr "valore mancante per '%s'"
2028
2029
#: connect.c:61
2030
msgid "the remote end hung up upon initial contact"
@@ -2031,7 +2105,7 @@ msgstr "impossibile impostare SO_KEEPALIVE sul socket"
2105
#: connect.c:635 connect.c:698
2106
#, c-format
2107
msgid "Looking up %s ... "
2034
-msgstr "Risoluzione di %s in corso..."
2108
+msgstr "Risoluzione di %s in corso... "
2109
2110
#: connect.c:639
2111
#, c-format
@@ -2046,7 +2120,7 @@ msgid ""
2120
"Connecting to %s (port %s) ... "
2121
msgstr ""
2122
"fatto.\n"
2049
-"Connessione a %s (porta %s) in corso..."
2123
+"Connessione a %s (porta %s) in corso... "
2124
2125
#: connect.c:665 connect.c:742
2126
#, c-format
@@ -2114,19 +2188,19 @@ msgstr "percorso strano '%s' bloccato"
2188
msgid "unable to fork"
2189
msgstr "impossibile eseguire fork"
2190
2117
-#: connected.c:85 builtin/fsck.c:221 builtin/prune.c:43
2191
+#: connected.c:86 builtin/fsck.c:221 builtin/prune.c:43
2192
msgid "Checking connectivity"
2193
msgstr "Controllo connessione in corso"
2194
2121
-#: connected.c:97
2195
+#: connected.c:98
2196
msgid "Could not run 'git rev-list'"
2123
-msgstr "Non è stato possibile eseguire 'git-rev-list'"
2197
+msgstr "Impossibile eseguire 'git-rev-list'"
2198
2125
-#: connected.c:117
2199
+#: connected.c:118
2200
msgid "failed write to rev-list"
2201
msgstr "scrittura nella rev-list non riuscita"
2202
2129
-#: connected.c:124
2203
+#: connected.c:125
2204
msgid "failed to close rev-list's stdin"
2205
msgstr "chiusura standard input della rev-list non riuscita"
2206
@@ -2349,7 +2423,7 @@ msgstr ""
2423
"l'espressione regolare dell'isola tratta dalla configurazione ha troppi "
2424
"gruppi cattura (massimo=%d)"
2425
2352
-#: delta-islands.c:466
2426
+#: delta-islands.c:467
2427
#, c-format
2428
msgid "Marked %d islands, done.\n"
2429
msgstr "Contrassegnate %d isole, fatto.\n"
@@ -2428,36 +2502,36 @@ msgstr ""
2502
"Trovati errori nella variabile di configurazione 'diff.dirstat':\n"
2503
"%s"
2504
2431
-#: diff.c:4210
2505
+#: diff.c:4215
2506
#, c-format
2507
msgid "external diff died, stopping at %s"
2508
msgstr "processo esterno diff morto, mi fermo a %s"
2509
2436
-#: diff.c:4555
2510
+#: diff.c:4560
2511
msgid "--name-only, --name-status, --check and -s are mutually exclusive"
2512
msgstr ""
2513
"le opzioni --name-only, --name-status, --check e -s sono mutuamente esclusive"
2514
2441
-#: diff.c:4558
2515
+#: diff.c:4563
2516
msgid "-G, -S and --find-object are mutually exclusive"
2517
msgstr "le opzioni -G, -S e --find-object sono mutuamente esclusive"
2518
2445
-#: diff.c:4636
2519
+#: diff.c:4641
2520
msgid "--follow requires exactly one pathspec"
2521
msgstr "--follow richiede esattamente uno specificatore percorso"
2522
2449
-#: diff.c:4684
2523
+#: diff.c:4689
2524
#, c-format
2525
msgid "invalid --stat value: %s"
2526
msgstr "valore non valido per --stat: %s"
2527
2454
-#: diff.c:4689 diff.c:4694 diff.c:4699 diff.c:4704 diff.c:5217
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
2531
msgid "%s expects a numerical value"
2532
msgstr "%s richiede un valore numerico"
2533
2460
-#: diff.c:4721
2534
+#: diff.c:4726
2535
#, c-format
2536
msgid ""
2537
"Failed to parse --dirstat/-X option parameter:\n"
@@ -2466,42 +2540,42 @@ msgstr ""
2540
"Analisi del parametro dell'opzione --dirstat/-X non riuscita:\n"
2541
"%s"
2542
2469
-#: diff.c:4806
2543
+#: diff.c:4811
2544
#, c-format
2545
msgid "unknown change class '%c' in --diff-filter=%s"
2546
msgstr "classe modifica '%c' sconosciuta in --diff-filter=%s"
2547
2474
-#: diff.c:4830
2548
+#: diff.c:4835
2549
#, c-format
2550
msgid "unknown value after ws-error-highlight=%.*s"
2551
msgstr "valore sconosciuto dopo ws-error-highlight=%.*s"
2552
2479
-#: diff.c:4844
2553
+#: diff.c:4849
2554
#, c-format
2555
msgid "unable to resolve '%s'"
2556
msgstr "impossibile risolvere '%s'"
2557
2484
-#: diff.c:4894 diff.c:4900
2558
+#: diff.c:4899 diff.c:4905
2559
#, c-format
2560
msgid "%s expects <n>/<m> form"
2561
msgstr "%s richiede il formato <n>/<m>"
2562
2489
-#: diff.c:4912
2563
+#: diff.c:4917
2564
#, c-format
2565
msgid "%s expects a character, got '%s'"
2566
msgstr "%s richiede un carattere, ricevuto '%s'"
2567
2494
-#: diff.c:4933
2568
+#: diff.c:4938
2569
#, c-format
2570
msgid "bad --color-moved argument: %s"
2571
msgstr "argomento --color-moved errato: %s"
2572
2499
-#: diff.c:4952
2573
+#: diff.c:4957
2574
#, c-format
2575
msgid "invalid mode '%s' in --color-moved-ws"
2576
msgstr "modo non valido '%s' in --color-moved-ws"
2577
2504
-#: diff.c:4992
2578
+#: diff.c:4997
2579
msgid ""
2580
"option diff-algorithm accepts \"myers\", \"minimal\", \"patience\" and "
2581
"\"histogram\""
@@ -2509,151 +2583,151 @@ msgstr ""
2583
"l'opzione diff-algorithm accetta i valori \"myers\", \"minimal\", \"patience"
2584
"\" e \"histogram\""
2585
2512
-#: diff.c:5028 diff.c:5048
2586
+#: diff.c:5033 diff.c:5053
2587
#, c-format
2588
msgid "invalid argument to %s"
2589
msgstr "argomento non valido per %s"
2590
2517
-#: diff.c:5186
2591
+#: diff.c:5191
2592
#, c-format
2593
msgid "failed to parse --submodule option parameter: '%s'"
2594
msgstr "analisi del parametro dell'opzione --submodule non riuscita: '%s'"
2595
2522
-#: diff.c:5242
2596
+#: diff.c:5247
2597
#, c-format
2598
msgid "bad --word-diff argument: %s"
2599
msgstr "argomento --word-diff errato: %s"
2600
2527
-#: diff.c:5265
2601
+#: diff.c:5270
2602
msgid "Diff output format options"
2603
msgstr "Opzioni formato output diff"
2604
2531
-#: diff.c:5267 diff.c:5273
2605
+#: diff.c:5272 diff.c:5278
2606
msgid "generate patch"
2607
msgstr "genera patch"
2608
2535
-#: diff.c:5270 builtin/log.c:167
2609
+#: diff.c:5275 builtin/log.c:182
2610
msgid "suppress diff output"
2611
msgstr "non visualizzare l'output del diff"
2612
2539
-#: diff.c:5275 diff.c:5389 diff.c:5396
2613
+#: diff.c:5280 diff.c:5394 diff.c:5401
2614
msgid "<n>"
2615
msgstr "<n>"
2616
2543
-#: diff.c:5276 diff.c:5279
2617
+#: diff.c:5281 diff.c:5284
2618
msgid "generate diffs with <n> lines context"
2619
msgstr "genera diff con <n> righe di contesto"
2620
2547
-#: diff.c:5281
2621
+#: diff.c:5286
2622
msgid "generate the diff in raw format"
2623
msgstr "genera il diff in formato grezzo"
2624
2551
-#: diff.c:5284
2625
+#: diff.c:5289
2626
msgid "synonym for '-p --raw'"
2627
msgstr "sinonimo di '-p --raw'"
2628
2555
-#: diff.c:5288
2629
+#: diff.c:5293
2630
msgid "synonym for '-p --stat'"
2631
msgstr "sinonimo di '-p --stat'"
2632
2559
-#: diff.c:5292
2633
+#: diff.c:5297
2634
msgid "machine friendly --stat"
2635
msgstr "--stat leggibile da una macchina"
2636
2563
-#: diff.c:5295
2637
+#: diff.c:5300
2638
msgid "output only the last line of --stat"
2639
msgstr "emetti in output solo l'ultima riga di --stat"
2640
2567
-#: diff.c:5297 diff.c:5305
2641
+#: diff.c:5302 diff.c:5310
2642
msgid "<param1,param2>..."
2643
msgstr "<parametro1,parametro2>..."
2644
2571
-#: diff.c:5298
2645
+#: diff.c:5303
2646
msgid ""
2647
"output the distribution of relative amount of changes for each sub-directory"
2648
msgstr ""
2649
"emetti in output la distribuzione del numero di modifiche relativo a ogni "
2650
"sottodirectory"
2651
2578
-#: diff.c:5302
2652
+#: diff.c:5307
2653
msgid "synonym for --dirstat=cumulative"
2654
msgstr "sinonimo di --dirstat=cumulative"
2655
2582
-#: diff.c:5306
2656
+#: diff.c:5311
2657
msgid "synonym for --dirstat=files,param1,param2..."
2658
msgstr "sinonimo di --dirstat=files,parametro1,parametro2..."
2659
2586
-#: diff.c:5310
2660
+#: diff.c:5315
2661
msgid "warn if changes introduce conflict markers or whitespace errors"
2662
msgstr ""
2663
"avvisa se le modifiche introducono marcatori conflitto o errori spazi bianchi"
2664
2591
-#: diff.c:5313
2665
+#: diff.c:5318
2666
msgid "condensed summary such as creations, renames and mode changes"
2667
msgstr ""
2668
"riassunto conciso (ad es. elementi creati, ridenominati e modifiche modi)"
2669
2596
-#: diff.c:5316
2670
+#: diff.c:5321
2671
msgid "show only names of changed files"
2672
msgstr "visualizza solo i nomi dei file modificati"
2673
2600
-#: diff.c:5319
2674
+#: diff.c:5324
2675
msgid "show only names and status of changed files"
2676
msgstr "visualizza solo i nomi e lo stato dei file modificati"
2677
2604
-#: diff.c:5321
2678
+#: diff.c:5326
2679
msgid "<width>[,<name-width>[,<count>]]"
2680
msgstr "<ampiezza>[,<ampiezza nome>[,<numero>]]"
2681
2608
-#: diff.c:5322
2682
+#: diff.c:5327
2683
msgid "generate diffstat"
2684
msgstr "genera diffstat"
2685
2612
-#: diff.c:5324 diff.c:5327 diff.c:5330
2686
+#: diff.c:5329 diff.c:5332 diff.c:5335
2687
msgid "<width>"
2688
msgstr "<ampiezza>"
2689
2616
-#: diff.c:5325
2690
+#: diff.c:5330
2691
msgid "generate diffstat with a given width"
2692
msgstr "genera il diffstat con un'ampiezza specificata"
2693
2620
-#: diff.c:5328
2694
+#: diff.c:5333
2695
msgid "generate diffstat with a given name width"
2696
msgstr "genera il diffstat con un'ampiezza nomi specificata"
2697
2624
-#: diff.c:5331
2698
+#: diff.c:5336
2699
msgid "generate diffstat with a given graph width"
2700
msgstr "genera il diffstat con un'ampiezza grafo specificata"
2701
2628
-#: diff.c:5333
2702
+#: diff.c:5338
2703
msgid "<count>"
2704
msgstr "<numero>"
2705
2632
-#: diff.c:5334
2706
+#: diff.c:5339
2707
msgid "generate diffstat with limited lines"
2708
msgstr "genera il diffstat con righe limitate"
2709
2636
-#: diff.c:5337
2710
+#: diff.c:5342
2711
msgid "generate compact summary in diffstat"
2712
msgstr "genera riassunto conciso nel diffstat"
2713
2640
-#: diff.c:5340
2714
+#: diff.c:5345
2715
msgid "output a binary diff that can be applied"
2716
msgstr "stampa in output un diff binario che può essere applicato"
2717
2644
-#: diff.c:5343
2718
+#: diff.c:5348
2719
msgid "show full pre- and post-image object names on the \"index\" lines"
2720
msgstr "visualizza i nomi oggetto pre e post immagine nelle righe \"indice\""
2721
2648
-#: diff.c:5345
2722
+#: diff.c:5350
2723
msgid "show colored diff"
2724
msgstr "visualizza diff colorato"
2725
2652
-#: diff.c:5346
2726
+#: diff.c:5351
2727
msgid "<kind>"
2728
msgstr "<tipo>"
2729
2656
-#: diff.c:5347
2730
+#: diff.c:5352
2731
msgid ""
2732
"highlight whitespace errors in the 'context', 'old' or 'new' lines in the "
2733
"diff"
@@ -2661,7 +2735,7 @@ msgstr ""
2735
"evidenzia gli errori di spazi bianchi nelle righe 'contesto', 'vecchie' o "
2736
"'nuove' nel diff"
2737
2664
-#: diff.c:5350
2738
+#: diff.c:5355
2739
msgid ""
2740
"do not munge pathnames and use NULs as output field terminators in --raw or "
2741
"--numstat"
@@ -2669,91 +2743,91 @@ msgstr ""
2743
"non rimuovere i nomi percorso e usare caratteri NUL come terminatori campo "
2744
"in --raw o --numstat"
2745
2672
-#: diff.c:5353 diff.c:5356 diff.c:5359 diff.c:5465
2746
+#: diff.c:5358 diff.c:5361 diff.c:5364 diff.c:5470
2747
msgid "<prefix>"
2748
msgstr "<prefisso>"
2749
2676
-#: diff.c:5354
2750
+#: diff.c:5359
2751
msgid "show the given source prefix instead of \"a/\""
2752
msgstr "visualizza il prefisso sorgente specificato invece di \"a/\""
2753
2680
-#: diff.c:5357
2754
+#: diff.c:5362
2755
msgid "show the given destination prefix instead of \"b/\""
2756
msgstr "visualizza il prefisso destinazione specificato invece di \"b/\""
2757
2684
-#: diff.c:5360
2758
+#: diff.c:5365
2759
msgid "prepend an additional prefix to every line of output"
2760
msgstr "anteponi un prefisso aggiuntivo ad ogni riga dell'output"
2761
2688
-#: diff.c:5363
2762
+#: diff.c:5368
2763
msgid "do not show any source or destination prefix"
2764
msgstr "non visualizzare alcun prefisso sorgente o destinazione"
2765
2692
-#: diff.c:5366
2766
+#: diff.c:5371
2767
msgid "show context between diff hunks up to the specified number of lines"
2768
msgstr ""
2769
"visualizza il contesto tra gli hunk del diff fino al numero di righe "
2770
"specificato"
2771
2698
-#: diff.c:5370 diff.c:5375 diff.c:5380
2772
+#: diff.c:5375 diff.c:5380 diff.c:5385
2773
msgid "<char>"
2774
msgstr "<carattere>"
2775
2702
-#: diff.c:5371
2776
+#: diff.c:5376
2777
msgid "specify the character to indicate a new line instead of '+'"
2778
msgstr "specifica il carattere che indica una nuova riga al posto di '+'"
2779
2706
-#: diff.c:5376
2780
+#: diff.c:5381
2781
msgid "specify the character to indicate an old line instead of '-'"
2782
msgstr "specifica il carattere che indica una vecchia riga al posto di '-'"
2783
2710
-#: diff.c:5381
2784
+#: diff.c:5386
2785
msgid "specify the character to indicate a context instead of ' '"
2786
msgstr "specifica il carattere che indica un contesto al posto di ' '"
2787
2714
-#: diff.c:5384
2788
+#: diff.c:5389
2789
msgid "Diff rename options"
2790
msgstr "Opzioni rinominazione diff"
2791
2718
-#: diff.c:5385
2792
+#: diff.c:5390
2793
msgid "<n>[/<m>]"
2794
msgstr "<n>[/<m>]"
2795
2722
-#: diff.c:5386
2796
+#: diff.c:5391
2797
msgid "break complete rewrite changes into pairs of delete and create"
2798
msgstr ""
2799
"spezza modifiche di riscrittura completa in coppie eliminazione/creazione"
2800
2727
-#: diff.c:5390
2801
+#: diff.c:5395
2802
msgid "detect renames"
2803
msgstr "rileva le ridenominazioni"
2804
2731
-#: diff.c:5394
2805
+#: diff.c:5399
2806
msgid "omit the preimage for deletes"
2807
msgstr "ometti la preimmagine per le eliminazioni"
2808
2735
-#: diff.c:5397
2809
+#: diff.c:5402
2810
msgid "detect copies"
2811
msgstr "rileva le copie"
2812
2739
-#: diff.c:5401
2813
+#: diff.c:5406
2814
msgid "use unmodified files as source to find copies"
2815
msgstr "usa file non modificati come sorgente per trovare copie"
2816
2743
-#: diff.c:5403
2817
+#: diff.c:5408
2818
msgid "disable rename detection"
2819
msgstr "disabilita rilevamento ridenominazione"
2820
2747
-#: diff.c:5406
2821
+#: diff.c:5411
2822
msgid "use empty blobs as rename source"
2823
msgstr "usa blob vuoti come sorgente ridenominazione"
2824
2751
-#: diff.c:5408
2825
+#: diff.c:5413
2826
msgid "continue listing the history of a file beyond renames"
2827
msgstr ""
2828
"continua a elencare la cronologia di un file al di là delle ridenominazioni"
2829
2756
-#: diff.c:5411
2830
+#: diff.c:5416
2831
msgid ""
2832
"prevent rename/copy detection if the number of rename/copy targets exceeds "
2833
"given limit"
@@ -2761,159 +2835,159 @@ msgstr ""
2835
"impedisci il rilevamento ridenominazione/copia se il numero delle "
2836
"destinazioni ridenominazione/copia eccede il limite specificato"
2837
2764
-#: diff.c:5413
2838
+#: diff.c:5418
2839
msgid "Diff algorithm options"
2840
msgstr "Opzioni algoritmo diff"
2841
2768
-#: diff.c:5415
2842
+#: diff.c:5420
2843
msgid "produce the smallest possible diff"
2844
msgstr "produci il diff più piccolo possibile"
2845
2772
-#: diff.c:5418
2846
+#: diff.c:5423
2847
msgid "ignore whitespace when comparing lines"
2848
msgstr "ignora gli spazi bianchi durante il confronto delle righe"
2849
2776
-#: diff.c:5421
2850
+#: diff.c:5426
2851
msgid "ignore changes in amount of whitespace"
2852
msgstr "ignora le modifiche al numero degli spazi bianchi"
2853
2780
-#: diff.c:5424
2854
+#: diff.c:5429
2855
msgid "ignore changes in whitespace at EOL"
2856
msgstr "ignora modifiche agli spazi bianchi a fine riga"
2857
2784
-#: diff.c:5427
2858
+#: diff.c:5432
2859
msgid "ignore carrier-return at the end of line"
2860
msgstr "ignora carattere ritorno a capo a fine riga"
2861
2788
-#: diff.c:5430
2862
+#: diff.c:5435
2863
msgid "ignore changes whose lines are all blank"
2864
msgstr "ignora modifiche che riguardano solo righe vuote"
2865
2792
-#: diff.c:5433
2866
+#: diff.c:5438
2867
msgid "heuristic to shift diff hunk boundaries for easy reading"
2868
msgstr ""
2869
"euristica per spostare i limiti degli hunk nel diff per una lettura agevole"
2870
2797
-#: diff.c:5436
2871
+#: diff.c:5441
2872
msgid "generate diff using the \"patience diff\" algorithm"
2873
msgstr "genera il diff usando l'algoritmo \"patience diff\""
2874
2801
-#: diff.c:5440
2875
+#: diff.c:5445
2876
msgid "generate diff using the \"histogram diff\" algorithm"
2877
msgstr "genera il diff usando l'algoritmo \"histogram diff\""
2878
2805
-#: diff.c:5442
2879
+#: diff.c:5447
2880
msgid "<algorithm>"
2881
msgstr "<algoritmo>"
2882
2809
-#: diff.c:5443
2883
+#: diff.c:5448
2884
msgid "choose a diff algorithm"
2885
msgstr "seleziona un algoritmo diff"
2886
2813
-#: diff.c:5445
2887
+#: diff.c:5450
2888
msgid "<text>"
2889
msgstr "<testo>"
2890
2817
-#: diff.c:5446
2891
+#: diff.c:5451
2892
msgid "generate diff using the \"anchored diff\" algorithm"
2893
msgstr "genera il diff usando l'algoritmo \"anchored diff\""
2894
2821
-#: diff.c:5448 diff.c:5457 diff.c:5460
2895
+#: diff.c:5453 diff.c:5462 diff.c:5465
2896
msgid "<mode>"
2897
msgstr "<modalità>"
2898
2825
-#: diff.c:5449
2899
+#: diff.c:5454
2900
msgid "show word diff, using <mode> to delimit changed words"
2901
msgstr ""
2902
"visualizza il diff parola per parola usando <modalità> per delimitare le "
2903
"parole modificate"
2904
2831
-#: diff.c:5451 diff.c:5454 diff.c:5499
2905
+#: diff.c:5456 diff.c:5459 diff.c:5504
2906
msgid "<regex>"
2907
msgstr "<espressione regolare>"
2908
2835
-#: diff.c:5452
2909
+#: diff.c:5457
2910
msgid "use <regex> to decide what a word is"
2911
msgstr "usa <espressione regolare> per decidere cosa costituisce una parola"
2912
2839
-#: diff.c:5455
2913
+#: diff.c:5460
2914
msgid "equivalent to --word-diff=color --word-diff-regex=<regex>"
2915
msgstr ""
2916
"equivalente di --word-diff=color --word-diff-regex=<espressione regolare>"
2917
2844
-#: diff.c:5458
2918
+#: diff.c:5463
2919
msgid "moved lines of code are colored differently"
2920
msgstr "le righe di codice spostate sono colorate in modo diverso"
2921
2848
-#: diff.c:5461
2922
+#: diff.c:5466
2923
msgid "how white spaces are ignored in --color-moved"
2924
msgstr "modo in cui sono ignorati gli spazi bianchi in --color-moved"
2925
2852
-#: diff.c:5464
2926
+#: diff.c:5469
2927
msgid "Other diff options"
2928
msgstr "Altre opzioni diff"
2929
2856
-#: diff.c:5466
2930
+#: diff.c:5471
2931
msgid "when run from subdir, exclude changes outside and show relative paths"
2932
msgstr ""
2933
"se eseguito da una sottodirectory, escludi le modifiche esterne ad essa e "
2934
"visualizza i percorsi relativi"
2935
2862
-#: diff.c:5470
2936
+#: diff.c:5475
2937
msgid "treat all files as text"
2938
msgstr "tratta tutti i file come se fossero di testo"
2939
2866
-#: diff.c:5472
2940
+#: diff.c:5477
2941
msgid "swap two inputs, reverse the diff"
2942
msgstr "scambia i due input, genera un diff al contrario"
2943
2870
-#: diff.c:5474
2944
+#: diff.c:5479
2945
msgid "exit with 1 if there were differences, 0 otherwise"
2946
msgstr "esci con codice 1 se ci sono differenze, con 0 altrimenti"
2947
2874
-#: diff.c:5476
2948
+#: diff.c:5481
2949
msgid "disable all output of the program"
2950
msgstr "disabilita l'intero output del programma"
2951
2878
-#: diff.c:5478
2952
+#: diff.c:5483
2953
msgid "allow an external diff helper to be executed"
2954
msgstr "consenti l'esecuzione di un helper diff esterno"
2955
2882
-#: diff.c:5480
2956
+#: diff.c:5485
2957
msgid "run external text conversion filters when comparing binary files"
2958
msgstr ""
2959
"esegui filtri di conversione in testo esterni quando si confrontano file "
2960
"binari"
2961
2888
-#: diff.c:5482
2962
+#: diff.c:5487
2963
msgid "<when>"
2964
msgstr "<quando>"
2965
2892
-#: diff.c:5483
2966
+#: diff.c:5488
2967
msgid "ignore changes to submodules in the diff generation"
2968
msgstr "ignora le modifiche ai sottomoduli durante la generazione del diff"
2969
2896
-#: diff.c:5486
2970
+#: diff.c:5491
2971
msgid "<format>"
2972
msgstr "<formato>"
2973
2900
-#: diff.c:5487
2974
+#: diff.c:5492
2975
msgid "specify how differences in submodules are shown"
2902
-msgstr "specifica come verranno visualizzare le differenze nei sottomoduli"
2976
+msgstr "specifica come verranno visualizzate le differenze nei sottomoduli"
2977
2904
-#: diff.c:5491
2978
+#: diff.c:5496
2979
msgid "hide 'git add -N' entries from the index"
2980
msgstr "nascondi le voci 'git add -N' nell'indice"
2981
2908
-#: diff.c:5494
2982
+#: diff.c:5499
2983
msgid "treat 'git add -N' entries as real in the index"
2984
msgstr "tratta le voci 'git add -N' come reali nell'indice"
2985
2912
-#: diff.c:5496
2986
+#: diff.c:5501
2987
msgid "<string>"
2988
msgstr "<stringa>"
2989
2916
-#: diff.c:5497
2990
+#: diff.c:5502
2991
msgid ""
2992
"look for differences that change the number of occurrences of the specified "
2993
"string"
@@ -2921,7 +2995,7 @@ msgstr ""
2995
"cerca differenze che modificano il numero di occorrenze della stringa "
2996
"specificata"
2997
2924
-#: diff.c:5500
2998
+#: diff.c:5505
2999
msgid ""
3000
"look for differences that change the number of occurrences of the specified "
3001
"regex"
@@ -2929,24 +3003,24 @@ msgstr ""
3003
"cerca differenze che modificano il numero di occorrenze dell'espressione "
3004
"regolare specificata"
3005
2932
-#: diff.c:5503
3006
+#: diff.c:5508
3007
msgid "show all changes in the changeset with -S or -G"
3008
msgstr "visualizza tutte le modifiche nel changeset con -S o -G"
3009
2936
-#: diff.c:5506
3010
+#: diff.c:5511
3011
msgid "treat <string> in -S as extended POSIX regular expression"
3012
msgstr ""
3013
"tratta la <stringa> nell'opzione -S come un'espressione regolare POSIX estesa"
3014
2941
-#: diff.c:5509
3015
+#: diff.c:5514
3016
msgid "control the order in which files appear in the output"
3017
msgstr "controlla l'ordine con cui i file appariranno nell'output"
3018
2945
-#: diff.c:5510
3019
+#: diff.c:5515
3020
msgid "<object-id>"
3021
msgstr "<ID oggetto>"
3022
2949
-#: diff.c:5511
3023
+#: diff.c:5516
3024
msgid ""
3025
"look for differences that change the number of occurrences of the specified "
3026
"object"
@@ -2954,34 +3028,34 @@ msgstr ""
3028
"cerca differenze che modificano il numero di occorrenze dell'oggetto "
3029
"specificato"
3030
2957
-#: diff.c:5513
3031
+#: diff.c:5518
3032
msgid "[(A|C|D|M|R|T|U|X|B)...[*]]"
3033
msgstr "[(A|C|D|M|R|T|U|X|B)...[*]]"
3034
2961
-#: diff.c:5514
3035
+#: diff.c:5519
3036
msgid "select files by diff type"
3037
msgstr "seleziona file in base al tipo diff"
3038
2965
-#: diff.c:5516
3039
+#: diff.c:5521
3040
msgid "<file>"
3041
msgstr "<file>"
3042
2969
-#: diff.c:5517
3043
+#: diff.c:5522
3044
msgid "Output to a specific file"
3045
msgstr "Salva l'output in un file specifico"
3046
2973
-#: diff.c:6150
3047
+#: diff.c:6177
3048
msgid "inexact rename detection was skipped due to too many files."
3049
msgstr ""
3050
"il rilevamento ridenominazione non esatta è stato omesso per la presenza di "
3051
"troppi file."
3052
2979
-#: diff.c:6153
3053
+#: diff.c:6180
3054
msgid "only found copies from modified paths due to too many files."
3055
msgstr ""
3056
"trovate solo copie dai percorsi modificati per la presenza di troppi file."
3057
2984
-#: diff.c:6156
3058
+#: diff.c:6183
3059
#, c-format
3060
msgid ""
3061
"you may want to set your %s variable to at least %d and retry the command."
@@ -3087,32 +3161,32 @@ msgstr "impossibile scrivere sul remoto"
3161
msgid "--stateless-rpc requires multi_ack_detailed"
3162
msgstr "--stateless-rpc richiede multi_ack_detailed"
3163
3090
-#: fetch-pack.c:360 fetch-pack.c:1271
3164
+#: fetch-pack.c:360 fetch-pack.c:1284
3165
#, c-format
3166
msgid "invalid shallow line: %s"
3167
msgstr "riga shallow non valida: '%s'"
3168
3095
-#: fetch-pack.c:366 fetch-pack.c:1277
3169
+#: fetch-pack.c:366 fetch-pack.c:1290
3170
#, c-format
3171
msgid "invalid unshallow line: %s"
3172
msgstr "riga unshallow non valida: '%s'"
3173
3100
-#: fetch-pack.c:368 fetch-pack.c:1279
3174
+#: fetch-pack.c:368 fetch-pack.c:1292
3175
#, c-format
3176
msgid "object not found: %s"
3177
msgstr "oggetto non trovato: %s"
3178
3105
-#: fetch-pack.c:371 fetch-pack.c:1282
3179
+#: fetch-pack.c:371 fetch-pack.c:1295
3180
#, c-format
3181
msgid "error in object: %s"
3182
msgstr "errore nell'oggetto: %s"
3183
3110
-#: fetch-pack.c:373 fetch-pack.c:1284
3184
+#: fetch-pack.c:373 fetch-pack.c:1297
3185
#, c-format
3186
msgid "no shallow found: %s"
3187
msgstr "nessuno shallow trovato: %s"
3188
3115
-#: fetch-pack.c:376 fetch-pack.c:1288
3189
+#: fetch-pack.c:376 fetch-pack.c:1301
3190
#, c-format
3191
msgid "expected shallow/unshallow, got %s"
3192
msgstr "attesi shallow/unshallow, ricevuto %s"
@@ -3131,7 +3205,7 @@ msgstr "commit non valido: %s"
3205
msgid "giving up"
3206
msgstr "smetto di provare"
3207
3134
-#: fetch-pack.c:477 progress.c:284
3208
+#: fetch-pack.c:477 progress.c:277
3209
msgid "done"
3210
msgstr "fatto"
3211
@@ -3174,155 +3248,131 @@ msgstr "%s non riuscito"
3248
msgid "error in sideband demultiplexer"
3249
msgstr "errore nel demultiplexer della banda laterale"
3250
3177
-#: fetch-pack.c:906
3178
-msgid "Server does not support shallow clients"
3179
-msgstr "Il server non supporta client shallow"
3180
-
3181
-#: fetch-pack.c:910
3182
-msgid "Server supports multi_ack_detailed"
3183
-msgstr "Il server supporta multi_ack_detailes"
3184
-
3185
-#: fetch-pack.c:913
3186
-msgid "Server supports no-done"
3187
-msgstr "Il server supporta no-done"
3188
-
3189
-#: fetch-pack.c:919
3190
-msgid "Server supports multi_ack"
3191
-msgstr "Il server supporta multi_ack"
3192
-
3193
-#: fetch-pack.c:923
3194
-msgid "Server supports side-band-64k"
3195
-msgstr "Il server supporta side-band-64k"
3196
-
3197
-#: fetch-pack.c:927
3198
-msgid "Server supports side-band"
3199
-msgstr "Il server supporta side-band"
3200
-
3201
-#: fetch-pack.c:931
3202
-msgid "Server supports allow-tip-sha1-in-want"
3203
-msgstr "Il server supporta allow-tip-sha1-in-want"
3204
-
3205
-#: fetch-pack.c:935
3206
-msgid "Server supports allow-reachable-sha1-in-want"
3207
-msgstr "Il server supporta allow-reachable-sha1-in-want"
3208
-
3209
-#: fetch-pack.c:945
3210
-msgid "Server supports ofs-delta"
3211
-msgstr "Il server supporta ofs-delta"
3212
-
3213
-#: fetch-pack.c:951 fetch-pack.c:1144
3214
-msgid "Server supports filter"
3215
-msgstr "Il server supporta filter"
3216
-
3217
-#: fetch-pack.c:959
3251
+#: fetch-pack.c:908
3252
#, c-format
3253
msgid "Server version is %.*s"
3254
msgstr "La versione del server è %.*s"
3255
3222
-#: fetch-pack.c:965
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
3261
+msgid "Server supports %s"
3262
+msgstr "Il server supporta %s"
3263
+
3264
+#: fetch-pack.c:915
3265
+msgid "Server does not support shallow clients"
3266
+msgstr "Il server non supporta client shallow"
3267
+
3268
+#: fetch-pack.c:975
3269
msgid "Server does not support --shallow-since"
3270
msgstr "Il server non supporta --shallow-since"
3271
3226
-#: fetch-pack.c:969
3272
+#: fetch-pack.c:980
3273
msgid "Server does not support --shallow-exclude"
3274
msgstr "Il server non supporta --shallow-exclude"
3275
3230
-#: fetch-pack.c:971
3276
+#: fetch-pack.c:984
3277
msgid "Server does not support --deepen"
3278
msgstr "Il server non supporta --deepen"
3279
3234
-#: fetch-pack.c:988
3280
+#: fetch-pack.c:1001
3281
msgid "no common commits"
3282
msgstr "nessun commit in comune"
3283
3238
-#: fetch-pack.c:1000 fetch-pack.c:1449
3284
+#: fetch-pack.c:1013 fetch-pack.c:1462
3285
msgid "git fetch-pack: fetch failed."
3286
msgstr "git fetch-pack: recupero non riuscito."
3287
3242
-#: fetch-pack.c:1138
3288
+#: fetch-pack.c:1151
3289
msgid "Server does not support shallow requests"
3290
msgstr "Il server non supporta le richieste shallow"
3291
3246
-#: fetch-pack.c:1171
3292
+#: fetch-pack.c:1157
3293
+msgid "Server supports filter"
3294
+msgstr "Il server supporta filter"
3295
+
3296
+#: fetch-pack.c:1184
3297
msgid "unable to write request to remote"
3298
msgstr "impossibile scrivere la richiesta sul remoto"
3299
3250
-#: fetch-pack.c:1189
3300
+#: fetch-pack.c:1202
3301
#, c-format
3302
msgid "error reading section header '%s'"
3303
msgstr "errore durante la lettura dell'intestazione di sezione '%s'"
3304
3255
-#: fetch-pack.c:1195
3305
+#: fetch-pack.c:1208
3306
#, c-format
3307
msgid "expected '%s', received '%s'"
3308
msgstr "atteso '%s', ricevuto '%s'"
3309
3260
-#: fetch-pack.c:1234
3310
+#: fetch-pack.c:1247
3311
#, c-format
3312
msgid "unexpected acknowledgment line: '%s'"
3313
msgstr "riga di conferma inattesa: '%s'"
3314
3265
-#: fetch-pack.c:1239
3315
+#: fetch-pack.c:1252
3316
#, c-format
3317
msgid "error processing acks: %d"
3318
msgstr "errore durante l'elaborazione degli ack: %d"
3319
3270
-#: fetch-pack.c:1249
3320
+#: fetch-pack.c:1262
3321
msgid "expected packfile to be sent after 'ready'"
3322
msgstr "ci si attendeva che il packfile fosse inviato dopo 'ready'"
3323
3274
-#: fetch-pack.c:1251
3324
+#: fetch-pack.c:1264
3325
msgid "expected no other sections to be sent after no 'ready'"
3326
msgstr ""
3327
"ci si attendeva che nessun'altra sezione fosse inviata in assenza di 'ready'"
3328
3279
-#: fetch-pack.c:1293
3329
+#: fetch-pack.c:1306
3330
#, c-format
3331
msgid "error processing shallow info: %d"
3332
msgstr "errore durante l'elaborazione delle informazioni shallow: %d"
3333
3284
-#: fetch-pack.c:1340
3334
+#: fetch-pack.c:1353
3335
#, c-format
3336
msgid "expected wanted-ref, got '%s'"
3337
msgstr "atteso wanted-ref, ricevuto '%s'"
3338
3289
-#: fetch-pack.c:1345
3339
+#: fetch-pack.c:1358
3340
#, c-format
3341
msgid "unexpected wanted-ref: '%s'"
3342
msgstr "wanted-ref inatteso: '%s'"
3343
3294
-#: fetch-pack.c:1350
3344
+#: fetch-pack.c:1363
3345
#, c-format
3346
msgid "error processing wanted refs: %d"
3347
msgstr "errore durante l'elaborazione dei riferimenti desiderati: %d"
3348
3299
-#: fetch-pack.c:1676
3349
+#: fetch-pack.c:1689
3350
msgid "no matching remote head"
3351
msgstr "nessun head remoto corrispondente"
3352
3303
-#: fetch-pack.c:1699 builtin/clone.c:673
3353
+#: fetch-pack.c:1712 builtin/clone.c:686
3354
msgid "remote did not send all necessary objects"
3355
msgstr "il remoto non ha inviato tutti gli oggetti necessari"
3356
3307
-#: fetch-pack.c:1726
3357
+#: fetch-pack.c:1739
3358
#, c-format
3359
msgid "no such remote ref %s"
3360
msgstr "riferimento remoto non esistente: %s"
3361
3312
-#: fetch-pack.c:1729
3362
+#: fetch-pack.c:1742
3363
#, c-format
3364
msgid "Server does not allow request for unadvertised object %s"
3365
msgstr "Il server non consente richieste per l'oggetto non pubblicizzato %s"
3366
3317
-#: gpg-interface.c:318
3367
+#: gpg-interface.c:321
3368
msgid "gpg failed to sign the data"
3369
msgstr "gpg non è riuscito a firmare i dati"
3370
3321
-#: gpg-interface.c:344
3371
+#: gpg-interface.c:347
3372
msgid "could not create temporary file"
3373
msgstr "impossibile creare il file temporaneo"
3374
3325
-#: gpg-interface.c:347
3375
+#: gpg-interface.c:350
3376
#, c-format
3377
msgid "failed writing detached signature to '%s'"
3378
msgstr "scrittura della firma separata in '%s' non riuscita"
@@ -3332,18 +3382,18 @@ msgstr "scrittura della firma separata in '%s' non riuscita"
3382
msgid "ignore invalid color '%.*s' in log.graphColors"
3383
msgstr "ignoro il colore non valido '%.*s' in log.graphColors"
3384
3335
-#: grep.c:2113
3385
+#: grep.c:2117
3386
#, c-format
3387
msgid "'%s': unable to read %s"
3388
msgstr "'%s': impossibile leggere %s"
3389
3340
-#: grep.c:2130 setup.c:164 builtin/clone.c:411 builtin/diff.c:82
3390
+#: grep.c:2134 setup.c:164 builtin/clone.c:409 builtin/diff.c:82
3391
#: builtin/rm.c:135
3392
#, c-format
3393
msgid "failed to stat '%s'"
3394
msgstr "stat di '%s' non riuscito"
3395
3346
-#: grep.c:2141
3396
+#: grep.c:2145
3397
#, c-format
3398
msgid "'%s': short read"
3399
msgstr "'%s': lettura troppo breve"
@@ -3413,7 +3463,7 @@ msgstr "comandi git disponibili altrove nel tuo $PATH"
3463
msgid "These are common Git commands used in various situations:"
3464
msgstr "Questi sono i comandi Git comuni usati in varie situazioni:"
3465
3416
-#: help.c:363 git.c:97
3466
+#: help.c:363 git.c:98
3467
#, c-format
3468
msgid "unsupported command listing type '%s'"
3469
msgstr "tipo elenco comandi non supportato: '%s'"
@@ -3561,7 +3611,7 @@ msgstr "nome ident vuoto (per <%s>) non consentito"
3611
msgid "name consists only of disallowed characters: %s"
3612
msgstr "il nome è composto solo da caratteri non consentiti: %s"
3613
3564
-#: ident.c:436 builtin/commit.c:608
3614
+#: ident.c:436 builtin/commit.c:611
3615
#, c-format
3616
msgid "invalid date format: %s"
3617
msgstr "formato data non valido: %s"
@@ -3593,6 +3643,11 @@ msgstr "atteso 'tree:<profondità>'"
3643
msgid "sparse:path filters support has been dropped"
3644
msgstr "il supporto per i filtri sparse:percorso è stato rimosso"
3645
3646
+#: list-objects-filter-options.c:94
3647
+#, c-format
3648
+msgid "invalid filter-spec '%s'"
3649
+msgstr "specificatore filtro '%s' non valido"
3650
+
3651
#: list-objects-filter-options.c:158
3652
msgid "cannot change partial clone promisor remote"
3653
msgstr "impossibile modificare il remoto promettente del clone parziale"
@@ -3626,8 +3681,8 @@ msgstr "Impossibile creare '%s.lock': %s"
3681
msgid "failed to read the cache"
3682
msgstr "lettura della cache non riuscita"
3683
3629
-#: merge.c:107 rerere.c:720 builtin/am.c:1887 builtin/am.c:1921
3630
-#: builtin/checkout.c:461 builtin/checkout.c:811 builtin/clone.c:773
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
3687
msgid "unable to write new index file"
3688
msgstr "impossibile scrivere il nuovo file index"
@@ -3652,93 +3707,93 @@ msgstr ""
3707
msgid "error building trees"
3708
msgstr "errore durante la costruzione degli alberi"
3709
3655
-#: merge-recursive.c:861
3710
+#: merge-recursive.c:863
3711
#, c-format
3712
msgid "failed to create path '%s'%s"
3713
msgstr "creazione del percorso '%s' non riuscita%s"
3714
3660
-#: merge-recursive.c:872
3715
+#: merge-recursive.c:874
3716
#, c-format
3717
msgid "Removing %s to make room for subdirectory\n"
3718
msgstr "Rimuovo %s per fare spazio alla sottodirectory\n"
3719
3665
-#: merge-recursive.c:886 merge-recursive.c:905
3720
+#: merge-recursive.c:888 merge-recursive.c:907
3721
msgid ": perhaps a D/F conflict?"
3722
msgstr ": forse si tratta di un conflitto D/F?"
3723
3669
-#: merge-recursive.c:895
3724
+#: merge-recursive.c:897
3725
#, c-format
3726
msgid "refusing to lose untracked file at '%s'"
3727
msgstr "mi rifiuto di perdere un file non tracciato in '%s'"
3728
3674
-#: merge-recursive.c:936 builtin/cat-file.c:40
3729
+#: merge-recursive.c:938 builtin/cat-file.c:40
3730
#, c-format
3731
msgid "cannot read object %s '%s'"
3732
msgstr "impossibile leggere l'oggetto %s '%s'"
3733
3679
-#: merge-recursive.c:939
3734
+#: merge-recursive.c:941
3735
#, c-format
3736
msgid "blob expected for %s '%s'"
3737
msgstr "atteso blob per %s '%s'"
3738
3684
-#: merge-recursive.c:963
3739
+#: merge-recursive.c:965
3740
#, c-format
3741
msgid "failed to open '%s': %s"
3742
msgstr "apertura di '%s' non riuscita: %s"
3743
3689
-#: merge-recursive.c:974
3744
+#: merge-recursive.c:976
3745
#, c-format
3746
msgid "failed to symlink '%s': %s"
3747
msgstr "creazione del collegamento simbolico '%s' non riuscita: %s"
3748
3694
-#: merge-recursive.c:979
3749
+#: merge-recursive.c:981
3750
#, c-format
3751
msgid "do not know what to do with %06o %s '%s'"
3752
msgstr "non so che fare con %06o %s '%s'"
3753
3699
-#: merge-recursive.c:1175
3754
+#: merge-recursive.c:1177
3755
#, c-format
3756
msgid "Failed to merge submodule %s (not checked out)"
3757
msgstr "Merge del sottomodulo %s non riuscito (checkout non eseguito)"
3758
3704
-#: merge-recursive.c:1182
3759
+#: merge-recursive.c:1184
3760
#, c-format
3761
msgid "Failed to merge submodule %s (commits not present)"
3762
msgstr "Merge del sottomodulo %s non riuscito (commit non presenti)"
3763
3709
-#: merge-recursive.c:1189
3764
+#: merge-recursive.c:1191
3765
#, c-format
3766
msgid "Failed to merge submodule %s (commits don't follow merge-base)"
3767
msgstr ""
3768
"Merge del sottomodulo %s non riuscito (i commit non seguono la base del "
3769
"merge)"
3770
3716
-#: merge-recursive.c:1197 merge-recursive.c:1209
3771
+#: merge-recursive.c:1199 merge-recursive.c:1211
3772
#, c-format
3773
msgid "Fast-forwarding submodule %s to the following commit:"
3774
msgstr "Eseguo il fast forward del sottomodulo %s al seguente commit:"
3775
3721
-#: merge-recursive.c:1200 merge-recursive.c:1212
3776
+#: merge-recursive.c:1202 merge-recursive.c:1214
3777
#, c-format
3778
msgid "Fast-forwarding submodule %s"
3779
msgstr "Eseguo il fast forward del sottomodulo %s"
3780
3726
-#: merge-recursive.c:1235
3781
+#: merge-recursive.c:1237
3782
#, c-format
3783
msgid "Failed to merge submodule %s (merge following commits not found)"
3784
msgstr ""
3785
"Merge del sottomodulo %s non riuscito (merge dopo i commit non trovato)"
3786
3732
-#: merge-recursive.c:1239
3787
+#: merge-recursive.c:1241
3788
#, c-format
3789
msgid "Failed to merge submodule %s (not fast-forward)"
3790
msgstr "Merge del sottomodulo %s non riuscito (non fast forward)"
3791
3737
-#: merge-recursive.c:1240
3792
+#: merge-recursive.c:1242
3793
msgid "Found a possible merge resolution for the submodule:\n"
3794
msgstr "Trovata possibile risoluzione merge per il sottomodulo:\n"
3795
3741
-#: merge-recursive.c:1243
3796
+#: merge-recursive.c:1245
3797
#, c-format
3798
msgid ""
3799
"If this is correct simply add it to the index for example\n"
@@ -3755,32 +3810,32 @@ msgstr ""
3810
"\n"
3811
"per accettare questo suggerimento.\n"
3812
3758
-#: merge-recursive.c:1252
3813
+#: merge-recursive.c:1254
3814
#, c-format
3815
msgid "Failed to merge submodule %s (multiple merges found)"
3816
msgstr "Merge del sottomodulo %s non riuscito (più merge trovati)"
3817
3763
-#: merge-recursive.c:1325
3818
+#: merge-recursive.c:1327
3819
msgid "Failed to execute internal merge"
3820
msgstr "Esecuzione del merge interno non riuscita"
3821
3767
-#: merge-recursive.c:1330
3822
+#: merge-recursive.c:1332
3823
#, c-format
3824
msgid "Unable to add %s to database"
3825
msgstr "Impossibile aggiungere %s al database"
3826
3772
-#: merge-recursive.c:1362
3827
+#: merge-recursive.c:1364
3828
#, c-format
3829
msgid "Auto-merging %s"
3830
msgstr "Merge automatico di %s in corso"
3831
3777
-#: merge-recursive.c:1385
3832
+#: merge-recursive.c:1387
3833
#, c-format
3834
msgid "Error: Refusing to lose untracked file at %s; writing to %s instead."
3835
msgstr ""
3836
"Errore: mi rifiuto di perdere il file non tracciato %s; scrivo invece in %s."
3837
3783
-#: merge-recursive.c:1457
3838
+#: merge-recursive.c:1459
3839
#, c-format
3840
msgid ""
3841
"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
@@ -3789,7 +3844,7 @@ msgstr ""
3844
"CONFLITTO (%s/eliminazione): %s eliminato in %s e %s in %s. Versione %s di "
3845
"%s lasciata nell'albero."
3846
3792
-#: merge-recursive.c:1462
3847
+#: merge-recursive.c:1464
3848
#, c-format
3849
msgid ""
3850
"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
@@ -3798,7 +3853,7 @@ msgstr ""
3853
"CONFLITTO (%s/eliminazione): %s eliminato in %s e %s come %s in %s. Versione "
3854
"%s di %s lasciata nell'albero."
3855
3801
-#: merge-recursive.c:1469
3856
+#: merge-recursive.c:1471
3857
#, c-format
3858
msgid ""
3859
"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
@@ -3807,7 +3862,7 @@ msgstr ""
3862
"CONFLITTO (%s/eliminazione): %s eliminato in %s e %s in %s. Versione %s di "
3863
"%s lasciata nell'albero in %s."
3864
3810
-#: merge-recursive.c:1474
3865
+#: merge-recursive.c:1476
3866
#, c-format
3867
msgid ""
3868
"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
@@ -3816,43 +3871,43 @@ msgstr ""
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
3819
-#: merge-recursive.c:1509
3874
+#: merge-recursive.c:1511
3875
msgid "rename"
3876
msgstr "ridenominazione"
3877
3823
-#: merge-recursive.c:1509
3878
+#: merge-recursive.c:1511
3879
msgid "renamed"
3880
msgstr "rinominato"
3881
3827
-#: merge-recursive.c:1589 merge-recursive.c:2445 merge-recursive.c:3085
3882
+#: merge-recursive.c:1591 merge-recursive.c:2450 merge-recursive.c:3093
3883
#, c-format
3884
msgid "Refusing to lose dirty file at %s"
3885
msgstr "Mi rifiuto di perdere un file sporco in %s"
3886
3832
-#: merge-recursive.c:1599
3887
+#: merge-recursive.c:1601
3888
#, c-format
3889
msgid "Refusing to lose untracked file at %s, even though it's in the way."
3890
msgstr ""
3891
"Mi rifiuto di perdere un file non tracciato in %s, benché sia d'ostacolo."
3892
3838
-#: merge-recursive.c:1657
3893
+#: merge-recursive.c:1659
3894
#, c-format
3895
msgid "CONFLICT (rename/add): Rename %s->%s in %s. Added %s in %s"
3896
msgstr ""
3897
"CONFLITTO (ridenominazione/aggiunta): elemento ridenominato %s->%s in %s. %s "
3898
"aggiunto in %s"
3899
3845
-#: merge-recursive.c:1687
3900
+#: merge-recursive.c:1690
3901
#, c-format
3902
msgid "%s is a directory in %s adding as %s instead"
3903
msgstr "%s è una directory in %s; la aggiungo come %s"
3904
3850
-#: merge-recursive.c:1692
3905
+#: merge-recursive.c:1695
3906
#, c-format
3907
msgid "Refusing to lose untracked file at %s; adding as %s instead"
3908
msgstr "Mi rifiuto di perdere un file non tracciato in %s; lo aggiungo come %s"
3909
3855
-#: merge-recursive.c:1711
3910
+#: merge-recursive.c:1714
3911
#, c-format
3912
msgid ""
3913
"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
@@ -3861,18 +3916,18 @@ msgstr ""
3916
"CONFLITTO (ridenominazione/ridenominazione): file ridenominato \"%s\"->\"%s"
3917
"\" nel branch \"%s\", ridenominato \"%s\"->\"%s\" in \"%s\"%s"
3918
3864
-#: merge-recursive.c:1716
3919
+#: merge-recursive.c:1719
3920
msgid " (left unresolved)"
3921
msgstr " (lasciato irrisolto)"
3922
3868
-#: merge-recursive.c:1825
3923
+#: merge-recursive.c:1828
3924
#, c-format
3925
msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
3926
msgstr ""
3927
"CONFLITTO (ridenominazione/ridenominazione): file ridenominato %s->%s in %s. "
3928
"Ridenominato %s->%s in %s"
3929
3875
-#: merge-recursive.c:2030
3930
+#: merge-recursive.c:2035
3931
#, c-format
3932
msgid ""
3933
"CONFLICT (directory rename split): Unclear where to place %s because "
@@ -3883,7 +3938,7 @@ msgstr ""
3938
"perché la directory %s è stata ridenominata in più directory diverse e "
3939
"nessuna directory di destinazione contiene la maggior parte dei file."
3940
3886
-#: merge-recursive.c:2062
3941
+#: merge-recursive.c:2067
3942
#, c-format
3943
msgid ""
3944
"CONFLICT (implicit dir rename): Existing file/dir at %s in the way of "
@@ -3893,7 +3948,7 @@ msgstr ""
3948
"%s è d'ostacolo alle seguenti ridenominazioni directory che spostano in tale "
3949
"posizione i seguenti percorsi: %s."
3950
3896
-#: merge-recursive.c:2072
3951
+#: merge-recursive.c:2077
3952
#, c-format
3953
msgid ""
3954
"CONFLICT (implicit dir rename): Cannot map more than one path to %s; "
@@ -3903,7 +3958,7 @@ msgstr ""
3958
"un percorso in %s; delle ridenominazioni directory implicite hanno tentato "
3959
"di spostare in tale posizione i seguenti percorsi: %s"
3960
3906
-#: merge-recursive.c:2164
3961
+#: merge-recursive.c:2169
3962
#, c-format
3963
msgid ""
3964
"CONFLICT (rename/rename): Rename directory %s->%s in %s. Rename directory %s-"
@@ -3912,7 +3967,7 @@ msgstr ""
3967
"CONFLITTO (ridenominazione/ridenominazione): directory ridenominata %s->%s "
3968
"in %s. Directory ridenominata %s->%s in %s"
3969
3915
-#: merge-recursive.c:2408
3970
+#: merge-recursive.c:2413
3971
#, c-format
3972
msgid ""
3973
"WARNING: Avoiding applying %s -> %s rename to %s, because %s itself was "
@@ -3921,52 +3976,52 @@ msgstr ""
3976
"ATTENZIONE: evito di applicare la ridenominazione %s -> %s a %s perché %s "
3977
"stesso è stato ridenominato."
3978
3924
-#: merge-recursive.c:2929
3979
+#: merge-recursive.c:2937
3980
#, c-format
3981
msgid "cannot read object %s"
3982
msgstr "impossibile leggere l'oggetto %s"
3983
3929
-#: merge-recursive.c:2932
3984
+#: merge-recursive.c:2940
3985
#, c-format
3986
msgid "object %s is not a blob"
3987
msgstr "l'oggetto %s non è un blob"
3988
3934
-#: merge-recursive.c:2996
3989
+#: merge-recursive.c:3004
3990
msgid "modify"
3991
msgstr "modifica"
3992
3938
-#: merge-recursive.c:2996
3993
+#: merge-recursive.c:3004
3994
msgid "modified"
3995
msgstr "modificato"
3996
3942
-#: merge-recursive.c:3008
3997
+#: merge-recursive.c:3016
3998
msgid "content"
3999
msgstr "contenuto"
4000
3946
-#: merge-recursive.c:3012
4001
+#: merge-recursive.c:3020
4002
msgid "add/add"
4003
msgstr "aggiunta/aggiunta"
4004
3950
-#: merge-recursive.c:3035
4005
+#: merge-recursive.c:3043
4006
#, c-format
4007
msgid "Skipped %s (merged same as existing)"
4008
msgstr "Omesso %s (elemento sottoposto a merge uguale a quello esistente)"
4009
3955
-#: merge-recursive.c:3057 git-submodule.sh:937
4010
+#: merge-recursive.c:3065 git-submodule.sh:937
4011
msgid "submodule"
4012
msgstr "sottomodulo"
4013
3959
-#: merge-recursive.c:3058
4014
+#: merge-recursive.c:3066
4015
#, c-format
4016
msgid "CONFLICT (%s): Merge conflict in %s"
4017
msgstr "CONFLITTO (%s): conflitto di merge in %s"
4018
3964
-#: merge-recursive.c:3088
4019
+#: merge-recursive.c:3096
4020
#, c-format
4021
msgid "Adding as %s instead"
4022
msgstr "Lo aggiungo come %s"
4023
3969
-#: merge-recursive.c:3170
4024
+#: merge-recursive.c:3178
4025
#, c-format
4026
msgid ""
4027
"Path updated: %s added in %s inside a directory that was renamed in %s; "
@@ -3975,7 +4030,7 @@ msgstr ""
4030
"Percorso aggiornato: %s aggiunto in %s in una directory ridenominata in %s; "
4031
"lo sposto in %s."
4032
3978
-#: merge-recursive.c:3173
4033
+#: merge-recursive.c:3181
4034
#, c-format
4035
msgid ""
4036
"CONFLICT (file location): %s added in %s inside a directory that was renamed "
@@ -3984,7 +4039,7 @@ msgstr ""
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
3987
-#: merge-recursive.c:3177
4042
+#: merge-recursive.c:3185
4043
#, c-format
4044
msgid ""
4045
"Path updated: %s renamed to %s in %s, inside a directory that was renamed in "
@@ -3993,7 +4048,7 @@ msgstr ""
4048
"Percorso aggiornato: %s ridenominato in %s in %s in una directory "
4049
"ridenominata in %s; lo sposto in %s."
4050
3996
-#: merge-recursive.c:3180
4051
+#: merge-recursive.c:3188
4052
#, c-format
4053
msgid ""
4054
"CONFLICT (file location): %s renamed to %s in %s, inside a directory that "
@@ -4003,37 +4058,37 @@ msgstr ""
4058
"ridenominata in %s, il che suggerisce che forse dovrebbe essere spostato in "
4059
"%s."
4060
4006
-#: merge-recursive.c:3294
4061
+#: merge-recursive.c:3302
4062
#, c-format
4063
msgid "Removing %s"
4064
msgstr "Rimozione di %s"
4065
4011
-#: merge-recursive.c:3317
4066
+#: merge-recursive.c:3325
4067
msgid "file/directory"
4068
msgstr "file/directory"
4069
4015
-#: merge-recursive.c:3322
4070
+#: merge-recursive.c:3330
4071
msgid "directory/file"
4072
msgstr "directory/file"
4073
4019
-#: merge-recursive.c:3329
4074
+#: merge-recursive.c:3337
4075
#, c-format
4076
msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
4077
msgstr ""
4078
"CONFLITTO (%s): una directory denominata %s esiste già in %s. Aggiungo %s "
4079
"come %s"
4080
4026
-#: merge-recursive.c:3338
4081
+#: merge-recursive.c:3346
4082
#, c-format
4083
msgid "Adding %s"
4084
msgstr "Aggiunta %s"
4085
4031
-#: merge-recursive.c:3347
4086
+#: merge-recursive.c:3355
4087
#, c-format
4088
msgid "CONFLICT (add/add): Merge conflict in %s"
4089
msgstr "CONFLITTO (aggiungi/aggiungi): conflitto di merge in %s"
4090
4036
-#: merge-recursive.c:3385
4091
+#: merge-recursive.c:3393
4092
#, c-format
4093
msgid ""
4094
"Your local changes to the following files would be overwritten by merge:\n"
@@ -4042,176 +4097,189 @@ msgstr ""
4097
"Le tue modifiche locali ai seguenti file sarebbero sovrascritte dal merge:\n"
4098
" %s"
4099
4045
-#: merge-recursive.c:3396
4100
+#: merge-recursive.c:3404
4101
msgid "Already up to date!"
4102
msgstr "Già aggiornato!"
4103
4049
-#: merge-recursive.c:3405
4104
+#: merge-recursive.c:3413
4105
#, c-format
4106
msgid "merging of trees %s and %s failed"
4107
msgstr "merge degli alberi %s e %s non riuscito"
4108
4054
-#: merge-recursive.c:3504
4109
+#: merge-recursive.c:3512
4110
msgid "Merging:"
4111
msgstr "Merge in corso:"
4112
4058
-#: merge-recursive.c:3517
4113
+#: merge-recursive.c:3525
4114
#, c-format
4115
msgid "found %u common ancestor:"
4116
msgid_plural "found %u common ancestors:"
4117
msgstr[0] "trovato %u antenato comune:"
4118
msgstr[1] "trovati %u antenati comuni:"
4119
4065
-#: merge-recursive.c:3556
4120
+#: merge-recursive.c:3564
4121
msgid "merge returned no commit"
4122
msgstr "il merge non ha restituito alcun commit"
4123
4069
-#: merge-recursive.c:3622
4124
+#: merge-recursive.c:3630
4125
#, c-format
4126
msgid "Could not parse object '%s'"
4127
msgstr "Impossibile analizzare l'oggetto '%s'"
4128
4074
-#: merge-recursive.c:3638 builtin/merge.c:702 builtin/merge.c:873
4129
+#: merge-recursive.c:3646 builtin/merge.c:698 builtin/merge.c:869
4130
msgid "Unable to write index."
4131
msgstr "Impossibile scrivere l'indice."
4132
4078
-#: midx.c:66
4133
+#: midx.c:69
4134
#, c-format
4135
msgid "multi-pack-index file %s is too small"
4136
msgstr "il file multi-pack-index %s è troppo piccolo"
4137
4083
-#: midx.c:82
4138
+#: midx.c:85
4139
#, c-format
4140
msgid "multi-pack-index signature 0x%08x does not match signature 0x%08x"
4141
msgstr "la firma del multi-pack-index 0x%08x non corrisponde alla firma 0x%08x"
4142
4088
-#: midx.c:87
4143
+#: midx.c:90
4144
#, c-format
4145
msgid "multi-pack-index version %d not recognized"
4146
msgstr "versione %d multi-pack-index non riconosciuta"
4147
4093
-#: midx.c:92
4148
+#: midx.c:95
4149
#, c-format
4150
msgid "hash version %u does not match"
4151
msgstr "la versione dell'hash %u non corrisponde"
4152
4098
-#: midx.c:106
4153
+#: midx.c:109
4154
msgid "invalid chunk offset (too large)"
4155
msgstr "offset blocco non valido (troppo grande)"
4156
4102
-#: midx.c:130
4157
+#: midx.c:133
4158
msgid "terminating multi-pack-index chunk id appears earlier than expected"
4159
msgstr "l'ID blocco finale multi-pack-index compare prima di quanto previsto"
4160
4106
-#: midx.c:143
4161
+#: midx.c:146
4162
msgid "multi-pack-index missing required pack-name chunk"
4163
msgstr "dal multi-pack-index manca il blocco richiesto pack-name"
4164
4110
-#: midx.c:145
4165
+#: midx.c:148
4166
msgid "multi-pack-index missing required OID fanout chunk"
4167
msgstr "dal multi-pack-index manca il blocco richiesto fanout OID"
4168
4114
-#: midx.c:147
4169
+#: midx.c:150
4170
msgid "multi-pack-index missing required OID lookup chunk"
4171
msgstr "dal multi-pack-index manca il blocco richiesto lookup OID"
4172
4118
-#: midx.c:149
4173
+#: midx.c:152
4174
msgid "multi-pack-index missing required object offsets chunk"
4175
msgstr "dal multi-pack-index manca il blocco richiesto offset oggetti"
4176
4122
-#: midx.c:163
4177
+#: midx.c:166
4178
#, c-format
4179
msgid "multi-pack-index pack names out of order: '%s' before '%s'"
4180
msgstr "nomi pack multi-pack-index in disordine: '%s' appare prima di '%s'"
4181
4127
-#: midx.c:208
4182
+#: midx.c:211
4183
#, c-format
4184
msgid "bad pack-int-id: %u (%u total packs)"
4185
msgstr "pack-int-id non valido: %u (%u pack totali)"
4186
4132
-#: midx.c:258
4187
+#: midx.c:261
4188
msgid "multi-pack-index stores a 64-bit offset, but off_t is too small"
4189
msgstr ""
4190
"nel multi-pack-index è salvato un offset a 64 bit, ma off_t è troppo piccolo"
4191
4137
-#: midx.c:286
4192
+#: midx.c:289
4193
msgid "error preparing packfile from multi-pack-index"
4194
msgstr "errore durante la preparazione del packfile dal multi-pack-index"
4195
4141
-#: midx.c:457
4196
+#: midx.c:470
4197
#, c-format
4198
msgid "failed to add packfile '%s'"
4199
msgstr "aggiunta del packfile '%s' non riuscita"
4200
4146
-#: midx.c:463
4201
+#: midx.c:476
4202
#, c-format
4203
msgid "failed to open pack-index '%s'"
4204
msgstr "apertura del pack-index '%s' non riuscita"
4205
4151
-#: midx.c:557
4206
+#: midx.c:536
4207
#, c-format
4208
msgid "failed to locate object %d in packfile"
4209
msgstr "ricerca dell'oggetto %d nel packfile non riuscita"
4210
4156
-#: midx.c:993
4211
+#: midx.c:865
4212
+#, c-format
4213
+msgid "did not see pack-file %s to drop"
4214
+msgstr "non ho visto il file pack %s da scartare"
4215
+
4216
+#: midx.c:1036
4217
#, c-format
4218
msgid "failed to clear multi-pack-index at %s"
4219
msgstr "pulizia del multi-pack-index %s non riuscita"
4220
4161
-#: midx.c:1048
4221
+#: midx.c:1091
4222
msgid "Looking for referenced packfiles"
4223
msgstr "Ricerca di file pack referenziati in corso"
4224
4165
-#: midx.c:1063
4225
+#: midx.c:1106
4226
#, c-format
4227
msgid ""
4228
"oid fanout out of order: fanout[%d] = %<PRIx32> > %<PRIx32> = fanout[%d]"
4229
msgstr ""
4230
"fanout oid in disordine: fanout[%d] = %<PRIx32> > %<PRIx32> = fanout[%d]"
4231
4172
-#: midx.c:1067
4232
+#: midx.c:1110
4233
msgid "Verifying OID order in MIDX"
4234
msgstr "Verifica ordine OID in MIDX in corso"
4235
4176
-#: midx.c:1076
4236
+#: midx.c:1119
4237
#, c-format
4238
msgid "oid lookup out of order: oid[%d] = %s >= %s = oid[%d]"
4239
msgstr "lookup oid in disordine: oid[%d] = %s >= %s = oid[%d]"
4240
4181
-#: midx.c:1095
4241
+#: midx.c:1138
4242
msgid "Sorting objects by packfile"
4243
msgstr "Ordinamento degli oggetti nel packfile in corso"
4244
4185
-#: midx.c:1101
4245
+#: midx.c:1144
4246
msgid "Verifying object offsets"
4247
msgstr "Verifica offset oggetti in corso"
4248
4189
-#: midx.c:1117
4249
+#: midx.c:1160
4250
#, c-format
4251
msgid "failed to load pack entry for oid[%d] = %s"
4252
msgstr "caricamento voce pack per oid[%d] = %s non riuscito"
4253
4194
-#: midx.c:1123
4254
+#: midx.c:1166
4255
#, c-format
4256
msgid "failed to load pack-index for packfile %s"
4257
msgstr "caricamento pack-index per il packfile %s non riuscito"
4258
4199
-#: midx.c:1132
4259
+#: midx.c:1175
4260
#, c-format
4261
msgid "incorrect object offset for oid[%d] = %s: %<PRIx64> != %<PRIx64>"
4262
msgstr "offset oggetto non corretto per oid[%d] = %s: %<PRIx64> != %<PRIx64>"
4263
4204
-#: name-hash.c:531
4264
+#: midx.c:1350
4265
+msgid "could not start pack-objects"
4266
+msgstr "impossibile avviare pack-objects"
4267
+
4268
+#: midx.c:1369
4269
+msgid "could not finish pack-objects"
4270
+msgstr "impossibile finire pack-objects"
4271
+
4272
+#: name-hash.c:532
4273
#, c-format
4274
msgid "unable to create lazy_dir thread: %s"
4275
msgstr "impossibile creare il thread lazy_dir: %s"
4276
4209
-#: name-hash.c:553
4277
+#: name-hash.c:554
4278
#, c-format
4279
msgid "unable to create lazy_name thread: %s"
4280
msgstr "impossibile creare il thread lazy_name: %s"
4281
4214
-#: name-hash.c:559
4282
+#: name-hash.c:560
4283
#, c-format
4284
msgid "unable to join lazy_name thread: %s"
4285
msgstr "impossibile bloccare il thread lazy_name: %s"
@@ -4283,17 +4351,17 @@ msgstr "impossibile analizzare l'oggetto: %s"
4351
msgid "hash mismatch %s"
4352
msgstr "hash non corrispondente: %s"
4353
4286
-#: packfile.c:617
4354
+#: packfile.c:648
4355
msgid "offset before end of packfile (broken .idx?)"
4356
msgstr "offset collocato prima della fine del packfile (.idx corrotto?)"
4357
4290
-#: packfile.c:1868
4358
+#: packfile.c:1899
4359
#, c-format
4360
msgid "offset before start of pack index for %s (corrupt index?)"
4361
msgstr ""
4362
"offset collocato prima dell'inizio dell'indice pack per %s (indice corrotto?)"
4363
4296
-#: packfile.c:1872
4364
+#: packfile.c:1903
4365
#, c-format
4366
msgid "offset beyond end of pack index for %s (truncated index?)"
4367
msgstr ""
@@ -4555,24 +4623,29 @@ msgstr "impossibile creare lstat in versione threaded: %s"
4623
msgid "unable to parse --pretty format"
4624
msgstr "impossibile analizzare il formato --pretty"
4625
4558
-#: range-diff.c:56
4626
+#: range-diff.c:70
4627
msgid "could not start `log`"
4628
msgstr "impossibile avviare `log`"
4629
4562
-#: range-diff.c:59
4630
+#: range-diff.c:72
4631
msgid "could not read `log` output"
4632
msgstr "impossibile leggere l'output di `log`"
4633
4566
-#: range-diff.c:74 sequencer.c:4897
4634
+#: range-diff.c:91 sequencer.c:5021
4635
#, c-format
4636
msgid "could not parse commit '%s'"
4637
msgstr "impossibile analizzare il commit '%s'"
4638
4571
-#: range-diff.c:224
4639
+#: range-diff.c:117
4640
+#, c-format
4641
+msgid "could not parse git header '%.*s'"
4642
+msgstr "impossibile analizzare l'header Git '%.*s'"
4643
+
4644
+#: range-diff.c:274
4645
msgid "failed to generate diff"
4646
msgstr "generazione del diff non riuscita"
4647
4575
-#: range-diff.c:455 range-diff.c:457
4648
+#: range-diff.c:506 range-diff.c:508
4649
#, c-format
4650
msgid "could not parse log for '%s'"
4651
msgstr "impossibile analizzare il registro di '%s'"
@@ -4689,11 +4762,10 @@ msgid "unordered stage entries for '%s'"
4762
msgstr "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
4692
-#: builtin/add.c:460 builtin/check-ignore.c:178 builtin/checkout.c:358
4693
-#: builtin/checkout.c:672 builtin/checkout.c:1060 builtin/clean.c:955
4694
-#: builtin/commit.c:344 builtin/diff-tree.c:120 builtin/grep.c:498
4695
-#: builtin/mv.c:145 builtin/reset.c:245 builtin/rm.c:271
4696
-#: builtin/submodule--helper.c:330
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
4769
msgid "index file corrupt"
4770
msgstr "file indice corrotto"
4771
@@ -4747,12 +4819,12 @@ msgstr "impossibile aggiornare l'indice condiviso '%s'"
4819
msgid "broken index, expect %s in %s, got %s"
4820
msgstr "indice corrotto, atteso %s in %s, presente %s"
4821
4750
-#: read-cache.c:2989 wrapper.c:658 builtin/merge.c:1117
4822
+#: read-cache.c:2989 wrapper.c:658 builtin/merge.c:1114
4823
#, c-format
4824
msgid "could not close '%s'"
4825
msgstr "impossibile chiudere '%s'"
4826
4755
-#: read-cache.c:3092 sequencer.c:2354 sequencer.c:3807
4827
+#: read-cache.c:3092 sequencer.c:2358 sequencer.c:3928
4828
#, c-format
4829
msgid "could not stat '%s'"
4830
msgstr "impossibile eseguire lo stat di '%s'"
@@ -4837,7 +4909,7 @@ msgid_plural "Rebase %s onto %s (%d commands)"
4909
msgstr[0] "Rebase di %s su %s (%d comando)"
4910
msgstr[1] "Rebase di %s su %s (%d comandi)"
4911
4840
-#: rebase-interactive.c:65 git-rebase--preserve-merges.sh:173
4912
+#: rebase-interactive.c:65 git-rebase--preserve-merges.sh:228
4913
msgid ""
4914
"\n"
4915
"Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
@@ -4846,7 +4918,7 @@ msgstr ""
4918
"Non eliminare alcuna riga. Usa esplicitamente 'drop' per rimuovere un "
4919
"commit.\n"
4920
4849
-#: rebase-interactive.c:68 git-rebase--preserve-merges.sh:177
4921
+#: rebase-interactive.c:68 git-rebase--preserve-merges.sh:232
4922
msgid ""
4923
"\n"
4924
"If you remove a line here THAT COMMIT WILL BE LOST.\n"
@@ -4854,7 +4926,7 @@ msgstr ""
4926
"\n"
4927
"Rimuovendo una riga da qui IL COMMIT CORRISPONDENTE ANDRÀ PERDUTO.\n"
4928
4857
-#: rebase-interactive.c:74 git-rebase--preserve-merges.sh:816
4929
+#: rebase-interactive.c:74 git-rebase--preserve-merges.sh:871
4930
msgid ""
4931
"\n"
4932
"You are editing the todo file of an ongoing interactive rebase.\n"
@@ -4868,7 +4940,7 @@ msgstr ""
4940
" git rebase --continue\n"
4941
"\n"
4942
4871
-#: rebase-interactive.c:79 git-rebase--preserve-merges.sh:893
4943
+#: rebase-interactive.c:79 git-rebase--preserve-merges.sh:948
4944
msgid ""
4945
"\n"
4946
"However, if you remove everything, the rebase will be aborted.\n"
@@ -4878,12 +4950,12 @@ msgstr ""
4950
"Ciò nonostante, se rimuovi tutto, il rebase sarà annullato.\n"
4951
"\n"
4952
4881
-#: rebase-interactive.c:85 git-rebase--preserve-merges.sh:900
4953
+#: rebase-interactive.c:85 git-rebase--preserve-merges.sh:955
4954
msgid "Note that empty commits are commented out"
4955
msgstr "Nota che i commit vuoti sono commentati"
4956
4885
-#: rebase-interactive.c:105 rerere.c:485 rerere.c:692 sequencer.c:3339
4886
-#: sequencer.c:3365 sequencer.c:4996 builtin/fsck.c:356 builtin/rebase.c:235
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
4960
msgid "could not write '%s'"
4961
msgstr "impossibile scrivere '%s'"
@@ -4921,97 +4993,98 @@ msgstr ""
4993
"I comportamenti possibili sono ignore, warn, error.\n"
4994
"\n"
4995
4924
-#: refs.c:192
4996
+#: refs.c:262
4997
#, c-format
4998
msgid "%s does not point to a valid object!"
4999
msgstr "%s non punta a un oggetto valido!"
5000
4929
-#: refs.c:597
5001
+#: refs.c:667
5002
#, c-format
5003
msgid "ignoring dangling symref %s"
5004
msgstr "ignoro il riferimento simbolico pendente %s"
5005
4934
-#: refs.c:599 ref-filter.c:1982
5006
+#: refs.c:669 ref-filter.c:2092
5007
#, c-format
5008
msgid "ignoring broken ref %s"
5009
msgstr "ignoro il riferimento rotto %s"
5010
4939
-#: refs.c:734
5011
+#: refs.c:804
5012
#, c-format
5013
msgid "could not open '%s' for writing: %s"
5014
msgstr "impossibile aprire '%s' in scrittura: %s"
5015
4944
-#: refs.c:744 refs.c:795
5016
+#: refs.c:814 refs.c:865
5017
#, c-format
5018
msgid "could not read ref '%s'"
5019
msgstr "impossibile leggere il riferimento '%s'"
5020
4949
-#: refs.c:750
5021
+#: refs.c:820
5022
#, c-format
5023
msgid "ref '%s' already exists"
5024
msgstr "il riferimento '%s' esiste già"
5025
4954
-#: refs.c:755
5026
+#: refs.c:825
5027
#, c-format
5028
msgid "unexpected object ID when writing '%s'"
5029
msgstr "ID oggetto inatteso durante la scrittura di '%s'"
5030
4959
-#: refs.c:763 sequencer.c:400 sequencer.c:2679 sequencer.c:2805
4960
-#: sequencer.c:2819 sequencer.c:3076 sequencer.c:4913 wrapper.c:656
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
5034
msgid "could not write to '%s'"
5035
msgstr "impossibile scrivere su '%s'"
5036
4965
-#: refs.c:790 wrapper.c:225 wrapper.c:395 builtin/am.c:715 builtin/rebase.c:993
5037
+#: refs.c:860 wrapper.c:225 wrapper.c:395 builtin/am.c:715
5038
+#: builtin/rebase.c:1003
5039
#, c-format
5040
msgid "could not open '%s' for writing"
5041
msgstr "impossibile aprire '%s' in scrittura"
5042
4970
-#: refs.c:797
5043
+#: refs.c:867
5044
#, c-format
5045
msgid "unexpected object ID when deleting '%s'"
5046
msgstr "ID oggetto inatteso durante l'eliminazione di '%s'"
5047
4975
-#: refs.c:928
5048
+#: refs.c:998
5049
#, c-format
5050
msgid "log for ref %s has gap after %s"
5051
msgstr "il registro per il riferimento %s ha delle voci mancanti dopo %s"
5052
4980
-#: refs.c:934
5053
+#: refs.c:1004
5054
#, c-format
5055
msgid "log for ref %s unexpectedly ended on %s"
5056
msgstr "il registro per il riferimento %s è terminato inaspettatamente a %s"
5057
4985
-#: refs.c:993
5058
+#: refs.c:1063
5059
#, c-format
5060
msgid "log for %s is empty"
5061
msgstr "il registro per %s è vuoto"
5062
4990
-#: refs.c:1085
5063
+#: refs.c:1155
5064
#, c-format
5065
msgid "refusing to update ref with bad name '%s'"
5066
msgstr "mi rifiuto di aggiornare il riferimento con il nome non valido '%s'"
5067
4995
-#: refs.c:1161
5068
+#: refs.c:1231
5069
#, c-format
5070
msgid "update_ref failed for ref '%s': %s"
5071
msgstr "update_ref per il riferimento '%s' non riuscita: %s"
5072
5000
-#: refs.c:1942
5073
+#: refs.c:2012
5074
#, c-format
5075
msgid "multiple updates for ref '%s' not allowed"
5076
msgstr "aggiornamenti multipli per il riferimento '%s' non consentiti"
5077
5005
-#: refs.c:1974
5078
+#: refs.c:2044
5079
msgid "ref updates forbidden inside quarantine environment"
5080
msgstr "aggiornamenti riferimento vietati nell'ambiente quarantena"
5081
5009
-#: refs.c:2070 refs.c:2100
5082
+#: refs.c:2140 refs.c:2170
5083
#, c-format
5084
msgid "'%s' exists; cannot create '%s'"
5085
msgstr "'%s' esiste già; impossibile creare '%s'"
5086
5014
-#: refs.c:2076 refs.c:2111
5087
+#: refs.c:2146 refs.c:2181
5088
#, c-format
5089
msgid "cannot process '%s' and '%s' at the same time"
5090
msgstr "impossibile gestire '%s' e '%s' contemporaneamente"
@@ -5037,141 +5110,141 @@ msgstr "impossibile eliminare i riferimenti: %s"
5110
msgid "invalid refspec '%s'"
5111
msgstr "specificatore riferimento '%s' non valido"
5112
5040
-#: ref-filter.c:39 wt-status.c:1909
5113
+#: ref-filter.c:42 wt-status.c:1934
5114
msgid "gone"
5115
msgstr "sparito"
5116
5044
-#: ref-filter.c:40
5117
+#: ref-filter.c:43
5118
#, c-format
5119
msgid "ahead %d"
5120
msgstr "dopo %d"
5121
5049
-#: ref-filter.c:41
5122
+#: ref-filter.c:44
5123
#, c-format
5124
msgid "behind %d"
5125
msgstr "prima di %d"
5126
5054
-#: ref-filter.c:42
5127
+#: ref-filter.c:45
5128
#, c-format
5129
msgid "ahead %d, behind %d"
5130
msgstr "dopo %d, prima di %d"
5131
5059
-#: ref-filter.c:138
5132
+#: ref-filter.c:162
5133
#, c-format
5134
msgid "expected format: %%(color:<color>)"
5135
msgstr "formato atteso: %%(color:<colore>)"
5136
5064
-#: ref-filter.c:140
5137
+#: ref-filter.c:164
5138
#, c-format
5139
msgid "unrecognized color: %%(color:%s)"
5140
msgstr "colore non riconosciuto: %%(color:%s)"
5141
5069
-#: ref-filter.c:162
5142
+#: ref-filter.c:186
5143
#, c-format
5144
msgid "Integer value expected refname:lstrip=%s"
5145
msgstr "Atteso valore intero: refname:lstrip=%s"
5146
5074
-#: ref-filter.c:166
5147
+#: ref-filter.c:190
5148
#, c-format
5149
msgid "Integer value expected refname:rstrip=%s"
5150
msgstr "Atteso valore intero: refname:rstrip=%s"
5151
5079
-#: ref-filter.c:168
5152
+#: ref-filter.c:192
5153
#, c-format
5154
msgid "unrecognized %%(%s) argument: %s"
5155
msgstr "argomento %%(%s) non riconosciuto: %s"
5156
5084
-#: ref-filter.c:223
5157
+#: ref-filter.c:247
5158
#, c-format
5159
msgid "%%(objecttype) does not take arguments"
5160
msgstr "%%(objecttype) non accetta argomenti"
5161
5089
-#: ref-filter.c:245
5162
+#: ref-filter.c:269
5163
#, c-format
5164
msgid "unrecognized %%(objectsize) argument: %s"
5165
msgstr "argomento %%(objectsize) non riconosciuto: %s"
5166
5094
-#: ref-filter.c:253
5167
+#: ref-filter.c:277
5168
#, c-format
5169
msgid "%%(deltabase) does not take arguments"
5170
msgstr "%%(deltabase) non accetta argomenti"
5171
5099
-#: ref-filter.c:265
5172
+#: ref-filter.c:289
5173
#, c-format
5174
msgid "%%(body) does not take arguments"
5175
msgstr "%%(body) non accetta argomenti"
5176
5104
-#: ref-filter.c:274
5177
+#: ref-filter.c:298
5178
#, c-format
5179
msgid "%%(subject) does not take arguments"
5180
msgstr "%%(subject) non accetta argomenti"
5181
5109
-#: ref-filter.c:296
5182
+#: ref-filter.c:320
5183
#, c-format
5184
msgid "unknown %%(trailers) argument: %s"
5185
msgstr "argomento %%(trailers) sconosciuto: %s"
5186
5114
-#: ref-filter.c:325
5187
+#: ref-filter.c:349
5188
#, c-format
5189
msgid "positive value expected contents:lines=%s"
5190
msgstr "atteso valore positivo in contents:lines=%s"
5191
5119
-#: ref-filter.c:327
5192
+#: ref-filter.c:351
5193
#, c-format
5194
msgid "unrecognized %%(contents) argument: %s"
5195
msgstr "argomento %%(contents) non riconosciuto: %s"
5196
5124
-#: ref-filter.c:342
5197
+#: ref-filter.c:366
5198
#, c-format
5199
msgid "positive value expected objectname:short=%s"
5200
msgstr "atteso valore positivo in objectname:short=%s"
5201
5129
-#: ref-filter.c:346
5202
+#: ref-filter.c:370
5203
#, c-format
5204
msgid "unrecognized %%(objectname) argument: %s"
5205
msgstr "argomento %%(objectname) non riconosciuto: %s"
5206
5134
-#: ref-filter.c:376
5207
+#: ref-filter.c:400
5208
#, c-format
5209
msgid "expected format: %%(align:<width>,<position>)"
5210
msgstr "formato atteso: %%(align:<ampiezza>,<posizione>)"
5211
5139
-#: ref-filter.c:388
5212
+#: ref-filter.c:412
5213
#, c-format
5214
msgid "unrecognized position:%s"
5215
msgstr "valore non riconosciuto: position:%s"
5216
5144
-#: ref-filter.c:395
5217
+#: ref-filter.c:419
5218
#, c-format
5219
msgid "unrecognized width:%s"
5220
msgstr "valore non riconosciuto: width:%s"
5221
5149
-#: ref-filter.c:404
5222
+#: ref-filter.c:428
5223
#, c-format
5224
msgid "unrecognized %%(align) argument: %s"
5225
msgstr "argomento %%(align) non riconosciuto: %s"
5226
5154
-#: ref-filter.c:412
5227
+#: ref-filter.c:436
5228
#, c-format
5229
msgid "positive width expected with the %%(align) atom"
5230
msgstr "attesa ampiezza positiva con l'atom %%(align)"
5231
5159
-#: ref-filter.c:430
5232
+#: ref-filter.c:454
5233
#, c-format
5234
msgid "unrecognized %%(if) argument: %s"
5235
msgstr "argomento %%(if) non riconosciuto: %s"
5236
5164
-#: ref-filter.c:531
5237
+#: ref-filter.c:556
5238
#, c-format
5239
msgid "malformed field name: %.*s"
5240
msgstr "nome campo malformato: %.*s"
5241
5169
-#: ref-filter.c:558
5242
+#: ref-filter.c:583
5243
#, c-format
5244
msgid "unknown field name: %.*s"
5245
msgstr "nome campo sconosciuto: %.*s"
5246
5174
-#: ref-filter.c:562
5247
+#: ref-filter.c:587
5248
#, c-format
5249
msgid ""
5250
"not a git repository, but the field '%.*s' requires access to object data"
@@ -5179,127 +5252,111 @@ msgstr ""
5252
"non è un repository git, ma il campo '%.*s' richiede l'accesso ai dati "
5253
"oggetto"
5254
5182
-#: ref-filter.c:686
5255
+#: ref-filter.c:711
5256
#, c-format
5257
msgid "format: %%(if) atom used without a %%(then) atom"
5258
msgstr "formato: atomo %%(if) usato senza un atomo %%(then)"
5259
5187
-#: ref-filter.c:749
5260
+#: ref-filter.c:774
5261
#, c-format
5262
msgid "format: %%(then) atom used without an %%(if) atom"
5263
msgstr "formato: atomo %%(then) usato senza un atomo %%(if)"
5264
5192
-#: ref-filter.c:751
5265
+#: ref-filter.c:776
5266
#, c-format
5267
msgid "format: %%(then) atom used more than once"
5268
msgstr "formato: atomo %%(then) usato più di una volta"
5269
5197
-#: ref-filter.c:753
5270
+#: ref-filter.c:778
5271
#, c-format
5272
msgid "format: %%(then) atom used after %%(else)"
5273
msgstr "formato: atomo %%(then) usato dopo %%(else)"
5274
5202
-#: ref-filter.c:781
5275
+#: ref-filter.c:806
5276
#, c-format
5277
msgid "format: %%(else) atom used without an %%(if) atom"
5278
msgstr "formato: atomo %%(else) usato senza un atomo %%(if)"
5279
5207
-#: ref-filter.c:783
5280
+#: ref-filter.c:808
5281
#, c-format
5282
msgid "format: %%(else) atom used without a %%(then) atom"
5283
msgstr "formato: atomo %%(else) usato senza un atomo %%(then)"
5284
5212
-#: ref-filter.c:785
5285
+#: ref-filter.c:810
5286
#, c-format
5287
msgid "format: %%(else) atom used more than once"
5288
msgstr "formato: atomo %%(else) usato più di una volta"
5289
5217
-#: ref-filter.c:800
5290
+#: ref-filter.c:825
5291
#, c-format
5292
msgid "format: %%(end) atom used without corresponding atom"
5293
msgstr "formato: atomo %%(end) usato senza l'atomo corrispondente"
5294
5222
-#: ref-filter.c:857
5295
+#: ref-filter.c:882
5296
#, c-format
5297
msgid "malformed format string %s"
5298
msgstr "stringa di formato %s malformata"
5299
5227
-#: ref-filter.c:1453
5228
-#, c-format
5229
-msgid "(no branch, rebasing %s)"
5230
-msgstr "(nessun branch, eseguo il rebase di %s)"
5231
-
5232
-#: ref-filter.c:1456
5233
-#, c-format
5234
-msgid "(no branch, rebasing detached HEAD %s)"
5235
-msgstr "(nessun branch, eseguo il rebase dell'HEAD scollegato %s)"
5236
-
5237
-#: ref-filter.c:1459
5300
+#: ref-filter.c:1485
5301
#, c-format
5239
-msgid "(no branch, bisect started on %s)"
5240
-msgstr "(nessun branch, bisezione avviata su %s)"
5302
+msgid "no branch, rebasing %s"
5303
+msgstr "nessun branch, eseguo il rebase di %s"
5304
5242
-#. TRANSLATORS: make sure this matches "HEAD
5243
-#. detached at " in wt-status.c
5244
-#.
5245
-#: ref-filter.c:1467
5305
+#: ref-filter.c:1488
5306
#, c-format
5247
-msgid "(HEAD detached at %s)"
5248
-msgstr "(HEAD scollegato su %s)"
5307
+msgid "no branch, rebasing detached HEAD %s"
5308
+msgstr "nessun branch, eseguo il rebase dell'HEAD scollegato %s"
5309
5250
-#. TRANSLATORS: make sure this matches "HEAD
5251
-#. detached from " in wt-status.c
5252
-#.
5253
-#: ref-filter.c:1474
5310
+#: ref-filter.c:1491
5311
#, c-format
5255
-msgid "(HEAD detached from %s)"
5256
-msgstr "(HEAD scollegato da %s)"
5312
+msgid "no branch, bisect started on %s"
5313
+msgstr "nessun branch, bisezione avviata su %s"
5314
5258
-#: ref-filter.c:1478
5259
-msgid "(no branch)"
5260
-msgstr "(nessun branch)"
5315
+#: ref-filter.c:1501
5316
+msgid "no branch"
5317
+msgstr "nessun branch"
5318
5262
-#: ref-filter.c:1512 ref-filter.c:1669
5319
+#: ref-filter.c:1537 ref-filter.c:1743
5320
#, c-format
5321
msgid "missing object %s for %s"
5322
msgstr "oggetto %s mancante per %s"
5323
5267
-#: ref-filter.c:1522
5324
+#: ref-filter.c:1547
5325
#, c-format
5326
msgid "parse_object_buffer failed on %s for %s"
5327
msgstr "parse_object_buffer non riuscito su %s per %s"
5328
5272
-#: ref-filter.c:1888
5329
+#: ref-filter.c:1998
5330
#, c-format
5331
msgid "malformed object at '%s'"
5332
msgstr "oggetto malformato in '%s'"
5333
5277
-#: ref-filter.c:1977
5334
+#: ref-filter.c:2087
5335
#, c-format
5336
msgid "ignoring ref with broken name %s"
5337
msgstr "ignoro il riferimento con il nome malformato %s"
5338
5282
-#: ref-filter.c:2263
5339
+#: ref-filter.c:2382
5340
#, c-format
5341
msgid "format: %%(end) atom missing"
5342
msgstr "formato: atomo %%(end) mancante"
5343
5287
-#: ref-filter.c:2363
5344
+#: ref-filter.c:2482
5345
#, c-format
5346
msgid "option `%s' is incompatible with --merged"
5347
msgstr "l'opzione `%s' non è compatibile con --merged"
5348
5292
-#: ref-filter.c:2366
5349
+#: ref-filter.c:2485
5350
#, c-format
5351
msgid "option `%s' is incompatible with --no-merged"
5352
msgstr "l'opzione `%s' non è compatibile con --no-merged"
5353
5297
-#: ref-filter.c:2376
5354
+#: ref-filter.c:2495
5355
#, c-format
5356
msgid "malformed object name %s"
5357
msgstr "nome dell'oggetto %s malformato"
5358
5302
-#: ref-filter.c:2381
5359
+#: ref-filter.c:2500
5360
#, c-format
5361
msgid "option `%s' must point to a commit"
5362
msgstr "l'opzione `%s' deve puntare ad un commit"
@@ -5551,13 +5608,11 @@ msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
5608
msgid_plural ""
5609
"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
5610
msgstr[0] ""
5554
-"Il tuo branch, rispetto a '%s', è indietro di %d commit e ne posso eseguire"
5555
-" il "
5556
-"fast forward.\n"
5611
+"Il tuo branch, rispetto a '%s', è indietro di %d commit e ne posso eseguire "
5612
+"il fast forward.\n"
5613
msgstr[1] ""
5558
-"Il tuo branch, rispetto a '%s', è indietro di %d commit e ne posso eseguire"
5559
-" il "
5560
-"fast forward.\n"
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
5618
msgid " (use \"git pull\" to update your local branch)\n"
@@ -5660,8 +5715,8 @@ msgstr "impossibile eseguire l'unlink dell'oggetto smarrito '%s'"
5715
msgid "Recorded preimage for '%s'"
5716
msgstr "Salvata preimmagine di '%s'"
5717
5663
-#: rerere.c:881 submodule.c:2024 builtin/log.c:1750
5664
-#: builtin/submodule--helper.c:1417 builtin/submodule--helper.c:1427
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
5721
msgid "could not create directory '%s'"
5722
msgstr "impossibile creare la directory '%s'"
@@ -5695,20 +5750,20 @@ msgstr "Risoluzione per '%s' dimenticata\n"
5750
msgid "unable to open rr-cache directory"
5751
msgstr "impossibile aprire la directory cache rr"
5752
5698
-#: revision.c:2476
5753
+#: revision.c:2507
5754
msgid "your current branch appears to be broken"
5755
msgstr "sembra che il tuo branch corrente sia rotto"
5756
5702
-#: revision.c:2479
5757
+#: revision.c:2510
5758
#, c-format
5759
msgid "your current branch '%s' does not have any commits yet"
5760
msgstr "il tuo branch corrente '%s' non ha ancora commit"
5761
5707
-#: revision.c:2679
5762
+#: revision.c:2710
5763
msgid "--first-parent is incompatible with --bisect"
5764
msgstr "--first-parent non è compatibile con --bisect"
5765
5711
-#: revision.c:2683
5766
+#: revision.c:2714
5767
msgid "-L does not yet support diff formats besides -p and -s"
5768
msgstr "-L non supporta ancora formati diff oltre a -p e -s"
5769
@@ -5780,24 +5835,29 @@ msgstr "modalità pulizia messaggio commit non valida: '%s'"
5835
msgid "could not delete '%s'"
5836
msgstr "impossibile eliminare '%s'"
5837
5783
-#: sequencer.c:318
5838
+#: sequencer.c:311 builtin/rebase.c:759 builtin/rebase.c:1645 builtin/rm.c:369
5839
+#, c-format
5840
+msgid "could not remove '%s'"
5841
+msgstr "impossibile rimuovere '%s'"
5842
+
5843
+#: sequencer.c:321
5844
msgid "revert"
5845
msgstr "revert"
5846
5787
-#: sequencer.c:320
5847
+#: sequencer.c:323
5848
msgid "cherry-pick"
5849
msgstr "cherry-pick"
5850
5791
-#: sequencer.c:322
5851
+#: sequencer.c:325
5852
msgid "rebase -i"
5853
msgstr "rebase -i"
5854
5795
-#: sequencer.c:324
5855
+#: sequencer.c:327
5856
#, c-format
5857
msgid "unknown action: %d"
5858
msgstr "azione sconosciuta: %d"
5859
5800
-#: sequencer.c:382
5860
+#: sequencer.c:385
5861
msgid ""
5862
"after resolving the conflicts, mark the corrected paths\n"
5863
"with 'git add <paths>' or 'git rm <paths>'"
@@ -5805,7 +5865,7 @@ msgstr ""
5865
"dopo aver risolto i conflitti, contrassegna i percorsi corretti\n"
5866
"con 'git add <path>' o 'git rm <path>'"
5867
5808
-#: sequencer.c:385
5868
+#: sequencer.c:388
5869
msgid ""
5870
"after resolving the conflicts, mark the corrected paths\n"
5871
"with 'git add <paths>' or 'git rm <paths>'\n"
@@ -5815,44 +5875,44 @@ msgstr ""
5875
"con 'git add <path>' o 'git rm <path>' ed esegui\n"
5876
"il commit del risultato con 'git commit'"
5877
5818
-#: sequencer.c:398 sequencer.c:2801
5878
+#: sequencer.c:401 sequencer.c:2909
5879
#, c-format
5880
msgid "could not lock '%s'"
5881
msgstr "impossibile bloccare '%s'"
5882
5823
-#: sequencer.c:405
5883
+#: sequencer.c:408
5884
#, c-format
5885
msgid "could not write eol to '%s'"
5886
msgstr "impossibile scrivere il carattere di fine riga in '%s'"
5887
5828
-#: sequencer.c:410 sequencer.c:2684 sequencer.c:2807 sequencer.c:2821
5829
-#: sequencer.c:3084
5888
+#: sequencer.c:413 sequencer.c:2714 sequencer.c:2915 sequencer.c:2929
5889
+#: sequencer.c:3192
5890
#, c-format
5891
msgid "failed to finalize '%s'"
5892
msgstr "finalizzazione di '%s' non riuscita"
5893
5834
-#: sequencer.c:433 sequencer.c:978 sequencer.c:1652 sequencer.c:2704
5835
-#: sequencer.c:3066 sequencer.c:3175 builtin/am.c:245 builtin/commit.c:760
5836
-#: builtin/merge.c:1115 builtin/rebase.c:567
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
5898
msgid "could not read '%s'"
5899
msgstr "impossibile leggere '%s'"
5900
5841
-#: sequencer.c:459
5901
+#: sequencer.c:462
5902
#, c-format
5903
msgid "your local changes would be overwritten by %s."
5904
msgstr "le tue modifiche locali sarebbero sovrascritte da %s."
5905
5846
-#: sequencer.c:463
5906
+#: sequencer.c:466
5907
msgid "commit your changes or stash them to proceed."
5908
msgstr "esegui il commit delle modifiche o lo stash per procedere."
5909
5850
-#: sequencer.c:495
5910
+#: sequencer.c:498
5911
#, c-format
5912
msgid "%s: fast-forward"
5913
msgstr "%s: fast forward"
5914
5855
-#: sequencer.c:534 builtin/tag.c:555
5915
+#: sequencer.c:537 builtin/tag.c:565
5916
#, c-format
5917
msgid "Invalid cleanup mode %s"
5918
msgstr "Modalità pulizia non valida: %s"
@@ -5860,70 +5920,70 @@ msgstr "Modalità pulizia non valida: %s"
5920
#. TRANSLATORS: %s will be "revert", "cherry-pick" or
5921
#. "rebase -i".
5922
#.
5863
-#: sequencer.c:629
5923
+#: sequencer.c:632
5924
#, c-format
5925
msgid "%s: Unable to write new index file"
5926
msgstr "%s: impossibile scrivere il nuovo file indice"
5927
5868
-#: sequencer.c:646
5928
+#: sequencer.c:649
5929
msgid "unable to update cache tree"
5930
msgstr "impossibile aggiornare l'albero cache"
5931
5872
-#: sequencer.c:660
5932
+#: sequencer.c:663
5933
msgid "could not resolve HEAD commit"
5934
msgstr "impossibile risolvere il commit HEAD"
5935
5876
-#: sequencer.c:740
5936
+#: sequencer.c:743
5937
#, c-format
5938
msgid "no key present in '%.*s'"
5939
msgstr "nessuna chiave presente in '%.*s'"
5940
5881
-#: sequencer.c:751
5941
+#: sequencer.c:754
5942
#, c-format
5943
msgid "unable to dequote value of '%s'"
5944
msgstr "impossibile rimuovere gli apici dal valore di '%s'"
5945
5886
-#: sequencer.c:788 wrapper.c:227 wrapper.c:397 builtin/am.c:706
5887
-#: builtin/am.c:798 builtin/merge.c:1112 builtin/rebase.c:1035
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
5949
msgid "could not open '%s' for reading"
5950
msgstr "impossibile aprire '%s' in lettura"
5951
5892
-#: sequencer.c:798
5952
+#: sequencer.c:801
5953
msgid "'GIT_AUTHOR_NAME' already given"
5954
msgstr "'GIT_AUTHOR_NAME' già specificato"
5955
5896
-#: sequencer.c:803
5956
+#: sequencer.c:806
5957
msgid "'GIT_AUTHOR_EMAIL' already given"
5958
msgstr "'GIT_AUTHOR_EMAIL' già specificato"
5959
5900
-#: sequencer.c:808
5960
+#: sequencer.c:811
5961
msgid "'GIT_AUTHOR_DATE' already given"
5962
msgstr "'GIT_AUTHOR_DATE' già specificato"
5963
5904
-#: sequencer.c:812
5964
+#: sequencer.c:815
5965
#, c-format
5966
msgid "unknown variable '%s'"
5967
msgstr "variabile '%s' sconosciuta"
5968
5909
-#: sequencer.c:817
5969
+#: sequencer.c:820
5970
msgid "missing 'GIT_AUTHOR_NAME'"
5971
msgstr "'GIT_AUTHOR_NAME' mancante"
5972
5913
-#: sequencer.c:819
5973
+#: sequencer.c:822
5974
msgid "missing 'GIT_AUTHOR_EMAIL'"
5975
msgstr "'GIT_AUTHOR_EMAIL' mancante"
5976
5917
-#: sequencer.c:821
5977
+#: sequencer.c:824
5978
msgid "missing 'GIT_AUTHOR_DATE'"
5979
msgstr "'GIT_AUTHOR_DATE' mancante"
5980
5921
-#: sequencer.c:881
5981
+#: sequencer.c:884
5982
#, c-format
5983
msgid "invalid date format '%s' in '%s'"
5984
msgstr "formato data '%s' non valido in '%s'"
5985
5926
-#: sequencer.c:898
5986
+#: sequencer.c:901
5987
#, c-format
5988
msgid ""
5989
"you have staged changes in your working tree\n"
@@ -5953,15 +6013,15 @@ msgstr ""
6013
"\n"
6014
" git rebase --continue\n"
6015
5956
-#: sequencer.c:992
6016
+#: sequencer.c:995
6017
msgid "writing root commit"
6018
msgstr "scrittura commit radice in corso"
6019
5960
-#: sequencer.c:1213
6020
+#: sequencer.c:1216
6021
msgid "'prepare-commit-msg' hook failed"
6022
msgstr "hook 'prepare-commit-msg' non riuscito"
6023
5964
-#: sequencer.c:1220
6024
+#: sequencer.c:1223
6025
msgid ""
6026
"Your name and email address were configured automatically based\n"
6027
"on your username and hostname. Please check that they are accurate.\n"
@@ -5975,20 +6035,20 @@ msgid ""
6035
"\n"
6036
" git commit --amend --reset-author\n"
6037
msgstr ""
5978
-"Il tuo nome e l'indirizzo e-mail sono stati configurati "
5979
-"automaticamente usando\n"
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"
5986
-"Dopo questa operazione, puoi ripristinare l'identità usata in questo "
5987
-"commit con:\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
5991
-#: sequencer.c:1233
6051
+#: sequencer.c:1236
6052
msgid ""
6053
"Your name and email address were configured automatically based\n"
6054
"on your username and hostname. Please check that they are accurate.\n"
@@ -6001,322 +6061,365 @@ msgid ""
6061
"\n"
6062
" git commit --amend --reset-author\n"
6063
msgstr ""
6004
-"Il tuo nome e l'indirizzo e-mail sono stati configurati "
6005
-"automaticamente usando\n"
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"
6012
-"Dopo questa operazione, puoi ripristinare l'identità usata in questo "
6013
-"commit con:\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
6017
-#: sequencer.c:1275
6077
+#: sequencer.c:1278
6078
msgid "couldn't look up newly created commit"
6079
msgstr "impossibile trovare il commit appena creato"
6080
6021
-#: sequencer.c:1277
6081
+#: sequencer.c:1280
6082
msgid "could not parse newly created commit"
6083
msgstr "impossibile analizzare il commit appena creato"
6084
6025
-#: sequencer.c:1323
6085
+#: sequencer.c:1326
6086
msgid "unable to resolve HEAD after creating commit"
6087
msgstr "impossibile risolvere HEAD dopo la creazione del commit"
6088
6029
-#: sequencer.c:1325
6089
+#: sequencer.c:1328
6090
msgid "detached HEAD"
6091
msgstr "HEAD scollegato"
6092
6033
-#: sequencer.c:1329
6093
+#: sequencer.c:1332
6094
msgid " (root-commit)"
6095
msgstr " (commit radice)"
6096
6037
-#: sequencer.c:1350
6097
+#: sequencer.c:1353
6098
msgid "could not parse HEAD"
6099
msgstr "impossibile analizzare HEAD"
6100
6041
-#: sequencer.c:1352
6101
+#: sequencer.c:1355
6102
#, c-format
6103
msgid "HEAD %s is not a commit!"
6104
msgstr "L'HEAD %s non è un commit!"
6105
6046
-#: sequencer.c:1356 builtin/commit.c:1551
6106
+#: sequencer.c:1359 builtin/commit.c:1571
6107
msgid "could not parse HEAD commit"
6108
msgstr "impossibile analizzare il commit HEAD"
6109
6050
-#: sequencer.c:1408 sequencer.c:2001
6110
+#: sequencer.c:1411 sequencer.c:2004
6111
msgid "unable to parse commit author"
6112
msgstr "impossibile analizzare l'autore del commit"
6113
6054
-#: sequencer.c:1418 builtin/am.c:1572 builtin/merge.c:688
6114
+#: sequencer.c:1421 builtin/am.c:1573 builtin/merge.c:684
6115
msgid "git write-tree failed to write a tree"
6116
msgstr "git write-tree non è riuscito a scrivere un albero"
6117
6058
-#: sequencer.c:1435 sequencer.c:1496
6118
+#: sequencer.c:1438 sequencer.c:1499
6119
#, c-format
6120
msgid "unable to read commit message from '%s'"
6121
msgstr "impossibile leggere il messaggio di commit da '%s'"
6122
6063
-#: sequencer.c:1462 builtin/am.c:1594 builtin/commit.c:1650 builtin/merge.c:882
6064
-#: builtin/merge.c:906
6123
+#: sequencer.c:1465 builtin/am.c:1595 builtin/commit.c:1670 builtin/merge.c:878
6124
+#: builtin/merge.c:903
6125
msgid "failed to write commit object"
6126
msgstr "scrittura dell'oggetto del commit non riuscita"
6127
6068
-#: sequencer.c:1523
6128
+#: sequencer.c:1526
6129
#, c-format
6130
msgid "could not parse commit %s"
6131
msgstr "impossibile analizzare il commit %s"
6132
6073
-#: sequencer.c:1528
6133
+#: sequencer.c:1531
6134
#, c-format
6135
msgid "could not parse parent commit %s"
6136
msgstr "impossibile analizzare il commit genitore %s"
6137
6078
-#: sequencer.c:1602 sequencer.c:1712
6138
+#: sequencer.c:1605 sequencer.c:1715
6139
#, c-format
6140
msgid "unknown command: %d"
6141
msgstr "comando sconosciuto: %d"
6142
6083
-#: sequencer.c:1659 sequencer.c:1684
6143
+#: sequencer.c:1662 sequencer.c:1687
6144
#, c-format
6145
msgid "This is a combination of %d commits."
6146
msgstr "Questa è una combinazione di %d commit."
6147
6088
-#: sequencer.c:1669
6148
+#: sequencer.c:1672
6149
msgid "need a HEAD to fixup"
6150
msgstr "è necessaria un'HEAD per il fixup"
6151
6092
-#: sequencer.c:1671 sequencer.c:3111
6152
+#: sequencer.c:1674 sequencer.c:3219
6153
msgid "could not read HEAD"
6154
msgstr "impossibile leggere l'HEAD"
6155
6096
-#: sequencer.c:1673
6156
+#: sequencer.c:1676
6157
msgid "could not read HEAD's commit message"
6158
msgstr "impossibile leggere il messaggio di commit dell'HEAD"
6159
6100
-#: sequencer.c:1679
6160
+#: sequencer.c:1682
6161
#, c-format
6162
msgid "cannot write '%s'"
6163
msgstr "impossibile scrivere '%s'"
6164
6105
-#: sequencer.c:1686 git-rebase--preserve-merges.sh:441
6165
+#: sequencer.c:1689 git-rebase--preserve-merges.sh:496
6166
msgid "This is the 1st commit message:"
6167
msgstr "Questo è il primo messaggio di commit:"
6168
6109
-#: sequencer.c:1694
6169
+#: sequencer.c:1697
6170
#, c-format
6171
msgid "could not read commit message of %s"
6172
msgstr "impossibile leggere il messaggio di commit di %s"
6173
6114
-#: sequencer.c:1701
6174
+#: sequencer.c:1704
6175
#, c-format
6176
msgid "This is the commit message #%d:"
6177
msgstr "Questo è il messaggio di commit numero %d:"
6178
6119
-#: sequencer.c:1707
6179
+#: sequencer.c:1710
6180
#, c-format
6181
msgid "The commit message #%d will be skipped:"
6182
msgstr "Il messaggio di commit numero %d sarà saltato:"
6183
6124
-#: sequencer.c:1795
6184
+#: sequencer.c:1798
6185
msgid "your index file is unmerged."
6186
msgstr "il file indice non è stato sottoposto a merge."
6187
6128
-#: sequencer.c:1802
6188
+#: sequencer.c:1805
6189
msgid "cannot fixup root commit"
6190
msgstr "impossibile eseguire il fixup sul commit radice"
6191
6132
-#: sequencer.c:1821
6192
+#: sequencer.c:1824
6193
#, c-format
6194
msgid "commit %s is a merge but no -m option was given."
6195
msgstr "il commit %s è un merge ma non è stata specificata l'opzione -m."
6196
6137
-#: sequencer.c:1829 sequencer.c:1837
6197
+#: sequencer.c:1832 sequencer.c:1840
6198
#, c-format
6199
msgid "commit %s does not have parent %d"
6200
msgstr "il commit %s non ha il genitore %d"
6201
6142
-#: sequencer.c:1843
6202
+#: sequencer.c:1846
6203
#, c-format
6204
msgid "cannot get commit message for %s"
6205
msgstr "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.
6149
-#: sequencer.c:1862
6209
+#: sequencer.c:1865
6210
#, c-format
6211
msgid "%s: cannot parse parent commit %s"
6212
msgstr "%s: impossibile analizzare il commit genitore %s"
6213
6154
-#: sequencer.c:1927
6214
+#: sequencer.c:1930
6215
#, c-format
6216
msgid "could not rename '%s' to '%s'"
6217
msgstr "impossibile ridenominare '%s' in '%s'"
6218
6159
-#: sequencer.c:1982
6219
+#: sequencer.c:1985
6220
#, c-format
6221
msgid "could not revert %s... %s"
6222
msgstr "non è stato possibile eseguire il revert di %s... %s"
6223
6164
-#: sequencer.c:1983
6224
+#: sequencer.c:1986
6225
#, c-format
6226
msgid "could not apply %s... %s"
6227
msgstr "non è stato possibile applicare %s... %s"
6228
6169
-#: sequencer.c:2042
6229
+#: sequencer.c:2045
6230
#, c-format
6231
msgid "git %s: failed to read the index"
6232
msgstr "git %s: lettura dell'indice non riuscita"
6233
6174
-#: sequencer.c:2049
6234
+#: sequencer.c:2052
6235
#, c-format
6236
msgid "git %s: failed to refresh the index"
6237
msgstr "git %s: aggiornamento dell'indice non riuscito"
6238
6179
-#: sequencer.c:2118
6239
+#: sequencer.c:2128
6240
#, c-format
6241
msgid "%s does not accept arguments: '%s'"
6242
msgstr "%s non accetta argomenti: '%s'"
6243
6184
-#: sequencer.c:2127
6244
+#: sequencer.c:2137
6245
#, c-format
6246
msgid "missing arguments for %s"
6247
msgstr "argomenti mancanti per %s"
6248
6189
-#: sequencer.c:2164
6249
+#: sequencer.c:2174
6250
#, c-format
6251
msgid "could not parse '%.*s'"
6252
msgstr "impossibile analizzare '%.*s'"
6253
6194
-#: sequencer.c:2226
6254
+#: sequencer.c:2228
6255
#, c-format
6256
msgid "invalid line %d: %.*s"
6257
msgstr "riga %d non valida: %.*s"
6258
6199
-#: sequencer.c:2237
6259
+#: sequencer.c:2239
6260
#, c-format
6261
msgid "cannot '%s' without a previous commit"
6262
msgstr "impossibile eseguire '%s' senza un commit precedente"
6263
6204
-#: sequencer.c:2285 builtin/rebase.c:153 builtin/rebase.c:178
6264
+#: sequencer.c:2287 builtin/rebase.c:153 builtin/rebase.c:178
6265
#: builtin/rebase.c:204 builtin/rebase.c:229
6266
#, c-format
6267
msgid "could not read '%s'."
6268
msgstr "impossibile leggere '%s'."
6269
6210
-#: sequencer.c:2360
6270
+#: sequencer.c:2323
6271
+msgid "cancelling a cherry picking in progress"
6272
+msgstr "annullo un'operazione di cherry-pick in corso"
6273
+
6274
+#: sequencer.c:2330
6275
+msgid "cancelling a revert in progress"
6276
+msgstr "annullo un'operazione di revert in corso"
6277
+
6278
+#: sequencer.c:2364
6279
msgid "please fix this using 'git rebase --edit-todo'."
6280
msgstr "correggi la situazione usando 'git rebase --edit-todo'."
6281
6214
-#: sequencer.c:2362
6282
+#: sequencer.c:2366
6283
#, c-format
6284
msgid "unusable instruction sheet: '%s'"
6285
msgstr "foglio istruzioni inutilizzabile: '%s'"
6286
6219
-#: sequencer.c:2367
6287
+#: sequencer.c:2371
6288
msgid "no commits parsed."
6289
msgstr "nessun commit analizzato."
6290
6223
-#: sequencer.c:2378
6291
+#: sequencer.c:2382
6292
msgid "cannot cherry-pick during a revert."
6293
msgstr "impossibile eseguire un cherry-pick durante un revert."
6294
6227
-#: sequencer.c:2380
6295
+#: sequencer.c:2384
6296
msgid "cannot revert during a cherry-pick."
6297
msgstr "impossibile eseguire un revert durante un cherry-pick."
6298
6231
-#: sequencer.c:2462
6299
+#: sequencer.c:2466
6300
#, c-format
6301
msgid "invalid value for %s: %s"
6302
msgstr "valore non valido per %s: %s"
6303
6236
-#: sequencer.c:2549
6304
+#: sequencer.c:2553
6305
msgid "unusable squash-onto"
6306
msgstr "squash-onto inutilizzabile"
6307
6240
-#: sequencer.c:2565
6308
+#: sequencer.c:2569
6309
#, c-format
6310
msgid "malformed options sheet: '%s'"
6311
msgstr "foglio opzioni malformati: '%s'"
6312
6245
-#: sequencer.c:2648 sequencer.c:4227
6313
+#: sequencer.c:2652 sequencer.c:4351
6314
msgid "empty commit set passed"
6315
msgstr "è stato passato un insieme di commit vuoto"
6316
6249
-#: sequencer.c:2656
6250
-msgid "a cherry-pick or revert is already in progress"
6251
-msgstr "è già in corso un'operazione di cherry-pick o di revert"
6317
+#: sequencer.c:2668
6318
+msgid "revert is already in progress"
6319
+msgstr "un'operazione di revert è già in corso"
6320
6253
-#: sequencer.c:2657
6254
-msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
6255
-msgstr "prova \"git cherry-pick (--continue | --quit | --abort)\""
6321
+#: sequencer.c:2670
6322
+#, c-format
6323
+msgid "try \"git revert (--continue | %s--abort | --quit)\""
6324
+msgstr "prova \"git revert (--continue | %s--abort | --quit)\""
6325
+
6326
+#: sequencer.c:2673
6327
+msgid "cherry-pick is already in progress"
6328
+msgstr "un'operazione di cherry-pick è già in corso"
6329
+
6330
+#: sequencer.c:2675
6331
+#, c-format
6332
+msgid "try \"git cherry-pick (--continue | %s--abort | --quit)\""
6333
+msgstr "prova \"git cherry-pick (--continue | %s--abort | --quit)\""
6334
6257
-#: sequencer.c:2660
6335
+#: sequencer.c:2689
6336
#, c-format
6337
msgid "could not create sequencer directory '%s'"
6338
msgstr "impossibile creare la directory sequencer '%s'"
6339
6262
-#: sequencer.c:2674
6340
+#: sequencer.c:2704
6341
msgid "could not lock HEAD"
6342
msgstr "impossibile bloccare HEAD"
6343
6266
-#: sequencer.c:2729 sequencer.c:3979
6344
+#: sequencer.c:2764 sequencer.c:4103
6345
msgid "no cherry-pick or revert in progress"
6346
msgstr "nessuna operazione di cherry-pick o revert in corso"
6347
6270
-#: sequencer.c:2731
6348
+#: sequencer.c:2766 sequencer.c:2777
6349
msgid "cannot resolve HEAD"
6350
msgstr "impossibile risolvere HEAD"
6351
6274
-#: sequencer.c:2733 sequencer.c:2768
6352
+#: sequencer.c:2768 sequencer.c:2812
6353
msgid "cannot abort from a branch yet to be born"
6354
msgstr ""
6355
"impossibile interrompere l'operazione da un branch che deve essere ancora "
6356
"creato"
6357
6280
-#: sequencer.c:2754 builtin/grep.c:732
6358
+#: sequencer.c:2798 builtin/grep.c:734
6359
#, c-format
6360
msgid "cannot open '%s'"
6361
msgstr "impossibile aprire '%s'"
6362
6285
-#: sequencer.c:2756
6363
+#: sequencer.c:2800
6364
#, c-format
6365
msgid "cannot read '%s': %s"
6366
msgstr "impossibile leggere '%s': %s"
6367
6290
-#: sequencer.c:2757
6368
+#: sequencer.c:2801
6369
msgid "unexpected end of file"
6370
msgstr "fine del file inattesa"
6371
6294
-#: sequencer.c:2763
6372
+#: sequencer.c:2807
6373
#, c-format
6374
msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
6375
msgstr ""
6376
"il file '%s' in cui è stato salvato l'HEAD prima del cherry pick è corrotto"
6377
6300
-#: sequencer.c:2774
6378
+#: sequencer.c:2818
6379
msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
6380
msgstr ""
6381
"Sembra che tu abbia spostato l'HEAD. Non eseguo il rewind, controlla l'HEAD!"
6382
6305
-#: sequencer.c:2903 sequencer.c:3894
6383
+#: sequencer.c:2859
6384
+msgid "no revert in progress"
6385
+msgstr "nessun revert in corso"
6386
+
6387
+#: sequencer.c:2867
6388
+msgid "no cherry-pick in progress"
6389
+msgstr "nessun cherry-pick in corso"
6390
+
6391
+#: sequencer.c:2877
6392
+msgid "failed to skip the commit"
6393
+msgstr "salto del commit non riuscito"
6394
+
6395
+#: sequencer.c:2884
6396
+msgid "there is nothing to skip"
6397
+msgstr "non c'è nulla da saltare"
6398
+
6399
+#: sequencer.c:2887
6400
+#, c-format
6401
+msgid ""
6402
+"have you committed already?\n"
6403
+"try \"git %s --continue\""
This file is too large to show in full.