l10n: ca.po: update translation
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Alex Henrie committed
Aug 28, 2016 at 10:32 UTC
63b8265402bb4b94dd9c01c2d9efc1e0effb2562
1 file changed
+3786
-2297
po/ca.po
+3786
-2297
@@ -7,8 +7,8 @@ msgid ""
7
msgstr ""
8
"Project-Id-Version: Git\n"
9
"Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
10
-"POT-Creation-Date: 2016-03-16 00:16+0800\n"
11
-"PO-Revision-Date: 2016-03-19 23:51-0600\n"
10
+"POT-Creation-Date: 2016-08-27 23:21+0800\n"
11
+"PO-Revision-Date: 2016-08-28 10:32-0600\n"
12
"Last-Translator: Alex Henrie <alexhenrie24@gmail.com>\n"
13
"Language-Team: Catalan\n"
14
"Language: ca\n"
@@ -16,14 +16,39 @@ msgstr ""
16
"Content-Type: text/plain; charset=UTF-8\n"
17
"Content-Transfer-Encoding: 8bit\n"
18
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
-"X-Generator: Poedit 1.8.7\n"
19
+"X-Generator: Poedit 1.8.8\n"
20
21
#: advice.c:55
22
#, c-format
23
msgid "hint: %.*s\n"
24
msgstr "pista: %.*s\n"
25
26
-#: advice.c:88
26
+#: advice.c:83
27
+msgid "Cherry-picking is not possible because you have unmerged files."
28
+msgstr "Recollir cireres no és possible perquè teniu fitxers no fusionats."
29
+
30
+#: advice.c:85
31
+msgid "Committing is not possible because you have unmerged files."
32
+msgstr "Cometre no és possible perquè teniu fitxers no fusionats."
33
+
34
+#: advice.c:87
35
+msgid "Merging is not possible because you have unmerged files."
36
+msgstr "Fusionar no és possible perquè teniu fitxers no fusionats."
37
+
38
+#: advice.c:89
39
+msgid "Pulling is not possible because you have unmerged files."
40
+msgstr "Baixar no es possible perquè teniu fitxers no fusionats."
41
+
42
+#: advice.c:91
43
+msgid "Reverting is not possible because you have unmerged files."
44
+msgstr "Revertir no és possible perquè teniu fitxers no fusionats."
45
+
46
+#: advice.c:93
47
+#, c-format
48
+msgid "It is not possible to %s because you have unmerged files."
49
+msgstr "No es possible %s perquè teniu fitxers no fusionats."
50
+
51
+#: advice.c:101
52
msgid ""
53
"Fix them up in the work tree, and then use 'git add/rm <file>'\n"
54
"as appropriate to mark resolution and make a commit."
@@ -32,17 +57,48 @@ msgstr ""
57
"'git add/rm <fitxer>' segons sigui apropiat per a marcar la\n"
58
"resolució i feu una comissió."
59
35
-#: advice.c:101 builtin/merge.c:1226
60
+#: advice.c:109
61
+msgid "Exiting because of an unresolved conflict."
62
+msgstr "S'està sortint a causa d'un conflicte no resolt."
63
+
64
+#: advice.c:114 builtin/merge.c:1181
65
msgid "You have not concluded your merge (MERGE_HEAD exists)."
66
msgstr "No heu conclòs la vostra fusió (MERGE_HEAD existeix)."
67
39
-#: advice.c:103
68
+#: advice.c:116
69
msgid "Please, commit your changes before merging."
70
msgstr "Si us plau, cometeu els vostres canvis abans de fusionar."
71
43
-#: advice.c:104
72
+#: advice.c:117
73
msgid "Exiting because of unfinished merge."
45
-msgstr "Sortint a causa d'una fusió no terminada."
74
+msgstr "S'està sortint a causa d'una fusió no terminada."
75
+
76
+#: advice.c:123
77
+#, c-format
78
+msgid ""
79
+"Note: checking out '%s'.\n"
80
+"\n"
81
+"You are in 'detached HEAD' state. You can look around, make experimental\n"
82
+"changes and commit them, and you can discard any commits you make in this\n"
83
+"state without impacting any branches by performing another checkout.\n"
84
+"\n"
85
+"If you want to create a new branch to retain commits you create, you may\n"
86
+"do so (now or later) by using -b with the checkout command again. Example:\n"
87
+"\n"
88
+" git checkout -b <new-branch-name>\n"
89
+"\n"
90
+msgstr ""
91
+"Avís: s'està agafant '%s'.\n"
92
+"\n"
93
+"Esteu en un estat de 'HEAD separat'. Podeu mirar al voltant, fer canvis\n"
94
+"experimentals i cometre-los i podeu descartar qualsevulla comissió que feu\n"
95
+"en aquest estat sense impactar cap branca realitzant un altre agafament.\n"
96
+"\n"
97
+"Si voleu crear una branca nova per a conservar les comissions que creeu,\n"
98
+"poder fer així (ara o més tard) usant -b de nou amb l'ordre checkout.\n"
99
+"Exemple:\n"
100
+"\n"
101
+" git checkout -b <nom-de-branca-nova>\n"
102
103
#: archive.c:12
104
msgid "git archive [<options>] <tree-ish> [<path>...]"
@@ -63,7 +119,7 @@ msgstr ""
119
msgid "git archive --remote <repo> [--exec <cmd>] --list"
120
msgstr "git archive --remote <dipòsit> [--exec <ordre>] --list"
121
66
-#: archive.c:344 builtin/add.c:137 builtin/add.c:420 builtin/rm.c:327
122
+#: archive.c:344 builtin/add.c:139 builtin/add.c:435 builtin/rm.c:327
123
#, c-format
124
msgid "pathspec '%s' did not match any files"
125
msgstr "L'especificació de camí '%s' no ha coincidit amb cap fitxer"
@@ -76,7 +132,7 @@ msgstr "format"
132
msgid "archive format"
133
msgstr "format d'arxiu"
134
79
-#: archive.c:430 builtin/log.c:1232
135
+#: archive.c:430 builtin/log.c:1422
136
msgid "prefix"
137
msgstr "prefix"
138
@@ -84,10 +140,10 @@ msgstr "prefix"
140
msgid "prepend prefix to each pathname in the archive"
141
msgstr "anteposa el prefix a cada nom de camí en l'arxiu"
142
87
-#: archive.c:432 builtin/archive.c:88 builtin/blame.c:2547 builtin/blame.c:2548
88
-#: builtin/config.c:60 builtin/fast-export.c:987 builtin/fast-export.c:989
89
-#: builtin/grep.c:720 builtin/hash-object.c:100 builtin/ls-files.c:459
90
-#: builtin/ls-files.c:462 builtin/notes.c:398 builtin/notes.c:561
143
+#: archive.c:432 builtin/archive.c:88 builtin/blame.c:2553 builtin/blame.c:2554
144
+#: builtin/config.c:59 builtin/fast-export.c:987 builtin/fast-export.c:989
145
+#: builtin/grep.c:722 builtin/hash-object.c:100 builtin/ls-files.c:460
146
+#: builtin/ls-files.c:463 builtin/notes.c:399 builtin/notes.c:562
147
#: builtin/read-tree.c:109 parse-options.h:153
148
msgid "file"
149
msgstr "fitxer"
@@ -120,7 +176,8 @@ msgstr "comprimeix millor"
176
msgid "list supported archive formats"
177
msgstr "allista els formats d'arxiu admesos"
178
123
-#: archive.c:451 builtin/archive.c:90 builtin/clone.c:78
179
+#: archive.c:451 builtin/archive.c:90 builtin/clone.c:82
180
+#: builtin/submodule--helper.c:832
181
msgid "repo"
182
msgstr "dipòsit"
183
@@ -128,7 +185,7 @@ msgstr "dipòsit"
185
msgid "retrieve the archive from remote repository <repo>"
186
msgstr "recupera l'arxiu del dipòsit remot <dipòsit>"
187
131
-#: archive.c:453 builtin/archive.c:92 builtin/notes.c:482
188
+#: archive.c:453 builtin/archive.c:92 builtin/notes.c:483
189
msgid "command"
190
msgstr "ordre"
191
@@ -136,6 +193,28 @@ msgstr "ordre"
193
msgid "path to the remote git-upload-archive command"
194
msgstr "camí a l'ordre git-upload-archive remota"
195
196
+#: archive.c:461
197
+msgid "Unexpected option --remote"
198
+msgstr "Opció inesperada --remote"
199
+
200
+#: archive.c:463
201
+msgid "Option --exec can only be used together with --remote"
202
+msgstr "L'opció --exec només es pot usar junt amb --remote"
203
+
204
+#: archive.c:465
205
+msgid "Unexpected option --output"
206
+msgstr "Opció inesperada --output"
207
+
208
+#: archive.c:487
209
+#, c-format
210
+msgid "Unknown archive format '%s'"
211
+msgstr "Format d'arxiu desconegut '%s'"
212
+
213
+#: archive.c:494
214
+#, c-format
215
+msgid "Argument not supported for format '%s': -%d"
216
+msgstr "Paràmetre no admet per al format '%s': -%d"
217
+
218
#: attr.c:263
219
msgid ""
220
"Negative patterns are ignored in git attributes\n"
@@ -144,6 +223,130 @@ msgstr ""
223
"Els patrons negatius s'ignoren en els atributs de git\n"
224
"Useu '\\!' per exclamació capdavantera literal."
225
226
+#: bisect.c:441
227
+#, c-format
228
+msgid "Could not open file '%s'"
229
+msgstr "No s'ha pogut obrir el fitxer '%s'"
230
+
231
+#: bisect.c:446
232
+#, c-format
233
+msgid "Badly quoted content in file '%s': %s"
234
+msgstr "Comentari amb cometes dolentes en el fitxer '%s': %s"
235
+
236
+#: bisect.c:655
237
+#, c-format
238
+msgid "We cannot bisect more!\n"
239
+msgstr "No podem bisecar més!\n"
240
+
241
+#: bisect.c:708
242
+#, c-format
243
+msgid "Not a valid commit name %s"
244
+msgstr "No és un nom de comissió vàlid %s"
245
+
246
+#: bisect.c:732
247
+#, c-format
248
+msgid ""
249
+"The merge base %s is bad.\n"
250
+"This means the bug has been fixed between %s and [%s].\n"
251
+msgstr ""
252
+"La base de fusió %s és dolenta.\n"
253
+"Això vol dir que el defecte s'ha arreglat entre %s i [%s].\n"
254
+
255
+#: bisect.c:737
256
+#, c-format
257
+msgid ""
258
+"The merge base %s is new.\n"
259
+"The property has changed between %s and [%s].\n"
260
+msgstr ""
261
+"La base de fusió %s és nova.\n"
262
+"La propietat s'ha canviat entre %s i [%s].\n"
263
+
264
+#: bisect.c:742
265
+#, c-format
266
+msgid ""
267
+"The merge base %s is %s.\n"
268
+"This means the first '%s' commit is between %s and [%s].\n"
269
+msgstr ""
270
+"La base de fusió %s és %s.\n"
271
+"Això vol dir que la primera comissió '%s' és entre %s i [%s].\n"
272
+
273
+#: bisect.c:750
274
+#, c-format
275
+msgid ""
276
+"Some %s revs are not ancestor of the %s rev.\n"
277
+"git bisect cannot work properly in this case.\n"
278
+"Maybe you mistook %s and %s revs?\n"
279
+msgstr ""
280
+"Unes %s revisions no són els avantpassats de la revisió %s.\n"
281
+"git bisect no pot funcionar correctament en aquest cas.\n"
282
+"Potser heu confós les revisions %s i %s?\n"
283
+
284
+#: bisect.c:763
285
+#, c-format
286
+msgid ""
287
+"the merge base between %s and [%s] must be skipped.\n"
288
+"So we cannot be sure the first %s commit is between %s and %s.\n"
289
+"We continue anyway."
290
+msgstr ""
291
+"s'ha de saltar la base de fusió entre %s i [%s].\n"
292
+"Llavors, no podem estar segurs que la primera comissió %s sigui entre %s i "
293
+"%s.\n"
294
+"Continuem de totes maneres."
295
+
296
+#: bisect.c:798
297
+#, c-format
298
+msgid "Bisecting: a merge base must be tested\n"
299
+msgstr "Bisecant: s'ha de provar una base de fusió\n"
300
+
301
+#: bisect.c:849
302
+#, c-format
303
+msgid "a %s revision is needed"
304
+msgstr "es necessita una revisió %s"
305
+
306
+#: bisect.c:866 builtin/notes.c:174 builtin/tag.c:248
307
+#, c-format
308
+msgid "could not create file '%s'"
309
+msgstr "no s'ha pogut crear el fitxer '%s'"
310
+
311
+#: bisect.c:917
312
+#, c-format
313
+msgid "could not read file '%s'"
314
+msgstr "no s'ha pogut llegir el fitxer '%s'"
315
+
316
+#: bisect.c:947
317
+msgid "reading bisect refs failed"
318
+msgstr "la lectura de les referències de bisecció ha fallat"
319
+
320
+#: bisect.c:967
321
+#, c-format
322
+msgid "%s was both %s and %s\n"
323
+msgstr "%s era ambdós %s i %s\n"
324
+
325
+#: bisect.c:975
326
+#, c-format
327
+msgid ""
328
+"No testable commit found.\n"
329
+"Maybe you started with bad path parameters?\n"
330
+msgstr ""
331
+"No s'ha trobat cap comissió provable.\n"
332
+"Potser heu començat amb paràmetres de camí dolents?\n"
333
+
334
+#: bisect.c:994
335
+#, c-format
336
+msgid "(roughly %d step)"
337
+msgid_plural "(roughly %d steps)"
338
+msgstr[0] "(aproximadament %d pas)"
339
+msgstr[1] "(aproximadament %d passos)"
340
+
341
+#. TRANSLATORS: the last %s will be replaced with
342
+#. "(roughly %d steps)" translation
343
+#: bisect.c:998
344
+#, c-format
345
+msgid "Bisecting: %d revision left to test after this %s\n"
346
+msgid_plural "Bisecting: %d revisions left to test after this %s\n"
347
+msgstr[0] "Bisecant: manca %d revisió a provar després d'aquesta %s\n"
348
+msgstr[1] "Bisecant: manquen %d revisions a provar després d'aquesta %s\n"
349
+
350
#: branch.c:53
351
#, c-format
352
msgid ""
@@ -160,7 +363,7 @@ msgstr ""
363
#: branch.c:67
364
#, c-format
365
msgid "Not setting branch %s as its own upstream."
163
-msgstr "No establint la branca %s com a la seva pròpia font."
366
+msgstr "No s'està establint la branca %s com a la seva pròpia font."
367
368
#: branch.c:93
369
#, c-format
@@ -280,11 +483,16 @@ msgstr "Nom d'objecte ambigu: '%s'."
483
msgid "Not a valid branch point: '%s'."
484
msgstr "No és un punt de ramificació vàlid: '%s'."
485
283
-#: branch.c:344
486
+#: branch.c:345
487
#, c-format
488
msgid "'%s' is already checked out at '%s'"
489
msgstr "'%s' ja s'ha agafat a '%s'"
490
491
+#: branch.c:364
492
+#, c-format
493
+msgid "HEAD of working tree %s is not updated"
494
+msgstr "La HEAD de l'arbre de treball %s no està actualitzat"
495
+
496
#: bundle.c:34
497
#, c-format
498
msgid "'%s' does not look like a v2 bundle file"
@@ -295,7 +503,7 @@ msgstr "'%s' no sembla un fitxer de farcell v2"
503
msgid "unrecognized header: %s%s (%d)"
504
msgstr "capçalera no reconeguda: %s%s (%d)"
505
298
-#: bundle.c:87 builtin/commit.c:766
506
+#: bundle.c:87 builtin/commit.c:778
507
#, c-format
508
msgid "could not open '%s'"
509
msgstr "no s'ha pogut obrir '%s'"
@@ -304,10 +512,10 @@ msgstr "no s'ha pogut obrir '%s'"
512
msgid "Repository lacks these prerequisite commits:"
513
msgstr "Al dipòsit li manquen aquestes comissions prerequisits:"
514
307
-#: bundle.c:163 ref-filter.c:1462 sequencer.c:627 sequencer.c:1074
308
-#: builtin/blame.c:2754 builtin/commit.c:1045 builtin/log.c:334
309
-#: builtin/log.c:852 builtin/log.c:1467 builtin/log.c:1700 builtin/merge.c:358
310
-#: builtin/shortlog.c:170
515
+#: bundle.c:163 ref-filter.c:1462 sequencer.c:630 sequencer.c:1085
516
+#: builtin/blame.c:2763 builtin/commit.c:1057 builtin/log.c:348
517
+#: builtin/log.c:890 builtin/log.c:1336 builtin/log.c:1659 builtin/log.c:1901
518
+#: builtin/merge.c:356 builtin/shortlog.c:170
519
msgid "revision walk setup failed"
520
msgstr "la configuració del passeig per revisions ha fallat"
521
@@ -346,31 +554,31 @@ msgstr "El rev-list s'ha mort"
554
msgid "ref '%s' is excluded by the rev-list options"
555
msgstr "les opcions de la llista de revisions exclouen la referència '%s'"
556
349
-#: bundle.c:443 builtin/log.c:157 builtin/log.c:1372 builtin/shortlog.c:273
557
+#: bundle.c:443 builtin/log.c:165 builtin/log.c:1565 builtin/shortlog.c:273
558
#, c-format
559
msgid "unrecognized argument: %s"
560
msgstr "paràmetre no reconegut: %s"
561
354
-#: bundle.c:449
562
+#: bundle.c:451
563
msgid "Refusing to create empty bundle."
356
-msgstr "Refusant crear un farcell buit."
564
+msgstr "S'està refusant crear un farcell buit."
565
358
-#: bundle.c:459
566
+#: bundle.c:463
567
#, c-format
568
msgid "cannot create '%s'"
569
msgstr "no es pot crear '%s'"
570
363
-#: bundle.c:480
571
+#: bundle.c:491
572
msgid "index-pack died"
573
msgstr "L'index-pack s'ha mort"
574
367
-#: color.c:275
575
+#: color.c:290
576
#, c-format
577
msgid "invalid color value: %.*s"
578
msgstr "valor de color no vàlid: %.*s"
579
372
-#: commit.c:40 builtin/am.c:437 builtin/am.c:473 builtin/am.c:1505
373
-#: builtin/am.c:2135
580
+#: commit.c:40 builtin/am.c:433 builtin/am.c:469 builtin/am.c:1505
581
+#: builtin/am.c:2119
582
#, c-format
583
msgid "could not parse %s"
584
msgstr "no s'ha pogut analitzar %s"
@@ -384,125 +592,195 @@ msgstr "%s %s no és una comissió!"
592
msgid "memory exhausted"
593
msgstr "memòria esgotada"
594
387
-#: config.c:475 config.c:477
595
+#: config.c:516
596
+#, c-format
597
+msgid "bad config line %d in blob %s"
598
+msgstr "línia de configuració dolenta %d en el blob %s"
599
+
600
+#: config.c:520
601
+#, c-format
602
+msgid "bad config line %d in file %s"
603
+msgstr "línia de configuració dolenta %d en el fitxer %s"
604
+
605
+#: config.c:524
606
+#, c-format
607
+msgid "bad config line %d in standard input"
608
+msgstr "línia de configuració dolenta %d en l'entrada estàndard"
609
+
610
+#: config.c:528
611
+#, c-format
612
+msgid "bad config line %d in submodule-blob %s"
613
+msgstr "línia de configuració dolenta %d en el blob de submòdul %s"
614
+
615
+#: config.c:532
616
#, c-format
389
-msgid "bad config line %d in %s %s"
390
-msgstr "línia de fitxer de configuració dolenta %d en %s %s"
617
+msgid "bad config line %d in command line %s"
618
+msgstr "línia de configuració dolenta %d en la línia d'ordres %s"
619
392
-#: config.c:593
620
+#: config.c:536
621
#, c-format
394
-msgid "bad numeric config value '%s' for '%s' in %s %s: %s"
395
-msgstr "valor de configuració numèrica dolent '%s' per '%s' en %s %s: %s"
622
+msgid "bad config line %d in %s"
623
+msgstr "línia de configuració dolenta %d en %s"
624
+
625
+#: config.c:655
626
+msgid "out of range"
627
+msgstr "fora de rang"
628
397
-#: config.c:595
629
+#: config.c:655
630
+msgid "invalid unit"
631
+msgstr "unitat no vàlida"
632
+
633
+#: config.c:661
634
#, c-format
635
msgid "bad numeric config value '%s' for '%s': %s"
400
-msgstr "valor de configuració numèrica dolent '%s' per '%s': %s"
636
+msgstr "valor de configuració numèric dolent '%s' per '%s': %s"
637
+
638
+#: config.c:666
639
+#, c-format
640
+msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
641
+msgstr "valor de configuració numèric dolent '%s' per '%s' en el blob %s: %s"
642
+
643
+#: config.c:669
644
+#, c-format
645
+msgid "bad numeric config value '%s' for '%s' in file %s: %s"
646
+msgstr "valor de configuració numèric dolent '%s' per '%s' en el fitxer %s: %s"
647
+
648
+#: config.c:672
649
+#, c-format
650
+msgid "bad numeric config value '%s' for '%s' in standard input: %s"
651
+msgstr ""
652
+"valor de configuració numèric dolent '%s' per '%s' en l'entrada estàndard: %s"
653
+
654
+#: config.c:675
655
+#, c-format
656
+msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
657
+msgstr ""
658
+"valor de configuració numèric dolent '%s' per '%s' en el blob de submòdul "
659
+"%s: %s"
660
+
661
+#: config.c:678
662
+#, c-format
663
+msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
664
+msgstr ""
665
+"valor de configuració numèric dolent '%s' per '%s' en la línia d'ordres %s: "
666
+"%s"
667
+
668
+#: config.c:681
669
+#, c-format
670
+msgid "bad numeric config value '%s' for '%s' in %s: %s"
671
+msgstr "valor de configuració numèric dolent '%s' per '%s' en %s: %s"
672
402
-#: config.c:680
673
+#: config.c:768
674
#, c-format
675
msgid "failed to expand user dir in: '%s'"
676
msgstr "s'ha fallat en expandir el directori d'usuari en '%s'"
677
407
-#: config.c:758 config.c:769
678
+#: config.c:849 config.c:860
679
#, c-format
680
msgid "bad zlib compression level %d"
681
msgstr "nivell de compressió de zlib dolent %d"
682
412
-#: config.c:891
683
+#: config.c:978
684
#, c-format
685
msgid "invalid mode for object creation: %s"
686
msgstr "mode de creació d'objecte no vàlid: %s"
687
417
-#: config.c:1220
688
+#: config.c:1312
689
msgid "unable to parse command-line config"
690
msgstr "no s'ha pogut analitzar la configuració de la línia d'ordres"
691
421
-#: config.c:1281
422
-msgid "unknown error occured while reading the configuration files"
423
-msgstr "ha ocorregut un error desconegut en llegir els fitxers de configuració"
692
+#: config.c:1362
693
+msgid "unknown error occurred while reading the configuration files"
694
+msgstr "un error desconegut ha ocorregut en llegir els fitxers de configuració"
695
425
-#: config.c:1629
696
+#: config.c:1716
697
#, c-format
698
msgid "unable to parse '%s' from command-line config"
699
msgstr "no s'ha pogut analitzar '%s' de la configuració de la línia d'ordres"
700
430
-#: config.c:1631
701
+#: config.c:1718
702
#, c-format
703
msgid "bad config variable '%s' in file '%s' at line %d"
704
msgstr "variable de configuració dolenta '%s' en el fitxer '%s' a la línia %d"
705
435
-#: config.c:1690
706
+#: config.c:1777
707
#, c-format
708
msgid "%s has multiple values"
709
msgstr "%s té múltiples valors"
710
440
-#: config.c:2226
711
+#: config.c:2311
712
+#, c-format
713
+msgid "could not set '%s' to '%s'"
714
+msgstr "no s'ha pogut establir '%s' a '%s'"
715
+
716
+#: config.c:2313
717
#, c-format
442
-msgid "Could not set '%s' to '%s'"
443
-msgstr "No s'ha pogut establir '%s' com a '%s'"
718
+msgid "could not unset '%s'"
719
+msgstr "no s'ha pogut desestablir '%s'"
720
+
721
+#: connected.c:63 builtin/fsck.c:173 builtin/prune.c:140
722
+msgid "Checking connectivity"
723
+msgstr "S'està comprovant la connectivitat"
724
445
-#: connected.c:69
725
+#: connected.c:74
726
msgid "Could not run 'git rev-list'"
727
msgstr "No s'ha pogut executar 'git rev-list'"
728
449
-#: connected.c:89
450
-#, c-format
451
-msgid "failed write to rev-list: %s"
452
-msgstr "escriptura fallada al rev-list: %s"
729
+#: connected.c:94
730
+msgid "failed write to rev-list"
731
+msgstr "escriptura fallada a rev-list"
732
454
-#: connected.c:97
455
-#, c-format
456
-msgid "failed to close rev-list's stdin: %s"
457
-msgstr "s'ha fallat en tancar l'stdin del rev-list: %s"
733
+#: connected.c:101
734
+msgid "failed to close rev-list's stdin"
735
+msgstr "s'ha fallat en tancar l'stdin del rev-list"
736
459
-#: date.c:95
737
+#: date.c:97
738
msgid "in the future"
739
msgstr "en el futur"
740
463
-#: date.c:101
741
+#: date.c:103
742
#, c-format
743
msgid "%lu second ago"
744
msgid_plural "%lu seconds ago"
745
msgstr[0] "fa %lu segon"
746
msgstr[1] "fa %lu segons"
747
470
-#: date.c:108
748
+#: date.c:110
749
#, c-format
750
msgid "%lu minute ago"
751
msgid_plural "%lu minutes ago"
752
msgstr[0] "fa %lu minut"
753
msgstr[1] "fa %lu minuts"
754
477
-#: date.c:115
755
+#: date.c:117
756
#, c-format
757
msgid "%lu hour ago"
758
msgid_plural "%lu hours ago"
759
msgstr[0] "fa %lu hora"
760
msgstr[1] "fa %lu hores"
761
484
-#: date.c:122
762
+#: date.c:124
763
#, c-format
764
msgid "%lu day ago"
765
msgid_plural "%lu days ago"
766
msgstr[0] "fa %lu dia"
767
msgstr[1] "fa %lu dies"
768
491
-#: date.c:128
769
+#: date.c:130
770
#, c-format
771
msgid "%lu week ago"
772
msgid_plural "%lu weeks ago"
773
msgstr[0] "fa %lu setmana"
774
msgstr[1] "fa %lu setmanes"
775
498
-#: date.c:135
776
+#: date.c:137
777
#, c-format
778
msgid "%lu month ago"
779
msgid_plural "%lu months ago"
780
msgstr[0] "fa %lu mes"
781
msgstr[1] "fa %lu mesos"
782
505
-#: date.c:146
783
+#: date.c:148
784
#, c-format
785
msgid "%lu year"
786
msgid_plural "%lu years"
@@ -510,14 +788,14 @@ msgstr[0] "%lu any"
788
msgstr[1] "%lu anys"
789
790
#. TRANSLATORS: "%s" is "<n> years"
513
-#: date.c:149
791
+#: date.c:151
792
#, c-format
793
msgid "%s, %lu month ago"
794
msgid_plural "%s, %lu months ago"
795
msgstr[0] "fa %s i %lu mes"
796
msgstr[1] "fa %s i %lu mesos"
797
520
-#: date.c:154 date.c:159
798
+#: date.c:156 date.c:161
799
#, c-format
800
msgid "%lu year ago"
801
msgid_plural "%lu years ago"
@@ -529,45 +807,45 @@ msgstr[1] "fa %lu anys"
807
msgid "failed to read orderfile '%s'"
808
msgstr "s'ha fallat en llegir el fitxer d'ordres '%s'"
809
532
-#: diffcore-rename.c:536
810
+#: diffcore-rename.c:540
811
msgid "Performing inexact rename detection"
534
-msgstr "Realitzant detecció inexacta de canvis de nom"
812
+msgstr "S'està realitzant una detecció inexacta de canvis de nom"
813
536
-#: diff.c:115
814
+#: diff.c:116
815
#, c-format
816
msgid " Failed to parse dirstat cut-off percentage '%s'\n"
817
msgstr " S'ha fallat en analitzar el percentatge limitant de dirstat '%s'\n"
818
541
-#: diff.c:120
819
+#: diff.c:121
820
#, c-format
821
msgid " Unknown dirstat parameter '%s'\n"
822
msgstr " Paràmetre de dirstat desconegut '%s'\n"
823
546
-#: diff.c:215
824
+#: diff.c:225
825
#, c-format
826
msgid "Unknown value for 'diff.submodule' config variable: '%s'"
827
msgstr ""
828
"Valor desconegut de la variable de configuració de 'diff.submodule': '%s'"
829
552
-#: diff.c:267
830
+#: diff.c:277
831
#, c-format
832
msgid ""
833
"Found errors in 'diff.dirstat' config variable:\n"
834
"%s"
835
msgstr ""
558
-"Errors trobats en la variable de configuració 'diff.dirstat':\n"
836
+"S'han trobat errors en la variable de configuració 'diff.dirstat':\n"
837
"%s"
838
561
-#: diff.c:2997
839
+#: diff.c:3017
840
#, c-format
841
msgid "external diff died, stopping at %s"
564
-msgstr "El diff external s'ha mort, aturant a %s"
842
+msgstr "El diff external s'ha mort, s'està aturant a %s"
843
566
-#: diff.c:3393
844
+#: diff.c:3415
845
msgid "--follow requires exactly one pathspec"
846
msgstr "--follow requereix exactament una especificació de camí"
847
570
-#: diff.c:3556
848
+#: diff.c:3578
849
#, c-format
850
msgid ""
851
"Failed to parse --dirstat/-X option parameter:\n"
@@ -576,56 +854,47 @@ msgstr ""
854
"S'ha fallat en analitzar el paràmetre d'opció de --dirstat/-X:\n"
855
"%s"
856
579
-#: diff.c:3570
857
+#: diff.c:3592
858
#, c-format
859
msgid "Failed to parse --submodule option parameter: '%s'"
860
msgstr "S'ha fallat en analitzar el paràmetre d'opció de --submodule: %s"
861
584
-#: dir.c:2004
862
+#: dir.c:1823
863
msgid "failed to get kernel name and information"
864
msgstr "s'ha fallat en obtenir el nombre i la informació del nucli"
865
588
-#: dir.c:2123
866
+#: dir.c:1942
867
msgid "Untracked cache is disabled on this system or location."
868
msgstr ""
869
"La memòria cau no seguida està inhabilitada en aquest sistema o ubicació."
870
593
-#: gpg-interface.c:166 gpg-interface.c:237
594
-msgid "could not run gpg."
595
-msgstr "no s'ha pogut executar el gpg."
596
-
871
#: gpg-interface.c:178
598
-msgid "gpg did not accept the data"
599
-msgstr "El gpg no ha acceptat les dades"
600
-
601
-#: gpg-interface.c:189
872
msgid "gpg failed to sign the data"
603
-msgstr "gpg ha fallat en firmar les dades"
873
+msgstr "gpg ha fallat en signar les dades"
874
605
-#: gpg-interface.c:222
606
-#, c-format
607
-msgid "could not create temporary file '%s': %s"
608
-msgstr "no s'ha pogut crear el fitxer temporal '%s': %s"
875
+#: gpg-interface.c:208
876
+msgid "could not create temporary file"
877
+msgstr "no s'ha pogut crear el fitxer temporal"
878
610
-#: gpg-interface.c:225
879
+#: gpg-interface.c:210
880
#, c-format
612
-msgid "failed writing detached signature to '%s': %s"
613
-msgstr "s'ha fallat en escriure la firma separada a '%s': %s"
881
+msgid "failed writing detached signature to '%s'"
882
+msgstr "s'ha fallat en escriure la signatura separada a '%s'"
883
615
-#: grep.c:1718
884
+#: grep.c:1792
885
#, c-format
886
msgid "'%s': unable to read %s"
887
msgstr "'%s': no s'ha pogut llegir %s"
888
620
-#: grep.c:1735
889
+#: grep.c:1809 builtin/clone.c:382 builtin/diff.c:84 builtin/rm.c:155
890
#, c-format
622
-msgid "'%s': %s"
623
-msgstr "'%s': %s"
891
+msgid "failed to stat '%s'"
892
+msgstr "s'ha fallat en fer stat a '%s'"
893
625
-#: grep.c:1746
894
+#: grep.c:1820
895
#, c-format
627
-msgid "'%s': short read %s"
628
-msgstr "'%s': lectura curta %s"
896
+msgid "'%s': short read"
897
+msgstr "'%s': lectura curta"
898
899
#: help.c:205
900
#, c-format
@@ -659,8 +928,9 @@ msgid ""
928
"WARNING: You called a Git command named '%s', which does not exist.\n"
929
"Continuing under the assumption that you meant '%s'"
930
msgstr ""
662
-"AVÍS: Heu invocat una ordre de Git amb nom '%s', la qual no existeix.\n"
663
-"Continuant sota l'assumpció que volíeu dir '%s'"
931
+"ADVERTÈNCIA: Heu invocat una ordre de Git amb nom '%s', la qual no "
932
+"existeix.\n"
933
+"S'està continuant sota l'assumpció que volíeu dir '%s'"
934
935
#: help.c:393
936
#, c-format
@@ -672,7 +942,7 @@ msgstr "en %0.1f segons automàticament..."
942
msgid "git: '%s' is not a git command. See 'git --help'."
943
msgstr "git: '%s' no és una ordre de git. Vegeu 'git --help'."
944
675
-#: help.c:404 help.c:464
945
+#: help.c:404 help.c:470
946
msgid ""
947
"\n"
948
"Did you mean this?"
@@ -686,92 +956,112 @@ msgstr[1] ""
956
"\n"
957
"Volíeu dir un d'aquests?"
958
689
-#: help.c:460
959
+#: help.c:466
960
#, c-format
961
msgid "%s: %s - %s"
962
msgstr "%s: %s - %s"
963
964
+#: lockfile.c:152
965
+#, c-format
966
+msgid ""
967
+"Unable to create '%s.lock': %s.\n"
968
+"\n"
969
+"Another git process seems to be running in this repository, e.g.\n"
970
+"an editor opened by 'git commit'. Please make sure all processes\n"
971
+"are terminated then try again. If it still fails, a git process\n"
972
+"may have crashed in this repository earlier:\n"
973
+"remove the file manually to continue."
974
+msgstr ""
975
+"No s'ha pogut crear '%s.lock': %s.\n"
976
+"\n"
977
+"Sembla que un altre procés de git s'està executant en aquest\n"
978
+"dipòsit, per exemple, un editor obert per 'git commit'. Si us\n"
979
+"plau, assegureu-vos que tots els processos s'hagin terminat i\n"
980
+"llavors trobeu de nou. Si encara falla, potser que un procés de\n"
981
+"git ha tingut una pana:\n"
982
+"elimineu el fitxer manualment per a continuar."
983
+
984
+#: lockfile.c:160
985
+#, c-format
986
+msgid "Unable to create '%s.lock': %s"
987
+msgstr "No es pot crear '%s.lock': %s"
988
+
989
#: merge.c:41
990
msgid "failed to read the cache"
991
msgstr "s'ha fallat en llegir la memòria cau"
992
698
-#: merge.c:94 builtin/am.c:2008 builtin/am.c:2043 builtin/checkout.c:376
699
-#: builtin/checkout.c:587 builtin/clone.c:730
993
+#: merge.c:94 builtin/am.c:1992 builtin/am.c:2027 builtin/checkout.c:375
994
+#: builtin/checkout.c:589 builtin/clone.c:732
995
msgid "unable to write new index file"
996
msgstr "no s'ha pogut escriure un fitxer d'índex nou"
997
703
-#: merge-recursive.c:189
704
-#, c-format
998
+#: merge-recursive.c:209
999
msgid "(bad commit)\n"
1000
msgstr "(comissió dolenta)\n"
1001
708
-#: merge-recursive.c:209
1002
+#: merge-recursive.c:231
1003
#, c-format
1004
msgid "addinfo_cache failed for path '%s'"
1005
msgstr "addinfo_cache ha fallat per al camí '%s'"
1006
713
-#: merge-recursive.c:270
1007
+#: merge-recursive.c:301
1008
msgid "error building trees"
1009
msgstr "error en construir arbres"
1010
717
-#: merge-recursive.c:689
1011
+#: merge-recursive.c:720
1012
#, c-format
1013
msgid "failed to create path '%s'%s"
1014
msgstr "s'ha fallat en crear el camí '%s' %s"
1015
722
-#: merge-recursive.c:700
1016
+#: merge-recursive.c:731
1017
#, c-format
1018
msgid "Removing %s to make room for subdirectory\n"
725
-msgstr "Eliminant %s per a fer espai per al subdirectori\n"
1019
+msgstr "S'està eliminant %s per a fer espai per al subdirectori\n"
1020
727
-#: merge-recursive.c:714 merge-recursive.c:735
1021
+#: merge-recursive.c:745 merge-recursive.c:764
1022
msgid ": perhaps a D/F conflict?"
1023
msgstr ": potser un conflicte D/F?"
1024
731
-#: merge-recursive.c:725
1025
+#: merge-recursive.c:754
1026
#, c-format
1027
msgid "refusing to lose untracked file at '%s'"
734
-msgstr "refusant perdre el fitxer no seguit a '%s'"
1028
+msgstr "s'està refusant perdre el fitxer no seguit a '%s'"
1029
736
-#: merge-recursive.c:765
1030
+#: merge-recursive.c:796
1031
#, c-format
1032
msgid "cannot read object %s '%s'"
1033
msgstr "no es pot llegir l'objecte %s '%s'"
1034
741
-#: merge-recursive.c:767
1035
+#: merge-recursive.c:798
1036
#, c-format
1037
msgid "blob expected for %s '%s'"
1038
msgstr "blob esperat per a %s '%s'"
1039
746
-#: merge-recursive.c:790 builtin/clone.c:374
1040
+#: merge-recursive.c:822
1041
#, c-format
748
-msgid "failed to open '%s'"
749
-msgstr "s'ha fallat en obrir '%s'"
1042
+msgid "failed to open '%s': %s"
1043
+msgstr "s'ha fallat en obrir '%s': %s"
1044
751
-#: merge-recursive.c:798
1045
+#: merge-recursive.c:833
1046
#, c-format
753
-msgid "failed to symlink '%s'"
754
-msgstr "s'ha fallat en fer l'enllaç simbòlic '%s'"
1047
+msgid "failed to symlink '%s': %s"
1048
+msgstr "s'ha fallat en fer l'enllaç simbòlic '%s': %s"
1049
756
-#: merge-recursive.c:801
1050
+#: merge-recursive.c:838
1051
#, c-format
1052
msgid "do not know what to do with %06o %s '%s'"
1053
msgstr "no se sap què fer amb %06o %s '%s'"
1054
761
-#: merge-recursive.c:939
1055
+#: merge-recursive.c:978
1056
msgid "Failed to execute internal merge"
1057
msgstr "S'ha fallat en executar la fusió interna"
1058
765
-#: merge-recursive.c:943
1059
+#: merge-recursive.c:982
1060
#, c-format
1061
msgid "Unable to add %s to database"
1062
msgstr "no s'ha pogut afegir %s a la base de dades"
1063
770
-#: merge-recursive.c:959
771
-msgid "unsupported object type in the tree"
772
-msgstr "tipus d'objecte no compatible en l'arbre"
773
-
774
-#: merge-recursive.c:1034 merge-recursive.c:1048
1064
+#: merge-recursive.c:1081 merge-recursive.c:1095
1065
#, c-format
1066
msgid ""
1067
"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
@@ -780,7 +1070,7 @@ msgstr ""
1070
"CONFLICTE: (%s/supressió): %s suprimit en %s i %s en %s. La versió %s de %s "
1071
"s'ha deixat en l'arbre."
1072
783
-#: merge-recursive.c:1040 merge-recursive.c:1053
1073
+#: merge-recursive.c:1087 merge-recursive.c:1100
1074
#, c-format
1075
msgid ""
1076
"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
@@ -789,20 +1079,20 @@ msgstr ""
1079
"CONFLICTE: (%s/supressió): %s suprimit en %s i %s en %s. La versió %s de %s "
1080
"s'ha deixat en l'arbre a %s."
1081
792
-#: merge-recursive.c:1094
1082
+#: merge-recursive.c:1143
1083
msgid "rename"
1084
msgstr "canvia de nom"
1085
796
-#: merge-recursive.c:1094
1086
+#: merge-recursive.c:1143
1087
msgid "renamed"
1088
msgstr "canviat de nom"
1089
800
-#: merge-recursive.c:1150
1090
+#: merge-recursive.c:1200
1091
#, c-format
1092
msgid "%s is a directory in %s adding as %s instead"
803
-msgstr "%s és un directori en %s; afegint com a %s en lloc"
1093
+msgstr "%s és un directori en %s; s'està afegint com a %s en lloc d'això"
1094
805
-#: merge-recursive.c:1172
1095
+#: merge-recursive.c:1225
1096
#, c-format
1097
msgid ""
1098
"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
@@ -811,147 +1101,139 @@ msgstr ""
1101
"CONFLICTE (canvi de nom/canvi de nom): Canvi de nom \"%s\"->\"%s\" en la "
1102
"branca \"%s\" canvi de nom \"%s\"->\"%s\" en \"%s\"%s"
1103
814
-#: merge-recursive.c:1177
1104
+#: merge-recursive.c:1230
1105
msgid " (left unresolved)"
1106
msgstr " (deixat sense resolució)"
1107
818
-#: merge-recursive.c:1231
1108
+#: merge-recursive.c:1292
1109
#, c-format
1110
msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
1111
msgstr ""
1112
"CONFLICTE (canvi de nom/canvi de nom): Canvi de nom %s->%s en %s. Canvi de "
1113
"nom %s->%s en %s"
1114
825
-#: merge-recursive.c:1261
1115
+#: merge-recursive.c:1325
1116
#, c-format
1117
msgid "Renaming %s to %s and %s to %s instead"
828
-msgstr "Canviant el nom de %s a %s i %s a %s en lloc d'això"
1118
+msgstr "S'està canviant el nom de %s a %s i %s a %s en lloc d'això"
1119
830
-#: merge-recursive.c:1460
1120
+#: merge-recursive.c:1531
1121
#, c-format
1122
msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
1123
msgstr ""
1124
"CONFLICTE (canvi de nom/afegiment): Canvi de nom %s->%s en %s. %s afegit en "
1125
"%s"
1126
837
-#: merge-recursive.c:1470
1127
+#: merge-recursive.c:1546
1128
#, c-format
1129
msgid "Adding merged %s"
840
-msgstr "Afegint %s fusionat"
1130
+msgstr "S'està afegint %s fusionat"
1131
842
-#: merge-recursive.c:1475 merge-recursive.c:1677
1132
+#: merge-recursive.c:1553 merge-recursive.c:1766
1133
#, c-format
1134
msgid "Adding as %s instead"
845
-msgstr "Afegint com a %s en lloc d'això"
1135
+msgstr "S'està afegint com a %s en lloc d'això"
1136
847
-#: merge-recursive.c:1526
1137
+#: merge-recursive.c:1610
1138
#, c-format
1139
msgid "cannot read object %s"
1140
msgstr "no es pot llegir l'objecte %s"
1141
852
-#: merge-recursive.c:1529
1142
+#: merge-recursive.c:1613
1143
#, c-format
1144
msgid "object %s is not a blob"
1145
msgstr "L'objecte %s no és un blob"
1146
857
-#: merge-recursive.c:1581
1147
+#: merge-recursive.c:1666
1148
msgid "modify"
1149
msgstr "modifica"
1150
861
-#: merge-recursive.c:1581
1151
+#: merge-recursive.c:1666
1152
msgid "modified"
1153
msgstr "modificat"
1154
865
-#: merge-recursive.c:1591
1155
+#: merge-recursive.c:1676
1156
msgid "content"
1157
msgstr "contingut"
1158
869
-#: merge-recursive.c:1598
1159
+#: merge-recursive.c:1683
1160
msgid "add/add"
1161
msgstr "afegiment/afegiment"
1162
873
-#: merge-recursive.c:1632
1163
+#: merge-recursive.c:1718
1164
#, c-format
1165
msgid "Skipped %s (merged same as existing)"
876
-msgstr "%s saltat (el fusionat és igual a l'existent)"
1166
+msgstr "S'ha saltat %s (el fusionat és igual a l'existent)"
1167
878
-#: merge-recursive.c:1646
1168
+#: merge-recursive.c:1732
1169
#, c-format
1170
msgid "Auto-merging %s"
881
-msgstr "Autofusionant %s"
1171
+msgstr "S'està autofusionant %s"
1172
883
-#: merge-recursive.c:1650 git-submodule.sh:1048
1173
+#: merge-recursive.c:1736 git-submodule.sh:919
1174
msgid "submodule"
1175
msgstr "submòdul"
1176
887
-#: merge-recursive.c:1651
1177
+#: merge-recursive.c:1737
1178
#, c-format
1179
msgid "CONFLICT (%s): Merge conflict in %s"
1180
msgstr "CONFLICTE (%s): Conflicte de fusió en %s"
1181
892
-#: merge-recursive.c:1737
1182
+#: merge-recursive.c:1831
1183
#, c-format
1184
msgid "Removing %s"
895
-msgstr "Eliminant %s"
1185
+msgstr "S'està eliminant %s"
1186
897
-#: merge-recursive.c:1762
1187
+#: merge-recursive.c:1857
1188
msgid "file/directory"
1189
msgstr "fitxer/directori"
1190
901
-#: merge-recursive.c:1768
1191
+#: merge-recursive.c:1863
1192
msgid "directory/file"
1193
msgstr "directori/fitxer"
1194
905
-#: merge-recursive.c:1773
1195
+#: merge-recursive.c:1868
1196
#, c-format
1197
msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
1198
msgstr ""
909
-"CONFLICTE (%s): Hi ha un directori amb nom %s en %s. Afegint %s com a %s"
1199
+"CONFLICTE (%s): Hi ha un directori amb nom %s en %s. S'està afegint %s com a "
1200
+"%s"
1201
911
-#: merge-recursive.c:1783
1202
+#: merge-recursive.c:1877
1203
#, c-format
1204
msgid "Adding %s"
914
-msgstr "Afegint %s"
915
-
916
-#: merge-recursive.c:1800
917
-msgid "Fatal merge failure, shouldn't happen."
918
-msgstr "Fallat de fusió fatal; això no ha de passar."
1205
+msgstr "S'està afegint %s"
1206
920
-#: merge-recursive.c:1819
1207
+#: merge-recursive.c:1914
1208
msgid "Already up-to-date!"
922
-msgstr "Ja al dia!"
1209
+msgstr "Ja està al dia!"
1210
924
-#: merge-recursive.c:1828
1211
+#: merge-recursive.c:1923
1212
#, c-format
1213
msgid "merging of trees %s and %s failed"
1214
msgstr "la fusió dels arbres %s i %s ha fallat"
1215
929
-#: merge-recursive.c:1858
930
-#, c-format
931
-msgid "Unprocessed path??? %s"
932
-msgstr "Camí no processat??? %s"
933
-
934
-#: merge-recursive.c:1906
1216
+#: merge-recursive.c:2006
1217
msgid "Merging:"
1218
msgstr "Fusionant:"
1219
938
-#: merge-recursive.c:1919
1220
+#: merge-recursive.c:2019
1221
#, c-format
1222
msgid "found %u common ancestor:"
1223
msgid_plural "found %u common ancestors:"
1224
msgstr[0] "s'ha trobat %u avantpassat:"
1225
msgstr[1] "s'han trobat %u avantpassats:"
1226
945
-#: merge-recursive.c:1956
1227
+#: merge-recursive.c:2058
1228
msgid "merge returned no commit"
1229
msgstr "la fusió no ha retornat cap comissió"
1230
949
-#: merge-recursive.c:2013
1231
+#: merge-recursive.c:2121
1232
#, c-format
1233
msgid "Could not parse object '%s'"
1234
msgstr "No s'ha pogut analitzar l'objecte '%s'"
1235
954
-#: merge-recursive.c:2024 builtin/merge.c:646
1236
+#: merge-recursive.c:2135 builtin/merge.c:641 builtin/merge.c:788
1237
msgid "Unable to write index."
1238
msgstr "No s'ha pogut escriure l'índex."
1239
@@ -967,7 +1249,7 @@ msgstr "Valor de notes.rewriteMode dolent: '%s'"
1249
#: notes-utils.c:110
1250
#, c-format
1251
msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
970
-msgstr "Refusant reescriure les notes en %s (fora de refs/notes/)"
1252
+msgstr "S'està refusant reescriure les notes en %s (fora de refs/notes/)"
1253
1254
#. TRANSLATORS: The first %s is the name of the
1255
#. environment variable, the second %s is its value
@@ -981,28 +1263,28 @@ msgstr "Valor dolent de %s: '%s'"
1263
msgid "unable to parse object: %s"
1264
msgstr "no s'ha pogut analitzar l'objecte: %s"
1265
984
-#: parse-options.c:570
1266
+#: parse-options.c:572
1267
msgid "..."
1268
msgstr "..."
1269
988
-#: parse-options.c:588
1270
+#: parse-options.c:590
1271
#, c-format
1272
msgid "usage: %s"
1273
msgstr "ús: %s"
1274
1275
#. TRANSLATORS: the colon here should align with the
1276
#. one in "usage: %s" translation
995
-#: parse-options.c:592
1277
+#: parse-options.c:594
1278
#, c-format
1279
msgid " or: %s"
1280
msgstr " o: %s"
1281
1000
-#: parse-options.c:595
1282
+#: parse-options.c:597
1283
#, c-format
1284
msgid " %s"
1285
msgstr " %s"
1286
1005
-#: parse-options.c:629
1287
+#: parse-options.c:631
1288
msgid "-NUM"
1289
msgstr "-NUM"
1290
@@ -1011,7 +1293,7 @@ msgstr "-NUM"
1293
msgid "malformed object name '%s'"
1294
msgstr "nom de camp mal format '%s'"
1295
1014
-#: path.c:752
1296
+#: path.c:798
1297
#, c-format
1298
msgid "Could not make %s writable by group"
1299
msgstr "No s'ha pogut fer %s escrivible pel grup"
@@ -1083,7 +1365,7 @@ msgstr ""
1365
"No hi ha res a excloure per patrons :(exclusió).\n"
1366
"Potser heu oblidat afegir o ':/' o '.' ?"
1367
1086
-#: pretty.c:969
1368
+#: pretty.c:973
1369
msgid "unable to parse --pretty format"
1370
msgstr "no s'ha pogut analitzar el format --pretty"
1371
@@ -1098,7 +1380,7 @@ msgid ""
1380
"Using version %i"
1381
msgstr ""
1382
"index.version establert, però el valor no és vàlid.\n"
1101
-"Usant la versió %i"
1383
+"S'està usant la versió %i"
1384
1385
#: read-cache.c:1291
1386
#, c-format
@@ -1107,25 +1389,24 @@ msgid ""
1389
"Using version %i"
1390
msgstr ""
1391
"GIT_INDEX_VERSION establert, però el valor no és vàlid.\n"
1110
-"Usant la versió %i"
1392
+"S'està usant la versió %i"
1393
1112
-#: refs.c:543 builtin/merge.c:761 builtin/merge.c:872 builtin/merge.c:974
1113
-#: builtin/merge.c:984
1394
+#: refs.c:551 builtin/merge.c:840
1395
#, c-format
1396
msgid "Could not open '%s' for writing"
1397
msgstr "No s'ha pogut obrir '%s' per a escriptura"
1398
1118
-#: refs/files-backend.c:2374
1399
+#: refs/files-backend.c:2534
1400
#, c-format
1401
msgid "could not delete reference %s: %s"
1402
msgstr "no s'ha pogut suprimir la referència %s: %s"
1403
1123
-#: refs/files-backend.c:2377
1404
+#: refs/files-backend.c:2537
1405
#, c-format
1406
msgid "could not delete references: %s"
1407
msgstr "no s'ha pogut suprimir les referències: %s"
1408
1128
-#: refs/files-backend.c:2386
1409
+#: refs/files-backend.c:2546
1410
#, c-format
1411
msgid "could not remove reference %s"
1412
msgstr "no s'ha pogut eliminar la referència %s"
@@ -1247,12 +1528,12 @@ msgstr "objecte mal format a '%s'"
1528
#: ref-filter.c:1373
1529
#, c-format
1530
msgid "ignoring ref with broken name %s"
1250
-msgstr "ignorant la referència amb nom trencat %s"
1531
+msgstr "s'està ignorant la referència amb nom trencat %s"
1532
1533
#: ref-filter.c:1378
1534
#, c-format
1535
msgid "ignoring broken ref %s"
1255
-msgstr "ignorant la referència trencada %s"
1536
+msgstr "s'està ignorant la referència trencada %s"
1537
1538
#: ref-filter.c:1651
1539
#, c-format
@@ -1264,22 +1545,22 @@ msgstr "format: manca l'àtom %%(end)"
1545
msgid "malformed object name %s"
1546
msgstr "nom d'objecte %s mal format"
1547
1267
-#: remote.c:745
1548
+#: remote.c:746
1549
#, c-format
1550
msgid "Cannot fetch both %s and %s to %s"
1551
msgstr "No es pot obtenir ambdós %s i %s a %s"
1552
1272
-#: remote.c:749
1553
+#: remote.c:750
1554
#, c-format
1555
msgid "%s usually tracks %s, not %s"
1556
msgstr "%s generalment segueix %s, no %s"
1557
1277
-#: remote.c:753
1558
+#: remote.c:754
1559
#, c-format
1560
msgid "%s tracks both %s and %s"
1561
msgstr "%s segueix ambdós %s i %s"
1562
1282
-#: remote.c:761
1563
+#: remote.c:762
1564
msgid "Internal error"
1565
msgstr "Error intern"
1566
@@ -1386,16 +1667,16 @@ msgstr[1] ""
1667
msgid " (use \"git pull\" to merge the remote branch into yours)\n"
1668
msgstr " (useu \"git pull\" per a fusionar la branca remota a la vostra)\n"
1669
1389
-#: revision.c:2131
1670
+#: revision.c:2132
1671
msgid "your current branch appears to be broken"
1672
msgstr "la vostra branca actual sembla trencada"
1673
1393
-#: revision.c:2134
1674
+#: revision.c:2135
1675
#, c-format
1676
msgid "your current branch '%s' does not have any commits yet"
1677
msgstr "la vostra branca actual '%s' encara no té cap comissió"
1678
1398
-#: revision.c:2328
1679
+#: revision.c:2329
1680
msgid "--first-parent is incompatible with --bisect"
1681
msgstr "--first-parent és incompatible amb --bisect"
1682
@@ -1408,26 +1689,30 @@ msgstr "s'ha fallat en obrir /dev/null"
1689
msgid "dup2(%d,%d) failed"
1690
msgstr "dup2(%d,%d) ha fallat"
1691
1411
-#: send-pack.c:295
1692
+#: send-pack.c:298
1693
msgid "failed to sign the push certificate"
1413
-msgstr "s'ha fallat en firmar el certificat de pujada"
1694
+msgstr "s'ha fallat en signar el certificat de pujada"
1695
1415
-#: send-pack.c:404
1696
+#: send-pack.c:411
1697
msgid "the receiving end does not support --signed push"
1698
msgstr "el destí receptor no admet pujar --signed"
1699
1419
-#: send-pack.c:406
1700
+#: send-pack.c:413
1701
msgid ""
1702
"not sending a push certificate since the receiving end does not support --"
1703
"signed push"
1704
msgstr ""
1424
-"no enviant una certificació de pujada perquè el destí receptor no admet "
1425
-"pujar --signed"
1705
+"no s'està enviant una certificació de pujada perquè el destí receptor no "
1706
+"admet pujar --signed"
1707
1427
-#: send-pack.c:418
1708
+#: send-pack.c:425
1709
msgid "the receiving end does not support --atomic push"
1710
msgstr "el destí receptor no admet pujar --atomic"
1711
1712
+#: send-pack.c:430
1713
+msgid "the receiving end does not support push options"
1714
+msgstr "el destí receptor no admet opcions de pujada"
1715
+
1716
#: sequencer.c:174
1717
msgid ""
1718
"after resolving the conflicts, mark the corrected paths\n"
@@ -1446,15 +1731,15 @@ msgstr ""
1731
"corregits amb 'git add <camins>' o 'git rm <camins>'\n"
1732
"i cometeu el resultat amb 'git commit'"
1733
1449
-#: sequencer.c:190 sequencer.c:833 sequencer.c:913
1734
+#: sequencer.c:190 sequencer.c:841 sequencer.c:924
1735
#, c-format
1736
msgid "Could not write to %s"
1737
msgstr "No s'ha pogut escriure a %s"
1738
1454
-#: sequencer.c:193
1739
+#: sequencer.c:193 sequencer.c:843 sequencer.c:928
1740
#, c-format
1456
-msgid "Error wrapping up %s"
1457
-msgstr "Error en finalitzar %s"
1741
+msgid "Error wrapping up %s."
1742
+msgstr "Ha hagut un error en finalitzar %s."
1743
1744
#: sequencer.c:208
1745
msgid "Your local changes would be overwritten by cherry-pick."
@@ -1468,45 +1753,50 @@ msgstr "Els vostres canvis locals se sobreescriurien per la reversió."
1753
msgid "Commit your changes or stash them to proceed."
1754
msgstr "Cometeu els vostres canvis o emmagatzemeu-los per a procedir."
1755
1756
+#: sequencer.c:228
1757
+#, c-format
1758
+msgid "%s: fast-forward"
1759
+msgstr "%s: avanç ràpid"
1760
+
1761
#. TRANSLATORS: %s will be "revert" or "cherry-pick"
1472
-#: sequencer.c:300
1762
+#: sequencer.c:303
1763
#, c-format
1764
msgid "%s: Unable to write new index file"
1765
msgstr "%s: No s'ha pogut escriure un fitxer d'índex nou"
1766
1477
-#: sequencer.c:318
1767
+#: sequencer.c:321
1768
msgid "Could not resolve HEAD commit\n"
1769
msgstr "No s'ha pogut resoldre la comissió HEAD\n"
1770
1481
-#: sequencer.c:338
1771
+#: sequencer.c:341
1772
msgid "Unable to update cache tree\n"
1773
msgstr "No s'ha pogut actualitzar l'arbre cau\n"
1774
1485
-#: sequencer.c:390
1775
+#: sequencer.c:393
1776
#, c-format
1777
msgid "Could not parse commit %s\n"
1778
msgstr "No s'ha pogut analitzar la comissió %s\n"
1779
1490
-#: sequencer.c:395
1780
+#: sequencer.c:398
1781
#, c-format
1782
msgid "Could not parse parent commit %s\n"
1783
msgstr "No s'ha pogut analitzar la comissió mare %s\n"
1784
1495
-#: sequencer.c:460
1785
+#: sequencer.c:463
1786
msgid "Your index file is unmerged."
1787
msgstr "El vostre fitxer d'índex està sense fusionar."
1788
1499
-#: sequencer.c:479
1789
+#: sequencer.c:482
1790
#, c-format
1791
msgid "Commit %s is a merge but no -m option was given."
1792
msgstr "La comissió %s és una fusió però no s'ha donat cap opció -m."
1793
1504
-#: sequencer.c:487
1794
+#: sequencer.c:490
1795
#, c-format
1796
msgid "Commit %s does not have parent %d"
1797
msgstr "La comissió %s no té mare %d"
1798
1509
-#: sequencer.c:491
1799
+#: sequencer.c:494
1800
#, c-format
1801
msgid "Mainline was specified but commit %s is not a merge."
1802
msgstr ""
@@ -1514,172 +1804,253 @@ msgstr ""
1804
1805
#. TRANSLATORS: The first %s will be "revert" or
1806
#. "cherry-pick", the second %s a SHA1
1517
-#: sequencer.c:504
1807
+#: sequencer.c:507
1808
#, c-format
1809
msgid "%s: cannot parse parent commit %s"
1810
msgstr "%s: no es pot analitzar la comissió mare %s"
1811
1522
-#: sequencer.c:508
1812
+#: sequencer.c:511
1813
#, c-format
1814
msgid "Cannot get commit message for %s"
1815
msgstr "No es pot obtenir el missatge de comissió de %s"
1816
1527
-#: sequencer.c:594
1817
+#: sequencer.c:597
1818
#, c-format
1819
msgid "could not revert %s... %s"
1820
msgstr "no s'ha pogut revertir %s...%s"
1821
1532
-#: sequencer.c:595
1822
+#: sequencer.c:598
1823
#, c-format
1824
msgid "could not apply %s... %s"
1825
msgstr "no s'ha pogut aplicar %s...%s"
1826
1537
-#: sequencer.c:630
1827
+#: sequencer.c:633
1828
msgid "empty commit set passed"
1829
msgstr "conjunt de comissions buit passat"
1830
1541
-#: sequencer.c:638
1831
+#: sequencer.c:641
1832
#, c-format
1833
msgid "git %s: failed to read the index"
1834
msgstr "git %s: s'ha fallat en llegir l'índex"
1835
1546
-#: sequencer.c:642
1836
+#: sequencer.c:645
1837
#, c-format
1838
msgid "git %s: failed to refresh the index"
1839
msgstr "git %s: s'ha fallat en actualitzar l'índex"
1840
1551
-#: sequencer.c:702
1552
-#, c-format
1553
-msgid "Cannot %s during a %s"
1554
-msgstr "No es pot %s durant un %s"
1841
+#: sequencer.c:705
1842
+msgid "Cannot revert during another revert."
1843
+msgstr "No es pot revertir durant una altra reversió."
1844
+
1845
+#: sequencer.c:706
1846
+msgid "Cannot revert during a cherry-pick."
1847
+msgstr "No es pot revertir durant un recull de cireres."
1848
+
1849
+#: sequencer.c:709
1850
+msgid "Cannot cherry-pick during a revert."
1851
+msgstr "No es pot recollir cireres durant una reversió."
1852
+
1853
+#: sequencer.c:710
1854
+msgid "Cannot cherry-pick during another cherry-pick."
1855
+msgstr "No es pot recollir cireres durant altre recull de cireres."
1856
1556
-#: sequencer.c:724
1857
+#: sequencer.c:732
1858
#, c-format
1859
msgid "Could not parse line %d."
1860
msgstr "No s'ha pogut analitzar la línia %d."
1861
1561
-#: sequencer.c:729
1862
+#: sequencer.c:737
1863
msgid "No commits parsed."
1563
-msgstr "Cap comissió analitzada."
1864
+msgstr "No s'ha analitzat cap comissió."
1865
1565
-#: sequencer.c:741
1866
+#: sequencer.c:749
1867
#, c-format
1868
msgid "Could not open %s"
1869
msgstr "No s'ha pogut obrir %s"
1870
1570
-#: sequencer.c:745
1871
+#: sequencer.c:753
1872
#, c-format
1873
msgid "Could not read %s."
1874
msgstr "No s'ha pogut llegir %s."
1875
1575
-#: sequencer.c:752
1876
+#: sequencer.c:760
1877
#, c-format
1878
msgid "Unusable instruction sheet: %s"
1879
msgstr "Full d'instruccions inusable: %s"
1880
1580
-#: sequencer.c:782
1881
+#: sequencer.c:790
1882
#, c-format
1883
msgid "Invalid key: %s"
1884
msgstr "Clau no vàlida: %s"
1885
1585
-#: sequencer.c:785 builtin/pull.c:50 builtin/pull.c:52
1886
+#: sequencer.c:793 builtin/pull.c:50 builtin/pull.c:52
1887
#, c-format
1888
msgid "Invalid value for %s: %s"
1889
msgstr "Valor no vàlid per a %s: %s"
1890
1590
-#: sequencer.c:795
1891
+#: sequencer.c:803
1892
#, c-format
1893
msgid "Malformed options sheet: %s"
1894
msgstr "Full d'opcions mal format: %s"
1895
1595
-#: sequencer.c:814
1896
+#: sequencer.c:822
1897
msgid "a cherry-pick or revert is already in progress"
1898
msgstr "un recull de cireres o una reversió ja està en curs"
1899
1599
-#: sequencer.c:815
1900
+#: sequencer.c:823
1901
msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
1902
msgstr "intenteu \"git cherry-pick (--continue | --quit | --abort)\""
1903
1603
-#: sequencer.c:819
1904
+#: sequencer.c:827
1905
#, c-format
1906
msgid "Could not create sequencer directory %s"
1907
msgstr "No s'ha pogut crear el directori de seqüenciador %s"
1908
1608
-#: sequencer.c:835 sequencer.c:917
1609
-#, c-format
1610
-msgid "Error wrapping up %s."
1611
-msgstr "Error en finalitzar %s."
1612
-
1613
-#: sequencer.c:854 sequencer.c:987
1909
+#: sequencer.c:862 sequencer.c:998
1910
msgid "no cherry-pick or revert in progress"
1911
msgstr "ni hi ha cap recull de cireres ni cap reversió en curs"
1912
1617
-#: sequencer.c:856
1913
+#: sequencer.c:864
1914
msgid "cannot resolve HEAD"
1915
msgstr "no es pot resoldre HEAD"
1916
1621
-#: sequencer.c:858
1917
+#: sequencer.c:866 sequencer.c:900
1918
msgid "cannot abort from a branch yet to be born"
1919
msgstr "no es pot avortar des d'una branca que encara ha de nàixer"
1920
1625
-#: sequencer.c:878 builtin/apply.c:4287
1921
+#: sequencer.c:886 builtin/fetch.c:724 builtin/fetch.c:970
1922
#, c-format
1627
-msgid "cannot open %s: %s"
1628
-msgstr "no es pot obrir %s: %s"
1923
+msgid "cannot open %s"
1924
+msgstr "no es pot obrir %s"
1925
1630
-#: sequencer.c:881
1926
+#: sequencer.c:888
1927
#, c-format
1928
msgid "cannot read %s: %s"
1929
msgstr "no es pot llegir %s: %s"
1930
1635
-#: sequencer.c:882
1931
+#: sequencer.c:889
1932
msgid "unexpected end of file"
1933
msgstr "final de fitxer inesperat"
1934
1639
-#: sequencer.c:888
1935
+#: sequencer.c:895
1936
#, c-format
1937
msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
1938
msgstr "el fitxer HEAD emmagatzemat abans del recull de cireres '%s' és malmès"
1939
1644
-#: sequencer.c:910
1940
+#: sequencer.c:921
1941
#, c-format
1942
msgid "Could not format %s."
1943
msgstr "No s'ha pogut formatar %s."
1944
1649
-#: sequencer.c:1055
1945
+#: sequencer.c:1066
1946
#, c-format
1947
msgid "%s: can't cherry-pick a %s"
1948
msgstr "%s: no es pot recollir com a cirera un %s"
1949
1654
-#: sequencer.c:1058
1950
+#: sequencer.c:1069
1951
#, c-format
1952
msgid "%s: bad revision"
1953
msgstr "%s: revisió dolenta"
1954
1659
-#: sequencer.c:1092
1955
+#: sequencer.c:1102
1956
msgid "Can't revert as initial commit"
1957
msgstr "No es pot revertir com a comissió inicial"
1958
1663
-#: sequencer.c:1093
1664
-msgid "Can't cherry-pick into empty head"
1665
-msgstr "No es pot recollir cireres en un cap buit"
1959
+#: setup.c:160
1960
+#, c-format
1961
+msgid ""
1962
+"%s: no such path in the working tree.\n"
1963
+"Use 'git <command> -- <path>...' to specify paths that do not exist locally."
1964
+msgstr ""
1965
+"%s: no hi ha tal camí en l'arbre de treball.\n"
1966
+"Useu 'git <ordre> -- <camí>...' per a especificar camins que no existeixin "
1967
+"localment."
1968
+
1969
+#: setup.c:173
1970
+#, c-format
1971
+msgid ""
1972
+"ambiguous argument '%s': unknown revision or path not in the working tree.\n"
1973
+"Use '--' to separate paths from revisions, like this:\n"
1974
+"'git <command> [<revision>...] -- [<file>...]'"
1975
+msgstr ""
1976
+"paràmetre ambigu '%s': revisió no coneguda o camí no en l'arbre de treball.\n"
1977
+"Useu '--' per a separar els camins de les revisions, com això:\n"
1978
+"'git <ordre> [<revisió>...] -- [<fitxer>...]'"
1979
+
1980
+#: setup.c:223
1981
+#, c-format
1982
+msgid ""
1983
+"ambiguous argument '%s': both revision and filename\n"
1984
+"Use '--' to separate paths from revisions, like this:\n"
1985
+"'git <command> [<revision>...] -- [<file>...]'"
1986
+msgstr ""
1987
+"paràmetre ambigu '%s': ambdós una revisió i un nom de fitxer\n"
1988
+"Useu '--' per a separar els camins de les revisions, com això:\n"
1989
+"'git <ordre> [<revisió>...] -- [<fitxer>...]'"
1990
1667
-#: setup.c:246
1991
+#: setup.c:248 builtin/apply.c:3362 builtin/apply.c:3373 builtin/apply.c:3419
1992
#, c-format
1993
msgid "failed to read %s"
1994
msgstr "s'ha fallat en llegir %s"
1995
1672
-#: sha1_file.c:1080
1996
+#: setup.c:468
1997
+#, c-format
1998
+msgid "Expected git repo version <= %d, found %d"
1999
+msgstr "S'esperava una versió de dipòsit de git <= %d, s'ha trobat %d"
2000
+
2001
+#: setup.c:476
2002
+msgid "unknown repository extensions found:"
2003
+msgstr "s'han trobat extensions de dipòsit desconegudes:"
2004
+
2005
+#: setup.c:762
2006
+#, c-format
2007
+msgid "Not a git repository (or any of the parent directories): %s"
2008
+msgstr "No un dipòsit de git (ni cap dels directoris pares): %s"
2009
+
2010
+#: setup.c:764 setup.c:915 builtin/index-pack.c:1641
2011
+msgid "Cannot come back to cwd"
2012
+msgstr "No es pot tornar al directori de treball actual"
2013
+
2014
+#: setup.c:845
2015
+msgid "Unable to read current working directory"
2016
+msgstr "No s'ha pogut llegir el directori de treball actual"
2017
+
2018
+#: setup.c:920
2019
+#, c-format
2020
+msgid ""
2021
+"Not a git repository (or any parent up to mount point %s)\n"
2022
+"Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
2023
+msgstr ""
2024
+"No un dipòsit de git (ni cap pare fins el punt de muntatge %s)\n"
2025
+"S'atura a la frontera de sistema de fitxers (GIT_DISCOVERY_ACROSS_FILESYSTEM "
2026
+"no està establert)."
2027
+
2028
+#: setup.c:927
2029
+#, c-format
2030
+msgid "Cannot change to '%s/..'"
2031
+msgstr "No es pot canviar a '%s/..'"
2032
+
2033
+#: setup.c:989
2034
+#, c-format
2035
+msgid ""
2036
+"Problem with core.sharedRepository filemode value (0%.3o).\n"
2037
+"The owner of files must always have read and write permissions."
2038
+msgstr ""
2039
+"Problema amb el valor de mode de fitxer core.sharedRepository (0%.3o).\n"
2040
+"El propietari dels fitxers sempre ha de tenir permissions de lectura i "
2041
+"escriptura."
2042
+
2043
+#: sha1_file.c:1046
2044
msgid "offset before end of packfile (broken .idx?)"
2045
msgstr "desplaçament abans de la fi del fitxer de paquet (.idx trencat?)"
2046
1676
-#: sha1_file.c:2459
2047
+#: sha1_file.c:2434
2048
#, c-format
2049
msgid "offset before start of pack index for %s (corrupt index?)"
2050
msgstr ""
2051
"desplaçament abans d'inici d'índex de paquet per a %s (índex corromput?)"
2052
1682
-#: sha1_file.c:2463
2053
+#: sha1_file.c:2438
2054
#, c-format
2055
msgid "offset beyond end of pack index for %s (truncated index?)"
2056
msgstr ""
@@ -1709,31 +2080,40 @@ msgstr ""
2080
"suprimiu-les. Desactiveu aquest missatge executant\n"
2081
"\"git config advice.objectNameWarning false\""
2082
1712
-#: submodule.c:62 submodule.c:96
2083
+#: submodule.c:64 submodule.c:98
2084
msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
2085
msgstr ""
2086
"No es pot canviar un .gitmodules no fusionat, primer resoldreu els "
2087
"conflictes de fusió"
2088
1718
-#: submodule.c:66 submodule.c:100
2089
+#: submodule.c:68 submodule.c:102
2090
#, c-format
2091
msgid "Could not find section in .gitmodules where path=%s"
2092
msgstr "No s'ha pogut trobar la secció en .gitmodules on path=%s"
2093
1723
-#: submodule.c:74
2094
+#: submodule.c:76
2095
#, c-format
2096
msgid "Could not update .gitmodules entry %s"
2097
msgstr "No s'ha pogut actualitzar l'entrada de .gitmodules %s"
2098
1728
-#: submodule.c:107
2099
+#: submodule.c:109
2100
#, c-format
2101
msgid "Could not remove .gitmodules entry for %s"
2102
msgstr "No s'ha pogut eliminar l'entrada de .gitmodules per a %s"
2103
1733
-#: submodule.c:118
2104
+#: submodule.c:120
2105
msgid "staging updated .gitmodules failed"
2106
msgstr "L'allistament del .gitmodules actualitzat ha fallat"
2107
2108
+#: submodule.c:177
2109
+msgid "negative values not allowed for submodule.fetchJobs"
2110
+msgstr "no es permeten els valors negatius a submodule.fetchJobs"
2111
+
2112
+#: submodule-config.c:358
2113
+#, c-format
2114
+msgid "invalid value for %s"
2115
+msgstr "valor no vàlid per a %s"
2116
+
2117
#: trailer.c:237
2118
#, c-format
2119
msgid "running trailer command '%s' failed"
@@ -1788,240 +2168,506 @@ msgstr "no s'ha pogut obrir el fitxer temporal"
2168
msgid "could not rename temporary file to %s"
2169
msgstr "no s'ha pogut canviar el nom del fitxer temporal a %s"
2170
1791
-#: transport-helper.c:1041
2171
+#: transport.c:62
2172
#, c-format
1793
-msgid "Could not read ref %s"
1794
-msgstr "No s'ha pogut llegir la referència %s"
1795
-
1796
-#: unpack-trees.c:203
1797
-msgid "Checking out files"
1798
-msgstr "Agafant fitxers"
1799
-
1800
-#: urlmatch.c:120
1801
-msgid "invalid URL scheme name or missing '://' suffix"
1802
-msgstr "l'esquema d'URL no és vàlida o li manca el sufix '://'"
2173
+msgid "Would set upstream of '%s' to '%s' of '%s'\n"
2174
+msgstr "Canviaria la font de '%s' a '%s' de '%s'\n"
2175
1804
-#: urlmatch.c:144 urlmatch.c:297 urlmatch.c:356
2176
+#: transport.c:151
2177
#, c-format
1806
-msgid "invalid %XX escape sequence"
1807
-msgstr "seqüència d'escapament %XX no vàlida"
1808
-
1809
-#: urlmatch.c:172
1810
-msgid "missing host and scheme is not 'file:'"
1811
-msgstr "manca la màquina i l'esquema no és 'file:'"
1812
-
1813
-#: urlmatch.c:189
1814
-msgid "a 'file:' URL may not have a port number"
1815
-msgstr "un URL 'file:' no pot tenir número de port"
2178
+msgid "transport: invalid depth option '%s'"
2179
+msgstr "transport: opció de profunditat no vàlida '%s'"
2180
1817
-#: urlmatch.c:199
1818
-msgid "invalid characters in host name"
1819
-msgstr "hi ha caràcters no vàlids en el nom de màquina"
2181
+#: transport.c:771
2182
+#, c-format
2183
+msgid ""
2184
+"The following submodule paths contain changes that can\n"
2185
+"not be found on any remote:\n"
2186
+msgstr ""
2187
+"Els camins de submòdul següents contenen canvis que no\n"
2188
+"es poden trobar en cap remot:\n"
2189
1821
-#: urlmatch.c:244 urlmatch.c:255
1822
-msgid "invalid port number"
1823
-msgstr "número de port no vàlid"
2190
+#: transport.c:775
2191
+#, c-format
2192
+msgid ""
2193
+"\n"
2194
+"Please try\n"
2195
+"\n"
2196
+"\tgit push --recurse-submodules=on-demand\n"
2197
+"\n"
2198
+"or cd to the path and use\n"
2199
+"\n"
2200
+"\tgit push\n"
2201
+"\n"
2202
+"to push them to a remote.\n"
2203
+"\n"
2204
+msgstr ""
2205
+"\n"
2206
+"Si us plau, intenteu\n"
2207
+"\n"
2208
+"\tgit push --recurse-submodules=on-demand\n"
2209
+"\n"
2210
+"o canviar de directori al camí i useu\n"
2211
+"\n"
2212
+"\tgit push\n"
2213
+"\n"
2214
+"per a pujar-los a un remot.\n"
2215
1825
-#: urlmatch.c:322
1826
-msgid "invalid '..' path segment"
1827
-msgstr "segment de camí '..' no vàlid"
2216
+#: transport.c:783
2217
+msgid "Aborting."
2218
+msgstr "S'està avortant."
2219
1829
-#: wrapper.c:222 wrapper.c:381
2220
+#: transport-helper.c:1041
2221
#, c-format
1831
-msgid "could not open '%s' for reading and writing"
1832
-msgstr "no s'ha pogut obrir '%s' per a lectura i escriptura"
2222
+msgid "Could not read ref %s"
2223
+msgstr "No s'ha pogut llegir la referència %s"
2224
1834
-#: wrapper.c:224 wrapper.c:383
2225
+#: unpack-trees.c:64
2226
#, c-format
1836
-msgid "could not open '%s' for writing"
1837
-msgstr "no s'ha pogut obrir '%s' per a escriptura"
2227
+msgid ""
2228
+"Your local changes to the following files would be overwritten by checkout:\n"
2229
+"%%sPlease commit your changes or stash them before you switch branches."
2230
+msgstr ""
2231
+"Els vostres canvis locals als fitxers següents se sobreescriurien per "
2232
+"agafar:\n"
2233
+"%%sSi us plau, cometeu els vostres canvis o emmagatzemeu-los abans de "
2234
+"canviar de branca."
2235
1839
-#: wrapper.c:226 wrapper.c:385 builtin/am.c:323 builtin/commit.c:1691
1840
-#: builtin/merge.c:1075 builtin/pull.c:387
2236
+#: unpack-trees.c:66
2237
#, c-format
1842
-msgid "could not open '%s' for reading"
1843
-msgstr "no s'ha pogut obrir '%s' per a lectura"
2238
+msgid ""
2239
+"Your local changes to the following files would be overwritten by checkout:\n"
2240
+"%%s"
2241
+msgstr ""
2242
+"Els vostres canvis locals als fitxers següents se sobreescriurien per "
2243
+"agafar:\n"
2244
+"%%s"
2245
1845
-#: wrapper.c:611
2246
+#: unpack-trees.c:69
2247
#, c-format
1847
-msgid "unable to access '%s': %s"
1848
-msgstr "no s'ha pogut accedir a '%s': %s"
2248
+msgid ""
2249
+"Your local changes to the following files would be overwritten by merge:\n"
2250
+"%%sPlease commit your changes or stash them before you merge."
2251
+msgstr ""
2252
+"Els vostres canvis locals als fitxers següents se sobreescriurien per "
2253
+"fusionar:\n"
2254
+"%%sSi us plau, cometeu els vostres canvis o emmagatzemeu-los abans de "
2255
+"fusionar."
2256
1850
-#: wrapper.c:632
2257
+#: unpack-trees.c:71
2258
#, c-format
1852
-msgid "unable to access '%s'"
1853
-msgstr "no s'ha pogut accedir a '%s'"
2259
+msgid ""
2260
+"Your local changes to the following files would be overwritten by merge:\n"
2261
+"%%s"
2262
+msgstr ""
2263
+"Els vostres canvis locals als fitxers següents se sobreescriurien per "
2264
+"fusionar:\n"
2265
+"%%s"
2266
1855
-#: wrapper.c:640
1856
-msgid "unable to get current working directory"
1857
-msgstr "no s'ha pogut obtenir el directori de treball actual"
2267
+#: unpack-trees.c:74
2268
+#, c-format
2269
+msgid ""
2270
+"Your local changes to the following files would be overwritten by %s:\n"
2271
+"%%sPlease commit your changes or stash them before you %s."
2272
+msgstr ""
2273
+"Els vostres canvis locals als fitxers següents se sobreescriurien per %s:\n"
2274
+"%%sSi us plau, cometeu els vostres canvis o emmagatzemeu-los abans de %s."
2275
1859
-#: wrapper.c:667
2276
+#: unpack-trees.c:76
2277
#, c-format
1861
-msgid "could not open %s for writing"
1862
-msgstr "no s'ha pogut obrir '%s' per a escriptura"
2278
+msgid ""
2279
+"Your local changes to the following files would be overwritten by %s:\n"
2280
+"%%s"
2281
+msgstr ""
2282
+"Els vostres canvis locals als fitxers següents se sobreescriurien per %s:\n"
2283
+"%%s"
2284
1864
-#: wrapper.c:678 builtin/am.c:410
2285
+#: unpack-trees.c:81
2286
+#, c-format
2287
+msgid ""
2288
+"Updating the following directories would lose untracked files in it:\n"
2289
+"%s"
2290
+msgstr ""
2291
+"Actualitzar els directoris següents perdria fitxers no seguits en el:\n"
2292
+"%s"
2293
+
2294
+#: unpack-trees.c:85
2295
+#, c-format
2296
+msgid ""
2297
+"The following untracked working tree files would be removed by checkout:\n"
2298
+"%%sPlease move or remove them before you switch branches."
2299
+msgstr ""
2300
+"Els següents fitxers no seguits en l'arbre de treball s'eliminarien per "
2301
+"agafar:\n"
2302
+"%%sSi us plau, moveu-los o elimineu-los abans de canviar de branca."
2303
+
2304
+#: unpack-trees.c:87
2305
+#, c-format
2306
+msgid ""
2307
+"The following untracked working tree files would be removed by checkout:\n"
2308
+"%%s"
2309
+msgstr ""
2310
+"Els següents fitxers no seguits en l'arbre de treball s'eliminarien per "
2311
+"agafar:\n"
2312
+"%%s"
2313
+
2314
+#: unpack-trees.c:90
2315
+#, c-format
2316
+msgid ""
2317
+"The following untracked working tree files would be removed by merge:\n"
2318
+"%%sPlease move or remove them before you merge."
2319
+msgstr ""
2320
+"Els següents fitxers no seguits en l'arbre de treball s'eliminarien per "
2321
+"fusionar:\n"
2322
+"%%sSi us plau, moveu-los o elimineu-los abans de fusionar."
2323
+
2324
+#: unpack-trees.c:92
2325
+#, c-format
2326
+msgid ""
2327
+"The following untracked working tree files would be removed by merge:\n"
2328
+"%%s"
2329
+msgstr ""
2330
+"Els següents fitxers no seguits en l'arbre de treball s'eliminarien per "
2331
+"fusionar:\n"
2332
+"%%s"
2333
+
2334
+#: unpack-trees.c:95
2335
+#, c-format
2336
+msgid ""
2337
+"The following untracked working tree files would be removed by %s:\n"
2338
+"%%sPlease move or remove them before you %s."
2339
+msgstr ""
2340
+"Els següents fitxers no seguits en l'arbre de treball s'eliminarien per %s:\n"
2341
+"%%sSi us plau, moveu-los o elimineu-los abans de %s."
2342
+
2343
+#: unpack-trees.c:97
2344
+#, c-format
2345
+msgid ""
2346
+"The following untracked working tree files would be removed by %s:\n"
2347
+"%%s"
2348
+msgstr ""
2349
+"Els següents fitxers no seguits en l'arbre de treball s'eliminarien per %s:\n"
2350
+"%%s"
2351
+
2352
+#: unpack-trees.c:102
2353
+#, c-format
2354
+msgid ""
2355
+"The following untracked working tree files would be overwritten by "
2356
+"checkout:\n"
2357
+"%%sPlease move or remove them before you switch branches."
2358
+msgstr ""
2359
+"Els següents fitxers no seguits en l'arbre de treball se sobreescriurien per "
2360
+"agafar:\n"
2361
+"%%sSi us plau, moveu-los o elimineu-los abans de canviar de branca."
2362
+
2363
+#: unpack-trees.c:104
2364
+#, c-format
2365
+msgid ""
2366
+"The following untracked working tree files would be overwritten by "
2367
+"checkout:\n"
2368
+"%%s"
2369
+msgstr ""
2370
+"Els següents fitxers no seguits en l'arbre de treball se sobreescriurien per "
2371
+"agafar:\n"
2372
+"%%s"
2373
+
2374
+#: unpack-trees.c:107
2375
+#, c-format
2376
+msgid ""
2377
+"The following untracked working tree files would be overwritten by merge:\n"
2378
+"%%sPlease move or remove them before you merge."
2379
+msgstr ""
2380
+"Els següents fitxers no seguits en l'arbre de treball se sobreescriurien per "
2381
+"fusionar:\n"
2382
+"%%sSi us plau, moveu-los o elimineu-los abans de fusionar."
2383
+
2384
+#: unpack-trees.c:109
2385
+#, c-format
2386
+msgid ""
2387
+"The following untracked working tree files would be overwritten by merge:\n"
2388
+"%%s"
2389
+msgstr ""
2390
+"Els següents fitxers no seguits en l'arbre de treball se sobreescriurien per "
2391
+"fusionar:\n"
2392
+"%%s"
2393
+
2394
+#: unpack-trees.c:112
2395
+#, c-format
2396
+msgid ""
2397
+"The following untracked working tree files would be overwritten by %s:\n"
2398
+"%%sPlease move or remove them before you %s."
2399
+msgstr ""
2400
+"Els següents fitxers no seguits en l'arbre de treball se sobreescriurien per "
2401
+"%s:\n"
2402
+"%%sSi us plau, moveu-los o elimineu-los abans de %s."
2403
+
2404
+#: unpack-trees.c:114
2405
+#, c-format
2406
+msgid ""
2407
+"The following untracked working tree files would be overwritten by %s:\n"
2408
+"%%s"
2409
+msgstr ""
2410
+"Els següents fitxers no seguits en l'arbre de treball se sobreescriurien per "
2411
+"%s:\n"
2412
+"%%s"
2413
+
2414
+#: unpack-trees.c:121
2415
+#, c-format
2416
+msgid "Entry '%s' overlaps with '%s'. Cannot bind."
2417
+msgstr "L'entrada '%s' encavalca amb '%s'. No es pot vincular."
2418
+
2419
+#: unpack-trees.c:124
2420
+#, c-format
2421
+msgid ""
2422
+"Cannot update sparse checkout: the following entries are not up-to-date:\n"
2423
+"%s"
2424
+msgstr ""
2425
+"No es pot actualitzar l'agafament parcial: les entrades següents no estan al "
2426
+"dia:\n"
2427
+"%s"
2428
+
2429
+#: unpack-trees.c:126
2430
+#, c-format
2431
+msgid ""
2432
+"The following Working tree files would be overwritten by sparse checkout "
2433
+"update:\n"
2434
+"%s"
2435
+msgstr ""
2436
+"Els fitxers següents en l'arbre de treball se sobreescriurien per "
2437
+"actualitzar l'agafament parcial:\n"
2438
+"%s"
2439
+
2440
+#: unpack-trees.c:128
2441
+#, c-format
2442
+msgid ""
2443
+"The following Working tree files would be removed by sparse checkout "
2444
+"update:\n"
2445
+"%s"
2446
+msgstr ""
2447
+"Els fitxers següents en l'arbre de treball s'eliminarien per actualitzar "
2448
+"l'agafament parcial:\n"
2449
+"%s"
2450
+
2451
+#: unpack-trees.c:205
2452
+#, c-format
2453
+msgid "Aborting\n"
2454
+msgstr "S'està avortant\n"
2455
+
2456
+#: unpack-trees.c:237
2457
+msgid "Checking out files"
2458
+msgstr "S'està agafant fitxers"
2459
+
2460
+#: urlmatch.c:120
2461
+msgid "invalid URL scheme name or missing '://' suffix"
2462
+msgstr "l'esquema d'URL no és vàlid o li manca el sufix '://'"
2463
+
2464
+#: urlmatch.c:144 urlmatch.c:297 urlmatch.c:356
2465
+#, c-format
2466
+msgid "invalid %XX escape sequence"
2467
+msgstr "seqüència d'escapament %XX no vàlida"
2468
+
2469
+#: urlmatch.c:172
2470
+msgid "missing host and scheme is not 'file:'"
2471
+msgstr "manca la màquina i l'esquema no és 'file:'"
2472
+
2473
+#: urlmatch.c:189
2474
+msgid "a 'file:' URL may not have a port number"
2475
+msgstr "un URL 'file:' no pot tenir número de port"
2476
+
2477
+#: urlmatch.c:199
2478
+msgid "invalid characters in host name"
2479
+msgstr "hi ha caràcters no vàlids en el nom de màquina"
2480
+
2481
+#: urlmatch.c:244 urlmatch.c:255
2482
+msgid "invalid port number"
2483
+msgstr "número de port no vàlid"
2484
+
2485
+#: urlmatch.c:322
2486
+msgid "invalid '..' path segment"
2487
+msgstr "segment de camí '..' no vàlid"
2488
+
2489
+#: worktree.c:282
2490
+#, c-format
2491
+msgid "failed to read '%s'"
2492
+msgstr "s'ha fallat en llegir '%s'"
2493
+
2494
+#: wrapper.c:222 wrapper.c:392
2495
+#, c-format
2496
+msgid "could not open '%s' for reading and writing"
2497
+msgstr "no s'ha pogut obrir '%s' per a lectura i escriptura"
2498
+
2499
+#: wrapper.c:224 wrapper.c:394 builtin/am.c:778
2500
+#, c-format
2501
+msgid "could not open '%s' for writing"
2502
+msgstr "no s'ha pogut obrir '%s' per a escriptura"
2503
+
2504
+#: wrapper.c:226 wrapper.c:396 builtin/am.c:324 builtin/am.c:771
2505
+#: builtin/am.c:859 builtin/commit.c:1712 builtin/merge.c:1029
2506
+#: builtin/pull.c:407
2507
+#, c-format
2508
+msgid "could not open '%s' for reading"
2509
+msgstr "no s'ha pogut obrir '%s' per a lectura"
2510
+
2511
+#: wrapper.c:605 wrapper.c:626
2512
+#, c-format
2513
+msgid "unable to access '%s'"
2514
+msgstr "no s'ha pogut accedir a '%s'"
2515
+
2516
+#: wrapper.c:634
2517
+msgid "unable to get current working directory"
2518
+msgstr "no s'ha pogut obtenir el directori de treball actual"
2519
+
2520
+#: wrapper.c:658
2521
#, c-format
2522
msgid "could not write to %s"
2523
msgstr "no s'ha pogut escriure a %s"
2524
1869
-#: wrapper.c:684
2525
+#: wrapper.c:660
2526
#, c-format
2527
msgid "could not close %s"
2528
msgstr "no s'ha pogut tancar %s"
2529
1874
-#: wt-status.c:149
2530
+#: wt-status.c:150
2531
msgid "Unmerged paths:"
2532
msgstr "Camins sense fusionar:"
2533
1878
-#: wt-status.c:176 wt-status.c:203
2534
+#: wt-status.c:177 wt-status.c:204
2535
#, c-format
2536
msgid " (use \"git reset %s <file>...\" to unstage)"
2537
msgstr " (useu \"git reset %s <fitxer>...\" per a desallistar)"
2538
1883
-#: wt-status.c:178 wt-status.c:205
2539
+#: wt-status.c:179 wt-status.c:206
2540
msgid " (use \"git rm --cached <file>...\" to unstage)"
2541
msgstr " (useu \"git rm --cached <fitxer>...\" per a desallistar)"
2542
1887
-#: wt-status.c:182
2543
+#: wt-status.c:183
2544
msgid " (use \"git add <file>...\" to mark resolution)"
2545
msgstr " (useu \"git add <fitxer>...\" per a senyalar resolució)"
2546
1891
-#: wt-status.c:184 wt-status.c:188
2547
+#: wt-status.c:185 wt-status.c:189
2548
msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"
2549
msgstr ""
2550
" (useu \"git add/rm <fitxer>...\" segons sigui apropiat per a senyalar "
2551
"resolució)"
2552
1897
-#: wt-status.c:186
2553
+#: wt-status.c:187
2554
msgid " (use \"git rm <file>...\" to mark resolution)"
2555
msgstr " (useu \"git rm <fitxer>...\" per a senyalar resolució)"
2556
1901
-#: wt-status.c:197 wt-status.c:880
2557
+#: wt-status.c:198 wt-status.c:882
2558
msgid "Changes to be committed:"
2559
msgstr "Canvis a cometre:"
2560
1905
-#: wt-status.c:215 wt-status.c:889
2561
+#: wt-status.c:216 wt-status.c:891
2562
msgid "Changes not staged for commit:"
2563
msgstr "Canvis no allistats per a cometre:"
2564
1909
-#: wt-status.c:219
2565
+#: wt-status.c:220
2566
msgid " (use \"git add <file>...\" to update what will be committed)"
2567
msgstr " (useu \"git add <fitxer>...\" per a actualitzar què es cometrà)"
2568
1913
-#: wt-status.c:221
2569
+#: wt-status.c:222
2570
msgid " (use \"git add/rm <file>...\" to update what will be committed)"
2571
msgstr " (useu \"git add/rm <fitxer>...\" per a actualitzar què es cometrà)"
2572
1917
-#: wt-status.c:222
2573
+#: wt-status.c:223
2574
msgid ""
2575
" (use \"git checkout -- <file>...\" to discard changes in working directory)"
2576
msgstr ""
2577
" (useu \"git checkout -- <fitxer>...\" per a descartar els canvis en el "
2578
"directori de treball)"
2579
1924
-#: wt-status.c:224
2580
+#: wt-status.c:225
2581
msgid " (commit or discard the untracked or modified content in submodules)"
2582
msgstr ""
2583
" (cometeu o descarteu el contingut modificat o no seguit en els submòduls)"
2584
1929
-#: wt-status.c:236
2585
+#: wt-status.c:237
2586
#, c-format
2587
msgid " (use \"git %s <file>...\" to include in what will be committed)"
2588
msgstr " (useu \"git %s <fitxer>...\" per a incloure-ho en què es cometrà)"
2589
1934
-#: wt-status.c:251
2590
+#: wt-status.c:252
2591
msgid "both deleted:"
2592
msgstr "suprimit per ambdós:"
2593
1938
-#: wt-status.c:253
2594
+#: wt-status.c:254
2595
msgid "added by us:"
2596
msgstr "afegit per nosaltres:"
2597
1942
-#: wt-status.c:255
2598
+#: wt-status.c:256
2599
msgid "deleted by them:"
2600
msgstr "suprimit per ells:"
2601
1946
-#: wt-status.c:257
2602
+#: wt-status.c:258
2603
msgid "added by them:"
2604
msgstr "afegit per ells:"
2605
1950
-#: wt-status.c:259
2606
+#: wt-status.c:260
2607
msgid "deleted by us:"
2608
msgstr "suprimit per nosaltres:"
2609
1954
-#: wt-status.c:261
2610
+#: wt-status.c:262
2611
msgid "both added:"
2612
msgstr "afegit per ambdós:"
2613
1958
-#: wt-status.c:263
2614
+#: wt-status.c:264
2615
msgid "both modified:"
2616
msgstr "modificat per ambdós:"
2617
1962
-#: wt-status.c:265
1963
-#, c-format
1964
-msgid "bug: unhandled unmerged status %x"
1965
-msgstr "bug: estat no fusionat no gestionat %x"
1966
-
1967
-#: wt-status.c:273
2618
+#: wt-status.c:274
2619
msgid "new file:"
2620
msgstr "fitxer nou:"
2621
1971
-#: wt-status.c:275
2622
+#: wt-status.c:276
2623
msgid "copied:"
2624
msgstr "copiat:"
2625
1975
-#: wt-status.c:277
2626
+#: wt-status.c:278
2627
msgid "deleted:"
2628
msgstr "suprimit:"
2629
1979
-#: wt-status.c:279
2630
+#: wt-status.c:280
2631
msgid "modified:"
2632
msgstr "modificat:"
2633
1983
-#: wt-status.c:281
2634
+#: wt-status.c:282
2635
msgid "renamed:"
2636
msgstr "canviat de nom:"
2637
1987
-#: wt-status.c:283
2638
+#: wt-status.c:284
2639
msgid "typechange:"
2640
msgstr "canviat de tipus:"
2641
1991
-#: wt-status.c:285
2642
+#: wt-status.c:286
2643
msgid "unknown:"
2644
msgstr "desconegut:"
2645
1995
-#: wt-status.c:287
2646
+#: wt-status.c:288
2647
msgid "unmerged:"
2648
msgstr "sense fusionar:"
2649
1999
-#: wt-status.c:369
2650
+#: wt-status.c:370
2651
msgid "new commits, "
2652
msgstr "comissions noves, "
2653
2003
-#: wt-status.c:371
2654
+#: wt-status.c:372
2655
msgid "modified content, "
2656
msgstr "contingut modificat, "
2657
2007
-#: wt-status.c:373
2658
+#: wt-status.c:374
2659
msgid "untracked content, "
2660
msgstr "contingut no seguit, "
2661
2011
-#: wt-status.c:390
2012
-#, c-format
2013
-msgid "bug: unhandled diff status %c"
2014
-msgstr "bug: estat de diferència no gestionat %c"
2015
-
2016
-#: wt-status.c:754
2662
+#: wt-status.c:756
2663
msgid "Submodules changed but not updated:"
2664
msgstr "Submòduls canviats però no actualitzats:"
2665
2020
-#: wt-status.c:756
2666
+#: wt-status.c:758
2667
msgid "Submodule changes to be committed:"
2668
msgstr "Canvis de submòdul a cometre:"
2669
2024
-#: wt-status.c:837
2670
+#: wt-status.c:839
2671
msgid ""
2672
"Do not touch the line above.\n"
2673
"Everything below will be removed."
@@ -2029,226 +2675,230 @@ msgstr ""
2675
"No toqueu la línia de sobre.\n"
2676
"Tot el que hi ha a sota s'eliminarà."
2677
2032
-#: wt-status.c:948
2678
+#: wt-status.c:950
2679
msgid "You have unmerged paths."
2680
msgstr "Teniu camins sense fusionar."
2681
2036
-#: wt-status.c:951
2682
+#: wt-status.c:953
2683
msgid " (fix conflicts and run \"git commit\")"
2684
msgstr " (arregleu els conflictes i executeu \"git commit\")"
2685
2040
-#: wt-status.c:954
2686
+#: wt-status.c:955
2687
+msgid " (use \"git merge --abort\" to abort the merge)"
2688
+msgstr " (useu \"git merge --abort\" per a avortar la fusió)"
2689
+
2690
+#: wt-status.c:960
2691
msgid "All conflicts fixed but you are still merging."
2692
msgstr "Tots els conflictes estan arreglats però encara esteu fusionant."
2693
2044
-#: wt-status.c:957
2694
+#: wt-status.c:963
2695
msgid " (use \"git commit\" to conclude merge)"
2696
msgstr " (useu \"git commit\" per a concloure la fusió)"
2697
2048
-#: wt-status.c:967
2698
+#: wt-status.c:973
2699
msgid "You are in the middle of an am session."
2700
msgstr "Esteu enmig d'una sessió am."
2701
2052
-#: wt-status.c:970
2702
+#: wt-status.c:976
2703
msgid "The current patch is empty."
2704
msgstr "El pedaç actual està buit."
2705
2056
-#: wt-status.c:974
2706
+#: wt-status.c:980
2707
msgid " (fix conflicts and then run \"git am --continue\")"
2708
msgstr " (arregleu els conflictes i després executeu \"git am --continue\")"
2709
2060
-#: wt-status.c:976
2710
+#: wt-status.c:982
2711
msgid " (use \"git am --skip\" to skip this patch)"
2712
msgstr " (useu \"git am --skip\" per a ometre aquest pedaç)"
2713
2064
-#: wt-status.c:978
2714
+#: wt-status.c:984
2715
msgid " (use \"git am --abort\" to restore the original branch)"
2716
msgstr " (useu \"git am --abort\" per a restaurar la branca original)"
2717
2068
-#: wt-status.c:1105
2718
+#: wt-status.c:1109
2719
msgid "No commands done."
2720
msgstr "No s'ha fet cap ordre."
2721
2072
-#: wt-status.c:1108
2722
+#: wt-status.c:1112
2723
#, c-format
2724
msgid "Last command done (%d command done):"
2725
msgid_plural "Last commands done (%d commands done):"
2076
-msgstr[0] "Última ordre fet (%d ordre feta):"
2726
+msgstr[0] "Última ordre feta (%d ordre feta):"
2727
msgstr[1] "Últimes ordres fetes (%d ordres fetes):"
2728
2079
-#: wt-status.c:1119
2729
+#: wt-status.c:1123
2730
#, c-format
2731
msgid " (see more in file %s)"
2732
msgstr " (vegeu més en el fitxer %s)"
2733
2084
-#: wt-status.c:1124
2734
+#: wt-status.c:1128
2735
msgid "No commands remaining."
2736
msgstr "No manca cap ordre."
2737
2088
-#: wt-status.c:1127
2738
+#: wt-status.c:1131
2739
#, c-format
2740
msgid "Next command to do (%d remaining command):"
2741
msgid_plural "Next commands to do (%d remaining commands):"
2742
msgstr[0] "Ordre següent a fer (manca %d ordre):"
2743
msgstr[1] "Ordres següents a fer (manquen %d ordres):"
2744
2095
-#: wt-status.c:1135
2745
+#: wt-status.c:1139
2746
msgid " (use \"git rebase --edit-todo\" to view and edit)"
2747
msgstr " (useu \"git rebase --edit-todo\" per a veure i editar)"
2748
2099
-#: wt-status.c:1148
2749
+#: wt-status.c:1152
2750
#, c-format
2751
msgid "You are currently rebasing branch '%s' on '%s'."
2752
msgstr "Actualment esteu rebasant la branca '%s' en '%s'."
2753
2104
-#: wt-status.c:1153
2754
+#: wt-status.c:1157
2755
msgid "You are currently rebasing."
2756
msgstr "Actualment esteu rebasant."
2757
2108
-#: wt-status.c:1167
2758
+#: wt-status.c:1171
2759
msgid " (fix conflicts and then run \"git rebase --continue\")"
2760
msgstr ""
2761
" (arregleu els conflictes i després executeu \"git rebase --continue\")"
2762
2113
-#: wt-status.c:1169
2763
+#: wt-status.c:1173
2764
msgid " (use \"git rebase --skip\" to skip this patch)"
2765
msgstr " (useu \"git rebase --skip\" per a saltar aquest pedaç)"
2766
2117
-#: wt-status.c:1171
2767
+#: wt-status.c:1175
2768
msgid " (use \"git rebase --abort\" to check out the original branch)"
2769
msgstr " (useu \"git rebase --abort\" per a agafar la branca original)"
2770
2121
-#: wt-status.c:1177
2771
+#: wt-status.c:1181
2772
msgid " (all conflicts fixed: run \"git rebase --continue\")"
2773
msgstr " (tots els conflictes arreglats: executeu \"git rebase --continue\")"
2774
2125
-#: wt-status.c:1181
2775
+#: wt-status.c:1185
2776
#, c-format
2777
msgid ""
2778
"You are currently splitting a commit while rebasing branch '%s' on '%s'."
2779
msgstr ""
2780
"Actualment esteu dividint una comissió mentre rebaseu la branca '%s' en '%s'."
2781
2132
-#: wt-status.c:1186
2782
+#: wt-status.c:1190
2783
msgid "You are currently splitting a commit during a rebase."
2784
msgstr "Actualment esteu dividint una comissió durant un rebasament."
2785
2136
-#: wt-status.c:1189
2786
+#: wt-status.c:1193
2787
msgid " (Once your working directory is clean, run \"git rebase --continue\")"
2788
msgstr ""
2789
" (Una vegada que el vostre directori de treball sigui net, executeu \"git "
2790
"rebase --continue\")"
2791
2142
-#: wt-status.c:1193
2792
+#: wt-status.c:1197
2793
#, c-format
2794
msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
2795
msgstr ""
2796
"Actualment esteu editant una comissió mentre rebaseu la branca '%s' en '%s'."
2797
2148
-#: wt-status.c:1198
2798
+#: wt-status.c:1202
2799
msgid "You are currently editing a commit during a rebase."
2800
msgstr "Actualment esteu editant una comissió durant un rebasament."
2801
2152
-#: wt-status.c:1201
2802
+#: wt-status.c:1205
2803
msgid " (use \"git commit --amend\" to amend the current commit)"
2804
msgstr " (useu \"git commit --amend\" per a esmenar la comissió actual)"
2805
2156
-#: wt-status.c:1203
2806
+#: wt-status.c:1207
2807
msgid ""
2808
" (use \"git rebase --continue\" once you are satisfied with your changes)"
2809
msgstr ""
2810
" (useu \"git rebase --continue\" una vegada que esteu satisfet amb els "
2811
"vostres canvis)"
2812
2163
-#: wt-status.c:1213
2813
+#: wt-status.c:1217
2814
#, c-format
2815
msgid "You are currently cherry-picking commit %s."
2816
msgstr "Actualment esteu recollint com a cirera la comissió %s."
2817
2168
-#: wt-status.c:1218
2818
+#: wt-status.c:1222
2819
msgid " (fix conflicts and run \"git cherry-pick --continue\")"
2820
msgstr " (arregleu els conflictes i executeu \"git cherry-pick --continue\")"
2821
2172
-#: wt-status.c:1221
2822
+#: wt-status.c:1225
2823
msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"
2824
msgstr ""
2825
" (tots els conflictes arreglats: executeu \"git cherry-pick --continue\")"
2826
2177
-#: wt-status.c:1223
2827
+#: wt-status.c:1227
2828
msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
2829
msgstr ""
2830
" (useu \"git cherry-pick --abort\" per a cancel·lar l'operació de recull de "
2831
"cireres)"
2832
2183
-#: wt-status.c:1232
2833
+#: wt-status.c:1236
2834
#, c-format
2835
msgid "You are currently reverting commit %s."
2836
msgstr "Actualment esteu revertint la comissió %s."
2837
2188
-#: wt-status.c:1237
2838
+#: wt-status.c:1241
2839
msgid " (fix conflicts and run \"git revert --continue\")"
2840
msgstr " (arregleu els conflictes i executeu \"git revert --continue\")"
2841
2192
-#: wt-status.c:1240
2842
+#: wt-status.c:1244
2843
msgid " (all conflicts fixed: run \"git revert --continue\")"
2844
msgstr ""
2845
" (tots els conflictes estan arreglats: executeu \"git revert --continue\")"
2846
2197
-#: wt-status.c:1242
2847
+#: wt-status.c:1246
2848
msgid " (use \"git revert --abort\" to cancel the revert operation)"
2849
msgstr ""
2850
" (useu \"git revert --abort\" per a cancel·lar l'operació de reversió)"
2851
2202
-#: wt-status.c:1253
2852
+#: wt-status.c:1257
2853
#, c-format
2854
msgid "You are currently bisecting, started from branch '%s'."
2855
msgstr "Actualment esteu bisecant, heu començat des de la branca '%s'."
2856
2207
-#: wt-status.c:1257
2857
+#: wt-status.c:1261
2858
msgid "You are currently bisecting."
2859
msgstr "Actualment esteu bisecant."
2860
2211
-#: wt-status.c:1260
2861
+#: wt-status.c:1264
2862
msgid " (use \"git bisect reset\" to get back to the original branch)"
2863
msgstr " (useu \"git bisect reset\" per a tornar a la branca original)"
2864
2215
-#: wt-status.c:1438
2865
+#: wt-status.c:1464
2866
msgid "On branch "
2867
msgstr "En la branca "
2868
2219
-#: wt-status.c:1444
2869
+#: wt-status.c:1470
2870
msgid "interactive rebase in progress; onto "
2871
msgstr "rebasament interactiu en progrés; sobre "
2872
2223
-#: wt-status.c:1446
2873
+#: wt-status.c:1472
2874
msgid "rebase in progress; onto "
2875
msgstr "rebasament en progrés; sobre "
2876
2227
-#: wt-status.c:1451
2877
+#: wt-status.c:1477
2878
msgid "HEAD detached at "
2879
msgstr "HEAD separat a "
2880
2231
-#: wt-status.c:1453
2881
+#: wt-status.c:1479
2882
msgid "HEAD detached from "
2883
msgstr "HEAD separat de "
2884
2235
-#: wt-status.c:1456
2885
+#: wt-status.c:1482
2886
msgid "Not currently on any branch."
2237
-msgstr "Actualment no en cap branca."
2887
+msgstr "Actualment no s'és en cap branca."
2888
2239
-#: wt-status.c:1474
2889
+#: wt-status.c:1500
2890
msgid "Initial commit"
2891
msgstr "Comissió inicial"
2892
2243
-#: wt-status.c:1488
2893
+#: wt-status.c:1514
2894
msgid "Untracked files"
2895
msgstr "Fitxers no seguits"
2896
2247
-#: wt-status.c:1490
2897
+#: wt-status.c:1516
2898
msgid "Ignored files"
2899
msgstr "Fitxers ignorats"
2900
2251
-#: wt-status.c:1494
2901
+#: wt-status.c:1520
2902
#, c-format
2903
msgid ""
2904
"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
@@ -2260,31 +2910,31 @@ msgstr ""
2910
"oblidar-vos d'afegir fitxers nous per vós mateix (vegeu\n"
2911
"'git help status')."
2912
2263
-#: wt-status.c:1500
2913
+#: wt-status.c:1526
2914
#, c-format
2915
msgid "Untracked files not listed%s"
2916
msgstr "Els fitxers no seguits no estan llistats%s"
2917
2268
-#: wt-status.c:1502
2918
+#: wt-status.c:1528
2919
msgid " (use -u option to show untracked files)"
2920
msgstr " (useu l'opció -u per a mostrar els fitxers no seguits)"
2921
2272
-#: wt-status.c:1508
2922
+#: wt-status.c:1534
2923
msgid "No changes"
2924
msgstr "Sense canvis"
2925
2276
-#: wt-status.c:1513
2926
+#: wt-status.c:1539
2927
#, c-format
2928
msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
2929
msgstr ""
2930
"no hi ha canvis afegits a cometre (useu \"git add\" o \"git commit -a\")\n"
2931
2282
-#: wt-status.c:1516
2932
+#: wt-status.c:1542
2933
#, c-format
2934
msgid "no changes added to commit\n"
2935
msgstr "no hi ha canvis afegits a cometre\n"
2936
2287
-#: wt-status.c:1519
2937
+#: wt-status.c:1545
2938
#, c-format
2939
msgid ""
2940
"nothing added to commit but untracked files present (use \"git add\" to "
@@ -2293,55 +2943,55 @@ msgstr ""
2943
"no hi ha res afegit a cometre però fitxers no seguits estan presents (useu "
2944
"\"git add\" per a seguir-los)\n"
2945
2296
-#: wt-status.c:1522
2946
+#: wt-status.c:1548
2947
#, c-format
2948
msgid "nothing added to commit but untracked files present\n"
2949
msgstr "no hi ha res afegit a cometre però fitxers no seguits estan presents\n"
2950
2301
-#: wt-status.c:1525
2951
+#: wt-status.c:1551
2952
#, c-format
2953
msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
2954
msgstr ""
2955
"no hi ha res a cometre (creeu/copieu fitxers i useu \"git add\" per a seguir-"
2956
"los)\n"
2957
2308
-#: wt-status.c:1528 wt-status.c:1533
2958
+#: wt-status.c:1554 wt-status.c:1559
2959
#, c-format
2960
msgid "nothing to commit\n"
2961
msgstr "no hi ha res a cometre\n"
2962
2313
-#: wt-status.c:1531
2963
+#: wt-status.c:1557
2964
#, c-format
2965
msgid "nothing to commit (use -u to show untracked files)\n"
2966
msgstr ""
2967
"no hi ha res a cometre (useu -u per a mostrar els fitxers no seguits)\n"
2968
2319
-#: wt-status.c:1535
2969
+#: wt-status.c:1561
2970
#, c-format
2321
-msgid "nothing to commit, working directory clean\n"
2322
-msgstr "no hi ha res a cometre, directori de treball net\n"
2971
+msgid "nothing to commit, working tree clean\n"
2972
+msgstr "no hi ha res a cometre, l'arbre de treball està net\n"
2973
2324
-#: wt-status.c:1642
2974
+#: wt-status.c:1668
2975
msgid "Initial commit on "
2976
msgstr "Comissió inicial en "
2977
2328
-#: wt-status.c:1646
2978
+#: wt-status.c:1672
2979
msgid "HEAD (no branch)"
2980
msgstr "HEAD (sense branca)"
2981
2332
-#: wt-status.c:1675
2982
+#: wt-status.c:1701
2983
msgid "gone"
2984
msgstr "no hi és"
2985
2336
-#: wt-status.c:1677 wt-status.c:1685
2986
+#: wt-status.c:1703 wt-status.c:1711
2987
msgid "behind "
2988
msgstr "darrere "
2989
2340
-#: wt-status.c:1680 wt-status.c:1683
2990
+#: wt-status.c:1706 wt-status.c:1709
2991
msgid "ahead "
2992
msgstr "davant per "
2993
2344
-#: compat/precompose_utf8.c:57 builtin/clone.c:413
2994
+#: compat/precompose_utf8.c:57 builtin/clone.c:415
2995
#, c-format
2996
msgid "failed to unlink '%s'"
2997
msgstr "s'ha fallat en desenllaçar '%s'"
@@ -2355,206 +3005,210 @@ msgstr "git add [<opcions>] [--] <especificació-de-camí>..."
3005
msgid "unexpected diff status %c"
3006
msgstr "estat de diff inesperat %c"
3007
2358
-#: builtin/add.c:70 builtin/commit.c:278
3008
+#: builtin/add.c:71 builtin/commit.c:281
3009
msgid "updating files failed"
3010
msgstr "s'ha fallat en actualitzar els fitxers"
3011
2362
-#: builtin/add.c:80
3012
+#: builtin/add.c:81
3013
#, c-format
3014
msgid "remove '%s'\n"
3015
msgstr "elimina '%s'\n"
3016
2367
-#: builtin/add.c:134
3017
+#: builtin/add.c:136
3018
msgid "Unstaged changes after refreshing the index:"
3019
msgstr "Canvis no allistats després d'actualitzar l'índex:"
3020
2371
-#: builtin/add.c:194 builtin/rev-parse.c:797
3021
+#: builtin/add.c:196 builtin/rev-parse.c:811
3022
msgid "Could not read the index"
3023
msgstr "No s'ha pogut llegir l'índex"
3024
2375
-#: builtin/add.c:205
3025
+#: builtin/add.c:207
3026
#, c-format
3027
msgid "Could not open '%s' for writing."
3028
msgstr "No s'ha pogut obrir '%s' per a escriptura."
3029
2380
-#: builtin/add.c:209
3030
+#: builtin/add.c:211
3031
msgid "Could not write patch"
3032
msgstr "No s'ha pogut escriure el pedaç"
3033
2384
-#: builtin/add.c:212
3034
+#: builtin/add.c:214
3035
msgid "editing patch failed"
3036
msgstr "l'edició del pedaç ha fallat"
3037
2388
-#: builtin/add.c:215
3038
+#: builtin/add.c:217
3039
#, c-format
3040
msgid "Could not stat '%s'"
3041
msgstr "No s'ha pogut fer stat a '%s'"
3042
2393
-#: builtin/add.c:217
3043
+#: builtin/add.c:219
3044
msgid "Empty patch. Aborted."
2395
-msgstr "El pedaç és buit. Avortat."
3045
+msgstr "El pedaç és buit. S'ha avortat."
3046
2397
-#: builtin/add.c:222
3047
+#: builtin/add.c:224
3048
#, c-format
3049
msgid "Could not apply '%s'"
3050
msgstr "No s'ha pogut aplicar '%s'"
3051
2402
-#: builtin/add.c:232
3052
+#: builtin/add.c:234
3053
msgid "The following paths are ignored by one of your .gitignore files:\n"
3054
msgstr ""
3055
"Els camins següents s'ignoren per un dels vostres fitxers .gitignore:\n"
3056
2407
-#: builtin/add.c:249 builtin/clean.c:870 builtin/fetch.c:112 builtin/mv.c:111
2408
-#: builtin/prune-packed.c:55 builtin/pull.c:189 builtin/push.c:511
2409
-#: builtin/remote.c:1330 builtin/rm.c:268 builtin/send-pack.c:162
3057
+#: builtin/add.c:253 builtin/clean.c:870 builtin/fetch.c:113 builtin/mv.c:111
3058
+#: builtin/prune-packed.c:55 builtin/pull.c:197 builtin/push.c:521
3059
+#: builtin/remote.c:1327 builtin/rm.c:268 builtin/send-pack.c:162
3060
msgid "dry run"
3061
msgstr "marxa en sec"
3062
2413
-#: builtin/add.c:250 builtin/apply.c:4561 builtin/check-ignore.c:19
2414
-#: builtin/commit.c:1322 builtin/count-objects.c:85 builtin/fsck.c:558
2415
-#: builtin/log.c:1651 builtin/mv.c:110 builtin/read-tree.c:114
3063
+#: builtin/add.c:254 builtin/apply.c:4854 builtin/check-ignore.c:19
3064
+#: builtin/commit.c:1334 builtin/count-objects.c:85 builtin/fsck.c:593
3065
+#: builtin/log.c:1852 builtin/mv.c:110 builtin/read-tree.c:114
3066
msgid "be verbose"
3067
msgstr "sigues detallat"
3068
2419
-#: builtin/add.c:252
3069
+#: builtin/add.c:256
3070
msgid "interactive picking"
3071
msgstr "recull interactiu"
3072
2423
-#: builtin/add.c:253 builtin/checkout.c:1155 builtin/reset.c:286
3073
+#: builtin/add.c:257 builtin/checkout.c:1157 builtin/reset.c:286
3074
msgid "select hunks interactively"
3075
msgstr "selecciona els trossos interactivament"
3076
2427
-#: builtin/add.c:254
3077
+#: builtin/add.c:258
3078
msgid "edit current diff and apply"
3079
msgstr "edita la diferència actual i aplica-la"
3080
2431
-#: builtin/add.c:255
3081
+#: builtin/add.c:259
3082
msgid "allow adding otherwise ignored files"
3083
msgstr "permet afegir fitxers que d'altra manera s'ignoren"
3084
2435
-#: builtin/add.c:256
3085
+#: builtin/add.c:260
3086
msgid "update tracked files"
3087
msgstr "actualitza els fitxers seguits"
3088
2439
-#: builtin/add.c:257
3089
+#: builtin/add.c:261
3090
msgid "record only the fact that the path will be added later"
3091
msgstr "registra només el fet que el camí s'afegirà més tard"
3092
2443
-#: builtin/add.c:258
3093
+#: builtin/add.c:262
3094
msgid "add changes from all tracked and untracked files"
3095
msgstr "afegeix els canvis de tots els fitxers seguits i no seguits"
3096
2447
-#: builtin/add.c:261
3097
+#: builtin/add.c:265
3098
msgid "ignore paths removed in the working tree (same as --no-all)"
3099
msgstr ""
3100
"ignora els camins eliminats en l'arbre de treball (el mateix que --no-all)"
3101
2452
-#: builtin/add.c:263
3102
+#: builtin/add.c:267
3103
msgid "don't add, only refresh the index"
3104
msgstr "no afegeixis, només actualitza l'índex"
3105
2456
-#: builtin/add.c:264
3106
+#: builtin/add.c:268
3107
msgid "just skip files which cannot be added because of errors"
3108
msgstr "només omet els fitxers que no es poden afegir a causa d'errors"
3109
2460
-#: builtin/add.c:265
3110
+#: builtin/add.c:269
3111
msgid "check if - even missing - files are ignored in dry run"
3112
msgstr ""
3113
"comproveu si els fitxers - fins i tot els absents - s'ignoren en marxa en sec"
3114
2465
-#: builtin/add.c:287
3115
+#: builtin/add.c:270 builtin/update-index.c:958
3116
+msgid "(+/-)x"
3117
+msgstr "(+/-)x"
3118
+
3119
+#: builtin/add.c:270 builtin/update-index.c:959
3120
+msgid "override the executable bit of the listed files"
3121
+msgstr "passa per alt el bit executable dels fitxers llistats"
3122
+
3123
+#: builtin/add.c:292
3124
#, c-format
3125
msgid "Use -f if you really want to add them.\n"
3126
msgstr "Useu -f si realment els voleu afegir.\n"
3127
2470
-#: builtin/add.c:294
3128
+#: builtin/add.c:300
3129
msgid "adding files failed"
3130
msgstr "l'afegiment de fitxers ha fallat"
3131
2474
-#: builtin/add.c:330
3132
+#: builtin/add.c:336
3133
msgid "-A and -u are mutually incompatible"
3134
msgstr "-A i -u són mutualment incompatibles"
3135
2478
-#: builtin/add.c:337
3136
+#: builtin/add.c:343
3137
msgid "Option --ignore-missing can only be used together with --dry-run"
3138
msgstr "L'opció --ignore-missing només es pot usar junt amb --dry-run"
3139
3140
#: builtin/add.c:352
3141
#, c-format
3142
+msgid "--chmod param '%s' must be either -x or +x"
3143
+msgstr "el paràmetre --chmod '%s' ha de ser o -x o +x"
3144
+
3145
+#: builtin/add.c:367
3146
+#, c-format
3147
msgid "Nothing specified, nothing added.\n"
2485
-msgstr "Res especificat, res afegit.\n"
3148
+msgstr "No s'ha especificat res, no s'ha afegit res.\n"
3149
2487
-#: builtin/add.c:353
3150
+#: builtin/add.c:368
3151
#, c-format
3152
msgid "Maybe you wanted to say 'git add .'?\n"
3153
msgstr "Potser volíeu dir 'git add .'?\n"
3154
2492
-#: builtin/add.c:358 builtin/check-ignore.c:172 builtin/clean.c:914
2493
-#: builtin/commit.c:337 builtin/mv.c:131 builtin/reset.c:235 builtin/rm.c:298
2494
-#: builtin/submodule--helper.c:35
3155
+#: builtin/add.c:373 builtin/check-ignore.c:172 builtin/checkout.c:279
3156
+#: builtin/checkout.c:473 builtin/clean.c:914 builtin/commit.c:340
3157
+#: builtin/mv.c:131 builtin/reset.c:235 builtin/rm.c:298
3158
+#: builtin/submodule--helper.c:240
3159
msgid "index file corrupt"
3160
msgstr "fitxer d'índex malmès"
3161
2498
-#: builtin/add.c:439 builtin/apply.c:4659 builtin/mv.c:280 builtin/rm.c:430
3162
+#: builtin/add.c:454 builtin/apply.c:4784 builtin/mv.c:286 builtin/rm.c:431
3163
msgid "Unable to write new index file"
3164
msgstr "no s'ha pogut escriure un fitxer d'índex nou"
3165
2502
-#: builtin/am.c:256 builtin/commit.c:738 builtin/merge.c:1078
3166
+#: builtin/am.c:257 builtin/commit.c:750 builtin/merge.c:1032
3167
#, c-format
3168
msgid "could not read '%s'"
3169
msgstr "no s'ha pogut llegir '%s'"
3170
2507
-#: builtin/am.c:430
3171
+#: builtin/am.c:426
3172
msgid "could not parse author script"
3173
msgstr "no s'ha pogut analitzar l'script d'autor"
3174
2511
-#: builtin/am.c:507
3175
+#: builtin/am.c:503
3176
#, c-format
3177
msgid "'%s' was deleted by the applypatch-msg hook"
2514
-msgstr "s'ha suprimit '%s' per el ganxo applypatch-msg"
3178
+msgstr "s'ha suprimit '%s' pel ganxo applypatch-msg"
3179
2516
-#: builtin/am.c:548 builtin/notes.c:300
3180
+#: builtin/am.c:544 builtin/notes.c:301
3181
#, c-format
3182
msgid "Malformed input line: '%s'."
3183
msgstr "Línia d'entrada mal formada: '%s'."
3184
2521
-#: builtin/am.c:585 builtin/notes.c:315
3185
+#: builtin/am.c:581 builtin/notes.c:316
3186
#, c-format
3187
msgid "Failed to copy notes from '%s' to '%s'"
3188
msgstr "S'ha fallat en copiar les notes de '%s' a '%s'"
3189
2526
-#: builtin/am.c:611
3190
+#: builtin/am.c:607
3191
msgid "fseek failed"
3192
msgstr "fseek ha fallat"
3193
2530
-#: builtin/am.c:772 builtin/am.c:860
2531
-#, c-format
2532
-msgid "could not open '%s' for reading: %s"
2533
-msgstr "no s'ha pogut obrir '%s' per a lectura: %s"
2534
-
2535
-#: builtin/am.c:779
2536
-#, c-format
2537
-msgid "could not open '%s' for writing: %s"
2538
-msgstr "no s'ha pogut obrir '%s' per a escriptura: %s"
2539
-
2540
-#: builtin/am.c:788
3194
+#: builtin/am.c:787
3195
#, c-format
3196
msgid "could not parse patch '%s'"
3197
msgstr "no s'ha pogut analitzar el pedaç '%s'"
3198
2545
-#: builtin/am.c:853
3199
+#: builtin/am.c:852
3200
msgid "Only one StGIT patch series can be applied at once"
3201
msgstr "només una sèrie de pedaços StGIT es pot aplicar a la vegada"
3202
2549
-#: builtin/am.c:901
3203
+#: builtin/am.c:899
3204
msgid "invalid timestamp"
3205
msgstr "marca de temps no vàlida"
3206
2553
-#: builtin/am.c:904 builtin/am.c:912
3207
+#: builtin/am.c:902 builtin/am.c:910
3208
msgid "invalid Date line"
3209
msgstr "línia Date no vàlida"
3210
2557
-#: builtin/am.c:909
3211
+#: builtin/am.c:907
3212
msgid "invalid timezone offset"
3213
msgstr "desplaçament de zona de temps no vàlid"
3214
@@ -2562,7 +3216,7 @@ msgstr "desplaçament de zona de temps no vàlid"
3216
msgid "Patch format detection failed."
3217
msgstr "La detecció de format de pedaç ha fallat."
3218
2565
-#: builtin/am.c:1001 builtin/clone.c:378
3219
+#: builtin/am.c:1001 builtin/clone.c:380
3220
#, c-format
3221
msgid "failed to create directory '%s'"
3222
msgstr "s'ha fallat en crear el directori '%s'"
@@ -2571,7 +3225,7 @@ msgstr "s'ha fallat en crear el directori '%s'"
3225
msgid "Failed to split patches."
3226
msgstr "S'ha fallat en dividir els pedaços."
3227
2574
-#: builtin/am.c:1137 builtin/commit.c:363
3228
+#: builtin/am.c:1137 builtin/commit.c:366
3229
msgid "unable to write index file"
3230
msgstr "no s'ha pogut escriure el fitxer d'índex"
3231
@@ -2583,7 +3237,8 @@ msgstr "Quan hàgiu resolt aquest problema, executeu \"%s --continue\"."
3237
#: builtin/am.c:1189
3238
#, c-format
3239
msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
2586
-msgstr "Si preferiu saltar aquest pedaç, executeu \"%s --skip\" en lloc."
3240
+msgstr ""
3241
+"Si preferiu saltar aquest pedaç, executeu \"%s --skip\" en lloc d'això."
3242
3243
#: builtin/am.c:1190
3244
#, c-format
@@ -2596,7 +3251,7 @@ msgstr ""
3251
msgid "Patch is empty. Was it split wrong?"
3252
msgstr "El pedaç és buit. S'ha dividit malament?"
3253
2599
-#: builtin/am.c:1402 builtin/log.c:1350
3254
+#: builtin/am.c:1402 builtin/log.c:1543
3255
#, c-format
3256
msgid "invalid ident line: %s"
3257
msgstr "línia d'identitat no vàlida: %s"
@@ -2606,17 +3261,17 @@ msgstr "línia d'identitat no vàlida: %s"
3261
msgid "unable to parse commit %s"
3262
msgstr "no s'ha pogut analitzar la comissió %s"
3263
2609
-#: builtin/am.c:1631
3264
+#: builtin/am.c:1602
3265
msgid "Repository lacks necessary blobs to fall back on 3-way merge."
3266
msgstr ""
3267
"Al dipòsit li manquen els blobs necessaris per a retrocedir a una fusió de 3 "
3268
"vies."
3269
2615
-#: builtin/am.c:1633
3270
+#: builtin/am.c:1604
3271
msgid "Using index info to reconstruct a base tree..."
2617
-msgstr "Usant la informació d'índex per a reconstruir un arbre base..."
3272
+msgstr "S'està usant la informació d'índex per a reconstruir un arbre base..."
3273
2619
-#: builtin/am.c:1652
3274
+#: builtin/am.c:1623
3275
msgid ""
3276
"Did you hand edit your patch?\n"
3277
"It does not apply to blobs recorded in its index."
@@ -2624,38 +3279,38 @@ msgstr ""
3279
"Heu editat el vostre pedaç a mà?\n"
3280
"No s'aplica als blobs recordats en el seu índex."
3281
2627
-#: builtin/am.c:1658
3282
+#: builtin/am.c:1629
3283
msgid "Falling back to patching base and 3-way merge..."
2629
-msgstr "Retrocedint a apedaçar la base i fusionar de 3 vies..."
3284
+msgstr "S'està retrocedint a apedaçar la base i fusionar de 3 vies..."
3285
2631
-#: builtin/am.c:1673
3286
+#: builtin/am.c:1654
3287
msgid "Failed to merge in the changes."
3288
msgstr "S'ha fallat en fusionar els canvis."
3289
2635
-#: builtin/am.c:1697 builtin/merge.c:633
3290
+#: builtin/am.c:1679 builtin/merge.c:628
3291
msgid "git write-tree failed to write a tree"
3292
msgstr "git write-tree ha fallat en escriure un arbre"
3293
2639
-#: builtin/am.c:1704
3294
+#: builtin/am.c:1686
3295
msgid "applying to an empty history"
2641
-msgstr "aplicant a una història buida"
3296
+msgstr "s'està aplicant a una història buida"
3297
2643
-#: builtin/am.c:1717 builtin/commit.c:1755 builtin/merge.c:830
2644
-#: builtin/merge.c:855
3298
+#: builtin/am.c:1699 builtin/commit.c:1776 builtin/merge.c:798
3299
+#: builtin/merge.c:823
3300
msgid "failed to write commit object"
3301
msgstr "s'ha fallat en escriure l'objecte de comissió"
3302
2648
-#: builtin/am.c:1749 builtin/am.c:1753
3303
+#: builtin/am.c:1731 builtin/am.c:1735
3304
#, c-format
3305
msgid "cannot resume: %s does not exist."
3306
msgstr "no es pot reprendre: %s no existeix."
3307
2653
-#: builtin/am.c:1769
3308
+#: builtin/am.c:1751
3309
msgid "cannot be interactive without stdin connected to a terminal."
3310
msgstr ""
3311
"no es pot ser interactiu sense que stdin sigui connectat a un terminal."
3312
2658
-#: builtin/am.c:1774
3313
+#: builtin/am.c:1756
3314
msgid "Commit Body is:"
3315
msgstr "El cos de la comissió és:"
3316
@@ -2663,37 +3318,37 @@ msgstr "El cos de la comissió és:"
3318
#. in your translation. The program will only accept English
3319
#. input at this point.
3320
#.
2666
-#: builtin/am.c:1784
3321
+#: builtin/am.c:1766
3322
msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
3323
msgstr ""
3324
"Voleu aplicar-lo? [y]es/[n]o/[e]dita/[v]isualitza el pedaç/[a]ccepta'ls "
3325
"tots: "
3326
2672
-#: builtin/am.c:1834
3327
+#: builtin/am.c:1816
3328
#, c-format
3329
msgid "Dirty index: cannot apply patches (dirty: %s)"
3330
msgstr "Índex brut: no es pot aplicar pedaços (bruts: %s)"
3331
2677
-#: builtin/am.c:1869 builtin/am.c:1941
3332
+#: builtin/am.c:1853 builtin/am.c:1925
3333
#, c-format
3334
msgid "Applying: %.*s"
2680
-msgstr "Aplicant: %.*s"
3335
+msgstr "S'està aplicant: %.*s"
3336
2682
-#: builtin/am.c:1885
3337
+#: builtin/am.c:1869
3338
msgid "No changes -- Patch already applied."
3339
msgstr "Sense canvis -- El pedaç ja s'ha aplicat."
3340
2686
-#: builtin/am.c:1893
3341
+#: builtin/am.c:1877
3342
#, c-format
3343
msgid "Patch failed at %s %.*s"
3344
msgstr "El pedaç ha fallat a %s %.*s"
3345
2691
-#: builtin/am.c:1899
3346
+#: builtin/am.c:1883
3347
#, c-format
3348
msgid "The copy of the patch that failed is found in: %s"
3349
msgstr "La còpia del pedaç que ha fallat es troba en: %s"
3350
2696
-#: builtin/am.c:1944
3351
+#: builtin/am.c:1928
3352
msgid ""
3353
"No changes - did you forget to use 'git add'?\n"
3354
"If there is nothing left to stage, chances are that something else\n"
@@ -2703,7 +3358,7 @@ msgstr ""
3358
"Si no hi ha res a allistar, probablement alguna altra cosa\n"
3359
"ja ha introduït els mateixos canvis; potser voleu ometre aquest pedaç."
3360
2706
-#: builtin/am.c:1951
3361
+#: builtin/am.c:1935
3362
msgid ""
3363
"You still have unmerged paths in your index.\n"
3364
"Did you forget to use 'git add'?"
@@ -2711,17 +3366,17 @@ msgstr ""
3366
"Encara teniu camins sense fusionar en el vostre índex.\n"
3367
"Heu oblidat d'usar 'git add'?"
3368
2714
-#: builtin/am.c:2059 builtin/am.c:2063 builtin/am.c:2075 builtin/reset.c:308
3369
+#: builtin/am.c:2043 builtin/am.c:2047 builtin/am.c:2059 builtin/reset.c:308
3370
#: builtin/reset.c:316
3371
#, c-format
3372
msgid "Could not parse object '%s'."
3373
msgstr "No s'ha pogut analitzar l'objecte '%s'."
3374
2720
-#: builtin/am.c:2111
3375
+#: builtin/am.c:2095
3376
msgid "failed to clean index"
3377
msgstr "s'ha fallat en netejar l'índex"
3378
2724
-#: builtin/am.c:2145
3379
+#: builtin/am.c:2129
3380
msgid ""
3381
"You seem to have moved HEAD since the last 'am' failure.\n"
3382
"Not rewinding to ORIG_HEAD"
@@ -2729,154 +3384,156 @@ msgstr ""
3384
"Sembla que heu mogut HEAD després de l'última fallada de 'am'.\n"
3385
"No rebobinant a ORIG_HEAD"
3386
2732
-#: builtin/am.c:2206
3387
+#: builtin/am.c:2192
3388
#, c-format
3389
msgid "Invalid value for --patch-format: %s"
3390
msgstr "Valor no vàlid per a --patch-format: %s"
3391
2737
-#: builtin/am.c:2239
3392
+#: builtin/am.c:2225
3393
msgid "git am [<options>] [(<mbox>|<Maildir>)...]"
3394
msgstr "git am [<opcions>] [(<bústia>|<directori-de-correu>)...]"
3395
2741
-#: builtin/am.c:2240
3396
+#: builtin/am.c:2226
3397
msgid "git am [<options>] (--continue | --skip | --abort)"
3398
msgstr "git am [<opcions>] (--continue | --skip | --abort)"
3399
2745
-#: builtin/am.c:2246
3400
+#: builtin/am.c:2232
3401
msgid "run interactively"
3402
msgstr "executa interactivament"
3403
2749
-#: builtin/am.c:2248
3404
+#: builtin/am.c:2234
3405
msgid "historical option -- no-op"
3406
msgstr "opció històrica -- no-op"
3407
2753
-#: builtin/am.c:2250
3408
+#: builtin/am.c:2236
3409
msgid "allow fall back on 3way merging if needed"
3410
msgstr "permet retrocedir a una fusió de 3 vies si és necessari"
3411
2757
-#: builtin/am.c:2251 builtin/init-db.c:474 builtin/prune-packed.c:57
2758
-#: builtin/repack.c:171
3412
+#: builtin/am.c:2237 builtin/init-db.c:481 builtin/prune-packed.c:57
3413
+#: builtin/repack.c:172
3414
msgid "be quiet"
3415
msgstr "calla"
3416
2762
-#: builtin/am.c:2253
3417
+#: builtin/am.c:2239
3418
msgid "add a Signed-off-by line to the commit message"
3419
msgstr "afegeix una línia Signed-off-by al missatge de comissió"
3420
2766
-#: builtin/am.c:2256
3421
+#: builtin/am.c:2242
3422
msgid "recode into utf8 (default)"
3423
msgstr "recodifica en utf8 (per defecte)"
3424
2770
-#: builtin/am.c:2258
3425
+#: builtin/am.c:2244
3426
msgid "pass -k flag to git-mailinfo"
3427
msgstr "passa la bandera -k al git-mailinfo"
3428
2774
-#: builtin/am.c:2260
3429
+#: builtin/am.c:2246
3430
msgid "pass -b flag to git-mailinfo"
3431
msgstr "passa la bandera -b al git-mailinfo"
3432
2778
-#: builtin/am.c:2262
3433
+#: builtin/am.c:2248
3434
msgid "pass -m flag to git-mailinfo"
3435
msgstr "passa la bandera -m al git-mailinfo"
3436
2782
-#: builtin/am.c:2264
3437
+#: builtin/am.c:2250
3438
msgid "pass --keep-cr flag to git-mailsplit for mbox format"
3439
msgstr "passa la bandera --keep-cr al git-mailsplit pel format mbox"
3440
2786
-#: builtin/am.c:2267
3441
+#: builtin/am.c:2253
3442
msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
3443
msgstr ""
3444
"no passis la bandera --keep-cr al git-mailsplit independent de am.keepcr"
3445
2791
-#: builtin/am.c:2270
3446
+#: builtin/am.c:2256
3447
msgid "strip everything before a scissors line"
3448
msgstr "despulla tot abans d'una línia de tissores"
3449
2795
-#: builtin/am.c:2271 builtin/apply.c:4544
3450
+#: builtin/am.c:2257 builtin/apply.c:4837
3451
msgid "action"
3452
msgstr "acció"
3453
2799
-#: builtin/am.c:2272 builtin/am.c:2275 builtin/am.c:2278 builtin/am.c:2281
2800
-#: builtin/am.c:2284 builtin/am.c:2287 builtin/am.c:2290 builtin/am.c:2293
2801
-#: builtin/am.c:2299
3454
+#: builtin/am.c:2258 builtin/am.c:2261 builtin/am.c:2264 builtin/am.c:2267
3455
+#: builtin/am.c:2270 builtin/am.c:2273 builtin/am.c:2276 builtin/am.c:2279
3456
+#: builtin/am.c:2285
3457
msgid "pass it through git-apply"
3458
msgstr "passa-ho a través del git-apply"
3459
2805
-#: builtin/am.c:2280 builtin/apply.c:4568
3460
+#: builtin/am.c:2266 builtin/apply.c:4861
3461
msgid "root"
3462
msgstr "arrel"
3463
2809
-#: builtin/am.c:2283 builtin/am.c:2286 builtin/apply.c:4506
2810
-#: builtin/apply.c:4509 builtin/clone.c:86 builtin/fetch.c:95
2811
-#: builtin/pull.c:171 builtin/submodule--helper.c:72
2812
-#: builtin/submodule--helper.c:160 builtin/submodule--helper.c:163
3464
+#: builtin/am.c:2269 builtin/am.c:2272 builtin/apply.c:4799
3465
+#: builtin/apply.c:4802 builtin/clone.c:90 builtin/fetch.c:96
3466
+#: builtin/pull.c:179 builtin/submodule--helper.c:277
3467
+#: builtin/submodule--helper.c:402 builtin/submodule--helper.c:482
3468
+#: builtin/submodule--helper.c:485 builtin/submodule--helper.c:823
3469
+#: builtin/submodule--helper.c:826
3470
msgid "path"
3471
msgstr "camí"
3472
2816
-#: builtin/am.c:2289 builtin/fmt-merge-msg.c:666 builtin/fmt-merge-msg.c:669
2817
-#: builtin/grep.c:704 builtin/merge.c:198 builtin/pull.c:131 builtin/pull.c:185
2818
-#: builtin/repack.c:178 builtin/repack.c:182 builtin/show-branch.c:645
3473
+#: builtin/am.c:2275 builtin/fmt-merge-msg.c:666 builtin/fmt-merge-msg.c:669
3474
+#: builtin/grep.c:706 builtin/merge.c:200 builtin/pull.c:134 builtin/pull.c:193
3475
+#: builtin/repack.c:181 builtin/repack.c:185 builtin/show-branch.c:645
3476
#: builtin/show-ref.c:175 builtin/tag.c:340 parse-options.h:132
3477
#: parse-options.h:134 parse-options.h:244
3478
msgid "n"
3479
msgstr "n"
3480
2824
-#: builtin/am.c:2292 builtin/apply.c:4512
3481
+#: builtin/am.c:2278 builtin/apply.c:4805
3482
msgid "num"
3483
msgstr "número"
3484
2828
-#: builtin/am.c:2295 builtin/for-each-ref.c:37 builtin/replace.c:438
3485
+#: builtin/am.c:2281 builtin/for-each-ref.c:37 builtin/replace.c:438
3486
#: builtin/tag.c:372
3487
msgid "format"
3488
msgstr "format"
3489
2833
-#: builtin/am.c:2296
3490
+#: builtin/am.c:2282
3491
msgid "format the patch(es) are in"
3492
msgstr "el format en el qual estan els pedaços"
3493
2837
-#: builtin/am.c:2302
3494
+#: builtin/am.c:2288
3495
msgid "override error message when patch failure occurs"
3496
msgstr ""
3497
"passa per alt el missatge d'error quan s'ocorre una fallada en apedaçar"
3498
2842
-#: builtin/am.c:2304
3499
+#: builtin/am.c:2290
3500
msgid "continue applying patches after resolving a conflict"
3501
msgstr "segueix aplicant pedaços després de resoldre un conflicte"
3502
2846
-#: builtin/am.c:2307
3503
+#: builtin/am.c:2293
3504
msgid "synonyms for --continue"
3505
msgstr "sinònims de --continue"
3506
2850
-#: builtin/am.c:2310
3507
+#: builtin/am.c:2296
3508
msgid "skip the current patch"
3509
msgstr "salta el pedaç actual"
3510
2854
-#: builtin/am.c:2313
3511
+#: builtin/am.c:2299
3512
msgid "restore the original branch and abort the patching operation."
3513
msgstr "restaura la branca original i avorta l'operació d'apedaçament."
3514
2858
-#: builtin/am.c:2317
3515
+#: builtin/am.c:2303
3516
msgid "lie about committer date"
3517
msgstr "menteix sobre la data del comitent"
3518
2862
-#: builtin/am.c:2319
3519
+#: builtin/am.c:2305
3520
msgid "use current timestamp for author date"
3521
msgstr "usa el marc de temps actual per la data d'autor"
3522
2866
-#: builtin/am.c:2321 builtin/commit.c:1593 builtin/merge.c:225
2867
-#: builtin/pull.c:159 builtin/revert.c:92 builtin/tag.c:355
3523
+#: builtin/am.c:2307 builtin/commit.c:1610 builtin/merge.c:229
3524
+#: builtin/pull.c:164 builtin/revert.c:92 builtin/tag.c:355
3525
msgid "key-id"
3526
msgstr "ID de clau"
3527
2871
-#: builtin/am.c:2322
3528
+#: builtin/am.c:2308
3529
msgid "GPG-sign commits"
2873
-msgstr "firma les comissions amb GPG"
3530
+msgstr "signa les comissions amb GPG"
3531
2875
-#: builtin/am.c:2325
3532
+#: builtin/am.c:2311
3533
msgid "(internal use for git-rebase)"
3534
msgstr "(ús intern per al git-rebase)"
3535
2879
-#: builtin/am.c:2340
3536
+#: builtin/am.c:2326
3537
msgid ""
3538
"The -b/--binary option has been a no-op for long time, and\n"
3539
"it will be removed. Please do not use it anymore."
@@ -2884,18 +3541,18 @@ msgstr ""
3541
"Fa molt que l'opció -b/--binary no ha fet res, i\n"
3542
"s'eliminarà. Si us plau, no l'useu més."
3543
2887
-#: builtin/am.c:2347
3544
+#: builtin/am.c:2333
3545
msgid "failed to read the index"
3546
msgstr "s'ha fallat en llegir l'índex"
3547
2891
-#: builtin/am.c:2362
3548
+#: builtin/am.c:2348
3549
#, c-format
3550
msgid "previous rebase directory %s still exists but mbox given."
3551
msgstr ""
3552
"un directori de rebasament anterior %s encara existeix però s'ha donat una "
3553
"bústia."
3554
2898
-#: builtin/am.c:2386
3555
+#: builtin/am.c:2372
3556
#, c-format
3557
msgid ""
3558
"Stray %s directory found.\n"
@@ -2904,73 +3561,73 @@ msgstr ""
3561
"Directori %s extraviat trobat.\n"
3562
"Useu \"git am --abort\" per a eliminar-lo."
3563
2907
-#: builtin/am.c:2392
3564
+#: builtin/am.c:2378
3565
msgid "Resolve operation not in progress, we are not resuming."
3566
msgstr "Operació de resolució no en curs; no reprenem."
3567
2911
-#: builtin/apply.c:59
3568
+#: builtin/apply.c:122
3569
msgid "git apply [<options>] [<patch>...]"
3570
msgstr "git apply [<opcions>] [<pedaç>...]"
3571
2915
-#: builtin/apply.c:111
3572
+#: builtin/apply.c:153
3573
#, c-format
3574
msgid "unrecognized whitespace option '%s'"
3575
msgstr "opció d'espai en blanc '%s' no reconeguda"
3576
2920
-#: builtin/apply.c:126
3577
+#: builtin/apply.c:169
3578
#, c-format
3579
msgid "unrecognized whitespace ignore option '%s'"
3580
msgstr "opció d'ignoral d'espai en blanc '%s' no reconeguda"
3581
2925
-#: builtin/apply.c:818
3582
+#: builtin/apply.c:854
3583
#, c-format
3584
msgid "Cannot prepare timestamp regexp %s"
3585
msgstr "No es pot preparar l'expressió regular de marca de temps %s"
3586
2930
-#: builtin/apply.c:827
3587
+#: builtin/apply.c:863
3588
#, c-format
3589
msgid "regexec returned %d for input: %s"
3590
msgstr "regexec ha retornat %d per l'entrada: %s"
3591
2935
-#: builtin/apply.c:908
3592
+#: builtin/apply.c:947
3593
#, c-format
3594
msgid "unable to find filename in patch at line %d"
3595
msgstr "no s'ha pogut trobar el nom de fitxer en el pedaç a la línia %d"
3596
2940
-#: builtin/apply.c:940
3597
+#: builtin/apply.c:984
3598
#, c-format
3599
msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
3600
msgstr ""
3601
"git apply: git-diff dolent - /dev/null esperat, %s rebut en la línia %d"
3602
2946
-#: builtin/apply.c:944
3603
+#: builtin/apply.c:989
3604
#, c-format
3605
msgid "git apply: bad git-diff - inconsistent new filename on line %d"
3606
msgstr ""
3607
"git apply: git-diff dolent - nom de fitxer nou inconsistent en la línia %d"
3608
2952
-#: builtin/apply.c:945
3609
+#: builtin/apply.c:990
3610
#, c-format
3611
msgid "git apply: bad git-diff - inconsistent old filename on line %d"
3612
msgstr ""
3613
"git apply: git-diff dolent - nom de fitxer antic inconsistent en la línia %d"
3614
2958
-#: builtin/apply.c:952
3615
+#: builtin/apply.c:995
3616
#, c-format
3617
msgid "git apply: bad git-diff - expected /dev/null on line %d"
3618
msgstr "git apply: git-diff dolent - /dev/null esperat en la línia %d"
3619
2963
-#: builtin/apply.c:1415
3620
+#: builtin/apply.c:1489
3621
#, c-format
3622
msgid "recount: unexpected line: %.*s"
3623
msgstr "recompte: línia inesperada: %.*s"
3624
2968
-#: builtin/apply.c:1472
3625
+#: builtin/apply.c:1550
3626
#, c-format
3627
msgid "patch fragment without header at line %d: %.*s"
3628
msgstr "fragment de pedaç sense capçalera a la línia %d: %.*s"
3629
2973
-#: builtin/apply.c:1489
3630
+#: builtin/apply.c:1567
3631
#, c-format
3632
msgid ""
3633
"git diff header lacks filename information when removing %d leading pathname "
@@ -2985,77 +3642,77 @@ msgstr[1] ""
3642
"a la capçalera de git diff li manca informació de nom de fitxer en eliminar "
3643
"%d components de nom de camí inicial (línia %d)"
3644
2988
-#: builtin/apply.c:1655
3645
+#: builtin/apply.c:1743
3646
msgid "new file depends on old contents"
3647
msgstr "el fitxer nou depèn dels continguts antics"
3648
2992
-#: builtin/apply.c:1657
3649
+#: builtin/apply.c:1745
3650
msgid "deleted file still has contents"
3651
msgstr "el fitxer suprimit encara té continguts"
3652
2996
-#: builtin/apply.c:1683
3653
+#: builtin/apply.c:1774
3654
#, c-format
3655
msgid "corrupt patch at line %d"
3656
msgstr "el pedaç és malmès a la línia %d"
3657
3001
-#: builtin/apply.c:1719
3658
+#: builtin/apply.c:1810
3659
#, c-format
3660
msgid "new file %s depends on old contents"
3661
msgstr "el fitxer nou %s depèn dels continguts antics"
3662
3006
-#: builtin/apply.c:1721
3663
+#: builtin/apply.c:1812
3664
#, c-format
3665
msgid "deleted file %s still has contents"
3666
msgstr "el fitxer suprimit %s encara té continguts"
3667
3011
-#: builtin/apply.c:1724
3668
+#: builtin/apply.c:1815
3669
#, c-format
3670
msgid "** warning: file %s becomes empty but is not deleted"
3014
-msgstr "** avís: el fitxer %s queda buit però no se suprimeix"
3671
+msgstr "** advertència: el fitxer %s queda buit però no se suprimeix"
3672
3016
-#: builtin/apply.c:1870
3673
+#: builtin/apply.c:1962
3674
#, c-format
3675
msgid "corrupt binary patch at line %d: %.*s"
3676
msgstr "pedaç binari malmès a la línia %d: %.*s"
3677
3021
-#: builtin/apply.c:1899
3678
+#: builtin/apply.c:1999
3679
#, c-format
3680
msgid "unrecognized binary patch at line %d"
3681
msgstr "pedaç binari no reconegut a la línia %d"
3682
3026
-#: builtin/apply.c:2050
3683
+#: builtin/apply.c:2154
3684
#, c-format
3685
msgid "patch with only garbage at line %d"
3686
msgstr "pedaç amb només escombraries a la línia %d"
3687
3031
-#: builtin/apply.c:2140
3688
+#: builtin/apply.c:2244
3689
#, c-format
3690
msgid "unable to read symlink %s"
3691
msgstr "no s'ha pogut llegir l'enllaç simbòlic %s"
3692
3036
-#: builtin/apply.c:2144
3693
+#: builtin/apply.c:2248
3694
#, c-format
3695
msgid "unable to open or read %s"
3696
msgstr "no s'ha pogut obrir o llegir %s"
3697
3041
-#: builtin/apply.c:2777
3698
+#: builtin/apply.c:2901
3699
#, c-format
3700
msgid "invalid start of line: '%c'"
3701
msgstr "inici de línia no vàlid: '%c'"
3702
3046
-#: builtin/apply.c:2896
3703
+#: builtin/apply.c:3020
3704
#, c-format
3705
msgid "Hunk #%d succeeded at %d (offset %d line)."
3706
msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
3707
msgstr[0] "El tros #%d ha tingut èxit a %d (desplaçament %d línia)."
3708
msgstr[1] "El tros #%d ha tingut èxit a %d (desplaçament %d línies)."
3709
3053
-#: builtin/apply.c:2908
3710
+#: builtin/apply.c:3032
3711
#, c-format
3712
msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
3713
msgstr "El context s'ha reduït a (%ld/%ld) per a aplicar el fragment a %d"
3714
3058
-#: builtin/apply.c:2914
3715
+#: builtin/apply.c:3038
3716
#, c-format
3717
msgid ""
3718
"while searching for:\n"
@@ -3064,336 +3721,341 @@ msgstr ""
3721
"tot cercant:\n"
3722
"%.*s"
3723
3067
-#: builtin/apply.c:2934
3724
+#: builtin/apply.c:3060
3725
#, c-format
3726
msgid "missing binary patch data for '%s'"
3727
msgstr "manquen les dades de pedaç binari de '%s'"
3728
3072
-#: builtin/apply.c:3035
3729
+#: builtin/apply.c:3163
3730
#, c-format
3731
msgid "binary patch does not apply to '%s'"
3732
msgstr "el pedaç binari no s'aplica a '%s'"
3733
3077
-#: builtin/apply.c:3041
3734
+#: builtin/apply.c:3169
3735
#, c-format
3736
msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
3737
msgstr ""
3738
"el pedaç binari a '%s' crea un resultat incorrecte (esperant %s, %s rebut)"
3739
3083
-#: builtin/apply.c:3062
3740
+#: builtin/apply.c:3190
3741
#, c-format
3742
msgid "patch failed: %s:%ld"
3743
msgstr "el pedaç ha fallat: %s:%ld"
3744
3088
-#: builtin/apply.c:3186
3745
+#: builtin/apply.c:3314
3746
#, c-format
3747
msgid "cannot checkout %s"
3748
msgstr "no es pot agafar %s"
3749
3093
-#: builtin/apply.c:3231 builtin/apply.c:3242 builtin/apply.c:3287
3094
-#, c-format
3095
-msgid "read of %s failed"
3096
-msgstr "la lectura de %s ha fallat"
3097
-
3098
-#: builtin/apply.c:3239
3750
+#: builtin/apply.c:3370
3751
#, c-format
3752
msgid "reading from '%s' beyond a symbolic link"
3101
-msgstr "llegint de '%s' més enllà d'un enllaç simbòlic"
3753
+msgstr "s'està llegint de '%s' més enllà d'un enllaç simbòlic"
3754
3103
-#: builtin/apply.c:3267 builtin/apply.c:3489
3755
+#: builtin/apply.c:3399 builtin/apply.c:3630
3756
#, c-format
3757
msgid "path %s has been renamed/deleted"
3758
msgstr "el camí %s s'ha canviat de nom / s'ha suprimit"
3759
3108
-#: builtin/apply.c:3348 builtin/apply.c:3503
3760
+#: builtin/apply.c:3482 builtin/apply.c:3644
3761
#, c-format
3762
msgid "%s: does not exist in index"
3763
msgstr "%s: no existeix en l'índex"
3764
3113
-#: builtin/apply.c:3352 builtin/apply.c:3495 builtin/apply.c:3517
3765
+#: builtin/apply.c:3486 builtin/apply.c:3636 builtin/apply.c:3658
3766
#, c-format
3767
msgid "%s: %s"
3768
msgstr "%s: %s"
3769
3118
-#: builtin/apply.c:3357 builtin/apply.c:3511
3770
+#: builtin/apply.c:3491 builtin/apply.c:3652
3771
#, c-format
3772
msgid "%s: does not match index"
3773
msgstr "%s: no coincideix amb l'índex"
3774
3123
-#: builtin/apply.c:3459
3775
+#: builtin/apply.c:3597
3776
msgid "removal patch leaves file contents"
3777
msgstr "el pedaç d'eliminació deixa els continguts dels fitxers"
3778
3127
-#: builtin/apply.c:3528
3779
+#: builtin/apply.c:3669
3780
#, c-format
3781
msgid "%s: wrong type"
3782
msgstr "%s: tipus erroni"
3783
3132
-#: builtin/apply.c:3530
3784
+#: builtin/apply.c:3671
3785
#, c-format
3786
msgid "%s has type %o, expected %o"
3787
msgstr "%s és del tipus %o, s'esperava %o"
3788
3137
-#: builtin/apply.c:3689 builtin/apply.c:3691
3789
+#: builtin/apply.c:3822 builtin/apply.c:3824
3790
#, c-format
3791
msgid "invalid path '%s'"
3792
msgstr "camí no vàlid: %s"
3793
3142
-#: builtin/apply.c:3746
3794
+#: builtin/apply.c:3879
3795
#, c-format
3796
msgid "%s: already exists in index"
3797
msgstr "%s: ja existeix en l'índex"
3798
3147
-#: builtin/apply.c:3749
3799
+#: builtin/apply.c:3882
3800
#, c-format
3801
msgid "%s: already exists in working directory"
3802
msgstr "%s: ja existeix en el directori de treball"
3803
3152
-#: builtin/apply.c:3769
3804
+#: builtin/apply.c:3902
3805
#, c-format
3806
msgid "new mode (%o) of %s does not match old mode (%o)"
3807
msgstr "el mode nou (%o) de %s no coincideix amb el mode antic (%o)"
3808
3157
-#: builtin/apply.c:3774
3809
+#: builtin/apply.c:3907
3810
#, c-format
3811
msgid "new mode (%o) of %s does not match old mode (%o) of %s"
3812
msgstr "el mode nou (%o) de %s no coincideix amb el mode antic (%o) de %s"
3813
3162
-#: builtin/apply.c:3794
3814
+#: builtin/apply.c:3927
3815
#, c-format
3816
msgid "affected file '%s' is beyond a symbolic link"
3817
msgstr "el fitxer afectat '%s' és més enllà d'un enllaç simbòlic"
3818
3167
-#: builtin/apply.c:3798
3819
+#: builtin/apply.c:3931
3820
#, c-format
3821
msgid "%s: patch does not apply"
3822
msgstr "%s: el pedaç no s'aplica"
3823
3172
-#: builtin/apply.c:3812
3824
+#: builtin/apply.c:3945
3825
#, c-format
3826
msgid "Checking patch %s..."
3175
-msgstr "Comprovant el pedaç %s..."
3827
+msgstr "S'està comprovant el pedaç %s..."
3828
3177
-#: builtin/apply.c:3905 builtin/checkout.c:233 builtin/reset.c:135
3829
+#: builtin/apply.c:4038 builtin/checkout.c:233 builtin/reset.c:135
3830
#, c-format
3831
msgid "make_cache_entry failed for path '%s'"
3832
msgstr "make_cache_entry ha fallat per al camí '%s'"
3833
3182
-#: builtin/apply.c:4048
3834
+#: builtin/apply.c:4182
3835
#, c-format
3836
msgid "unable to remove %s from index"
3837
msgstr "no s'ha pogut eliminar %s de l'índex"
3838
3187
-#: builtin/apply.c:4077
3839
+#: builtin/apply.c:4215
3840
#, c-format
3841
msgid "corrupt patch for submodule %s"
3842
msgstr "pedaç malmès per al submòdul %s"
3843
3192
-#: builtin/apply.c:4081
3844
+#: builtin/apply.c:4219
3845
#, c-format
3846
msgid "unable to stat newly created file '%s'"
3847
msgstr "no s'ha pogut fer stat al fitxer novament creat '%s'"
3848
3197
-#: builtin/apply.c:4086
3849
+#: builtin/apply.c:4224
3850
#, c-format
3851
msgid "unable to create backing store for newly created file %s"
3852
msgstr ""
3853
"no s'ha pogut crear un magatzem de recolzament per al fitxer novament creat "
3854
"%s"
3855
3204
-#: builtin/apply.c:4089 builtin/apply.c:4197
3856
+#: builtin/apply.c:4227 builtin/apply.c:4340
3857
#, c-format
3858
msgid "unable to add cache entry for %s"
3859
msgstr "no s'ha pogut afegir una entrada de cau per a %s"
3860
3209
-#: builtin/apply.c:4122
3861
+#: builtin/apply.c:4260
3862
#, c-format
3863
msgid "closing file '%s'"
3212
-msgstr "tancant el fitxer '%s'"
3864
+msgstr "s'està tancant el fitxer '%s'"
3865
3214
-#: builtin/apply.c:4171
3866
+#: builtin/apply.c:4313
3867
#, c-format
3868
msgid "unable to write file '%s' mode %o"
3869
msgstr "no s'ha pogut escriure el fitxer '%s' mode %o"
3870
3219
-#: builtin/apply.c:4258
3871
+#: builtin/apply.c:4403
3872
#, c-format
3873
msgid "Applied patch %s cleanly."
3874
msgstr "El pedaç %s s'ha aplicat netament."
3875
3224
-#: builtin/apply.c:4266
3876
+#: builtin/apply.c:4411
3877
msgid "internal error"
3878
msgstr "error intern"
3879
3228
-#: builtin/apply.c:4269
3880
+#: builtin/apply.c:4414
3881
#, c-format
3882
msgid "Applying patch %%s with %d reject..."
3883
msgid_plural "Applying patch %%s with %d rejects..."
3232
-msgstr[0] "Aplicant el pedaç %%s amb %d rebuig"
3233
-msgstr[1] "Aplicant el pedaç %%s amb %d rebuitjos"
3884
+msgstr[0] "S'està aplicant el pedaç %%s amb %d rebuig..."
3885
+msgstr[1] "S'està aplicant el pedaç %%s amb %d rebuitjos..."
3886
3235
-#: builtin/apply.c:4279
3887
+#: builtin/apply.c:4424
3888
#, c-format
3889
msgid "truncating .rej filename to %.*s.rej"
3238
-msgstr "truncant el nom del fitxer .rej a %.*s.rej"
3890
+msgstr "s'està truncant el nom del fitxer .rej a %.*s.rej"
3891
+
3892
+#: builtin/apply.c:4432
3893
+#, c-format
3894
+msgid "cannot open %s: %s"
3895
+msgstr "no es pot obrir %s: %s"
3896
3240
-#: builtin/apply.c:4300
3897
+#: builtin/apply.c:4445
3898
#, c-format
3899
msgid "Hunk #%d applied cleanly."
3900
msgstr "El tros #%d s'ha aplicat netament."
3901
3245
-#: builtin/apply.c:4303
3902
+#: builtin/apply.c:4448
3903
#, c-format
3904
msgid "Rejected hunk #%d."
3905
msgstr "S'ha rebutjat el tros #%d."
3906
3250
-#: builtin/apply.c:4393
3907
+#: builtin/apply.c:4537
3908
+#, c-format
3909
+msgid "Skipped patch '%s'."
3910
+msgstr "S'ha saltat el pedaç '%s'."
3911
+
3912
+#: builtin/apply.c:4545
3913
msgid "unrecognized input"
3914
msgstr "entrada no reconeguda"
3915
3254
-#: builtin/apply.c:4404
3916
+#: builtin/apply.c:4556
3917
msgid "unable to read index file"
3918
msgstr "no es pot llegir el fitxer d'índex"
3919
3258
-#: builtin/apply.c:4507
3920
+#: builtin/apply.c:4701
3921
+msgid "--3way outside a repository"
3922
+msgstr "--3way fora d'un dipòsit"
3923
+
3924
+#: builtin/apply.c:4709
3925
+msgid "--index outside a repository"
3926
+msgstr "--index fora d'un dipòsit"
3927
+
3928
+#: builtin/apply.c:4712
3929
+msgid "--cached outside a repository"
3930
+msgstr "--cached fora d'un dipòsit"
3931
+
3932
+#: builtin/apply.c:4745
3933
+#, c-format
3934
+msgid "can't open patch '%s'"
3935
+msgstr "no es pot obrir el pedaç '%s'"
3936
+
3937
+#: builtin/apply.c:4760
3938
+#, c-format
3939
+msgid "squelched %d whitespace error"
3940
+msgid_plural "squelched %d whitespace errors"
3941
+msgstr[0] "s'ha omès %d error d'espai en blanc"
3942
+msgstr[1] "s'han omès %d errors d'espai en blanc"
3943
+
3944
+#: builtin/apply.c:4766 builtin/apply.c:4776
3945
+#, c-format
3946
+msgid "%d line adds whitespace errors."
3947
+msgid_plural "%d lines add whitespace errors."
3948
+msgstr[0] "%d línia afegeix errors d'espai en blanc."
3949
+msgstr[1] "%d línies afegeixen errors d'espai en blanc."
3950
+
3951
+#: builtin/apply.c:4800
3952
msgid "don't apply changes matching the given path"
3953
msgstr "no apliquis els canvis que coincideixin amb el camí donat"
3954
3262
-#: builtin/apply.c:4510
3955
+#: builtin/apply.c:4803
3956
msgid "apply changes matching the given path"
3957
msgstr "aplica els canvis que coincideixin amb el camí donat"
3958
3266
-#: builtin/apply.c:4513
3959
+#: builtin/apply.c:4806
3960
msgid "remove <num> leading slashes from traditional diff paths"
3961
msgstr ""
3962
"elimina <nombre> barres obliqües inicials dels camins de diferència "
3963
"tradicionals"
3964
3272
-#: builtin/apply.c:4516
3965
+#: builtin/apply.c:4809
3966
msgid "ignore additions made by the patch"
3967
msgstr "ignora afegiments fets pel pedaç"
3968
3276
-#: builtin/apply.c:4518
3969
+#: builtin/apply.c:4811
3970
msgid "instead of applying the patch, output diffstat for the input"
3971
msgstr ""
3972
"en lloc d'aplicar el pedaç, emet les estadístiques de diferència de l'entrada"
3973
3281
-#: builtin/apply.c:4522
3974
+#: builtin/apply.c:4815
3975
msgid "show number of added and deleted lines in decimal notation"
3976
msgstr "mostra el nombre de línies afegides i suprimides en notació decimal"
3977
3285
-#: builtin/apply.c:4524
3978
+#: builtin/apply.c:4817
3979
msgid "instead of applying the patch, output a summary for the input"
3980
msgstr "en lloc d'aplicar el pedaç, emet un resum de l'entrada"
3981
3289
-#: builtin/apply.c:4526
3982
+#: builtin/apply.c:4819
3983
msgid "instead of applying the patch, see if the patch is applicable"
3984
msgstr "en lloc d'aplicar el pedaç, veges si el pedaç és aplicable"
3985
3293
-#: builtin/apply.c:4528
3986
+#: builtin/apply.c:4821
3987
msgid "make sure the patch is applicable to the current index"
3988
msgstr "assegura que el pedaç sigui aplicable a l'índex actual"
3989
3297
-#: builtin/apply.c:4530
3990
+#: builtin/apply.c:4823
3991
msgid "apply a patch without touching the working tree"
3992
msgstr "aplica un pedaç sense tocar l'arbre de treball"
3993
3301
-#: builtin/apply.c:4532
3994
+#: builtin/apply.c:4825
3995
msgid "accept a patch that touches outside the working area"
3996
msgstr "accepta un pedaç que toqui fora de l'àrea de treball"
3997
3305
-#: builtin/apply.c:4534
3998
+#: builtin/apply.c:4827
3999
msgid "also apply the patch (use with --stat/--summary/--check)"
4000
msgstr "aplica el pedaç també (useu amb --stat/--summary/--check)"
4001
3309
-#: builtin/apply.c:4536
4002
+#: builtin/apply.c:4829
4003
msgid "attempt three-way merge if a patch does not apply"
4004
msgstr "intenta una fusió de tres vies si el pedaç no s'aplica"
4005
3313
-#: builtin/apply.c:4538
4006
+#: builtin/apply.c:4831
4007
msgid "build a temporary index based on embedded index information"
4008
msgstr "construeix un índex temporal basat en la informació d'índex incrustada"
4009
3317
-#: builtin/apply.c:4541 builtin/checkout-index.c:169 builtin/ls-files.c:425
4010
+#: builtin/apply.c:4834 builtin/checkout-index.c:169 builtin/ls-files.c:426
4011
msgid "paths are separated with NUL character"
4012
msgstr "els camins se separen amb el caràcter NUL"
4013
3321
-#: builtin/apply.c:4543
4014
+#: builtin/apply.c:4836
4015
msgid "ensure at least <n> lines of context match"
4016
msgstr "assegura't que almenys <n> línies de context coincideixin"
4017
3325
-#: builtin/apply.c:4545
4018
+#: builtin/apply.c:4838
4019
msgid "detect new or modified lines that have whitespace errors"
4020
msgstr ""
4021
"detecta les línies noves o modificades que tinguin errors d'espai en blanc"
4022
3330
-#: builtin/apply.c:4548 builtin/apply.c:4551
4023
+#: builtin/apply.c:4841 builtin/apply.c:4844
4024
msgid "ignore changes in whitespace when finding context"
4025
msgstr "ignora els canvis d'espai en blanc en cercar context"
4026
3334
-#: builtin/apply.c:4554
4027
+#: builtin/apply.c:4847
4028
msgid "apply the patch in reverse"
4029
msgstr "aplica el pedaç al revés"
4030
3338
-#: builtin/apply.c:4556
4031
+#: builtin/apply.c:4849
4032
msgid "don't expect at least one line of context"
4033
msgstr "no esperis almenys una línia de context"
4034
3342
-#: builtin/apply.c:4558
4035
+#: builtin/apply.c:4851
4036
msgid "leave the rejected hunks in corresponding *.rej files"
4037
msgstr "deixa els trossos rebutjats en fitxers *.reg coresspondents"
4038
3346
-#: builtin/apply.c:4560
4039
+#: builtin/apply.c:4853
4040
msgid "allow overlapping hunks"
4041
msgstr "permet trossos encavalcants"
4042
3350
-#: builtin/apply.c:4563
4043
+#: builtin/apply.c:4856
4044
msgid "tolerate incorrectly detected missing new-line at the end of file"
4045
msgstr "tolera una línia nova incorrectament detectada al final del fitxer"
4046
3354
-#: builtin/apply.c:4566
4047
+#: builtin/apply.c:4859
4048
msgid "do not trust the line counts in the hunk headers"
4049
msgstr "no confiïs en els recomptes de línia en les capçaleres dels trossos"
4050
3358
-#: builtin/apply.c:4569
4051
+#: builtin/apply.c:4862
4052
msgid "prepend <root> to all filenames"
4053
msgstr "anteposa <arrel> a tots els noms de fitxer"
4054
3362
-#: builtin/apply.c:4591
3363
-msgid "--3way outside a repository"
3364
-msgstr "--3way fora d'un dipòsit"
3365
-
3366
-#: builtin/apply.c:4599
3367
-msgid "--index outside a repository"
3368
-msgstr "--index fora d'un dipòsit"
3369
-
3370
-#: builtin/apply.c:4602
3371
-msgid "--cached outside a repository"
3372
-msgstr "--cached fora d'un dipòsit"
3373
-
3374
-#: builtin/apply.c:4621
3375
-#, c-format
3376
-msgid "can't open patch '%s'"
3377
-msgstr "no es pot obrir el pedaç '%s'"
3378
-
3379
-#: builtin/apply.c:4635
3380
-#, c-format
3381
-msgid "squelched %d whitespace error"
3382
-msgid_plural "squelched %d whitespace errors"
3383
-msgstr[0] "%d error d'espai en blanc omès"
3384
-msgstr[1] "%d errors d'espai en blanc omesos"
3385
-
3386
-#: builtin/apply.c:4641 builtin/apply.c:4651
3387
-#, c-format
3388
-msgid "%d line adds whitespace errors."
3389
-msgid_plural "%d lines add whitespace errors."
3390
-msgstr[0] "%d línia afegeix errors d'espai en blanc."
3391
-msgstr[1] "%d línies afegeixen errors d'espai en blanc."
3392
-
4055
#: builtin/archive.c:17
4056
#, c-format
4057
msgid "could not create archive file '%s'"
3396
-msgstr "no es pot crear el fitxer d'arxiu '%s'"
4058
+msgstr "no s'ha pogut crear el fitxer d'arxiu '%s'"
4059
4060
#: builtin/archive.c:20
4061
msgid "could not redirect output"
@@ -3445,109 +4107,109 @@ msgstr "git blame [<opcions>] [<opcions-de-revisió>] [<revisió>] [--] fitxer"
4107
msgid "<rev-opts> are documented in git-rev-list(1)"
4108
msgstr "es documenten les <opcions-de-revisió> en git-rev-list(1)"
4109
3448
-#: builtin/blame.c:1782
4110
+#: builtin/blame.c:1781
4111
msgid "Blaming lines"
3450
-msgstr "Culpant les línies"
4112
+msgstr "S'estan culpant les línies"
4113
3452
-#: builtin/blame.c:2530
4114
+#: builtin/blame.c:2536
4115
msgid "Show blame entries as we find them, incrementally"
4116
msgstr "Mostra les entrades de culpa mentre les trobem, incrementalment"
4117
3456
-#: builtin/blame.c:2531
4118
+#: builtin/blame.c:2537
4119
msgid "Show blank SHA-1 for boundary commits (Default: off)"
4120
msgstr ""
4121
"Mostra un SHA-1 en blanc per les comissions de frontera (Per defecte: "
4122
"desactivat)"
4123
3462
-#: builtin/blame.c:2532
4124
+#: builtin/blame.c:2538
4125
msgid "Do not treat root commits as boundaries (Default: off)"
4126
msgstr ""
4127
"No tractis les comissions d'arrel com a límits (Per defecte: desactivat)"
4128
3467
-#: builtin/blame.c:2533
4129
+#: builtin/blame.c:2539
4130
msgid "Show work cost statistics"
4131
msgstr "Mostra les estadístiques de preu de treball"
4132
3471
-#: builtin/blame.c:2534
4133
+#: builtin/blame.c:2540
4134
msgid "Force progress reporting"
4135
msgstr "Força l'informe de progrés"
4136
3475
-#: builtin/blame.c:2535
4137
+#: builtin/blame.c:2541
4138
msgid "Show output score for blame entries"
4139
msgstr "Mostra la puntuació de sortida de les entrades de culpa"
4140
3479
-#: builtin/blame.c:2536
4141
+#: builtin/blame.c:2542
4142
msgid "Show original filename (Default: auto)"
4143
msgstr "Mostra el nom de fitxer original (Per defecte: automàtic)"
4144
3483
-#: builtin/blame.c:2537
4145
+#: builtin/blame.c:2543
4146
msgid "Show original linenumber (Default: off)"
4147
msgstr "Mostra el número de línia original (Per defecte: desactivat)"
4148
3487
-#: builtin/blame.c:2538
4149
+#: builtin/blame.c:2544
4150
msgid "Show in a format designed for machine consumption"
4151
msgstr "Presenta en un format dissenyat per consumpció per màquina"
4152
3491
-#: builtin/blame.c:2539
4153
+#: builtin/blame.c:2545
4154
msgid "Show porcelain format with per-line commit information"
4155
msgstr "Mostra el format de porcellana amb informació de comissió per línia"
4156
3495
-#: builtin/blame.c:2540
4157
+#: builtin/blame.c:2546
4158
msgid "Use the same output mode as git-annotate (Default: off)"
4159
msgstr ""
4160
"Usa el mateix mode de sortida que git-annotate (Per defecte: desactivat)"
4161
3500
-#: builtin/blame.c:2541
4162
+#: builtin/blame.c:2547
4163
msgid "Show raw timestamp (Default: off)"
4164
msgstr "Mostra la marca de temps crua (Per defecte: desactivat)"
4165
3504
-#: builtin/blame.c:2542
4166
+#: builtin/blame.c:2548
4167
msgid "Show long commit SHA1 (Default: off)"
4168
msgstr "Mostra l'SHA1 de comissió llarg (Per defecte: desactivat)"
4169
3508
-#: builtin/blame.c:2543
4170
+#: builtin/blame.c:2549
4171
msgid "Suppress author name and timestamp (Default: off)"
4172
msgstr "Omet el nom d'autor i la marca de temps (Per defecte: desactivat)"
4173
3512
-#: builtin/blame.c:2544
4174
+#: builtin/blame.c:2550
4175
msgid "Show author email instead of name (Default: off)"
4176
msgstr ""
4177
"Mostra l'adreça de correu electrònic de l'autor en lloc del nom (Per "
4178
"defecte: desactivat)"
4179
3518
-#: builtin/blame.c:2545
4180
+#: builtin/blame.c:2551
4181
msgid "Ignore whitespace differences"
4182
msgstr "Ignora les diferències d'espai en blanc"
4183
3522
-#: builtin/blame.c:2546
4184
+#: builtin/blame.c:2552
4185
msgid "Spend extra cycles to find better match"
4186
msgstr "Gasta cicles extres per a trobar una coincidència millor"
4187
3526
-#: builtin/blame.c:2547
4188
+#: builtin/blame.c:2553
4189
msgid "Use revisions from <file> instead of calling git-rev-list"
4190
msgstr "Usa les revisions de <fitxer> en lloc d'invocar git-rev-list"
4191
3530
-#: builtin/blame.c:2548
4192
+#: builtin/blame.c:2554
4193
msgid "Use <file>'s contents as the final image"
4194
msgstr "Usa els continguts de <fitxer> com a la imatge final"
4195
3534
-#: builtin/blame.c:2549 builtin/blame.c:2550
4196
+#: builtin/blame.c:2555 builtin/blame.c:2556
4197
msgid "score"
4198
msgstr "puntuació"
4199
3538
-#: builtin/blame.c:2549
4200
+#: builtin/blame.c:2555
4201
msgid "Find line copies within and across files"
4202
msgstr "Troba còpies de línia dins i a través dels fitxers"
4203
3542
-#: builtin/blame.c:2550
4204
+#: builtin/blame.c:2556
4205
msgid "Find line movements within and across files"
4206
msgstr "Troba moviments de línia dins i a través dels fitxers"
4207
3546
-#: builtin/blame.c:2551
4208
+#: builtin/blame.c:2557
4209
msgid "n,m"
4210
msgstr "n,m"
4211
3550
-#: builtin/blame.c:2551
4212
+#: builtin/blame.c:2557
4213
msgid "Process only line range n,m, counting from 1"
4214
msgstr "Processa només el rang de línies n,m, comptant des d'1"
4215
@@ -3557,56 +4219,56 @@ msgstr "Processa només el rang de línies n,m, comptant des d'1"
4219
#. takes 22 places, is the longest among various forms of
4220
#. relative timestamps, but your language may need more or
4221
#. fewer display columns.
3560
-#: builtin/blame.c:2640
4222
+#: builtin/blame.c:2649
4223
msgid "4 years, 11 months ago"
4224
msgstr "fa 4 anys i 11 mesos"
4225
3564
-#: builtin/branch.c:25
4226
+#: builtin/branch.c:26
4227
msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
4228
msgstr "git branch [<opcions>] [-r | -a] [--merged | --no-merged]"
4229
3568
-#: builtin/branch.c:26
4230
+#: builtin/branch.c:27
4231
msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
4232
msgstr "git branch [<opcions>] [-l] [-f] <nom-de-branca> [<punt-inicial>]"
4233
3572
-#: builtin/branch.c:27
4234
+#: builtin/branch.c:28
4235
msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
4236
msgstr "git branch [<opcions>] [-r] (-d | -D) <nom-de-branca>..."
4237
3576
-#: builtin/branch.c:28
4238
+#: builtin/branch.c:29
4239
msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
4240
msgstr "git branch [<opcions>] (-m | -M) [<branca-antiga>] <branca-nova>"
4241
3580
-#: builtin/branch.c:29
4242
+#: builtin/branch.c:30
4243
msgid "git branch [<options>] [-r | -a] [--points-at]"
4244
msgstr "git branch [<opcions>] [-r | -a] [--points-at]"
4245
3584
-#: builtin/branch.c:142
4246
+#: builtin/branch.c:143
4247
#, c-format
4248
msgid ""
4249
"deleting branch '%s' that has been merged to\n"
4250
" '%s', but not yet merged to HEAD."
4251
msgstr ""
3590
-"suprimint la branca '%s' que s'ha fusionat a\n"
3591
-" '%s', però encara no s'ha fusionat\n"
3592
-" a HEAD."
4252
+"s'està suprimint la branca '%s' que s'ha\n"
4253
+" fusionat a '%s', però encara no\n"
4254
+" s'ha fusionat a HEAD."
4255
3594
-#: builtin/branch.c:146
4256
+#: builtin/branch.c:147
4257
#, c-format
4258
msgid ""
4259
"not deleting branch '%s' that is not yet merged to\n"
4260
" '%s', even though it is merged to HEAD."
4261
msgstr ""
3600
-"no suprimint la branca '%s' que encara no s'ha\n"
3601
-" fusionat a '%s', encara que està\n"
4262
+"no s'està suprimint la branca '%s' que encara no\n"
4263
+" s'ha fusionat a '%s', encara que està\n"
4264
" fusionada a HEAD."
4265
3604
-#: builtin/branch.c:160
4266
+#: builtin/branch.c:161
4267
#, c-format
4268
msgid "Couldn't look up commit object for '%s'"
4269
msgstr "No s'ha pogut trobar l'objecte de comissió de '%s'"
4270
3609
-#: builtin/branch.c:164
4271
+#: builtin/branch.c:165
4272
#, c-format
4273
msgid ""
4274
"The branch '%s' is not fully merged.\n"
@@ -3615,340 +4277,368 @@ msgstr ""
4277
"La branca '%s' no està totalment fusionada.\n"
4278
"Si esteu segur que la voleu suprimir, executeu 'git branch -D %s'."
4279
3618
-#: builtin/branch.c:177
4280
+#: builtin/branch.c:178
4281
msgid "Update of config-file failed"
4282
msgstr "L'actualització del fitxer de configuració ha fallat"
4283
3622
-#: builtin/branch.c:205
4284
+#: builtin/branch.c:206
4285
msgid "cannot use -a with -d"
4286
msgstr "no es pot usar -a amb -d"
4287
3626
-#: builtin/branch.c:211
4288
+#: builtin/branch.c:212
4289
msgid "Couldn't look up commit object for HEAD"
4290
msgstr "No s'ha pogut trobar l'objecte de comissió de HEAD"
4291
3630
-#: builtin/branch.c:219
4292
+#: builtin/branch.c:226
4293
#, c-format
3632
-msgid "Cannot delete the branch '%s' which you are currently on."
3633
-msgstr "No es pot suprimir la branca '%s', en la qual sou actualment."
4294
+msgid "Cannot delete branch '%s' checked out at '%s'"
4295
+msgstr "No es pot suprimir la branca '%s' agafada a '%s'"
4296
3635
-#: builtin/branch.c:235
4297
+#: builtin/branch.c:241
4298
#, c-format
4299
msgid "remote-tracking branch '%s' not found."
4300
msgstr "no s'ha trobat la branca amb seguiment remot '%s'."
4301
3640
-#: builtin/branch.c:236
4302
+#: builtin/branch.c:242
4303
#, c-format
4304
msgid "branch '%s' not found."
4305
msgstr "no s'ha trobat la branca '%s'."
4306
3645
-#: builtin/branch.c:251
4307
+#: builtin/branch.c:257
4308
#, c-format
4309
msgid "Error deleting remote-tracking branch '%s'"
4310
msgstr "Error en suprimir la branca amb seguiment remot '%s'"
4311
3650
-#: builtin/branch.c:252
4312
+#: builtin/branch.c:258
4313
#, c-format
4314
msgid "Error deleting branch '%s'"
4315
msgstr "Error en suprimir la branca '%s'"
4316
3655
-#: builtin/branch.c:259
4317
+#: builtin/branch.c:265
4318
#, c-format
4319
msgid "Deleted remote-tracking branch %s (was %s).\n"
4320
msgstr "S'ha suprimit la branca amb seguiment remot %s (era %s).\n"
4321
3660
-#: builtin/branch.c:260
4322
+#: builtin/branch.c:266
4323
#, c-format
4324
msgid "Deleted branch %s (was %s).\n"
4325
msgstr "S'ha suprimit la branca %s (era %s).\n"
4326
3665
-#: builtin/branch.c:303
4327
+#: builtin/branch.c:312
4328
#, c-format
4329
msgid "[%s: gone]"
4330
msgstr "[%s: no hi és]"
4331
3670
-#: builtin/branch.c:308
4332
+#: builtin/branch.c:317
4333
#, c-format
4334
msgid "[%s]"
4335
msgstr "[%s]"
4336
3675
-#: builtin/branch.c:313
4337
+#: builtin/branch.c:322
4338
#, c-format
4339
msgid "[%s: behind %d]"
4340
msgstr "[%s: darrere per %d]"
4341
3680
-#: builtin/branch.c:315
4342
+#: builtin/branch.c:324
4343
#, c-format
4344
msgid "[behind %d]"
4345
msgstr "[darrere de %d]"
4346
3685
-#: builtin/branch.c:319
4347
+#: builtin/branch.c:328
4348
#, c-format
4349
msgid "[%s: ahead %d]"
4350
msgstr "[%s: davant per %d]"
4351
3690
-#: builtin/branch.c:321
4352
+#: builtin/branch.c:330
4353
#, c-format
4354
msgid "[ahead %d]"
4355
msgstr "[davant de %d]"
4356
3695
-#: builtin/branch.c:324
4357
+#: builtin/branch.c:333
4358
#, c-format
4359
msgid "[%s: ahead %d, behind %d]"
4360
msgstr "[%s: davant per %d, darrere per %d]"
4361
3700
-#: builtin/branch.c:327
4362
+#: builtin/branch.c:336
4363
#, c-format
4364
msgid "[ahead %d, behind %d]"
4365
msgstr "[davant %d, darrere %d]"
4366
3705
-#: builtin/branch.c:340
4367
+#: builtin/branch.c:349
4368
msgid " **** invalid ref ****"
4369
msgstr " **** referència no vàlida ****"
4370
3709
-#: builtin/branch.c:366
4371
+#: builtin/branch.c:375
4372
#, c-format
4373
msgid "(no branch, rebasing %s)"
3712
-msgstr "(cap branca, rebasant %s)"
4374
+msgstr "(cap branca, s'està rebasant %s)"
4375
3714
-#: builtin/branch.c:369
4376
+#: builtin/branch.c:378
4377
#, c-format
4378
msgid "(no branch, bisect started on %s)"
4379
msgstr "(cap branca, bisecció començada en %s)"
4380
3719
-#: builtin/branch.c:375
4381
+#. TRANSLATORS: make sure this matches
4382
+#. "HEAD detached at " in wt-status.c
4383
+#: builtin/branch.c:384
4384
#, c-format
4385
msgid "(HEAD detached at %s)"
4386
msgstr "(HEAD separat a %s)"
4387
3724
-#: builtin/branch.c:378
4388
+#. TRANSLATORS: make sure this matches
4389
+#. "HEAD detached from " in wt-status.c
4390
+#: builtin/branch.c:389
4391
#, c-format
4392
msgid "(HEAD detached from %s)"
4393
msgstr "(HEAD separat de %s)"
4394
3729
-#: builtin/branch.c:382
4395
+#: builtin/branch.c:393
4396
msgid "(no branch)"
4397
msgstr "(cap branca)"
4398
3733
-#: builtin/branch.c:524
4399
+#: builtin/branch.c:544
4400
+#, c-format
4401
+msgid "Branch %s is being rebased at %s"
4402
+msgstr "La branca %s s'està rebasant a %s"
4403
+
4404
+#: builtin/branch.c:548
4405
+#, c-format
4406
+msgid "Branch %s is being bisected at %s"
4407
+msgstr "La branca %s s'està bisecant a %s"
4408
+
4409
+#: builtin/branch.c:563
4410
msgid "cannot rename the current branch while not on any."
4411
msgstr "no es pot canviar el nom de la branca actual mentre no s'és a cap."
4412
3737
-#: builtin/branch.c:534
4413
+#: builtin/branch.c:573
4414
#, c-format
4415
msgid "Invalid branch name: '%s'"
4416
msgstr "Nom de branca no vàlid: '%s'"
4417
3742
-#: builtin/branch.c:549
4418
+#: builtin/branch.c:590
4419
msgid "Branch rename failed"
4420
msgstr "El canvi de nom de branca ha fallat"
4421
3746
-#: builtin/branch.c:553
4422
+#: builtin/branch.c:594
4423
#, c-format
4424
msgid "Renamed a misnamed branch '%s' away"
4425
msgstr "S'ha canviat el nom de la branca malanomenada '%s'"
4426
3751
-#: builtin/branch.c:557
4427
+#: builtin/branch.c:597
4428
#, c-format
4429
msgid "Branch renamed to %s, but HEAD is not updated!"
4430
msgstr "S'ha canviat el nom de la branca a %s, però HEAD no està actualitzat!"
4431
3756
-#: builtin/branch.c:564
4432
+#: builtin/branch.c:604
4433
msgid "Branch is renamed, but update of config-file failed"
4434
msgstr ""
4435
"La branca està canviada de nom, però l'actualització del fitxer de "
4436
"configuració ha fallat"
4437
3762
-#: builtin/branch.c:586
4438
+#: builtin/branch.c:620
4439
#, c-format
3764
-msgid "could not write branch description template: %s"
3765
-msgstr "no s'ha pogut escriure la plantilla de descripció de branca: %s"
4440
+msgid ""
4441
+"Please edit the description for the branch\n"
4442
+" %s\n"
4443
+"Lines starting with '%c' will be stripped.\n"
4444
+msgstr ""
4445
+"Si us plau, editeu la descripció de la branca\n"
4446
+" %s\n"
4447
+"Es despullaran les línies que comencin amb '%c'.\n"
4448
3767
-#: builtin/branch.c:615
4449
+#: builtin/branch.c:651
4450
msgid "Generic options"
4451
msgstr "Opcions genèriques"
4452
3771
-#: builtin/branch.c:617
4453
+#: builtin/branch.c:653
4454
msgid "show hash and subject, give twice for upstream branch"
4455
msgstr "mostra el hash i l'assumpte, doneu dues vegades per la branca font"
4456
3775
-#: builtin/branch.c:618
4457
+#: builtin/branch.c:654
4458
msgid "suppress informational messages"
4459
msgstr "omet els missatges informatius"
4460
3779
-#: builtin/branch.c:619
4461
+#: builtin/branch.c:655
4462
msgid "set up tracking mode (see git-pull(1))"
4463
msgstr "configura el mode de seguiment (vegeu git-pull(1))"
4464
3783
-#: builtin/branch.c:621
4465
+#: builtin/branch.c:657
4466
msgid "change upstream info"
4467
msgstr "canvia la informació de font"
4468
3787
-#: builtin/branch.c:625
4469
+#: builtin/branch.c:659
4470
+msgid "upstream"
4471
+msgstr "font"
4472
+
4473
+#: builtin/branch.c:659
4474
+msgid "change the upstream info"
4475
+msgstr "canvia la informació de font"
4476
+
4477
+#: builtin/branch.c:661
4478
msgid "use colored output"
4479
msgstr "usa sortida colorada"
4480
3791
-#: builtin/branch.c:626
4481
+#: builtin/branch.c:662
4482
msgid "act on remote-tracking branches"
4483
msgstr "actua en branques amb seguiment remot"
4484
3795
-#: builtin/branch.c:628 builtin/branch.c:629
4485
+#: builtin/branch.c:664 builtin/branch.c:665
4486
msgid "print only branches that contain the commit"
4487
msgstr "imprimeix només les branques que continguin la comissió"
4488
3799
-#: builtin/branch.c:632
4489
+#: builtin/branch.c:668
4490
msgid "Specific git-branch actions:"
4491
msgstr "Accions de git-branch específiques:"
4492
3803
-#: builtin/branch.c:633
4493
+#: builtin/branch.c:669
4494
msgid "list both remote-tracking and local branches"
4495
msgstr "llista les branques amb seguiment remot i les locals"
4496
3807
-#: builtin/branch.c:635
4497
+#: builtin/branch.c:671
4498
msgid "delete fully merged branch"
4499
msgstr "suprimeix la branca si està completament fusionada"
4500
3811
-#: builtin/branch.c:636
4501
+#: builtin/branch.c:672
4502
msgid "delete branch (even if not merged)"
4503
msgstr "suprimeix la branca (encara que no estigui fusionada)"
4504
3815
-#: builtin/branch.c:637
4505
+#: builtin/branch.c:673
4506
msgid "move/rename a branch and its reflog"
4507
msgstr "mou/canvia de nom una branca i el seu registre de referència"
4508
3819
-#: builtin/branch.c:638
4509
+#: builtin/branch.c:674
4510
msgid "move/rename a branch, even if target exists"
4511
msgstr "mou/canvia de nom una branca, encara que el destí existeixi"
4512
3823
-#: builtin/branch.c:639
4513
+#: builtin/branch.c:675
4514
msgid "list branch names"
4515
msgstr "llista els noms de branca"
4516
3827
-#: builtin/branch.c:640
4517
+#: builtin/branch.c:676
4518
msgid "create the branch's reflog"
4519
msgstr "crea el registre de referència de la branca"
4520
3831
-#: builtin/branch.c:642
4521
+#: builtin/branch.c:678
4522
msgid "edit the description for the branch"
4523
msgstr "edita la descripció de la branca"
4524
3835
-#: builtin/branch.c:643
4525
+#: builtin/branch.c:679
4526
msgid "force creation, move/rename, deletion"
4527
msgstr "força creació, moviment/canvi de nom, supressió"
4528
3839
-#: builtin/branch.c:644
4529
+#: builtin/branch.c:680
4530
msgid "print only branches that are merged"
4531
msgstr "imprimeix només les branques que s'han fusionat"
4532
3843
-#: builtin/branch.c:645
4533
+#: builtin/branch.c:681
4534
msgid "print only branches that are not merged"
4535
msgstr "imprimeix només les branques que no s'han fusionat"
4536
3847
-#: builtin/branch.c:646
4537
+#: builtin/branch.c:682
4538
msgid "list branches in columns"
4539
msgstr "llista les branques en columnes"
4540
3851
-#: builtin/branch.c:647 builtin/for-each-ref.c:38 builtin/tag.c:366
4541
+#: builtin/branch.c:683 builtin/for-each-ref.c:38 builtin/tag.c:366
4542
msgid "key"
4543
msgstr "clau"
4544
3855
-#: builtin/branch.c:648 builtin/for-each-ref.c:39 builtin/tag.c:367
4545
+#: builtin/branch.c:684 builtin/for-each-ref.c:39 builtin/tag.c:367
4546
msgid "field name to sort on"
4547
msgstr "nom del camp en el qual ordenar"
4548
3859
-#: builtin/branch.c:650 builtin/for-each-ref.c:41 builtin/notes.c:401
3860
-#: builtin/notes.c:404 builtin/notes.c:564 builtin/notes.c:567
4549
+#: builtin/branch.c:686 builtin/for-each-ref.c:41 builtin/notes.c:402
4550
+#: builtin/notes.c:405 builtin/notes.c:565 builtin/notes.c:568
4551
#: builtin/tag.c:369
4552
msgid "object"
4553
msgstr "objecte"
4554
3865
-#: builtin/branch.c:651
4555
+#: builtin/branch.c:687
4556
msgid "print only branches of the object"
4557
msgstr "imprimeix només les branques de l'objecte"
4558
3869
-#: builtin/branch.c:669
4559
+#: builtin/branch.c:705
4560
msgid "Failed to resolve HEAD as a valid ref."
4561
msgstr "S'ha fallat en resoldre HEAD com a referència vàlida."
4562
3873
-#: builtin/branch.c:673 builtin/clone.c:705
4563
+#: builtin/branch.c:709 builtin/clone.c:707
4564
msgid "HEAD not found below refs/heads!"
4565
msgstr "HEAD no trobat sota refs/heads!"
4566
3877
-#: builtin/branch.c:693
4567
+#: builtin/branch.c:729
4568
msgid "--column and --verbose are incompatible"
4569
msgstr "--column i --verbose són incompatibles"
4570
3881
-#: builtin/branch.c:704 builtin/branch.c:746
4571
+#: builtin/branch.c:740 builtin/branch.c:782
4572
msgid "branch name required"
4573
msgstr "cal el nom de branca"
4574
3885
-#: builtin/branch.c:722
4575
+#: builtin/branch.c:758
4576
msgid "Cannot give description to detached HEAD"
4577
msgstr "No es pot donar descripció a un HEAD separat"
4578
3889
-#: builtin/branch.c:727
4579
+#: builtin/branch.c:763
4580
msgid "cannot edit description of more than one branch"
4581
msgstr "no es pot editar la descripció de més d'una branca"
4582
3893
-#: builtin/branch.c:734
4583
+#: builtin/branch.c:770
4584
#, c-format
4585
msgid "No commit on branch '%s' yet."
3896
-msgstr "Encara no hi ha comissió en la branca '%s'."
4586
+msgstr "Encara no hi ha cap comissió en la branca '%s'."
4587
3898
-#: builtin/branch.c:737
4588
+#: builtin/branch.c:773
4589
#, c-format
4590
msgid "No branch named '%s'."
4591
msgstr "No hi ha branca amb nom '%s'."
4592
3903
-#: builtin/branch.c:752
4593
+#: builtin/branch.c:788
4594
msgid "too many branches for a rename operation"
4595
msgstr "hi ha massa branques per a una operació de canvi de nom"
4596
3907
-#: builtin/branch.c:757
4597
+#: builtin/branch.c:793
4598
msgid "too many branches to set new upstream"
4599
msgstr "hi ha massa branques per a establir una nova font"
4600
3911
-#: builtin/branch.c:761
4601
+#: builtin/branch.c:797
4602
#, c-format
4603
msgid ""
4604
"could not set upstream of HEAD to %s when it does not point to any branch."
4605
msgstr ""
4606
"no s'ha pogut establir la font de HEAD com a %s quan no assenyala cap branca."
4607
3918
-#: builtin/branch.c:764 builtin/branch.c:786 builtin/branch.c:807
4608
+#: builtin/branch.c:800 builtin/branch.c:822 builtin/branch.c:843
4609
#, c-format
4610
msgid "no such branch '%s'"
4611
msgstr "no hi ha tal branca '%s'"
4612
3923
-#: builtin/branch.c:768
4613
+#: builtin/branch.c:804
4614
#, c-format
4615
msgid "branch '%s' does not exist"
4616
msgstr "la branca '%s' no existeix"
4617
3928
-#: builtin/branch.c:780
4618
+#: builtin/branch.c:816
4619
msgid "too many branches to unset upstream"
4620
msgstr "hi ha massa branques per a desestablir la font"
4621
3932
-#: builtin/branch.c:784
4622
+#: builtin/branch.c:820
4623
msgid "could not unset upstream of HEAD when it does not point to any branch."
4624
msgstr ""
4625
"no s'ha pogut desestablir la font de HEAD perquè no assenyala cap branca."
4626
3937
-#: builtin/branch.c:790
4627
+#: builtin/branch.c:826
4628
#, c-format
4629
msgid "Branch '%s' has no upstream information"
4630
msgstr "La branca '%s' no té informació de font"
4631
3942
-#: builtin/branch.c:804
4632
+#: builtin/branch.c:840
4633
msgid "it does not make sense to create 'HEAD' manually"
4634
msgstr "no té sentit crear 'HEAD' manualment"
4635
3946
-#: builtin/branch.c:810
4636
+#: builtin/branch.c:846
4637
msgid "-a and -r options to 'git branch' do not make sense with a branch name"
4638
msgstr ""
4639
"les opcions -a i -r a 'git branch' no tenen sentit amb un nom de branca"
4640
3951
-#: builtin/branch.c:813
4641
+#: builtin/branch.c:849
4642
#, c-format
4643
msgid ""
4644
"The --set-upstream flag is deprecated and will be removed. Consider using --"
@@ -3957,7 +4647,7 @@ msgstr ""
4647
"La bandera --set-upstream està desaprovada i s'eliminarà. Considereu usar --"
4648
"track o --set-upstream-to\n"
4649
3960
-#: builtin/branch.c:830
4650
+#: builtin/branch.c:866
4651
#, c-format
4652
msgid ""
4653
"\n"
@@ -3968,16 +4658,6 @@ msgstr ""
4658
"Si volíeu fer '%s' seguir '%s', feu això:\n"
4659
"\n"
4660
3971
-#: builtin/branch.c:831
3972
-#, c-format
3973
-msgid " git branch -d %s\n"
3974
-msgstr " git branch -d %s\n"
3975
-
3976
-#: builtin/branch.c:832
3977
-#, c-format
3978
-msgid " git branch --set-upstream-to %s\n"
3979
-msgstr " git branch --set-upstream-to %s\n"
3980
-
4661
#: builtin/bundle.c:51
4662
#, c-format
4663
msgid "%s is okay\n"
@@ -3991,7 +4671,7 @@ msgstr "Cal un dipòsit per a fer un farcell."
4671
msgid "Need a repository to unbundle."
4672
msgstr "Cal un dipòsit per a desfer un farcell."
4673
3994
-#: builtin/cat-file.c:428
4674
+#: builtin/cat-file.c:443
4675
msgid ""
4676
"git cat-file (-t [--allow-unknown-type]|-s [--allow-unknown-type]|-e|-p|"
4677
"<type>|--textconv) <object>"
@@ -3999,57 +4679,57 @@ msgstr ""
4679
"git cat-file (-t [--allow-unknown-type]|-s [--allow-unknown-type]|-e|-p|"
4680
"<tipus>|--textconv) <objecte>"
4681
4002
-#: builtin/cat-file.c:429
4682
+#: builtin/cat-file.c:444
4683
msgid "git cat-file (--batch | --batch-check) [--follow-symlinks]"
4684
msgstr "git cat-file (--batch | --batch-check) [--follow-symlinks]"
4685
4006
-#: builtin/cat-file.c:466
4686
+#: builtin/cat-file.c:481
4687
msgid "<type> can be one of: blob, tree, commit, tag"
4688
msgstr "<tipus> pot ser un de: blob, tree, commit, tag"
4689
4010
-#: builtin/cat-file.c:467
4690
+#: builtin/cat-file.c:482
4691
msgid "show object type"
4692
msgstr "mostra el tipus de l'objecte"
4693
4014
-#: builtin/cat-file.c:468
4694
+#: builtin/cat-file.c:483
4695
msgid "show object size"
4696
msgstr "mostra la mida de l'objecte"
4697
4018
-#: builtin/cat-file.c:470
4698
+#: builtin/cat-file.c:485
4699
msgid "exit with zero when there's no error"
4700
msgstr "surt amb zero quan no hi ha error"
4701
4022
-#: builtin/cat-file.c:471
4702
+#: builtin/cat-file.c:486
4703
msgid "pretty-print object's content"
4704
msgstr "imprimeix bellament el contingut de l'objecte"
4705
4026
-#: builtin/cat-file.c:473
4706
+#: builtin/cat-file.c:488
4707
msgid "for blob objects, run textconv on object's content"
4708
msgstr "en els objectes de blob, executa textconv en el contingut de l'objecte"
4709
4030
-#: builtin/cat-file.c:475
4710
+#: builtin/cat-file.c:490
4711
msgid "allow -s and -t to work with broken/corrupt objects"
4712
msgstr "permet que -s i -t funcionin amb objectes trencats/malmesos"
4713
4034
-#: builtin/cat-file.c:476
4714
+#: builtin/cat-file.c:491
4715
msgid "buffer --batch output"
4716
msgstr "posa la sortida de --batch en memòria intermèdia"
4717
4038
-#: builtin/cat-file.c:478
4718
+#: builtin/cat-file.c:493
4719
msgid "show info and content of objects fed from the standard input"
4720
msgstr ""
4721
"mostra la informació i contingut dels objectes rebuts de l'entrada estàndard"
4722
4043
-#: builtin/cat-file.c:481
4723
+#: builtin/cat-file.c:496
4724
msgid "show info about objects fed from the standard input"
4725
msgstr "mostra informació sobre els objectes rebuts de l'entrada estàndard"
4726
4047
-#: builtin/cat-file.c:484
4727
+#: builtin/cat-file.c:499
4728
msgid "follow in-tree symlinks (used with --batch or --batch-check)"
4729
msgstr ""
4730
"segueix els enllaços simbòlics en l'arbre (s'usa amb --batch o --batch-check)"
4731
4052
-#: builtin/cat-file.c:486
4732
+#: builtin/cat-file.c:501
4733
msgid "show all objects with --batch or --batch-check"
4734
msgstr "mostra tots els objectes amb --batch o --batch-check"
4735
@@ -4077,7 +4757,7 @@ msgstr "llegeix els noms de fitxer d'stdin"
4757
msgid "terminate input and output records by a NUL character"
4758
msgstr "acaba els registres d'entrada i de sortida amb un caràcter NUL"
4759
4080
-#: builtin/check-ignore.c:18 builtin/checkout.c:1136 builtin/gc.c:325
4760
+#: builtin/check-ignore.c:18 builtin/checkout.c:1138 builtin/gc.c:325
4761
msgid "suppress progress reporting"
4762
msgstr "omet el reportatge de progrés"
4763
@@ -4148,7 +4828,7 @@ msgstr "força la sobreescriptura de fitxers existents"
4828
4829
#: builtin/checkout-index.c:163
4830
msgid "no warning for existing files and files not in index"
4151
-msgstr "cap avís per a fitxers existents i fitxers no en l'índex"
4831
+msgstr "cap advertència per a fitxers existents i fitxers no en l'índex"
4832
4833
#: builtin/checkout-index.c:165
4834
msgid "don't checkout new files"
@@ -4167,8 +4847,9 @@ msgid "write the content to temporary files"
4847
msgstr "escriu el contingut a fitxers temporals"
4848
4849
#: builtin/checkout-index.c:174 builtin/column.c:30
4170
-#: builtin/submodule--helper.c:166 builtin/submodule--helper.c:169
4171
-#: builtin/submodule--helper.c:172 builtin/submodule--helper.c:175
4850
+#: builtin/submodule--helper.c:488 builtin/submodule--helper.c:491
4851
+#: builtin/submodule--helper.c:494 builtin/submodule--helper.c:497
4852
+#: builtin/submodule--helper.c:830 builtin/worktree.c:469
4853
msgid "string"
4854
msgstr "cadena"
4855
@@ -4218,80 +4899,76 @@ msgstr "camí '%s': no es pot fusionar"
4899
msgid "Unable to add merge result for '%s'"
4900
msgstr "no s'ha pogut afegir el resultat de fusió per a '%s'"
4901
4221
-#: builtin/checkout.c:251 builtin/checkout.c:254 builtin/checkout.c:257
4222
-#: builtin/checkout.c:260
4902
+#: builtin/checkout.c:250 builtin/checkout.c:253 builtin/checkout.c:256
4903
+#: builtin/checkout.c:259
4904
#, c-format
4905
msgid "'%s' cannot be used with updating paths"
4906
msgstr "'%s' no es pot usar amb actualització de camins"
4907
4227
-#: builtin/checkout.c:263 builtin/checkout.c:266
4908
+#: builtin/checkout.c:262 builtin/checkout.c:265
4909
#, c-format
4910
msgid "'%s' cannot be used with %s"
4911
msgstr "'%s' no es pot usar amb %s"
4912
4232
-#: builtin/checkout.c:269
4913
+#: builtin/checkout.c:268
4914
#, c-format
4915
msgid "Cannot update paths and switch to branch '%s' at the same time."
4916
msgstr ""
4917
"No es pot actualitzar els camins i canviar a la branca '%s' a la vegada."
4918
4238
-#: builtin/checkout.c:280 builtin/checkout.c:474
4239
-msgid "corrupt index file"
4240
-msgstr "fitxer d'índex malmès"
4241
-
4242
-#: builtin/checkout.c:340 builtin/checkout.c:347
4919
+#: builtin/checkout.c:339 builtin/checkout.c:346
4920
#, c-format
4921
msgid "path '%s' is unmerged"
4922
msgstr "el camí '%s' està sense fusionar"
4923
4247
-#: builtin/checkout.c:496
4924
+#: builtin/checkout.c:495
4925
msgid "you need to resolve your current index first"
4249
-msgstr "heu de resoldre el vostre índex actual primer"
4926
+msgstr "heu de primer resoldre el vostre índex actual"
4927
4251
-#: builtin/checkout.c:623
4928
+#: builtin/checkout.c:625
4929
#, c-format
4930
msgid "Can not do reflog for '%s': %s\n"
4931
msgstr "No es pot fer reflog per a '%s': %s\n"
4932
4256
-#: builtin/checkout.c:661
4933
+#: builtin/checkout.c:664
4934
msgid "HEAD is now at"
4935
msgstr "HEAD ara és a"
4936
4260
-#: builtin/checkout.c:665 builtin/clone.c:659
4937
+#: builtin/checkout.c:668 builtin/clone.c:661
4938
msgid "unable to update HEAD"
4939
msgstr "no s'ha pogut actualitzar HEAD"
4940
4264
-#: builtin/checkout.c:669
4941
+#: builtin/checkout.c:672
4942
#, c-format
4943
msgid "Reset branch '%s'\n"
4944
msgstr "Restableix la branca '%s'\n"
4945
4269
-#: builtin/checkout.c:672
4946
+#: builtin/checkout.c:675
4947
#, c-format
4948
msgid "Already on '%s'\n"
4949
msgstr "Ja en '%s'\n"
4950
4274
-#: builtin/checkout.c:676
4951
+#: builtin/checkout.c:679
4952
#, c-format
4953
msgid "Switched to and reset branch '%s'\n"
4954
msgstr "S'ha agafat i restablert la branca '%s'\n"
4955
4279
-#: builtin/checkout.c:678 builtin/checkout.c:1068
4956
+#: builtin/checkout.c:681 builtin/checkout.c:1070
4957
#, c-format
4958
msgid "Switched to a new branch '%s'\n"
4959
msgstr "S'ha agafat la branca nova '%s'\n"
4960
4284
-#: builtin/checkout.c:680
4961
+#: builtin/checkout.c:683
4962
#, c-format
4963
msgid "Switched to branch '%s'\n"
4964
msgstr "S'ha agafat la branca '%s'\n"
4965
4289
-#: builtin/checkout.c:732
4966
+#: builtin/checkout.c:734
4967
#, c-format
4968
msgid " ... and %d more.\n"
4969
msgstr " ... i %d més.\n"
4970
4294
-#: builtin/checkout.c:738
4971
+#: builtin/checkout.c:740
4972
#, c-format
4973
msgid ""
This file is too large to show in full.