l10n: Update Catalan translation

Signed-off-by: Jordi Mas <jmas@softcatala.org>

Jordi Mas committed Nov 11, 2018 at 16:35 UTC f3131eecdb0c21adc804f14f22b96dde673309e1
1 file changed +6534 -3543
po/ca.po
+6534 -3543
@@ -47,7 +47,7 @@ msgid ""
47 msgstr ""
48 "Project-Id-Version: Git\n"
49 "Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
50 -"POT-Creation-Date: 2018-03-16 07:29+0800\n"
50 +"POT-Creation-Date: 2018-09-04 08:50+0800\n"
51 "PO-Revision-Date: 2018-03-29 15:32+0200\n"
52 "Last-Translator: Jordi Mas <jmas@softcatala.org>\n"
53 "Language-Team: Catalan\n"
@@ -58,37 +58,37 @@ msgstr ""
58 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
59 "X-Generator: Poedit 2.0.4\n"
60
61 -#: advice.c:62
62 -#, c-format
63 -msgid "hint: %.*s\n"
61 +#: advice.c:97
62 +#, fuzzy, c-format
63 +msgid "%shint: %.*s%s\n"
64 msgstr "pista: %.*s\n"
65
66 -#: advice.c:90
66 +#: advice.c:150
67 msgid "Cherry-picking is not possible because you have unmerged files."
68 msgstr "Fer «cherry pick» no és possible perquè teniu fitxers sense fusionar."
69
70 -#: advice.c:92
70 +#: advice.c:152
71 msgid "Committing is not possible because you have unmerged files."
72 msgstr "Cometre no és possible perquè teniu fitxers sense fusionar."
73
74 -#: advice.c:94
74 +#: advice.c:154
75 msgid "Merging is not possible because you have unmerged files."
76 msgstr "Fusionar no és possible perquè teniu fitxers sense fusionar."
77
78 -#: advice.c:96
78 +#: advice.c:156
79 msgid "Pulling is not possible because you have unmerged files."
80 msgstr "Baixar no és possible perquè teniu fitxers sense fusionar."
81
82 -#: advice.c:98
82 +#: advice.c:158
83 msgid "Reverting is not possible because you have unmerged files."
84 msgstr "Revertir no és possible perquè teniu fitxers sense fusionar."
85
86 -#: advice.c:100
86 +#: advice.c:160
87 #, c-format
88 msgid "It is not possible to %s because you have unmerged files."
89 msgstr "No és possible %s perquè teniu fitxers sense fusionar."
90
91 -#: advice.c:108
91 +#: advice.c:168
92 msgid ""
93 "Fix them up in the work tree, and then use 'git add/rm <file>'\n"
94 "as appropriate to mark resolution and make a commit."
@@ -97,23 +97,23 @@ msgstr ""
97 "'git add/rm <fitxer>' segons sigui apropiat per a marcar la\n"
98 "resolució i feu una comissió."
99
100 -#: advice.c:116
100 +#: advice.c:176
101 msgid "Exiting because of an unresolved conflict."
102 msgstr "S'està sortint a causa d'un conflicte no resolt."
103
104 -#: advice.c:121 builtin/merge.c:1251
104 +#: advice.c:181 builtin/merge.c:1286
105 msgid "You have not concluded your merge (MERGE_HEAD exists)."
106 msgstr "No heu conclòs la vostra fusió (MERGE_HEAD existeix)."
107
108 -#: advice.c:123
108 +#: advice.c:183
109 msgid "Please, commit your changes before merging."
110 msgstr "Cometeu els vostres canvis abans de fusionar."
111
112 -#: advice.c:124
112 +#: advice.c:184
113 msgid "Exiting because of unfinished merge."
114 msgstr "S'està sortint a causa d'una fusió no terminada."
115
116 -#: advice.c:130
116 +#: advice.c:190
117 #, c-format
118 msgid ""
119 "Note: checking out '%s'.\n"
@@ -140,98 +140,98 @@ msgstr ""
140 "\n"
141 " git checkout -b <nom-de-branca-nova>\n"
142
143 -#: apply.c:58
143 +#: apply.c:59
144 #, c-format
145 msgid "unrecognized whitespace option '%s'"
146 msgstr "opció d'espai en blanc «%s» no reconeguda"
147
148 -#: apply.c:74
148 +#: apply.c:75
149 #, c-format
150 msgid "unrecognized whitespace ignore option '%s'"
151 msgstr "opció ignora l'espai en blanc «%s» no reconeguda"
152
153 -#: apply.c:122
153 +#: apply.c:125
154 msgid "--reject and --3way cannot be used together."
155 msgstr "--reject i --3way no es poden usar junts."
156
157 -#: apply.c:124
157 +#: apply.c:127
158 msgid "--cached and --3way cannot be used together."
159 msgstr "--cached i --3way no es poden usar junts."
160
161 -#: apply.c:127
161 +#: apply.c:130
162 msgid "--3way outside a repository"
163 msgstr "--3way fora d'un dipòsit"
164
165 -#: apply.c:138
165 +#: apply.c:141
166 msgid "--index outside a repository"
167 msgstr "--index fora d'un dipòsit"
168
169 -#: apply.c:141
169 +#: apply.c:144
170 msgid "--cached outside a repository"
171 msgstr "--cached fora d'un dipòsit"
172
173 -#: apply.c:821
173 +#: apply.c:826
174 #, c-format
175 msgid "Cannot prepare timestamp regexp %s"
176 msgstr "No es pot preparar l'expressió regular de marca de temps %s"
177
178 -#: apply.c:830
178 +#: apply.c:835
179 #, c-format
180 msgid "regexec returned %d for input: %s"
181 msgstr "regexec ha retornat %d per l'entrada: %s"
182
183 -#: apply.c:904
183 +#: apply.c:909
184 #, c-format
185 msgid "unable to find filename in patch at line %d"
186 msgstr "no s'ha pogut trobar el nom de fitxer en el pedaç a la línia %d"
187
188 -#: apply.c:942
188 +#: apply.c:947
189 #, c-format
190 msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
191 msgstr ""
192 "git apply: git-diff incorrecte - s'esperava /dev/null, s'ha rebut %s en la "
193 "línia %d"
194
195 -#: apply.c:948
195 +#: apply.c:953
196 #, c-format
197 msgid "git apply: bad git-diff - inconsistent new filename on line %d"
198 msgstr ""
199 "git apply: git-diff incorrecte - nom de fitxer nou inconsistent en la línia "
200 "%d"
201
202 -#: apply.c:949
202 +#: apply.c:954
203 #, c-format
204 msgid "git apply: bad git-diff - inconsistent old filename on line %d"
205 msgstr ""
206 "git apply: git-diff incorrecte - nom de fitxer antic inconsistent en la "
207 "línia %d"
208
209 -#: apply.c:954
209 +#: apply.c:959
210 #, c-format
211 msgid "git apply: bad git-diff - expected /dev/null on line %d"
212 msgstr "git apply: git-diff incorrecte - s'esperava /dev/null en la línia %d"
213
214 -#: apply.c:983
214 +#: apply.c:988
215 #, c-format
216 msgid "invalid mode on line %d: %s"
217 msgstr "mode no vàlid en la línia %d: %s"
218
219 -#: apply.c:1301
219 +#: apply.c:1306
220 #, c-format
221 msgid "inconsistent header lines %d and %d"
222 msgstr "línies de capçalera %d i %d inconsistents"
223
224 -#: apply.c:1473
224 +#: apply.c:1478
225 #, c-format
226 msgid "recount: unexpected line: %.*s"
227 msgstr "recompte: línia inesperada: %.*s"
228
229 -#: apply.c:1542
229 +#: apply.c:1547
230 #, c-format
231 msgid "patch fragment without header at line %d: %.*s"
232 msgstr "fragment de pedaç sense capçalera a la línia %d: %.*s"
233
234 -#: apply.c:1562
234 +#: apply.c:1567
235 #, c-format
236 msgid ""
237 "git diff header lacks filename information when removing %d leading pathname "
@@ -246,83 +246,83 @@ msgstr[1] ""
246 "a la capçalera de git diff li manca informació de nom de fitxer en eliminar "
247 "%d components de nom de camí inicial (línia %d)"
248
249 -#: apply.c:1575
249 +#: apply.c:1580
250 #, c-format
251 msgid "git diff header lacks filename information (line %d)"
252 msgstr ""
253 "a la capçalera de git diff li manca informació de nom de fitxer (línia %d)"
254
255 -#: apply.c:1763
255 +#: apply.c:1768
256 msgid "new file depends on old contents"
257 msgstr "el fitxer nou depèn dels continguts antics"
258
259 -#: apply.c:1765
259 +#: apply.c:1770
260 msgid "deleted file still has contents"
261 msgstr "el fitxer suprimit encara té continguts"
262
263 -#: apply.c:1799
263 +#: apply.c:1804
264 #, c-format
265 msgid "corrupt patch at line %d"
266 msgstr "pedaç malmès a la línia %d"
267
268 -#: apply.c:1836
268 +#: apply.c:1841
269 #, c-format
270 msgid "new file %s depends on old contents"
271 msgstr "el fitxer nou %s depèn dels continguts antics"
272
273 -#: apply.c:1838
273 +#: apply.c:1843
274 #, c-format
275 msgid "deleted file %s still has contents"
276 msgstr "el fitxer suprimit %s encara té continguts"
277
278 -#: apply.c:1841
278 +#: apply.c:1846
279 #, c-format
280 msgid "** warning: file %s becomes empty but is not deleted"
281 msgstr "** advertència: el fitxer %s queda buit però no se suprimeix"
282
283 -#: apply.c:1988
283 +#: apply.c:1993
284 #, c-format
285 msgid "corrupt binary patch at line %d: %.*s"
286 msgstr "pedaç binari malmès a la línia %d: %.*s"
287
288 -#: apply.c:2025
288 +#: apply.c:2030
289 #, c-format
290 msgid "unrecognized binary patch at line %d"
291 msgstr "pedaç binari no reconegut a la línia %d"
292
293 -#: apply.c:2185
293 +#: apply.c:2190
294 #, c-format
295 msgid "patch with only garbage at line %d"
296 msgstr "pedaç amb només escombraries a la línia %d"
297
298 -#: apply.c:2271
298 +#: apply.c:2276
299 #, c-format
300 msgid "unable to read symlink %s"
301 msgstr "no s'ha pogut llegir l'enllaç simbòlic %s"
302
303 -#: apply.c:2275
303 +#: apply.c:2280
304 #, c-format
305 msgid "unable to open or read %s"
306 msgstr "no s'ha pogut obrir o llegir %s"
307
308 -#: apply.c:2934
308 +#: apply.c:2939
309 #, c-format
310 msgid "invalid start of line: '%c'"
311 msgstr "inici de línia no vàlid: '%c'"
312
313 -#: apply.c:3055
313 +#: apply.c:3060
314 #, c-format
315 msgid "Hunk #%d succeeded at %d (offset %d line)."
316 msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
317 msgstr[0] "El tros #%d ha tingut èxit a %d (desplaçament d'%d línia)."
318 msgstr[1] "El tros #%d ha tingut èxit a %d (desplaçament de %d línies)."
319
320 -#: apply.c:3067
320 +#: apply.c:3072
321 #, c-format
322 msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
323 msgstr "El context s'ha reduït a (%ld/%ld) per a aplicar el fragment a %d"
324
325 -#: apply.c:3073
325 +#: apply.c:3078
326 #, c-format
327 msgid ""
328 "while searching for:\n"
@@ -331,23 +331,23 @@ msgstr ""
331 "tot cercant:\n"
332 "%.*s"
333
334 -#: apply.c:3095
334 +#: apply.c:3100
335 #, c-format
336 msgid "missing binary patch data for '%s'"
337 msgstr "manquen les dades de pedaç binari de «%s»"
338
339 -#: apply.c:3103
339 +#: apply.c:3108
340 #, c-format
341 msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
342 msgstr "no es pot aplicar al revés un pedaç binari sense el tros revés a «%s»"
343
344 -#: apply.c:3149
344 +#: apply.c:3154
345 #, c-format
346 msgid "cannot apply binary patch to '%s' without full index line"
347 msgstr ""
348 "no es pot aplicar un pedaç binari a «%s» sense la línia d'índex completa"
349
350 -#: apply.c:3159
350 +#: apply.c:3164
351 #, c-format
352 msgid ""
353 "the patch applies to '%s' (%s), which does not match the current contents."
@@ -355,288 +355,288 @@ msgstr ""
355 "el pedaç s'aplica a «%s» (%s), el qual no coincideix amb els continguts "
356 "actuals."
357
358 -#: apply.c:3167
358 +#: apply.c:3172
359 #, c-format
360 msgid "the patch applies to an empty '%s' but it is not empty"
361 msgstr "el pedaç s'aplica a un «%s» buit però no és buit"
362
363 -#: apply.c:3185
363 +#: apply.c:3190
364 #, c-format
365 msgid "the necessary postimage %s for '%s' cannot be read"
366 msgstr "no es pot llegir la postimatge %s necessària per a «%s»"
367
368 -#: apply.c:3198
368 +#: apply.c:3203
369 #, c-format
370 msgid "binary patch does not apply to '%s'"
371 msgstr "el pedaç binari no s'aplica a «%s»"
372
373 -#: apply.c:3204
373 +#: apply.c:3209
374 #, c-format
375 msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
376 msgstr ""
377 "el pedaç binari a «%s» crea un resultat incorrecte (s'esperava %s, s'ha "
378 "rebut %s)"
379
380 -#: apply.c:3225
380 +#: apply.c:3230
381 #, c-format
382 msgid "patch failed: %s:%ld"
383 msgstr "el pedaç ha fallat: %s:%ld"
384
385 -#: apply.c:3347
385 +#: apply.c:3352
386 #, c-format
387 msgid "cannot checkout %s"
388 msgstr "no es pot agafar %s"
389
390 -#: apply.c:3396 apply.c:3407 apply.c:3453 setup.c:277
390 +#: apply.c:3404 apply.c:3415 apply.c:3461 setup.c:278
391 #, c-format
392 msgid "failed to read %s"
393 msgstr "s'ha produït un error en llegir %s"
394
395 -#: apply.c:3404
395 +#: apply.c:3412
396 #, c-format
397 msgid "reading from '%s' beyond a symbolic link"
398 msgstr "s'està llegint de «%s» més enllà d'un enllaç simbòlic"
399
400 -#: apply.c:3433 apply.c:3673
400 +#: apply.c:3441 apply.c:3681
401 #, c-format
402 msgid "path %s has been renamed/deleted"
403 msgstr "el camí %s s'ha canviat de nom / s'ha suprimit"
404
405 -#: apply.c:3516 apply.c:3687
405 +#: apply.c:3524 apply.c:3696
406 #, c-format
407 msgid "%s: does not exist in index"
408 msgstr "%s: no existeix en l'índex"
409
410 -#: apply.c:3525 apply.c:3695
410 +#: apply.c:3533 apply.c:3704
411 #, c-format
412 msgid "%s: does not match index"
413 msgstr "%s: no coincideix amb l'índex"
414
415 -#: apply.c:3560
415 +#: apply.c:3568
416 msgid "repository lacks the necessary blob to fall back on 3-way merge."
417 msgstr ""
418 "al dipòsit li manca el blob necessari per a retrocedir a una fusió de 3 vies."
419
420 -#: apply.c:3563
420 +#: apply.c:3571
421 #, c-format
422 msgid "Falling back to three-way merge...\n"
423 msgstr "S'està retrocedint a una fusió de 3 vies...\n"
424
425 -#: apply.c:3579 apply.c:3583
425 +#: apply.c:3587 apply.c:3591
426 #, c-format
427 msgid "cannot read the current contents of '%s'"
428 msgstr "no es poden llegir els continguts actuals de «%s»"
429
430 -#: apply.c:3595
430 +#: apply.c:3603
431 #, c-format
432 msgid "Failed to fall back on three-way merge...\n"
433 msgstr "S'ha produït un error en retrocedir a una fusió de 3 vies...\n"
434
435 -#: apply.c:3609
435 +#: apply.c:3617
436 #, c-format
437 msgid "Applied patch to '%s' with conflicts.\n"
438 msgstr "S'ha aplicat el pedaç a «%s» amb conflictes.\n"
439
440 -#: apply.c:3614
440 +#: apply.c:3622
441 #, c-format
442 msgid "Applied patch to '%s' cleanly.\n"
443 msgstr "S'ha aplicat el pedaç a «%s» netament.\n"
444
445 -#: apply.c:3640
445 +#: apply.c:3648
446 msgid "removal patch leaves file contents"
447 msgstr "el pedaç d'eliminació deixa els continguts dels fitxers"
448
449 -#: apply.c:3712
449 +#: apply.c:3721
450 #, c-format
451 msgid "%s: wrong type"
452 msgstr "%s: tipus erroni"
453
454 -#: apply.c:3714
454 +#: apply.c:3723
455 #, c-format
456 msgid "%s has type %o, expected %o"
457 msgstr "%s és del tipus %o, s'esperava %o"
458
459 -#: apply.c:3864 apply.c:3866
459 +#: apply.c:3874 apply.c:3876
460 #, c-format
461 msgid "invalid path '%s'"
462 msgstr "camí no vàlid: «%s»"
463
464 -#: apply.c:3922
464 +#: apply.c:3932
465 #, c-format
466 msgid "%s: already exists in index"
467 msgstr "%s: ja existeix en l'índex"
468
469 -#: apply.c:3925
469 +#: apply.c:3935
470 #, c-format
471 msgid "%s: already exists in working directory"
472 msgstr "%s: ja existeix en el directori de treball"
473
474 -#: apply.c:3945
474 +#: apply.c:3955
475 #, c-format
476 msgid "new mode (%o) of %s does not match old mode (%o)"
477 msgstr "el mode nou (%o) de %s no coincideix amb el mode antic (%o)"
478
479 -#: apply.c:3950
479 +#: apply.c:3960
480 #, c-format
481 msgid "new mode (%o) of %s does not match old mode (%o) of %s"
482 msgstr "el mode nou (%o) de %s no coincideix amb el mode antic (%o) de %s"
483
484 -#: apply.c:3970
484 +#: apply.c:3980
485 #, c-format
486 msgid "affected file '%s' is beyond a symbolic link"
487 msgstr "el fitxer afectat «%s» és més enllà d'un enllaç simbòlic"
488
489 -#: apply.c:3974
489 +#: apply.c:3984
490 #, c-format
491 msgid "%s: patch does not apply"
492 msgstr "%s: el pedaç no s'aplica"
493
494 -#: apply.c:3989
494 +#: apply.c:3999
495 #, c-format
496 msgid "Checking patch %s..."
497 msgstr "S'està comprovant el pedaç %s..."
498
499 -#: apply.c:4080
499 +#: apply.c:4091
500 #, c-format
501 msgid "sha1 information is lacking or useless for submodule %s"
502 msgstr "falta la informació sha1 o és inútil per al submòdul %s"
503
504 -#: apply.c:4087
504 +#: apply.c:4098
505 #, c-format
506 msgid "mode change for %s, which is not in current HEAD"
507 msgstr "canvi de mode per a %s, el qual no està en la HEAD actual"
508
509 -#: apply.c:4090
509 +#: apply.c:4101
510 #, c-format
511 msgid "sha1 information is lacking or useless (%s)."
512 msgstr "falta informació sha1 o és inútil (%s)."
513
514 -#: apply.c:4095 builtin/checkout.c:235 builtin/reset.c:140
514 +#: apply.c:4106 builtin/checkout.c:237 builtin/reset.c:140
515 #, c-format
516 msgid "make_cache_entry failed for path '%s'"
517 msgstr "make_cache_entry ha fallat per al camí «%s»"
518
519 -#: apply.c:4099
519 +#: apply.c:4110
520 #, c-format
521 msgid "could not add %s to temporary index"
522 msgstr "no s'ha pogut afegir %s a l'índex temporal"
523
524 -#: apply.c:4109
524 +#: apply.c:4120
525 #, c-format
526 msgid "could not write temporary index to %s"
527 msgstr "no s'ha pogut escriure l'índex temporal a %s"
528
529 -#: apply.c:4247
529 +#: apply.c:4258
530 #, c-format
531 msgid "unable to remove %s from index"
532 msgstr "no s'ha pogut eliminar %s de l'índex"
533
534 -#: apply.c:4282
534 +#: apply.c:4292
535 #, c-format
536 msgid "corrupt patch for submodule %s"
537 msgstr "pedaç malmès per al submòdul %s"
538
539 -#: apply.c:4288
539 +#: apply.c:4298
540 #, c-format
541 msgid "unable to stat newly created file '%s'"
542 msgstr "no s'ha pogut fer stat al fitxer novament creat «%s»"
543
544 -#: apply.c:4296
544 +#: apply.c:4306
545 #, c-format
546 msgid "unable to create backing store for newly created file %s"
547 msgstr ""
548 "no s'ha pogut crear un magatzem de recolzament per al fitxer novament creat "
549 "%s"
550
551 -#: apply.c:4302 apply.c:4446
551 +#: apply.c:4312 apply.c:4457
552 #, c-format
553 msgid "unable to add cache entry for %s"
554 msgstr "no s'ha pogut afegir una entrada de cau per a %s"
555
556 -#: apply.c:4343
556 +#: apply.c:4355
557 #, c-format
558 msgid "failed to write to '%s'"
559 msgstr "no s'ha pogut escriure a «%s»"
560
561 -#: apply.c:4347
561 +#: apply.c:4359
562 #, c-format
563 msgid "closing file '%s'"
564 msgstr "s'està tancant el fitxer «%s»"
565
566 -#: apply.c:4417
566 +#: apply.c:4429
567 #, c-format
568 msgid "unable to write file '%s' mode %o"
569 msgstr "no s'ha pogut escriure el fitxer «%s» mode %o"
570
571 -#: apply.c:4515
571 +#: apply.c:4527
572 #, c-format
573 msgid "Applied patch %s cleanly."
574 msgstr "El pedaç %s s'ha aplicat netament."
575
576 -#: apply.c:4523
576 +#: apply.c:4535
577 msgid "internal error"
578 msgstr "error intern"
579
580 -#: apply.c:4526
580 +#: apply.c:4538
581 #, c-format
582 msgid "Applying patch %%s with %d reject..."
583 msgid_plural "Applying patch %%s with %d rejects..."
584 msgstr[0] "S'està aplicant el pedaç %%s amb %d rebuig..."
585 msgstr[1] "S'està aplicant el pedaç %%s amb %d rebutjos..."
586
587 -#: apply.c:4537
587 +#: apply.c:4549
588 #, c-format
589 msgid "truncating .rej filename to %.*s.rej"
590 msgstr "s'està truncant el nom del fitxer .rej a %.*s.rej"
591
592 -#: apply.c:4545 builtin/fetch.c:775 builtin/fetch.c:1025
592 +#: apply.c:4557 builtin/fetch.c:780 builtin/fetch.c:1048
593 #, c-format
594 msgid "cannot open %s"
595 msgstr "no es pot obrir %s"
596
597 -#: apply.c:4559
597 +#: apply.c:4571
598 #, c-format
599 msgid "Hunk #%d applied cleanly."
600 msgstr "El tros #%d s'ha aplicat netament."
601
602 -#: apply.c:4563
602 +#: apply.c:4575
603 #, c-format
604 msgid "Rejected hunk #%d."
605 msgstr "S'ha rebutjat el tros #%d."
606
607 -#: apply.c:4673
607 +#: apply.c:4685
608 #, c-format
609 msgid "Skipped patch '%s'."
610 msgstr "S'ha omès el pedaç «%s»."
611
612 -#: apply.c:4681
612 +#: apply.c:4693
613 msgid "unrecognized input"
614 msgstr "entrada no reconeguda"
615
616 -#: apply.c:4700
616 +#: apply.c:4712
617 msgid "unable to read index file"
618 msgstr "no es pot llegir el fitxer d'índex"
619
620 -#: apply.c:4837
620 +#: apply.c:4849
621 #, c-format
622 msgid "can't open patch '%s': %s"
623 msgstr "no es pot obrir el pedaç «%s»: %s"
624
625 -#: apply.c:4864
625 +#: apply.c:4876
626 #, c-format
627 msgid "squelched %d whitespace error"
628 msgid_plural "squelched %d whitespace errors"
629 msgstr[0] "s'ha silenciat %d error d'espai en blanc"
630 msgstr[1] "s'han silenciat %d errors d'espai en blanc"
631
632 -#: apply.c:4870 apply.c:4885
632 +#: apply.c:4882 apply.c:4897
633 #, c-format
634 msgid "%d line adds whitespace errors."
635 msgid_plural "%d lines add whitespace errors."
636 msgstr[0] "%d línia afegeix errors d'espai en blanc."
637 msgstr[1] "%d línies afegeixen errors d'espai en blanc."
638
639 -#: apply.c:4878
639 +#: apply.c:4890
640 #, c-format
641 msgid "%d line applied after fixing whitespace errors."
642 msgid_plural "%d lines applied after fixing whitespace errors."
@@ -645,258 +645,313 @@ msgstr[0] ""
645 msgstr[1] ""
646 "S'han aplicat %d línies després d'arreglar els errors d'espai en blanc."
647
648 -#: apply.c:4894 builtin/add.c:539 builtin/mv.c:298 builtin/rm.c:390
648 +#: apply.c:4906 builtin/add.c:539 builtin/mv.c:300 builtin/rm.c:389
649 msgid "Unable to write new index file"
650 msgstr "No s'ha pogut escriure un fitxer d'índex nou"
651
652 -#: apply.c:4921 apply.c:4924 builtin/am.c:2254 builtin/am.c:2257
653 -#: builtin/clone.c:118 builtin/fetch.c:127 builtin/pull.c:193
654 -#: builtin/submodule--helper.c:403 builtin/submodule--helper.c:1197
655 -#: builtin/submodule--helper.c:1200 builtin/submodule--helper.c:1567
656 -#: builtin/submodule--helper.c:1570 builtin/submodule--helper.c:1787
657 -#: git-add--interactive.perl:197
652 +#: apply.c:4933 apply.c:4936 builtin/am.c:2254 builtin/am.c:2257
653 +#: builtin/clone.c:121 builtin/fetch.c:115 builtin/merge.c:260
654 +#: builtin/pull.c:198 builtin/submodule--helper.c:406
655 +#: builtin/submodule--helper.c:1355 builtin/submodule--helper.c:1358
656 +#: builtin/submodule--helper.c:1729 builtin/submodule--helper.c:1732
657 +#: builtin/submodule--helper.c:1952 git-add--interactive.perl:197
658 msgid "path"
659 msgstr "camí"
660
661 -#: apply.c:4922
661 +#: apply.c:4934
662 msgid "don't apply changes matching the given path"
663 msgstr "no apliquis els canvis que coincideixin amb el camí donat"
664
665 -#: apply.c:4925
665 +#: apply.c:4937
666 msgid "apply changes matching the given path"
667 msgstr "aplica els canvis que coincideixin amb el camí donat"
668
669 -#: apply.c:4927 builtin/am.c:2263
669 +#: apply.c:4939 builtin/am.c:2263
670 msgid "num"
671 msgstr "número"
672
673 -#: apply.c:4928
673 +#: apply.c:4940
674 msgid "remove <num> leading slashes from traditional diff paths"
675 msgstr ""
676 "elimina <nombre> barres obliqües inicials dels camins de diferència "
677 "tradicionals"
678
679 -#: apply.c:4931
679 +#: apply.c:4943
680 msgid "ignore additions made by the patch"
681 msgstr "ignora afegiments fets pel pedaç"
682
683 -#: apply.c:4933
683 +#: apply.c:4945
684 msgid "instead of applying the patch, output diffstat for the input"
685 msgstr ""
686 "en lloc d'aplicar el pedaç, emet les estadístiques de diferència de l'entrada"
687
688 -#: apply.c:4937
688 +#: apply.c:4949
689 msgid "show number of added and deleted lines in decimal notation"
690 msgstr "mostra el nombre de línies afegides i suprimides en notació decimal"
691
692 -#: apply.c:4939
692 +#: apply.c:4951
693 msgid "instead of applying the patch, output a summary for the input"
694 msgstr "en lloc d'aplicar el pedaç, emet un resum de l'entrada"
695
696 -#: apply.c:4941
696 +#: apply.c:4953
697 msgid "instead of applying the patch, see if the patch is applicable"
698 msgstr "en lloc d'aplicar el pedaç, veges si el pedaç és aplicable"
699
700 -#: apply.c:4943
700 +#: apply.c:4955
701 msgid "make sure the patch is applicable to the current index"
702 msgstr "assegura que el pedaç sigui aplicable a l'índex actual"
703
704 -#: apply.c:4945
704 +#: apply.c:4957
705 +msgid "mark new files with `git add --intent-to-add`"
706 +msgstr ""
707 +
708 +#: apply.c:4959
709 msgid "apply a patch without touching the working tree"
710 msgstr "aplica un pedaç sense tocar l'arbre de treball"
711
708 -#: apply.c:4947
712 +#: apply.c:4961
713 msgid "accept a patch that touches outside the working area"
714 msgstr "accepta un pedaç que toqui fora de l'àrea de treball"
715
712 -#: apply.c:4950
716 +#: apply.c:4964
717 msgid "also apply the patch (use with --stat/--summary/--check)"
718 msgstr "aplica el pedaç també (useu amb --stat/--summary/--check)"
719
716 -#: apply.c:4952
720 +#: apply.c:4966
721 msgid "attempt three-way merge if a patch does not apply"
722 msgstr "intenta una fusió de tres vies si el pedaç no s'aplica"
723
720 -#: apply.c:4954
724 +#: apply.c:4968
725 msgid "build a temporary index based on embedded index information"
726 msgstr "construeix un índex temporal basat en la informació d'índex incrustada"
727
724 -#: apply.c:4957 builtin/checkout-index.c:168 builtin/ls-files.c:515
728 +#: apply.c:4971 builtin/checkout-index.c:168 builtin/ls-files.c:516
729 msgid "paths are separated with NUL character"
730 msgstr "els camins se separen amb el caràcter NUL"
731
728 -#: apply.c:4959
732 +#: apply.c:4973
733 msgid "ensure at least <n> lines of context match"
734 msgstr "assegura't que almenys <n> línies de context coincideixin"
735
732 -#: apply.c:4960 builtin/am.c:2242 builtin/interpret-trailers.c:95
736 +#: apply.c:4974 builtin/am.c:2242 builtin/interpret-trailers.c:95
737 #: builtin/interpret-trailers.c:97 builtin/interpret-trailers.c:99
734 -#: builtin/pack-objects.c:3035
738 +#: builtin/pack-objects.c:3202
739 msgid "action"
740 msgstr "acció"
741
738 -#: apply.c:4961
742 +#: apply.c:4975
743 msgid "detect new or modified lines that have whitespace errors"
744 msgstr ""
745 "detecta les línies noves o modificades que tinguin errors d'espai en blanc"
746
743 -#: apply.c:4964 apply.c:4967
747 +#: apply.c:4978 apply.c:4981
748 msgid "ignore changes in whitespace when finding context"
749 msgstr "ignora els canvis d'espai en blanc en cercar context"
750
747 -#: apply.c:4970
751 +#: apply.c:4984
752 msgid "apply the patch in reverse"
753 msgstr "aplica el pedaç al revés"
754
751 -#: apply.c:4972
755 +#: apply.c:4986
756 msgid "don't expect at least one line of context"
757 msgstr "no esperis almenys una línia de context"
758
755 -#: apply.c:4974
759 +#: apply.c:4988
760 msgid "leave the rejected hunks in corresponding *.rej files"
761 msgstr "deixa els trossos rebutjats en fitxers *.rej corresponents"
762
759 -#: apply.c:4976
763 +#: apply.c:4990
764 msgid "allow overlapping hunks"
765 msgstr "permet trossos encavalcants"
766
763 -#: apply.c:4977 builtin/add.c:292 builtin/check-ignore.c:21
764 -#: builtin/commit.c:1276 builtin/count-objects.c:96 builtin/fsck.c:665
765 -#: builtin/log.c:1901 builtin/mv.c:123 builtin/read-tree.c:125
767 +#: apply.c:4991 builtin/add.c:290 builtin/check-ignore.c:21
768 +#: builtin/commit.c:1301 builtin/count-objects.c:98 builtin/fsck.c:671
769 +#: builtin/log.c:1914 builtin/mv.c:122 builtin/read-tree.c:124
770 msgid "be verbose"
771 msgstr "sigues detallat"
772
769 -#: apply.c:4979
773 +#: apply.c:4993
774 msgid "tolerate incorrectly detected missing new-line at the end of file"
775 msgstr "tolera una línia nova incorrectament detectada al final del fitxer"
776
773 -#: apply.c:4982
777 +#: apply.c:4996
778 msgid "do not trust the line counts in the hunk headers"
779 msgstr "no confiïs en els recomptes de línia en les capçaleres dels trossos"
780
777 -#: apply.c:4984 builtin/am.c:2251
781 +#: apply.c:4998 builtin/am.c:2251
782 msgid "root"
783 msgstr "arrel"
784
781 -#: apply.c:4985
785 +#: apply.c:4999
786 msgid "prepend <root> to all filenames"
787 msgstr "anteposa <arrel> a tots els noms de fitxer"
788
785 -#: archive.c:13
789 +#: archive.c:14
790 msgid "git archive [<options>] <tree-ish> [<path>...]"
791 msgstr "git archive [<opcions>] <arbre> [<camí>...]"
792
789 -#: archive.c:14
793 +#: archive.c:15
794 msgid "git archive --list"
795 msgstr "git archive --list"
796
793 -#: archive.c:15
797 +#: archive.c:16
798 msgid ""
799 "git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
800 msgstr ""
801 "git archive --remote <dipòsit> [--exec <ordre>] [<opcions>] <arbre> "
802 "[<camí>...]"
803
800 -#: archive.c:16
804 +#: archive.c:17
805 msgid "git archive --remote <repo> [--exec <cmd>] --list"
806 msgstr "git archive --remote <dipòsit> [--exec <ordre>] --list"
807
804 -#: archive.c:351 builtin/add.c:176 builtin/add.c:515 builtin/rm.c:299
808 +#: archive.c:363 builtin/add.c:176 builtin/add.c:515 builtin/rm.c:298
809 #, c-format
810 msgid "pathspec '%s' did not match any files"
811 msgstr "l'especificació de camí «%s» no ha coincidit amb cap fitxer"
812
809 -#: archive.c:436
813 +#: archive.c:446
814 msgid "fmt"
815 msgstr "format"
816
813 -#: archive.c:436
817 +#: archive.c:446
818 msgid "archive format"
819 msgstr "format d'arxiu"
820
817 -#: archive.c:437 builtin/log.c:1462
821 +#: archive.c:447 builtin/log.c:1473
822 msgid "prefix"
823 msgstr "prefix"
824
821 -#: archive.c:438
825 +#: archive.c:448
826 msgid "prepend prefix to each pathname in the archive"
827 msgstr "anteposa el prefix a cada nom de camí en l'arxiu"
828
825 -#: archive.c:439 builtin/blame.c:702 builtin/blame.c:703 builtin/config.c:62
826 -#: builtin/fast-export.c:1005 builtin/fast-export.c:1007 builtin/grep.c:869
827 -#: builtin/hash-object.c:103 builtin/ls-files.c:551 builtin/ls-files.c:554
828 -#: builtin/notes.c:405 builtin/notes.c:568 builtin/read-tree.c:120
829 +#: archive.c:449 builtin/blame.c:816 builtin/blame.c:817 builtin/config.c:126
830 +#: builtin/fast-export.c:1013 builtin/fast-export.c:1015 builtin/grep.c:873
831 +#: builtin/hash-object.c:104 builtin/ls-files.c:552 builtin/ls-files.c:555
832 +#: builtin/notes.c:407 builtin/notes.c:570 builtin/read-tree.c:119
833 #: parse-options.h:165
834 msgid "file"
835 msgstr "fitxer"
836
833 -#: archive.c:440 builtin/archive.c:89
837 +#: archive.c:450 builtin/archive.c:89
838 msgid "write the archive to this file"
839 msgstr "escriu l'arxiu a aquest fitxer"
840
837 -#: archive.c:442
841 +#: archive.c:452
842 msgid "read .gitattributes in working directory"
843 msgstr "llegeix .gitattributes en el directori de treball"
844
841 -#: archive.c:443
845 +#: archive.c:453
846 msgid "report archived files on stderr"
847 msgstr "informa de fitxers arxivats en stderr"
848
845 -#: archive.c:444
849 +#: archive.c:454
850 msgid "store only"
851 msgstr "només emmagatzema"
852
849 -#: archive.c:445
853 +#: archive.c:455
854 msgid "compress faster"
855 msgstr "comprimeix més ràpidament"
856
853 -#: archive.c:453
857 +#: archive.c:463
858 msgid "compress better"
859 msgstr "comprimeix millor"
860
857 -#: archive.c:456
861 +#: archive.c:466
862 msgid "list supported archive formats"
863 msgstr "llista els formats d'arxiu admesos"
864
861 -#: archive.c:458 builtin/archive.c:90 builtin/clone.c:108 builtin/clone.c:111
862 -#: builtin/submodule--helper.c:1209 builtin/submodule--helper.c:1576
865 +#: archive.c:468 builtin/archive.c:90 builtin/clone.c:111 builtin/clone.c:114
866 +#: builtin/submodule--helper.c:1367 builtin/submodule--helper.c:1738
867 msgid "repo"
868 msgstr "dipòsit"
869
866 -#: archive.c:459 builtin/archive.c:91
870 +#: archive.c:469 builtin/archive.c:91
871 msgid "retrieve the archive from remote repository <repo>"
872 msgstr "recupera l'arxiu del dipòsit remot <dipòsit>"
873
870 -#: archive.c:460 builtin/archive.c:92 builtin/notes.c:489
874 +#: archive.c:470 builtin/archive.c:92 builtin/difftool.c:714
875 +#: builtin/notes.c:491
876 msgid "command"
877 msgstr "ordre"
878
874 -#: archive.c:461 builtin/archive.c:93
879 +#: archive.c:471 builtin/archive.c:93
880 msgid "path to the remote git-upload-archive command"
881 msgstr "camí a l'ordre git-upload-archive remota"
882
878 -#: archive.c:468
883 +#: archive.c:478
884 msgid "Unexpected option --remote"
885 msgstr "Opció inesperada --remote"
886
882 -#: archive.c:470
887 +#: archive.c:480
888 msgid "Option --exec can only be used together with --remote"
889 msgstr "L'opció --exec només es pot usar juntament amb --remote"
890
886 -#: archive.c:472
891 +#: archive.c:482
892 msgid "Unexpected option --output"
893 msgstr "Opció inesperada --output"
894
890 -#: archive.c:494
895 +#: archive.c:504
896 #, c-format
897 msgid "Unknown archive format '%s'"
898 msgstr "Format d'arxiu desconegut «%s»"
899
895 -#: archive.c:501
900 +#: archive.c:511
901 #, c-format
902 msgid "Argument not supported for format '%s': -%d"
903 msgstr "Paràmetre no admès per al format «%s»: -%d"
904
905 +#: archive-tar.c:125 archive-zip.c:344
906 +#, fuzzy, c-format
907 +msgid "cannot stream blob %s"
908 +msgstr "no es pot emmagatzemar %s"
909 +
910 +#: archive-tar.c:260 archive-zip.c:361
911 +#, c-format
912 +msgid "unsupported file mode: 0%o (SHA1: %s)"
913 +msgstr "mode de fitxer no compatible: 0%o (SHA1: %s)"
914 +
915 +#: archive-tar.c:287 archive-zip.c:352
916 +#, c-format
917 +msgid "cannot read %s"
918 +msgstr "no es pot llegir «%s»"
919 +
920 +#: archive-tar.c:458
921 +#, c-format
922 +msgid "unable to start '%s' filter"
923 +msgstr "no s'ha pogut iniciar el filtre «%s»"
924 +
925 +#: archive-tar.c:461
926 +#, fuzzy
927 +msgid "unable to redirect descriptor"
928 +msgstr "no s'ha pogut actualitzar l'índex"
929 +
930 +#: archive-tar.c:468
931 +#, fuzzy, c-format
932 +msgid "'%s' filter reported error"
933 +msgstr "«%s» és fora del dipòsit"
934 +
935 +#: archive-zip.c:313
936 +#, c-format
937 +msgid "path is not valid UTF-8: %s"
938 +msgstr ""
939 +
940 +#: archive-zip.c:317
941 +#, c-format
942 +msgid "path too long (%d chars, SHA1: %s): %s"
943 +msgstr ""
944 +
945 +#: archive-zip.c:470 builtin/pack-objects.c:216 builtin/pack-objects.c:219
946 +#, c-format
947 +msgid "deflate error (%d)"
948 +msgstr "error de deflació (%d)"
949 +
950 +#: archive-zip.c:605
951 +#, c-format
952 +msgid "timestamp too large for this system: %<PRIuMAX>"
953 +msgstr ""
954 +
955 #: attr.c:218
956 #, c-format
957 msgid "%.*s is not a valid attribute name"
@@ -910,22 +965,22 @@ msgstr ""
965 "Els patrons negatius s'ignoren en els atributs de git\n"
966 "Useu '\\!' per exclamació capdavantera literal."
967
913 -#: bisect.c:460
968 +#: bisect.c:467
969 #, c-format
970 msgid "Badly quoted content in file '%s': %s"
971 msgstr "Comentari amb cometes errònies en el fitxer «%s»: %s"
972
918 -#: bisect.c:668
973 +#: bisect.c:675
974 #, c-format
975 msgid "We cannot bisect more!\n"
976 msgstr "No podem bisecar més!\n"
977
923 -#: bisect.c:722
978 +#: bisect.c:729
979 #, c-format
980 msgid "Not a valid commit name %s"
981 msgstr "No és un nom de comissió vàlid %s"
982
928 -#: bisect.c:746
983 +#: bisect.c:753
984 #, c-format
985 msgid ""
986 "The merge base %s is bad.\n"
@@ -934,7 +989,7 @@ msgstr ""
989 "La base de fusió %s és errònia.\n"
990 "Això vol dir que el defecte s'ha arreglat entre %s i [%s].\n"
991
937 -#: bisect.c:751
992 +#: bisect.c:758
993 #, c-format
994 msgid ""
995 "The merge base %s is new.\n"
@@ -943,7 +998,7 @@ msgstr ""
998 "La base de fusió %s és nova.\n"
999 "La propietat s'ha canviat entre %s i [%s].\n"
1000
946 -#: bisect.c:756
1001 +#: bisect.c:763
1002 #, c-format
1003 msgid ""
1004 "The merge base %s is %s.\n"
@@ -952,7 +1007,7 @@ msgstr ""
1007 "La base de fusió %s és %s.\n"
1008 "Això vol dir que la primera comissió «%s» és entre %s i [%s].\n"
1009
955 -#: bisect.c:764
1010 +#: bisect.c:771
1011 #, c-format
1012 msgid ""
1013 "Some %s revs are not ancestors of the %s rev.\n"
@@ -963,7 +1018,7 @@ msgstr ""
1018 "git bisect no pot funcionar correctament en aquest cas.\n"
1019 "Potser heu confós les revisions %s i %s?\n"
1020
966 -#: bisect.c:777
1021 +#: bisect.c:784
1022 #, c-format
1023 msgid ""
1024 "the merge base between %s and [%s] must be skipped.\n"
@@ -975,36 +1030,36 @@ msgstr ""
1030 "%s.\n"
1031 "Continuem de totes maneres."
1032
978 -#: bisect.c:810
1033 +#: bisect.c:817
1034 #, c-format
1035 msgid "Bisecting: a merge base must be tested\n"
1036 msgstr "Bisecant: s'ha de provar una base de fusió\n"
1037
983 -#: bisect.c:850
1038 +#: bisect.c:857
1039 #, c-format
1040 msgid "a %s revision is needed"
1041 msgstr "es necessita una revisió %s"
1042
988 -#: bisect.c:869 builtin/notes.c:175 builtin/tag.c:235
1043 +#: bisect.c:876 builtin/notes.c:177 builtin/tag.c:237
1044 #, c-format
1045 msgid "could not create file '%s'"
1046 msgstr "no s'ha pogut crear el fitxer «%s»"
1047
993 -#: bisect.c:920
1048 +#: bisect.c:927 builtin/merge.c:137
1049 #, c-format
1050 msgid "could not read file '%s'"
1051 msgstr "no s'ha pogut llegir el fitxer «%s»"
1052
998 -#: bisect.c:950
1053 +#: bisect.c:957
1054 msgid "reading bisect refs failed"
1055 msgstr "la lectura de les referències de bisecció ha fallat"
1056
1002 -#: bisect.c:969
1057 +#: bisect.c:976
1058 #, c-format
1059 msgid "%s was both %s and %s\n"
1060 msgstr "%s era ambdós %s i %s\n"
1061
1007 -#: bisect.c:977
1062 +#: bisect.c:984
1063 #, c-format
1064 msgid ""
1065 "No testable commit found.\n"
@@ -1013,7 +1068,7 @@ msgstr ""
1068 "No s'ha trobat cap comissió comprovable.\n"
1069 "Potser heu començat amb paràmetres de camí incorrectes?\n"
1070
1016 -#: bisect.c:996
1071 +#: bisect.c:1003
1072 #, c-format
1073 msgid "(roughly %d step)"
1074 msgid_plural "(roughly %d steps)"
@@ -1023,52 +1078,53 @@ msgstr[1] "(aproximadament %d passos)"
1078 #. TRANSLATORS: the last %s will be replaced with "(roughly %d
1079 #. steps)" translation.
1080 #.
1026 -#: bisect.c:1002
1081 +#: bisect.c:1009
1082 #, c-format
1083 msgid "Bisecting: %d revision left to test after this %s\n"
1084 msgid_plural "Bisecting: %d revisions left to test after this %s\n"
1085 msgstr[0] "Bisecant: manca %d revisió a provar després d'aquesta %s\n"
1086 msgstr[1] "Bisecant: manquen %d revisions a provar després d'aquesta %s\n"
1087
1033 -#: blame.c:1758
1088 +#: blame.c:1784
1089 msgid "--contents and --reverse do not blend well."
1090 msgstr "--contents i --reverse no funcionen bé juntes."
1091
1037 -#: blame.c:1769
1092 +#: blame.c:1798
1093 msgid "cannot use --contents with final commit object name"
1094 msgstr "no es pot usar --contents amb el nom d'objecte de la comissió final"
1095
1041 -#: blame.c:1789
1096 +#: blame.c:1819
1097 msgid "--reverse and --first-parent together require specified latest commit"
1098 msgstr ""
1099 "--reverse i --first-parent-together requereixen una última comissió "
1100 "especificada"
1101
1047 -#: blame.c:1798 bundle.c:160 ref-filter.c:1978 sequencer.c:1699
1048 -#: sequencer.c:2901 builtin/commit.c:976 builtin/log.c:366 builtin/log.c:920
1049 -#: builtin/log.c:1371 builtin/log.c:1702 builtin/log.c:1950 builtin/merge.c:370
1050 -#: builtin/shortlog.c:191
1102 +#: blame.c:1828 bundle.c:162 ref-filter.c:2154 sequencer.c:1874
1103 +#: sequencer.c:3772 builtin/commit.c:994 builtin/log.c:372 builtin/log.c:926
1104 +#: builtin/log.c:1381 builtin/log.c:1713 builtin/log.c:1963 builtin/merge.c:404
1105 +#: builtin/pack-objects.c:3029 builtin/pack-objects.c:3044
1106 +#: builtin/shortlog.c:192
1107 msgid "revision walk setup failed"
1108 msgstr "la configuració del passeig per revisions ha fallat"
1109
1054 -#: blame.c:1816
1110 +#: blame.c:1846
1111 msgid ""
1112 "--reverse --first-parent together require range along first-parent chain"
1113 msgstr ""
1114 "--reverse --first-parent junts requereixen un rang de la cadena de mares "
1115 "primeres"
1116
1061 -#: blame.c:1827
1117 +#: blame.c:1857
1118 #, c-format
1119 msgid "no such path %s in %s"
1120 msgstr "no hi ha tal camí %s en %s"
1121
1066 -#: blame.c:1838
1122 +#: blame.c:1868
1123 #, c-format
1124 msgid "cannot read blob %s for path %s"
1125 msgstr "no es pot llegir el blob %s per al camí %s"
1126
1071 -#: branch.c:53
1127 +#: branch.c:52
1128 #, c-format
1129 msgid ""
1130 "\n"
@@ -1081,97 +1137,97 @@ msgstr ""
1137 "intentar corregir la informació de seguiment remot\n"
1138 "invocant \"git branch --set-upstream-to=%s%s%s\"."
1139
1084 -#: branch.c:67
1140 +#: branch.c:66
1141 #, c-format
1142 msgid "Not setting branch %s as its own upstream."
1143 msgstr "No s'està establint la branca %s com a la seva pròpia font."
1144
1089 -#: branch.c:93
1145 +#: branch.c:92
1146 #, c-format
1147 msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."
1148 msgstr ""
1149 "La branca «%s» està configurada per a seguir la branca remota «%s» de «%s» "
1150 "fent «rebase»."
1151
1096 -#: branch.c:94
1152 +#: branch.c:93
1153 #, c-format
1154 msgid "Branch '%s' set up to track remote branch '%s' from '%s'."
1155 msgstr ""
1156 "La branca «%s» està configurada per a seguir la branca remota «%s» de «%s»."
1157
1102 -#: branch.c:98
1158 +#: branch.c:97
1159 #, c-format
1160 msgid "Branch '%s' set up to track local branch '%s' by rebasing."
1161 msgstr ""
1162 "La branca «%s» està configurada per a seguir la branca local «%s» fent "
1163 "«rebase»."
1164
1109 -#: branch.c:99
1165 +#: branch.c:98
1166 #, c-format
1167 msgid "Branch '%s' set up to track local branch '%s'."
1168 msgstr "La branca «%s» està configurada per a seguir la branca local «%s»."
1169
1114 -#: branch.c:104
1170 +#: branch.c:103
1171 #, c-format
1172 msgid "Branch '%s' set up to track remote ref '%s' by rebasing."
1173 msgstr ""
1174 "La branca «%s» està configurada per a seguir la referència remota «%s» fent "
1175 "«rebase»."
1176
1121 -#: branch.c:105
1177 +#: branch.c:104
1178 #, c-format
1179 msgid "Branch '%s' set up to track remote ref '%s'."
1180 msgstr ""
1181 "La branca «%s» està configurada per a seguir la referència remota «%s»."
1182
1127 -#: branch.c:109
1183 +#: branch.c:108
1184 #, c-format
1185 msgid "Branch '%s' set up to track local ref '%s' by rebasing."
1186 msgstr ""
1187 "La branca «%s» està configurada per a seguir la referència local «%s» fent "
1188 "«rebase»."
1189
1134 -#: branch.c:110
1190 +#: branch.c:109
1191 #, c-format
1192 msgid "Branch '%s' set up to track local ref '%s'."
1193 msgstr "La branca «%s» està configurada per a seguir la referència local «%s»."
1194
1139 -#: branch.c:119
1195 +#: branch.c:118
1196 msgid "Unable to write upstream branch configuration"
1197 msgstr "No es pot escriure la configuració de la branca font"
1198
1143 -#: branch.c:156
1199 +#: branch.c:155
1200 #, c-format
1201 msgid "Not tracking: ambiguous information for ref %s"
1202 msgstr "No seguint: informació ambigua per a la referència %s"
1203
1148 -#: branch.c:189
1204 +#: branch.c:188
1205 #, c-format
1206 msgid "'%s' is not a valid branch name."
1207 msgstr "«%s» no és un nom de branca vàlid."
1208
1153 -#: branch.c:208
1209 +#: branch.c:207
1210 #, c-format
1211 msgid "A branch named '%s' already exists."
1212 msgstr "Una branca amb nom «%s» ja existeix."
1213
1158 -#: branch.c:213
1214 +#: branch.c:212
1215 msgid "Cannot force update the current branch."
1216 msgstr "No es pot actualitzar la branca actual a la força."
1217
1162 -#: branch.c:233
1218 +#: branch.c:232
1219 #, c-format
1220 msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1221 msgstr ""
1222 "No es pot configurar la informació de seguiment; el punt inicial «%s» no és "
1223 "una branca."
1224
1169 -#: branch.c:235
1225 +#: branch.c:234
1226 #, c-format
1227 msgid "the requested upstream branch '%s' does not exist"
1228 msgstr "la branca font demanada «%s» no existeix"
1229
1174 -#: branch.c:237
1230 +#: branch.c:236
1231 msgid ""
1232 "\n"
1233 "If you are planning on basing your work on an upstream\n"
@@ -1192,100 +1248,100 @@ msgstr ""
1248 "«git push -u» per a establir la configuració font\n"
1249 "mentre pugeu."
1250
1195 -#: branch.c:280
1251 +#: branch.c:279
1252 #, c-format
1253 msgid "Not a valid object name: '%s'."
1254 msgstr "No és un nom d'objecte vàlid: «%s»."
1255
1200 -#: branch.c:300
1256 +#: branch.c:299
1257 #, c-format
1258 msgid "Ambiguous object name: '%s'."
1259 msgstr "Nom d'objecte ambigu: «%s»."
1260
1205 -#: branch.c:305
1261 +#: branch.c:304
1262 #, c-format
1263 msgid "Not a valid branch point: '%s'."
1264 msgstr "No és un punt de ramificació vàlid: «%s»."
1265
1210 -#: branch.c:359
1266 +#: branch.c:358
1267 #, c-format
1268 msgid "'%s' is already checked out at '%s'"
1269 msgstr "«%s» ja s'ha agafat a «%s»"
1270
1215 -#: branch.c:382
1271 +#: branch.c:381
1272 #, c-format
1273 msgid "HEAD of working tree %s is not updated"
1274 msgstr "HEAD de l'arbre de treball %s no està actualitzat"
1275
1220 -#: bundle.c:34
1276 +#: bundle.c:36
1277 #, c-format
1278 msgid "'%s' does not look like a v2 bundle file"
1279 msgstr "«%s» no sembla un fitxer de farcell v2"
1280
1225 -#: bundle.c:62
1281 +#: bundle.c:64
1282 #, c-format
1283 msgid "unrecognized header: %s%s (%d)"
1284 msgstr "capçalera no reconeguda: %s%s (%d)"
1285
1230 -#: bundle.c:88 sequencer.c:1879 sequencer.c:2337 builtin/commit.c:750
1286 +#: bundle.c:90 sequencer.c:2092 sequencer.c:2578 builtin/commit.c:768
1287 #, c-format
1288 msgid "could not open '%s'"
1289 msgstr "no s'ha pogut obrir «%s»"
1290
1235 -#: bundle.c:139
1291 +#: bundle.c:141
1292 msgid "Repository lacks these prerequisite commits:"
1293 msgstr "Al dipòsit li manquen aquestes comissions prerequisits:"
1294
1239 -#: bundle.c:190
1295 +#: bundle.c:192
1296 #, c-format
1297 msgid "The bundle contains this ref:"
1298 msgid_plural "The bundle contains these %d refs:"
1299 msgstr[0] "El farcell conté aquesta referència:"
1300 msgstr[1] "El farcell conté aquestes %d referències:"
1301
1246 -#: bundle.c:197
1302 +#: bundle.c:199
1303 msgid "The bundle records a complete history."
1304 msgstr "El farcell registra una història completa."
1305
1250 -#: bundle.c:199
1306 +#: bundle.c:201
1307 #, c-format
1308 msgid "The bundle requires this ref:"
1309 msgid_plural "The bundle requires these %d refs:"
1310 msgstr[0] "El farcell requereix aquesta referència:"
1311 msgstr[1] "El farcell requereix aquestes %d referències:"
1312
1257 -#: bundle.c:258
1313 +#: bundle.c:260
1314 msgid "Could not spawn pack-objects"
1315 msgstr "No s'ha pogut executar el pack-objects"
1316
1261 -#: bundle.c:269
1317 +#: bundle.c:271
1318 msgid "pack-objects died"
1319 msgstr "El pack-objects s'ha mort"
1320
1265 -#: bundle.c:311
1321 +#: bundle.c:313
1322 msgid "rev-list died"
1323 msgstr "El rev-list s'ha mort"
1324
1269 -#: bundle.c:360
1325 +#: bundle.c:362
1326 #, c-format
1327 msgid "ref '%s' is excluded by the rev-list options"
1328 msgstr "les opcions de la llista de revisions exclouen la referència «%s»"
1329
1274 -#: bundle.c:450 builtin/log.c:183 builtin/log.c:1607 builtin/shortlog.c:296
1330 +#: bundle.c:453 builtin/log.c:187 builtin/log.c:1618 builtin/shortlog.c:304
1331 #, c-format
1332 msgid "unrecognized argument: %s"
1333 msgstr "paràmetre no reconegut: %s"
1334
1279 -#: bundle.c:458
1335 +#: bundle.c:461
1336 msgid "Refusing to create empty bundle."
1337 msgstr "S'està refusant crear un farcell buit."
1338
1283 -#: bundle.c:470
1339 +#: bundle.c:473
1340 #, c-format
1341 msgid "cannot create '%s'"
1342 msgstr "no es pot crear «%s»"
1343
1288 -#: bundle.c:498
1344 +#: bundle.c:501
1345 msgid "index-pack died"
1346 msgstr "L'index-pack s'ha mort"
1347
@@ -1294,18 +1350,31 @@ msgstr "L'index-pack s'ha mort"
1350 msgid "invalid color value: %.*s"
1351 msgstr "valor de color no vàlid: %.*s"
1352
1297 -#: commit.c:41 sequencer.c:2141 builtin/am.c:421 builtin/am.c:465
1298 -#: builtin/am.c:1436 builtin/am.c:2072
1353 +#: commit.c:48 sequencer.c:2384 builtin/am.c:422 builtin/am.c:466
1354 +#: builtin/am.c:1438 builtin/am.c:2072 builtin/replace.c:376
1355 +#: builtin/replace.c:448
1356 #, c-format
1357 msgid "could not parse %s"
1358 msgstr "no s'ha pogut analitzar %s"
1359
1303 -#: commit.c:43
1360 +#: commit.c:50
1361 #, c-format
1362 msgid "%s %s is not a commit!"
1363 msgstr "%s %s no és una comissió!"
1364
1308 -#: commit.c:1506
1365 +#: commit.c:191
1366 +msgid ""
1367 +"Support for <GIT_DIR>/info/grafts is deprecated\n"
1368 +"and will be removed in a future Git version.\n"
1369 +"\n"
1370 +"Please use \"git replace --convert-graft-file\"\n"
1371 +"to convert the grafts into replace refs.\n"
1372 +"\n"
1373 +"Turn this message off by running\n"
1374 +"\"git config advice.graftFileDeprecated false\""
1375 +msgstr ""
1376 +
1377 +#: commit.c:1629
1378 msgid ""
1379 "Warning: commit message did not conform to UTF-8.\n"
1380 "You may want to amend it after fixing the message, or set the config\n"
@@ -1316,178 +1385,395 @@ msgstr ""
1385 "la variable de configuració i18n.commitencoding a la codificació que\n"
1386 "usi el vostre projecte.\n"
1387
1388 +#: commit-graph.c:83
1389 +#, c-format
1390 +msgid "graph file %s is too small"
1391 +msgstr ""
1392 +
1393 +#: commit-graph.c:90
1394 +#, c-format
1395 +msgid "graph signature %X does not match signature %X"
1396 +msgstr ""
1397 +
1398 +#: commit-graph.c:97
1399 +#, fuzzy, c-format
1400 +msgid "graph version %X does not match version %X"
1401 +msgstr "el camí «%s» no té la seva versió"
1402 +
1403 +#: commit-graph.c:104
1404 +#, fuzzy, c-format
1405 +msgid "hash version %X does not match version %X"
1406 +msgstr "el camí «%s» no té la seva versió"
1407 +
1408 +#: commit-graph.c:128
1409 +#, c-format
1410 +msgid "improper chunk offset %08x%08x"
1411 +msgstr ""
1412 +
1413 +#: commit-graph.c:164
1414 +#, c-format
1415 +msgid "chunk id %08x appears multiple times"
1416 +msgstr ""
1417 +
1418 +#: commit-graph.c:261
1419 +#, c-format
1420 +msgid "could not find commit %s"
1421 +msgstr "no s'ha pogut trobar la comissió %s"
1422 +
1423 +#: commit-graph.c:565 builtin/pack-objects.c:2568
1424 +#, c-format
1425 +msgid "unable to get type of object %s"
1426 +msgstr "no s'ha pogut obtenir el tipus de l'objecte: %s"
1427 +
1428 +#: commit-graph.c:730
1429 +#, c-format
1430 +msgid "error adding pack %s"
1431 +msgstr "error en afegir paquet %s"
1432 +
1433 +#: commit-graph.c:732
1434 +#, c-format
1435 +msgid "error opening index for %s"
1436 +msgstr "s'ha produït un error en obrir l'índex per «%s»"
1437 +
1438 +#: commit-graph.c:773
1439 +#, c-format
1440 +msgid "the commit graph format cannot write %d commits"
1441 +msgstr ""
1442 +
1443 +#: commit-graph.c:800
1444 +#, fuzzy
1445 +msgid "too many commits to write graph"
1446 +msgstr "masses comissions per escriure un graf"
1447 +
1448 +#: commit-graph.c:806
1449 +#, c-format
1450 +msgid "unable to create leading directories of %s"
1451 +msgstr "no s'han pogut crear els directoris inicials de «%s»"
1452 +
1453 +#: commit-graph.c:904
1454 +msgid "the commit-graph file has incorrect checksum and is likely corrupt"
1455 +msgstr ""
1456 +
1457 #: compat/obstack.c:405 compat/obstack.c:407
1458 msgid "memory exhausted"
1459 msgstr "memòria esgotada"
1460
1323 -#: config.c:186
1461 +#: config.c:123
1462 +#, c-format
1463 +msgid ""
1464 +"exceeded maximum include depth (%d) while including\n"
1465 +"\t%s\n"
1466 +"from\n"
1467 +"\t%s\n"
1468 +"This might be due to circular includes."
1469 +msgstr ""
1470 +
1471 +#: config.c:139
1472 +#, c-format
1473 +msgid "could not expand include path '%s'"
1474 +msgstr "no s'ha pogut expandir el camí d'inclusió «%s»"
1475 +
1476 +#: config.c:150
1477 +msgid "relative config includes must come from files"
1478 +msgstr ""
1479 +"les inclusions de configuració relatives han de venir de fitxers"
1480 +
1481 +#: config.c:190
1482 msgid "relative config include conditionals must come from files"
1483 msgstr ""
1484 "els condicionals d'inclusió de configuració relatius han de venir de fitxers"
1485
1328 -#: config.c:720
1486 +#: config.c:348
1487 +#, c-format
1488 +msgid "key does not contain a section: %s"
1489 +msgstr "la clau no conté una secció: «%s»"
1490 +
1491 +#: config.c:354
1492 +#, c-format
1493 +msgid "key does not contain variable name: %s"
1494 +msgstr "la clau no conté un nom de variable: «%s»"
1495 +
1496 +#: config.c:378 sequencer.c:2206
1497 +#, c-format
1498 +msgid "invalid key: %s"
1499 +msgstr "clau no vàlida: %s"
1500 +
1501 +#: config.c:384
1502 +#, c-format
1503 +msgid "invalid key (newline): %s"
1504 +msgstr "clau no vàlida (línea nova): %s"
1505 +
1506 +#: config.c:420 config.c:432
1507 +#, c-format
1508 +msgid "bogus config parameter: %s"
1509 +msgstr "paràmetre de configuració erroni: %s"
1510 +
1511 +#: config.c:467
1512 +#, c-format
1513 +msgid "bogus format in %s"
1514 +msgstr "format erroni a %s"
1515 +
1516 +#: config.c:793
1517 #, c-format
1518 msgid "bad config line %d in blob %s"
1519 msgstr "línia de configuració %d errònia en el blob %s"
1520
1333 -#: config.c:724
1521 +#: config.c:797
1522 #, c-format
1523 msgid "bad config line %d in file %s"
1524 msgstr "línia de configuració %d errònia en el fitxer %s"
1525
1338 -#: config.c:728
1526 +#: config.c:801
1527 #, c-format
1528 msgid "bad config line %d in standard input"
1529 msgstr "línia de configuració %d errònia en l'entrada estàndard"
1530
1343 -#: config.c:732
1531 +#: config.c:805
1532 #, c-format
1533 msgid "bad config line %d in submodule-blob %s"
1534 msgstr "línia de configuració %d errònia en el blob de submòdul %s"
1535
1348 -#: config.c:736
1536 +#: config.c:809
1537 #, c-format
1538 msgid "bad config line %d in command line %s"
1539 msgstr "línia de configuració %d errònia en la línia d'ordres %s"
1540
1353 -#: config.c:740
1541 +#: config.c:813
1542 #, c-format
1543 msgid "bad config line %d in %s"
1544 msgstr "línia de configuració %d errònia en %s"
1545
1358 -#: config.c:868
1546 +#: config.c:952
1547 msgid "out of range"
1548 msgstr "fora de rang"
1549
1362 -#: config.c:868
1550 +#: config.c:952
1551 msgid "invalid unit"
1552 msgstr "unitat no vàlida"
1553
1366 -#: config.c:874
1554 +#: config.c:958
1555 #, c-format
1556 msgid "bad numeric config value '%s' for '%s': %s"
1557 msgstr "valor de configuració numèric erroni «%s» per «%s»: %s"
1558
1371 -#: config.c:879
1559 +#: config.c:963
1560 #, c-format
1561 msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1562 msgstr "valor de configuració numèric erroni «%s» per «%s» en el blob %s: %s"
1563
1376 -#: config.c:882
1564 +#: config.c:966
1565 #, c-format
1566 msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1567 msgstr "valor de configuració numèric «%s» erroni per «%s» en el fitxer %s: %s"
1568
1381 -#: config.c:885
1569 +#: config.c:969
1570 #, c-format
1571 msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1572 msgstr ""
1573 "valor de configuració numèric «%s» erroni per «%s» en l'entrada estàndard: %s"
1574
1387 -#: config.c:888
1575 +#: config.c:972
1576 #, c-format
1577 msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1578 msgstr ""
1579 "valor de configuració numèric «%s» erroni' per «%s» en el blob de submòdul "
1580 "%s: %s"
1581
1394 -#: config.c:891
1582 +#: config.c:975
1583 #, c-format
1584 msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1585 msgstr ""
1586 "valor de configuració numèric «%s» erroni per «%s» en la línia d'ordres %s: "
1587 "%s"
1588
1401 -#: config.c:894
1589 +#: config.c:978
1590 #, c-format
1591 msgid "bad numeric config value '%s' for '%s' in %s: %s"
1592 msgstr "valor de configuració numèric incorrecte «%s» per «%s» en %s: %s"
1593
1406 -#: config.c:989
1594 +#: config.c:1073
1595 #, c-format
1596 msgid "failed to expand user dir in: '%s'"
1597 msgstr "s'ha produït un error en expandir el directori d'usuari en: «%s»"
1598
1411 -#: config.c:998
1599 +#: config.c:1082
1600 #, c-format
1601 msgid "'%s' for '%s' is not a valid timestamp"
1602 msgstr "«%s» per a «%s» no és una marca de temps vàlida"
1603
1416 -#: config.c:1094 config.c:1105
1604 +#: config.c:1173
1605 +#, c-format
1606 +msgid "abbrev length out of range: %d"
1607 +msgstr ""
1608 +
1609 +#: config.c:1187 config.c:1198
1610 #, c-format
1611 msgid "bad zlib compression level %d"
1612 msgstr "nivell de compressió de zlib incorrecte %d"
1613
1421 -#: config.c:1225
1614 +#: config.c:1290
1615 +msgid "core.commentChar should only be one character"
1616 +msgstr ""
1617 +
1618 +#: config.c:1323
1619 #, c-format
1620 msgid "invalid mode for object creation: %s"
1621 msgstr "mode de creació d'objecte no vàlid: %s"
1622
1426 -#: config.c:1386
1623 +#: config.c:1403
1624 +#, c-format
1625 +msgid "malformed value for %s"
1626 +msgstr "valor no vàlid per a %s"
1627 +
1628 +#: config.c:1429
1629 +#, c-format
1630 +msgid "malformed value for %s: %s"
1631 +msgstr "valor no vàlid per a %s: %s"
1632 +
1633 +#: config.c:1430
1634 +msgid "must be one of nothing, matching, simple, upstream or current"
1635 +msgstr ""
1636 +
1637 +#: config.c:1489 builtin/pack-objects.c:3279
1638 #, c-format
1639 msgid "bad pack compression level %d"
1640 msgstr "nivell de compressió de paquet %d Erroni"
1641
1431 -#: config.c:1582
1642 +#: config.c:1610
1643 +#, c-format
1644 +msgid "unable to load config blob object '%s'"
1645 +msgstr "no s'ha pogut carregar l'objecte blob de configuració «%s»"
1646 +
1647 +#: config.c:1613
1648 +#, c-format
1649 +msgid "reference '%s' does not point to a blob"
1650 +msgstr "la referència «%s» no assenyala a un blob"
1651 +
1652 +#: config.c:1630
1653 +#, c-format
1654 +msgid "unable to resolve config blob '%s'"
1655 +msgstr "no s'ha pogut resoldre el blob de configuració: «%s»"
1656 +
1657 +#: config.c:1660
1658 +#, c-format
1659 +msgid "failed to parse %s"
1660 +msgstr "s'ha produït un error en analitzar %s"
1661 +
1662 +#: config.c:1700
1663 msgid "unable to parse command-line config"
1664 msgstr "no s'ha pogut analitzar la configuració de la línia d'ordres"
1665
1435 -#: config.c:1914
1666 +#: config.c:2032
1667 msgid "unknown error occurred while reading the configuration files"
1668 msgstr "un error desconegut ha ocorregut en llegir els fitxers de configuració"
1669
1439 -#: config.c:2101
1670 +#: config.c:2202
1671 #, c-format
1672 msgid "Invalid %s: '%s'"
1673 msgstr "%s no vàlid: «%s»"
1674
1444 -#: config.c:2144
1675 +#: config.c:2245
1676 #, c-format
1677 msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1678 msgstr ""
1679 "valor «%s» a core.untrackedCache desconegut; utilitzant el valor per defecte "
1680 "«keep»"
1681
1451 -#: config.c:2170
1682 +#: config.c:2271
1683 #, c-format
1684 msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1685 msgstr "valor «%d» a splitIndex.maxPercentChange ha d'estar entre 0 i 100"
1686
1456 -#: config.c:2195
1687 +#: config.c:2296
1688 #, c-format
1689 msgid "unable to parse '%s' from command-line config"
1690 msgstr "no s'ha pogut analitzar «%s» de la configuració de la línia d'ordres"
1691
1461 -#: config.c:2197
1692 +#: config.c:2298
1693 #, c-format
1694 msgid "bad config variable '%s' in file '%s' at line %d"
1695 msgstr "variable de configuració «%s» errònia en el fitxer «%s» a la línia %d"
1696
1466 -#: config.c:2256
1697 +#: config.c:2379
1698 +#, c-format
1699 +msgid "invalid section name '%s'"
1700 +msgstr "nom de secció no vàlid «%s»"
1701 +
1702 +#: config.c:2411
1703 #, c-format
1704 msgid "%s has multiple values"
1705 msgstr "%s té múltiples valors"
1706
1471 -#: config.c:2599 config.c:2816
1707 +#: config.c:2440
1708 +#, c-format
1709 +msgid "failed to write new configuration file %s"
1710 +msgstr "no es pot escriure un nou fitxer de configuració %s"
1711 +
1712 +#: config.c:2691 config.c:3015
1713 +#, c-format
1714 +msgid "could not lock config file %s"
1715 +msgstr "no s'ha pogut blocar el fitxer de configuració %s"
1716 +
1717 +#: config.c:2702
1718 +#, c-format
1719 +msgid "opening %s"
1720 +msgstr "s'està obrint %s"
1721 +
1722 +#: config.c:2737 builtin/config.c:324
1723 +#, c-format
1724 +msgid "invalid pattern: %s"
1725 +msgstr "patró no vàlid: %s"
1726 +
1727 +#: config.c:2762
1728 +#, c-format
1729 +msgid "invalid config file %s"
1730 +msgstr "fitxer de configuració vàlid %s"
1731 +
1732 +#: config.c:2775 config.c:3028
1733 #, c-format
1734 msgid "fstat on %s failed"
1735 msgstr "ha fallat fstat a %s"
1736
1476 -#: config.c:2706
1737 +#: config.c:2786
1738 +#, fuzzy, c-format
1739 +msgid "unable to mmap '%s'"
1740 +msgstr "no s'ha pogut accedir a «%s»"
1741 +
1742 +#: config.c:2795 config.c:3033
1743 +#, c-format
1744 +msgid "chmod on %s failed"
1745 +msgstr "ha fallat chmod a %s"
1746 +
1747 +#: config.c:2880 config.c:3130
1748 +#, c-format
1749 +msgid "could not write config file %s"
1750 +msgstr "no s'ha pogut escriure el fitxer de configuració «%s»"
1751 +
1752 +#: config.c:2914
1753 #, c-format
1754 msgid "could not set '%s' to '%s'"
1755 msgstr "no s'ha pogut establir «%s» a «%s»"
1756
1481 -#: config.c:2708 builtin/remote.c:776
1757 +#: config.c:2916 builtin/remote.c:781
1758 #, c-format
1759 msgid "could not unset '%s'"
1760 msgstr "no s'ha pogut desassignar «%s»"
1761
1486 -#: connect.c:52
1487 -msgid "The remote end hung up upon initial contact"
1488 -msgstr "El costat remot ha penjat en el moment de contacte inicial"
1762 +#: config.c:3006
1763 +#, c-format
1764 +msgid "invalid section name: %s"
1765 +msgstr "nom de secció no vàlida: %s"
1766 +
1767 +#: config.c:3173
1768 +#, c-format
1769 +msgid "missing value for '%s'"
1770 +msgstr "falta el valor per «%s»"
1771
1490 -#: connect.c:54
1772 +#: connect.c:61
1773 +msgid "the remote end hung up upon initial contact"
1774 +msgstr "el costat remot ha penjat en el moment de contacte inicial"
1775 +
1776 +#: connect.c:63
1777 msgid ""
1778 "Could not read from remote repository.\n"
1779 "\n"
@@ -1499,71 +1785,312 @@ msgstr ""
1785 "Assegureu-vos que tingueu els permisos\n"
1786 "d'accés correctes i que el dipòsit existeixi."
1787
1502 -#: connected.c:66 builtin/fsck.c:198 builtin/prune.c:144
1503 -msgid "Checking connectivity"
1504 -msgstr "S'està comprovant la connectivitat"
1505 -
1506 -#: connected.c:78
1507 -msgid "Could not run 'git rev-list'"
1508 -msgstr "No s'ha pogut executar 'git rev-list'"
1788 +#: connect.c:81
1789 +#, c-format
1790 +msgid "server doesn't support '%s'"
1791 +msgstr "el servidor no és compatible amb «%s»"
1792
1510 -#: connected.c:98
1511 -msgid "failed write to rev-list"
1512 -msgstr "escriptura fallada al rev-list"
1793 +#: connect.c:103
1794 +#, c-format
1795 +msgid "server doesn't support feature '%s'"
1796 +msgstr "el servidor no es compatible amb la característica «%s»"
1797
1514 -#: connected.c:105
1515 -msgid "failed to close rev-list's stdin"
1516 -msgstr "s'ha produït un error en tancar l'stdin del rev-list"
1798 +#: connect.c:114
1799 +msgid "expected flush after capabilities"
1800 +msgstr ""
1801
1518 -#: convert.c:205
1802 +#: connect.c:233
1803 #, c-format
1520 -msgid "CRLF would be replaced by LF in %s."
1521 -msgstr "LF reemplaçaria CRLF en %s."
1804 +msgid "ignoring capabilities after first line '%s'"
1805 +msgstr ""
1806
1523 -#: convert.c:207
1807 +#: connect.c:252
1808 +msgid "protocol error: unexpected capabilities^{}"
1809 +msgstr ""
1810 +
1811 +#: connect.c:273
1812 +#, fuzzy, c-format
1813 +msgid "protocol error: expected shallow sha-1, got '%s'"
1814 +msgstr "s'esperava shallow/unshallow, s'ha rebut %s"
1815 +
1816 +#: connect.c:275
1817 +msgid "repository on the other end cannot be shallow"
1818 +msgstr ""
1819 +
1820 +#: connect.c:310 fetch-pack.c:183 builtin/archive.c:63
1821 #, c-format
1525 -msgid ""
1526 -"CRLF will be replaced by LF in %s.\n"
1527 -"The file will have its original line endings in your working directory."
1822 +msgid "remote error: %s"
1823 +msgstr "error remot: %s"
1824 +
1825 +#: connect.c:316
1826 +msgid "invalid packet"
1827 +msgstr "paquet no vàlid"
1828 +
1829 +#: connect.c:336
1830 +#, fuzzy, c-format
1831 +msgid "protocol error: unexpected '%s'"
1832 +msgstr "error de protocol: capçalera de paquet errònia"
1833 +
1834 +#: connect.c:444
1835 +#, fuzzy, c-format
1836 +msgid "invalid ls-refs response: %s"
1837 +msgstr "referència no vàlida: %s"
1838 +
1839 +#: connect.c:448
1840 +msgid "expected flush after ref listing"
1841 msgstr ""
1529 -"LF reemplaçarà CRLF en %s.\n"
1530 -"El fitxer tindrà els seus terminadors de línia originals en el vostre "
1531 -"directori de treball."
1842
1533 -#: convert.c:215
1843 +#: connect.c:547
1844 #, c-format
1535 -msgid "LF would be replaced by CRLF in %s"
1536 -msgstr "CRLF reemplaçaria LF en %s"
1845 +msgid "protocol '%s' is not supported"
1846 +msgstr "el protocol «%s» no és compatible"
1847
1538 -#: convert.c:217
1848 +#: connect.c:598
1849 +msgid "unable to set SO_KEEPALIVE on socket"
1850 +msgstr ""
1851 +
1852 +#: connect.c:638 connect.c:701
1853 +#, fuzzy, c-format
1854 +msgid "Looking up %s ... "
1855 +msgstr "S'està comprovant el pedaç %s..."
1856 +
1857 +#: connect.c:642
1858 +#, fuzzy, c-format
1859 +msgid "unable to look up %s (port %s) (%s)"
1860 +msgstr "no s'ha pogut moure %s a %s"
1861 +
1862 +#. TRANSLATORS: this is the end of "Looking up %s ... "
1863 +#: connect.c:646 connect.c:717
1864 #, c-format
1865 msgid ""
1541 -"LF will be replaced by CRLF in %s.\n"
1542 -"The file will have its original line endings in your working directory."
1866 +"done.\n"
1867 +"Connecting to %s (port %s) ... "
1868 msgstr ""
1544 -"CRLF reemplaçarà LF en %s.\n"
1545 -"El fitxer tindrà els seus terminadors de línia originals en el vostre "
1546 -"directori de treball."
1869
1548 -#: date.c:116
1549 -msgid "in the future"
1550 -msgstr "en el futur"
1870 +#: connect.c:668 connect.c:745
1871 +#, c-format
1872 +msgid ""
1873 +"unable to connect to %s:\n"
1874 +"%s"
1875 +msgstr "no s'ha pogut connectar a %s:\n"
1876 +"%s"
1877
1552 -#: date.c:122
1878 +#. TRANSLATORS: this is the end of "Connecting to %s (port %s) ... "
1879 +#: connect.c:674 connect.c:751
1880 +msgid "done."
1881 +msgstr "fet."
1882 +
1883 +#: connect.c:705
1884 +#, fuzzy, c-format
1885 +msgid "unable to look up %s (%s)"
1886 +msgstr "no s'ha pogut obrir %s: %s\n"
1887 +
1888 +#: connect.c:711
1889 #, c-format
1554 -msgid "%<PRIuMAX> second ago"
1555 -msgid_plural "%<PRIuMAX> seconds ago"
1556 -msgstr[0] "fa %<PRIuMAX> segon"
1557 -msgstr[1] "fa %<PRIuMAX> segons"
1890 +msgid "unknown port %s"
1891 +msgstr "port desconegut %s"
1892
1559 -#: date.c:129
1893 +#: connect.c:848 connect.c:1174
1894 #, c-format
1561 -msgid "%<PRIuMAX> minute ago"
1562 -msgid_plural "%<PRIuMAX> minutes ago"
1563 -msgstr[0] "fa %<PRIuMAX> minut"
1564 -msgstr[1] "fa %<PRIuMAX> minuts"
1895 +msgid "strange hostname '%s' blocked"
1896 +msgstr ""
1897
1566 -#: date.c:136
1898 +#: connect.c:850
1899 +#, c-format
1900 +msgid "strange port '%s' blocked"
1901 +msgstr ""
1902 +
1903 +#: connect.c:860
1904 +#, fuzzy, c-format
1905 +msgid "cannot start proxy %s"
1906 +msgstr "no es pot fer stat en «%s»"
1907 +
1908 +#: connect.c:927
1909 +msgid "no path specified; see 'git help pull' for valid url syntax"
1910 +msgstr ""
1911 +
1912 +#: connect.c:1122
1913 +msgid "ssh variant 'simple' does not support -4"
1914 +msgstr ""
1915 +
1916 +#: connect.c:1134
1917 +msgid "ssh variant 'simple' does not support -6"
1918 +msgstr ""
1919 +
1920 +#: connect.c:1151
1921 +#, fuzzy
1922 +msgid "ssh variant 'simple' does not support setting port"
1923 +msgstr "el destí receptor no admet pujar --signed"
1924 +
1925 +#: connect.c:1262
1926 +#, c-format
1927 +msgid "strange pathname '%s' blocked"
1928 +msgstr ""
1929 +
1930 +#: connect.c:1307
1931 +#, fuzzy
1932 +msgid "unable to fork"
1933 +msgstr "no s'ha pogut obrir %s"
1934 +
1935 +#: connected.c:68 builtin/fsck.c:203 builtin/prune.c:146
1936 +msgid "Checking connectivity"
1937 +msgstr "S'està comprovant la connectivitat"
1938 +
1939 +#: connected.c:80
1940 +msgid "Could not run 'git rev-list'"
1941 +msgstr "No s'ha pogut executar 'git rev-list'"
1942 +
1943 +#: connected.c:100
1944 +msgid "failed write to rev-list"
1945 +msgstr "escriptura fallada al rev-list"
1946 +
1947 +#: connected.c:107
1948 +msgid "failed to close rev-list's stdin"
1949 +msgstr "s'ha produït un error en tancar l'stdin del rev-list"
1950 +
1951 +#: convert.c:194
1952 +#, c-format
1953 +msgid "illegal crlf_action %d"
1954 +msgstr ""
1955 +
1956 +#: convert.c:207
1957 +#, fuzzy, c-format
1958 +msgid "CRLF would be replaced by LF in %s"
1959 +msgstr "LF reemplaçaria CRLF en %s."
1960 +
1961 +#: convert.c:209
1962 +#, fuzzy, c-format
1963 +msgid ""
1964 +"CRLF will be replaced by LF in %s.\n"
1965 +"The file will have its original line endings in your working directory"
1966 +msgstr ""
1967 +"LF reemplaçarà CRLF en %s.\n"
1968 +"El fitxer tindrà els seus terminadors de línia originals en el vostre "
1969 +"directori de treball."
1970 +
1971 +#: convert.c:217
1972 +#, c-format
1973 +msgid "LF would be replaced by CRLF in %s"
1974 +msgstr "CRLF reemplaçaria LF en %s"
1975 +
1976 +#: convert.c:219
1977 +#, fuzzy, c-format
1978 +msgid ""
1979 +"LF will be replaced by CRLF in %s.\n"
1980 +"The file will have its original line endings in your working directory"
1981 +msgstr ""
1982 +"CRLF reemplaçarà LF en %s.\n"
1983 +"El fitxer tindrà els seus terminadors de línia originals en el vostre "
1984 +"directori de treball."
1985 +
1986 +#: convert.c:280
1987 +#, c-format
1988 +msgid "BOM is prohibited in '%s' if encoded as %s"
1989 +msgstr ""
1990 +
1991 +#: convert.c:287
1992 +#, c-format
1993 +msgid ""
1994 +"The file '%s' contains a byte order mark (BOM). Please use UTF-%s as working-"
1995 +"tree-encoding."
1996 +msgstr ""
1997 +
1998 +#: convert.c:305
1999 +#, c-format
2000 +msgid "BOM is required in '%s' if encoded as %s"
2001 +msgstr ""
2002 +
2003 +#: convert.c:307
2004 +#, c-format
2005 +msgid ""
2006 +"The file '%s' is missing a byte order mark (BOM). Please use UTF-%sBE or UTF-"
2007 +"%sLE (depending on the byte order) as working-tree-encoding."
2008 +msgstr ""
2009 +
2010 +#: convert.c:425 convert.c:496
2011 +#, fuzzy, c-format
2012 +msgid "failed to encode '%s' from %s to %s"
2013 +msgstr "s'ha produït un error en copiar les notes de «%s» a «%s»"
2014 +
2015 +#: convert.c:468
2016 +#, c-format
2017 +msgid "encoding '%s' from %s to %s and back is not the same"
2018 +msgstr ""
2019 +
2020 +#: convert.c:674
2021 +#, fuzzy, c-format
2022 +msgid "cannot fork to run external filter '%s'"
2023 +msgstr "No es pot obrir el fitxer de paquet existent «%s»"
2024 +
2025 +#: convert.c:694
2026 +#, fuzzy, c-format
2027 +msgid "cannot feed the input to external filter '%s'"
2028 +msgstr "no es poden llegir els continguts actuals de «%s»"
2029 +
2030 +#: convert.c:701
2031 +#, c-format
2032 +msgid "external filter '%s' failed %d"
2033 +msgstr "el filtre extern «%s» ha fallat %d"
2034 +
2035 +#: convert.c:736 convert.c:739
2036 +#, c-format
2037 +msgid "read from external filter '%s' failed"
2038 +msgstr "la lectura del filtre extern «%s» ha fallat"
2039 +
2040 +#: convert.c:742 convert.c:796
2041 +#, c-format
2042 +msgid "external filter '%s' failed"
2043 +msgstr "el filtre extern «%s» ha fallat"
2044 +
2045 +#: convert.c:844
2046 +#, fuzzy
2047 +msgid "unexpected filter type"
2048 +msgstr "final de fitxer inesperat"
2049 +
2050 +#: convert.c:855
2051 +msgid "path name too long for external filter"
2052 +msgstr ""
2053 +
2054 +#: convert.c:929
2055 +#, c-format
2056 +msgid ""
2057 +"external filter '%s' is not available anymore although not all paths have "
2058 +"been filtered"
2059 +msgstr ""
2060 +
2061 +#: convert.c:1228
2062 +msgid "true/false are no valid working-tree-encodings"
2063 +msgstr ""
2064 +
2065 +#: convert.c:1402 convert.c:1436
2066 +#, fuzzy, c-format
2067 +msgid "%s: clean filter '%s' failed"
2068 +msgstr "la creació de «%s» ha fallat"
2069 +
2070 +#: convert.c:1480
2071 +#, fuzzy, c-format
2072 +msgid "%s: smudge filter %s failed"
2073 +msgstr "s'ha produït un error en actualitzar els fitxers"
2074 +
2075 +#: date.c:116
2076 +msgid "in the future"
2077 +msgstr "en el futur"
2078 +
2079 +#: date.c:122
2080 +#, c-format
2081 +msgid "%<PRIuMAX> second ago"
2082 +msgid_plural "%<PRIuMAX> seconds ago"
2083 +msgstr[0] "fa %<PRIuMAX> segon"
2084 +msgstr[1] "fa %<PRIuMAX> segons"
2085 +
2086 +#: date.c:129
2087 +#, c-format
2088 +msgid "%<PRIuMAX> minute ago"
2089 +msgid_plural "%<PRIuMAX> minutes ago"
2090 +msgstr[0] "fa %<PRIuMAX> minut"
2091 +msgstr[1] "fa %<PRIuMAX> minuts"
2092 +
2093 +#: date.c:136
2094 #, c-format
2095 msgid "%<PRIuMAX> hour ago"
2096 msgid_plural "%<PRIuMAX> hours ago"
@@ -1618,42 +2145,54 @@ msgstr[1] "fa %<PRIuMAX> anys"
2145 msgid "failed to read orderfile '%s'"
2146 msgstr "s'ha produït un error en llegir el fitxer d'ordres «%s»"
2147
1621 -#: diffcore-rename.c:535
2148 +#: diffcore-rename.c:536
2149 msgid "Performing inexact rename detection"
2150 msgstr "S'està realitzant una detecció inexacta de canvis de nom"
2151
1625 -#: diff.c:74
2152 +#: diff.c:108
2153 #, c-format
2154 msgid "option '%s' requires a value"
2155 msgstr "l'opció «%s» requereix un valor"
2156
1630 -#: diff.c:152
2157 +#: diff.c:158
2158 #, c-format
2159 msgid " Failed to parse dirstat cut-off percentage '%s'\n"
2160 msgstr ""
2161 " S'ha produït un error en analitzar el percentatge limitant de dirstat "
2162 "«%s»\n"
2163
1637 -#: diff.c:157
2164 +#: diff.c:163
2165 #, c-format
2166 msgid " Unknown dirstat parameter '%s'\n"
2167 msgstr " Paràmetre de dirstat desconegut «%s»\n"
2168
1642 -#: diff.c:281
2169 +#: diff.c:291
2170 +#, fuzzy
2171 msgid ""
1644 -"color moved setting must be one of 'no', 'default', 'zebra', 'dimmed_zebra', "
1645 -"'plain'"
2172 +"color moved setting must be one of 'no', 'default', 'blocks', 'zebra', "
2173 +"'dimmed-zebra', 'plain'"
2174 msgstr ""
2175 "el paràmetre de color en moviment ha de ser «no», «default», «zebra», "
2176 "«dimmed_zebra» o «plain»"
2177
1650 -#: diff.c:341
2178 +#: diff.c:316
2179 +#, c-format
2180 +msgid "ignoring unknown color-moved-ws mode '%s'"
2181 +msgstr ""
2182 +
2183 +#: diff.c:323
2184 +msgid ""
2185 +"color-moved-ws: allow-indentation-change cannot be combined with other white "
2186 +"space modes"
2187 +msgstr ""
2188 +
2189 +#: diff.c:394
2190 #, c-format
2191 msgid "Unknown value for 'diff.submodule' config variable: '%s'"
2192 msgstr ""
2193 "Valor desconegut de la variable de configuració de 'diff.submodule': «%s»"
2194
1656 -#: diff.c:401
2195 +#: diff.c:454
2196 #, c-format
2197 msgid ""
2198 "Found errors in 'diff.dirstat' config variable:\n"
@@ -1662,24 +2201,24 @@ msgstr ""
2201 "S'han trobat errors en la variable de configuració 'diff.dirstat':\n"
2202 "%s"
2203
1665 -#: diff.c:3822
2204 +#: diff.c:4096
2205 #, c-format
2206 msgid "external diff died, stopping at %s"
2207 msgstr "el diff external s'ha mort, s'està aturant a %s"
2208
1670 -#: diff.c:4146
2209 +#: diff.c:4427
2210 msgid "--name-only, --name-status, --check and -s are mutually exclusive"
2211 msgstr "--name-only, --name-status, --check i -s són mútuament excloents"
2212
1674 -#: diff.c:4149
2213 +#: diff.c:4430
2214 msgid "-G, -S and --find-object are mutually exclusive"
2215 msgstr "-G, -S and --find-object són mútuament excloents"
2216
1678 -#: diff.c:4237
2217 +#: diff.c:4508
2218 msgid "--follow requires exactly one pathspec"
2219 msgstr "--follow requereix exactament una especificació de camí"
2220
1682 -#: diff.c:4403
2221 +#: diff.c:4674
2222 #, c-format
2223 msgid ""
2224 "Failed to parse --dirstat/-X option parameter:\n"
@@ -1688,22 +2227,22 @@ msgstr ""
2227 "S'ha produït un error en analitzar el paràmetre d'opció de --dirstat/-X:\n"
2228 "%s"
2229
1691 -#: diff.c:4417
2230 +#: diff.c:4688
2231 #, c-format
2232 msgid "Failed to parse --submodule option parameter: '%s'"
2233 msgstr ""
2234 "S'ha produït un error en analitzar el paràmetre d'opció de --submodule: «%s»"
2235
1697 -#: diff.c:5493
2236 +#: diff.c:5766
2237 msgid "inexact rename detection was skipped due to too many files."
2238 msgstr "s'ha omès la detecció de canvi de nom a causa de massa fitxers."
2239
1701 -#: diff.c:5496
2240 +#: diff.c:5769
2241 msgid "only found copies from modified paths due to too many files."
2242 msgstr ""
2243 "només s'han trobat còpies des de camins modificats a causa de massa fitxers."
2244
1706 -#: diff.c:5499
2245 +#: diff.c:5772
2246 #, c-format
2247 msgid ""
2248 "you may want to set your %s variable to at least %d and retry the command."
@@ -1711,26 +2250,40 @@ msgstr ""
2250 "potser voleu establir la vostra variable %s a almenys %d i tornar a intentar "
2251 "l'ordre."
2252
1714 -#: dir.c:1866
2253 +#: dir.c:569
2254 +#, c-format
2255 +msgid "pathspec '%s' did not match any file(s) known to git"
2256 +msgstr "l'especificació de camí «%s» no ha coincidit amb cap fitxer que git conegui"
2257 +
2258 +#: dir.c:958
2259 +#, c-format
2260 +msgid "cannot use %s as an exclude file"
2261 +msgstr "no es pot usar %s com a fitxer d'exclusió"
2262 +
2263 +#: dir.c:1873
2264 #, c-format
2265 msgid "could not open directory '%s'"
2266 msgstr "no s'ha pogut obrir el directori «%s»"
2267
1719 -#: dir.c:2108
2268 +#: dir.c:2115
2269 msgid "failed to get kernel name and information"
2270 msgstr "s'ha produït un error en obtenir el nombre i la informació del nucli"
2271
1723 -#: dir.c:2232
1724 -msgid "Untracked cache is disabled on this system or location."
1725 -msgstr ""
1726 -"La memòria cau no seguida està inhabilitada en aquest sistema o ubicació."
2272 +#: dir.c:2239
2273 +msgid "untracked cache is disabled on this system or location"
2274 +msgstr "la memòria cau no seguida està inhabilitada en aquest sistema o ubicació"
2275 +
2276 +#: dir.c:3037
2277 +#, c-format
2278 +msgid "index file corrupt in repo %s"
2279 +msgstr "el fitxer d'índex al dipòsit %s és malmès"
2280
1728 -#: dir.c:3024 dir.c:3029
2281 +#: dir.c:3082 dir.c:3087
2282 #, c-format
2283 msgid "could not create directories for %s"
2284 msgstr "no s'han pogut crear directoris per %s"
2285
1733 -#: dir.c:3054
2286 +#: dir.c:3116
2287 #, c-format
2288 msgid "could not migrate git directory from '%s' to '%s'"
2289 msgstr "no s'ha pogut migrar el directori de «%s» a «%s»"
@@ -1740,214 +2293,273 @@ msgstr "no s'ha pogut migrar el directori de «%s» a «%s»"
2293 msgid "hint: Waiting for your editor to close the file...%c"
2294 msgstr ""
2295
1743 -#: entry.c:177
2296 +#: entry.c:178
2297 msgid "Filtering content"
2298 msgstr "S'està filtrant el contingut"
2299
1747 -#: entry.c:435
2300 +#: entry.c:437
2301 #, c-format
2302 msgid "could not stat file '%s'"
2303 msgstr "no s'ha pogut fer «stat» sobre el fitxer «%s»"
2304
2305 +#: environment.c:150
2306 +#, c-format
2307 +msgid "bad git namespace path \"%s\""
2308 +msgstr ""
2309 +
2310 +#: environment.c:332
2311 +#, c-format
2312 +msgid "could not set GIT_DIR to '%s'"
2313 +msgstr "no s'ha pogut establir GIT_DIR a «%s»"
2314 +
2315 +#: exec-cmd.c:361
2316 +#, c-format
2317 +msgid "too many args to run %s"
2318 +msgstr "hi ha massa arguments per a executar %s"
2319 +
2320 #: fetch-object.c:17
2321 msgid "Remote with no URL"
2322 msgstr "Remot sense URL"
2323
1756 -#: fetch-pack.c:253
2324 +#: fetch-pack.c:152
2325 msgid "git fetch-pack: expected shallow list"
2326 msgstr "git fetch-pack: llista superficial esperada"
2327
1760 -#: fetch-pack.c:265
2328 +#: fetch-pack.c:164
2329 msgid "git fetch-pack: expected ACK/NAK, got a flush packet"
2330 msgstr "git fetch-pack: s'esperava ACK/NAK, s'ha rebut un paquet de neteja"
2331
1764 -#: fetch-pack.c:284 builtin/archive.c:63
1765 -#, c-format
1766 -msgid "remote error: %s"
1767 -msgstr "error remot: %s"
1768 -
1769 -#: fetch-pack.c:285
2332 +#: fetch-pack.c:184
2333 #, c-format
2334 msgid "git fetch-pack: expected ACK/NAK, got '%s'"
2335 msgstr "git fetch-pack: s'esperava ACK/NAK, s'ha rebut «%s»"
2336
1774 -#: fetch-pack.c:337
2337 +#: fetch-pack.c:254
2338 msgid "--stateless-rpc requires multi_ack_detailed"
2339 msgstr "--stateless-rpc requereix multi_ack_detailed"
2340
1778 -#: fetch-pack.c:428
2341 +#: fetch-pack.c:342 fetch-pack.c:1257
2342 #, c-format
2343 msgid "invalid shallow line: %s"
2344 msgstr "línia de shallow no vàlida: %s"
2345
1783 -#: fetch-pack.c:434
2346 +#: fetch-pack.c:348 fetch-pack.c:1263
2347 #, c-format
2348 msgid "invalid unshallow line: %s"
2349 msgstr "línia d'unshallow no vàlida: %s"
2350
1788 -#: fetch-pack.c:436
2351 +#: fetch-pack.c:350 fetch-pack.c:1265
2352 #, c-format
2353 msgid "object not found: %s"
2354 msgstr "objecte no trobat: %s"
2355
1793 -#: fetch-pack.c:439
2356 +#: fetch-pack.c:353 fetch-pack.c:1268
2357 #, c-format
2358 msgid "error in object: %s"
2359 msgstr "error en objecte: %s"
2360
1798 -#: fetch-pack.c:441
2361 +#: fetch-pack.c:355 fetch-pack.c:1270
2362 #, c-format
2363 msgid "no shallow found: %s"
2364 msgstr "no s'ha trobat cap shallow: %s"
2365
1803 -#: fetch-pack.c:444
2366 +#: fetch-pack.c:358 fetch-pack.c:1273
2367 #, c-format
2368 msgid "expected shallow/unshallow, got %s"
2369 msgstr "s'esperava shallow/unshallow, s'ha rebut %s"
2370
1808 -#: fetch-pack.c:485
2371 +#: fetch-pack.c:399
2372 #, c-format
2373 msgid "got %s %d %s"
2374 msgstr "s'ha rebut %s %d %s"
2375
1813 -#: fetch-pack.c:499
2376 +#: fetch-pack.c:416
2377 #, c-format
2378 msgid "invalid commit %s"
2379 msgstr "comissió no vàlida %s"
2380
1818 -#: fetch-pack.c:532
2381 +#: fetch-pack.c:447
2382 msgid "giving up"
2383 msgstr "s'està rendint"
2384
1822 -#: fetch-pack.c:542 progress.c:229
2385 +#: fetch-pack.c:459 progress.c:229
2386 msgid "done"
2387 msgstr "fet"
2388
1826 -#: fetch-pack.c:554
2389 +#: fetch-pack.c:471
2390 #, c-format
2391 msgid "got %s (%d) %s"
2392 msgstr "s'ha rebut %s (%d) %s"
2393
1831 -#: fetch-pack.c:600
2394 +#: fetch-pack.c:517
2395 #, c-format
2396 msgid "Marking %s as complete"
2397 msgstr "S'està marcant %s com a complet"
2398
1836 -#: fetch-pack.c:788
2399 +#: fetch-pack.c:764
2400 #, c-format
2401 msgid "already have %s (%s)"
2402 msgstr "ja es té %s (%s)"
2403
1841 -#: fetch-pack.c:829
2404 +#: fetch-pack.c:803
2405 msgid "fetch-pack: unable to fork off sideband demultiplexer"
2406 msgstr "fetch-pack: no s'ha pogut bifurcar del desmultiplexor de banda lateral"
2407
1845 -#: fetch-pack.c:837
2408 +#: fetch-pack.c:811
2409 msgid "protocol error: bad pack header"
2410 msgstr "error de protocol: capçalera de paquet errònia"
2411
1849 -#: fetch-pack.c:895
2412 +#: fetch-pack.c:879
2413 #, c-format
2414 msgid "fetch-pack: unable to fork off %s"
2415 msgstr "fetch-pack: no es pot bifurcar de %s"
2416
1854 -#: fetch-pack.c:911
2417 +#: fetch-pack.c:895
2418 #, c-format
2419 msgid "%s failed"
2420 msgstr "%s ha fallat"
2421
1859 -#: fetch-pack.c:913
2422 +#: fetch-pack.c:897
2423 msgid "error in sideband demultiplexer"
2424 msgstr "error en desmultiplexor de banda lateral"
2425
1863 -#: fetch-pack.c:940
2426 +#: fetch-pack.c:926
2427 msgid "Server does not support shallow clients"
2428 msgstr "El servidor no permet clients superficials"
2429
1867 -#: fetch-pack.c:944
2430 +#: fetch-pack.c:930
2431 msgid "Server supports multi_ack_detailed"
2432 msgstr "El servidor accepta multi_ack_detailed"
2433
1871 -#: fetch-pack.c:947
2434 +#: fetch-pack.c:933
2435 msgid "Server supports no-done"
2436 msgstr "El servidor accepta no-done"
2437
1875 -#: fetch-pack.c:953
2438 +#: fetch-pack.c:939
2439 msgid "Server supports multi_ack"
2440 msgstr "El servidor accepta multi_ack"
2441
1879 -#: fetch-pack.c:957
2442 +#: fetch-pack.c:943
2443 msgid "Server supports side-band-64k"
2444 msgstr "El servidor accepta side-band-64k"
2445
1883 -#: fetch-pack.c:961
2446 +#: fetch-pack.c:947
2447 msgid "Server supports side-band"
2448 msgstr "El servidor accepta banda lateral"
2449
1887 -#: fetch-pack.c:965
2450 +#: fetch-pack.c:951
2451 msgid "Server supports allow-tip-sha1-in-want"
2452 msgstr "El servidor accepta allow-tip-sha1-in-want"
2453
1891 -#: fetch-pack.c:969
2454 +#: fetch-pack.c:955
2455 msgid "Server supports allow-reachable-sha1-in-want"
2456 msgstr "El servidor accepta allow-reachable-sha1-in-want"
2457
1895 -#: fetch-pack.c:979
2458 +#: fetch-pack.c:965
2459 msgid "Server supports ofs-delta"
2460 msgstr "El servidor accepta ofs-delta"
2461
1899 -#: fetch-pack.c:985
2462 +#: fetch-pack.c:971 fetch-pack.c:1150
2463 msgid "Server supports filter"
2464 msgstr "El servidor accepta filtre"
2465
1903 -#: fetch-pack.c:993
2466 +#: fetch-pack.c:979
2467 #, c-format
2468 msgid "Server version is %.*s"
2469 msgstr "La versió del servidor és %.*s"
2470
1908 -#: fetch-pack.c:999
2471 +#: fetch-pack.c:985
2472 msgid "Server does not support --shallow-since"
2473 msgstr "El servidor no admet --shallow-since"
2474
1912 -#: fetch-pack.c:1003
2475 +#: fetch-pack.c:989
2476 msgid "Server does not support --shallow-exclude"
2477 msgstr "El servidor no admet --shallow-exclude"
2478
1916 -#: fetch-pack.c:1005
2479 +#: fetch-pack.c:991
2480 msgid "Server does not support --deepen"
2481 msgstr "El servidor no admet --deepen"
2482
1920 -#: fetch-pack.c:1016
2483 +#: fetch-pack.c:1004
2484 msgid "no common commits"
2485 msgstr "cap comissió en comú"
2486
1924 -#: fetch-pack.c:1028
2487 +#: fetch-pack.c:1016 fetch-pack.c:1393
2488 msgid "git fetch-pack: fetch failed."
2489 msgstr "git fetch-pack: l'obtenció ha fallat."
2490
1928 -#: fetch-pack.c:1190
2491 +#: fetch-pack.c:1145
2492 +#, fuzzy
2493 +msgid "Server does not support shallow requests"
2494 +msgstr "El servidor no permet clients superficials"
2495 +
2496 +#: fetch-pack.c:1191
2497 +#, c-format
2498 +msgid "error reading section header '%s'"
2499 +msgstr "error en llegir la capçalera de la secció «%s»"
2500 +
2501 +#: fetch-pack.c:1197
2502 +#, c-format
2503 +msgid "expected '%s', received '%s'"
2504 +msgstr "s'esperava «%s», s'ha rebut «%s»"
2505 +
2506 +#: fetch-pack.c:1236
2507 +#, c-format
2508 +msgid "unexpected acknowledgment line: '%s'"
2509 +msgstr ""
2510 +
2511 +#: fetch-pack.c:1241
2512 +#, fuzzy, c-format
2513 +msgid "error processing acks: %d"
2514 +msgstr "error en llegir %s"
2515 +
2516 +#: fetch-pack.c:1278
2517 +#, c-format
2518 +msgid "error processing shallow info: %d"
2519 +msgstr ""
2520 +
2521 +#: fetch-pack.c:1294
2522 +#, fuzzy, c-format
2523 +msgid "expected wanted-ref, got '%s'"
2524 +msgstr "s'esperava shallow/unshallow, s'ha rebut %s"
2525 +
2526 +#: fetch-pack.c:1304
2527 +#, fuzzy, c-format
2528 +msgid "unexpected wanted-ref: '%s'"
2529 +msgstr "final de fitxer inesperat"
2530 +
2531 +#: fetch-pack.c:1308
2532 +#, c-format
2533 +msgid "error processing wanted refs: %d"
2534 +msgstr ""
2535 +
2536 +#: fetch-pack.c:1603
2537 msgid "no matching remote head"
2538 msgstr "no hi ha cap HEAD remot coincident"
2539
1932 -#: fetch-pack.c:1212
2540 +#: fetch-pack.c:1621 builtin/clone.c:664
2541 +msgid "remote did not send all necessary objects"
2542 +msgstr "el remot no ha enviat tots els objectes necessaris"
2543 +
2544 +#: fetch-pack.c:1647
2545 #, c-format
2546 msgid "no such remote ref %s"
2547 msgstr "no existeix la referència remota %s"
2548
1937 -#: fetch-pack.c:1215
2549 +#: fetch-pack.c:1650
2550 #, c-format
2551 msgid "Server does not allow request for unadvertised object %s"
2552 msgstr "El servidor no permet sol·licitar objectes no anunciats %s"
2553
1942 -#: gpg-interface.c:181
2554 +#: gpg-interface.c:253
2555 msgid "gpg failed to sign the data"
2556 msgstr "gpg ha fallat en signar les dades"
2557
1946 -#: gpg-interface.c:211
2558 +#: gpg-interface.c:279
2559 msgid "could not create temporary file"
2560 msgstr "no s'ha pogut crear el fitxer temporal"
2561
1950 -#: gpg-interface.c:214
2562 +#: gpg-interface.c:282
2563 #, c-format
2564 msgid "failed writing detached signature to '%s'"
2565 msgstr "s'ha produït un error en escriure la signatura separada a «%s»"
@@ -1957,37 +2569,99 @@ msgstr "s'ha produït un error en escriure la signatura separada a «%s»"
2569 msgid "ignore invalid color '%.*s' in log.graphColors"
2570 msgstr "ignora el color no vàlid «%.*s» en log.graphColors"
2571
1960 -#: grep.c:2022
2572 +#: grep.c:2115
2573 #, c-format
2574 msgid "'%s': unable to read %s"
2575 msgstr "«%s»: no s'ha pogut llegir %s"
2576
1965 -#: grep.c:2039 setup.c:163 builtin/clone.c:407 builtin/diff.c:81
2577 +#: grep.c:2132 setup.c:164 builtin/clone.c:410 builtin/diff.c:81
2578 #: builtin/rm.c:134
2579 #, c-format
2580 msgid "failed to stat '%s'"
2581 msgstr "s'ha produït un error en fer stat a «%s»"
2582
1971 -#: grep.c:2050
2583 +#: grep.c:2143
2584 #, c-format
2585 msgid "'%s': short read"
2586 msgstr "«%s»: lectura curta"
2587
1976 -#: help.c:179
2588 +#: help.c:23
2589 +msgid "start a working area (see also: git help tutorial)"
2590 +msgstr "començar una àrea de treball (vegeu també: git help tutorial)"
2591 +
2592 +#: help.c:24
2593 +msgid "work on the current change (see also: git help everyday)"
2594 +msgstr "treballar en el canvi actual (vegeu també: git help everyday)"
2595 +
2596 +#: help.c:25
2597 +msgid "examine the history and state (see also: git help revisions)"
2598 +msgstr "examinar la història i l'estat (vegeu també: git help revisions)"
2599 +
2600 +#: help.c:26
2601 +msgid "grow, mark and tweak your common history"
2602 +msgstr "fer créixer, marcar i ajustar la vostra història comuna"
2603 +
2604 +#: help.c:27
2605 +msgid "collaborate (see also: git help workflows)"
2606 +msgstr "col·laborar (vegeu també: git help workflow)"
2607 +
2608 +#: help.c:31
2609 +msgid "Main Porcelain Commands"
2610 +msgstr ""
2611 +
2612 +#: help.c:32
2613 +msgid "Ancillary Commands / Manipulators"
2614 +msgstr ""
2615 +
2616 +#: help.c:33
2617 +msgid "Ancillary Commands / Interrogators"
2618 +msgstr ""
2619 +
2620 +#: help.c:34
2621 +msgid "Interacting with Others"
2622 +msgstr "Interaccionar amb altres"
2623 +
2624 +#: help.c:35
2625 +msgid "Low-level Commands / Manipulators"
2626 +msgstr ""
2627 +
2628 +#: help.c:36
2629 +msgid "Low-level Commands / Interrogators"
2630 +msgstr ""
2631 +
2632 +#: help.c:37
2633 +msgid "Low-level Commands / Synching Repositories"
2634 +msgstr ""
2635 +
2636 +#: help.c:38
2637 +msgid "Low-level Commands / Internal Helpers"
2638 +msgstr ""
2639 +
2640 +#: help.c:293
2641 #, c-format
2642 msgid "available git commands in '%s'"
2643 msgstr "ordres de git disponibles en «%s»"
2644
1981 -#: help.c:186
2645 +#: help.c:300
2646 msgid "git commands available from elsewhere on your $PATH"
2647 msgstr "ordres de git disponibles d'altres llocs en el vostre $PATH"
2648
1985 -#: help.c:217
2649 +#: help.c:309
2650 msgid "These are common Git commands used in various situations:"
2651 msgstr ""
2652 "Aquestes són ordres del Git habitualment usades en diverses situacions:"
2653
1990 -#: help.c:281
2654 +#: help.c:358 git.c:90
2655 +#, fuzzy, c-format
2656 +msgid "unsupported command listing type '%s'"
2657 +msgstr "versió d'índex no compatible %s"
2658 +
2659 +#: help.c:405
2660 +#, fuzzy
2661 +msgid "The common Git guides are:"
2662 +msgstr "Les guies de Git comunes són:\n"
2663 +
2664 +#: help.c:552
2665 #, c-format
2666 msgid ""
2667 "'%s' appears to be a git command, but we were not\n"
@@ -1996,33 +2670,33 @@ msgstr ""
2670 "«%s» sembla una ordre de git, però no hem pogut\n"
2671 "executar-la. Pot ser que git-%s estigui malmès?"
2672
1999 -#: help.c:336
2673 +#: help.c:611
2674 msgid "Uh oh. Your system reports no Git commands at all."
2675 msgstr "Ai. El vostre sistema no informa de cap ordre de Git."
2676
2003 -#: help.c:358
2677 +#: help.c:633
2678 #, c-format
2679 msgid "WARNING: You called a Git command named '%s', which does not exist."
2680 msgstr ""
2681 "ADVERTÈNCIA: Heu invocat una ordre de Git amb nom «%s», la qual no existeix."
2682
2009 -#: help.c:363
2683 +#: help.c:638
2684 #, c-format
2685 msgid "Continuing under the assumption that you meant '%s'."
2686 msgstr "El procés continuarà, pressuposant que volíeu dir «%s»."
2687
2014 -#: help.c:368
2688 +#: help.c:643
2689 #, c-format
2690 msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
2691 msgstr ""
2692 "El procés continuarà en %0.1f segons, pressuposant que volíeu dir «%s»."
2693
2020 -#: help.c:376
2694 +#: help.c:651
2695 #, c-format
2696 msgid "git: '%s' is not a git command. See 'git --help'."
2697 msgstr "git: «%s» no és una ordre de git. Vegeu 'git --help'."
2698
2025 -#: help.c:380
2699 +#: help.c:655
2700 msgid ""
2701 "\n"
2702 "The most similar command is"
@@ -2036,16 +2710,16 @@ msgstr[1] ""
2710 "\n"
2711 "Les ordres més similar són"
2712
2039 -#: help.c:395
2713 +#: help.c:670
2714 msgid "git version [<options>]"
2715 msgstr "git version [<opcions>]"
2716
2043 -#: help.c:462
2717 +#: help.c:738
2718 #, c-format
2719 msgid "%s: %s - %s"
2720 msgstr "%s: %s - %s"
2721
2048 -#: help.c:466
2722 +#: help.c:742
2723 msgid ""
2724 "\n"
2725 "Did you mean this?"
@@ -2117,7 +2791,7 @@ msgstr "nom d'identitat buit (per <%s>) no és permès"
2791 msgid "name consists only of disallowed characters: %s"
2792 msgstr "el nom conté només caràcters no permesos: %s"
2793
2120 -#: ident.c:416 builtin/commit.c:582
2794 +#: ident.c:416 builtin/commit.c:600
2795 #, c-format
2796 msgid "invalid date format: %s"
2797 msgstr "format de data no vàlid: %s"
@@ -2155,109 +2829,179 @@ msgstr ""
2829 msgid "Unable to create '%s.lock': %s"
2830 msgstr "No s'ha pogut crear '%s.lock': %s"
2831
2158 -#: merge.c:74
2832 +#: merge.c:40
2833 msgid "failed to read the cache"
2834 msgstr "s'ha produït un error en llegir la memòria cau"
2835
2162 -#: merge.c:134 builtin/am.c:1946 builtin/am.c:1980 builtin/checkout.c:378
2163 -#: builtin/checkout.c:599 builtin/clone.c:759
2836 +#: merge.c:105 builtin/am.c:1946 builtin/am.c:1980 builtin/checkout.c:380
2837 +#: builtin/checkout.c:608 builtin/clone.c:763
2838 msgid "unable to write new index file"
2839 msgstr "no s'ha pogut escriure un fitxer d'índex nou"
2840
2167 -#: merge-recursive.c:235
2841 +#: merge-recursive.c:303
2842 msgid "(bad commit)\n"
2843 msgstr "(comissió errònia)\n"
2844
2171 -#: merge-recursive.c:257 merge-recursive.c:265
2172 -#, c-format
2173 -msgid "addinfo_cache failed for path '%s'"
2845 +#: merge-recursive.c:325
2846 +#, fuzzy, c-format
2847 +msgid "add_cacheinfo failed for path '%s'; merge aborting."
2848 +msgstr "addinfo_cache ha fallat per al camí «%s»"
2849 +
2850 +#: merge-recursive.c:333
2851 +#, fuzzy, c-format
2852 +msgid "add_cacheinfo failed to refresh for path '%s'; merge aborting."
2853 msgstr "addinfo_cache ha fallat per al camí «%s»"
2854
2176 -#: merge-recursive.c:329
2855 +#: merge-recursive.c:415
2856 msgid "error building trees"
2857 msgstr "error en construir arbres"
2858
2180 -#: merge-recursive.c:771
2859 +#: merge-recursive.c:886
2860 #, c-format
2861 msgid "failed to create path '%s'%s"
2862 msgstr "s'ha produït un error en crear el camí «%s»%s"
2863
2185 -#: merge-recursive.c:782
2864 +#: merge-recursive.c:897
2865 #, c-format
2866 msgid "Removing %s to make room for subdirectory\n"
2867 msgstr "S'està eliminant %s per a fer espai per al subdirectori\n"
2868
2190 -#: merge-recursive.c:796 merge-recursive.c:815
2869 +#: merge-recursive.c:911 merge-recursive.c:930
2870 msgid ": perhaps a D/F conflict?"
2871 msgstr ": potser un conflicte D/F?"
2872
2194 -#: merge-recursive.c:805
2873 +#: merge-recursive.c:920
2874 #, c-format
2875 msgid "refusing to lose untracked file at '%s'"
2876 msgstr "s'està refusant perdre el fitxer no seguit a «%s»"
2877
2199 -#: merge-recursive.c:847 builtin/cat-file.c:37
2878 +#: merge-recursive.c:962 builtin/cat-file.c:39
2879 #, c-format
2880 msgid "cannot read object %s '%s'"
2881 msgstr "no es pot llegir l'objecte %s «%s»"
2882
2204 -#: merge-recursive.c:849
2883 +#: merge-recursive.c:964
2884 #, c-format
2885 msgid "blob expected for %s '%s'"
2886 msgstr "blob esperat per a %s «%s»"
2887
2209 -#: merge-recursive.c:873
2888 +#: merge-recursive.c:988
2889 #, c-format
2890 msgid "failed to open '%s': %s"
2891 msgstr "s'ha produït un error en obrir «%s»: %s"
2892
2214 -#: merge-recursive.c:884
2893 +#: merge-recursive.c:999
2894 #, c-format
2895 msgid "failed to symlink '%s': %s"
2896 msgstr "s'ha produït un error en fer l'enllaç simbòlic «%s»: %s"
2897
2219 -#: merge-recursive.c:889
2898 +#: merge-recursive.c:1004
2899 #, c-format
2900 msgid "do not know what to do with %06o %s '%s'"
2901 msgstr "no se sap què fer amb %06o %s «%s»"
2902
2224 -#: merge-recursive.c:1029
2225 -msgid "Failed to execute internal merge"
2226 -msgstr "S'ha produït un error en executar la fusió interna"
2903 +#: merge-recursive.c:1191
2904 +#, fuzzy, c-format
2905 +msgid "Failed to merge submodule %s (not checked out)"
2906 +msgstr "S'ha produït un error en registrar el submòdul '$sm_path'"
2907
2228 -#: merge-recursive.c:1034
2229 -#, c-format
2230 -msgid "Unable to add %s to database"
2231 -msgstr "No s'ha pogut afegir %s a la base de dades"
2908 +#: merge-recursive.c:1198
2909 +#, fuzzy, c-format
2910 +msgid "Failed to merge submodule %s (commits not present)"
2911 +msgstr "S'ha produït un error en registrar el submòdul '$sm_path'"
2912
2233 -#: merge-recursive.c:1146
2913 +#: merge-recursive.c:1205
2914 #, c-format
2235 -msgid ""
2236 -"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2237 -"in tree."
2915 +msgid "Failed to merge submodule %s (commits don't follow merge-base)"
2916 msgstr ""
2239 -"CONFLICTE: (%s/supressió): %s suprimit en %s i %s en %s. La versió %s de %s "
2240 -"s'ha deixat en l'arbre."
2917
2242 -#: merge-recursive.c:1151
2918 +#: merge-recursive.c:1213 merge-recursive.c:1225
2919 #, c-format
2244 -msgid ""
2245 -"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2246 -"left in tree."
2920 +msgid "Fast-forwarding submodule %s to the following commit:"
2921 msgstr ""
2248 -"CONFLICTE: (%s/supressió): %s suprimit en %s i %s a %s en %s. La versió %s "
2249 -"de %s s'ha deixat en l'arbre."
2922
2251 -#: merge-recursive.c:1158
2923 +#: merge-recursive.c:1216 merge-recursive.c:1228
2924 +#, fuzzy, c-format
2925 +msgid "Fast-forwarding submodule %s"
2926 +msgstr "Avanç ràpid a $sha1"
2927 +
2928 +#: merge-recursive.c:1250
2929 #, c-format
2253 -msgid ""
2930 +msgid "Failed to merge submodule %s (merge following commits not found)"
2931 +msgstr ""
2932 +
2933 +#: merge-recursive.c:1254
2934 +#, fuzzy, c-format
2935 +msgid "Failed to merge submodule %s (not fast-forward)"
2936 +msgstr "S'ha produït un error en registrar el submòdul '$sm_path'"
2937 +
2938 +#: merge-recursive.c:1255
2939 +msgid "Found a possible merge resolution for the submodule:\n"
2940 +msgstr ""
2941 +
2942 +#: merge-recursive.c:1258
2943 +#, c-format
2944 +msgid ""
2945 +"If this is correct simply add it to the index for example\n"
2946 +"by using:\n"
2947 +"\n"
2948 +" git update-index --cacheinfo 160000 %s \"%s\"\n"
2949 +"\n"
2950 +"which will accept this suggestion.\n"
2951 +msgstr ""
2952 +
2953 +#: merge-recursive.c:1267
2954 +#, c-format
2955 +msgid "Failed to merge submodule %s (multiple merges found)"
2956 +msgstr ""
2957 +
2958 +#: merge-recursive.c:1326
2959 +msgid "Failed to execute internal merge"
2960 +msgstr "S'ha produït un error en executar la fusió interna"
2961 +
2962 +#: merge-recursive.c:1331
2963 +#, c-format
2964 +msgid "Unable to add %s to database"
2965 +msgstr "No s'ha pogut afegir %s a la base de dades"
2966 +
2967 +#: merge-recursive.c:1363
2968 +#, c-format
2969 +msgid "Auto-merging %s"
2970 +msgstr "S'està autofusionant %s"
2971 +
2972 +#: merge-recursive.c:1434
2973 +#, fuzzy, c-format
2974 +msgid "Error: Refusing to lose untracked file at %s; writing to %s instead."
2975 +msgstr "s'està refusant perdre el fitxer no seguit a «%s»"
2976 +
2977 +#: merge-recursive.c:1501
2978 +#, c-format
2979 +msgid ""
2980 +"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2981 +"in tree."
2982 +msgstr ""
2983 +"CONFLICTE: (%s/supressió): %s suprimit en %s i %s en %s. La versió %s de %s "
2984 +"s'ha deixat en l'arbre."
2985 +
2986 +#: merge-recursive.c:1506
2987 +#, c-format
2988 +msgid ""
2989 +"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2990 +"left in tree."
2991 +msgstr ""
2992 +"CONFLICTE: (%s/supressió): %s suprimit en %s i %s a %s en %s. La versió %s "
2993 +"de %s s'ha deixat en l'arbre."
2994 +
2995 +#: merge-recursive.c:1513
2996 +#, c-format
2997 +msgid ""
2998 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2999 "in tree at %s."
3000 msgstr ""
3001 "CONFLICTE: (%s/supressió): %s suprimit en %s i %s en %s. La versió %s de %s "
3002 "s'ha deixat en l'arbre a %s."
3003
2260 -#: merge-recursive.c:1163
3004 +#: merge-recursive.c:1518
3005 #, c-format
3006 msgid ""
3007 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
@@ -2266,20 +3010,31 @@ msgstr ""
3010 "CONFLICTE: (%s/supressió): %s suprimit en %s i %s a %s en %s. La versió %s "
3011 "de %s s'ha deixat en l'arbre a %s."
3012
2269 -#: merge-recursive.c:1197
3013 +#: merge-recursive.c:1552
3014 msgid "rename"
3015 msgstr "canvi de nom"
3016
2273 -#: merge-recursive.c:1197
3017 +#: merge-recursive.c:1552
3018 msgid "renamed"
3019 msgstr "canviat de nom"
3020
2277 -#: merge-recursive.c:1254
3021 +#: merge-recursive.c:1606 merge-recursive.c:1762 merge-recursive.c:2394
3022 +#: merge-recursive.c:3129
3023 +#, c-format
3024 +msgid "Refusing to lose dirty file at %s"
3025 +msgstr "s'està refusant a perdre el fitxer brut a %s"
3026 +
3027 +#: merge-recursive.c:1620
3028 #, c-format
3029 msgid "%s is a directory in %s adding as %s instead"
3030 msgstr "%s és un directori en %s; s'està afegint com a %s en lloc d'això"
3031
2282 -#: merge-recursive.c:1279
3032 +#: merge-recursive.c:1625
3033 +#, c-format
3034 +msgid "Refusing to lose untracked file at %s; adding as %s instead"
3035 +msgstr "s'està refusant perdre el fitxer no seguit a %s; en comptes, s'està afegint com a %s"
3036 +
3037 +#: merge-recursive.c:1651
3038 #, c-format
3039 msgid ""
3040 "CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
@@ -2288,148 +3043,191 @@ msgstr ""
3043 "CONFLICTE (canvi de nom/canvi de nom): Canvi de nom \"%s\"->\"%s\" en la "
3044 "branca \"%s\" canvi de nom \"%s\"->\"%s\" en \"%s\"%s"
3045
2291 -#: merge-recursive.c:1284
3046 +#: merge-recursive.c:1656
3047 msgid " (left unresolved)"
3048 msgstr " (deixat sense resolució)"
3049
2295 -#: merge-recursive.c:1346
3050 +#: merge-recursive.c:1720
3051 #, c-format
3052 msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
3053 msgstr ""
3054 "CONFLICTE (canvi de nom/canvi de nom): Canvi de nom %s->%s en %s. Canvi de "
3055 "nom %s->%s en %s"
3056
2302 -#: merge-recursive.c:1379
3057 +#: merge-recursive.c:1759
3058 #, c-format
3059 msgid "Renaming %s to %s and %s to %s instead"
3060 msgstr "S'està canviant el nom de %s a %s i %s a %s en lloc d'això"
3061
2307 -#: merge-recursive.c:1582
3062 +#: merge-recursive.c:1771
3063 +#, fuzzy, c-format
3064 +msgid "Refusing to lose untracked file at %s, even though it's in the way."
3065 +msgstr "s'està refusant perdre el fitxer no seguit a «%s»"
3066 +
3067 +#: merge-recursive.c:1977
3068 +#, c-format
3069 +msgid ""
3070 +"CONFLICT (directory rename split): Unclear where to place %s because "
3071 +"directory %s was renamed to multiple other directories, with no destination "
3072 +"getting a majority of the files."
3073 +msgstr ""
3074 +
3075 +#: merge-recursive.c:2009
3076 +#, c-format
3077 +msgid ""
3078 +"CONFLICT (implicit dir rename): Existing file/dir at %s in the way of "
3079 +"implicit directory rename(s) putting the following path(s) there: %s."
3080 +msgstr ""
3081 +
3082 +#: merge-recursive.c:2019
3083 +#, c-format
3084 +msgid ""
3085 +"CONFLICT (implicit dir rename): Cannot map more than one path to %s; "
3086 +"implicit directory renames tried to put these paths there: %s"
3087 +msgstr ""
3088 +
3089 +#: merge-recursive.c:2111
3090 +#, fuzzy, c-format
3091 +msgid ""
3092 +"CONFLICT (rename/rename): Rename directory %s->%s in %s. Rename directory %s-"
3093 +">%s in %s"
3094 +msgstr ""
3095 +"CONFLICTE (canvi de nom/canvi de nom): Canvi de nom %s->%s en %s. Canvi de "
3096 +"nom %s->%s en %s"
3097 +
3098 +#: merge-recursive.c:2356
3099 +#, c-format
3100 +msgid ""
3101 +"WARNING: Avoiding applying %s -> %s rename to %s, because %s itself was "
3102 +"renamed."
3103 +msgstr ""
3104 +
3105 +#: merge-recursive.c:2762
3106 #, c-format
3107 msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
3108 msgstr ""
3109 "CONFLICTE (canvi de nom/afegiment): Canvi de nom %s->%s en %s. %s afegit en "
3110 "%s"
3111
2314 -#: merge-recursive.c:1597
3112 +#: merge-recursive.c:2777
3113 #, c-format
3114 msgid "Adding merged %s"
3115 msgstr "S'està afegint %s fusionat"
3116
2319 -#: merge-recursive.c:1604 merge-recursive.c:1834
3117 +#: merge-recursive.c:2784 merge-recursive.c:3132
3118 #, c-format
3119 msgid "Adding as %s instead"
3120 msgstr "S'està afegint com a %s en lloc d'això"
3121
2324 -#: merge-recursive.c:1661
3122 +#: merge-recursive.c:2941
3123 #, c-format
3124 msgid "cannot read object %s"
3125 msgstr "no es pot llegir l'objecte %s"
3126
2329 -#: merge-recursive.c:1664
3127 +#: merge-recursive.c:2944
3128 #, c-format
3129 msgid "object %s is not a blob"
3130 msgstr "l'objecte %s no és un blob"
3131
2334 -#: merge-recursive.c:1733
3132 +#: merge-recursive.c:3013
3133 msgid "modify"
3134 msgstr "modificació"
3135
2338 -#: merge-recursive.c:1733
3136 +#: merge-recursive.c:3013
3137 msgid "modified"
3138 msgstr "modificat"
3139
2342 -#: merge-recursive.c:1743
3140 +#: merge-recursive.c:3024
3141 msgid "content"
3142 msgstr "contingut"
3143
2346 -#: merge-recursive.c:1750
3144 +#: merge-recursive.c:3031
3145 msgid "add/add"
3146 msgstr "afegiment/afegiment"
3147
2350 -#: merge-recursive.c:1786
3148 +#: merge-recursive.c:3076
3149 #, c-format
3150 msgid "Skipped %s (merged same as existing)"
3151 msgstr "S'ha omès %s (el fusionat és igual a l'existent)"
3152
2355 -#: merge-recursive.c:1800
2356 -#, c-format
2357 -msgid "Auto-merging %s"
2358 -msgstr "S'està autofusionant %s"
2359 -
2360 -#: merge-recursive.c:1804 git-submodule.sh:879
3153 +#: merge-recursive.c:3098 git-submodule.sh:865
3154 msgid "submodule"
3155 msgstr "submòdul"
3156
2364 -#: merge-recursive.c:1805
3157 +#: merge-recursive.c:3099
3158 #, c-format
3159 msgid "CONFLICT (%s): Merge conflict in %s"
3160 msgstr "CONFLICTE (%s): Conflicte de fusió en %s"
3161
2369 -#: merge-recursive.c:1899
3162 +#: merge-recursive.c:3221
3163 #, c-format
3164 msgid "Removing %s"
3165 msgstr "S'està eliminant %s"
3166
2374 -#: merge-recursive.c:1925
3167 +#: merge-recursive.c:3247
3168 msgid "file/directory"
3169 msgstr "fitxer/directori"
3170
2378 -#: merge-recursive.c:1931
3171 +#: merge-recursive.c:3253
3172 msgid "directory/file"
3173 msgstr "directori/fitxer"
3174
2382 -#: merge-recursive.c:1938
3175 +#: merge-recursive.c:3260
3176 #, c-format
3177 msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
3178 msgstr ""
3179 "CONFLICTE (%s): Hi ha un directori amb nom %s en %s. S'està afegint %s com a "
3180 "%s"
3181
2389 -#: merge-recursive.c:1947
3182 +#: merge-recursive.c:3269
3183 #, c-format
3184 msgid "Adding %s"
3185 msgstr "S'està afegint %s"
3186
2394 -#: merge-recursive.c:1987
2395 -#, c-format
2396 -msgid "Dirty index: cannot merge (dirty: %s)"
2397 -msgstr "Índex brut: no es pot fusionar (bruts: %s)"
3187 +#: merge-recursive.c:3303
3188 +#, fuzzy, c-format
3189 +msgid ""
3190 +"Your local changes to the following files would be overwritten by merge:\n"
3191 +" %s"
3192 +msgstr ""
3193 +"Els vostres canvis locals als fitxers següents se sobreescriurien per "
3194 +"fusionar:\n"
3195 +"%%s"
3196
2399 -#: merge-recursive.c:1991
3197 +#: merge-recursive.c:3314
3198 msgid "Already up to date!"
3199 msgstr "Ja està al dia!"
3200
2403 -#: merge-recursive.c:2000
3201 +#: merge-recursive.c:3323
3202 #, c-format
3203 msgid "merging of trees %s and %s failed"
3204 msgstr "la fusió dels arbres %s i %s ha fallat"
3205
2408 -#: merge-recursive.c:2097
3206 +#: merge-recursive.c:3422
3207 msgid "Merging:"
3208 msgstr "S'està fusionant:"
3209
2412 -#: merge-recursive.c:2110
3210 +#: merge-recursive.c:3435
3211 #, c-format
3212 msgid "found %u common ancestor:"
3213 msgid_plural "found %u common ancestors:"
3214 msgstr[0] "s'ha trobat %u avantpassat en comú:"
3215 msgstr[1] "s'han trobat %u avantpassats en comú:"
3216
2419 -#: merge-recursive.c:2149
3217 +#: merge-recursive.c:3474
3218 msgid "merge returned no commit"
3219 msgstr "la fusió no ha retornat cap comissió"
3220
2423 -#: merge-recursive.c:2212
3221 +#: merge-recursive.c:3540
3222 #, c-format
3223 msgid "Could not parse object '%s'"
3224 msgstr "No s'ha pogut analitzar l'objecte «%s»"
3225
2428 -#: merge-recursive.c:2228 builtin/merge.c:657 builtin/merge.c:816
3226 +#: merge-recursive.c:3556 builtin/merge.c:689 builtin/merge.c:846
3227 msgid "Unable to write index."
3228 msgstr "No s'ha pogut escriure l'índex."
3229
2432 -#: notes-merge.c:272
3230 +#: notes-merge.c:274
3231 #, c-format
3232 msgid ""
3233 "You have not concluded your previous notes merge (%s exists).\n"
@@ -2440,21 +3238,21 @@ msgstr ""
3238 "Useu «git notes merge --commit» o «git notes merge --abort» per a cometre/"
3239 "avortar la fusió prèvia abans de començar una fusió de notes nova."
3240
2443 -#: notes-merge.c:279
3241 +#: notes-merge.c:281
3242 #, c-format
3243 msgid "You have not concluded your notes merge (%s exists)."
3244 msgstr "No heu conclòs la vostra fusió de notes (%s existeix)."
3245
2448 -#: notes-utils.c:43
3246 +#: notes-utils.c:45
3247 msgid "Cannot commit uninitialized/unreferenced notes tree"
3248 msgstr "No es pot cometre un arbre de notes no inicialitzat / no referenciat"
3249
2452 -#: notes-utils.c:102
3250 +#: notes-utils.c:104
3251 #, c-format
3252 msgid "Bad notes.rewriteMode value: '%s'"
3253 msgstr "Valor de notes.rewriteMode erroni: «%s»"
3254
2457 -#: notes-utils.c:112
3255 +#: notes-utils.c:114
3256 #, c-format
3257 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
3258 msgstr "S'està refusant reescriure les notes en %s (fora de refs/notes/)"
@@ -2463,37 +3261,57 @@ msgstr "S'està refusant reescriure les notes en %s (fora de refs/notes/)"
3261 #. the environment variable, the second %s is
3262 #. its value.
3263 #.
2466 -#: notes-utils.c:142
3264 +#: notes-utils.c:144
3265 #, c-format
3266 msgid "Bad %s value: '%s'"
3267 msgstr "Valor erroni de %s: «%s»"
3268
2471 -#: object.c:239
3269 +#: object.c:54
3270 +#, fuzzy, c-format
3271 +msgid "invalid object type \"%s\""
3272 +msgstr "objecte de blob no vàlid %s"
3273 +
3274 +#: object.c:173
3275 +#, fuzzy, c-format
3276 +msgid "object %s is a %s, not a %s"
3277 +msgstr "l'objecte %s no és un blob"
3278 +
3279 +#: object.c:233
3280 +#, fuzzy, c-format
3281 +msgid "object %s has unknown type id %d"
3282 +msgstr "L'objecte %s no té cap nota\n"
3283 +
3284 +#: object.c:246
3285 #, c-format
3286 msgid "unable to parse object: %s"
3287 msgstr "no s'ha pogut analitzar l'objecte: %s"
3288
2476 -#: packfile.c:561
3289 +#: object.c:266 object.c:277
3290 +#, c-format
3291 +msgid "sha1 mismatch %s"
3292 +msgstr ""
3293 +
3294 +#: packfile.c:563
3295 msgid "offset before end of packfile (broken .idx?)"
3296 msgstr "desplaçament abans de la fi del fitxer de paquet (.idx trencat?)"
3297
2480 -#: packfile.c:1694
3298 +#: packfile.c:1745
3299 #, c-format
3300 msgid "offset before start of pack index for %s (corrupt index?)"
3301 msgstr ""
3302 "desplaçament abans d'inici d'índex de paquet per a %s (índex corromput?)"
3303
2486 -#: packfile.c:1698
3304 +#: packfile.c:1749
3305 #, c-format
3306 msgid "offset beyond end of pack index for %s (truncated index?)"
3307 msgstr ""
3308 "desplaçament més enllà de la fi d'índex de paquet per a %s (índex truncat?)"
3309
2492 -#: parse-options.c:619
3310 +#: parse-options.c:672
3311 msgid "..."
3312 msgstr "..."
3313
2496 -#: parse-options.c:638
3314 +#: parse-options.c:691
3315 #, c-format
3316 msgid "usage: %s"
3317 msgstr "ús: %s"
@@ -2501,26 +3319,31 @@ msgstr "ús: %s"
3319 #. TRANSLATORS: the colon here should align with the
3320 #. one in "usage: %s" translation.
3321 #.
2504 -#: parse-options.c:644
3322 +#: parse-options.c:697
3323 #, c-format
3324 msgid " or: %s"
3325 msgstr " o: %s"
3326
2509 -#: parse-options.c:647
3327 +#: parse-options.c:700
3328 #, c-format
3329 msgid " %s"
3330 msgstr " %s"
3331
2514 -#: parse-options.c:686
3332 +#: parse-options.c:739
3333 msgid "-NUM"
3334 msgstr "-NUM"
3335
2518 -#: parse-options-cb.c:108
3336 +#: parse-options-cb.c:44
3337 +#, fuzzy, c-format
3338 +msgid "malformed expiration date '%s'"
3339 +msgstr "full d'opcions mal format: «%s»"
3340 +
3341 +#: parse-options-cb.c:112
3342 #, c-format
3343 msgid "malformed object name '%s'"
3344 msgstr "nom d'objecte mal format «%s»"
3345
2523 -#: path.c:891
3346 +#: path.c:892
3347 #, c-format
3348 msgid "Could not make %s writable by group"
3349 msgstr "No s'ha pogut fer %s escrivible pel grup"
@@ -2603,11 +3426,79 @@ msgstr ""
3426 msgid "pathspec '%s' is beyond a symbolic link"
3427 msgstr "l'especificació de camí «%s» és més enllà d'un enllaç simbòlic"
3428
3429 +#: pkt-line.c:104
3430 +#, fuzzy
3431 +msgid "flush packet write failed"
3432 +msgstr "no s'ha pogut escriure el fitxer d'etiqueta"
3433 +
3434 +#: pkt-line.c:142 pkt-line.c:228
3435 +msgid "protocol error: impossibly long line"
3436 +msgstr ""
3437 +
3438 +#: pkt-line.c:158 pkt-line.c:160
3439 +#, fuzzy
3440 +msgid "packet write with format failed"
3441 +msgstr "no s'ha pogut escriure el fitxer d'etiqueta"
3442 +
3443 +#: pkt-line.c:192
3444 +msgid "packet write failed - data exceeds max packet size"
3445 +msgstr ""
3446 +
3447 +#: pkt-line.c:199 pkt-line.c:206
3448 +#, fuzzy
3449 +msgid "packet write failed"
3450 +msgstr "no s'ha pogut escriure el fitxer d'etiqueta"
3451 +
3452 +#: pkt-line.c:291
3453 +#, fuzzy
3454 +msgid "read error"
3455 +msgstr "error de lectura d'entrada"
3456 +
3457 +#: pkt-line.c:299
3458 +#, fuzzy
3459 +msgid "the remote end hung up unexpectedly"
3460 +msgstr "El costat remot ha penjat en el moment de contacte inicial"
3461 +
3462 +#: pkt-line.c:327
3463 +#, fuzzy, c-format
3464 +msgid "protocol error: bad line length character: %.4s"
3465 +msgstr "error de protocol: capçalera de paquet errònia"
3466 +
3467 +#: pkt-line.c:337 pkt-line.c:342
3468 +#, fuzzy, c-format
3469 +msgid "protocol error: bad line length %d"
3470 +msgstr "error de protocol: capçalera de paquet errònia"
3471 +
3472 #: pretty.c:962
3473 msgid "unable to parse --pretty format"
3474 msgstr "no s'ha pogut analitzar el format --pretty"
3475
2610 -#: read-cache.c:1473
3476 +#: range-diff.c:48
3477 +#, fuzzy
3478 +msgid "could not start `log`"
3479 +msgstr "no s'ha pogut fer stat a %s"
3480 +
3481 +#: range-diff.c:51
3482 +#, fuzzy
3483 +msgid "could not read `log` output"
3484 +msgstr "no s'ha pogut llegir la sortida de 'show'"
3485 +
3486 +#: range-diff.c:66 sequencer.c:4540
3487 +#, c-format
3488 +msgid "could not parse commit '%s'"
3489 +msgstr "no s'ha pogut analitzar la comissió «%s»"
3490 +
3491 +#: range-diff.c:196
3492 +#, fuzzy
3493 +msgid "failed to generate diff"
3494 +msgstr "s'ha produït un error en executar «%s»"
3495 +
3496 +#: range-diff.c:421 range-diff.c:423
3497 +#, fuzzy, c-format
3498 +msgid "could not parse log for '%s'"
3499 +msgstr "no s'ha pogut llegir el fitxer de registre «%s»"
3500 +
3501 +#: read-cache.c:1579
3502 #, c-format
3503 msgid ""
3504 "index.version set, but the value is invalid.\n"
@@ -2616,7 +3507,7 @@ msgstr ""
3507 "index.version està establerta, però el valor no és vàlid.\n"
3508 "S'està usant la versió %i"
3509
2619 -#: read-cache.c:1483
3510 +#: read-cache.c:1589
3511 #, c-format
3512 msgid ""
3513 "GIT_INDEX_VERSION set, but the value is invalid.\n"
@@ -2625,221 +3516,330 @@ msgstr ""
3516 "GIT_INDEX_VERSION està establerta, però el valor no és vàlid.\n"
3517 "S'està usant la versió %i"
3518
2628 -#: read-cache.c:2375 sequencer.c:3248 wrapper.c:658 builtin/merge.c:1049
3519 +#: read-cache.c:2580 sequencer.c:4503 wrapper.c:658 builtin/merge.c:1083
3520 #, c-format
3521 msgid "could not close '%s'"
3522 msgstr "no s'ha pogut tancar «%s»"
3523
2633 -#: read-cache.c:2448 sequencer.c:1900 sequencer.c:2627
3524 +#: read-cache.c:2653 sequencer.c:2113 sequencer.c:3374
3525 #, c-format
3526 msgid "could not stat '%s'"
3527 msgstr "no s'ha pogut fer stat a «%s»"
3528
2638 -#: read-cache.c:2461
3529 +#: read-cache.c:2666
3530 #, c-format
3531 msgid "unable to open git dir: %s"
3532 msgstr "no s'ha pogut obrir el directori git: %s"
3533
2643 -#: read-cache.c:2473
3534 +#: read-cache.c:2678
3535 #, c-format
3536 msgid "unable to unlink: %s"
3537 msgstr "no s'ha pogut desenllaçar: %s"
3538
3539 +#: refs.c:192
3540 +#, fuzzy, c-format
3541 +msgid "%s does not point to a valid object!"
3542 +msgstr "«%s» no assenyala una comissió"
3543 +
3544 +#: refs.c:579
3545 +#, fuzzy, c-format
3546 +msgid "ignoring dangling symref %s"
3547 +msgstr "s'està ignorant la referència trencada %s"
3548 +
3549 +#: refs.c:581 ref-filter.c:2067
3550 +#, c-format
3551 +msgid "ignoring broken ref %s"
3552 +msgstr "s'està ignorant la referència trencada %s"
3553 +
3554 +#: refs.c:685
3555 +#, fuzzy, c-format
3556 +msgid "could not open '%s' for writing: %s"
3557 +msgstr "no s'ha pogut obrir «%s» per a escriptura"
3558 +
3559 +#: refs.c:695 refs.c:746
3560 +#, fuzzy, c-format
3561 +msgid "could not read ref '%s'"
3562 +msgstr "No s'ha pogut llegir la referència %s"
3563 +
3564 +#: refs.c:701
3565 +#, fuzzy, c-format
3566 +msgid "ref '%s' already exists"
3567 +msgstr "«%s» ja existeix"
3568 +
3569 #: refs.c:706
3570 #, c-format
2650 -msgid "Could not open '%s' for writing"
2651 -msgstr "No s'ha pogut obrir «%s» per a escriptura"
3571 +msgid "unexpected object ID when writing '%s'"
3572 +msgstr ""
3573 +
3574 +#: refs.c:714 sequencer.c:385 sequencer.c:2366 sequencer.c:2492
3575 +#: sequencer.c:2506 sequencer.c:2733 sequencer.c:4501 sequencer.c:4564
3576 +#: wrapper.c:656
3577 +#, c-format
3578 +msgid "could not write to '%s'"
3579 +msgstr "no s'ha pogut escriure a «%s»"
3580 +
3581 +#: refs.c:741 sequencer.c:4499 sequencer.c:4558 wrapper.c:225 wrapper.c:395
3582 +#: builtin/am.c:780
3583 +#, c-format
3584 +msgid "could not open '%s' for writing"
3585 +msgstr "no s'ha pogut obrir «%s» per a escriptura"
3586 +
3587 +#: refs.c:748
3588 +#, c-format
3589 +msgid "unexpected object ID when deleting '%s'"
3590 +msgstr ""
3591 +
3592 +#: refs.c:879
3593 +#, c-format
3594 +msgid "log for ref %s has gap after %s"
3595 +msgstr ""
3596 +
3597 +#: refs.c:885
3598 +#, c-format
3599 +msgid "log for ref %s unexpectedly ended on %s"
3600 +msgstr ""
3601 +
3602 +#: refs.c:943
3603 +#, c-format
3604 +msgid "log for %s is empty"
3605 +msgstr ""
3606 +
3607 +#: refs.c:1035
3608 +#, fuzzy, c-format
3609 +msgid "refusing to update ref with bad name '%s'"
3610 +msgstr "s'està ignorant la referència amb nom malmès %s"
3611 +
3612 +#: refs.c:1111
3613 +#, fuzzy, c-format
3614 +msgid "update_ref failed for ref '%s': %s"
3615 +msgstr "s'ha produït un error en obrir «%s»: %s"
3616 +
3617 +#: refs.c:1853
3618 +#, fuzzy, c-format
3619 +msgid "multiple updates for ref '%s' not allowed"
3620 +msgstr "nom d'identitat buit (per <%s>) no és permès"
3621
2653 -#: refs.c:1850
3622 +#: refs.c:1885
3623 msgid "ref updates forbidden inside quarantine environment"
3624 msgstr "no està permès actualitzar les referències en un entorn de quarantena"
3625
2657 -#: refs/files-backend.c:1189
3626 +#: refs.c:1981 refs.c:2011
3627 +#, fuzzy, c-format
3628 +msgid "'%s' exists; cannot create '%s'"
3629 +msgstr "no es pot crear «%s»"
3630 +
3631 +#: refs.c:1987 refs.c:2022
3632 +#, fuzzy, c-format
3633 +msgid "cannot process '%s' and '%s' at the same time"
3634 +msgstr ""
3635 +"No es poden actualitzar els camins i canviar a la branca «%s» a la vegada."
3636 +
3637 +#: refs/files-backend.c:1191
3638 #, c-format
3639 msgid "could not remove reference %s"
3640 msgstr "no s'ha pogut eliminar la referència %s"
3641
2662 -#: refs/files-backend.c:1203 refs/packed-backend.c:1528
2663 -#: refs/packed-backend.c:1538
3642 +#: refs/files-backend.c:1205 refs/packed-backend.c:1532
3643 +#: refs/packed-backend.c:1542
3644 #, c-format
3645 msgid "could not delete reference %s: %s"
3646 msgstr "no s'ha pogut suprimir la referència %s: %s"
3647
2668 -#: refs/files-backend.c:1206 refs/packed-backend.c:1541
3648 +#: refs/files-backend.c:1208 refs/packed-backend.c:1545
3649 #, c-format
3650 msgid "could not delete references: %s"
3651 msgstr "no s'han pogut suprimir les referències: %s"
3652
2673 -#: ref-filter.c:35 wt-status.c:1842
3653 +#: refspec.c:137
3654 +#, fuzzy, c-format
3655 +msgid "invalid refspec '%s'"
3656 +msgstr "fitxer no vàlid: «%s»"
3657 +
3658 +#: ref-filter.c:38 wt-status.c:1850
3659 msgid "gone"
3660 msgstr "no hi és"
3661
2677 -#: ref-filter.c:36
3662 +#: ref-filter.c:39
3663 #, c-format
3664 msgid "ahead %d"
3665 msgstr "davant per %d"
3666
2682 -#: ref-filter.c:37
3667 +#: ref-filter.c:40
3668 #, c-format
3669 msgid "behind %d"
3670 msgstr "darrere per %d"
3671
2687 -#: ref-filter.c:38
3672 +#: ref-filter.c:41
3673 #, c-format
3674 msgid "ahead %d, behind %d"
3675 msgstr "davant per %d, darrere per %d"
3676
2692 -#: ref-filter.c:107
3677 +#: ref-filter.c:137
3678 #, c-format
3679 msgid "expected format: %%(color:<color>)"
3680 msgstr "format esperat: %%(color:<color>)"
3681
2697 -#: ref-filter.c:109
3682 +#: ref-filter.c:139
3683 #, c-format
3684 msgid "unrecognized color: %%(color:%s)"
3685 msgstr "color no reconegut: %%(color:%s)"
3686
2702 -#: ref-filter.c:129
3687 +#: ref-filter.c:161
3688 #, c-format
3689 msgid "Integer value expected refname:lstrip=%s"
3690 msgstr "valor enter esperat pel nom de referència:lstrip=%s"
3691
2707 -#: ref-filter.c:133
3692 +#: ref-filter.c:165
3693 #, c-format
3694 msgid "Integer value expected refname:rstrip=%s"
3695 msgstr "valor enter esperat pel nom de referència:rstrip=%s"
3696
2712 -#: ref-filter.c:135
3697 +#: ref-filter.c:167
3698 #, c-format
3699 msgid "unrecognized %%(%s) argument: %s"
3700 msgstr "paràmetre %%(%s) desconegut: %s"
3701
2717 -#: ref-filter.c:184
3702 +#: ref-filter.c:222
3703 +#, c-format
3704 +msgid "%%(objecttype) does not take arguments"
3705 +msgstr "%%(subject) no accepta paràmetres"
3706 +
3707 +#: ref-filter.c:234
3708 +#, c-format
3709 +msgid "%%(objectsize) does not take arguments"
3710 +msgstr "%%(objectsize) no accepta paràmetres"
3711 +
3712 +#: ref-filter.c:246
3713 #, c-format
3714 msgid "%%(body) does not take arguments"
3715 msgstr "%%(body) no accepta paràmetres"
3716
2722 -#: ref-filter.c:191
3717 +#: ref-filter.c:255
3718 #, c-format
3719 msgid "%%(subject) does not take arguments"
3720 msgstr "%%(subject) no accepta paràmetres"
3721
2727 -#: ref-filter.c:209
3722 +#: ref-filter.c:275
3723 #, c-format
3724 msgid "unknown %%(trailers) argument: %s"
3725 msgstr "paràmetre %%(trailers) desconegut: %s"
3726
2732 -#: ref-filter.c:232
3727 +#: ref-filter.c:304
3728 #, c-format
3729 msgid "positive value expected contents:lines=%s"
3730 msgstr "valor positiu esperat conté:lines=%s"
3731
2737 -#: ref-filter.c:234
3732 +#: ref-filter.c:306
3733 #, c-format
3734 msgid "unrecognized %%(contents) argument: %s"
3735 msgstr "paràmetre %%(contents) no reconegut: %s"
3736
2742 -#: ref-filter.c:247
3737 +#: ref-filter.c:321
3738 #, c-format
3739 msgid "positive value expected objectname:short=%s"
3740 msgstr "valor positiu esperat nom d'objecte:curt=%s"
3741
2747 -#: ref-filter.c:251
3742 +#: ref-filter.c:325
3743 #, c-format
3744 msgid "unrecognized %%(objectname) argument: %s"
3745 msgstr "paràmetre %%(objectname) no reconegut: %s"
3746
2752 -#: ref-filter.c:278
3747 +#: ref-filter.c:355
3748 #, c-format
3749 msgid "expected format: %%(align:<width>,<position>)"
3750 msgstr "format esperat: %%(align:<amplada>,<posició>)"
3751
2757 -#: ref-filter.c:290
3752 +#: ref-filter.c:367
3753 #, c-format
3754 msgid "unrecognized position:%s"
3755 msgstr "posició no reconeguda:%s"
3756
2762 -#: ref-filter.c:294
3757 +#: ref-filter.c:374
3758 #, c-format
3759 msgid "unrecognized width:%s"
3760 msgstr "amplada no reconeguda:%s"
3761
2767 -#: ref-filter.c:300
3762 +#: ref-filter.c:383
3763 #, c-format
3764 msgid "unrecognized %%(align) argument: %s"
3765 msgstr "paràmetre %%(align) no reconegut: %s"
3766
2772 -#: ref-filter.c:304
3767 +#: ref-filter.c:391
3768 #, c-format
3769 msgid "positive width expected with the %%(align) atom"
3770 msgstr "amplada positiva esperada amb l'àtom %%(align)"
3771
2777 -#: ref-filter.c:319
3772 +#: ref-filter.c:409
3773 #, c-format
3774 msgid "unrecognized %%(if) argument: %s"
3775 msgstr "paràmetre %%(if) no reconegut: %s"
3776
2782 -#: ref-filter.c:409
3777 +#: ref-filter.c:505
3778 #, c-format
3779 msgid "malformed field name: %.*s"
3780 msgstr "nom de camp mal format: %.*s"
3781
2787 -#: ref-filter.c:435
3782 +#: ref-filter.c:532
3783 #, c-format
3784 msgid "unknown field name: %.*s"
3785 msgstr "nom de camp desconegut: %.*s"
3786
2792 -#: ref-filter.c:547
3787 +#: ref-filter.c:656
3788 #, c-format
3789 msgid "format: %%(if) atom used without a %%(then) atom"
3790 msgstr "format: s'ha usat l'àtom %%(if) sense un àtom %%(then)"
3791
2797 -#: ref-filter.c:607
3792 +#: ref-filter.c:719
3793 #, c-format
3794 msgid "format: %%(then) atom used without an %%(if) atom"
3795 msgstr "format: s'ha usat l'àtom %%(then) sense un àtom %%(if)"
3796
2802 -#: ref-filter.c:609
3797 +#: ref-filter.c:721
3798 #, c-format
3799 msgid "format: %%(then) atom used more than once"
3800 msgstr "format: s'ha usat l'àtom %%(then) més d'un cop"
3801
2807 -#: ref-filter.c:611
3802 +#: ref-filter.c:723
3803 #, c-format
3804 msgid "format: %%(then) atom used after %%(else)"
3805 msgstr "format: s'ha usat l'àtom %%(then) després de %%(else)"
3806
2812 -#: ref-filter.c:637
3807 +#: ref-filter.c:751
3808 #, c-format
3809 msgid "format: %%(else) atom used without an %%(if) atom"
3810 msgstr "format: s'ha usat l'àtom %%(else) sense un àtom %%(if)"
3811
2817 -#: ref-filter.c:639
3812 +#: ref-filter.c:753
3813 #, c-format
3814 msgid "format: %%(else) atom used without a %%(then) atom"
3815 msgstr "format: s'ha usat l'àtom %%(else) sense un àtom %%(then)"
3816
2822 -#: ref-filter.c:641
3817 +#: ref-filter.c:755
3818 #, c-format
3819 msgid "format: %%(else) atom used more than once"
3820 msgstr "format: s'ha usat l'àtom %%(else) més d'un cop"
3821
2827 -#: ref-filter.c:654
3822 +#: ref-filter.c:770
3823 #, c-format
3824 msgid "format: %%(end) atom used without corresponding atom"
3825 msgstr "format: s'ha usat l'àtom %%(end) sense l'àtom corresponent"
3826
2832 -#: ref-filter.c:709
3827 +#: ref-filter.c:827
3828 #, c-format
3829 msgid "malformed format string %s"
3830 msgstr "cadena de format mal format %s"
3831
2837 -#: ref-filter.c:1313
3832 +#: ref-filter.c:1416
3833 #, c-format
3834 msgid "(no branch, rebasing %s)"
3835 msgstr "(cap branca, s'està fent «rebase» %s)"
3836
2842 -#: ref-filter.c:1316
3837 +#: ref-filter.c:1419
3838 +#, c-format
3839 +msgid "(no branch, rebasing detached HEAD %s)"
3840 +msgstr "(cap branca, s'està fent «rebase» d'un «HEAD» %s no adjuntat)"
3841 +
3842 +#: ref-filter.c:1422
3843 #, c-format
3844 msgid "(no branch, bisect started on %s)"
3845 msgstr "(cap branca, bisecció començada en %s)"
@@ -2847,7 +3847,7 @@ msgstr "(cap branca, bisecció començada en %s)"
3847 #. TRANSLATORS: make sure this matches "HEAD
3848 #. detached at " in wt-status.c
3849 #.
2850 -#: ref-filter.c:1324
3850 +#: ref-filter.c:1430
3851 #, c-format
3852 msgid "(HEAD detached at %s)"
3853 msgstr "(HEAD separat a %s)"
@@ -2855,148 +3855,143 @@ msgstr "(HEAD separat a %s)"
3855 #. TRANSLATORS: make sure this matches "HEAD
3856 #. detached from " in wt-status.c
3857 #.
2858 -#: ref-filter.c:1331
3858 +#: ref-filter.c:1437
3859 #, c-format
3860 msgid "(HEAD detached from %s)"
3861 msgstr "(HEAD separat de %s)"
3862
2863 -#: ref-filter.c:1335
3863 +#: ref-filter.c:1441
3864 msgid "(no branch)"
3865 msgstr "(cap branca)"
3866
2867 -#: ref-filter.c:1364
3867 +#: ref-filter.c:1475 ref-filter.c:1623
3868 #, c-format
3869 msgid "missing object %s for %s"
3870 msgstr "manca l'objecte %s per a %s"
3871
2872 -#: ref-filter.c:1367
3872 +#: ref-filter.c:1483
3873 #, c-format
3874 msgid "parse_object_buffer failed on %s for %s"
3875 msgstr "parse_object_buffer ha fallat en %s per a %s"
3876
2877 -#: ref-filter.c:1819
3877 +#: ref-filter.c:1980
3878 #, c-format
3879 msgid "malformed object at '%s'"
3880 msgstr "objecte mal format a «%s»"
3881
2882 -#: ref-filter.c:1886
3882 +#: ref-filter.c:2062
3883 #, c-format
3884 msgid "ignoring ref with broken name %s"
3885 msgstr "s'està ignorant la referència amb nom malmès %s"
3886
2887 -#: ref-filter.c:1891
2888 -#, c-format
2889 -msgid "ignoring broken ref %s"
2890 -msgstr "s'està ignorant la referència trencada %s"
2891 -
2892 -#: ref-filter.c:2152
3887 +#: ref-filter.c:2340
3888 #, c-format
3889 msgid "format: %%(end) atom missing"
3890 msgstr "format: manca l'àtom %%(end)"
3891
2897 -#: ref-filter.c:2246
3892 +#: ref-filter.c:2444
3893 #, c-format
3894 msgid "malformed object name %s"
3895 msgstr "nom d'objecte %s mal format"
3896
2902 -#: remote.c:795
3897 +#: remote.c:606
3898 #, c-format
3899 msgid "Cannot fetch both %s and %s to %s"
3900 msgstr "No es poden obtenir ambdós %s i %s a %s"
3901
2907 -#: remote.c:799
3902 +#: remote.c:610
3903 #, c-format
3904 msgid "%s usually tracks %s, not %s"
3905 msgstr "%s generalment segueix %s, no %s"
3906
2912 -#: remote.c:803
3907 +#: remote.c:614
3908 #, c-format
3909 msgid "%s tracks both %s and %s"
3910 msgstr "%s segueix ambdós %s i %s"
3911
2917 -#: remote.c:811
3912 +#: remote.c:622
3913 msgid "Internal error"
3914 msgstr "Error intern"
3915
2921 -#: remote.c:1726 remote.c:1828
3916 +#: remote.c:1536 remote.c:1637
3917 msgid "HEAD does not point to a branch"
3918 msgstr "HEAD no assenyala cap branca"
3919
2925 -#: remote.c:1735
3920 +#: remote.c:1545
3921 #, c-format
3922 msgid "no such branch: '%s'"
3923 msgstr "no hi ha tal branca: «%s»"
3924
2930 -#: remote.c:1738
3925 +#: remote.c:1548
3926 #, c-format
3927 msgid "no upstream configured for branch '%s'"
3928 msgstr "cap font configurada per a la branca «%s»"
3929
2935 -#: remote.c:1744
3930 +#: remote.c:1554
3931 #, c-format
3932 msgid "upstream branch '%s' not stored as a remote-tracking branch"
3933 msgstr "la branca font «%s» no s'emmagatzema com a branca amb seguiment remot"
3934
2940 -#: remote.c:1759
3935 +#: remote.c:1569
3936 #, c-format
3937 msgid "push destination '%s' on remote '%s' has no local tracking branch"
3938 msgstr ""
3939 "el destí de pujada «%s» en el remot «%s» no té cap branca amb seguiment remot"
3940
2946 -#: remote.c:1771
3941 +#: remote.c:1581
3942 #, c-format
3943 msgid "branch '%s' has no remote for pushing"
3944 msgstr "la branca «%s» no té cap remot al qual pujar"
3945
2951 -#: remote.c:1782
3946 +#: remote.c:1591
3947 #, c-format
3948 msgid "push refspecs for '%s' do not include '%s'"
3949 msgstr "les especificacions de referència de «%s» no inclouen «%s»"
3950
2956 -#: remote.c:1795
3951 +#: remote.c:1604
3952 msgid "push has no destination (push.default is 'nothing')"
3953 msgstr "push no té destí (push.default és 'nothing')"
3954
2960 -#: remote.c:1817
3955 +#: remote.c:1626
3956 msgid "cannot resolve 'simple' push to a single destination"
3957 msgstr "no es pot resoldre una pujada 'simple' a un sol destí"
3958
2964 -#: remote.c:2132
3959 +#: remote.c:1951
3960 #, c-format
3961 msgid "Your branch is based on '%s', but the upstream is gone.\n"
3962 msgstr "La vostra branca està basada en «%s», però la font no hi és.\n"
3963
2969 -#: remote.c:2136
3964 +#: remote.c:1955
3965 msgid " (use \"git branch --unset-upstream\" to fixup)\n"
3966 msgstr " (useu \"git branch --unset-upstream\" per a arreglar)\n"
3967
2973 -#: remote.c:2139
3968 +#: remote.c:1958
3969 #, c-format
3970 msgid "Your branch is up to date with '%s'.\n"
3971 msgstr "La vostra branca està al dia amb «%s».\n"
3972
2978 -#: remote.c:2143
3973 +#: remote.c:1962
3974 #, c-format
3975 msgid "Your branch and '%s' refer to different commits.\n"
3976 msgstr "La vostra branca i «%s» es refereixen a diferents comissions.\n"
3977
2983 -#: remote.c:2146
3978 +#: remote.c:1965
3979 #, c-format
3980 msgid " (use \"%s\" for details)\n"
3981 msgstr ""
3982
2988 -#: remote.c:2150
3983 +#: remote.c:1969
3984 #, c-format
3985 msgid "Your branch is ahead of '%s' by %d commit.\n"
3986 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
3987 msgstr[0] "La vostra branca està davant de «%s» per %d comissió.\n"
3988 msgstr[1] "La vostra branca està davant de «%s» per %d comissions.\n"
3989
2995 -#: remote.c:2156
3990 +#: remote.c:1975
3991 msgid " (use \"git push\" to publish your local commits)\n"
3992 msgstr " (useu \"git push\" per a publicar les vostres comissions locals)\n"
3993
2999 -#: remote.c:2159
3994 +#: remote.c:1978
3995 #, c-format
3996 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
3997 msgid_plural ""
@@ -3008,11 +4003,11 @@ msgstr[1] ""
4003 "La vostra branca està darrere de «%s» per %d comissions, i pot avançar-se "
4004 "ràpidament.\n"
4005
3011 -#: remote.c:2167
4006 +#: remote.c:1986
4007 msgid " (use \"git pull\" to update your local branch)\n"
4008 msgstr " (useu \"git pull\" per a actualitzar la vostra branca local)\n"
4009
3015 -#: remote.c:2170
4010 +#: remote.c:1989
4011 #, c-format
4012 msgid ""
4013 "Your branch and '%s' have diverged,\n"
@@ -3027,59 +4022,74 @@ msgstr[1] ""
4022 "La vostra branca i «%s» han divergit,\n"
4023 "i tenen %d i %d comissions distintes cada una, respectivament.\n"
4024
3030 -#: remote.c:2180
4025 +#: remote.c:1999
4026 msgid " (use \"git pull\" to merge the remote branch into yours)\n"
4027 msgstr " (useu \"git pull\" per a fusionar la branca remota a la vostra)\n"
4028
3034 -#: revision.c:2277
4029 +#: replace-object.c:20
4030 +#, fuzzy, c-format
4031 +msgid "bad replace ref name: %s"
4032 +msgstr "suprimeix les referències reemplaçades"
4033 +
4034 +#: replace-object.c:29
4035 +#, fuzzy, c-format
4036 +msgid "duplicate replace ref: %s"
4037 +msgstr "suprimeix les referències reemplaçades"
4038 +
4039 +#: replace-object.c:72
4040 +#, fuzzy, c-format
4041 +msgid "replace depth too high for object %s"
4042 +msgstr "reemplaça l'etiqueta si existeix"
4043 +
4044 +#: revision.c:2305
4045 msgid "your current branch appears to be broken"
4046 msgstr "la vostra branca actual sembla malmesa"
4047
3038 -#: revision.c:2280
4048 +#: revision.c:2308
4049 #, c-format
4050 msgid "your current branch '%s' does not have any commits yet"
4051 msgstr "la branca actual «%s» encara no té cap comissió"
4052
3043 -#: revision.c:2477
4053 +#: revision.c:2505
4054 msgid "--first-parent is incompatible with --bisect"
4055 msgstr "--first-parent és incompatible amb --bisect"
4056
3047 -#: run-command.c:731
4057 +#: run-command.c:728
4058 msgid "open /dev/null failed"
4059 msgstr "s'ha produït un error en obrir /dev/null"
4060
3051 -#: run-command.c:1274
4061 +#: run-command.c:1271
4062 #, c-format
4063 msgid ""
4064 "The '%s' hook was ignored because it's not set as executable.\n"
4065 "You can disable this warning with `git config advice.ignoredHook false`."
4066 msgstr ""
4067
3058 -#: send-pack.c:141
4068 +#: send-pack.c:142
4069 msgid "unexpected flush packet while reading remote unpack status"
4070 msgstr ""
4071 "paquet de neteja no esperat quan estava llegint l'estat del desempaquetament "
4072 "remot"
4073
3064 -#: send-pack.c:143
4074 +#: send-pack.c:144
4075 #, c-format
4076 msgid "unable to parse remote unpack status: %s"
4077 msgstr "no s'ha pogut analitzar l'estat del desempaquetament remot: %s"
4078
3069 -#: send-pack.c:145
4079 +#: send-pack.c:146
4080 #, c-format
4081 msgid "remote unpack failed: %s"
4082 msgstr "s'ha produït un error en el desempaquetament remot: %s"
4083
3074 -#: send-pack.c:308
4084 +#: send-pack.c:309
4085 msgid "failed to sign the push certificate"
4086 msgstr "s'ha produït un error en signar el certificat de pujada"
4087
3078 -#: send-pack.c:421
4088 +#: send-pack.c:422
4089 msgid "the receiving end does not support --signed push"
4090 msgstr "el destí receptor no admet pujar --signed"
4091
3082 -#: send-pack.c:423
4092 +#: send-pack.c:424
4093 msgid ""
4094 "not sending a push certificate since the receiving end does not support --"
4095 "signed push"
@@ -3087,37 +4097,42 @@ msgstr ""
4097 "no s'està enviant una certificació de pujada perquè el destí receptor no "
4098 "admet pujar --signed"
4099
3090 -#: send-pack.c:435
4100 +#: send-pack.c:436
4101 msgid "the receiving end does not support --atomic push"
4102 msgstr "el destí receptor no admet pujar --atomic"
4103
3094 -#: send-pack.c:440
4104 +#: send-pack.c:441
4105 msgid "the receiving end does not support push options"
4106 msgstr "el destí receptor no admet opcions de pujada"
4107
3098 -#: sequencer.c:158
4108 +#: sequencer.c:177
4109 #, c-format
4110 msgid "invalid commit message cleanup mode '%s'"
4111 msgstr "mode de neteja «%s» no vàlid en la comissió del missatge"
4112
3103 -#: sequencer.c:267
4113 +#: sequencer.c:278
4114 +#, fuzzy, c-format
4115 +msgid "could not delete '%s'"
4116 +msgstr "No s'ha pogut suprimir %s"
4117 +
4118 +#: sequencer.c:304
4119 msgid "revert"
4120 msgstr "revertir"
4121
3107 -#: sequencer.c:269
4122 +#: sequencer.c:306
4123 msgid "cherry-pick"
4124 msgstr "cherry-pick"
4125
3111 -#: sequencer.c:271
4126 +#: sequencer.c:308
4127 msgid "rebase -i"
4128 msgstr "rebase -i"
4129
3115 -#: sequencer.c:273
3116 -#, c-format
3117 -msgid "Unknown action: %d"
4130 +#: sequencer.c:310
4131 +#, fuzzy, c-format
4132 +msgid "unknown action: %d"
4133 msgstr "Acció desconeguda: %d"
4134
3120 -#: sequencer.c:330
4135 +#: sequencer.c:367
4136 msgid ""
4137 "after resolving the conflicts, mark the corrected paths\n"
4138 "with 'git add <paths>' or 'git rm <paths>'"
@@ -3125,7 +4140,7 @@ msgstr ""
4140 "després de resoldre els conflictes, marqueu els camins\n"
4141 "corregits amb 'git add <camins>' o 'git rm <camins>'"
4142
3128 -#: sequencer.c:333
4143 +#: sequencer.c:370
4144 msgid ""
4145 "after resolving the conflicts, mark the corrected paths\n"
4146 "with 'git add <paths>' or 'git rm <paths>'\n"
@@ -3135,43 +4150,39 @@ msgstr ""
4150 "corregits amb 'git add <camins>' o 'git rm <camins>'\n"
4151 "i cometeu el resultat amb 'git commit'"
4152
3138 -#: sequencer.c:346 sequencer.c:2245
4153 +#: sequencer.c:383 sequencer.c:2488
4154 #, c-format
4155 msgid "could not lock '%s'"
4156 msgstr "no s'ha pogut bloquejar «%s»"
4157
3143 -#: sequencer.c:349 sequencer.c:2124 sequencer.c:2250 sequencer.c:2264
3144 -#: sequencer.c:3246 sequencer.c:3310 wrapper.c:656
3145 -#, c-format
3146 -msgid "could not write to '%s'"
3147 -msgstr "no s'ha pogut escriure a «%s»"
3148 -
3149 -#: sequencer.c:353
4158 +#: sequencer.c:390
4159 #, c-format
4160 msgid "could not write eol to '%s'"
4161 msgstr "no s'ha pogut escriure el terminador de línia a «%s»"
4162
3154 -#: sequencer.c:356 sequencer.c:2128 sequencer.c:2252
4163 +#: sequencer.c:395 sequencer.c:2371 sequencer.c:2494 sequencer.c:2508
4164 +#: sequencer.c:2741
4165 #, c-format
4166 msgid "failed to finalize '%s'"
4167 msgstr "s'ha produït un error en finalitzar «%s»"
4168
3159 -#: sequencer.c:379 sequencer.c:1340 sequencer.c:2148 builtin/am.c:259
3160 -#: builtin/commit.c:722 builtin/merge.c:1047
4169 +#: sequencer.c:418 sequencer.c:816 sequencer.c:1505 sequencer.c:2391
4170 +#: sequencer.c:2723 sequencer.c:2827 builtin/am.c:260 builtin/commit.c:740
4171 +#: builtin/merge.c:1081
4172 #, c-format
4173 msgid "could not read '%s'"
4174 msgstr "no s'ha pogut llegir «%s»"
4175
3165 -#: sequencer.c:405
4176 +#: sequencer.c:444
4177 #, c-format
4178 msgid "your local changes would be overwritten by %s."
4179 msgstr "els vostres canvis locals se sobreescriurien per %s."
4180
3170 -#: sequencer.c:409
4181 +#: sequencer.c:448
4182 msgid "commit your changes or stash them to proceed."
4183 msgstr "cometeu els vostres canvis o feu un «stash» per a procedir."
4184
3174 -#: sequencer.c:438
4185 +#: sequencer.c:477
4186 #, c-format
4187 msgid "%s: fast-forward"
4188 msgstr "%s: avanç ràpid"
@@ -3179,20 +4190,35 @@ msgstr "%s: avanç ràpid"
4190 #. TRANSLATORS: %s will be "revert", "cherry-pick" or
4191 #. "rebase -i".
4192 #.
3182 -#: sequencer.c:526
4193 +#: sequencer.c:566
4194 #, c-format
4195 msgid "%s: Unable to write new index file"
4196 msgstr "%s: No s'ha pogut escriure un fitxer d'índex nou"
4197
3187 -#: sequencer.c:542
4198 +#: sequencer.c:582
4199 +msgid "unable to update cache tree"
4200 +msgstr "no s'ha pogut actualitzar l'arbre cau"
4201 +
4202 +#: sequencer.c:595
4203 msgid "could not resolve HEAD commit"
4204 msgstr "no s'ha pogut resoldre la comissió HEAD"
4205
3191 -#: sequencer.c:562
3192 -msgid "unable to update cache tree"
3193 -msgstr "no s'ha pogut actualitzar l'arbre cau"
4206 +#: sequencer.c:723 sequencer.c:740
4207 +#, fuzzy, c-format
4208 +msgid "could not parse '%s' (looking for '%s')"
4209 +msgstr "no s'ha pogut establir «%s» a «%s»"
4210 +
4211 +#: sequencer.c:731
4212 +#, fuzzy, c-format
4213 +msgid "bad quoting on %s value in '%s'"
4214 +msgstr "Valor erroni de %s: «%s»"
4215
3195 -#: sequencer.c:658
4216 +#: sequencer.c:747
4217 +#, fuzzy, c-format
4218 +msgid "invalid date format '%s' in '%s'"
4219 +msgstr "format de data no vàlid: %s"
4220 +
4221 +#: sequencer.c:761
4222 #, c-format
4223 msgid ""
4224 "you have staged changes in your working tree\n"
@@ -3222,11 +4248,16 @@ msgstr ""
4248 "\n"
4249 " git rebase --continue\n"
4250
3225 -#: sequencer.c:915
3226 -msgid "'prepare-commit-msg' hook failed"
4251 +#: sequencer.c:830
4252 +#, fuzzy
4253 +msgid "writing root commit"
4254 +msgstr "no hi ha res a cometre\n"
4255 +
4256 +#: sequencer.c:1055
4257 +msgid "'prepare-commit-msg' hook failed"
4258 msgstr "el lligam «prepare-commit-msg» ha fallat"
4259
3229 -#: sequencer.c:922
4260 +#: sequencer.c:1062
4261 msgid ""
4262 "Your name and email address were configured automatically based\n"
4263 "on your username and hostname. Please check that they are accurate.\n"
@@ -3253,7 +4284,7 @@ msgstr ""
4284 "\n"
4285 " git commit --amend --reset-author\n"
4286
3256 -#: sequencer.c:935
4287 +#: sequencer.c:1075
4288 msgid ""
4289 "Your name and email address were configured automatically based\n"
4290 "on your username and hostname. Please check that they are accurate.\n"
@@ -3279,328 +4310,344 @@ msgstr ""
4310 "\n"
4311 " git commit --amend --reset-author\n"
4312
3282 -#: sequencer.c:975
4313 +#: sequencer.c:1115
4314 msgid "couldn't look up newly created commit"
4315 msgstr "no s'ha pogut trobar la comissió novament creada"
4316
3286 -#: sequencer.c:977
4317 +#: sequencer.c:1117
4318 msgid "could not parse newly created commit"
4319 msgstr "no s'ha pogut analitzar la comissió novament creada"
4320
3290 -#: sequencer.c:1023
4321 +#: sequencer.c:1163
4322 msgid "unable to resolve HEAD after creating commit"
4323 msgstr "no s'ha pogut resoldre HEAD després de crear la comissió"
4324
3294 -#: sequencer.c:1025
4325 +#: sequencer.c:1165
4326 msgid "detached HEAD"
4327 msgstr "HEAD separat"
4328
3298 -#: sequencer.c:1029
4329 +#: sequencer.c:1169
4330 msgid " (root-commit)"
4331 msgstr " (comissió d'arrel)"
4332
3302 -#: sequencer.c:1050
4333 +#: sequencer.c:1190
4334 msgid "could not parse HEAD"
4335 msgstr "no s'ha pogut analitzar HEAD"
4336
3306 -#: sequencer.c:1052
4337 +#: sequencer.c:1192
4338 #, c-format
4339 msgid "HEAD %s is not a commit!"
4340 msgstr "HEAD %s no és una comissió!"
4341
3311 -#: sequencer.c:1056 builtin/commit.c:1491
4342 +#: sequencer.c:1196 builtin/commit.c:1528
4343 msgid "could not parse HEAD commit"
4344 msgstr "no s'ha pogut analitzar la comissió HEAD"
4345
3315 -#: sequencer.c:1107 sequencer.c:1673
4346 +#: sequencer.c:1247 sequencer.c:1845
4347 msgid "unable to parse commit author"
4348 msgstr "no s'ha pogut analitzar l'autor de la comissió"
4349
3319 -#: sequencer.c:1117 builtin/am.c:1630 builtin/merge.c:643
4350 +#: sequencer.c:1257 builtin/am.c:1632 builtin/merge.c:675
4351 msgid "git write-tree failed to write a tree"
4352 msgstr "git write-tree ha fallat en escriure un arbre"
4353
3323 -#: sequencer.c:1134 sequencer.c:1186
4354 +#: sequencer.c:1274 sequencer.c:1329
4355 #, c-format
4356 msgid "unable to read commit message from '%s'"
4357 msgstr "no s'ha pogut llegir el missatge de comissió des de «%s»"
4358
3328 -#: sequencer.c:1154 builtin/am.c:1650 builtin/commit.c:1594 builtin/merge.c:826
3329 -#: builtin/merge.c:851
4359 +#: sequencer.c:1296 builtin/am.c:1653 builtin/commit.c:1631 builtin/merge.c:855
4360 +#: builtin/merge.c:880
4361 msgid "failed to write commit object"
4362 msgstr "s'ha produït un error en escriure l'objecte de comissió"
4363
3333 -#: sequencer.c:1213
4364 +#: sequencer.c:1356
4365 #, c-format
4366 msgid "could not parse commit %s"
4367 msgstr "no s'ha pogut analitzar la comissió %s"
4368
3338 -#: sequencer.c:1218
4369 +#: sequencer.c:1361
4370 #, c-format
4371 msgid "could not parse parent commit %s"
4372 msgstr "no s'ha pogut analitzar la comissió pare %s"
4373
3343 -#: sequencer.c:1347
3344 -#, c-format
3345 -msgid ""
3346 -"unexpected 1st line of squash message:\n"
3347 -"\n"
3348 -"\t%.*s"
3349 -msgstr ""
3350 -"Primera línia del missatge de «squash» no esperada:\n"
3351 -"\n"
3352 -"\t%.*s"
3353 -
3354 -#: sequencer.c:1353
4374 +#: sequencer.c:1457 sequencer.c:1565
4375 #, c-format
3356 -msgid ""
3357 -"invalid 1st line of squash message:\n"
3358 -"\n"
3359 -"\t%.*s"
3360 -msgstr ""
3361 -"Primera línia del missatge de «squash» no vàlida:\n"
3362 -"\n"
3363 -"\t%.*s"
4376 +msgid "unknown command: %d"
4377 +msgstr "ordre desconeguda: %d"
4378
3365 -#: sequencer.c:1359 sequencer.c:1384
4379 +#: sequencer.c:1512 sequencer.c:1537
4380 #, c-format
4381 msgid "This is a combination of %d commits."
4382 msgstr "Això és una combinació de %d comissions."
4383
3370 -#: sequencer.c:1368 sequencer.c:3265
4384 +#: sequencer.c:1522 sequencer.c:4520
4385 msgid "need a HEAD to fixup"
4386 msgstr "cal un HEAD per reparar-ho"
4387
3374 -#: sequencer.c:1370
4388 +#: sequencer.c:1524 sequencer.c:2768
4389 msgid "could not read HEAD"
4390 msgstr "no s'ha pogut llegir HEAD"
4391
3378 -#: sequencer.c:1372
4392 +#: sequencer.c:1526
4393 msgid "could not read HEAD's commit message"
4394 msgstr "no s'ha pogut llegir el missatge de comissió de HEAD"
4395
3382 -#: sequencer.c:1378
4396 +#: sequencer.c:1532
4397 #, c-format
4398 msgid "cannot write '%s'"
4399 msgstr "no es pot escriure «%s»"
4400
3387 -#: sequencer.c:1387 git-rebase--interactive.sh:452
4401 +#: sequencer.c:1539 git-rebase--preserve-merges.sh:441
4402 msgid "This is the 1st commit message:"
4403 msgstr "Aquest és el 1r missatge de comissió:"
4404
3391 -#: sequencer.c:1395
4405 +#: sequencer.c:1547
4406 #, c-format
4407 msgid "could not read commit message of %s"
4408 msgstr "no s'ha pogut llegir el missatge de comissió: %s"
4409
3396 -#: sequencer.c:1402
4410 +#: sequencer.c:1554
4411 #, c-format
4412 msgid "This is the commit message #%d:"
4413 msgstr "Aquest és el missatge de comissió #%d:"
4414
3401 -#: sequencer.c:1407
4415 +#: sequencer.c:1560
4416 #, c-format
4417 msgid "The commit message #%d will be skipped:"
4418 msgstr "El missatge de comissió núm. #%d s'ometrà:"
4419
3406 -#: sequencer.c:1412
3407 -#, c-format
3408 -msgid "unknown command: %d"
3409 -msgstr "ordre desconeguda: %d"
3410 -
3411 -#: sequencer.c:1479
4420 +#: sequencer.c:1643
4421 msgid "your index file is unmerged."
4422 msgstr "el vostre fitxer d'índex està sense fusionar."
4423
3415 -#: sequencer.c:1498
4424 +#: sequencer.c:1650
4425 +#, fuzzy
4426 +msgid "cannot fixup root commit"
4427 +msgstr "no es pot trobar la comissió %s (%s)"
4428 +
4429 +#: sequencer.c:1669
4430 #, c-format
4431 msgid "commit %s is a merge but no -m option was given."
4432 msgstr "la comissió %s és una fusió però no s'ha donat cap opció -m."
4433
3420 -#: sequencer.c:1506
4434 +#: sequencer.c:1677
4435 #, c-format
4436 msgid "commit %s does not have parent %d"
4437 msgstr "la comissió %s no té pare %d"
4438
3425 -#: sequencer.c:1510
4439 +#: sequencer.c:1681
4440 #, c-format
4441 msgid "mainline was specified but commit %s is not a merge."
4442 msgstr ""
4443 "s'ha especificat la línia principal però la comissió %s no és una fusió."
4444
3431 -#: sequencer.c:1516
4445 +#: sequencer.c:1687
4446 #, c-format
4447 msgid "cannot get commit message for %s"
4448 msgstr "no es pot obtenir el missatge de comissió de %s"
4449
4450 #. TRANSLATORS: The first %s will be a "todo" command like
4451 #. "revert" or "pick", the second %s a SHA1.
3438 -#: sequencer.c:1535
4452 +#: sequencer.c:1706
4453 #, c-format
4454 msgid "%s: cannot parse parent commit %s"
4455 msgstr "%s: no es pot analitzar la comissió pare %s"
4456
3443 -#: sequencer.c:1600 sequencer.c:2397
4457 +#: sequencer.c:1771
4458 #, c-format
4459 msgid "could not rename '%s' to '%s'"
4460 msgstr "no s'ha pogut canviar el nom «%s» a «%s»"
4461
3448 -#: sequencer.c:1654
4462 +#: sequencer.c:1826
4463 #, c-format
4464 msgid "could not revert %s... %s"
4465 msgstr "no s'ha pogut revertir %s... %s"
4466
3453 -#: sequencer.c:1655
4467 +#: sequencer.c:1827
4468 #, c-format
4469 msgid "could not apply %s... %s"
4470 msgstr "no s'ha pogut aplicar %s... %s"
4471
3458 -#: sequencer.c:1702
3459 -msgid "empty commit set passed"
3460 -msgstr "conjunt de comissions buit passat"
3461 -
3462 -#: sequencer.c:1712
4472 +#: sequencer.c:1885
4473 #, c-format
4474 msgid "git %s: failed to read the index"
4475 msgstr "git %s: s'ha produït un error en llegir l'índex"
4476
3467 -#: sequencer.c:1718
4477 +#: sequencer.c:1892
4478 #, c-format
4479 msgid "git %s: failed to refresh the index"
4480 msgstr "git %s: s'ha produït un error en actualitzar l'índex"
4481
3472 -#: sequencer.c:1792
4482 +#: sequencer.c:1972
4483 #, c-format
4484 msgid "%s does not accept arguments: '%s'"
4485 msgstr "%s no accepta paràmetres: «%s»"
4486
3477 -#: sequencer.c:1801
4487 +#: sequencer.c:1981
4488 #, c-format
4489 msgid "missing arguments for %s"
4490 msgstr "falten els arguments per %s"
4491
3482 -#: sequencer.c:1844
4492 +#: sequencer.c:2040
4493 #, c-format
4494 msgid "invalid line %d: %.*s"
4495 msgstr "línia no vàlida %d: %.*s"
4496
3487 -#: sequencer.c:1852
4497 +#: sequencer.c:2048
4498 #, c-format
4499 msgid "cannot '%s' without a previous commit"
4500 msgstr "No es pot «%s» sense una comissió prèvia"
4501
3492 -#: sequencer.c:1883 sequencer.c:3056 sequencer.c:3091
4502 +#: sequencer.c:2096 sequencer.c:4277 sequencer.c:4333
4503 #, c-format
4504 msgid "could not read '%s'."
4505 msgstr "no s'ha pogut llegir «%s»."
4506
3497 -#: sequencer.c:1906
4507 +#: sequencer.c:2119
4508 msgid "please fix this using 'git rebase --edit-todo'."
4509 msgstr "corregiu-ho usant «git rebase --edit-todo»."
4510
3501 -#: sequencer.c:1908
4511 +#: sequencer.c:2121
4512 #, c-format
4513 msgid "unusable instruction sheet: '%s'"
4514 msgstr "full d'instruccions inusable: «%s»"
4515
3506 -#: sequencer.c:1913
4516 +#: sequencer.c:2126
4517 msgid "no commits parsed."
4518 msgstr "no s'ha analitzat cap comissió."
4519
3510 -#: sequencer.c:1924
4520 +#: sequencer.c:2137
4521 msgid "cannot cherry-pick during a revert."
4522 msgstr "no es pot fer «cherry pick» durant una reversió."
4523
3514 -#: sequencer.c:1926
4524 +#: sequencer.c:2139
4525 msgid "cannot revert during a cherry-pick."
4526 msgstr "no es pot revertir durant un «cherry pick»."
4527
3518 -#: sequencer.c:1993
3519 -#, c-format
3520 -msgid "invalid key: %s"
3521 -msgstr "clau no vàlida: %s"
3522 -
3523 -#: sequencer.c:1996
4528 +#: sequencer.c:2209
4529 #, c-format
4530 msgid "invalid value for %s: %s"
4531 msgstr "valor no vàlid per a %s: %s"
4532
3528 -#: sequencer.c:2062
4533 +#: sequencer.c:2285
4534 +msgid "unusable squash-onto"
4535 +msgstr ""
4536 +
4537 +#: sequencer.c:2301
4538 #, c-format
4539 msgid "malformed options sheet: '%s'"
4540 msgstr "full d'opcions mal format: «%s»"
4541
3533 -#: sequencer.c:2100
4542 +#: sequencer.c:2335 sequencer.c:3775
4543 +msgid "empty commit set passed"
4544 +msgstr "conjunt de comissions buit passat"
4545 +
4546 +#: sequencer.c:2343
4547 msgid "a cherry-pick or revert is already in progress"
4548 msgstr "un «cherry pick» o una reversió ja està en curs"
4549
3537 -#: sequencer.c:2101
4550 +#: sequencer.c:2344
4551 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
4552 msgstr "intenteu \"git cherry-pick (--continue | --quit | --abort)\""
4553
3541 -#: sequencer.c:2104
4554 +#: sequencer.c:2347
4555 #, c-format
4556 msgid "could not create sequencer directory '%s'"
4557 msgstr "no s'ha pogut crear el directori de seqüenciador «%s»"
4558
3546 -#: sequencer.c:2118
4559 +#: sequencer.c:2361
4560 msgid "could not lock HEAD"
4561 msgstr "no s'ha pogut bloquejar HEAD"
4562
3550 -#: sequencer.c:2173 sequencer.c:2761
4563 +#: sequencer.c:2416 sequencer.c:3543
4564 msgid "no cherry-pick or revert in progress"
4565 msgstr "ni hi ha cap «cherry pick» ni cap reversió en curs"
4566
3554 -#: sequencer.c:2175
4567 +#: sequencer.c:2418
4568 msgid "cannot resolve HEAD"
4569 msgstr "no es pot resoldre HEAD"
4570
3558 -#: sequencer.c:2177 sequencer.c:2212
4571 +#: sequencer.c:2420 sequencer.c:2455
4572 msgid "cannot abort from a branch yet to be born"
4573 msgstr "no es pot avortar des d'una branca que encara ha de nàixer"
4574
3562 -#: sequencer.c:2198 builtin/grep.c:720
4575 +#: sequencer.c:2441 builtin/grep.c:721
4576 #, c-format
4577 msgid "cannot open '%s'"
4578 msgstr "no es pot obrir «%s»"
4579
3567 -#: sequencer.c:2200
4580 +#: sequencer.c:2443
4581 #, c-format
4582 msgid "cannot read '%s': %s"
4583 msgstr "no es pot llegir «%s»: %s"
4584
3572 -#: sequencer.c:2201
4585 +#: sequencer.c:2444
4586 msgid "unexpected end of file"
4587 msgstr "final de fitxer inesperat"
4588
3576 -#: sequencer.c:2207
4589 +#: sequencer.c:2450
4590 #, c-format
4591 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
4592 msgstr "el fitxer HEAD emmagatzemat abans de fer «cherry pick» «%s» és malmès"
4593
3581 -#: sequencer.c:2218
4594 +#: sequencer.c:2461
4595 msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
4596 msgstr "Sembla que heu mogut HEAD sense rebobinar, comproveu-ho HEAD"
4597
3585 -#: sequencer.c:2324 sequencer.c:2679
4598 +#: sequencer.c:2565 sequencer.c:3461
4599 #, c-format
4600 msgid "could not update %s"
4601 msgstr "no s'ha pogut actualitzar %s"
4602
3590 -#: sequencer.c:2362 sequencer.c:2659
4603 +#: sequencer.c:2603 sequencer.c:3441
4604 msgid "cannot read HEAD"
4605 msgstr "No es pot llegir HEAD"
4606
3594 -#: sequencer.c:2402 builtin/difftool.c:639
4607 +#: sequencer.c:2618
4608 +#, fuzzy, c-format
4609 +msgid "unable to copy '%s' to '%s'"
4610 +msgstr "no s'ha pogut copiar «%s» a «%s»"
4611 +
4612 +#: sequencer.c:2626
4613 +#, fuzzy, c-format
4614 +msgid ""
4615 +"You can amend the commit now, with\n"
4616 +"\n"
4617 +" git commit --amend %s\n"
4618 +"\n"
4619 +"Once you are satisfied with your changes, run\n"
4620 +"\n"
4621 +" git rebase --continue\n"
4622 +msgstr ""
4623 +"Podeu esmenar la comissió ara, amb\n"
4624 +"\n"
4625 +"\tgit commit --amend $gpg_sign_opt_quoted\n"
4626 +"\n"
4627 +"Una vegada que estigueu satisfet amb els vostres canvis, executeu\n"
4628 +"\n"
4629 +"\tgit rebase --continue"
4630 +
4631 +#: sequencer.c:2636
4632 +#, c-format
4633 +msgid "Could not apply %s... %.*s"
4634 +msgstr "No s'ha pogut aplicar %s... %.*s"
4635 +
4636 +#: sequencer.c:2643
4637 +#, c-format
4638 +msgid "Could not merge %.*s"
4639 +msgstr "No s'ha pogut fusionar %.*s"
4640 +
4641 +#: sequencer.c:2654 sequencer.c:2658 builtin/difftool.c:640
4642 #, c-format
4643 msgid "could not copy '%s' to '%s'"
4644 msgstr "no s'ha pogut copiar «%s» a «%s»"
4645
3599 -#: sequencer.c:2421
4646 +#: sequencer.c:2680 sequencer.c:3095
4647 msgid "could not read index"
4648 msgstr "no s'ha pogut llegir l'índex"
4649
3603 -#: sequencer.c:2426
4650 +#: sequencer.c:2685
4651 #, c-format
4652 msgid ""
4653 "execution failed: %s\n"
@@ -3615,11 +4662,11 @@ msgstr ""
4662 " git rebase --continue\n"
4663 "\n"
4664
3618 -#: sequencer.c:2432
4665 +#: sequencer.c:2691
4666 msgid "and made changes to the index and/or the working tree\n"
4667 msgstr "i ha fet canvis a l'índex i/o l'arbre de treball\n"
4668
3622 -#: sequencer.c:2438
4669 +#: sequencer.c:2697
4670 #, c-format
4671 msgid ""
4672 "execution succeeded: %s\n"
@@ -3635,17 +4682,84 @@ msgstr ""
4682 "\n"
4683 " git rebase --continue\n"
4684
3638 -#: sequencer.c:2497
4685 +#: sequencer.c:2758
4686 +#, c-format
4687 +msgid "illegal label name: '%.*s'"
4688 +msgstr "nom d'etiqueta no permès: «%.*s»"
4689 +
4690 +#: sequencer.c:2810
4691 +#, fuzzy
4692 +msgid "writing fake root commit"

This file is too large to show in full.