1 2# Catalan translations for Git. 3# Copyright (C) 2014 Alex Henrie <alexhenrie24@gmail.com> 4# This file is distributed under the same license as the Git package. 5# Alex Henrie <alexhenrie24@gmail.com>, 2014-2016. 6# Jordi Mas i Hernàndez <jmas@softcatala.org>, 2016-2017 7# 8# Terminologia i criteris utilitzats 9# 10# Anglès | Català 11# -----------------+--------------------------------- 12# amend | esmenar 13# broken | malmès 14# dry | simulació 15# deprecated | en desús 16# hunk | tros 17# not supported | no està admès 18# repository | dipòsit 19# skip | ometre 20# token | testimoni 21# 22# Alguns termes que són comandes específiques del git i d'àmbit molt tècnic 23# hem decidit no traduir-los per facilitar-ne la compressió a l'usuari i perquè 24# no tenen una transcendència al gran públic. Es tracta de casos similars 25# a «ping» en l'àmbit de xarxes. 26# 27# Termes que mantenim en anglès: 28# 29# 30# Anglès | Català 31# -----------------+--------------------------------- 32# blame | «blame» 33# HEAD | HEAD (f, la branca) 34# cherry pick | «cherry pick» 35# rebase | «rebase» 36# stage | «stage» 37# squash | «squash» 38# unstage | «unstage» 39 40 41 42msgid "" 43msgstr "" 44"Project-Id-Version: Git\n" 45"Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n" 46"POT-Creation-Date: 2017-02-18 01:00+0800\n" 47"PO-Revision-Date: 2017-02-16 19:55+0100\n" 48"Last-Translator: Jordi Mas <jmas@softcatala.org>\n" 49"Language-Team: Catalan\n" 50"Language: ca\n" 51"MIME-Version: 1.0\n" 52"Content-Type: text/plain; charset=UTF-8\n" 53"Content-Transfer-Encoding: 8bit\n" 54"Plural-Forms: nplurals=2; plural=(n != 1);\n" 55"X-Generator: Poedit 1.8.9\n" 56 57#: advice.c:55 58#, c-format 59msgid "hint: %.*s\n" 60msgstr "pista: %.*s\n" 61 62#: advice.c:83 63msgid "Cherry-picking is not possible because you have unmerged files." 64msgstr "Fer «cherry pick» no és possible perquè teniu fitxers no fusionats." 65 66#: advice.c:85 67msgid "Committing is not possible because you have unmerged files." 68msgstr "Cometre no és possible perquè teniu fitxers no fusionats." 69 70#: advice.c:87 71msgid "Merging is not possible because you have unmerged files." 72msgstr "Fusionar no és possible perquè teniu fitxers no fusionats." 73 74#: advice.c:89 75msgid "Pulling is not possible because you have unmerged files." 76msgstr "Baixar no és possible perquè teniu fitxers no fusionats." 77 78#: advice.c:91 79msgid "Reverting is not possible because you have unmerged files." 80msgstr "Revertir no és possible perquè teniu fitxers no fusionats." 81 82#: advice.c:93 83#, c-format 84msgid "It is not possible to %s because you have unmerged files." 85msgstr "No és possible %s perquè teniu fitxers no fusionats." 86 87#: advice.c:101 88msgid "" 89"Fix them up in the work tree, and then use 'git add/rm <file>'\n" 90"as appropriate to mark resolution and make a commit." 91msgstr "" 92"Arregleu-los en l'arbre de treball, i després useu\n" 93"'git add/rm <fitxer>' segons sigui apropiat per a marcar la\n" 94"resolució i feu una comissió." 95 96#: advice.c:109 97msgid "Exiting because of an unresolved conflict." 98msgstr "S'està sortint a causa d'un conflicte no resolt." 99 100#: advice.c:114 builtin/merge.c:1206 101msgid "You have not concluded your merge (MERGE_HEAD exists)." 102msgstr "No heu conclòs la vostra fusió (MERGE_HEAD existeix)." 103 104#: advice.c:116 105msgid "Please, commit your changes before merging." 106msgstr "Si us plau, cometeu els vostres canvis abans de fusionar." 107 108#: advice.c:117 109msgid "Exiting because of unfinished merge." 110msgstr "S'està sortint a causa d'una fusió no terminada." 111 112#: advice.c:123 113#, c-format 114msgid "" 115"Note: checking out '%s'.\n" 116"\n" 117"You are in 'detached HEAD' state. You can look around, make experimental\n" 118"changes and commit them, and you can discard any commits you make in this\n" 119"state without impacting any branches by performing another checkout.\n" 120"\n" 121"If you want to create a new branch to retain commits you create, you may\n" 122"do so (now or later) by using -b with the checkout command again. Example:\n" 123"\n" 124" git checkout -b <new-branch-name>\n" 125"\n" 126msgstr "" 127"Avís: s'està agafant '%s'.\n" 128"\n" 129"Esteu en un estat de 'HEAD separat'. Podeu mirar al voltant, fer canvis\n" 130"experimentals i cometre-los i podeu descartar qualsevol comissió que feu\n" 131"en aquest estat sense impactar cap branca realitzant un altre agafament.\n" 132"\n" 133"Si voleu crear una branca nova per a conservar les comissions que creeu,\n" 134"poder fer així (ara o més tard) usant -b de nou amb l'ordre checkout.\n" 135"Exemple:\n" 136"\n" 137" git checkout -b <nom-de-branca-nova>\n" 138 139#: apply.c:57 140#, c-format 141msgid "unrecognized whitespace option '%s'" 142msgstr "opció d'espai en blanc '%s' no reconeguda" 143 144#: apply.c:73 145#, c-format 146msgid "unrecognized whitespace ignore option '%s'" 147msgstr "opció d'ignora l'espai en blanc '%s' no reconeguda" 148 149#: apply.c:125 150msgid "--reject and --3way cannot be used together." 151msgstr "--reject i --3way no es poden usar junts." 152 153#: apply.c:127 154msgid "--cached and --3way cannot be used together." 155msgstr "--cached i --3way no es poden usar junts." 156 157#: apply.c:130 158msgid "--3way outside a repository" 159msgstr "--3way fora d'un dipòsit" 160 161#: apply.c:141 162msgid "--index outside a repository" 163msgstr "--index fora d'un dipòsit" 164 165#: apply.c:144 166msgid "--cached outside a repository" 167msgstr "--cached fora d'un dipòsit" 168 169#: apply.c:845 170#, c-format 171msgid "Cannot prepare timestamp regexp %s" 172msgstr "No es pot preparar l'expressió regular de marca de temps %s" 173 174#: apply.c:854 175#, c-format 176msgid "regexec returned %d for input: %s" 177msgstr "regexec ha retornat %d per l'entrada: %s" 178 179#: apply.c:938 180#, c-format 181msgid "unable to find filename in patch at line %d" 182msgstr "no s'ha pogut trobar el nom de fitxer en el pedaç a la línia %d" 183 184#: apply.c:977 185#, c-format 186msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d" 187msgstr "" 188"git apply: git-diff dolent - /dev/null esperat, %s rebut en la línia %d" 189 190#: apply.c:983 191#, c-format 192msgid "git apply: bad git-diff - inconsistent new filename on line %d" 193msgstr "" 194"git apply: git-diff dolent - nom de fitxer nou inconsistent en la línia %d" 195 196#: apply.c:984 197#, c-format 198msgid "git apply: bad git-diff - inconsistent old filename on line %d" 199msgstr "" 200"git apply: git-diff dolent - nom de fitxer antic inconsistent en la línia %d" 201 202#: apply.c:990 203#, c-format 204msgid "git apply: bad git-diff - expected /dev/null on line %d" 205msgstr "git apply: git-diff dolent - /dev/null esperat en la línia %d" 206 207#: apply.c:1488 208#, c-format 209msgid "recount: unexpected line: %.*s" 210msgstr "recompte: línia inesperada: %.*s" 211 212#: apply.c:1557 213#, c-format 214msgid "patch fragment without header at line %d: %.*s" 215msgstr "fragment de pedaç sense capçalera a la línia %d: %.*s" 216 217#: apply.c:1577 218#, c-format 219msgid "" 220"git diff header lacks filename information when removing %d leading pathname " 221"component (line %d)" 222msgid_plural "" 223"git diff header lacks filename information when removing %d leading pathname " 224"components (line %d)" 225msgstr[0] "" 226"a la capçalera de git diff li manca informació de nom de fitxer en eliminar " 227"%d component de nom de camí inicial (línia %d)" 228msgstr[1] "" 229"a la capçalera de git diff li manca informació de nom de fitxer en eliminar " 230"%d components de nom de camí inicial (línia %d)" 231 232#: apply.c:1589 233#, c-format 234msgid "git diff header lacks filename information (line %d)" 235msgstr "" 236"a la capçalera de git diff li manca informació de nom de fitxer (línia %d)" 237 238#: apply.c:1759 239msgid "new file depends on old contents" 240msgstr "el fitxer nou depèn dels continguts antics" 241 242#: apply.c:1761 243msgid "deleted file still has contents" 244msgstr "el fitxer suprimit encara té continguts" 245 246#: apply.c:1795 247#, c-format 248msgid "corrupt patch at line %d" 249msgstr "pedaç malmès a la línia %d" 250 251#: apply.c:1832 252#, c-format 253msgid "new file %s depends on old contents" 254msgstr "el fitxer nou %s depèn dels continguts antics" 255 256#: apply.c:1834 257#, c-format 258msgid "deleted file %s still has contents" 259msgstr "el fitxer suprimit %s encara té continguts" 260 261#: apply.c:1837 262#, c-format 263msgid "** warning: file %s becomes empty but is not deleted" 264msgstr "** advertència: el fitxer %s queda buit però no se suprimeix" 265 266#: apply.c:1984 267#, c-format 268msgid "corrupt binary patch at line %d: %.*s" 269msgstr "pedaç binari malmès a la línia %d: %.*s" 270 271#: apply.c:2021 272#, c-format 273msgid "unrecognized binary patch at line %d" 274msgstr "pedaç binari no reconegut a la línia %d" 275 276#: apply.c:2182 277#, c-format 278msgid "patch with only garbage at line %d" 279msgstr "pedaç amb només escombraries a la línia %d" 280 281#: apply.c:2265 282#, c-format 283msgid "unable to read symlink %s" 284msgstr "no s'ha pogut llegir l'enllaç simbòlic %s" 285 286#: apply.c:2269 287#, c-format 288msgid "unable to open or read %s" 289msgstr "no s'ha pogut obrir o llegir %s" 290 291#: apply.c:2922 292#, c-format 293msgid "invalid start of line: '%c'" 294msgstr "inici de línia no vàlid: '%c'" 295 296#: apply.c:3041 297#, c-format 298msgid "Hunk #%d succeeded at %d (offset %d line)." 299msgid_plural "Hunk #%d succeeded at %d (offset %d lines)." 300msgstr[0] "El tros #%d ha tingut èxit a %d (desplaçament d'%d línia)." 301msgstr[1] "El tros #%d ha tingut èxit a %d (desplaçament de %d línies)." 302 303#: apply.c:3053 304#, c-format 305msgid "Context reduced to (%ld/%ld) to apply fragment at %d" 306msgstr "El context s'ha reduït a (%ld/%ld) per a aplicar el fragment a %d" 307 308#: apply.c:3059 309#, c-format 310msgid "" 311"while searching for:\n" 312"%.*s" 313msgstr "" 314"tot cercant:\n" 315"%.*s" 316 317#: apply.c:3081 318#, c-format 319msgid "missing binary patch data for '%s'" 320msgstr "manquen les dades de pedaç binari de '%s'" 321 322#: apply.c:3089 323#, c-format 324msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'" 325msgstr "no es pot aplicar al revés un pedaç binari sense el tros revés a '%s'" 326 327#: apply.c:3135 328#, c-format 329msgid "cannot apply binary patch to '%s' without full index line" 330msgstr "" 331"no es pot aplicar un pedaç binari a '%s' sense la línia d'índex completa" 332 333#: apply.c:3145 334#, c-format 335msgid "" 336"the patch applies to '%s' (%s), which does not match the current contents." 337msgstr "" 338"el pedaç s'aplica a '%s' (%s), el qual no coincideix amb els continguts " 339"actuals." 340 341#: apply.c:3153 342#, c-format 343msgid "the patch applies to an empty '%s' but it is not empty" 344msgstr "el pedaç s'aplica a un '%s' buit però no és buit" 345 346#: apply.c:3171 347#, c-format 348msgid "the necessary postimage %s for '%s' cannot be read" 349msgstr "no es pot llegir la postimatge %s necessària per a '%s'" 350 351#: apply.c:3184 352#, c-format 353msgid "binary patch does not apply to '%s'" 354msgstr "el pedaç binari no s'aplica a '%s'" 355 356#: apply.c:3190 357#, c-format 358msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)" 359msgstr "" 360"el pedaç binari a '%s' crea un resultat incorrecte (esperant %s, %s rebut)" 361 362#: apply.c:3211 363#, c-format 364msgid "patch failed: %s:%ld" 365msgstr "el pedaç ha fallat: %s:%ld" 366 367#: apply.c:3333 368#, c-format 369msgid "cannot checkout %s" 370msgstr "no es pot agafar %s" 371 372#: apply.c:3381 apply.c:3392 apply.c:3438 setup.c:248 373#, c-format 374msgid "failed to read %s" 375msgstr "s'ha produït un error en llegir %s" 376 377#: apply.c:3389 378#, c-format 379msgid "reading from '%s' beyond a symbolic link" 380msgstr "s'està llegint de '%s' més enllà d'un enllaç simbòlic" 381 382#: apply.c:3418 apply.c:3658 383#, c-format 384msgid "path %s has been renamed/deleted" 385msgstr "el camí %s s'ha canviat de nom / s'ha suprimit" 386 387#: apply.c:3501 apply.c:3672 388#, c-format 389msgid "%s: does not exist in index" 390msgstr "%s: no existeix en l'índex" 391 392#: apply.c:3510 apply.c:3680 393#, c-format 394msgid "%s: does not match index" 395msgstr "%s: no coincideix amb l'índex" 396 397#: apply.c:3545 398msgid "repository lacks the necessary blob to fall back on 3-way merge." 399msgstr "" 400"al dipòsit li manca el blob necessari per a retrocedir a una fusió de 3 vies." 401 402#: apply.c:3548 403#, c-format 404msgid "Falling back to three-way merge...\n" 405msgstr "S'està retrocedint a una fusió de 3 vies...\n" 406 407#: apply.c:3564 apply.c:3568 408#, c-format 409msgid "cannot read the current contents of '%s'" 410msgstr "no es poden llegir els continguts actuals de '%s'" 411 412#: apply.c:3580 413#, c-format 414msgid "Failed to fall back on three-way merge...\n" 415msgstr "S'ha produït un error en retrocedir a una fusió de 3 vies...\n" 416 417#: apply.c:3594 418#, c-format 419msgid "Applied patch to '%s' with conflicts.\n" 420msgstr "S'ha aplicat el pedaç a '%s' amb conflictes.\n" 421 422#: apply.c:3599 423#, c-format 424msgid "Applied patch to '%s' cleanly.\n" 425msgstr "S'ha aplicat el pedaç a '%s' netament.\n" 426 427#: apply.c:3625 428msgid "removal patch leaves file contents" 429msgstr "el pedaç d'eliminació deixa els continguts dels fitxers" 430 431#: apply.c:3697 432#, c-format 433msgid "%s: wrong type" 434msgstr "%s: tipus erroni" 435 436#: apply.c:3699 437#, c-format 438msgid "%s has type %o, expected %o" 439msgstr "%s és del tipus %o, s'esperava %o" 440 441#: apply.c:3850 apply.c:3852 442#, c-format 443msgid "invalid path '%s'" 444msgstr "camí no vàlid: %s" 445 446#: apply.c:3908 447#, c-format 448msgid "%s: already exists in index" 449msgstr "%s: ja existeix en l'índex" 450 451#: apply.c:3911 452#, c-format 453msgid "%s: already exists in working directory" 454msgstr "%s: ja existeix en el directori de treball" 455 456#: apply.c:3931 457#, c-format 458msgid "new mode (%o) of %s does not match old mode (%o)" 459msgstr "el mode nou (%o) de %s no coincideix amb el mode antic (%o)" 460 461#: apply.c:3936 462#, c-format 463msgid "new mode (%o) of %s does not match old mode (%o) of %s" 464msgstr "el mode nou (%o) de %s no coincideix amb el mode antic (%o) de %s" 465 466#: apply.c:3956 467#, c-format 468msgid "affected file '%s' is beyond a symbolic link" 469msgstr "el fitxer afectat '%s' és més enllà d'un enllaç simbòlic" 470 471#: apply.c:3960 472#, c-format 473msgid "%s: patch does not apply" 474msgstr "%s: el pedaç no s'aplica" 475 476#: apply.c:3975 477#, c-format 478msgid "Checking patch %s..." 479msgstr "S'està comprovant el pedaç %s..." 480 481#: apply.c:4066 482#, c-format 483msgid "sha1 information is lacking or useless for submodule %s" 484msgstr "falta la informació sha1 o és inútil per al submòdul %s" 485 486#: apply.c:4073 487#, c-format 488msgid "mode change for %s, which is not in current HEAD" 489msgstr "canvi de mode per a %s, el qual no està en el HEAD actual" 490 491#: apply.c:4076 492#, c-format 493msgid "sha1 information is lacking or useless (%s)." 494msgstr "falta informació sha1 o és inútil (%s)." 495 496#: apply.c:4081 builtin/checkout.c:233 builtin/reset.c:135 497#, c-format 498msgid "make_cache_entry failed for path '%s'" 499msgstr "make_cache_entry ha fallat per al camí '%s'" 500 501#: apply.c:4085 502#, c-format 503msgid "could not add %s to temporary index" 504msgstr "no s'ha pogut afegir %s a l'índex temporal" 505 506#: apply.c:4095 507#, c-format 508msgid "could not write temporary index to %s" 509msgstr "no s'ha pogut escriure l'índex temporal a %s" 510 511#: apply.c:4233 512#, c-format 513msgid "unable to remove %s from index" 514msgstr "no s'ha pogut eliminar %s de l'índex" 515 516#: apply.c:4268 517#, c-format 518msgid "corrupt patch for submodule %s" 519msgstr "pedaç malmès per al submòdul %s" 520 521#: apply.c:4274 522#, c-format 523msgid "unable to stat newly created file '%s'" 524msgstr "no s'ha pogut fer stat al fitxer novament creat '%s'" 525 526#: apply.c:4282 527#, c-format 528msgid "unable to create backing store for newly created file %s" 529msgstr "" 530"no s'ha pogut crear un magatzem de recolzament per al fitxer novament creat " 531"%s" 532 533#: apply.c:4288 apply.c:4432 534#, c-format 535msgid "unable to add cache entry for %s" 536msgstr "no s'ha pogut afegir una entrada de cau per a %s" 537 538#: apply.c:4329 539#, c-format 540msgid "failed to write to '%s'" 541msgstr "no s'ha pogut escriure a '%s'" 542 543#: apply.c:4333 544#, c-format 545msgid "closing file '%s'" 546msgstr "s'està tancant el fitxer '%s'" 547 548#: apply.c:4403 549#, c-format 550msgid "unable to write file '%s' mode %o" 551msgstr "no s'ha pogut escriure el fitxer '%s' mode %o" 552 553#: apply.c:4501 554#, c-format 555msgid "Applied patch %s cleanly." 556msgstr "El pedaç %s s'ha aplicat netament." 557 558#: apply.c:4509 559msgid "internal error" 560msgstr "error intern" 561 562#: apply.c:4512 563#, c-format 564msgid "Applying patch %%s with %d reject..." 565msgid_plural "Applying patch %%s with %d rejects..." 566msgstr[0] "S'està aplicant el pedaç %%s amb %d rebuig..." 567msgstr[1] "S'està aplicant el pedaç %%s amb %d rebutjos..." 568 569#: apply.c:4523 570#, c-format 571msgid "truncating .rej filename to %.*s.rej" 572msgstr "s'està truncant el nom del fitxer .rej a %.*s.rej" 573 574#: apply.c:4531 builtin/fetch.c:737 builtin/fetch.c:986 575#, c-format 576msgid "cannot open %s" 577msgstr "no es pot obrir %s" 578 579#: apply.c:4545 580#, c-format 581msgid "Hunk #%d applied cleanly." 582msgstr "El tros #%d s'ha aplicat netament." 583 584#: apply.c:4549 585#, c-format 586msgid "Rejected hunk #%d." 587msgstr "S'ha rebutjat el tros #%d." 588 589#: apply.c:4659 590#, c-format 591msgid "Skipped patch '%s'." 592msgstr "S'ha omès el pedaç '%s'." 593 594#: apply.c:4667 595msgid "unrecognized input" 596msgstr "entrada no reconeguda" 597 598#: apply.c:4686 599msgid "unable to read index file" 600msgstr "no es pot llegir el fitxer d'índex" 601 602#: apply.c:4824 603#, c-format 604msgid "can't open patch '%s': %s" 605msgstr "no es pot obrir el pedaç '%s': %s" 606 607#: apply.c:4849 608#, c-format 609msgid "squelched %d whitespace error" 610msgid_plural "squelched %d whitespace errors" 611msgstr[0] "s'ha omès %d error d'espai en blanc" 612msgstr[1] "s'han omès %d errors d'espai en blanc" 613 614#: apply.c:4855 apply.c:4870 615#, c-format 616msgid "%d line adds whitespace errors." 617msgid_plural "%d lines add whitespace errors." 618msgstr[0] "%d línia afegeix errors d'espai en blanc." 619msgstr[1] "%d línies afegeixen errors d'espai en blanc." 620 621#: apply.c:4863 622#, c-format 623msgid "%d line applied after fixing whitespace errors." 624msgid_plural "%d lines applied after fixing whitespace errors." 625msgstr[0] "" 626"S'ha aplicat %d línia després d'arreglar els errors d'espai en blanc." 627msgstr[1] "" 628"S'han aplicat %d línies després d'arreglar els errors d'espai en blanc." 629 630#: apply.c:4879 builtin/add.c:463 builtin/mv.c:298 builtin/rm.c:391 631msgid "Unable to write new index file" 632msgstr "No s'ha pogut escriure un fitxer d'índex nou" 633 634#: apply.c:4910 apply.c:4913 builtin/am.c:2277 builtin/am.c:2280 635#: builtin/clone.c:95 builtin/fetch.c:98 builtin/pull.c:180 636#: builtin/submodule--helper.c:281 builtin/submodule--helper.c:591 637#: builtin/submodule--helper.c:594 builtin/submodule--helper.c:960 638#: builtin/submodule--helper.c:963 builtin/submodule--helper.c:1104 639#: git-add--interactive.perl:239 640msgid "path" 641msgstr "camí" 642 643#: apply.c:4911 644msgid "don't apply changes matching the given path" 645msgstr "no apliquis els canvis que coincideixin amb el camí donat" 646 647#: apply.c:4914 648msgid "apply changes matching the given path" 649msgstr "aplica els canvis que coincideixin amb el camí donat" 650 651#: apply.c:4916 builtin/am.c:2286 652msgid "num" 653msgstr "número" 654 655#: apply.c:4917 656msgid "remove <num> leading slashes from traditional diff paths" 657msgstr "" 658"elimina <nombre> barres obliqües inicials dels camins de diferència " 659"tradicionals" 660 661#: apply.c:4920 662msgid "ignore additions made by the patch" 663msgstr "ignora afegiments fets pel pedaç" 664 665#: apply.c:4922 666msgid "instead of applying the patch, output diffstat for the input" 667msgstr "" 668"en lloc d'aplicar el pedaç, emet les estadístiques de diferència de l'entrada" 669 670#: apply.c:4926 671msgid "show number of added and deleted lines in decimal notation" 672msgstr "mostra el nombre de línies afegides i suprimides en notació decimal" 673 674#: apply.c:4928 675msgid "instead of applying the patch, output a summary for the input" 676msgstr "en lloc d'aplicar el pedaç, emet un resum de l'entrada" 677 678#: apply.c:4930 679msgid "instead of applying the patch, see if the patch is applicable" 680msgstr "en lloc d'aplicar el pedaç, veges si el pedaç és aplicable" 681 682#: apply.c:4932 683msgid "make sure the patch is applicable to the current index" 684msgstr "assegura que el pedaç sigui aplicable a l'índex actual" 685 686#: apply.c:4934 687msgid "apply a patch without touching the working tree" 688msgstr "aplica un pedaç sense tocar l'arbre de treball" 689 690#: apply.c:4936 691msgid "accept a patch that touches outside the working area" 692msgstr "accepta un pedaç que toqui fora de l'àrea de treball" 693 694#: apply.c:4938 695msgid "also apply the patch (use with --stat/--summary/--check)" 696msgstr "aplica el pedaç també (useu amb --stat/--summary/--check)" 697 698#: apply.c:4940 699msgid "attempt three-way merge if a patch does not apply" 700msgstr "intenta una fusió de tres vies si el pedaç no s'aplica" 701 702#: apply.c:4942 703msgid "build a temporary index based on embedded index information" 704msgstr "construeix un índex temporal basat en la informació d'índex incrustada" 705 706#: apply.c:4945 builtin/checkout-index.c:169 builtin/ls-files.c:507 707msgid "paths are separated with NUL character" 708msgstr "els camins se separen amb el caràcter NUL" 709 710#: apply.c:4947 711msgid "ensure at least <n> lines of context match" 712msgstr "assegura't que almenys <n> línies de context coincideixin" 713 714#: apply.c:4948 builtin/am.c:2265 715msgid "action" 716msgstr "acció" 717 718#: apply.c:4949 719msgid "detect new or modified lines that have whitespace errors" 720msgstr "" 721"detecta les línies noves o modificades que tinguin errors d'espai en blanc" 722 723#: apply.c:4952 apply.c:4955 724msgid "ignore changes in whitespace when finding context" 725msgstr "ignora els canvis d'espai en blanc en cercar context" 726 727#: apply.c:4958 728msgid "apply the patch in reverse" 729msgstr "aplica el pedaç al revés" 730 731#: apply.c:4960 732msgid "don't expect at least one line of context" 733msgstr "no esperis almenys una línia de context" 734 735#: apply.c:4962 736msgid "leave the rejected hunks in corresponding *.rej files" 737msgstr "deixa els trossos rebutjats en fitxers *.rej corresponents" 738 739#: apply.c:4964 740msgid "allow overlapping hunks" 741msgstr "permet trossos encavalcants" 742 743#: apply.c:4965 builtin/add.c:267 builtin/check-ignore.c:19 744#: builtin/commit.c:1337 builtin/count-objects.c:94 builtin/fsck.c:651 745#: builtin/log.c:1860 builtin/mv.c:122 builtin/read-tree.c:114 746msgid "be verbose" 747msgstr "sigues detallat" 748 749#: apply.c:4967 750msgid "tolerate incorrectly detected missing new-line at the end of file" 751msgstr "tolera una línia nova incorrectament detectada al final del fitxer" 752 753#: apply.c:4970 754msgid "do not trust the line counts in the hunk headers" 755msgstr "no confiïs en els recomptes de línia en les capçaleres dels trossos" 756 757#: apply.c:4972 builtin/am.c:2274 758msgid "root" 759msgstr "arrel" 760 761#: apply.c:4973 762msgid "prepend <root> to all filenames" 763msgstr "anteposa <arrel> a tots els noms de fitxer" 764 765#: archive.c:12 766msgid "git archive [<options>] <tree-ish> [<path>...]" 767msgstr "git archive [<opcions>] <arbre> [<camí>...]" 768 769#: archive.c:13 770msgid "git archive --list" 771msgstr "git archive --list" 772 773#: archive.c:14 774msgid "" 775"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]" 776msgstr "" 777"git archive --remote <dipòsit> [--exec <ordre>] [<opcions>] <arbre> " 778"[<camí>...]" 779 780#: archive.c:15 781msgid "git archive --remote <repo> [--exec <cmd>] --list" 782msgstr "git archive --remote <dipòsit> [--exec <ordre>] --list" 783 784#: archive.c:344 builtin/add.c:152 builtin/add.c:442 builtin/rm.c:300 785#, c-format 786msgid "pathspec '%s' did not match any files" 787msgstr "l'especificació de camí '%s' no ha coincidit amb cap fitxer" 788 789#: archive.c:429 790msgid "fmt" 791msgstr "format" 792 793#: archive.c:429 794msgid "archive format" 795msgstr "format d'arxiu" 796 797#: archive.c:430 builtin/log.c:1429 798msgid "prefix" 799msgstr "prefix" 800 801#: archive.c:431 802msgid "prepend prefix to each pathname in the archive" 803msgstr "anteposa el prefix a cada nom de camí en l'arxiu" 804 805#: archive.c:432 builtin/blame.c:2607 builtin/blame.c:2608 builtin/config.c:59 806#: builtin/fast-export.c:987 builtin/fast-export.c:989 builtin/grep.c:1054 807#: builtin/hash-object.c:101 builtin/ls-files.c:541 builtin/ls-files.c:544 808#: builtin/notes.c:401 builtin/notes.c:564 builtin/read-tree.c:109 809#: parse-options.h:153 810msgid "file" 811msgstr "fitxer" 812 813#: archive.c:433 builtin/archive.c:89 814msgid "write the archive to this file" 815msgstr "escriu l'arxiu a aquest fitxer" 816 817#: archive.c:435 818msgid "read .gitattributes in working directory" 819msgstr "llegeix .gitattributes en el directori de treball" 820 821#: archive.c:436 822msgid "report archived files on stderr" 823msgstr "informa de fitxers arxivats en stderr" 824 825#: archive.c:437 826msgid "store only" 827msgstr "només emmagatzema" 828 829#: archive.c:438 830msgid "compress faster" 831msgstr "comprimeix més ràpidament" 832 833#: archive.c:446 834msgid "compress better" 835msgstr "comprimeix millor" 836 837#: archive.c:449 838msgid "list supported archive formats" 839msgstr "llista els formats d'arxiu admesos" 840 841#: archive.c:451 builtin/archive.c:90 builtin/clone.c:85 builtin/clone.c:88 842#: builtin/submodule--helper.c:603 builtin/submodule--helper.c:969 843msgid "repo" 844msgstr "dipòsit" 845 846#: archive.c:452 builtin/archive.c:91 847msgid "retrieve the archive from remote repository <repo>" 848msgstr "recupera l'arxiu del dipòsit remot <dipòsit>" 849 850#: archive.c:453 builtin/archive.c:92 builtin/notes.c:485 851msgid "command" 852msgstr "ordre" 853 854#: archive.c:454 builtin/archive.c:93 855msgid "path to the remote git-upload-archive command" 856msgstr "camí a l'ordre git-upload-archive remota" 857 858#: archive.c:461 859msgid "Unexpected option --remote" 860msgstr "Opció inesperada --remote" 861 862#: archive.c:463 863msgid "Option --exec can only be used together with --remote" 864msgstr "L'opció --exec només es pot usar junt amb --remote" 865 866#: archive.c:465 867msgid "Unexpected option --output" 868msgstr "Opció inesperada --output" 869 870#: archive.c:487 871#, c-format 872msgid "Unknown archive format '%s'" 873msgstr "Format d'arxiu desconegut '%s'" 874 875#: archive.c:494 876#, c-format 877msgid "Argument not supported for format '%s': -%d" 878msgstr "Paràmetre no admès per al format '%s': -%d" 879 880#: attr.c:263 881msgid "" 882"Negative patterns are ignored in git attributes\n" 883"Use '\\!' for literal leading exclamation." 884msgstr "" 885"Els patrons negatius s'ignoren en els atributs de git\n" 886"Useu '\\!' per exclamació capdavantera literal." 887 888#: bisect.c:441 889#, c-format 890msgid "Could not open file '%s'" 891msgstr "No s'ha pogut obrir el fitxer '%s'" 892 893#: bisect.c:446 894#, c-format 895msgid "Badly quoted content in file '%s': %s" 896msgstr "Comentari amb cometes errònies en el fitxer '%s': %s" 897 898#: bisect.c:655 899#, c-format 900msgid "We cannot bisect more!\n" 901msgstr "No podem bisecar més!\n" 902 903#: bisect.c:708 904#, c-format 905msgid "Not a valid commit name %s" 906msgstr "No és un nom de comissió vàlid %s" 907 908#: bisect.c:732 909#, c-format 910msgid "" 911"The merge base %s is bad.\n" 912"This means the bug has been fixed between %s and [%s].\n" 913msgstr "" 914"La base de fusió %s és errònia.\n" 915"Això vol dir que el defecte s'ha arreglat entre %s i [%s].\n" 916 917#: bisect.c:737 918#, c-format 919msgid "" 920"The merge base %s is new.\n" 921"The property has changed between %s and [%s].\n" 922msgstr "" 923"La base de fusió %s és nova.\n" 924"La propietat s'ha canviat entre %s i [%s].\n" 925 926#: bisect.c:742 927#, c-format 928msgid "" 929"The merge base %s is %s.\n" 930"This means the first '%s' commit is between %s and [%s].\n" 931msgstr "" 932"La base de fusió %s és %s.\n" 933"Això vol dir que la primera comissió '%s' és entre %s i [%s].\n" 934 935#: bisect.c:750 936#, c-format 937msgid "" 938"Some %s revs are not ancestors of the %s rev.\n" 939"git bisect cannot work properly in this case.\n" 940"Maybe you mistook %s and %s revs?\n" 941msgstr "" 942"Algunes revisions %s no són els avantpassats de la revisió %s.\n" 943"git bisect no pot funcionar correctament en aquest cas.\n" 944"Potser heu confós les revisions %s i %s?\n" 945 946#: bisect.c:763 947#, c-format 948msgid "" 949"the merge base between %s and [%s] must be skipped.\n" 950"So we cannot be sure the first %s commit is between %s and %s.\n" 951"We continue anyway." 952msgstr "" 953"s'ha d'ometre la base de fusió entre %s i [%s].\n" 954"Llavors, no podem estar segurs de que la primera comissió %s sigui entre %s " 955"i %s.\n" 956"Continuem de totes maneres." 957 958#: bisect.c:798 959#, c-format 960msgid "Bisecting: a merge base must be tested\n" 961msgstr "Bisecant: s'ha de provar una base de fusió\n" 962 963#: bisect.c:849 964#, c-format 965msgid "a %s revision is needed" 966msgstr "es necessita una revisió %s" 967 968#: bisect.c:866 builtin/notes.c:174 builtin/tag.c:262 969#, c-format 970msgid "could not create file '%s'" 971msgstr "no s'ha pogut crear el fitxer '%s'" 972 973#: bisect.c:917 974#, c-format 975msgid "could not read file '%s'" 976msgstr "no s'ha pogut llegir el fitxer '%s'" 977 978#: bisect.c:947 979msgid "reading bisect refs failed" 980msgstr "la lectura de les referències de bisecció ha fallat" 981 982#: bisect.c:967 983#, c-format 984msgid "%s was both %s and %s\n" 985msgstr "%s era ambdós %s i %s\n" 986 987#: bisect.c:975 988#, c-format 989msgid "" 990"No testable commit found.\n" 991"Maybe you started with bad path parameters?\n" 992msgstr "" 993"No s'ha trobat cap comissió probable.\n" 994"Potser heu començat amb paràmetres de camí dolents?\n" 995 996#: bisect.c:994 997#, c-format 998msgid "(roughly %d step)" 999msgid_plural "(roughly %d steps)"1000msgstr[0] "(aproximadament %d pas)"1001msgstr[1] "(aproximadament %d passos)"10021003#. TRANSLATORS: the last %s will be replaced with1004#. "(roughly %d steps)" translation1005#: bisect.c:9981006#, c-format1007msgid "Bisecting: %d revision left to test after this %s\n"1008msgid_plural "Bisecting: %d revisions left to test after this %s\n"1009msgstr[0] "Bisecant: manca %d revisió a provar després d'aquesta %s\n"1010msgstr[1] "Bisecant: manquen %d revisions a provar després d'aquesta %s\n"10111012#: branch.c:531013#, c-format1014msgid ""1015"\n"1016"After fixing the error cause you may try to fix up\n"1017"the remote tracking information by invoking\n"1018"\"git branch --set-upstream-to=%s%s%s\"."1019msgstr ""1020"\n"1021"Després de corregir la causa de l'error, podeu\n"1022"intentar corregir la informació de seguiment remot\n"1023"invocant \"git branch --set-upstream-to=%s%s%s\"."10241025#: branch.c:671026#, c-format1027msgid "Not setting branch %s as its own upstream."1028msgstr "No s'està establint la branca %s com a la seva pròpia font."10291030#: branch.c:931031#, c-format1032msgid "Branch %s set up to track remote branch %s from %s by rebasing."1033msgstr ""1034"La branca %s està configurada per a seguir la branca remota %s de %s per "1035"rebasar."10361037#: branch.c:941038#, c-format1039msgid "Branch %s set up to track remote branch %s from %s."1040msgstr "La branca %s està configurada per a seguir la branca remota %s de %s."10411042#: branch.c:981043#, c-format1044msgid "Branch %s set up to track local branch %s by rebasing."1045msgstr ""1046"La branca %s està configurada per a seguir la branca local %s per rebasar."10471048#: branch.c:991049#, c-format1050msgid "Branch %s set up to track local branch %s."1051msgstr "La branca %s està configurada per a seguir la branca local %s."10521053#: branch.c:1041054#, c-format1055msgid "Branch %s set up to track remote ref %s by rebasing."1056msgstr ""1057"La branca %s està configurada per a seguir la referència remota %s per "1058"rebasar."10591060#: branch.c:1051061#, c-format1062msgid "Branch %s set up to track remote ref %s."1063msgstr "La branca %s està configurada per a seguir la referència remota %s."10641065#: branch.c:1091066#, c-format1067msgid "Branch %s set up to track local ref %s by rebasing."1068msgstr ""1069"La branca %s està configurada per a seguir la referència local %s per "1070"rebasar."10711072#: branch.c:1101073#, c-format1074msgid "Branch %s set up to track local ref %s."1075msgstr "La branca %s està configurada per a seguir la referència local %s."10761077#: branch.c:1191078msgid "Unable to write upstream branch configuration"1079msgstr "No es pot escriure la configuració de la branca font"10801081#: branch.c:1561082#, c-format1083msgid "Not tracking: ambiguous information for ref %s"1084msgstr "No seguint: informació ambigua per a la referència %s"10851086#: branch.c:1851087#, c-format1088msgid "'%s' is not a valid branch name."1089msgstr "'%s' no és un nom de branca vàlid."10901091#: branch.c:1901092#, c-format1093msgid "A branch named '%s' already exists."1094msgstr "Una branca amb nom '%s' ja existeix."10951096#: branch.c:1981097msgid "Cannot force update the current branch."1098msgstr "No es pot actualitzar la branca actual a la força."10991100#: branch.c:2181101#, c-format1102msgid "Cannot setup tracking information; starting point '%s' is not a branch."1103msgstr ""1104"No es pot configurar la informació de seguiment; el punt inicial '%s' no és "1105"una branca."11061107#: branch.c:2201108#, c-format1109msgid "the requested upstream branch '%s' does not exist"1110msgstr "la branca font demanada '%s' no existeix"11111112#: branch.c:2221113msgid ""1114"\n"1115"If you are planning on basing your work on an upstream\n"1116"branch that already exists at the remote, you may need to\n"1117"run \"git fetch\" to retrieve it.\n"1118"\n"1119"If you are planning to push out a new local branch that\n"1120"will track its remote counterpart, you may want to use\n"1121"\"git push -u\" to set the upstream config as you push."1122msgstr ""1123"\n"1124"Si teniu pensat basar el vostre treball en una branca\n"1125"font que ja existeix al remot, pot ser que necessiteu\n"1126"executar \"git fetch\" per a obtenir-la.\n"1127"\n"1128"Si teniu pensat pujar una branca local nova que seguirà\n"1129"la seva contrapart remota, pot ser que vulgueu usar\n"1130"\"git push -u\" per a establir la configuració font\n"1131"mentre pugeu."11321133#: branch.c:2651134#, c-format1135msgid "Not a valid object name: '%s'."1136msgstr "No és un nom d'objecte vàlid: '%s'."11371138#: branch.c:2851139#, c-format1140msgid "Ambiguous object name: '%s'."1141msgstr "Nom d'objecte ambigu: '%s'."11421143#: branch.c:2901144#, c-format1145msgid "Not a valid branch point: '%s'."1146msgstr "No és un punt de ramificació vàlid: '%s'."11471148#: branch.c:3441149#, c-format1150msgid "'%s' is already checked out at '%s'"1151msgstr "'%s' ja s'ha agafat a '%s'"11521153#: branch.c:3631154#, c-format1155msgid "HEAD of working tree %s is not updated"1156msgstr "La HEAD de l'arbre de treball %s no està actualitzat"11571158#: bundle.c:341159#, c-format1160msgid "'%s' does not look like a v2 bundle file"1161msgstr "'%s' no sembla un fitxer de farcell v2"11621163#: bundle.c:611164#, c-format1165msgid "unrecognized header: %s%s (%d)"1166msgstr "capçalera no reconeguda: %s%s (%d)"11671168#: bundle.c:87 sequencer.c:1331 sequencer.c:1752 builtin/commit.c:7771169#, c-format1170msgid "could not open '%s'"1171msgstr "no s'ha pogut obrir '%s'"11721173#: bundle.c:1391174msgid "Repository lacks these prerequisite commits:"1175msgstr "Al dipòsit li manquen aquestes comissions prerequisits:"11761177#: bundle.c:163 ref-filter.c:1499 sequencer.c:1154 sequencer.c:22901178#: builtin/blame.c:2820 builtin/commit.c:1061 builtin/log.c:3481179#: builtin/log.c:890 builtin/log.c:1340 builtin/log.c:1666 builtin/log.c:19091180#: builtin/merge.c:360 builtin/shortlog.c:1771181msgid "revision walk setup failed"1182msgstr "la configuració del passeig per revisions ha fallat"11831184#: bundle.c:1851185#, c-format1186msgid "The bundle contains this ref:"1187msgid_plural "The bundle contains these %d refs:"1188msgstr[0] "El farcell conté aquesta referència:"1189msgstr[1] "El farcell conté aquestes %d referències:"11901191#: bundle.c:1921192msgid "The bundle records a complete history."1193msgstr "El farcell registra una història completa."11941195#: bundle.c:1941196#, c-format1197msgid "The bundle requires this ref:"1198msgid_plural "The bundle requires these %d refs:"1199msgstr[0] "El farcell requereix aquesta referència:"1200msgstr[1] "El farcell requereix aquestes %d referències:"12011202#: bundle.c:2531203msgid "Could not spawn pack-objects"1204msgstr "No s'ha pogut executar el pack-objects"12051206#: bundle.c:2641207msgid "pack-objects died"1208msgstr "El pack-objects s'ha mort"12091210#: bundle.c:3041211msgid "rev-list died"1212msgstr "El rev-list s'ha mort"12131214#: bundle.c:3531215#, c-format1216msgid "ref '%s' is excluded by the rev-list options"1217msgstr "les opcions de la llista de revisions exclouen la referència '%s'"12181219#: bundle.c:443 builtin/log.c:165 builtin/log.c:1572 builtin/shortlog.c:2821220#, c-format1221msgid "unrecognized argument: %s"1222msgstr "paràmetre no reconegut: %s"12231224#: bundle.c:4511225msgid "Refusing to create empty bundle."1226msgstr "S'està refusant crear un farcell buit."12271228#: bundle.c:4631229#, c-format1230msgid "cannot create '%s'"1231msgstr "no es pot crear '%s'"12321233#: bundle.c:4911234msgid "index-pack died"1235msgstr "L'index-pack s'ha mort"12361237#: color.c:3001238#, c-format1239msgid "invalid color value: %.*s"1240msgstr "valor de color no vàlid: %.*s"12411242#: commit.c:40 sequencer.c:1564 builtin/am.c:421 builtin/am.c:4571243#: builtin/am.c:1493 builtin/am.c:21271244#, c-format1245msgid "could not parse %s"1246msgstr "no s'ha pogut analitzar %s"12471248#: commit.c:421249#, c-format1250msgid "%s %s is not a commit!"1251msgstr "%s %s no és una comissió!"12521253#: commit.c:15141254msgid ""1255"Warning: commit message did not conform to UTF-8.\n"1256"You may want to amend it after fixing the message, or set the config\n"1257"variable i18n.commitencoding to the encoding your project uses.\n"1258msgstr ""1259"Advertència: el missatge de comissió no és compatible amb UTF-8.\n"1260"Potser voleu esmenar-lo després de corregir el missatge, o establir\n"1261"la variable de configuració i18n.commitencoding a la codificació que\n"1262"usi el vostre projecte.\n"12631264#: compat/obstack.c:406 compat/obstack.c:4081265msgid "memory exhausted"1266msgstr "memòria esgotada"12671268#: config.c:5181269#, c-format1270msgid "bad config line %d in blob %s"1271msgstr "línia de configuració %d errònia en el blob %s"12721273#: config.c:5221274#, c-format1275msgid "bad config line %d in file %s"1276msgstr "línia de configuració %d errònia en el fitxer %s"12771278#: config.c:5261279#, c-format1280msgid "bad config line %d in standard input"1281msgstr "línia de configuració %d errònia en l'entrada estàndard"12821283#: config.c:5301284#, c-format1285msgid "bad config line %d in submodule-blob %s"1286msgstr "línia de configuració %d errònia en el blob de submòdul %s"12871288#: config.c:5341289#, c-format1290msgid "bad config line %d in command line %s"1291msgstr "línia de configuració %d errònia en la línia d'ordres %s"12921293#: config.c:5381294#, c-format1295msgid "bad config line %d in %s"1296msgstr "línia de configuració %d errònia en %s"12971298#: config.c:6571299msgid "out of range"1300msgstr "fora de rang"13011302#: config.c:6571303msgid "invalid unit"1304msgstr "unitat no vàlida"13051306#: config.c:6631307#, c-format1308msgid "bad numeric config value '%s' for '%s': %s"1309msgstr "valor de configuració numèric erroni '%s' per '%s': %s"13101311#: config.c:6681312#, c-format1313msgid "bad numeric config value '%s' for '%s' in blob %s: %s"1314msgstr "valor de configuració numèric erroni '%s' per '%s' en el blob %s: %s"13151316#: config.c:6711317#, c-format1318msgid "bad numeric config value '%s' for '%s' in file %s: %s"1319msgstr "valor de configuració numèric '%s' erroni per '%s' en el fitxer %s: %s"13201321#: config.c:6741322#, c-format1323msgid "bad numeric config value '%s' for '%s' in standard input: %s"1324msgstr ""1325"valor de configuració numèric '%s' erroni per '%s' en l'entrada estàndard: %s"13261327#: config.c:6771328#, c-format1329msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"1330msgstr ""1331"valor de configuració numèric '%s' erroni' per '%s' en el blob de submòdul "1332"%s: %s"13331334#: config.c:6801335#, c-format1336msgid "bad numeric config value '%s' for '%s' in command line %s: %s"1337msgstr ""1338"valor de configuració numèric '%s' erroni per '%s' en la línia d'ordres %s: "1339"%s"13401341#: config.c:6831342#, c-format1343msgid "bad numeric config value '%s' for '%s' in %s: %s"1344msgstr "valor de configuració numèric dolent '%s' per '%s' en %s: %s"13451346#: config.c:7701347#, c-format1348msgid "failed to expand user dir in: '%s'"1349msgstr "s'ha produït un error en expandir el directori d'usuari en: '%s'"13501351#: config.c:865 config.c:8761352#, c-format1353msgid "bad zlib compression level %d"1354msgstr "nivell de compressió de zlib dolent %d"13551356#: config.c:9931357#, c-format1358msgid "invalid mode for object creation: %s"1359msgstr "mode de creació d'objecte no vàlid: %s"13601361#: config.c:11491362#, c-format1363msgid "bad pack compression level %d"1364msgstr "nivell de compressió de paquet %d Erroni"13651366#: config.c:13391367msgid "unable to parse command-line config"1368msgstr "no s'ha pogut analitzar la configuració de la línia d'ordres"13691370#: config.c:13891371msgid "unknown error occurred while reading the configuration files"1372msgstr "un error desconegut ha ocorregut en llegir els fitxers de configuració"13731374#: config.c:17431375#, c-format1376msgid "unable to parse '%s' from command-line config"1377msgstr "no s'ha pogut analitzar '%s' de la configuració de la línia d'ordres"13781379#: config.c:17451380#, c-format1381msgid "bad config variable '%s' in file '%s' at line %d"1382msgstr "variable de configuració '%s' errònia en el fitxer '%s' a la línia %d"13831384#: config.c:18041385#, c-format1386msgid "%s has multiple values"1387msgstr "%s té múltiples valors"13881389#: config.c:2225 config.c:24501390#, c-format1391msgid "fstat on %s failed"1392msgstr "ha fallat fstat a %s"13931394#: config.c:23431395#, c-format1396msgid "could not set '%s' to '%s'"1397msgstr "no s'ha pogut establir '%s' a '%s'"13981399#: config.c:23451400#, c-format1401msgid "could not unset '%s'"1402msgstr "no s'ha pogut desestablir '%s'"14031404#: connect.c:491405msgid "The remote end hung up upon initial contact"1406msgstr "El costat remot ha penjat en el moment de contacte inicial"14071408#: connect.c:511409msgid ""1410"Could not read from remote repository.\n"1411"\n"1412"Please make sure you have the correct access rights\n"1413"and the repository exists."1414msgstr ""1415"No s'ha pogut llegir del dipòsit remot.\n"1416"\n"1417"Si us plau, assegureu-vos que tingueu els permisos\n"1418"d'accés correctes i que el dipòsit existeixi."14191420#: connected.c:63 builtin/fsck.c:190 builtin/prune.c:1401421msgid "Checking connectivity"1422msgstr "S'està comprovant la connectivitat"14231424#: connected.c:751425msgid "Could not run 'git rev-list'"1426msgstr "No s'ha pogut executar 'git rev-list'"14271428#: connected.c:951429msgid "failed write to rev-list"1430msgstr "escriptura fallada al rev-list"14311432#: connected.c:1021433msgid "failed to close rev-list's stdin"1434msgstr "s'ha produït un error en tancar l'stdin del rev-list"14351436#: convert.c:2011437#, c-format1438msgid ""1439"CRLF will be replaced by LF in %s.\n"1440"The file will have its original line endings in your working directory."1441msgstr ""1442"LF reemplaçarà CRLF en %s.\n"1443"El fitxer tindrà els seus terminadors de línia originals en el vostre "1444"directori de treball."14451446#: convert.c:2051447#, c-format1448msgid "CRLF would be replaced by LF in %s."1449msgstr "LF reemplaçaria CRLF en %s."14501451#: convert.c:2111452#, c-format1453msgid ""1454"LF will be replaced by CRLF in %s.\n"1455"The file will have its original line endings in your working directory."1456msgstr ""1457"CRLF reemplaçarà LF en %s.\n"1458"El fitxer tindrà els seus terminadors de línia originals en el vostre "1459"directori de treball."14601461#: convert.c:2151462#, c-format1463msgid "LF would be replaced by CRLF in %s"1464msgstr "CRLF reemplaçaria LF en %s"14651466#: date.c:971467msgid "in the future"1468msgstr "en el futur"14691470#: date.c:1031471#, c-format1472msgid "%lu second ago"1473msgid_plural "%lu seconds ago"1474msgstr[0] "fa %lu segon"1475msgstr[1] "fa %lu segons"14761477#: date.c:1101478#, c-format1479msgid "%lu minute ago"1480msgid_plural "%lu minutes ago"1481msgstr[0] "fa %lu minut"1482msgstr[1] "fa %lu minuts"14831484#: date.c:1171485#, c-format1486msgid "%lu hour ago"1487msgid_plural "%lu hours ago"1488msgstr[0] "fa %lu hora"1489msgstr[1] "fa %lu hores"14901491#: date.c:1241492#, c-format1493msgid "%lu day ago"1494msgid_plural "%lu days ago"1495msgstr[0] "fa %lu dia"1496msgstr[1] "fa %lu dies"14971498#: date.c:1301499#, c-format1500msgid "%lu week ago"1501msgid_plural "%lu weeks ago"1502msgstr[0] "fa %lu setmana"1503msgstr[1] "fa %lu setmanes"15041505#: date.c:1371506#, c-format1507msgid "%lu month ago"1508msgid_plural "%lu months ago"1509msgstr[0] "fa %lu mes"1510msgstr[1] "fa %lu mesos"15111512#: date.c:1481513#, c-format1514msgid "%lu year"1515msgid_plural "%lu years"1516msgstr[0] "%lu any"1517msgstr[1] "%lu anys"15181519#. TRANSLATORS: "%s" is "<n> years"1520#: date.c:1511521#, c-format1522msgid "%s, %lu month ago"1523msgid_plural "%s, %lu months ago"1524msgstr[0] "fa %s i %lu mes"1525msgstr[1] "fa %s i %lu mesos"15261527#: date.c:156 date.c:1611528#, c-format1529msgid "%lu year ago"1530msgid_plural "%lu years ago"1531msgstr[0] "fa %lu any"1532msgstr[1] "fa %lu anys"15331534#: diffcore-order.c:241535#, c-format1536msgid "failed to read orderfile '%s'"1537msgstr "s'ha produït un error en llegir el fitxer d'ordres '%s'"15381539#: diffcore-rename.c:5361540msgid "Performing inexact rename detection"1541msgstr "S'està realitzant una detecció inexacta de canvis de nom"15421543#: diff.c:621544#, c-format1545msgid "option '%s' requires a value"1546msgstr "l'opció '%s' requereix un valor"15471548#: diff.c:1241549#, c-format1550msgid " Failed to parse dirstat cut-off percentage '%s'\n"1551msgstr ""1552" S'ha produït un error en analitzar el percentatge limitant de dirstat "1553"'%s'\n"15541555#: diff.c:1291556#, c-format1557msgid " Unknown dirstat parameter '%s'\n"1558msgstr " Paràmetre de dirstat desconegut '%s'\n"15591560#: diff.c:2811561#, c-format1562msgid "Unknown value for 'diff.submodule' config variable: '%s'"1563msgstr ""1564"Valor desconegut de la variable de configuració de 'diff.submodule': '%s'"15651566#: diff.c:3441567#, c-format1568msgid ""1569"Found errors in 'diff.dirstat' config variable:\n"1570"%s"1571msgstr ""1572"S'han trobat errors en la variable de configuració 'diff.dirstat':\n"1573"%s"15741575#: diff.c:30851576#, c-format1577msgid "external diff died, stopping at %s"1578msgstr "el diff external s'ha mort, s'està aturant a %s"15791580#: diff.c:34111581msgid "--name-only, --name-status, --check and -s are mutually exclusive"1582msgstr "--name-only, --name-status, --check i -s són mutualment exclusius"15831584#: diff.c:35011585msgid "--follow requires exactly one pathspec"1586msgstr "--follow requereix exactament una especificació de camí"15871588#: diff.c:36641589#, c-format1590msgid ""1591"Failed to parse --dirstat/-X option parameter:\n"1592"%s"1593msgstr ""1594"S'ha produït un error en analitzar el paràmetre d'opció de --dirstat/-X:\n"1595"%s"15961597#: diff.c:36781598#, c-format1599msgid "Failed to parse --submodule option parameter: '%s'"1600msgstr ""1601"S'ha produït un error en analitzar el paràmetre d'opció de --submodule: '%s'"16021603#: diff.c:46961604msgid "inexact rename detection was skipped due to too many files."1605msgstr "s'ha omès la detecció de canvi de nom a causa de massa fitxers."16061607#: diff.c:46991608msgid "only found copies from modified paths due to too many files."1609msgstr ""1610"només s'han trobat còpies des de camins modificats a causa de massa fitxers."16111612#: diff.c:47021613#, c-format1614msgid ""1615"you may want to set your %s variable to at least %d and retry the command."1616msgstr ""1617"potser voleu establir la vostra variable %s a almenys %d i tornar a intentar "1618"l'ordre."16191620#: dir.c:18621621msgid "failed to get kernel name and information"1622msgstr "s'ha produït un error en obtenir el nombre i la informació del nucli"16231624#: dir.c:19811625msgid "Untracked cache is disabled on this system or location."1626msgstr ""1627"La memòria cau no seguida està inhabilitada en aquest sistema o ubicació."16281629#: dir.c:27591630#, c-format1631msgid "could not migrate git directory from '%s' to '%s'"1632msgstr "no s'ha pogut migrar el directori de '%s' a '%s'"16331634#: fetch-pack.c:2131635msgid "git fetch-pack: expected shallow list"1636msgstr "git fetch-pack: llista superficial esperada"16371638#: fetch-pack.c:2251639msgid "git fetch-pack: expected ACK/NAK, got EOF"1640msgstr "git fetch-pack: ACK/NAK esperat, EOF rebut"16411642#: fetch-pack.c:2431643#, c-format1644msgid "git fetch-pack: expected ACK/NAK, got '%s'"1645msgstr "git fetch-pack: ACK/NAK esperat, '%s' rebut"16461647#: fetch-pack.c:2951648msgid "--stateless-rpc requires multi_ack_detailed"1649msgstr "--stateless-rpc requereix multi_ack_detailed"16501651#: fetch-pack.c:3811652#, c-format1653msgid "invalid shallow line: %s"1654msgstr "línia de shallow no vàlida: %s"16551656#: fetch-pack.c:3871657#, c-format1658msgid "invalid unshallow line: %s"1659msgstr "línia d'unshallow no vàlida: %s"16601661#: fetch-pack.c:3891662#, c-format1663msgid "object not found: %s"1664msgstr "objecte no trobat: %s"16651666#: fetch-pack.c:3921667#, c-format1668msgid "error in object: %s"1669msgstr "error en objecte: %s"16701671#: fetch-pack.c:3941672#, c-format1673msgid "no shallow found: %s"1674msgstr "no s'ha trobat cap shallow: %s"16751676#: fetch-pack.c:3971677#, c-format1678msgid "expected shallow/unshallow, got %s"1679msgstr "s'esperava shallow/unshallow, s'ha rebut %s"16801681#: fetch-pack.c:4361682#, c-format1683msgid "got %s %d %s"1684msgstr "%s %d %s rebut"16851686#: fetch-pack.c:4501687#, c-format1688msgid "invalid commit %s"1689msgstr "comissió no vàlida %s"16901691#: fetch-pack.c:4831692msgid "giving up"1693msgstr "s'està rendint"16941695#: fetch-pack.c:493 progress.c:2351696msgid "done"1697msgstr "fet"16981699#: fetch-pack.c:5051700#, c-format1701msgid "got %s (%d) %s"1702msgstr "s'ha rebut %s (%d) %s"17031704#: fetch-pack.c:5511705#, c-format1706msgid "Marking %s as complete"1707msgstr "S'està marcant %s com a complet"17081709#: fetch-pack.c:6971710#, c-format1711msgid "already have %s (%s)"1712msgstr "ja es té %s (%s)"17131714#: fetch-pack.c:7351715msgid "fetch-pack: unable to fork off sideband demultiplexer"1716msgstr "fetch-pack: no s'ha pogut bifurcar del demultiplexor de banda lateral"17171718#: fetch-pack.c:7431719msgid "protocol error: bad pack header"1720msgstr "error de protocol: capçalera de paquet errònia"17211722#: fetch-pack.c:7991723#, c-format1724msgid "fetch-pack: unable to fork off %s"1725msgstr "fetch-pack: no es pot bifurcar de %s"17261727#: fetch-pack.c:8151728#, c-format1729msgid "%s failed"1730msgstr "%s ha fallat"17311732#: fetch-pack.c:8171733msgid "error in sideband demultiplexer"1734msgstr "error en demultiplexor de banda lateral"17351736#: fetch-pack.c:8441737msgid "Server does not support shallow clients"1738msgstr "El servidor no permet clients superficials"17391740#: fetch-pack.c:8481741msgid "Server supports multi_ack_detailed"1742msgstr "El servidor accepta multi_ack_detailed"17431744#: fetch-pack.c:8511745msgid "Server supports no-done"1746msgstr "El servidor accepta no-done"17471748#: fetch-pack.c:8571749msgid "Server supports multi_ack"1750msgstr "El servidor accepta multi_ack"17511752#: fetch-pack.c:8611753msgid "Server supports side-band-64k"1754msgstr "El servidor accepta side-band-64k"17551756#: fetch-pack.c:8651757msgid "Server supports side-band"1758msgstr "El servidor accepta banda lateral"17591760#: fetch-pack.c:8691761msgid "Server supports allow-tip-sha1-in-want"1762msgstr "El servidor accepta allow-tip-sha1-in-want"17631764#: fetch-pack.c:8731765msgid "Server supports allow-reachable-sha1-in-want"1766msgstr "El servidor accepta allow-reachable-sha1-in-want"17671768#: fetch-pack.c:8831769msgid "Server supports ofs-delta"1770msgstr "El servidor accepta ofs-delta"17711772#: fetch-pack.c:8901773#, c-format1774msgid "Server version is %.*s"1775msgstr "La versió del servidor és %.*s"17761777#: fetch-pack.c:8961778msgid "Server does not support --shallow-since"1779msgstr "El servidor no admet --shallow-since"17801781#: fetch-pack.c:9001782msgid "Server does not support --shallow-exclude"1783msgstr "El servidor no admet --shallow-exclude"17841785#: fetch-pack.c:9021786msgid "Server does not support --deepen"1787msgstr "El servidor no admet --deepen"17881789#: fetch-pack.c:9131790msgid "no common commits"1791msgstr "cap comissió en comú"17921793#: fetch-pack.c:9251794msgid "git fetch-pack: fetch failed."1795msgstr "git fetch-pack: l'obtenció ha fallat."17961797#: fetch-pack.c:10871798msgid "no matching remote head"1799msgstr "no hi ha cap HEAD remot coincident"18001801#: gpg-interface.c:1851802msgid "gpg failed to sign the data"1803msgstr "gpg ha fallat en signar les dades"18041805#: gpg-interface.c:2151806msgid "could not create temporary file"1807msgstr "no s'ha pogut crear el fitxer temporal"18081809#: gpg-interface.c:2171810#, c-format1811msgid "failed writing detached signature to '%s'"1812msgstr "s'ha produït un error en escriure la signatura separada a '%s'"18131814#: graph.c:961815#, c-format1816msgid "ignore invalid color '%.*s' in log.graphColors"1817msgstr "ignora el color invàlid '%.*s' en log.graphColors"18181819#: grep.c:17941820#, c-format1821msgid "'%s': unable to read %s"1822msgstr "'%s': no s'ha pogut llegir %s"18231824#: grep.c:1811 builtin/clone.c:381 builtin/diff.c:81 builtin/rm.c:1331825#, c-format1826msgid "failed to stat '%s'"1827msgstr "s'ha produït un error en fer stat a '%s'"18281829#: grep.c:18221830#, c-format1831msgid "'%s': short read"1832msgstr "'%s': lectura curta"18331834#: help.c:2181835#, c-format1836msgid "available git commands in '%s'"1837msgstr "ordres de git disponibles en '%s'"18381839#: help.c:2251840msgid "git commands available from elsewhere on your $PATH"1841msgstr "ordres de git disponibles d'altres llocs en el vostre $PATH"18421843#: help.c:2561844msgid "These are common Git commands used in various situations:"1845msgstr "Aquestes són ordres del Git comunament usades en diverses situacions:"18461847#: help.c:3211848#, c-format1849msgid ""1850"'%s' appears to be a git command, but we were not\n"1851"able to execute it. Maybe git-%s is broken?"1852msgstr ""1853"'%s' sembla una ordre de git, però no hem pogut\n"1854"executar-la. Pot ser que git-%s estigui malmès?"18551856#: help.c:3761857msgid "Uh oh. Your system reports no Git commands at all."1858msgstr "Ai. El vostre sistema no informa de cap ordre de Git."18591860#: help.c:3981861#, c-format1862msgid ""1863"WARNING: You called a Git command named '%s', which does not exist.\n"1864"Continuing under the assumption that you meant '%s'"1865msgstr ""1866"ADVERTÈNCIA: Heu invocat una ordre de Git amb nom '%s', la qual no "1867"existeix.\n"1868"S'està continuant sota l'assumpció que volíeu dir '%s'"18691870#: help.c:4031871#, c-format1872msgid "in %0.1f seconds automatically..."1873msgstr "en %0.1f segons automàticament..."18741875#: help.c:4101876#, c-format1877msgid "git: '%s' is not a git command. See 'git --help'."1878msgstr "git: '%s' no és una ordre de git. Vegeu 'git --help'."18791880#: help.c:414 help.c:4801881msgid ""1882"\n"1883"Did you mean this?"1884msgid_plural ""1885"\n"1886"Did you mean one of these?"1887msgstr[0] ""1888"\n"1889"Volíeu dir això?"1890msgstr[1] ""1891"\n"1892"Volíeu dir un d'aquests?"18931894#: help.c:4761895#, c-format1896msgid "%s: %s - %s"1897msgstr "%s: %s - %s"18981899#: ident.c:3341900msgid ""1901"\n"1902"*** Please tell me who you are.\n"1903"\n"1904"Run\n"1905"\n"1906" git config --global user.email \"you@example.com\"\n"1907" git config --global user.name \"Your Name\"\n"1908"\n"1909"to set your account's default identity.\n"1910"Omit --global to set the identity only in this repository.\n"1911"\n"1912msgstr ""1913"\n"1914"*** Si us plau, digueu-me qui sou.\n"1915"\n"1916"Executeu\n"1917"\n"1918" git config --global user.email \"usuari@domini.com\"\n"1919" git config --global user.name \"El vostre nom\"\n"1920"\n"1921"per a establir la identitat predeterminada del vostre compte.\n"1922"Ometeu --global per a establir la identitat només en aquest dipòsit.\n"19231924#: lockfile.c:1521925#, c-format1926msgid ""1927"Unable to create '%s.lock': %s.\n"1928"\n"1929"Another git process seems to be running in this repository, e.g.\n"1930"an editor opened by 'git commit'. Please make sure all processes\n"1931"are terminated then try again. If it still fails, a git process\n"1932"may have crashed in this repository earlier:\n"1933"remove the file manually to continue."1934msgstr ""1935"No s'ha pogut crear '%s.lock': %s.\n"1936"\n"1937"Sembla que un altre procés de git s'està executant en aquest\n"1938"dipòsit, per exemple, un editor obert per 'git commit'. Si us\n"1939"plau, assegureu-vos que tots els processos s'hagin terminat i\n"1940"llavors proveu de nou. Si encara falla, pot ser que un procés de\n"1941"git ha tingut una pana:\n"1942"elimineu el fitxer manualment per a continuar."19431944#: lockfile.c:1601945#, c-format1946msgid "Unable to create '%s.lock': %s"1947msgstr "No s'ha pogut crear '%s.lock': %s"19481949#: merge.c:411950msgid "failed to read the cache"1951msgstr "s'ha produït un error en llegir la memòria cau"19521953#: merge.c:96 builtin/am.c:2000 builtin/am.c:2035 builtin/checkout.c:3741954#: builtin/checkout.c:588 builtin/clone.c:7311955msgid "unable to write new index file"1956msgstr "no s'ha pogut escriure un fitxer d'índex nou"19571958#: merge-recursive.c:2091959msgid "(bad commit)\n"1960msgstr "(comissió errònia)\n"19611962#: merge-recursive.c:231 merge-recursive.c:2391963#, c-format1964msgid "addinfo_cache failed for path '%s'"1965msgstr "addinfo_cache ha fallat per al camí '%s'"19661967#: merge-recursive.c:3031968msgid "error building trees"1969msgstr "error en construir arbres"19701971#: merge-recursive.c:7271972#, c-format1973msgid "failed to create path '%s'%s"1974msgstr "s'ha produït un error en crear el camí '%s'%s"19751976#: merge-recursive.c:7381977#, c-format1978msgid "Removing %s to make room for subdirectory\n"1979msgstr "S'està eliminant %s per a fer espai per al subdirectori\n"19801981#: merge-recursive.c:752 merge-recursive.c:7711982msgid ": perhaps a D/F conflict?"1983msgstr ": potser un conflicte D/F?"19841985#: merge-recursive.c:7611986#, c-format1987msgid "refusing to lose untracked file at '%s'"1988msgstr "s'està refusant perdre el fitxer no seguit a '%s'"19891990#: merge-recursive.c:803 builtin/cat-file.c:341991#, c-format1992msgid "cannot read object %s '%s'"1993msgstr "no es pot llegir l'objecte %s '%s'"19941995#: merge-recursive.c:8051996#, c-format1997msgid "blob expected for %s '%s'"1998msgstr "blob esperat per a %s '%s'"19992000#: merge-recursive.c:8292001#, c-format2002msgid "failed to open '%s': %s"2003msgstr "s'ha produït un error en obrir '%s': %s"20042005#: merge-recursive.c:8402006#, c-format2007msgid "failed to symlink '%s': %s"2008msgstr "s'ha produït un error en fer l'enllaç simbòlic '%s': %s"20092010#: merge-recursive.c:8452011#, c-format2012msgid "do not know what to do with %06o %s '%s'"2013msgstr "no se sap què fer amb %06o %s '%s'"20142015#: merge-recursive.c:9852016msgid "Failed to execute internal merge"2017msgstr "S'ha produït un error en executar la fusió interna"20182019#: merge-recursive.c:9892020#, c-format2021msgid "Unable to add %s to database"2022msgstr "No s'ha pogut afegir %s a la base de dades"20232024#: merge-recursive.c:1088 merge-recursive.c:11022025#, c-format2026msgid ""2027"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "2028"in tree."2029msgstr ""2030"CONFLICTE: (%s/supressió): %s suprimit en %s i %s en %s. La versió %s de %s "2031"s'ha deixat en l'arbre."20322033#: merge-recursive.c:1094 merge-recursive.c:11072034#, c-format2035msgid ""2036"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "2037"in tree at %s."2038msgstr ""2039"CONFLICTE: (%s/supressió): %s suprimit en %s i %s en %s. La versió %s de %s "2040"s'ha deixat en l'arbre a %s."20412042#: merge-recursive.c:11502043msgid "rename"2044msgstr "canvi de nom"20452046#: merge-recursive.c:11502047msgid "renamed"2048msgstr "canviat de nom"20492050#: merge-recursive.c:12072051#, c-format2052msgid "%s is a directory in %s adding as %s instead"2053msgstr "%s és un directori en %s; s'està afegint com a %s en lloc d'això"20542055#: merge-recursive.c:12322056#, c-format2057msgid ""2058"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"2059"\"->\"%s\" in \"%s\"%s"2060msgstr ""2061"CONFLICTE (canvi de nom/canvi de nom): Canvi de nom \"%s\"->\"%s\" en la "2062"branca \"%s\" canvi de nom \"%s\"->\"%s\" en \"%s\"%s"20632064#: merge-recursive.c:12372065msgid " (left unresolved)"2066msgstr " (deixat sense resolució)"20672068#: merge-recursive.c:12992069#, c-format2070msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"2071msgstr ""2072"CONFLICTE (canvi de nom/canvi de nom): Canvi de nom %s->%s en %s. Canvi de "2073"nom %s->%s en %s"20742075#: merge-recursive.c:13322076#, c-format2077msgid "Renaming %s to %s and %s to %s instead"2078msgstr "S'està canviant el nom de %s a %s i %s a %s en lloc d'això"20792080#: merge-recursive.c:15352081#, c-format2082msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"2083msgstr ""2084"CONFLICTE (canvi de nom/afegiment): Canvi de nom %s->%s en %s. %s afegit en "2085"%s"20862087#: merge-recursive.c:15502088#, c-format2089msgid "Adding merged %s"2090msgstr "S'està afegint %s fusionat"20912092#: merge-recursive.c:1557 merge-recursive.c:17712093#, c-format2094msgid "Adding as %s instead"2095msgstr "S'està afegint com a %s en lloc d'això"20962097#: merge-recursive.c:16142098#, c-format2099msgid "cannot read object %s"2100msgstr "no es pot llegir l'objecte %s"21012102#: merge-recursive.c:16172103#, c-format2104msgid "object %s is not a blob"2105msgstr "l'objecte %s no és un blob"21062107#: merge-recursive.c:16702108msgid "modify"2109msgstr "modificació"21102111#: merge-recursive.c:16702112msgid "modified"2113msgstr "modificat"21142115#: merge-recursive.c:16802116msgid "content"2117msgstr "contingut"21182119#: merge-recursive.c:16872120msgid "add/add"2121msgstr "afegiment/afegiment"21222123#: merge-recursive.c:17232124#, c-format2125msgid "Skipped %s (merged same as existing)"2126msgstr "S'ha omès %s (el fusionat és igual a l'existent)"21272128#: merge-recursive.c:17372129#, c-format2130msgid "Auto-merging %s"2131msgstr "S'està autofusionant %s"21322133#: merge-recursive.c:1741 git-submodule.sh:9302134msgid "submodule"2135msgstr "submòdul"21362137#: merge-recursive.c:17422138#, c-format2139msgid "CONFLICT (%s): Merge conflict in %s"2140msgstr "CONFLICTE (%s): Conflicte de fusió en %s"21412142#: merge-recursive.c:18362143#, c-format2144msgid "Removing %s"2145msgstr "S'està eliminant %s"21462147#: merge-recursive.c:18622148msgid "file/directory"2149msgstr "fitxer/directori"21502151#: merge-recursive.c:18682152msgid "directory/file"2153msgstr "directori/fitxer"21542155#: merge-recursive.c:18742156#, c-format2157msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"2158msgstr ""2159"CONFLICTE (%s): Hi ha un directori amb nom %s en %s. S'està afegint %s com a "2160"%s"21612162#: merge-recursive.c:18832163#, c-format2164msgid "Adding %s"2165msgstr "S'està afegint %s"21662167#: merge-recursive.c:19202168msgid "Already up-to-date!"2169msgstr "Ja està al dia!"21702171#: merge-recursive.c:19292172#, c-format2173msgid "merging of trees %s and %s failed"2174msgstr "la fusió dels arbres %s i %s ha fallat"21752176#: merge-recursive.c:20122177msgid "Merging:"2178msgstr "Fusionant:"21792180#: merge-recursive.c:20252181#, c-format2182msgid "found %u common ancestor:"2183msgid_plural "found %u common ancestors:"2184msgstr[0] "s'ha trobat %u avantpassat en comú:"2185msgstr[1] "s'han trobat %u avantpassats en comú:"21862187#: merge-recursive.c:20642188msgid "merge returned no commit"2189msgstr "la fusió no ha retornat cap comissió"21902191#: merge-recursive.c:21272192#, c-format2193msgid "Could not parse object '%s'"2194msgstr "No s'ha pogut analitzar l'objecte '%s'"21952196#: merge-recursive.c:2141 builtin/merge.c:645 builtin/merge.c:7922197msgid "Unable to write index."2198msgstr "No s'ha pogut escriure l'índex."21992200#: notes-merge.c:2732201#, c-format2202msgid ""2203"You have not concluded your previous notes merge (%s exists).\n"2204"Please, use 'git notes merge --commit' or 'git notes merge --abort' to "2205"commit/abort the previous merge before you start a new notes merge."2206msgstr ""2207"No heu acabat la vostra fusió de notes prèvia (%s existeix).\n"2208"Si us plau, useu 'git notes merge --commit' o 'git notes merge --abort' per "2209"a cometre/avortar la fusió prèvia abans de començar una fusió de notes nova."22102211#: notes-merge.c:2802212#, c-format2213msgid "You have not concluded your notes merge (%s exists)."2214msgstr "No heu conclòs la vostra fusió de notes (%s existeix)."22152216#: notes-utils.c:412217msgid "Cannot commit uninitialized/unreferenced notes tree"2218msgstr "No es pot cometre un arbre de notes no inicialitzat / no referenciat"22192220#: notes-utils.c:1002221#, c-format2222msgid "Bad notes.rewriteMode value: '%s'"2223msgstr "Valor de notes.rewriteMode erroni: '%s'"22242225#: notes-utils.c:1102226#, c-format2227msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"2228msgstr "S'està refusant reescriure les notes en %s (fora de refs/notes/)"22292230#. TRANSLATORS: The first %s is the name of the2231#. environment variable, the second %s is its value2232#: notes-utils.c:1372233#, c-format2234msgid "Bad %s value: '%s'"2235msgstr "Valor erroni de %s: '%s'"22362237#: object.c:2402238#, c-format2239msgid "unable to parse object: %s"2240msgstr "no s'ha pogut analitzar l'objecte: %s"22412242#: parse-options.c:5722243msgid "..."2244msgstr "..."22452246#: parse-options.c:5902247#, c-format2248msgid "usage: %s"2249msgstr "ús: %s"22502251#. TRANSLATORS: the colon here should align with the2252#. one in "usage: %s" translation2253#: parse-options.c:5942254#, c-format2255msgid " or: %s"2256msgstr " o: %s"22572258#: parse-options.c:5972259#, c-format2260msgid " %s"2261msgstr " %s"22622263#: parse-options.c:6312264msgid "-NUM"2265msgstr "-NUM"22662267#: parse-options-cb.c:1082268#, c-format2269msgid "malformed object name '%s'"2270msgstr "nom d'objecte mal format '%s'"22712272#: path.c:8262273#, c-format2274msgid "Could not make %s writable by group"2275msgstr "No s'ha pogut fer %s escrivible pel grup"22762277#: pathspec.c:1422278msgid "global 'glob' and 'noglob' pathspec settings are incompatible"2279msgstr ""2280"els ajusts d'especificació de camí 'glob' i 'noglob' globals són "2281"incompatibles"22822283#: pathspec.c:1492284msgid ""2285"global 'literal' pathspec setting is incompatible with all other global "2286"pathspec settings"2287msgstr ""2288"l'ajust d'especificació de camí 'literal' global és incompatible amb tots "2289"els altres ajusts d'especificació de camí globals"22902291#: pathspec.c:1882292msgid "invalid parameter for pathspec magic 'prefix'"2293msgstr "paràmetre no vàlid per a la màgia d'especificació de camí 'prefix'"22942295#: pathspec.c:2012296#, c-format2297msgid "Invalid pathspec magic '%.*s' in '%s'"2298msgstr "Màgia d'especificació de camí no vàlida '%.*s' en '%s'"22992300#: pathspec.c:2062301#, c-format2302msgid "Missing ')' at the end of pathspec magic in '%s'"2303msgstr "')' mancant al final de la màgia d'especificació de camí en '%s'"23042305#: pathspec.c:2382306#, c-format2307msgid "Unimplemented pathspec magic '%c' in '%s'"2308msgstr "Màgia d'especificació de camí no implementada '%c' en '%s'"23092310#: pathspec.c:293 pathspec.c:3152311#, c-format2312msgid "Pathspec '%s' is in submodule '%.*s'"2313msgstr "L'especificació '%s' és en el submòdul '%.*s'"23142315#: pathspec.c:3502316#, c-format2317msgid "%s: 'literal' and 'glob' are incompatible"2318msgstr "%s: 'literal' i 'glob' són incompatibles"23192320#: pathspec.c:3632321#, c-format2322msgid "%s: '%s' is outside repository"2323msgstr "%s: '%s' és fora del dipòsit"23242325#: pathspec.c:4512326#, c-format2327msgid "'%s' (mnemonic: '%c')"2328msgstr "'%s' (mnemònic: '%c')"23292330#: pathspec.c:4612331#, c-format2332msgid "%s: pathspec magic not supported by this command: %s"2333msgstr ""2334"%s: aquesta ordre no és compatible amb la màgia d'especificació de camí: %s"23352336#: pathspec.c:5112337msgid ""2338"empty strings as pathspecs will be made invalid in upcoming releases. please "2339"use . instead if you meant to match all paths"2340msgstr ""2341"es faran no vàlides les cadenes buides com especificacions de camí en "2342"versions futures. Si us plau, useu . en lloc d'això si volíeu coincidir amb "2343"tots els camins"23442345#: pathspec.c:5352346#, c-format2347msgid "pathspec '%s' is beyond a symbolic link"2348msgstr "l'especificació de camí '%s' és més enllà d'un enllaç simbòlic"23492350#: pathspec.c:5442351msgid ""2352"There is nothing to exclude from by :(exclude) patterns.\n"2353"Perhaps you forgot to add either ':/' or '.' ?"2354msgstr ""2355"No hi ha res a excloure per patrons :(exclusió).\n"2356"Potser heu oblidat afegir o ':/' o '.' ?"23572358#: pretty.c:9822359msgid "unable to parse --pretty format"2360msgstr "no s'ha pogut analitzar el format --pretty"23612362#: read-cache.c:13072363#, c-format2364msgid ""2365"index.version set, but the value is invalid.\n"2366"Using version %i"2367msgstr ""2368"index.version està establerta, però el valor no és vàlid.\n"2369"S'està usant la versió %i"23702371#: read-cache.c:13172372#, c-format2373msgid ""2374"GIT_INDEX_VERSION set, but the value is invalid.\n"2375"Using version %i"2376msgstr ""2377"GIT_INDEX_VERSION està establerta, però el valor no és vàlid.\n"2378"S'està usant la versió %i"23792380#: refs.c:576 builtin/merge.c:8442381#, c-format2382msgid "Could not open '%s' for writing"2383msgstr "No s'ha pogut obrir '%s' per a escriptura"23842385#: refs/files-backend.c:24812386#, c-format2387msgid "could not delete reference %s: %s"2388msgstr "no s'ha pogut suprimir la referència %s: %s"23892390#: refs/files-backend.c:24842391#, c-format2392msgid "could not delete references: %s"2393msgstr "no s'ha pogut suprimir les referències: %s"23942395#: refs/files-backend.c:24932396#, c-format2397msgid "could not remove reference %s"2398msgstr "no s'ha pogut eliminar la referència %s"23992400#: ref-filter.c:562401#, c-format2402msgid "expected format: %%(color:<color>)"2403msgstr "format esperat: %%(color:<color>)"24042405#: ref-filter.c:582406#, c-format2407msgid "unrecognized color: %%(color:%s)"2408msgstr "color no reconegut: %%(color:%s)"24092410#: ref-filter.c:722411#, c-format2412msgid "unrecognized format: %%(%s)"2413msgstr "format no reconegut: %%(%s)"24142415#: ref-filter.c:782416#, c-format2417msgid "%%(body) does not take arguments"2418msgstr "%%(body) no accepta paràmetres"24192420#: ref-filter.c:852421#, c-format2422msgid "%%(subject) does not take arguments"2423msgstr "%%(subject) no accepta paràmetres"24242425#: ref-filter.c:922426#, c-format2427msgid "%%(trailers) does not take arguments"2428msgstr "%%(trailers) no accepta paràmetres"24292430#: ref-filter.c:1112431#, c-format2432msgid "positive value expected contents:lines=%s"2433msgstr "valor positiu esperat conté:lines=%s"24342435#: ref-filter.c:1132436#, c-format2437msgid "unrecognized %%(contents) argument: %s"2438msgstr "paràmetre %%(contents) no reconegut: %s"24392440#: ref-filter.c:1232441#, c-format2442msgid "unrecognized %%(objectname) argument: %s"2443msgstr "paràmetre %%(objectname) no reconegut: %s"24442445#: ref-filter.c:1452446#, c-format2447msgid "expected format: %%(align:<width>,<position>)"2448msgstr "format esperat: %%(align:<amplada>,<posició>)"24492450#: ref-filter.c:1572451#, c-format2452msgid "unrecognized position:%s"2453msgstr "posició no reconeguda:%s"24542455#: ref-filter.c:1612456#, c-format2457msgid "unrecognized width:%s"2458msgstr "amplada no reconeguda:%s"24592460#: ref-filter.c:1672461#, c-format2462msgid "unrecognized %%(align) argument: %s"2463msgstr "paràmetre %%(align) no reconegut: %s"24642465#: ref-filter.c:1712466#, c-format2467msgid "positive width expected with the %%(align) atom"2468msgstr "amplada positiva esperada amb l'àtom %%(align)"24692470#: ref-filter.c:2552471#, c-format2472msgid "malformed field name: %.*s"2473msgstr "nom de camp mal format: %.*s"24742475#: ref-filter.c:2812476#, c-format2477msgid "unknown field name: %.*s"2478msgstr "nom de camp desconegut: %.*s"24792480#: ref-filter.c:3832481#, c-format2482msgid "format: %%(end) atom used without corresponding atom"2483msgstr "format: s'ha usat l'àtom %%(end) sense l'àtom corresponent"24842485#: ref-filter.c:4352486#, c-format2487msgid "malformed format string %s"2488msgstr "cadena de format mal format %s"24892490#: ref-filter.c:8982491msgid ":strip= requires a positive integer argument"2492msgstr ":strip= requereix un paràmetre enter positiu"24932494#: ref-filter.c:9032495#, c-format2496msgid "ref '%s' does not have %ld components to :strip"2497msgstr "la referència '%s' no té %ld components per a :strip"24982499#: ref-filter.c:10662500#, c-format2501msgid "unknown %.*s format %s"2502msgstr "format de %.*s desconegut %s"25032504#: ref-filter.c:1086 ref-filter.c:11172505#, c-format2506msgid "missing object %s for %s"2507msgstr "manca l'objecte %s per a %s"25082509#: ref-filter.c:1089 ref-filter.c:11202510#, c-format2511msgid "parse_object_buffer failed on %s for %s"2512msgstr "parse_object_buffer ha fallat en %s per a %s"25132514#: ref-filter.c:13432515#, c-format2516msgid "malformed object at '%s'"2517msgstr "objecte mal format a '%s'"25182519#: ref-filter.c:14102520#, c-format2521msgid "ignoring ref with broken name %s"2522msgstr "s'està ignorant la referència amb nom malmès %s"25232524#: ref-filter.c:14152525#, c-format2526msgid "ignoring broken ref %s"2527msgstr "s'està ignorant la referència trencada %s"25282529#: ref-filter.c:16702530#, c-format2531msgid "format: %%(end) atom missing"2532msgstr "format: manca l'àtom %%(end)"25332534#: ref-filter.c:17342535#, c-format2536msgid "malformed object name %s"2537msgstr "nom d'objecte %s mal format"25382539#: remote.c:7542540#, c-format2541msgid "Cannot fetch both %s and %s to %s"2542msgstr "No es poden obtenir ambdós %s i %s a %s"25432544#: remote.c:7582545#, c-format2546msgid "%s usually tracks %s, not %s"2547msgstr "%s generalment segueix %s, no %s"25482549#: remote.c:7622550#, c-format2551msgid "%s tracks both %s and %s"2552msgstr "%s segueix ambdós %s i %s"25532554#: remote.c:7702555msgid "Internal error"2556msgstr "Error intern"25572558#: remote.c:1685 remote.c:17872559msgid "HEAD does not point to a branch"2560msgstr "HEAD no assenyala cap branca"25612562#: remote.c:16942563#, c-format2564msgid "no such branch: '%s'"2565msgstr "no hi ha tal branca: '%s'"25662567#: remote.c:16972568#, c-format2569msgid "no upstream configured for branch '%s'"2570msgstr "cap font configurada per a la branca '%s'"25712572#: remote.c:17032573#, c-format2574msgid "upstream branch '%s' not stored as a remote-tracking branch"2575msgstr "la branca font '%s' no s'emmagatzema com a branca amb seguiment remot"25762577#: remote.c:17182578#, c-format2579msgid "push destination '%s' on remote '%s' has no local tracking branch"2580msgstr ""2581"el destí de pujada '%s' en el remot '%s' no té cap branca seguidora local"25822583#: remote.c:17302584#, c-format2585msgid "branch '%s' has no remote for pushing"2586msgstr "la branca '%s' no té cap remot al qual pujar"25872588#: remote.c:17412589#, c-format2590msgid "push refspecs for '%s' do not include '%s'"2591msgstr "les especificacions de referència de '%s' no inclouen '%s'"25922593#: remote.c:17542594msgid "push has no destination (push.default is 'nothing')"2595msgstr "push no té destí (push.default és 'nothing')"25962597#: remote.c:17762598msgid "cannot resolve 'simple' push to a single destination"2599msgstr "no es pot resoldre una pujada 'simple' a un sol destí"26002601#: remote.c:20812602#, c-format2603msgid "Your branch is based on '%s', but the upstream is gone.\n"2604msgstr "La vostra branca està basada en '%s', però la font no hi és.\n"26052606#: remote.c:20852607msgid " (use \"git branch --unset-upstream\" to fixup)\n"2608msgstr " (useu \"git branch --unset-upstream\" per a arreglar)\n"26092610#: remote.c:20882611#, c-format2612msgid "Your branch is up-to-date with '%s'.\n"2613msgstr "La vostra branca està al dia amb '%s'.\n"26142615#: remote.c:20922616#, c-format2617msgid "Your branch is ahead of '%s' by %d commit.\n"2618msgid_plural "Your branch is ahead of '%s' by %d commits.\n"2619msgstr[0] "La vostra branca està davant de '%s' per %d comissió.\n"2620msgstr[1] "La vostra branca està davant de '%s' per %d comissions.\n"26212622#: remote.c:20982623msgid " (use \"git push\" to publish your local commits)\n"2624msgstr " (useu \"git push\" per a publicar les vostres comissions locals)\n"26252626#: remote.c:21012627#, c-format2628msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"2629msgid_plural ""2630"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"2631msgstr[0] ""2632"La vostra branca està darrere de '%s' per %d comissió, i pot avançar-se "2633"ràpidament.\n"2634msgstr[1] ""2635"La vostra branca està darrere de '%s' per %d comissions, i pot avançar-se "2636"ràpidament.\n"26372638#: remote.c:21092639msgid " (use \"git pull\" to update your local branch)\n"2640msgstr " (useu \"git pull\" per a actualitzar la vostra branca local)\n"26412642#: remote.c:21122643#, c-format2644msgid ""2645"Your branch and '%s' have diverged,\n"2646"and have %d and %d different commit each, respectively.\n"2647msgid_plural ""2648"Your branch and '%s' have diverged,\n"2649"and have %d and %d different commits each, respectively.\n"2650msgstr[0] ""2651"La vostra branca i '%s' s'han divergit,\n"2652"i tenen %d i %d comissió distinta cada una, respectivament.\n"2653msgstr[1] ""2654"La vostra branca i '%s' s'han divergit,\n"2655"i tenen %d i %d comissions distintes cada una, respectivament.\n"26562657#: remote.c:21222658msgid " (use \"git pull\" to merge the remote branch into yours)\n"2659msgstr " (useu \"git pull\" per a fusionar la branca remota a la vostra)\n"26602661#: revision.c:21582662msgid "your current branch appears to be broken"2663msgstr "la vostra branca actual sembla malmesa"26642665#: revision.c:21612666#, c-format2667msgid "your current branch '%s' does not have any commits yet"2668msgstr "la vostra branca actual '%s' encara no té cap comissió"26692670#: revision.c:23552671msgid "--first-parent is incompatible with --bisect"2672msgstr "--first-parent és incompatible amb --bisect"26732674#: run-command.c:1252675msgid "open /dev/null failed"2676msgstr "s'ha produït un error en obrir /dev/null"26772678#: run-command.c:1272679#, c-format2680msgid "dup2(%d,%d) failed"2681msgstr "dup2(%d,%d) ha fallat"26822683#: send-pack.c:2972684msgid "failed to sign the push certificate"2685msgstr "s'ha produït un error en signar el certificat de pujada"26862687#: send-pack.c:4102688msgid "the receiving end does not support --signed push"2689msgstr "el destí receptor no admet pujar --signed"26902691#: send-pack.c:4122692msgid ""2693"not sending a push certificate since the receiving end does not support --"2694"signed push"2695msgstr ""2696"no s'està enviant una certificació de pujada perquè el destí receptor no "2697"admet pujar --signed"26982699#: send-pack.c:4242700msgid "the receiving end does not support --atomic push"2701msgstr "el destí receptor no admet pujar --atomic"27022703#: send-pack.c:4292704msgid "the receiving end does not support push options"2705msgstr "el destí receptor no admet opcions de pujada"27062707#: sequencer.c:2152708msgid "revert"2709msgstr "revertir"27102711#: sequencer.c:2172712msgid "cherry-pick"2713msgstr "cherry-pick"27142715#: sequencer.c:2192716msgid "rebase -i"2717msgstr "rebase -i"27182719#: sequencer.c:2212720#, c-format2721msgid "Unknown action: %d"2722msgstr "Acció desconeguda: %d"27232724#: sequencer.c:2782725msgid ""2726"after resolving the conflicts, mark the corrected paths\n"2727"with 'git add <paths>' or 'git rm <paths>'"2728msgstr ""2729"després de resoldre els conflictes, marqueu els camins\n"2730"corregits amb 'git add <camins>' o 'git rm <camins>'"27312732#: sequencer.c:2812733msgid ""2734"after resolving the conflicts, mark the corrected paths\n"2735"with 'git add <paths>' or 'git rm <paths>'\n"2736"and commit the result with 'git commit'"2737msgstr ""2738"després de resoldre els conflictes, marqueu els camins\n"2739"corregits amb 'git add <camins>' o 'git rm <camins>'\n"2740"i cometeu el resultat amb 'git commit'"27412742#: sequencer.c:294 sequencer.c:16672743#, c-format2744msgid "could not lock '%s'"2745msgstr "no s'ha pogut bloquejar '%s'"27462747#: sequencer.c:297 sequencer.c:1545 sequencer.c:1672 sequencer.c:16862748#, c-format2749msgid "could not write to '%s'"2750msgstr "no s'ha pogut escriure a '%s'"27512752#: sequencer.c:3012753#, c-format2754msgid "could not write eol to '%s'"2755msgstr "no s'ha pogut escriure el terminador de línia a '%s'"27562757#: sequencer.c:305 sequencer.c:1550 sequencer.c:16742758#, c-format2759msgid "failed to finalize '%s'."2760msgstr "s'ha produït un error en finalitzar '%s'."27612762#: sequencer.c:329 sequencer.c:808 sequencer.c:1571 builtin/am.c:2592763#: builtin/commit.c:749 builtin/merge.c:10362764#, c-format2765msgid "could not read '%s'"2766msgstr "no s'ha pogut llegir '%s'"27672768#: sequencer.c:3552769#, c-format2770msgid "your local changes would be overwritten by %s."2771msgstr "els vostres canvis locals se sobreescriurien per %s."27722773#: sequencer.c:3592774msgid "commit your changes or stash them to proceed."2775msgstr "cometeu els vostres canvis o emmagatzemeu-los per a procedir."27762777#: sequencer.c:3882778#, c-format2779msgid "%s: fast-forward"2780msgstr "%s: avanç ràpid"27812782#. TRANSLATORS: %s will be "revert", "cherry-pick" or2783#. * "rebase -i".2784#.2785#: sequencer.c:4702786#, c-format2787msgid "%s: Unable to write new index file"2788msgstr "%s: No s'ha pogut escriure un fitxer d'índex nou"27892790#: sequencer.c:4892791msgid "could not resolve HEAD commit\n"2792msgstr "no s'ha pogut resoldre la comissió HEAD\n"27932794#: sequencer.c:5092795msgid "unable to update cache tree\n"2796msgstr "no s'ha pogut actualitzar l'arbre cau\n"27972798#: sequencer.c:5922799#, c-format2800msgid ""2801"you have staged changes in your working tree\n"2802"If these changes are meant to be squashed into the previous commit, run:\n"2803"\n"2804" git commit --amend %s\n"2805"\n"2806"If they are meant to go into a new commit, run:\n"2807"\n"2808" git commit %s\n"2809"\n"2810"In both cases, once you're done, continue with:\n"2811"\n"2812" git rebase --continue\n"2813msgstr ""2814"teniu canvis «staged» en el vostre arbre de treball\n"2815"Si aquests canvis estan pensats per fer «squash» a la comissió prèvia, executeu:\n"2816"\n"2817" git commit --amend %s\n"2818"\n"2819"Si són per a formar una comissió nova, executeu:\n"2820"\n"2821" git commit %s\n"2822"\n"2823"En ambdós casos, quan hàgiu terminat, continueu amb:\n"2824"\n"2825" git rebase --continue\n"28262827#: sequencer.c:6882828#, c-format2829msgid "could not parse commit %s\n"2830msgstr "no s'ha pogut analitzar la comissió %s\n"28312832#: sequencer.c:6932833#, c-format2834msgid "could not parse parent commit %s\n"2835msgstr "no s'ha pogut analitzar la comissió mare %s\n"28362837#: sequencer.c:8152838#, c-format2839msgid ""2840"unexpected 1st line of squash message:\n"2841"\n"2842"\t%.*s"2843msgstr ""2844"Primera línia del missatge de «squash» no esperada:\n"2845"\n"2846"\t%.*s"28472848#: sequencer.c:8212849#, c-format2850msgid ""2851"invalid 1st line of squash message:\n"2852"\n"2853"\t%.*s"2854msgstr ""2855"Primera línia del missatge de «squash» no vàlida:\n"2856"\n"2857"\t%.*s"28582859#: sequencer.c:827 sequencer.c:8522860#, c-format2861msgid "This is a combination of %d commits."2862msgstr "Això és una combinació de %d comissions."28632864#: sequencer.c:8362865msgid "need a HEAD to fixup"2866msgstr "cal un HEAD per reparar-ho"28672868#: sequencer.c:8382869msgid "could not read HEAD"2870msgstr "no s'ha pogut llegir HEAD"28712872#: sequencer.c:8402873msgid "could not read HEAD's commit message"2874msgstr "no s'ha pogut llegir el missatge de comissió de HEAD"28752876#: sequencer.c:8462877#, c-format2878msgid "cannot write '%s'"2879msgstr "no es pot escriure '%s'"28802881#: sequencer.c:855 git-rebase--interactive.sh:4452882msgid "This is the 1st commit message:"2883msgstr "Aquest és el 1r missatge de comissió:"28842885#: sequencer.c:8632886#, c-format2887msgid "could not read commit message of %s"2888msgstr "no s'ha pogut llegir el missatge de comissió: %s"28892890#: sequencer.c:8702891#, c-format2892msgid "This is the commit message #%d:"2893msgstr "Aquest és el missatge de comissió #%d:"28942895#: sequencer.c:8752896#, c-format2897msgid "The commit message #%d will be skipped:"2898msgstr "El missatge de comissió núm. #%d s'ometrà:"28992900#: sequencer.c:8802901#, c-format2902msgid "unknown command: %d"2903msgstr "ordre desconeguda: %d"29042905#: sequencer.c:9462906msgid "your index file is unmerged."2907msgstr "el vostre fitxer d'índex està sense fusionar."29082909#: sequencer.c:9642910#, c-format2911msgid "commit %s is a merge but no -m option was given."2912msgstr "la comissió %s és una fusió però no s'ha donat cap opció -m."29132914#: sequencer.c:9722915#, c-format2916msgid "commit %s does not have parent %d"2917msgstr "la comissió %s no té mare %d"29182919#: sequencer.c:9762920#, c-format2921msgid "mainline was specified but commit %s is not a merge."2922msgstr ""2923"s'ha especificat la línia principal però la comissió %s no és una fusió."29242925#: sequencer.c:9822926#, c-format2927msgid "cannot get commit message for %s"2928msgstr "no es pot obtenir el missatge de comissió de %s"29292930#. TRANSLATORS: The first %s will be a "todo" command like2931#. "revert" or "pick", the second %s a SHA1.2932#: sequencer.c:10012933#, c-format2934msgid "%s: cannot parse parent commit %s"2935msgstr "%s: no es pot analitzar la comissió mare %s"29362937#: sequencer.c:1063 sequencer.c:18122938#, c-format2939msgid "could not rename '%s' to '%s'"2940msgstr "no s'ha pogut canviar el nom '%s' a '%s'"29412942#: sequencer.c:11142943#, c-format2944msgid "could not revert %s... %s"2945msgstr "no s'ha pogut revertir %s... %s"29462947#: sequencer.c:11152948#, c-format2949msgid "could not apply %s... %s"2950msgstr "no s'ha pogut aplicar %s... %s"29512952#: sequencer.c:11572953msgid "empty commit set passed"2954msgstr "conjunt de comissions buit passat"29552956#: sequencer.c:11672957#, c-format2958msgid "git %s: failed to read the index"2959msgstr "git %s: s'ha produït un error en llegir l'índex"29602961#: sequencer.c:11742962#, c-format2963msgid "git %s: failed to refresh the index"2964msgstr "git %s: s'ha produït un error en actualitzar l'índex"29652966#: sequencer.c:12942967#, c-format2968msgid "invalid line %d: %.*s"2969msgstr "línia no vàlida %d: %.*s"29702971#: sequencer.c:13022972#, c-format2973msgid "cannot '%s' without a previous commit"2974msgstr "No es pot '%s' sense una comissió prèvia"29752976#: sequencer.c:13342977#, c-format2978msgid "could not read '%s'."2979msgstr "no s'ha pogut llegir '%s'."29802981#: sequencer.c:13412982msgid "please fix this using 'git rebase --edit-todo'."2983msgstr "si us plau, corregiu-ho això usant 'git rebase --edit-todo'."29842985#: sequencer.c:13432986#, c-format2987msgid "unusable instruction sheet: '%s'"2988msgstr "full d'instruccions inusable: '%s'"29892990#: sequencer.c:13482991msgid "no commits parsed."2992msgstr "no s'ha analitzat cap comissió."29932994#: sequencer.c:13592995msgid "cannot cherry-pick during a revert."2996msgstr "no es pot fer «cherry pick» durant una reversió."29972998#: sequencer.c:13612999msgid "cannot revert during a cherry-pick."3000msgstr "no es pot revertir durant un «cherry pick»."30013002#: sequencer.c:14243003#, c-format3004msgid "invalid key: %s"3005msgstr "clau no vàlida: %s"30063007#: sequencer.c:14273008#, c-format3009msgid "invalid value for %s: %s"3010msgstr "valor no vàlid per a %s: %s"30113012#: sequencer.c:14843013#, c-format3014msgid "malformed options sheet: '%s'"3015msgstr "full d'opcions mal format: '%s'"30163017#: sequencer.c:15223018msgid "a cherry-pick or revert is already in progress"3019msgstr "un «cherry pick» o una reversió ja està en curs"30203021#: sequencer.c:15233022msgid "try \"git cherry-pick (--continue | --quit | --abort)\""3023msgstr "intenteu \"git cherry-pick (--continue | --quit | --abort)\""30243025#: sequencer.c:15263026#, c-format3027msgid "could not create sequencer directory '%s'"3028msgstr "no s'ha pogut crear el directori de seqüenciador '%s'"30293030#: sequencer.c:15403031msgid "could not lock HEAD"3032msgstr "no s'ha pogut bloquejar HEAD"30333034#: sequencer.c:1596 sequencer.c:21503035msgid "no cherry-pick or revert in progress"3036msgstr "ni hi ha cap «cherry pick» ni cap reversió en curs"30373038#: sequencer.c:15983039msgid "cannot resolve HEAD"3040msgstr "no es pot resoldre HEAD"30413042#: sequencer.c:1600 sequencer.c:16343043msgid "cannot abort from a branch yet to be born"3044msgstr "no es pot avortar des d'una branca que encara ha de nàixer"30453046#: sequencer.c:1620 builtin/grep.c:9043047#, c-format3048msgid "cannot open '%s'"3049msgstr "no es pot obrir '%s'"30503051#: sequencer.c:16223052#, c-format3053msgid "cannot read '%s': %s"3054msgstr "no es pot llegir '%s': %s"30553056#: sequencer.c:16233057msgid "unexpected end of file"3058msgstr "final de fitxer inesperat"30593060#: sequencer.c:16293061#, c-format3062msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"3063msgstr "el fitxer HEAD emmagatzemat abans de fer «cherry pick» '%s' és malmès"30643065#: sequencer.c:16403066msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"3067msgstr "Sembla que heu mogut HEAD sense rebobinar, comproveu-ho HEAD"30683069#: sequencer.c:1777 sequencer.c:20493070msgid "cannot read HEAD"3071msgstr "No es pot llegir HEAD"30723073#: sequencer.c:1817 builtin/difftool.c:5743074#, c-format3075msgid "could not copy '%s' to '%s'"3076msgstr "no s'ha pogut copiar '%s' a '%s'"30773078#: sequencer.c:18333079msgid "could not read index"3080msgstr "no s'ha pogut llegir l'índex"30813082#: sequencer.c:18383083#, c-format3084msgid ""3085"execution failed: %s\n"3086"%sYou can fix the problem, and then run\n"3087"\n"3088" git rebase --continue\n"3089"\n"3090msgstr ""3091"ha fallat: %s\n"3092"%sPodeu solucionar el problema, i llavors executar\n"3093"\n"3094" git rebase --continue\n"3095"\n"30963097#: sequencer.c:18443098msgid "and made changes to the index and/or the working tree\n"3099msgstr "i ha fet canvis a l'índex i/o l'arbre de treball\n"31003101#: sequencer.c:18503102#, c-format3103msgid ""3104"execution succeeded: %s\n"3105"but left changes to the index and/or the working tree\n"3106"Commit or stash your changes, and then run\n"3107"\n"3108" git rebase --continue\n"3109"\n"3110msgstr ""3111"L'execució ha tingut èxit: %s\n"3112"però ha deixat canvis a l'índex i/o l'arbre de treball\n"3113"Cometeu o emmagatzemeu els vostres canvis, i llavors executeu\n"3114"\n"3115" git rebase --continue\n"31163117#: sequencer.c:1905 git-rebase.sh:1683118#, c-format3119msgid "Applied autostash."3120msgstr "S'ha aplicat el magatzem automàtic."31213122#: sequencer.c:19173123#, c-format3124msgid "cannot store %s"3125msgstr "no es pot emmagatzemar %s"31263127#: sequencer.c:1919 git-rebase.sh:1723128#, c-format3129msgid ""3130"Applying autostash resulted in conflicts.\n"3131"Your changes are safe in the stash.\n"3132"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"3133msgstr ""3134"L'aplicació del magatzem automàtic ha resultat en conflictes.\n"3135"Els vostres canvis estan segurs en el magatzem.\n"3136"Podeu executar \"git stash pop\" o \"git stash drop\" en qualsevol moment.\n"31373138#: sequencer.c:20003139#, c-format3140msgid "stopped at %s... %.*s"3141msgstr "aturat a %s... %.*s"31423143#: sequencer.c:20273144#, c-format3145msgid "unknown command %d"3146msgstr "ordre %d desconeguda"31473148#: sequencer.c:20573149msgid "could not read orig-head"3150msgstr "No s'ha pogut llegir orig-head"31513152#: sequencer.c:20613153msgid "could not read 'onto'"3154msgstr "no s'ha pogut llegir 'onto'"31553156#: sequencer.c:20683157#, c-format3158msgid "could not update %s"3159msgstr "no s'ha pogut analitzar %s"31603161#: sequencer.c:20753162#, c-format3163msgid "could not update HEAD to %s"3164msgstr "no s'ha pogut actualitzar HEAD a %s"31653166#: sequencer.c:21593167msgid "cannot rebase: You have unstaged changes."3168msgstr "No es pot rebasar: Teniu canvis «unstaged»."31693170#: sequencer.c:21643171msgid "could not remove CHERRY_PICK_HEAD"3172msgstr "No s'ha pogut eliminar CHERRY_PICK_HEAD"31733174#: sequencer.c:21733175msgid "cannot amend non-existing commit"3176msgstr "no es pot esmenar una comissió no existent"31773178#: sequencer.c:21753179#, c-format3180msgid "invalid file: '%s'"3181msgstr "fitxer no vàlid: '%s'"31823183#: sequencer.c:21773184#, c-format3185msgid "invalid contents: '%s'"3186msgstr "contingut no vàlid: '%s'"31873188#: sequencer.c:21803189msgid ""3190"\n"3191"You have uncommitted changes in your working tree. Please, commit them\n"3192"first and then run 'git rebase --continue' again."3193msgstr ""3194"\n"3195"Teniu canvis no comesos en el vostre arbre de treball. Si us plau,\n"3196"primer cometeu-los i després executeu 'git rebase --continue' de nou."31973198#: sequencer.c:21903199msgid "could not commit staged changes."3200msgstr "No s'ha pogut cometre els canvis «staged»."32013202#: sequencer.c:22703203#, c-format3204msgid "%s: can't cherry-pick a %s"3205msgstr "%s: no es pot fer «cherry pick» a %s"32063207#: sequencer.c:22743208#, c-format3209msgid "%s: bad revision"3210msgstr "%s: revisió dolenta"32113212#: sequencer.c:23073213msgid "can't revert as initial commit"3214msgstr "no es pot revertir com a comissió inicial"32153216#: setup.c:1603217#, c-format3218msgid ""3219"%s: no such path in the working tree.\n"3220"Use 'git <command> -- <path>...' to specify paths that do not exist locally."3221msgstr ""3222"%s: no hi ha tal camí en l'arbre de treball.\n"3223"Useu 'git <ordre> -- <camí>...' per a especificar camins que no existeixin "3224"localment."32253226#: setup.c:1733227#, c-format3228msgid ""3229"ambiguous argument '%s': unknown revision or path not in the working tree.\n"3230"Use '--' to separate paths from revisions, like this:\n"3231"'git <command> [<revision>...] -- [<file>...]'"3232msgstr ""3233"paràmetre ambigu '%s': revisió no coneguda o camí no en l'arbre de treball.\n"3234"Useu '--' per a separar els camins de les revisions, com això:\n"3235"'git <ordre> [<revisió>...] -- [<fitxer>...]'"32363237#: setup.c:2233238#, c-format3239msgid ""3240"ambiguous argument '%s': both revision and filename\n"3241"Use '--' to separate paths from revisions, like this:\n"3242"'git <command> [<revision>...] -- [<file>...]'"3243msgstr ""3244"paràmetre ambigu '%s': ambdós una revisió i un nom de fitxer\n"3245"Useu '--' per a separar els camins de les revisions, com això:\n"3246"'git <ordre> [<revisió>...] -- [<fitxer>...]'"32473248#: setup.c:4703249#, c-format3250msgid "Expected git repo version <= %d, found %d"3251msgstr "S'esperava una versió de dipòsit de git <= %d, s'ha trobat %d"32523253#: setup.c:4783254msgid "unknown repository extensions found:"3255msgstr "s'han trobat extensions de dipòsit desconegudes:"32563257#: setup.c:7683258#, c-format3259msgid "Not a git repository (or any of the parent directories): %s"3260msgstr "No és un dipòsit de git (ni cap dels directoris pares): %s"32613262#: setup.c:770 setup.c:922 builtin/index-pack.c:16433263msgid "Cannot come back to cwd"3264msgstr "No es pot tornar al directori de treball actual"32653266#: setup.c:8523267msgid "Unable to read current working directory"3268msgstr "No s'ha pogut llegir el directori de treball actual"32693270#: setup.c:9273271#, c-format3272msgid ""3273"Not a git repository (or any parent up to mount point %s)\n"3274"Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."3275msgstr ""3276"No un dipòsit de git (ni cap pare fins al punt de muntatge %s)\n"3277"S'atura a la frontera de sistema de fitxers (GIT_DISCOVERY_ACROSS_FILESYSTEM "3278"no està establert)."32793280#: setup.c:9343281#, c-format3282msgid "Cannot change to '%s/..'"3283msgstr "No es pot canviar a '%s/..'"32843285#: setup.c:9963286#, c-format3287msgid ""3288"Problem with core.sharedRepository filemode value (0%.3o).\n"3289"The owner of files must always have read and write permissions."3290msgstr ""3291"Hi ha un problema amb el valor de mode de fitxer core.sharedRepository "3292"(0%.3o).\n"3293"El propietari dels fitxers sempre ha de tenir permisos de lectura i "3294"escriptura."32953296#: sha1_file.c:4903297#, c-format3298msgid "path '%s' does not exist"3299msgstr "el camí '%s' no existeix"33003301#: sha1_file.c:5163302#, c-format3303msgid "reference repository '%s' as a linked checkout is not supported yet."3304msgstr ""3305"Encara no se suporta el dipòsit de referència '%s' com a agafament enllaçat."33063307#: sha1_file.c:5223308#, c-format3309msgid "reference repository '%s' is not a local repository."3310msgstr "el dipòsit de referència '%s' no és un dipòsit local."33113312#: sha1_file.c:5283313#, c-format3314msgid "reference repository '%s' is shallow"3315msgstr "el dipòsit de referència '%s' és superficial"33163317#: sha1_file.c:5363318#, c-format3319msgid "reference repository '%s' is grafted"3320msgstr "el dipòsit de referència '%s' és empeltat"33213322#: sha1_file.c:11763323msgid "offset before end of packfile (broken .idx?)"3324msgstr "desplaçament abans de la fi del fitxer de paquet (.idx trencat?)"33253326#: sha1_file.c:26373327#, c-format3328msgid "offset before start of pack index for %s (corrupt index?)"3329msgstr ""3330"desplaçament abans d'inici d'índex de paquet per a %s (índex corromput?)"33313332#: sha1_file.c:26413333#, c-format3334msgid "offset beyond end of pack index for %s (truncated index?)"3335msgstr ""3336"desplaçament més enllà de la fi d'índex de paquet per a %s (índex truncat?)"33373338#: sha1_name.c:4073339#, c-format3340msgid "short SHA1 %s is ambiguous"3341msgstr "l'SHA1 %s curt és ambigu"33423343#: sha1_name.c:4183344msgid "The candidates are:"3345msgstr "Els candidats són:"33463347#: sha1_name.c:5783348msgid ""3349"Git normally never creates a ref that ends with 40 hex characters\n"3350"because it will be ignored when you just specify 40-hex. These refs\n"3351"may be created by mistake. For example,\n"3352"\n"3353" git checkout -b $br $(git rev-parse ...)\n"3354"\n"3355"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"3356"examine these refs and maybe delete them. Turn this message off by\n"3357"running \"git config advice.objectNameWarning false\""3358msgstr ""3359"Git normalment mai crea una referència que acabi amb 40 caràcters\n"3360"hexadecimals perquè s'ignorarà quan només especifiqueu 40 caràcters\n"3361"hexadecimals. Aquestes referències es poden crear per error. Per\n"3362"exemple,\n"3363"\n"3364" git checkout -b $br $(git rev-parse ...)\n"3365"\n"3366"on \"$br\" és d'alguna manera buida i una referència de 40 caràcters\n"3367"hexadecimals. Si us plau, examineu aquestes referències i potser\n"3368"suprimiu-les. Desactiveu aquest missatge executant\n"3369"\"git config advice.objectNameWarning false\""33703371#: submodule.c:65 submodule.c:993372msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"3373msgstr ""3374"No es pot canviar un .gitmodules no fusionat, primer resoleu els conflictes "3375"de fusió"33763377#: submodule.c:69 submodule.c:1033378#, c-format3379msgid "Could not find section in .gitmodules where path=%s"3380msgstr "No s'ha pogut trobar la secció en .gitmodules on path=%s"33813382#: submodule.c:773383#, c-format3384msgid "Could not update .gitmodules entry %s"3385msgstr "No s'ha pogut actualitzar l'entrada de .gitmodules %s"33863387#: submodule.c:1103388#, c-format3389msgid "Could not remove .gitmodules entry for %s"3390msgstr "No s'ha pogut eliminar l'entrada de .gitmodules per a %s"33913392#: submodule.c:1213393msgid "staging updated .gitmodules failed"3394msgstr "l'allistament del .gitmodules actualitzat ha fallat"33953396#: submodule.c:1593397msgid "negative values not allowed for submodule.fetchJobs"3398msgstr "no es permeten els valors negatius a submodule.fetchJobs"33993400#: submodule.c:11843401#, c-format3402msgid "could not start 'git status in submodule '%s'"3403msgstr "no s'ha pogut iniciar 'git status in submodule '%s'"34043405#: submodule.c:11973406#, c-format3407msgid "could not run 'git status in submodule '%s'"3408msgstr "no s'ha pogut executar 'git status in submodule '%s'"34093410#: submodule.c:13983411#, c-format3412msgid ""3413"relocate_gitdir for submodule '%s' with more than one worktree not supported"3414msgstr ""3415"no està admès relocate_gitdir per al submòdul '%s' amb més d'un arbre de treball"34163417#: submodule.c:1410 submodule.c:14713418#, c-format3419msgid "could not lookup name for submodule '%s'"3420msgstr "no s'ha trobat el nom pel submòdul '%s'"34213422#: submodule.c:1414 submodule.c:1474 builtin/submodule--helper.c:6403423#: builtin/submodule--helper.c:6503424#, c-format3425msgid "could not create directory '%s'"3426msgstr "no s'ha pogut crear el directori '%s'"34273428#: submodule.c:14203429#, c-format3430msgid ""3431"Migrating git directory of '%s%s' from\n"3432"'%s' to\n"3433"'%s'\n"3434msgstr ""3435"S'està migrant el directori de '%s%s' des de\n"3436"'%s' a\n"3437"'%s'\n"34383439#: submodule.c:15123440#, c-format3441msgid "could not recurse into submodule '%s'"3442msgstr "S'ha produït un error en cercar recursivament al camí de submòdul '%s'"34433444#: submodule-config.c:3603445#, c-format3446msgid "invalid value for %s"3447msgstr "valor no vàlid per a %s"34483449#: trailer.c:2403450#, c-format3451msgid "running trailer command '%s' failed"3452msgstr "l'execució de l'ordre de remolc '%s' ha fallat"34533454#: trailer.c:473 trailer.c:477 trailer.c:481 trailer.c:535 trailer.c:5393455#: trailer.c:5433456#, c-format3457msgid "unknown value '%s' for key '%s'"3458msgstr "valor desconegut '%s' per a la clau '%s'"34593460#: trailer.c:525 trailer.c:530 builtin/remote.c:2893461#, c-format3462msgid "more than one %s"3463msgstr "més d'un %s"34643465#: trailer.c:7023466#, c-format3467msgid "empty trailer token in trailer '%.*s'"3468msgstr "testimoni de remolc buit en el remolc '%.*s'"34693470#: trailer.c:7223471#, c-format3472msgid "could not read input file '%s'"3473msgstr "no s'ha pogut llegir el fitxer d'entrada '%s'"34743475#: trailer.c:7253476msgid "could not read from stdin"3477msgstr "no s'ha pogut llegir des d'stdin"34783479#: trailer.c:949 builtin/am.c:443480#, c-format3481msgid "could not stat %s"3482msgstr "no s'ha pogut fer stat a %s"34833484#: trailer.c:9513485#, c-format3486msgid "file %s is not a regular file"3487msgstr "el fitxer %s no és un fitxer regular"34883489#: trailer.c:9533490#, c-format3491msgid "file %s is not writable by user"3492msgstr "el fitxer %s no és gravable per l'usuari"34933494#: trailer.c:9653495msgid "could not open temporary file"3496msgstr "no s'ha pogut obrir el fitxer temporal"34973498#: trailer.c:10013499#, c-format3500msgid "could not rename temporary file to %s"3501msgstr "no s'ha pogut canviar el nom del fitxer temporal a %s"35023503#: transport.c:623504#, c-format3505msgid "Would set upstream of '%s' to '%s' of '%s'\n"3506msgstr "Canviaria la font de '%s' a '%s' de '%s'\n"35073508#: transport.c:1513509#, c-format3510msgid "transport: invalid depth option '%s'"3511msgstr "transport: opció de profunditat no vàlida '%s'"35123513#: transport.c:8853514#, c-format3515msgid ""3516"The following submodule paths contain changes that can\n"3517"not be found on any remote:\n"3518msgstr ""3519"Els camins de submòdul següents contenen canvis que no\n"3520"es poden trobar en cap remot:\n"35213522#: transport.c:8893523#, c-format3524msgid ""3525"\n"3526"Please try\n"3527"\n"3528"\tgit push --recurse-submodules=on-demand\n"3529"\n"3530"or cd to the path and use\n"3531"\n"3532"\tgit push\n"3533"\n"3534"to push them to a remote.\n"3535"\n"3536msgstr ""3537"\n"3538"Si us plau, intenteu\n"3539"\n"3540"\tgit push --recurse-submodules=on-demand\n"3541"\n"3542"o canviar de directori al camí i useu\n"3543"\n"3544"\tgit push\n"3545"\n"3546"per a pujar-los a un remot.\n"35473548#: transport.c:8973549msgid "Aborting."3550msgstr "S'està avortant."35513552#: transport-helper.c:10823553#, c-format3554msgid "Could not read ref %s"3555msgstr "No s'ha pogut llegir la referència %s"35563557#: tree-walk.c:313558msgid "too-short tree object"3559msgstr "objecte d'arbre massa curt"35603561#: tree-walk.c:373562msgid "malformed mode in tree entry"3563msgstr "mode mal format en entrada d'arbre"35643565#: tree-walk.c:413566msgid "empty filename in tree entry"3567msgstr "nom de fitxer buit en una entrada d'arbre"35683569#: tree-walk.c:1133570msgid "too-short tree file"3571msgstr "fitxer d'arbre massa curt"35723573#: unpack-trees.c:993574#, c-format3575msgid ""3576"Your local changes to the following files would be overwritten by checkout:\n"3577"%%sPlease commit your changes or stash them before you switch branches."3578msgstr ""3579"Els vostres canvis locals als fitxers següents se sobreescriurien per "3580"agafar:\n"3581"%%sSi us plau, cometeu els vostres canvis o emmagatzemeu-los abans de "3582"canviar de branca."35833584#: unpack-trees.c:1013585#, c-format3586msgid ""3587"Your local changes to the following files would be overwritten by checkout:\n"3588"%%s"3589msgstr ""3590"Els vostres canvis locals als fitxers següents se sobreescriurien per "3591"agafar:\n"3592"%%s"35933594#: unpack-trees.c:1043595#, c-format3596msgid ""3597"Your local changes to the following files would be overwritten by merge:\n"3598"%%sPlease commit your changes or stash them before you merge."3599msgstr ""3600"Els vostres canvis locals als fitxers següents se sobreescriurien per "3601"fusionar:\n"3602"%%sSi us plau, cometeu els vostres canvis o emmagatzemeu-los abans de "3603"fusionar."36043605#: unpack-trees.c:1063606#, c-format3607msgid ""3608"Your local changes to the following files would be overwritten by merge:\n"3609"%%s"3610msgstr ""3611"Els vostres canvis locals als fitxers següents se sobreescriurien per "3612"fusionar:\n"3613"%%s"36143615#: unpack-trees.c:1093616#, c-format3617msgid ""3618"Your local changes to the following files would be overwritten by %s:\n"3619"%%sPlease commit your changes or stash them before you %s."3620msgstr ""3621"Els vostres canvis locals als fitxers següents se sobreescriurien per %s:\n"3622"%%sSi us plau, cometeu els vostres canvis o emmagatzemeu-los abans de %s."36233624#: unpack-trees.c:1113625#, c-format3626msgid ""3627"Your local changes to the following files would be overwritten by %s:\n"3628"%%s"3629msgstr ""3630"Els vostres canvis locals als fitxers següents se sobreescriurien per %s:\n"3631"%%s"36323633#: unpack-trees.c:1163634#, c-format3635msgid ""3636"Updating the following directories would lose untracked files in them:\n"3637"%s"3638msgstr ""3639"En actualitzar els directoris següents perdria fitxers no seguits en el:\n"3640"%s"36413642#: unpack-trees.c:1203643#, c-format3644msgid ""3645"The following untracked working tree files would be removed by checkout:\n"3646"%%sPlease move or remove them before you switch branches."3647msgstr ""3648"Els següents fitxers no seguits en l'arbre de treball s'eliminarien per "3649"agafar:\n"3650"%%sSi us plau, moveu-los o elimineu-los abans de canviar de branca."36513652#: unpack-trees.c:1223653#, c-format3654msgid ""3655"The following untracked working tree files would be removed by checkout:\n"3656"%%s"3657msgstr ""3658"Els següents fitxers no seguits en l'arbre de treball s'eliminarien per "3659"agafar:\n"3660"%%s"36613662#: unpack-trees.c:1253663#, c-format3664msgid ""3665"The following untracked working tree files would be removed by merge:\n"3666"%%sPlease move or remove them before you merge."3667msgstr ""3668"Els següents fitxers no seguits en l'arbre de treball s'eliminarien per "3669"fusionar:\n"3670"%%sSi us plau, moveu-los o elimineu-los abans de fusionar."36713672#: unpack-trees.c:1273673#, c-format3674msgid ""3675"The following untracked working tree files would be removed by merge:\n"3676"%%s"3677msgstr ""3678"Els següents fitxers no seguits en l'arbre de treball s'eliminarien per "3679"fusionar:\n"3680"%%s"36813682#: unpack-trees.c:1303683#, c-format3684msgid ""3685"The following untracked working tree files would be removed by %s:\n"3686"%%sPlease move or remove them before you %s."3687msgstr ""3688"Els següents fitxers no seguits en l'arbre de treball s'eliminarien per %s:\n"3689"%%sSi us plau, moveu-los o elimineu-los abans de %s."36903691#: unpack-trees.c:1323692#, c-format3693msgid ""3694"The following untracked working tree files would be removed by %s:\n"3695"%%s"3696msgstr ""3697"Els següents fitxers no seguits en l'arbre de treball s'eliminarien per %s:\n"3698"%%s"36993700#: unpack-trees.c:1373701#, c-format3702msgid ""3703"The following untracked working tree files would be overwritten by "3704"checkout:\n"3705"%%sPlease move or remove them before you switch branches."3706msgstr ""3707"Els següents fitxers no seguits en l'arbre de treball se sobreescriurien per "3708"agafar:\n"3709"%%sSi us plau, moveu-los o elimineu-los abans de canviar de branca."37103711#: unpack-trees.c:1393712#, c-format3713msgid ""3714"The following untracked working tree files would be overwritten by "3715"checkout:\n"3716"%%s"3717msgstr ""3718"Els següents fitxers no seguits en l'arbre de treball se sobreescriurien per "3719"agafar:\n"3720"%%s"37213722#: unpack-trees.c:1423723#, c-format3724msgid ""3725"The following untracked working tree files would be overwritten by merge:\n"3726"%%sPlease move or remove them before you merge."3727msgstr ""3728"Els següents fitxers no seguits en l'arbre de treball se sobreescriurien per "3729"fusionar:\n"3730"%%sSi us plau, moveu-los o elimineu-los abans de fusionar."37313732#: unpack-trees.c:1443733#, c-format3734msgid ""3735"The following untracked working tree files would be overwritten by merge:\n"3736"%%s"3737msgstr ""3738"Els següents fitxers no seguits en l'arbre de treball se sobreescriurien per "3739"fusionar:\n"3740"%%s"37413742#: unpack-trees.c:1473743#, c-format3744msgid ""3745"The following untracked working tree files would be overwritten by %s:\n"3746"%%sPlease move or remove them before you %s."3747msgstr ""3748"Els següents fitxers no seguits en l'arbre de treball se sobreescriurien per "3749"%s:\n"3750"%%sSi us plau, moveu-los o elimineu-los abans de %s."37513752#: unpack-trees.c:1493753#, c-format3754msgid ""3755"The following untracked working tree files would be overwritten by %s:\n"3756"%%s"3757msgstr ""3758"Els següents fitxers no seguits en l'arbre de treball se sobreescriurien per "3759"%s:\n"3760"%%s"37613762#: unpack-trees.c:1563763#, c-format3764msgid "Entry '%s' overlaps with '%s'. Cannot bind."3765msgstr "L'entrada '%s' encavalca amb '%s'. No es pot vincular."37663767#: unpack-trees.c:1593768#, c-format3769msgid ""3770"Cannot update sparse checkout: the following entries are not up-to-date:\n"3771"%s"3772msgstr ""3773"No es pot actualitzar l'agafament parcial: les entrades següents no estan al "3774"dia:\n"3775"%s"37763777#: unpack-trees.c:1613778#, c-format3779msgid ""3780"The following working tree files would be overwritten by sparse checkout "3781"update:\n"3782"%s"3783msgstr ""3784"Els fitxers següents en l'arbre de treball se sobreescriurien per "3785"actualitzar l'agafament parcial:\n"3786"%s"37873788#: unpack-trees.c:1633789#, c-format3790msgid ""3791"The following working tree files would be removed by sparse checkout "3792"update:\n"3793"%s"3794msgstr ""3795"Els fitxers següents en l'arbre de treball s'eliminarien per actualitzar "3796"l'agafament parcial:\n"3797"%s"37983799#: unpack-trees.c:2403800#, c-format3801msgid "Aborting\n"3802msgstr "S'està avortant\n"38033804#: unpack-trees.c:2703805msgid "Checking out files"3806msgstr "S'estan agafant fitxers"38073808#: urlmatch.c:1203809msgid "invalid URL scheme name or missing '://' suffix"3810msgstr "l'esquema d'URL no és vàlid o li manca el sufix '://'"38113812#: urlmatch.c:144 urlmatch.c:297 urlmatch.c:3563813#, c-format3814msgid "invalid %XX escape sequence"3815msgstr "seqüència d'escapament %XX no vàlida"38163817#: urlmatch.c:1723818msgid "missing host and scheme is not 'file:'"3819msgstr "manca la màquina i l'esquema no és 'file:'"38203821#: urlmatch.c:1893822msgid "a 'file:' URL may not have a port number"3823msgstr "un URL 'file:' no pot tenir número de port"38243825#: urlmatch.c:1993826msgid "invalid characters in host name"3827msgstr "hi ha caràcters no vàlids en el nom de màquina"38283829#: urlmatch.c:244 urlmatch.c:2553830msgid "invalid port number"3831msgstr "número de port no vàlid"38323833#: urlmatch.c:3223834msgid "invalid '..' path segment"3835msgstr "segment de camí '..' no vàlid"38363837#: worktree.c:2823838#, c-format3839msgid "failed to read '%s'"3840msgstr "s'ha produït un error en llegir '%s'"38413842#: wrapper.c:222 wrapper.c:3923843#, c-format3844msgid "could not open '%s' for reading and writing"3845msgstr "no s'ha pogut obrir '%s' per a lectura i escriptura"38463847#: wrapper.c:224 wrapper.c:394 builtin/am.c:7663848#, c-format3849msgid "could not open '%s' for writing"3850msgstr "no s'ha pogut obrir '%s' per a escriptura"38513852#: wrapper.c:226 wrapper.c:396 builtin/am.c:320 builtin/am.c:7593853#: builtin/am.c:847 builtin/commit.c:1700 builtin/merge.c:10333854#: builtin/pull.c:3413855#, c-format3856msgid "could not open '%s' for reading"3857msgstr "no s'ha pogut obrir '%s' per a lectura"38583859#: wrapper.c:605 wrapper.c:6263860#, c-format3861msgid "unable to access '%s'"3862msgstr "no s'ha pogut accedir a '%s'"38633864#: wrapper.c:6343865msgid "unable to get current working directory"3866msgstr "no s'ha pogut obtenir el directori de treball actual"38673868#: wrapper.c:6583869#, c-format3870msgid "could not write to %s"3871msgstr "no s'ha pogut escriure a %s"38723873#: wrapper.c:6603874#, c-format3875msgid "could not close %s"3876msgstr "no s'ha pogut tancar %s"38773878#: wt-status.c:1513879msgid "Unmerged paths:"3880msgstr "Camins sense fusionar:"38813882#: wt-status.c:178 wt-status.c:2053883#, c-format3884msgid " (use \"git reset %s <file>...\" to unstage)"3885msgstr " (useu \"git reset %s <fitxer>...\" per a fer «unstage»)"38863887#: wt-status.c:180 wt-status.c:2073888msgid " (use \"git rm --cached <file>...\" to unstage)"3889msgstr " (useu \"git rm --cached <fitxer>...\" per a fer «unstage»)"38903891#: wt-status.c:1843892msgid " (use \"git add <file>...\" to mark resolution)"3893msgstr " (useu \"git add <fitxer>...\" per a senyalar resolució)"38943895#: wt-status.c:186 wt-status.c:1903896msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"3897msgstr ""3898" (useu \"git add/rm <fitxer>...\" segons sigui apropiat per a senyalar "3899"resolució)"39003901#: wt-status.c:1883902msgid " (use \"git rm <file>...\" to mark resolution)"3903msgstr " (useu \"git rm <fitxer>...\" per a senyalar resolució)"39043905#: wt-status.c:199 wt-status.c:9453906msgid "Changes to be committed:"3907msgstr "Canvis a cometre:"39083909#: wt-status.c:217 wt-status.c:9543910msgid "Changes not staged for commit:"3911msgstr "Canvis no «stage» per a cometre:"39123913#: wt-status.c:2213914msgid " (use \"git add <file>...\" to update what will be committed)"3915msgstr " (useu \"git add <fitxer>...\" per a actualitzar què es cometrà)"39163917#: wt-status.c:2233918msgid " (use \"git add/rm <file>...\" to update what will be committed)"3919msgstr " (useu \"git add/rm <fitxer>...\" per a actualitzar què es cometrà)"39203921#: wt-status.c:2243922msgid ""3923" (use \"git checkout -- <file>...\" to discard changes in working directory)"3924msgstr ""3925" (useu \"git checkout -- <fitxer>...\" per a descartar els canvis en el "3926"directori de treball)"39273928#: wt-status.c:2263929msgid " (commit or discard the untracked or modified content in submodules)"3930msgstr ""3931" (cometeu o descarteu el contingut modificat o no seguit en els submòduls)"39323933#: wt-status.c:2383934#, c-format3935msgid " (use \"git %s <file>...\" to include in what will be committed)"3936msgstr " (useu \"git %s <fitxer>...\" per a incloure-ho en què es cometrà)"39373938#: wt-status.c:2533939msgid "both deleted:"3940msgstr "suprimit per ambdós:"39413942#: wt-status.c:2553943msgid "added by us:"3944msgstr "afegit per nosaltres:"39453946#: wt-status.c:2573947msgid "deleted by them:"3948msgstr "suprimit per ells:"39493950#: wt-status.c:2593951msgid "added by them:"3952msgstr "afegit per ells:"39533954#: wt-status.c:2613955msgid "deleted by us:"3956msgstr "suprimit per nosaltres:"39573958#: wt-status.c:2633959msgid "both added:"3960msgstr "afegit per ambdós:"39613962#: wt-status.c:2653963msgid "both modified:"3964msgstr "modificat per ambdós:"39653966#: wt-status.c:2753967msgid "new file:"3968msgstr "fitxer nou:"39693970#: wt-status.c:2773971msgid "copied:"3972msgstr "copiat:"39733974#: wt-status.c:2793975msgid "deleted:"3976msgstr "suprimit:"39773978#: wt-status.c:2813979msgid "modified:"3980msgstr "modificat:"39813982#: wt-status.c:2833983msgid "renamed:"3984msgstr "canviat de nom:"39853986#: wt-status.c:2853987msgid "typechange:"3988msgstr "canviat de tipus:"39893990#: wt-status.c:2873991msgid "unknown:"3992msgstr "desconegut:"39933994#: wt-status.c:2893995msgid "unmerged:"3996msgstr "sense fusionar:"39973998#: wt-status.c:3713999msgid "new commits, "4000msgstr "comissions noves, "40014002#: wt-status.c:3734003msgid "modified content, "4004msgstr "contingut modificat, "40054006#: wt-status.c:3754007msgid "untracked content, "4008msgstr "contingut no seguit, "40094010#: wt-status.c:8184011msgid "Submodules changed but not updated:"4012msgstr "Submòduls canviats però no actualitzats:"40134014#: wt-status.c:8204015msgid "Submodule changes to be committed:"4016msgstr "Canvis de submòdul a cometre:"40174018#: wt-status.c:9014019msgid ""4020"Do not touch the line above.\n"4021"Everything below will be removed."4022msgstr ""4023"No toqueu la línia a dalt.\n"4024"Tot el que hi ha a sota s'eliminarà."40254026#: wt-status.c:10134027msgid "You have unmerged paths."4028msgstr "Teniu camins sense fusionar."40294030#: wt-status.c:10164031msgid " (fix conflicts and run \"git commit\")"4032msgstr " (arregleu els conflictes i executeu \"git commit\")"40334034#: wt-status.c:10184035msgid " (use \"git merge --abort\" to abort the merge)"4036msgstr " (useu \"git merge --abort\" per a avortar la fusió)"40374038#: wt-status.c:10234039msgid "All conflicts fixed but you are still merging."4040msgstr "Tots els conflictes estan arreglats però encara esteu fusionant."40414042#: wt-status.c:10264043msgid " (use \"git commit\" to conclude merge)"4044msgstr " (useu \"git commit\" per a concloure la fusió)"40454046#: wt-status.c:10364047msgid "You are in the middle of an am session."4048msgstr "Esteu enmig d'una sessió am."40494050#: wt-status.c:10394051msgid "The current patch is empty."4052msgstr "El pedaç actual està buit."40534054#: wt-status.c:10434055msgid " (fix conflicts and then run \"git am --continue\")"4056msgstr " (arregleu els conflictes i després executeu \"git am --continue\")"40574058#: wt-status.c:10454059msgid " (use \"git am --skip\" to skip this patch)"4060msgstr " (useu \"git am --skip\" per a ometre aquest pedaç)"40614062#: wt-status.c:10474063msgid " (use \"git am --abort\" to restore the original branch)"4064msgstr " (useu \"git am --abort\" per a restaurar la branca original)"40654066#: wt-status.c:11764067msgid "git-rebase-todo is missing."4068msgstr "Manca git-rebase-todo."40694070#: wt-status.c:11784071msgid "No commands done."4072msgstr "No s'ha fet cap ordre."40734074#: wt-status.c:11814075#, c-format4076msgid "Last command done (%d command done):"4077msgid_plural "Last commands done (%d commands done):"4078msgstr[0] "Última ordre feta (%d ordre feta):"4079msgstr[1] "Últimes ordres fetes (%d ordres fetes):"40804081#: wt-status.c:11924082#, c-format4083msgid " (see more in file %s)"4084msgstr " (vegeu més en el fitxer %s)"40854086#: wt-status.c:11974087msgid "No commands remaining."4088msgstr "No manca cap ordre."40894090#: wt-status.c:12004091#, c-format4092msgid "Next command to do (%d remaining command):"4093msgid_plural "Next commands to do (%d remaining commands):"4094msgstr[0] "Ordre següent a fer (manca %d ordre):"4095msgstr[1] "Ordres següents a fer (manquen %d ordres):"40964097#: wt-status.c:12084098msgid " (use \"git rebase --edit-todo\" to view and edit)"4099msgstr " (useu \"git rebase --edit-todo\" per a veure i editar)"41004101#: wt-status.c:12214102#, c-format4103msgid "You are currently rebasing branch '%s' on '%s'."4104msgstr "Actualment esteu rebasant la branca '%s' en '%s'."41054106#: wt-status.c:12264107msgid "You are currently rebasing."4108msgstr "Actualment esteu rebasant."41094110#: wt-status.c:12404111msgid " (fix conflicts and then run \"git rebase --continue\")"4112msgstr ""4113" (arregleu els conflictes i després executeu \"git rebase --continue\")"41144115#: wt-status.c:12424116msgid " (use \"git rebase --skip\" to skip this patch)"4117msgstr " (useu \"git rebase --skip\" per a ometre aquest pedaç)"41184119#: wt-status.c:12444120msgid " (use \"git rebase --abort\" to check out the original branch)"4121msgstr " (useu \"git rebase --abort\" per a agafar la branca original)"41224123#: wt-status.c:12504124msgid " (all conflicts fixed: run \"git rebase --continue\")"4125msgstr ""4126" (tots els conflictes estan arreglats: executeu \"git rebase --continue\")"41274128#: wt-status.c:12544129#, c-format4130msgid ""4131"You are currently splitting a commit while rebasing branch '%s' on '%s'."4132msgstr ""4133"Actualment esteu dividint una comissió mentre rebaseu la branca '%s' en '%s'."41344135#: wt-status.c:12594136msgid "You are currently splitting a commit during a rebase."4137msgstr "Actualment esteu dividint una comissió durant un rebasament."41384139#: wt-status.c:12624140msgid " (Once your working directory is clean, run \"git rebase --continue\")"4141msgstr ""4142" (Una vegada que el vostre directori de treball sigui net, executeu \"git "4143"rebase --continue\")"41444145#: wt-status.c:12664146#, c-format4147msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."4148msgstr ""4149"Actualment esteu editant una comissió mentre es fa «rebase» de la branca "4150"'%s' en '%s'."41514152#: wt-status.c:12714153msgid "You are currently editing a commit during a rebase."4154msgstr "Actualment esteu editant una comissió durant un «rebase»."41554156#: wt-status.c:12744157msgid " (use \"git commit --amend\" to amend the current commit)"4158msgstr " (useu \"git commit --amend\" per a esmenar la comissió actual)"41594160#: wt-status.c:12764161msgid ""4162" (use \"git rebase --continue\" once you are satisfied with your changes)"4163msgstr ""4164" (useu \"git rebase --continue\" una vegada que estigueu satisfet amb els "4165"vostres canvis)"41664167#: wt-status.c:12864168#, c-format4169msgid "You are currently cherry-picking commit %s."4170msgstr "Actualment esteu fent «cherry pick» a la comissió %s."41714172#: wt-status.c:12914173msgid " (fix conflicts and run \"git cherry-pick --continue\")"4174msgstr " (arregleu els conflictes i executeu \"git cherry-pick --continue\")"41754176#: wt-status.c:12944177msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"4178msgstr ""4179" (tots els conflictes estan arreglats: executeu \"git cherry-pick --continue"4180"\")"41814182#: wt-status.c:12964183msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"4184msgstr ""4185" (useu \"git cherry-pick --abort\" per a cancel·lar l'operació de «cherry "4186"pick»)"41874188#: wt-status.c:13054189#, c-format4190msgid "You are currently reverting commit %s."4191msgstr "Actualment esteu revertint la comissió %s."41924193#: wt-status.c:13104194msgid " (fix conflicts and run \"git revert --continue\")"4195msgstr " (arregleu els conflictes i executeu \"git revert --continue\")"41964197#: wt-status.c:13134198msgid " (all conflicts fixed: run \"git revert --continue\")"4199msgstr ""4200" (tots els conflictes estan arreglats: executeu \"git revert --continue\")"42014202#: wt-status.c:13154203msgid " (use \"git revert --abort\" to cancel the revert operation)"4204msgstr ""4205" (useu \"git revert --abort\" per a cancel·lar l'operació de reversió)"42064207#: wt-status.c:13264208#, c-format4209msgid "You are currently bisecting, started from branch '%s'."4210msgstr "Actualment esteu bisecant, heu començat des de la branca '%s'."42114212#: wt-status.c:13304213msgid "You are currently bisecting."4214msgstr "Actualment esteu bisecant."42154216#: wt-status.c:13334217msgid " (use \"git bisect reset\" to get back to the original branch)"4218msgstr " (useu \"git bisect reset\" per a tornar a la branca original)"42194220#: wt-status.c:15304221msgid "On branch "4222msgstr "En la branca "42234224#: wt-status.c:15364225msgid "interactive rebase in progress; onto "4226msgstr "«rebase» interactiu en progrés; sobre "42274228#: wt-status.c:15384229msgid "rebase in progress; onto "4230msgstr "«rebase» en progrés; sobre "42314232#: wt-status.c:15434233msgid "HEAD detached at "4234msgstr "HEAD separat a "42354236#: wt-status.c:15454237msgid "HEAD detached from "4238msgstr "HEAD separat de "42394240#: wt-status.c:15484241msgid "Not currently on any branch."4242msgstr "Actualment no s'és en cap branca."42434244#: wt-status.c:15664245msgid "Initial commit"4246msgstr "Comissió inicial"42474248#: wt-status.c:15804249msgid "Untracked files"4250msgstr "Fitxers no seguits"42514252#: wt-status.c:15824253msgid "Ignored files"4254msgstr "Fitxers ignorats"42554256#: wt-status.c:15864257#, c-format4258msgid ""4259"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"4260"may speed it up, but you have to be careful not to forget to add\n"4261"new files yourself (see 'git help status')."4262msgstr ""4263"Ha trigat %.2f segons enumerar els fitxers no seguits.\n"4264"'status -uno' pot accelerar-ho, però heu d'anar amb compte de no\n"4265"oblidar-vos d'afegir fitxers nous vosaltres mateixos (vegeu\n"4266"'git help status')."42674268#: wt-status.c:15924269#, c-format4270msgid "Untracked files not listed%s"4271msgstr "Els fitxers no seguits no estan llistats%s"42724273#: wt-status.c:15944274msgid " (use -u option to show untracked files)"4275msgstr " (useu l'opció -u per a mostrar els fitxers no seguits)"42764277#: wt-status.c:16004278msgid "No changes"4279msgstr "Sense canvis"42804281#: wt-status.c:16054282#, c-format4283msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"4284msgstr ""4285"no hi ha canvis afegits a cometre (useu \"git add\" o \"git commit -a\")\n"42864287#: wt-status.c:16084288#, c-format4289msgid "no changes added to commit\n"4290msgstr "no hi ha canvis afegits a cometre\n"42914292#: wt-status.c:16114293#, c-format4294msgid ""4295"nothing added to commit but untracked files present (use \"git add\" to "4296"track)\n"4297msgstr ""4298"no hi ha res afegit a cometre però fitxers no seguits estan presents (useu "4299"\"git add\" per a seguir-los)\n"43004301#: wt-status.c:16144302#, c-format4303msgid "nothing added to commit but untracked files present\n"4304msgstr "no hi ha res afegit a cometre però fitxers no seguits estan presents\n"43054306#: wt-status.c:16174307#, c-format4308msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"4309msgstr ""4310"no hi ha res a cometre (creeu/copieu fitxers i useu \"git add\" per a seguir-"4311"los)\n"43124313#: wt-status.c:1620 wt-status.c:16254314#, c-format4315msgid "nothing to commit\n"4316msgstr "no hi ha res a cometre\n"43174318#: wt-status.c:16234319#, c-format4320msgid "nothing to commit (use -u to show untracked files)\n"4321msgstr ""4322"no hi ha res a cometre (useu -u per a mostrar els fitxers no seguits)\n"43234324#: wt-status.c:16274325#, c-format4326msgid "nothing to commit, working tree clean\n"4327msgstr "no hi ha res a cometre, l'arbre de treball està net\n"43284329#: wt-status.c:17344330msgid "Initial commit on "4331msgstr "Comissió inicial en "43324333#: wt-status.c:17384334msgid "HEAD (no branch)"4335msgstr "HEAD (sense branca)"43364337#: wt-status.c:17674338msgid "gone"4339msgstr "no hi és"43404341#: wt-status.c:1769 wt-status.c:17774342msgid "behind "4343msgstr "darrere "43444345#: wt-status.c:1772 wt-status.c:17754346msgid "ahead "4347msgstr "davant per "43484349#. TRANSLATORS: the action is e.g. "pull with rebase"4350#: wt-status.c:22774351#, c-format4352msgid "cannot %s: You have unstaged changes."4353msgstr "no es pot %s: Teniu canvis «unstaged»."43544355#: wt-status.c:22834356msgid "additionally, your index contains uncommitted changes."4357msgstr "addicionalment, el vostre índex conté canvis sense cometre."43584359#: wt-status.c:22854360#, c-format4361msgid "cannot %s: Your index contains uncommitted changes."4362msgstr "no es pot %s: El vostre índex conté canvis sense cometre."43634364#: compat/precompose_utf8.c:57 builtin/clone.c:4144365#, c-format4366msgid "failed to unlink '%s'"4367msgstr "s'ha produït un error en desenllaçar '%s'"43684369#: builtin/add.c:224370msgid "git add [<options>] [--] <pathspec>..."4371msgstr "git add [<opcions>] [--] <especificació-de-camí>..."43724373#: builtin/add.c:804374#, c-format4375msgid "unexpected diff status %c"4376msgstr "estat de diff inesperat %c"43774378#: builtin/add.c:85 builtin/commit.c:2914379msgid "updating files failed"4380msgstr "s'ha produït un error en actualitzar els fitxers"43814382#: builtin/add.c:954383#, c-format4384msgid "remove '%s'\n"4385msgstr "elimina '%s'\n"43864387#: builtin/add.c:1494388msgid "Unstaged changes after refreshing the index:"4389msgstr "Canvis «unstaged» després d'actualitzar l'índex:"43904391#: builtin/add.c:209 builtin/rev-parse.c:8454392msgid "Could not read the index"4393msgstr "No s'ha pogut llegir l'índex"43944395#: builtin/add.c:2204396#, c-format4397msgid "Could not open '%s' for writing."4398msgstr "No s'ha pogut obrir '%s' per a escriptura."43994400#: builtin/add.c:2244401msgid "Could not write patch"4402msgstr "No s'ha pogut escriure el pedaç"44034404#: builtin/add.c:2274405msgid "editing patch failed"4406msgstr "l'edició del pedaç ha fallat"44074408#: builtin/add.c:2304409#, c-format4410msgid "Could not stat '%s'"4411msgstr "No s'ha pogut fer stat a '%s'"44124413#: builtin/add.c:2324414msgid "Empty patch. Aborted."4415msgstr "El pedaç és buit. S'ha avortat."44164417#: builtin/add.c:2374418#, c-format4419msgid "Could not apply '%s'"4420msgstr "No s'ha pogut aplicar '%s'"44214422#: builtin/add.c:2474423msgid "The following paths are ignored by one of your .gitignore files:\n"4424msgstr ""4425"Els camins següents s'ignoren per un dels vostres fitxers .gitignore:\n"44264427#: builtin/add.c:266 builtin/clean.c:870 builtin/fetch.c:115 builtin/mv.c:1234428#: builtin/prune-packed.c:55 builtin/pull.c:198 builtin/push.c:5244429#: builtin/remote.c:1326 builtin/rm.c:241 builtin/send-pack.c:1624430msgid "dry run"4431msgstr "marxa en sec"44324433#: builtin/add.c:2694434msgid "interactive picking"4435msgstr "recull interactiu"44364437#: builtin/add.c:270 builtin/checkout.c:1159 builtin/reset.c:2864438msgid "select hunks interactively"4439msgstr "selecciona els trossos interactivament"44404441#: builtin/add.c:2714442msgid "edit current diff and apply"4443msgstr "edita la diferència actual i aplica-la"44444445#: builtin/add.c:2724446msgid "allow adding otherwise ignored files"4447msgstr "permet afegir fitxers que d'altra manera s'ignoren"44484449#: builtin/add.c:2734450msgid "update tracked files"4451msgstr "actualitza els fitxers seguits"44524453#: builtin/add.c:2744454msgid "record only the fact that the path will be added later"4455msgstr "registra només el fet de que el camí s'afegirà més tard"44564457#: builtin/add.c:2754458msgid "add changes from all tracked and untracked files"4459msgstr "afegeix els canvis de tots els fitxers seguits i no seguits"44604461#: builtin/add.c:2784462msgid "ignore paths removed in the working tree (same as --no-all)"4463msgstr ""4464"ignora els camins eliminats en l'arbre de treball (el mateix que --no-all)"44654466#: builtin/add.c:2804467msgid "don't add, only refresh the index"4468msgstr "no afegeixis, només actualitza l'índex"44694470#: builtin/add.c:2814471msgid "just skip files which cannot be added because of errors"4472msgstr "només omet els fitxers que no es poden afegir a causa d'errors"44734474#: builtin/add.c:2824475msgid "check if - even missing - files are ignored in dry run"4476msgstr ""4477"comproveu si els fitxers - fins i tot els absents - s'ignoren en marxa en sec"44784479#: builtin/add.c:283 builtin/update-index.c:9474480msgid "(+/-)x"4481msgstr "(+/-)x"44824483#: builtin/add.c:283 builtin/update-index.c:9484484msgid "override the executable bit of the listed files"4485msgstr "passa per alt el bit executable dels fitxers llistats"44864487#: builtin/add.c:3054488#, c-format4489msgid "Use -f if you really want to add them.\n"4490msgstr "Useu -f si realment els voleu afegir.\n"44914492#: builtin/add.c:3124493msgid "adding files failed"4494msgstr "l'afegiment de fitxers ha fallat"44954496#: builtin/add.c:3484497msgid "-A and -u are mutually incompatible"4498msgstr "-A i -u són mútuament incompatibles"44994500#: builtin/add.c:3554501msgid "Option --ignore-missing can only be used together with --dry-run"4502msgstr "L'opció --ignore-missing només es pot usar junt amb --dry-run"45034504#: builtin/add.c:3594505#, c-format4506msgid "--chmod param '%s' must be either -x or +x"4507msgstr "el paràmetre --chmod '%s' ha de ser o -x o +x"45084509#: builtin/add.c:3744510#, c-format4511msgid "Nothing specified, nothing added.\n"4512msgstr "No s'ha especificat res, no s'ha afegit res.\n"45134514#: builtin/add.c:3754515#, c-format4516msgid "Maybe you wanted to say 'git add .'?\n"4517msgstr "Potser volíeu dir 'git add .'?\n"45184519#: builtin/add.c:380 builtin/check-ignore.c:172 builtin/checkout.c:2794520#: builtin/checkout.c:472 builtin/clean.c:914 builtin/commit.c:3504521#: builtin/mv.c:143 builtin/reset.c:235 builtin/rm.c:2714522#: builtin/submodule--helper.c:2444523msgid "index file corrupt"4524msgstr "fitxer d'índex malmès"45254526#: builtin/am.c:4144527msgid "could not parse author script"4528msgstr "no s'ha pogut analitzar l'script d'autor"45294530#: builtin/am.c:4914531#, c-format4532msgid "'%s' was deleted by the applypatch-msg hook"4533msgstr "s'ha suprimit '%s' pel ganxo applypatch-msg"45344535#: builtin/am.c:5324536#, c-format4537msgid "Malformed input line: '%s'."4538msgstr "Línia d'entrada mal formada: '%s'."45394540#: builtin/am.c:5694541#, c-format4542msgid "Failed to copy notes from '%s' to '%s'"4543msgstr "S'ha produït un error en copiar les notes de '%s' a '%s'"45444545#: builtin/am.c:5954546msgid "fseek failed"4547msgstr "fseek ha fallat"45484549#: builtin/am.c:7754550#, c-format4551msgid "could not parse patch '%s'"4552msgstr "no s'ha pogut analitzar el pedaç '%s'"45534554#: builtin/am.c:8404555msgid "Only one StGIT patch series can be applied at once"4556msgstr "Només una sèrie de pedaços StGIT es pot aplicar a la vegada"45574558#: builtin/am.c:8874559msgid "invalid timestamp"4560msgstr "marca de temps no vàlida"45614562#: builtin/am.c:890 builtin/am.c:8984563msgid "invalid Date line"4564msgstr "línia Date no vàlida"45654566#: builtin/am.c:8954567msgid "invalid timezone offset"4568msgstr "desplaçament de zona de temps no vàlid"45694570#: builtin/am.c:9844571msgid "Patch format detection failed."4572msgstr "La detecció de format de pedaç ha fallat."45734574#: builtin/am.c:989 builtin/clone.c:3794575#, c-format4576msgid "failed to create directory '%s'"4577msgstr "s'ha produït un error en crear el directori '%s'"45784579#: builtin/am.c:9934580msgid "Failed to split patches."4581msgstr "S'ha produït un error en dividir els pedaços."45824583#: builtin/am.c:1125 builtin/commit.c:3764584msgid "unable to write index file"4585msgstr "no s'ha pogut escriure el fitxer d'índex"45864587#: builtin/am.c:11764588#, c-format4589msgid "When you have resolved this problem, run \"%s --continue\"."4590msgstr "Quan hàgiu resolt aquest problema, executeu \"%s --continue\"."45914592#: builtin/am.c:11774593#, c-format4594msgid "If you prefer to skip this patch, run \"%s --skip\" instead."4595msgstr ""4596"Si preferiu ometre aquest pedaç, executeu \"%s --skip\" en lloc d'això."45974598#: builtin/am.c:11784599#, c-format4600msgid "To restore the original branch and stop patching, run \"%s --abort\"."4601msgstr ""4602"Per a restaurar la branca original i deixar d'apedaçar, executeu \"%s --abort"4603"\"."46044605#: builtin/am.c:13164606msgid "Patch is empty. Was it split wrong?"4607msgstr "El pedaç és buit. S'ha dividit malament?"46084609#: builtin/am.c:1390 builtin/log.c:15504610#, c-format4611msgid "invalid ident line: %s"4612msgstr "línia d'identitat no vàlida: %s"46134614#: builtin/am.c:14174615#, c-format4616msgid "unable to parse commit %s"4617msgstr "no s'ha pogut analitzar la comissió %s"46184619#: builtin/am.c:16104620msgid "Repository lacks necessary blobs to fall back on 3-way merge."4621msgstr ""4622"Al dipòsit li manquen els blobs necessaris per a retrocedir a una fusió de 3 "4623"vies."46244625#: builtin/am.c:16124626msgid "Using index info to reconstruct a base tree..."4627msgstr "S'està usant la informació d'índex per a reconstruir un arbre base..."46284629#: builtin/am.c:16314630msgid ""4631"Did you hand edit your patch?\n"4632"It does not apply to blobs recorded in its index."4633msgstr ""4634"Heu editat el vostre pedaç a mà?\n"4635"No s'aplica als blobs recordats en el seu índex."46364637#: builtin/am.c:16374638msgid "Falling back to patching base and 3-way merge..."4639msgstr "S'està retrocedint a apedaçar la base i una fusió de 3 vies..."46404641#: builtin/am.c:16624642msgid "Failed to merge in the changes."4643msgstr "S'ha produït un error en fusionar els canvis."46444645#: builtin/am.c:1686 builtin/merge.c:6324646msgid "git write-tree failed to write a tree"4647msgstr "git write-tree ha fallat en escriure un arbre"46484649#: builtin/am.c:16934650msgid "applying to an empty history"4651msgstr "s'està aplicant a una història buida"46524653#: builtin/am.c:1706 builtin/commit.c:1764 builtin/merge.c:8024654#: builtin/merge.c:8274655msgid "failed to write commit object"4656msgstr "s'ha produït un error en escriure l'objecte de comissió"46574658#: builtin/am.c:1739 builtin/am.c:17434659#, c-format4660msgid "cannot resume: %s does not exist."4661msgstr "no es pot reprendre: %s no existeix."46624663#: builtin/am.c:17594664msgid "cannot be interactive without stdin connected to a terminal."4665msgstr ""4666"no es pot ser interactiu sense que stdin estigui connectada a un terminal."46674668#: builtin/am.c:17644669msgid "Commit Body is:"4670msgstr "El cos de la comissió és:"46714672#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]4673#. in your translation. The program will only accept English4674#. input at this point.4675#.4676#: builtin/am.c:17744677msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "4678msgstr ""4679"Voleu aplicar-lo? [y]es/[n]o/[e]dita/[v]isualitza el pedaç/[a]ccepta'ls "4680"tots: "46814682#: builtin/am.c:18244683#, c-format4684msgid "Dirty index: cannot apply patches (dirty: %s)"4685msgstr "Índex brut: no es poden aplicar pedaços (bruts: %s)"46864687#: builtin/am.c:1861 builtin/am.c:19334688#, c-format4689msgid "Applying: %.*s"4690msgstr "S'està aplicant: %.*s"46914692#: builtin/am.c:18774693msgid "No changes -- Patch already applied."4694msgstr "Sense canvis -- El pedaç ja s'ha aplicat."46954696#: builtin/am.c:18854697#, c-format4698msgid "Patch failed at %s %.*s"4699msgstr "El pedaç ha fallat a %s %.*s"47004701#: builtin/am.c:18914702#, c-format4703msgid "The copy of the patch that failed is found in: %s"4704msgstr "La còpia del pedaç que ha fallat es troba en: %s"47054706#: builtin/am.c:19364707msgid ""4708"No changes - did you forget to use 'git add'?\n"4709"If there is nothing left to stage, chances are that something else\n"4710"already introduced the same changes; you might want to skip this patch."4711msgstr ""4712"Cap canvi - heu oblidat d'usar 'git add'?\n"4713"Si no hi ha res per fer «stage», probablement alguna altra cosa ja ha\n"4714"introduït els mateixos canvis; potser voleu ometre aquest pedaç."47154716#: builtin/am.c:19434717msgid ""4718"You still have unmerged paths in your index.\n"4719"Did you forget to use 'git add'?"4720msgstr ""4721"Encara teniu camins sense fusionar en el vostre índex.\n"4722"Heu oblidat d'usar 'git add'?"47234724#: builtin/am.c:2051 builtin/am.c:2055 builtin/am.c:2067 builtin/reset.c:3084725#: builtin/reset.c:3164726#, c-format4727msgid "Could not parse object '%s'."4728msgstr "No s'ha pogut analitzar l'objecte '%s'."47294730#: builtin/am.c:21034731msgid "failed to clean index"4732msgstr "s'ha produït un error en netejar l'índex"47334734#: builtin/am.c:21374735msgid ""4736"You seem to have moved HEAD since the last 'am' failure.\n"4737"Not rewinding to ORIG_HEAD"4738msgstr ""4739"Sembla que heu mogut HEAD després de l'última fallada de 'am'.\n"4740"No s'està rebobinant a ORIG_HEAD"47414742#: builtin/am.c:22004743#, c-format4744msgid "Invalid value for --patch-format: %s"4745msgstr "Valor no vàlid per a --patch-format: %s"47464747#: builtin/am.c:22334748msgid "git am [<options>] [(<mbox> | <Maildir>)...]"4749msgstr "git am [<opcions>] [(<bústia> | <directori-de-correu>)...]"47504751#: builtin/am.c:22344752msgid "git am [<options>] (--continue | --skip | --abort)"4753msgstr "git am [<opcions>] (--continue | --skip | --abort)"47544755#: builtin/am.c:22404756msgid "run interactively"4757msgstr "executa interactivament"47584759#: builtin/am.c:22424760msgid "historical option -- no-op"4761msgstr "opció històrica -- no-op"47624763#: builtin/am.c:22444764msgid "allow fall back on 3way merging if needed"4765msgstr "permet retrocedir a una fusió de 3 vies si és necessari"47664767#: builtin/am.c:2245 builtin/init-db.c:483 builtin/prune-packed.c:574768#: builtin/repack.c:1784769msgid "be quiet"4770msgstr "silenciós"47714772#: builtin/am.c:22474773msgid "add a Signed-off-by line to the commit message"4774msgstr "afegeix una línia Signed-off-by al missatge de comissió"47754776#: builtin/am.c:22504777msgid "recode into utf8 (default)"4778msgstr "recodifica en utf8 (per defecte)"47794780#: builtin/am.c:22524781msgid "pass -k flag to git-mailinfo"4782msgstr "passa la bandera -k al git-mailinfo"47834784#: builtin/am.c:22544785msgid "pass -b flag to git-mailinfo"4786msgstr "passa la bandera -b al git-mailinfo"47874788#: builtin/am.c:22564789msgid "pass -m flag to git-mailinfo"4790msgstr "passa la bandera -m al git-mailinfo"47914792#: builtin/am.c:22584793msgid "pass --keep-cr flag to git-mailsplit for mbox format"4794msgstr "passa la bandera --keep-cr al git-mailsplit per al format mbox"47954796#: builtin/am.c:22614797msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"4798msgstr ""4799"no passis la bandera --keep-cr al git-mailsplit independent de am.keepcr"48004801#: builtin/am.c:22644802msgid "strip everything before a scissors line"4803msgstr "elimina tot abans d'una línia de tisores"48044805#: builtin/am.c:2266 builtin/am.c:2269 builtin/am.c:2272 builtin/am.c:22754806#: builtin/am.c:2278 builtin/am.c:2281 builtin/am.c:2284 builtin/am.c:22874807#: builtin/am.c:22934808msgid "pass it through git-apply"4809msgstr "passa-ho a través del git-apply"48104811#: builtin/am.c:2283 builtin/fmt-merge-msg.c:662 builtin/fmt-merge-msg.c:6654812#: builtin/grep.c:1038 builtin/merge.c:202 builtin/pull.c:1354813#: builtin/pull.c:194 builtin/repack.c:187 builtin/repack.c:1914814#: builtin/show-branch.c:644 builtin/show-ref.c:169 builtin/tag.c:3554815#: parse-options.h:132 parse-options.h:134 parse-options.h:2454816msgid "n"4817msgstr "n"48184819#: builtin/am.c:2289 builtin/for-each-ref.c:37 builtin/replace.c:4384820#: builtin/tag.c:387 builtin/verify-tag.c:384821msgid "format"4822msgstr "format"48234824#: builtin/am.c:22904825msgid "format the patch(es) are in"4826msgstr "el format en el qual estan els pedaços"48274828#: builtin/am.c:22964829msgid "override error message when patch failure occurs"4830msgstr ""4831"passa per alt el missatge d'error quan s'ocorre una fallada en apedaçar"48324833#: builtin/am.c:22984834msgid "continue applying patches after resolving a conflict"4835msgstr "segueix aplicant pedaços després de resoldre un conflicte"48364837#: builtin/am.c:23014838msgid "synonyms for --continue"4839msgstr "sinònims de --continue"48404841#: builtin/am.c:23044842msgid "skip the current patch"4843msgstr "omet el pedaç actual"48444845#: builtin/am.c:23074846msgid "restore the original branch and abort the patching operation."4847msgstr "restaura la branca original i avorta l'operació d'apedaçament."48484849#: builtin/am.c:23114850msgid "lie about committer date"4851msgstr "menteix sobre la data del comitent"48524853#: builtin/am.c:23134854msgid "use current timestamp for author date"4855msgstr "usa el marc de temps actual per la data d'autor"48564857#: builtin/am.c:2315 builtin/commit.c:1600 builtin/merge.c:2334858#: builtin/pull.c:165 builtin/revert.c:92 builtin/tag.c:3704859msgid "key-id"4860msgstr "ID de clau"48614862#: builtin/am.c:23164863msgid "GPG-sign commits"4864msgstr "signa les comissions amb GPG"48654866#: builtin/am.c:23194867msgid "(internal use for git-rebase)"4868msgstr "(ús intern per al git-rebase)"48694870#: builtin/am.c:23344871msgid ""4872"The -b/--binary option has been a no-op for long time, and\n"4873"it will be removed. Please do not use it anymore."4874msgstr ""4875"Fa molt que l'opció -b/--binary no ha fet res, i\n"4876"s'eliminarà. Si us plau, no l'useu més."48774878#: builtin/am.c:23414879msgid "failed to read the index"4880msgstr "S'ha produït un error en llegir l'índex"48814882#: builtin/am.c:23564883#, c-format4884msgid "previous rebase directory %s still exists but mbox given."4885msgstr ""4886"un directori de rebasament anterior %s encara existeix però s'ha donat una "4887"bústia."48884889#: builtin/am.c:23804890#, c-format4891msgid ""4892"Stray %s directory found.\n"4893"Use \"git am --abort\" to remove it."4894msgstr ""4895"S'ha trobat un directori %s extraviat.\n"4896"Useu \"git am --abort\" per a eliminar-lo."48974898#: builtin/am.c:23864899msgid "Resolve operation not in progress, we are not resuming."4900msgstr "Una operació de resolució no està en curs; no reprenem."49014902#: builtin/apply.c:84903msgid "git apply [<options>] [<patch>...]"4904msgstr "git apply [<opcions>] [<pedaç>...]"49054906#: builtin/archive.c:174907#, c-format4908msgid "could not create archive file '%s'"4909msgstr "no s'ha pogut crear el fitxer d'arxiu '%s'"49104911#: builtin/archive.c:204912msgid "could not redirect output"4913msgstr "no s'ha pogut redirigir la sortida"49144915#: builtin/archive.c:374916msgid "git archive: Remote with no URL"4917msgstr "git archive: Remot sense URL"49184919#: builtin/archive.c:584920msgid "git archive: expected ACK/NAK, got EOF"4921msgstr "git archive: ACK/NAK esperat, EOF rebut"49224923#: builtin/archive.c:614924#, c-format4925msgid "git archive: NACK %s"4926msgstr "git archive: %s NACK"49274928#: builtin/archive.c:634929#, c-format4930msgid "remote error: %s"4931msgstr "error remot: %s"49324933#: builtin/archive.c:644934msgid "git archive: protocol error"4935msgstr "git archive: error de protocol"49364937#: builtin/archive.c:684938msgid "git archive: expected a flush"4939msgstr "git archive: s'esperava una neteja"49404941#: builtin/bisect--helper.c:74942msgid "git bisect--helper --next-all [--no-checkout]"4943msgstr "git bisect--helper --next-all [--no-checkout]"49444945#: builtin/bisect--helper.c:174946msgid "perform 'git bisect next'"4947msgstr "realitza 'git bisect next'"49484949#: builtin/bisect--helper.c:194950msgid "update BISECT_HEAD instead of checking out the current commit"4951msgstr "actualitza BISECT_HEAD en lloc d'agafar la comissió actual"49524953#: builtin/blame.c:334954msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"4955msgstr "git blame [<opcions>] [<opcions-de-revisió>] [<revisió>] [--] fitxer"49564957#: builtin/blame.c:384958msgid "<rev-opts> are documented in git-rev-list(1)"4959msgstr "es documenten les <opcions-de-revisió> en git-rev-list(1)"49604961#: builtin/blame.c:17864962msgid "Blaming lines"4963msgstr "S'està fent un «blame»"49644965#: builtin/blame.c:25824966msgid "Show blame entries as we find them, incrementally"4967msgstr "Mostra les entrades «blame» mentre les trobem, incrementalment"49684969#: builtin/blame.c:25834970msgid "Show blank SHA-1 for boundary commits (Default: off)"4971msgstr ""4972"Mostra un SHA-1 en blanc per les comissions de frontera (Per defecte: "4973"desactivat)"49744975#: builtin/blame.c:25844976msgid "Do not treat root commits as boundaries (Default: off)"4977msgstr ""4978"No tractis les comissions d'arrel com a límits (Per defecte: desactivat)"49794980#: builtin/blame.c:25854981msgid "Show work cost statistics"4982msgstr "Mostra les estadístiques de preu de treball"49834984#: builtin/blame.c:25864985msgid "Force progress reporting"4986msgstr "Força l'informe de progrés"49874988#: builtin/blame.c:25874989msgid "Show output score for blame entries"4990msgstr "Mostra la puntuació de sortida de les entrades «blame»"49914992#: builtin/blame.c:25884993msgid "Show original filename (Default: auto)"4994msgstr "Mostra el nom de fitxer original (Per defecte: automàtic)"49954996#: builtin/blame.c:25894997msgid "Show original linenumber (Default: off)"4998msgstr "Mostra el número de línia original (Per defecte: desactivat)"49995000#: builtin/blame.c:25905001msgid "Show in a format designed for machine consumption"5002msgstr "Presenta en un format dissenyat per consumpció per màquina"50035004#: builtin/blame.c:25915005msgid "Show porcelain format with per-line commit information"5006msgstr "Mostra el format de porcellana amb informació de comissió per línia"50075008#: builtin/blame.c:25925009msgid "Use the same output mode as git-annotate (Default: off)"5010msgstr ""5011"Usa el mateix mode de sortida que git-annotate (Per defecte: desactivat)"50125013#: builtin/blame.c:25935014msgid "Show raw timestamp (Default: off)"5015msgstr "Mostra la marca de temps crua (Per defecte: desactivat)"50165017#: builtin/blame.c:25945018msgid "Show long commit SHA1 (Default: off)"5019msgstr "Mostra l'SHA1 de comissió llarg (Per defecte: desactivat)"50205021#: builtin/blame.c:25955022msgid "Suppress author name and timestamp (Default: off)"5023msgstr "Omet el nom d'autor i la marca de temps (Per defecte: desactivat)"50245025#: builtin/blame.c:25965026msgid "Show author email instead of name (Default: off)"5027msgstr ""5028"Mostra l'adreça de correu electrònic de l'autor en lloc del nom (Per "5029"defecte: desactivat)"50305031#: builtin/blame.c:25975032msgid "Ignore whitespace differences"5033msgstr "Ignora les diferències d'espai en blanc"50345035#: builtin/blame.c:26045036msgid "Use an experimental heuristic to improve diffs"5037msgstr "Usa un heurístic experimental per a millorar les diferències"50385039#: builtin/blame.c:26065040msgid "Spend extra cycles to find better match"5041msgstr "Gasta cicles extres per a trobar una coincidència millor"50425043#: builtin/blame.c:26075044msgid "Use revisions from <file> instead of calling git-rev-list"5045msgstr "Usa les revisions de <fitxer> en lloc d'invocar git-rev-list"50465047#: builtin/blame.c:26085048msgid "Use <file>'s contents as the final image"5049msgstr "Usa els continguts de <fitxer> com a la imatge final"50505051#: builtin/blame.c:2609 builtin/blame.c:26105052msgid "score"5053msgstr "puntuació"50545055#: builtin/blame.c:26095056msgid "Find line copies within and across files"5057msgstr "Troba còpies de línia dins i a través dels fitxers"50585059#: builtin/blame.c:26105060msgid "Find line movements within and across files"5061msgstr "Troba moviments de línia dins i a través dels fitxers"50625063#: builtin/blame.c:26115064msgid "n,m"5065msgstr "n,m"50665067#: builtin/blame.c:26115068msgid "Process only line range n,m, counting from 1"5069msgstr "Processa només el rang de línies n,m, comptant des d'1"50705071#: builtin/blame.c:26585072msgid "--progress can't be used with --incremental or porcelain formats"5073msgstr ""5074"no es pot usar --progress amb els formats --incremental o de porcellana"50755076#. TRANSLATORS: This string is used to tell us the maximum5077#. display width for a relative timestamp in "git blame"5078#. output. For C locale, "4 years, 11 months ago", which5079#. takes 22 places, is the longest among various forms of5080#. relative timestamps, but your language may need more or5081#. fewer display columns.5082#: builtin/blame.c:27065083msgid "4 years, 11 months ago"5084msgstr "fa 4 anys i 11 mesos"50855086#: builtin/blame.c:27865087msgid "--contents and --reverse do not blend well."5088msgstr "--contents i --reverse no funcionen bé juntes."50895090#: builtin/blame.c:28065091msgid "cannot use --contents with final commit object name"5092msgstr "no es pot usar --contents amb el nom d'objecte de la comissió final"50935094#: builtin/blame.c:28115095msgid "--reverse and --first-parent together require specified latest commit"5096msgstr ""5097"--reverse i --first-parent-together requereixen una última comissió "5098"especificada"50995100#: builtin/blame.c:28385101msgid ""5102"--reverse --first-parent together require range along first-parent chain"5103msgstr ""5104"--reverse --first-parent junts requereixen un rang de la cadena de mares "5105"primeres"51065107#: builtin/blame.c:28495108#, c-format5109msgid "no such path %s in %s"5110msgstr "no hi ha tal camí %s en %s"51115112#: builtin/blame.c:28605113#, c-format5114msgid "cannot read blob %s for path %s"5115msgstr "no es pot llegir el blob %s per al camí %s"51165117#: builtin/blame.c:28795118#, c-format5119msgid "file %s has only %lu line"5120msgid_plural "file %s has only %lu lines"5121msgstr[0] "el fitxer %s té només %lu línia"5122msgstr[1] "el fitxer %s té només %lu línies"51235124#: builtin/branch.c:265125msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"5126msgstr "git branch [<opcions>] [-r | -a] [--merged | --no-merged]"51275128#: builtin/branch.c:275129msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"5130msgstr "git branch [<opcions>] [-l] [-f] <nom-de-branca> [<punt-inicial>]"51315132#: builtin/branch.c:285133msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."5134msgstr "git branch [<opcions>] [-r] (-d | -D) <nom-de-branca>..."51355136#: builtin/branch.c:295137msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"5138msgstr "git branch [<opcions>] (-m | -M) [<branca-antiga>] <branca-nova>"51395140#: builtin/branch.c:305141msgid "git branch [<options>] [-r | -a] [--points-at]"5142msgstr "git branch [<opcions>] [-r | -a] [--points-at]"51435144#: builtin/branch.c:1435145#, c-format5146msgid ""5147"deleting branch '%s' that has been merged to\n"5148" '%s', but not yet merged to HEAD."5149msgstr ""5150"s'està suprimint la branca '%s' que s'ha\n"5151" fusionat a '%s', però encara no\n"5152" s'ha fusionat a HEAD."51535154#: builtin/branch.c:1475155#, c-format5156msgid ""5157"not deleting branch '%s' that is not yet merged to\n"5158" '%s', even though it is merged to HEAD."5159msgstr ""5160"no s'està suprimint la branca '%s' que encara no\n"5161" s'ha fusionat a '%s', encara que està\n"5162" fusionada a HEAD."51635164#: builtin/branch.c:1615165#, c-format5166msgid "Couldn't look up commit object for '%s'"5167msgstr "No s'ha pogut trobar l'objecte de comissió de '%s'"51685169#: builtin/branch.c:1655170#, c-format5171msgid ""5172"The branch '%s' is not fully merged.\n"5173"If you are sure you want to delete it, run 'git branch -D %s'."5174msgstr ""5175"La branca '%s' no està totalment fusionada.\n"5176"Si esteu segur que la voleu suprimir, executeu 'git branch -D %s'."51775178#: builtin/branch.c:1785179msgid "Update of config-file failed"5180msgstr "L'actualització del fitxer de configuració ha fallat"51815182#: builtin/branch.c:2065183msgid "cannot use -a with -d"5184msgstr "no es pot usar -a amb -d"51855186#: builtin/branch.c:2125187msgid "Couldn't look up commit object for HEAD"5188msgstr "No s'ha pogut trobar l'objecte de comissió de HEAD"51895190#: builtin/branch.c:2265191#, c-format5192msgid "Cannot delete branch '%s' checked out at '%s'"5193msgstr "No es pot suprimir la branca '%s' agafada a '%s'"51945195#: builtin/branch.c:2415196#, c-format5197msgid "remote-tracking branch '%s' not found."5198msgstr "no s'ha trobat la branca amb seguiment remot '%s'."51995200#: builtin/branch.c:2425201#, c-format5202msgid "branch '%s' not found."5203msgstr "no s'ha trobat la branca '%s'."52045205#: builtin/branch.c:2575206#, c-format5207msgid "Error deleting remote-tracking branch '%s'"5208msgstr "Error en suprimir la branca amb seguiment remot '%s'"52095210#: builtin/branch.c:2585211#, c-format5212msgid "Error deleting branch '%s'"5213msgstr "Error en suprimir la branca '%s'"52145215#: builtin/branch.c:2655216#, c-format5217msgid "Deleted remote-tracking branch %s (was %s).\n"5218msgstr "S'ha suprimit la branca amb seguiment remot %s (era %s).\n"52195220#: builtin/branch.c:2665221#, c-format5222msgid "Deleted branch %s (was %s).\n"5223msgstr "S'ha suprimit la branca %s (era %s).\n"52245225#: builtin/branch.c:3125226#, c-format5227msgid "[%s: gone]"5228msgstr "[%s: no hi és]"52295230#: builtin/branch.c:3175231#, c-format5232msgid "[%s]"5233msgstr "[%s]"52345235#: builtin/branch.c:3225236#, c-format5237msgid "[%s: behind %d]"5238msgstr "[%s: darrere per %d]"52395240#: builtin/branch.c:3245241#, c-format5242msgid "[behind %d]"5243msgstr "[darrere de %d]"52445245#: builtin/branch.c:3285246#, c-format5247msgid "[%s: ahead %d]"5248msgstr "[%s: davant per %d]"52495250#: builtin/branch.c:3305251#, c-format5252msgid "[ahead %d]"5253msgstr "[davant de %d]"52545255#: builtin/branch.c:3335256#, c-format5257msgid "[%s: ahead %d, behind %d]"5258msgstr "[%s: davant per %d, darrere per %d]"52595260#: builtin/branch.c:3365261#, c-format5262msgid "[ahead %d, behind %d]"5263msgstr "[davant %d, darrere %d]"52645265#: builtin/branch.c:3495266msgid " **** invalid ref ****"5267msgstr " **** referència no vàlida ****"52685269#: builtin/branch.c:3755270#, c-format5271msgid "(no branch, rebasing %s)"5272msgstr "(cap branca, s'està rebasant %s)"52735274#: builtin/branch.c:3785275#, c-format5276msgid "(no branch, bisect started on %s)"5277msgstr "(cap branca, bisecció començada en %s)"52785279#. TRANSLATORS: make sure this matches5280#. "HEAD detached at " in wt-status.c5281#: builtin/branch.c:3845282#, c-format5283msgid "(HEAD detached at %s)"5284msgstr "(HEAD separat a %s)"52855286#. TRANSLATORS: make sure this matches5287#. "HEAD detached from " in wt-status.c5288#: builtin/branch.c:3895289#, c-format5290msgid "(HEAD detached from %s)"5291msgstr "(HEAD separat de %s)"52925293#: builtin/branch.c:3935294msgid "(no branch)"5295msgstr "(cap branca)"52965297#: builtin/branch.c:5355298#, c-format5299msgid "Branch %s is being rebased at %s"5300msgstr "S'està fent «rebase» en la branca %s a %s"53015302#: builtin/branch.c:5395303#, c-format5304msgid "Branch %s is being bisected at %s"5305msgstr "La branca %s s'està bisecant a %s"53065307#: builtin/branch.c:5545308msgid "cannot rename the current branch while not on any."5309msgstr "no es pot canviar el nom de la branca actual mentre no s'és a cap."53105311#: builtin/branch.c:5645312#, c-format5313msgid "Invalid branch name: '%s'"5314msgstr "Nom de branca no vàlid: '%s'"53155316#: builtin/branch.c:5815317msgid "Branch rename failed"5318msgstr "El canvi de nom de branca ha fallat"53195320#: builtin/branch.c:5855321#, c-format5322msgid "Renamed a misnamed branch '%s' away"5323msgstr "S'ha canviat el nom de la branca mal anomenada '%s'"53245325#: builtin/branch.c:5885326#, c-format5327msgid "Branch renamed to %s, but HEAD is not updated!"5328msgstr "S'ha canviat el nom de la branca a %s, però HEAD no està actualitzat!"53295330#: builtin/branch.c:5955331msgid "Branch is renamed, but update of config-file failed"5332msgstr ""5333"La branca està canviada de nom, però l'actualització del fitxer de "5334"configuració ha fallat"53355336#: builtin/branch.c:6115337#, c-format5338msgid ""5339"Please edit the description for the branch\n"5340" %s\n"5341"Lines starting with '%c' will be stripped.\n"5342msgstr ""5343"Si us plau, editeu la descripció de la branca\n"5344" %s\n"5345"S'eliminaran les línies que comencin amb '%c'.\n"53465347#: builtin/branch.c:6435348msgid "Generic options"5349msgstr "Opcions genèriques"53505351#: builtin/branch.c:6455352msgid "show hash and subject, give twice for upstream branch"5353msgstr "mostra el hash i l'assumpte, doneu dues vegades per la branca font"53545355#: builtin/branch.c:6465356msgid "suppress informational messages"5357msgstr "omet els missatges informatius"53585359#: builtin/branch.c:6475360msgid "set up tracking mode (see git-pull(1))"5361msgstr "configura el mode de seguiment (vegeu git-pull(1))"53625363#: builtin/branch.c:6495364msgid "change upstream info"5365msgstr "canvia la informació de font"53665367#: builtin/branch.c:6515368msgid "upstream"5369msgstr "font"53705371#: builtin/branch.c:6515372msgid "change the upstream info"5373msgstr "canvia la informació de font"53745375#: builtin/branch.c:6525376msgid "Unset the upstream info"5377msgstr "Desestableix la informació de font"53785379#: builtin/branch.c:6535380msgid "use colored output"5381msgstr "usa sortida colorada"53825383#: builtin/branch.c:6545384msgid "act on remote-tracking branches"5385msgstr "actua en branques amb seguiment remot"53865387#: builtin/branch.c:656 builtin/branch.c:6575388msgid "print only branches that contain the commit"5389msgstr "imprimeix només les branques que continguin la comissió"53905391#: builtin/branch.c:6605392msgid "Specific git-branch actions:"5393msgstr "Accions de git-branch específiques:"53945395#: builtin/branch.c:6615396msgid "list both remote-tracking and local branches"5397msgstr "llista les branques amb seguiment remot i les locals"53985399#: builtin/branch.c:6635400msgid "delete fully merged branch"5401msgstr "suprimeix la branca si està completament fusionada"54025403#: builtin/branch.c:6645404msgid "delete branch (even if not merged)"5405msgstr "suprimeix la branca (encara que no estigui fusionada)"54065407#: builtin/branch.c:6655408msgid "move/rename a branch and its reflog"5409msgstr "mou/canvia de nom una branca i el seu registre de referència"54105411#: builtin/branch.c:6665412msgid "move/rename a branch, even if target exists"5413msgstr "mou/canvia de nom una branca, encara que el destí existeixi"54145415#: builtin/branch.c:6675416msgid "list branch names"5417msgstr "llista els noms de branca"54185419#: builtin/branch.c:6685420msgid "create the branch's reflog"5421msgstr "crea el registre de referència de la branca"54225423#: builtin/branch.c:6705424msgid "edit the description for the branch"5425msgstr "edita la descripció de la branca"54265427#: builtin/branch.c:6715428msgid "force creation, move/rename, deletion"5429msgstr "força creació, moviment/canvi de nom, supressió"54305431#: builtin/branch.c:6725432msgid "print only branches that are merged"5433msgstr "imprimeix només les branques que s'han fusionat"54345435#: builtin/branch.c:6735436msgid "print only branches that are not merged"5437msgstr "imprimeix només les branques que no s'han fusionat"54385439#: builtin/branch.c:6745440msgid "list branches in columns"5441msgstr "llista les branques en columnes"54425443#: builtin/branch.c:675 builtin/for-each-ref.c:38 builtin/tag.c:3815444msgid "key"5445msgstr "clau"54465447#: builtin/branch.c:676 builtin/for-each-ref.c:39 builtin/tag.c:3825448msgid "field name to sort on"5449msgstr "nom del camp en el qual ordenar"54505451#: builtin/branch.c:678 builtin/for-each-ref.c:41 builtin/notes.c:4045452#: builtin/notes.c:407 builtin/notes.c:567 builtin/notes.c:5705453#: builtin/tag.c:3845454msgid "object"5455msgstr "objecte"54565457#: builtin/branch.c:6795458msgid "print only branches of the object"5459msgstr "imprimeix només les branques de l'objecte"54605461#: builtin/branch.c:681 builtin/for-each-ref.c:46 builtin/tag.c:3885462msgid "sorting and filtering are case insensitive"5463msgstr "l'ordenació i el filtratge distingeixen entre majúscules i minúscules"54645465#: builtin/branch.c:6985466msgid "Failed to resolve HEAD as a valid ref."5467msgstr "S'ha produït un error en resoldre HEAD com a referència vàlida."54685469#: builtin/branch.c:702 builtin/clone.c:7065470msgid "HEAD not found below refs/heads!"5471msgstr "HEAD no trobat sota refs/heads!"54725473#: builtin/branch.c:7245474msgid "--column and --verbose are incompatible"5475msgstr "--column i --verbose són incompatibles"54765477#: builtin/branch.c:735 builtin/branch.c:7875478msgid "branch name required"5479msgstr "cal el nom de branca"54805481#: builtin/branch.c:7635482msgid "Cannot give description to detached HEAD"5483msgstr "No es pot donar descripció a un HEAD separat"54845485#: builtin/branch.c:7685486msgid "cannot edit description of more than one branch"5487msgstr "no es pot editar la descripció de més d'una branca"54885489#: builtin/branch.c:7755490#, c-format5491msgid "No commit on branch '%s' yet."5492msgstr "Encara no hi ha cap comissió en la branca '%s'."54935494#: builtin/branch.c:7785495#, c-format5496msgid "No branch named '%s'."5497msgstr "No hi ha branca amb nom '%s'."54985499#: builtin/branch.c:7935500msgid "too many branches for a rename operation"5501msgstr "hi ha massa branques per a una operació de canvi de nom"55025503#: builtin/branch.c:7985504msgid "too many branches to set new upstream"5505msgstr "hi ha massa branques per a establir una nova font"55065507#: builtin/branch.c:8025508#, c-format5509msgid ""5510"could not set upstream of HEAD to %s when it does not point to any branch."5511msgstr ""5512"no s'ha pogut establir la font de HEAD com a %s quan no assenyala cap branca."55135514#: builtin/branch.c:805 builtin/branch.c:827 builtin/branch.c:8485515#, c-format5516msgid "no such branch '%s'"5517msgstr "no hi ha tal branca '%s'"55185519#: builtin/branch.c:8095520#, c-format5521msgid "branch '%s' does not exist"5522msgstr "la branca '%s' no existeix"55235524#: builtin/branch.c:8215525msgid "too many branches to unset upstream"5526msgstr "hi ha massa branques per a desestablir la font"55275528#: builtin/branch.c:8255529msgid "could not unset upstream of HEAD when it does not point to any branch."5530msgstr ""5531"no s'ha pogut desestablir la font de HEAD perquè no assenyala cap branca."55325533#: builtin/branch.c:8315534#, c-format5535msgid "Branch '%s' has no upstream information"5536msgstr "La branca '%s' no té informació de font"55375538#: builtin/branch.c:8455539msgid "it does not make sense to create 'HEAD' manually"5540msgstr "no té sentit crear 'HEAD' manualment"55415542#: builtin/branch.c:8515543msgid "-a and -r options to 'git branch' do not make sense with a branch name"5544msgstr ""5545"les opcions -a i -r a 'git branch' no tenen sentit amb un nom de branca"55465547#: builtin/branch.c:8545548#, c-format5549msgid ""5550"The --set-upstream flag is deprecated and will be removed. Consider using --"5551"track or --set-upstream-to\n"5552msgstr ""5553"La bandera --set-upstream està en desús i s'eliminarà. Considereu usar --"5554"track o --set-upstream-to\n"55555556#: builtin/branch.c:8715557#, c-format5558msgid ""5559"\n"5560"If you wanted to make '%s' track '%s', do this:\n"5561"\n"5562msgstr ""5563"\n"5564"Si volíeu fer '%s' seguir '%s', feu això:\n"5565"\n"55665567#: builtin/bundle.c:515568#, c-format5569msgid "%s is okay\n"5570msgstr "%s està bé\n"55715572#: builtin/bundle.c:645573msgid "Need a repository to create a bundle."5574msgstr "Cal un dipòsit per a fer un farcell."55755576#: builtin/bundle.c:685577msgid "Need a repository to unbundle."5578msgstr "Cal un dipòsit per a desfer un farcell."55795580#: builtin/cat-file.c:5135581msgid ""5582"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"5583"p | <type> | --textconv | --filters) [--path=<path>] <object>"5584msgstr ""5585"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"5586"p | <tipus> | --textconv | --filters [--path=<camí>]) <objecte>"55875588#: builtin/cat-file.c:5145589msgid ""5590"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"5591"filters]"5592msgstr ""5593"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"5594"filters]"55955596#: builtin/cat-file.c:5515597msgid "<type> can be one of: blob, tree, commit, tag"5598msgstr "<tipus> pot ser un de: blob, tree, commit, tag"55995600#: builtin/cat-file.c:5525601msgid "show object type"5602msgstr "mostra el tipus de l'objecte"56035604#: builtin/cat-file.c:5535605msgid "show object size"5606msgstr "mostra la mida de l'objecte"56075608#: builtin/cat-file.c:5555609msgid "exit with zero when there's no error"5610msgstr "surt amb zero quan no hi ha error"56115612#: builtin/cat-file.c:5565613msgid "pretty-print object's content"5614msgstr "imprimeix bellament el contingut de l'objecte"56155616#: builtin/cat-file.c:5585617msgid "for blob objects, run textconv on object's content"5618msgstr "en els objectes de blob, executa textconv en el contingut de l'objecte"56195620#: builtin/cat-file.c:5605621msgid "for blob objects, run filters on object's content"5622msgstr ""5623"en els objectes de blob, executa els filtres en el contingut de l'objecte"56245625#: builtin/cat-file.c:561 git-submodule.sh:9295626msgid "blob"5627msgstr "blob"56285629#: builtin/cat-file.c:5625630msgid "use a specific path for --textconv/--filters"5631msgstr "usa un camí específic per a --textconv/--filters"56325633#: builtin/cat-file.c:5645634msgid "allow -s and -t to work with broken/corrupt objects"5635msgstr "permet que -s i -t funcionin amb objectes trencats/malmesos"56365637#: builtin/cat-file.c:5655638msgid "buffer --batch output"5639msgstr "posa la sortida de --batch en memòria intermèdia"56405641#: builtin/cat-file.c:5675642msgid "show info and content of objects fed from the standard input"5643msgstr ""5644"mostra la informació i contingut dels objectes rebuts de l'entrada estàndard"56455646#: builtin/cat-file.c:5705647msgid "show info about objects fed from the standard input"5648msgstr "mostra informació sobre els objectes rebuts de l'entrada estàndard"56495650#: builtin/cat-file.c:5735651msgid "follow in-tree symlinks (used with --batch or --batch-check)"5652msgstr ""5653"segueix els enllaços simbòlics en l'arbre (s'usa amb --batch o --batch-check)"56545655#: builtin/cat-file.c:5755656msgid "show all objects with --batch or --batch-check"5657msgstr "mostra tots els objectes amb --batch o --batch-check"56585659#: builtin/check-attr.c:115660msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."5661msgstr "git check-attr [-a | --all | <atribut>...] [--] <nom-de-camí>..."56625663#: builtin/check-attr.c:125664msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"5665msgstr "git check-attr --stdin [-z] [-a | --all | <atribut>...]"56665667#: builtin/check-attr.c:195668msgid "report all attributes set on file"5669msgstr "informa de tots els atributs establerts en el fitxer"56705671#: builtin/check-attr.c:205672msgid "use .gitattributes only from the index"5673msgstr "usa .gitattributes només des de l'índex"56745675#: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:985676msgid "read file names from stdin"5677msgstr "llegeix els noms de fitxer d'stdin"56785679#: builtin/check-attr.c:23 builtin/check-ignore.c:245680msgid "terminate input and output records by a NUL character"5681msgstr "acaba els registres d'entrada i de sortida amb un caràcter NUL"56825683#: builtin/check-ignore.c:18 builtin/checkout.c:1140 builtin/gc.c:3325684msgid "suppress progress reporting"5685msgstr "omet els informes de progrés"56865687#: builtin/check-ignore.c:265688msgid "show non-matching input paths"5689msgstr "mostra els camins d'entrada que no coincideixin"56905691#: builtin/check-ignore.c:285692msgid "ignore index when checking"5693msgstr "ignora l'índex en comprovar"56945695#: builtin/check-ignore.c:1545696msgid "cannot specify pathnames with --stdin"5697msgstr "no es pot especificar noms de camí amb --stdin"56985699#: builtin/check-ignore.c:1575700msgid "-z only makes sense with --stdin"5701msgstr "-z només té sentit amb --stdin"57025703#: builtin/check-ignore.c:1595704msgid "no path specified"5705msgstr "cap camí especificat"57065707#: builtin/check-ignore.c:1635708msgid "--quiet is only valid with a single pathname"5709msgstr "--quiet només és vàlid amb un sol nom de camí"57105711#: builtin/check-ignore.c:1655712msgid "cannot have both --quiet and --verbose"5713msgstr "no es pot tenir ambdós --quiet i --verbose"57145715#: builtin/check-ignore.c:1685716msgid "--non-matching is only valid with --verbose"5717msgstr "--non-matching és vàlid només amb --verbose"57185719#: builtin/check-mailmap.c:85720msgid "git check-mailmap [<options>] <contact>..."5721msgstr "git check-mailmap [<opcions>] <contacte>..."57225723#: builtin/check-mailmap.c:135724msgid "also read contacts from stdin"5725msgstr "també llegeix els contactes des d'stdin"57265727#: builtin/check-mailmap.c:245728#, c-format5729msgid "unable to parse contact: %s"5730msgstr "no s'ha pogut analitzar el contacte: %s"57315732#: builtin/check-mailmap.c:475733msgid "no contacts specified"5734msgstr "no hi ha contactes especificats"57355736#: builtin/checkout-index.c:1275737msgid "git checkout-index [<options>] [--] [<file>...]"5738msgstr "git checkout-index [<opcions>] [--] [<fitxer>...]"57395740#: builtin/checkout-index.c:1445741msgid "stage should be between 1 and 3 or all"5742msgstr "«stage» ha de ser entre 1 i 3 o all"57435744#: builtin/checkout-index.c:1605745msgid "check out all files in the index"5746msgstr "agafa tots els fitxers en l'índex"57475748#: builtin/checkout-index.c:1615749msgid "force overwrite of existing files"5750msgstr "força la sobreescriptura de fitxers existents"57515752#: builtin/checkout-index.c:1635753msgid "no warning for existing files and files not in index"5754msgstr ""5755"cap advertència per a fitxers existents i fitxers que no siguin a l'índex"57565757#: builtin/checkout-index.c:1655758msgid "don't checkout new files"5759msgstr "no agafis fitxers nous"57605761#: builtin/checkout-index.c:1675762msgid "update stat information in the index file"5763msgstr "actualitza la informació d'estadístiques en el fitxer d'índex"57645765#: builtin/checkout-index.c:1715766msgid "read list of paths from the standard input"5767msgstr "llegeix la llista de camins des de l'entrada estàndard"57685769#: builtin/checkout-index.c:1735770msgid "write the content to temporary files"5771msgstr "escriu el contingut a fitxers temporals"57725773#: builtin/checkout-index.c:174 builtin/column.c:305774#: builtin/submodule--helper.c:597 builtin/submodule--helper.c:6005775#: builtin/submodule--helper.c:606 builtin/submodule--helper.c:9675776#: builtin/worktree.c:4715777msgid "string"5778msgstr "cadena"57795780#: builtin/checkout-index.c:1755781msgid "when creating files, prepend <string>"5782msgstr "en crear fitxers, anteposa <cadena>"57835784#: builtin/checkout-index.c:1775785msgid "copy out the files from named stage"5786msgstr "copia els fitxers des de «stage» amb nom"57875788#: builtin/checkout.c:255789msgid "git checkout [<options>] <branch>"5790msgstr "git checkout [<opcions>] <branca>"57915792#: builtin/checkout.c:265793msgid "git checkout [<options>] [<branch>] -- <file>..."5794msgstr "git checkout [<opcions>] [<branca>] -- <fitxer>..."57955796#: builtin/checkout.c:134 builtin/checkout.c:1675797#, c-format5798msgid "path '%s' does not have our version"5799msgstr "el camí '%s' no té la nostra versió"58005801#: builtin/checkout.c:136 builtin/checkout.c:1695802#, c-format5803msgid "path '%s' does not have their version"5804msgstr "el camí '%s' no té la seva versió"58055806#: builtin/checkout.c:1525807#, c-format5808msgid "path '%s' does not have all necessary versions"5809msgstr "el camí '%s' no té totes les versions necessàries"58105811#: builtin/checkout.c:1965812#, c-format5813msgid "path '%s' does not have necessary versions"5814msgstr "el camí '%s' no té les versions necessàries"58155816#: builtin/checkout.c:2135817#, c-format5818msgid "path '%s': cannot merge"5819msgstr "camí '%s': no es pot fusionar"58205821#: builtin/checkout.c:2305822#, c-format5823msgid "Unable to add merge result for '%s'"5824msgstr "No s'ha pogut afegir el resultat de fusió per a '%s'"58255826#: builtin/checkout.c:250 builtin/checkout.c:253 builtin/checkout.c:2565827#: builtin/checkout.c:2595828#, c-format5829msgid "'%s' cannot be used with updating paths"5830msgstr "'%s' no es pot usar amb actualització de camins"58315832#: builtin/checkout.c:262 builtin/checkout.c:2655833#, c-format5834msgid "'%s' cannot be used with %s"5835msgstr "'%s' no es pot usar amb %s"58365837#: builtin/checkout.c:2685838#, c-format5839msgid "Cannot update paths and switch to branch '%s' at the same time."5840msgstr ""5841"No es poden actualitzar els camins i canviar a la branca '%s' a la vegada."58425843#: builtin/checkout.c:339 builtin/checkout.c:3465844#, c-format5845msgid "path '%s' is unmerged"5846msgstr "el camí '%s' està sense fusionar"58475848#: builtin/checkout.c:4945849msgid "you need to resolve your current index first"5850msgstr "heu de primer resoldre el vostre índex actual"58515852#: builtin/checkout.c:6255853#, c-format5854msgid "Can not do reflog for '%s': %s\n"5855msgstr "No es pot fer reflog per a '%s': %s\n"58565857#: builtin/checkout.c:6665858msgid "HEAD is now at"5859msgstr "HEAD ara és a"58605861#: builtin/checkout.c:670 builtin/clone.c:6605862msgid "unable to update HEAD"5863msgstr "no s'ha pogut actualitzar HEAD"58645865#: builtin/checkout.c:6745866#, c-format5867msgid "Reset branch '%s'\n"5868msgstr "Restableix la branca '%s'\n"58695870#: builtin/checkout.c:6775871#, c-format5872msgid "Already on '%s'\n"5873msgstr "Ja en '%s'\n"58745875#: builtin/checkout.c:6815876#, c-format5877msgid "Switched to and reset branch '%s'\n"5878msgstr "S'ha canviat i restablert a la branca '%s'\n"58795880#: builtin/checkout.c:683 builtin/checkout.c:10725881#, c-format5882msgid "Switched to a new branch '%s'\n"5883msgstr "S'ha canviat a la branca nova '%s'\n"58845885#: builtin/checkout.c:6855886#, c-format5887msgid "Switched to branch '%s'\n"5888msgstr "S'ha canviat a la branca '%s'\n"58895890#: builtin/checkout.c:7365891#, c-format5892msgid " ... and %d more.\n"5893msgstr " ... i %d més.\n"58945895#: builtin/checkout.c:7425896#, c-format5897msgid ""5898"Warning: you are leaving %d commit behind, not connected to\n"5899"any of your branches:\n"5900"\n"5901"%s\n"5902msgid_plural ""5903"Warning: you are leaving %d commits behind, not connected to\n"5904"any of your branches:\n"5905"\n"5906"%s\n"5907msgstr[0] ""5908"Advertència: esteu deixant enrere %d comissió, no\n"5909"connectada a cap de les vostres branques:\n"5910"\n"5911"%s\n"5912msgstr[1] ""5913"Advertència: esteu deixant enrere %d comissions, no\n"5914"connectades a cap de les vostres branques:\n"5915"\n"5916"%s\n"59175918#: builtin/checkout.c:7615919#, c-format5920msgid ""5921"If you want to keep it by creating a new branch, this may be a good time\n"5922"to do so with:\n"5923"\n"5924" git branch <new-branch-name> %s\n"5925"\n"5926msgid_plural ""5927"If you want to keep them by creating a new branch, this may be a good time\n"5928"to do so with:\n"5929"\n"5930" git branch <new-branch-name> %s\n"5931"\n"5932msgstr[0] ""5933"Si la voleu retenir creant una branca nova, ara pot ser un bon moment\n"5934"per a fer-ho amb:\n"5935"\n"5936" git branch <nom-de-branca-nova> %s\n"5937"\n"5938msgstr[1] ""5939"Si les voleu retenir creant una branca nova, ara pot ser un bon moment\n"5940"per a fer-ho amb:\n"5941"\n"5942" git branch <nom-de-branca-nova> %s\n"5943"\n"59445945#: builtin/checkout.c:7975946msgid "internal error in revision walk"5947msgstr "error intern en el passeig per revisions"59485949#: builtin/checkout.c:8015950msgid "Previous HEAD position was"5951msgstr "La posició de HEAD anterior era"59525953#: builtin/checkout.c:828 builtin/checkout.c:10675954msgid "You are on a branch yet to be born"5955msgstr "Sou en una branca que encara ha de néixer"59565957#: builtin/checkout.c:9735958#, c-format5959msgid "only one reference expected, %d given."5960msgstr "s'esperava només una referència, s'han donat %d."59615962#: builtin/checkout.c:1013 builtin/worktree.c:2145963#, c-format5964msgid "invalid reference: %s"5965msgstr "referència no vàlida: %s"59665967#: builtin/checkout.c:10425968#, c-format5969msgid "reference is not a tree: %s"5970msgstr "la referència no és un arbre: %s"59715972#: builtin/checkout.c:10815973msgid "paths cannot be used with switching branches"5974msgstr "els camins no es poden usar amb canvi de branca"59755976#: builtin/checkout.c:1084 builtin/checkout.c:10885977#, c-format5978msgid "'%s' cannot be used with switching branches"5979msgstr "'%s' no es pot usar amb canvi de branca"59805981#: builtin/checkout.c:1092 builtin/checkout.c:1095 builtin/checkout.c:11005982#: builtin/checkout.c:11035983#, c-format5984msgid "'%s' cannot be used with '%s'"5985msgstr "'%s' no es pot usar amb '%s'"59865987#: builtin/checkout.c:11085988#, c-format5989msgid "Cannot switch branch to a non-commit '%s'"5990msgstr "No es pot canviar la branca a la no comissió '%s'"59915992#: builtin/checkout.c:1141 builtin/checkout.c:1143 builtin/clone.c:935993#: builtin/remote.c:165 builtin/remote.c:167 builtin/worktree.c:3245994#: builtin/worktree.c:3265995msgid "branch"5996msgstr "branca"59975998#: builtin/checkout.c:11425999msgid "create and checkout a new branch"6000msgstr "crea i agafa una branca nova"60016002#: builtin/checkout.c:11446003msgid "create/reset and checkout a branch"6004msgstr "crea/restableix i agafa una branca"60056006#: builtin/checkout.c:11456007msgid "create reflog for new branch"6008msgstr "crea un registre de referència per a la branca nova"60096010#: builtin/checkout.c:1146 builtin/worktree.c:3286011msgid "detach HEAD at named commit"6012msgstr "separa HEAD a la comissió anomenada"60136014#: builtin/checkout.c:11476015msgid "set upstream info for new branch"6016msgstr "estableix la informació de font de la branca nova"60176018#: builtin/checkout.c:11496019msgid "new-branch"6020msgstr "branca-nova"60216022#: builtin/checkout.c:11496023msgid "new unparented branch"6024msgstr "branca òrfena nova"60256026#: builtin/checkout.c:11506027msgid "checkout our version for unmerged files"6028msgstr "agafa la versió nostra dels fitxers sense fusionar"60296030#: builtin/checkout.c:11526031msgid "checkout their version for unmerged files"6032msgstr "agafa la versió seva dels fitxers sense fusionar"60336034#: builtin/checkout.c:11546035msgid "force checkout (throw away local modifications)"6036msgstr "agafa a la força (descarta qualsevol modificació local)"60376038#: builtin/checkout.c:11556039msgid "perform a 3-way merge with the new branch"6040msgstr "realitza una fusió de 3 vies amb la branca nova"60416042#: builtin/checkout.c:1156 builtin/merge.c:2356043msgid "update ignored files (default)"6044msgstr "actualitza els fitxers ignorats (per defecte)"60456046#: builtin/checkout.c:1157 builtin/log.c:1466 parse-options.h:2516047msgid "style"6048msgstr "estil"60496050#: builtin/checkout.c:11586051msgid "conflict style (merge or diff3)"6052msgstr "estil de conflicte (fusió o diff3)"60536054#: builtin/checkout.c:11616055msgid "do not limit pathspecs to sparse entries only"6056msgstr "no limitis les especificacions de camí només a entrades disperses"60576058#: builtin/checkout.c:11636059msgid "second guess 'git checkout <no-such-branch>'"6060msgstr "dubta 'git checkout <cap-branca-així>'"60616062#: builtin/checkout.c:11656063msgid "do not check if another worktree is holding the given ref"6064msgstr "no comprovis si altre arbre de treball té la referència donada"60656066#: builtin/checkout.c:1166 builtin/clone.c:63 builtin/fetch.c:1196067#: builtin/merge.c:232 builtin/pull.c:117 builtin/push.c:5396068#: builtin/send-pack.c:1686069msgid "force progress reporting"6070msgstr "força l'informe de progrés"60716072#: builtin/checkout.c:11976073msgid "-b, -B and --orphan are mutually exclusive"6074msgstr "-b, -B i --orphan són mutualment exclusius"60756076#: builtin/checkout.c:12146077msgid "--track needs a branch name"6078msgstr "--track necessita un nom de branca"60796080#: builtin/checkout.c:12196081msgid "Missing branch name; try -b"6082msgstr "Manca el nom de branca; proveu -b"60836084#: builtin/checkout.c:12556085msgid "invalid path specification"6086msgstr "especificació de camí no vàlida"60876088#: builtin/checkout.c:12626089#, c-format6090msgid ""6091"Cannot update paths and switch to branch '%s' at the same time.\n"6092"Did you intend to checkout '%s' which can not be resolved as commit?"6093msgstr ""6094"No es poden actualitzar els camins i canviar a la branca '%s' a la vegada.\n"6095"Volíeu agafar '%s', la qual no es pot resoldre com a comissió?"60966097#: builtin/checkout.c:12676098#, c-format6099msgid "git checkout: --detach does not take a path argument '%s'"6100msgstr "git checkout: --detach no accepta un paràmetre de camí '%s'"61016102#: builtin/checkout.c:12716103msgid ""6104"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"6105"checking out of the index."6106msgstr ""6107"git checkout: --ours/--theirs, --force i --merge són incompatibles en\n"6108"agafar de l'índex."61096110#: builtin/clean.c:256111msgid ""6112"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."6113msgstr ""6114"git clean [-d] [-f] [-i] [-n] [-q] [-e <patró>] [-x | -X] [--] <camins>..."61156116#: builtin/clean.c:296117#, c-format6118msgid "Removing %s\n"6119msgstr "S'està eliminant %s\n"61206121#: builtin/clean.c:306122#, c-format6123msgid "Would remove %s\n"6124msgstr "Eliminaria %s\n"61256126#: builtin/clean.c:316127#, c-format6128msgid "Skipping repository %s\n"6129msgstr "S'està ometent el dipòsit %s\n"61306131#: builtin/clean.c:326132#, c-format6133msgid "Would skip repository %s\n"6134msgstr "Ometria el dipòsit %s\n"61356136#: builtin/clean.c:336137#, c-format6138msgid "failed to remove %s"6139msgstr "s'ha produït un error en eliminar %s"61406141#: builtin/clean.c:291 git-add--interactive.perl:6236142#, c-format6143msgid ""6144"Prompt help:\n"6145"1 - select a numbered item\n"6146"foo - select item based on unique prefix\n"6147" - (empty) select nothing\n"6148msgstr ""6149"Ajuda:\n"6150"1 - selecciona un ítem numerat\n"6151"foo - selecciona un ítem basat en un prefix únic\n"6152" - (buit) no seleccionis res\n"61536154#: builtin/clean.c:295 git-add--interactive.perl:6326155#, c-format6156msgid ""6157"Prompt help:\n"6158"1 - select a single item\n"6159"3-5 - select a range of items\n"6160"2-3,6-9 - select multiple ranges\n"6161"foo - select item based on unique prefix\n"6162"-... - unselect specified items\n"6163"* - choose all items\n"6164" - (empty) finish selecting\n"6165msgstr ""6166"Ajuda:\n"6167"1 - selecciona un sol ítem\n"6168"3-5 - selecciona un rang d'ítems\n"6169"2-3,6-9 - selecciona múltiples rangs\n"6170"foo - selecciona un ítem basat en un prefix únic\n"6171"-... - desselecciona els ítems seleccionats\n"6172"* - tria tots els ítems\n"6173" - (buit) finalitza la selecció\n"61746175#: builtin/clean.c:511 git-add--interactive.perl:5986176#: git-add--interactive.perl:6036177#, c-format, perl-format6178msgid "Huh (%s)?\n"6179msgstr "Perdó (%s)?\n"61806181#: builtin/clean.c:6536182#, c-format6183msgid "Input ignore patterns>> "6184msgstr "Introduïu els patrons a ignorar>> "61856186#: builtin/clean.c:6906187#, c-format6188msgid "WARNING: Cannot find items matched by: %s"6189msgstr "ADVERTÈNCIA: No es poden trobar ítems que coincideixin amb: %s"61906191#: builtin/clean.c:7116192msgid "Select items to delete"6193msgstr "Selecciona els ítems a suprimir"61946195#. TRANSLATORS: Make sure to keep [y/N] as is6196#: builtin/clean.c:7526197#, c-format6198msgid "Remove %s [y/N]? "6199msgstr "Voleu eliminar %s [y/N]? "62006201#: builtin/clean.c:777 git-add--interactive.perl:16696202#, c-format6203msgid "Bye.\n"6204msgstr "Adéu.\n"62056206#: builtin/clean.c:7856207msgid ""6208"clean - start cleaning\n"6209"filter by pattern - exclude items from deletion\n"6210"select by numbers - select items to be deleted by numbers\n"6211"ask each - confirm each deletion (like \"rm -i\")\n"6212"quit - stop cleaning\n"6213"help - this screen\n"6214"? - help for prompt selection"6215msgstr ""6216"clean - comença a netejar\n"6217"filter by pattern - exclou ítems de supressió\n"6218"select by numbers - selecciona ítems a suprimir per números\n"6219"ask each - confirma cada supressió (com \"rm -i\")\n"6220"quit - deixa de netejar\n"6221"help - aquesta pantalla\n"6222"? - ajuda de selecció de l'avís"62236224#: builtin/clean.c:812 git-add--interactive.perl:17456225msgid "*** Commands ***"6226msgstr "*** Ordres ***"62276228#: builtin/clean.c:813 git-add--interactive.perl:17426229msgid "What now"6230msgstr "I ara què"62316232#: builtin/clean.c:8216233msgid "Would remove the following item:"6234msgid_plural "Would remove the following items:"6235msgstr[0] "Eliminaria l'ítem següent:"6236msgstr[1] "Eliminaria els ítems següents:"62376238#: builtin/clean.c:8386239msgid "No more files to clean, exiting."6240msgstr "No hi ha més fitxers a netejar; s'està sortint."62416242#: builtin/clean.c:8696243msgid "do not print names of files removed"6244msgstr "no imprimeixis els noms dels fitxers eliminats"62456246#: builtin/clean.c:8716247msgid "force"6248msgstr "força"62496250#: builtin/clean.c:8726251msgid "interactive cleaning"6252msgstr "neteja interactiva"62536254#: builtin/clean.c:8746255msgid "remove whole directories"6256msgstr "elimina directoris sencers"62576258#: builtin/clean.c:875 builtin/describe.c:407 builtin/grep.c:10566259#: builtin/ls-files.c:538 builtin/name-rev.c:313 builtin/show-ref.c:1766260msgid "pattern"6261msgstr "patró"62626263#: builtin/clean.c:8766264msgid "add <pattern> to ignore rules"6265msgstr "afegiu <patró> per a ignorar les regles"62666267#: builtin/clean.c:8776268msgid "remove ignored files, too"6269msgstr "elimina els fitxers ignorats, també"62706271#: builtin/clean.c:8796272msgid "remove only ignored files"6273msgstr "elimina només els fitxers ignorats"62746275#: builtin/clean.c:8976276msgid "-x and -X cannot be used together"6277msgstr "-x i -X no es poden usar junts"62786279#: builtin/clean.c:9016280msgid ""6281"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "6282"clean"6283msgstr ""6284"clean.requireForce està establerta a veritat i ni -i, -n ni -f s'han "6285"indicat; refusant netejar"62866287#: builtin/clean.c:9046288msgid ""6289"clean.requireForce defaults to true and neither -i, -n, nor -f given; "6290"refusing to clean"6291msgstr ""6292"clean.requireForce és per defecte veritat i ni -i, -n ni -f s'han indicat; "6293"refusant netejar"62946295#: builtin/clone.c:376296msgid "git clone [<options>] [--] <repo> [<dir>]"6297msgstr "git clone [<opcions>] [--] <dipòsit> [<directori>]"62986299#: builtin/clone.c:656300msgid "don't create a checkout"6301msgstr "no facis cap agafament"63026303#: builtin/clone.c:66 builtin/clone.c:68 builtin/init-db.c:4786304msgid "create a bare repository"6305msgstr "crea un dipòsit nu"63066307#: builtin/clone.c:706308msgid "create a mirror repository (implies bare)"6309msgstr "crea un dipòsit mirall (implica bare)"63106311#: builtin/clone.c:726312msgid "to clone from a local repository"6313msgstr "per a clonar des d'un dipòsit local"63146315#: builtin/clone.c:746316msgid "don't use local hardlinks, always copy"6317msgstr "no usis enllaços durs locals, sempre copia"63186319#: builtin/clone.c:766320msgid "setup as shared repository"6321msgstr "configura com a dipòsit compartit"63226323#: builtin/clone.c:78 builtin/clone.c:806324msgid "initialize submodules in the clone"6325msgstr "inicialitza els submòduls en el clon"63266327#: builtin/clone.c:826328msgid "number of submodules cloned in parallel"6329msgstr "nombre de submòduls clonats en paral·lel"63306331#: builtin/clone.c:83 builtin/init-db.c:4756332msgid "template-directory"6333msgstr "directori-de-plantilla"63346335#: builtin/clone.c:84 builtin/init-db.c:4766336msgid "directory from which templates will be used"6337msgstr "directori des del qual s'usaran les plantilles"63386339#: builtin/clone.c:86 builtin/clone.c:88 builtin/submodule--helper.c:6046340#: builtin/submodule--helper.c:9706341msgid "reference repository"6342msgstr "dipòsit de referència"63436344#: builtin/clone.c:906345msgid "use --reference only while cloning"6346msgstr "usa --reference només en clonar"63476348#: builtin/clone.c:91 builtin/column.c:26 builtin/merge-file.c:446349msgid "name"6350msgstr "nom"63516352#: builtin/clone.c:926353msgid "use <name> instead of 'origin' to track upstream"6354msgstr "usa <nom> en lloc de 'origin' per a seguir la font"63556356#: builtin/clone.c:946357msgid "checkout <branch> instead of the remote's HEAD"6358msgstr "agafa <branca> en lloc del HEAD del remot"63596360#: builtin/clone.c:966361msgid "path to git-upload-pack on the remote"6362msgstr "camí a git-upload-pack en el remot"63636364#: builtin/clone.c:97 builtin/fetch.c:120 builtin/grep.c:999 builtin/pull.c:2026365msgid "depth"6366msgstr "profunditat"63676368#: builtin/clone.c:986369msgid "create a shallow clone of that depth"6370msgstr "crea un clon superficial de tal profunditat"63716372#: builtin/clone.c:99 builtin/fetch.c:122 builtin/pack-objects.c:28366373#: parse-options.h:1426374msgid "time"6375msgstr "hora"63766377#: builtin/clone.c:1006378msgid "create a shallow clone since a specific time"6379msgstr "crea un clon superficial des d'una hora específica"63806381#: builtin/clone.c:101 builtin/fetch.c:1246382msgid "revision"6383msgstr "revisió"63846385#: builtin/clone.c:102 builtin/fetch.c:1256386msgid "deepen history of shallow clone, excluding rev"6387msgstr "aprofundeix la història d'un clon superficial, excloent una revisió"63886389#: builtin/clone.c:1046390msgid "clone only one branch, HEAD or --branch"6391msgstr "clona només una branca, HEAD o --branch"63926393#: builtin/clone.c:1066394msgid "any cloned submodules will be shallow"6395msgstr "qualsevol submòdul clonat serà superficial"63966397#: builtin/clone.c:107 builtin/init-db.c:4846398msgid "gitdir"6399msgstr "directori de git"64006401#: builtin/clone.c:108 builtin/init-db.c:4856402msgid "separate git dir from working tree"6403msgstr "separa el directori de git de l'arbre de treball"64046405#: builtin/clone.c:1096406msgid "key=value"6407msgstr "clau=valor"64086409#: builtin/clone.c:1106410msgid "set config inside the new repository"6411msgstr "estableix la configuració dins del dipòsit nou"64126413#: builtin/clone.c:111 builtin/fetch.c:140 builtin/push.c:5506414msgid "use IPv4 addresses only"6415msgstr "usa només adreces IPv4"64166417#: builtin/clone.c:113 builtin/fetch.c:142 builtin/push.c:5526418msgid "use IPv6 addresses only"6419msgstr "usa només adreces IPv6"64206421#: builtin/clone.c:2506422msgid ""6423"No directory name could be guessed.\n"6424"Please specify a directory on the command line"6425msgstr ""6426"No s'ha pogut endevinar cap nom de directori.\n"6427"Si us plau, especifiqueu un directori en la línia d'ordres"64286429#: builtin/clone.c:3036430#, c-format6431msgid "info: Could not add alternate for '%s': %s\n"6432msgstr "info: No s'ha pogut afegir un alternatiu per a '%s': %s\n"64336434#: builtin/clone.c:3756435#, c-format6436msgid "failed to open '%s'"6437msgstr "s'ha produït un error en obrir '%s'"64386439#: builtin/clone.c:3836440#, c-format6441msgid "%s exists and is not a directory"6442msgstr "%s existeix i no és directori"64436444#: builtin/clone.c:3976445#, c-format6446msgid "failed to stat %s\n"6447msgstr "s'ha produït un error en fer stat a '%s'\n"64486449#: builtin/clone.c:4196450#, c-format6451msgid "failed to create link '%s'"6452msgstr "s'ha produït un error en crear l'enllaç '%s'"64536454#: builtin/clone.c:4236455#, c-format6456msgid "failed to copy file to '%s'"6457msgstr "s'ha produït un error en copiar el fitxer a '%s'"64586459#: builtin/clone.c:4486460#, c-format6461msgid "done.\n"6462msgstr "fet.\n"64636464#: builtin/clone.c:4606465msgid ""6466"Clone succeeded, but checkout failed.\n"6467"You can inspect what was checked out with 'git status'\n"6468"and retry the checkout with 'git checkout -f HEAD'\n"6469msgstr ""6470"El clonatge ha tingut èxit, però l'agafament ha\n"6471"fallat. Podeu inspeccionar què s'ha agafat amb\n"6472"'git status' i tornar a intentar l'agafament amb\n"6473"'git checkout -f HEAD'\n"64746475#: builtin/clone.c:5376476#, c-format6477msgid "Could not find remote branch %s to clone."6478msgstr "No s'ha pogut trobar la branca remota %s per a clonar."64796480#: builtin/clone.c:6326481msgid "remote did not send all necessary objects"6482msgstr "el remot no ha enviat tots els objectes necessaris"64836484#: builtin/clone.c:6486485#, c-format6486msgid "unable to update %s"6487msgstr "no s'ha pogut actualitzar %s"64886489#: builtin/clone.c:6976490msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"6491msgstr ""6492"el HEAD remot es refereix a una referència que no existeix; no s'ha pogut "6493"agafar.\n"64946495#: builtin/clone.c:7286496msgid "unable to checkout working tree"6497msgstr "no s'ha pogut agafar l'arbre de treball"64986499#: builtin/clone.c:7686500msgid "unable to write parameters to config file"6501msgstr "no s'ha pogut escriure els paràmetres al fitxer de configuració"65026503#: builtin/clone.c:8316504msgid "cannot repack to clean up"6505msgstr "no es pot reempaquetar per a netejar"65066507#: builtin/clone.c:8336508msgid "cannot unlink temporary alternates file"6509msgstr "no es pot desenllaçar el fitxer d'alternatives temporal"65106511#: builtin/clone.c:866 builtin/receive-pack.c:18956512msgid "Too many arguments."6513msgstr "Hi ha massa paràmetres."65146515#: builtin/clone.c:8706516msgid "You must specify a repository to clone."6517msgstr "Heu d'especificar un dipòsit per a clonar."65186519#: builtin/clone.c:8836520#, c-format6521msgid "--bare and --origin %s options are incompatible."6522msgstr "les opcions --bare i --origin %s són incompatibles."65236524#: builtin/clone.c:8866525msgid "--bare and --separate-git-dir are incompatible."6526msgstr "--bare i --separate-git-dir són incompatibles."65276528#: builtin/clone.c:8996529#, c-format6530msgid "repository '%s' does not exist"6531msgstr "el dipòsit '%s' no existeix"65326533#: builtin/clone.c:905 builtin/fetch.c:13356534#, c-format6535msgid "depth %s is not a positive number"6536msgstr "la profunditat %s no és nombre positiu"65376538#: builtin/clone.c:9156539#, c-format6540msgid "destination path '%s' already exists and is not an empty directory."6541msgstr "el camí destí '%s' ja existeix i no és un directori buit."65426543#: builtin/clone.c:9256544#, c-format6545msgid "working tree '%s' already exists."6546msgstr "l'arbre de treball '%s' ja existeix."65476548#: builtin/clone.c:940 builtin/clone.c:951 builtin/difftool.c:2526549#: builtin/submodule--helper.c:659 builtin/worktree.c:2226550#: builtin/worktree.c:2496551#, c-format6552msgid "could not create leading directories of '%s'"6553msgstr "no s'han pogut crear els directoris inicials de '%s'"65546555#: builtin/clone.c:9436556#, c-format6557msgid "could not create work tree dir '%s'"6558msgstr "no s'ha pogut crear el directori d'arbre de treball '%s'"65596560#: builtin/clone.c:9556561#, c-format6562msgid "Cloning into bare repository '%s'...\n"6563msgstr "S'està clonant al dipòsit nu '%s'...\n"65646565#: builtin/clone.c:9576566#, c-format6567msgid "Cloning into '%s'...\n"6568msgstr "S'està clonant a '%s'...\n"65696570#: builtin/clone.c:9636571msgid ""6572"clone --recursive is not compatible with both --reference and --reference-if-"6573"able"6574msgstr ""6575"clone --recursive no és compatible amb ambdós --reference i --reference-if-"6576"able"65776578#: builtin/clone.c:10196579msgid "--depth is ignored in local clones; use file:// instead."6580msgstr "--depth s'ignora en els clons locals; useu file:// en lloc d'això."65816582#: builtin/clone.c:10216583msgid "--shallow-since is ignored in local clones; use file:// instead."6584msgstr ""6585"--shallow-since s'ignora en els clons locals; useu file:// en lloc d'això."65866587#: builtin/clone.c:10236588msgid "--shallow-exclude is ignored in local clones; use file:// instead."6589msgstr ""6590"--shallow-exclude s'ignora en els clons locals; useu file:// en lloc d'això."65916592#: builtin/clone.c:10266593msgid "source repository is shallow, ignoring --local"6594msgstr "el dipòsit font és superficial, s'està ignorant --local"65956596#: builtin/clone.c:10316597msgid "--local is ignored"6598msgstr "--local s'ignora"65996600#: builtin/clone.c:10356601#, c-format6602msgid "Don't know how to clone %s"6603msgstr "No se sap com clonar %s"66046605#: builtin/clone.c:1090 builtin/clone.c:10986606#, c-format6607msgid "Remote branch %s not found in upstream %s"6608msgstr "La branca remota %s no es troba en la font %s"66096610#: builtin/clone.c:11016611msgid "You appear to have cloned an empty repository."6612msgstr "Sembla que heu clonat un dipòsit buit."66136614#: builtin/column.c:96615msgid "git column [<options>]"6616msgstr "git column [<opcions>]"66176618#: builtin/column.c:266619msgid "lookup config vars"6620msgstr "cerca les variables de configuració"66216622#: builtin/column.c:27 builtin/column.c:286623msgid "layout to use"6624msgstr "disposició a usar"66256626#: builtin/column.c:296627msgid "Maximum width"6628msgstr "Amplada màxima"66296630#: builtin/column.c:306631msgid "Padding space on left border"6632msgstr "Espai d'encoixinada en el marge esquerre"66336634#: builtin/column.c:316635msgid "Padding space on right border"6636msgstr "Espai d'encoixinada en el marge dret"66376638#: builtin/column.c:326639msgid "Padding space between columns"6640msgstr "Espai d'encoixinada entre columnes"66416642#: builtin/column.c:516643msgid "--command must be the first argument"6644msgstr "--command ha de ser el primer paràmetre"66456646#: builtin/commit.c:386647msgid "git commit [<options>] [--] <pathspec>..."6648msgstr "git commit [<opcions>] [--] <especificació-de-camí>..."66496650#: builtin/commit.c:436651msgid "git status [<options>] [--] <pathspec>..."6652msgstr "git status [<opcions>] [--] <especificació-de-camí>..."66536654#: builtin/commit.c:486655msgid ""6656"Your name and email address were configured automatically based\n"6657"on your username and hostname. Please check that they are accurate.\n"6658"You can suppress this message by setting them explicitly. Run the\n"6659"following command and follow the instructions in your editor to edit\n"6660"your configuration file:\n"6661"\n"6662" git config --global --edit\n"6663"\n"6664"After doing this, you may fix the identity used for this commit with:\n"6665"\n"6666" git commit --amend --reset-author\n"6667msgstr ""6668"S'han configurat el vostre nom i adreça de correu electrònic\n"6669"automàticament basats en el vostre nom d'usuari i nom de màquina. Si\n"6670"us plau, comproveu que siguin correctes. Podeu suprimir aquest\n"6671"missatge establint-los explícitament. Executeu l'ordre següent i\n"6672"seguiu les instruccions en el vostre editor per editar el vostre\n"6673"fitxer de configuració:\n"6674"\n"6675" git config --global --edit\n"6676"Després de fer això, podeu arreglar la identitat usada per a aquesta\n"6677"comissió amb:\n"6678"\n"6679" git commit --amend --reset-author\n"66806681#: builtin/commit.c:616682msgid ""6683"Your name and email address were configured automatically based\n"6684"on your username and hostname. Please check that they are accurate.\n"6685"You can suppress this message by setting them explicitly:\n"6686"\n"6687" git config --global user.name \"Your Name\"\n"6688" git config --global user.email you@example.com\n"6689"\n"6690"After doing this, you may fix the identity used for this commit with:\n"6691"\n"6692" git commit --amend --reset-author\n"6693msgstr ""6694"S'han configurat el vostre nom i adreça de correu electrònic\n"6695"automàticament basats en el vostre nom d'usuari i nom de màquina. Si\n"6696"us plau, comproveu que siguin correctes. Podeu suprimir aquest\n"6697"missatge establint-los explícitament:\n"6698"\n"6699" git config --global user.name \"El Vostre Nom\"\n"6700" git config --global user.email tu@example.com\n"6701"\n"6702"Després de fer això, podeu arreglar la identitat usada per a aquesta\n"6703"comissió amb:\n"6704"\n"6705" git commit --amend --reset-author\n"67066707#: builtin/commit.c:736708msgid ""6709"You asked to amend the most recent commit, but doing so would make\n"6710"it empty. You can repeat your command with --allow-empty, or you can\n"6711"remove the commit entirely with \"git reset HEAD^\".\n"6712msgstr ""6713"Heu demanat esmenar la comissió més recent, però fer això la\n"6714"deixaria buida. Podeu repetir la vostra ordre amb --allow-empty, o\n"6715"podeu eliminar la comissió per complet amb \"git reset HEAD^\".\n"67166717#: builtin/commit.c:786718msgid ""6719"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"6720"If you wish to commit it anyway, use:\n"6721"\n"6722" git commit --allow-empty\n"6723"\n"6724msgstr ""6725"El «cherry pick» previ ja està buit, possiblement a causa de resolució de "6726"conflicte.\n"6727"Si el voleu cometre de totes maneres, useu:\n"6728"\n"6729" git commit --allow-empty\n"6730"\n"67316732#: builtin/commit.c:856733msgid "Otherwise, please use 'git reset'\n"6734msgstr "D'altra manera, si us plau, useu 'git reset'\n"67356736#: builtin/commit.c:886737msgid ""6738"If you wish to skip this commit, use:\n"6739"\n"6740" git reset\n"6741"\n"6742"Then \"git cherry-pick --continue\" will resume cherry-picking\n"6743"the remaining commits.\n"6744msgstr ""6745"Si voleu ometre aquesta comissió, useu:\n"6746"\n"6747" git reset\n"6748"\n"6749"Llavors \"git cherry-pick --continue\" reprendrà\n"6750"com a «cherry pick» les comissions restants.\n"67516752#: builtin/commit.c:3186753msgid "failed to unpack HEAD tree object"6754msgstr "s'ha produït un error en desempaquetar l'objecte d'arbre HEAD"67556756#: builtin/commit.c:3596757msgid "unable to create temporary index"6758msgstr "no s'ha pogut crear un índex temporal"67596760#: builtin/commit.c:3656761msgid "interactive add failed"6762msgstr "l'afegiment interactiu ha fallat"67636764#: builtin/commit.c:3786765msgid "unable to update temporary index"6766msgstr "no s'ha pogut actualitzar l'índex temporal"67676768#: builtin/commit.c:3806769msgid "Failed to update main cache tree"6770msgstr "S'ha produït un error en actualitzar l'arbre principal de memòria cau"67716772#: builtin/commit.c:404 builtin/commit.c:427 builtin/commit.c:4766773msgid "unable to write new_index file"6774msgstr "no s'ha pogut escriure el fitxer new_index"67756776#: builtin/commit.c:4586777msgid "cannot do a partial commit during a merge."6778msgstr "no es pot fer una comissió parcial durant una fusió."67796780#: builtin/commit.c:4606781msgid "cannot do a partial commit during a cherry-pick."6782msgstr "no es pot fer una comissió parcial durant un «cherry pick»."67836784#: builtin/commit.c:4696785msgid "cannot read the index"6786msgstr "no es pot llegir l'índex"67876788#: builtin/commit.c:4886789msgid "unable to write temporary index file"6790msgstr "no s'ha pogut escriure un fitxer d'índex temporal"67916792#: builtin/commit.c:5826793#, c-format6794msgid "commit '%s' lacks author header"6795msgstr "a la comissió '%s' li manca la capçalera d'autor"67966797#: builtin/commit.c:5846798#, c-format6799msgid "commit '%s' has malformed author line"6800msgstr "la comissió '%s' té una línia d'autor mal formada"68016802#: builtin/commit.c:6036803msgid "malformed --author parameter"6804msgstr "paràmetre --author mal format"68056806#: builtin/commit.c:6116807#, c-format6808msgid "invalid date format: %s"6809msgstr "format de data no vàlid: %s"68106811#: builtin/commit.c:6556812msgid ""6813"unable to select a comment character that is not used\n"6814"in the current commit message"6815msgstr ""6816"no es pot seleccionar un caràcter de comentari que\n"6817"no sigui usat en el missatge de comissió actual"68186819#: builtin/commit.c:692 builtin/commit.c:725 builtin/commit.c:10966820#, c-format6821msgid "could not lookup commit %s"6822msgstr "no s'ha pogut trobar la comissió %s"68236824#: builtin/commit.c:704 builtin/shortlog.c:2956825#, c-format6826msgid "(reading log message from standard input)\n"6827msgstr "(s'està llegint el missatge de registre des de l'entrada estàndard)\n"68286829#: builtin/commit.c:7066830msgid "could not read log from standard input"6831msgstr "no s'ha pogut llegir el registre des de l'entrada estàndard"68326833#: builtin/commit.c:7106834#, c-format6835msgid "could not read log file '%s'"6836msgstr "no s'ha pogut llegir el fitxer de registre '%s'"68376838#: builtin/commit.c:737 builtin/commit.c:7456839msgid "could not read SQUASH_MSG"6840msgstr "no s'ha pogut llegir SQUASH_MSG"68416842#: builtin/commit.c:7426843msgid "could not read MERGE_MSG"6844msgstr "no s'ha pogut llegir MERGE_MSG"68456846#: builtin/commit.c:7966847msgid "could not write commit template"6848msgstr "no s'ha pogut escriure la plantilla de comissió"68496850#: builtin/commit.c:8146851#, c-format6852msgid ""6853"\n"6854"It looks like you may be committing a merge.\n"6855"If this is not correct, please remove the file\n"6856"\t%s\n"6857"and try again.\n"6858msgstr ""6859"\n"6860"Sembla que podeu estar cometent una fusió.\n"6861"Si això no és correcte, si us plau, elimineu el fitxer\n"6862"\t%s\n"6863"i intenteu-ho de nou.\n"68646865#: builtin/commit.c:8196866#, c-format6867msgid ""6868"\n"6869"It looks like you may be committing a cherry-pick.\n"6870"If this is not correct, please remove the file\n"6871"\t%s\n"6872"and try again.\n"6873msgstr ""6874"\n"6875"Sembla que podeu estar cometent un «cherry pick».\n"6876"Si això no és correcte, si us plau, elimineu el fitxer\n"6877"\t%s\n"6878"i intenteu-ho de nou.\n"68796880#: builtin/commit.c:8326881#, c-format6882msgid ""6883"Please enter the commit message for your changes. Lines starting\n"6884"with '%c' will be ignored, and an empty message aborts the commit.\n"6885msgstr ""6886"Si us plau, introduïu el missatge de comissió dels vostres canvis.\n"6887"S'ignoraran les línies començant amb '%c', i un missatge de\n"6888"comissió buit avorta la comissió.\n"68896890#: builtin/commit.c:8396891#, c-format6892msgid ""6893"Please enter the commit message for your changes. Lines starting\n"6894"with '%c' will be kept; you may remove them yourself if you want to.\n"6895"An empty message aborts the commit.\n"6896msgstr ""6897"Si us plau, introduïu el missatge de comissió dels vostres canvis.\n"6898"Es retindran les línies començants amb '%c'; podeu eliminar-les vosaltres\n"6899"mateixos si voleu. Un missatge buit avorta la comissió.\n"69006901#: builtin/commit.c:8596902#, c-format6903msgid "%sAuthor: %.*s <%.*s>"6904msgstr "%sAutor: %.*s <%.*s>"69056906#: builtin/commit.c:8676907#, c-format6908msgid "%sDate: %s"6909msgstr "%sData: %s"69106911#: builtin/commit.c:8746912#, c-format6913msgid "%sCommitter: %.*s <%.*s>"6914msgstr "%sComitent: %.*s <%.*s>"69156916#: builtin/commit.c:8926917msgid "Cannot read index"6918msgstr "No es pot llegir l'índex"69196920#: builtin/commit.c:9546921msgid "Error building trees"6922msgstr "Error en construir arbres"69236924#: builtin/commit.c:968 builtin/tag.c:2806925#, c-format6926msgid "Please supply the message using either -m or -F option.\n"6927msgstr "Si us plau, proveïu el missatge usant l'opció -m o l'opció -F.\n"69286929#: builtin/commit.c:10716930#, c-format6931msgid "--author '%s' is not 'Name <email>' and matches no existing author"6932msgstr ""6933"--author '%s' no és 'Nom <adreça-de-correu-electrònic>' i no coincideix amb\n"6934"cap autor existent"69356936#: builtin/commit.c:1086 builtin/commit.c:13256937#, c-format6938msgid "Invalid untracked files mode '%s'"6939msgstr "Mode de fitxers no seguits no vàlid '%s'"69406941#: builtin/commit.c:11246942msgid "--long and -z are incompatible"6943msgstr "--long i -z són incompatibles"69446945#: builtin/commit.c:11546946msgid "Using both --reset-author and --author does not make sense"6947msgstr "Usar ambdós --reset-author i --author no té sentit"69486949#: builtin/commit.c:11636950msgid "You have nothing to amend."6951msgstr "No teniu res a esmenar."69526953#: builtin/commit.c:11666954msgid "You are in the middle of a merge -- cannot amend."6955msgstr "Esteu enmig d'una fusió -- no es pot esmenar."69566957#: builtin/commit.c:11686958msgid "You are in the middle of a cherry-pick -- cannot amend."6959msgstr "Esteu enmig d'un «cherry pick» -- no es pot esmenar."69606961#: builtin/commit.c:11716962msgid "Options --squash and --fixup cannot be used together"6963msgstr "Les opcions --squash i --fixup no es poden usar juntes"69646965#: builtin/commit.c:11816966msgid "Only one of -c/-C/-F/--fixup can be used."6967msgstr "Només un de -c/-C/-F/--fixup es pot usar."69686969#: builtin/commit.c:11836970msgid "Option -m cannot be combined with -c/-C/-F/--fixup."6971msgstr "L'opció -m no es pot combinar amb -c/-C/-F/--fixup."69726973#: builtin/commit.c:11916974msgid "--reset-author can be used only with -C, -c or --amend."6975msgstr "--reset-author només es pot usar amb -C, -c o --amend."69766977#: builtin/commit.c:12086978msgid "Only one of --include/--only/--all/--interactive/--patch can be used."6979msgstr "Només un de --include/--only/--all/--interactive/--patch es pot usar."69806981#: builtin/commit.c:12106982msgid "No paths with --include/--only does not make sense."6983msgstr "--include/--only no té sentit sense camí."69846985#: builtin/commit.c:12126986msgid "Explicit paths specified without -i or -o; assuming --only paths..."6987msgstr ""6988"S'han especificat camins explícits sense -i o -o; s'està presumint --only "6989"camins..."69906991#: builtin/commit.c:1224 builtin/tag.c:4956992#, c-format6993msgid "Invalid cleanup mode %s"6994msgstr "Mode de neteja no vàlid %s"69956996#: builtin/commit.c:12296997msgid "Paths with -a does not make sense."6998msgstr "-a no té sentit amb camins."69997000#: builtin/commit.c:1339 builtin/commit.c:16127001msgid "show status concisely"7002msgstr "mostra l'estat concisament"70037004#: builtin/commit.c:1341 builtin/commit.c:16147005msgid "show branch information"7006msgstr "mostra la informació de branca"70077008#: builtin/commit.c:13437009msgid "version"7010msgstr "versió"70117012#: builtin/commit.c:1343 builtin/commit.c:1616 builtin/push.c:5257013#: builtin/worktree.c:4427014msgid "machine-readable output"7015msgstr "sortida llegible per màquina"70167017#: builtin/commit.c:1346 builtin/commit.c:16187018msgid "show status in long format (default)"7019msgstr "mostra l'estat en format llarg (per defecte)"70207021#: builtin/commit.c:1349 builtin/commit.c:16217022msgid "terminate entries with NUL"7023msgstr "acaba les entrades amb NUL"70247025#: builtin/commit.c:1351 builtin/commit.c:1624 builtin/fast-export.c:9817026#: builtin/fast-export.c:984 builtin/tag.c:3687027msgid "mode"7028msgstr "mode"70297030#: builtin/commit.c:1352 builtin/commit.c:16247031msgid "show untracked files, optional modes: all, normal, no. (Default: all)"7032msgstr ""7033"mostra els fitxers no seguits, modes opcionals: all, normal, no. (Per "7034"defecte: all)"70357036#: builtin/commit.c:13557037msgid "show ignored files"7038msgstr "mostra els fitxers ignorats"70397040#: builtin/commit.c:1356 parse-options.h:1557041msgid "when"7042msgstr "quan"70437044#: builtin/commit.c:13577045msgid ""7046"ignore changes to submodules, optional when: all, dirty, untracked. "7047"(Default: all)"7048msgstr ""7049"ignora els canvis als submòduls, opcional quan: all, dirty, untracked. (Per "7050"defecte: all)"70517052#: builtin/commit.c:13597053msgid "list untracked files in columns"7054msgstr "mostra els fitxers no seguits en columnes"70557056#: builtin/commit.c:14357057msgid "couldn't look up newly created commit"7058msgstr "no s'ha pogut trobar la comissió novament creada"70597060#: builtin/commit.c:14377061msgid "could not parse newly created commit"7062msgstr "no s'ha pogut analitzar la comissió novament creada"70637064#: builtin/commit.c:14827065msgid "detached HEAD"7066msgstr "HEAD separat"70677068#: builtin/commit.c:14857069msgid " (root-commit)"7070msgstr " (comissió d'arrel)"70717072#: builtin/commit.c:15827073msgid "suppress summary after successful commit"7074msgstr "omet el resum després d'una comissió reeixida"70757076#: builtin/commit.c:15837077msgid "show diff in commit message template"7078msgstr "mostra la diferència en la plantilla de missatge de comissió"70797080#: builtin/commit.c:15857081msgid "Commit message options"7082msgstr "Opcions de missatge de comissió"70837084#: builtin/commit.c:1586 builtin/tag.c:3667085msgid "read message from file"7086msgstr "llegiu el missatge des d'un fitxer"70877088#: builtin/commit.c:15877089msgid "author"7090msgstr "autor"70917092#: builtin/commit.c:15877093msgid "override author for commit"7094msgstr "autor corregit de la comissió"70957096#: builtin/commit.c:1588 builtin/gc.c:3337097msgid "date"7098msgstr "data"70997100#: builtin/commit.c:15887101msgid "override date for commit"7102msgstr "data corregida de la comissió"71037104#: builtin/commit.c:1589 builtin/merge.c:222 builtin/notes.c:3987105#: builtin/notes.c:561 builtin/tag.c:3647106msgid "message"7107msgstr "missatge"71087109#: builtin/commit.c:15897110msgid "commit message"7111msgstr "missatge de comissió"71127113#: builtin/commit.c:1590 builtin/commit.c:1591 builtin/commit.c:15927114#: builtin/commit.c:1593 parse-options.h:257 ref-filter.h:817115msgid "commit"7116msgstr "comissió"71177118#: builtin/commit.c:15907119msgid "reuse and edit message from specified commit"7120msgstr "reusa i edita el missatge de la comissió especificada"71217122#: builtin/commit.c:15917123msgid "reuse message from specified commit"7124msgstr "reusa el missatge de la comissió especificada"71257126#: builtin/commit.c:15927127msgid "use autosquash formatted message to fixup specified commit"7128msgstr ""7129"usa el missatge formatat de «squash» automàtic per a corregir la comissió "7130"especificada"71317132#: builtin/commit.c:15937133msgid "use autosquash formatted message to squash specified commit"7134msgstr ""7135"usa el missatge formatat de «squash» automàtic per a «squash» a la comissió "7136"especificada"71377138#: builtin/commit.c:15947139msgid "the commit is authored by me now (used with -C/-c/--amend)"7140msgstr "l'autor de la comissió ja sóc jo (s'usa amb -C/-c/--amend)"71417142#: builtin/commit.c:1595 builtin/log.c:1413 builtin/revert.c:867143msgid "add Signed-off-by:"7144msgstr "afegeix Signed-off-by:"71457146#: builtin/commit.c:15967147msgid "use specified template file"7148msgstr "usa el fitxer de plantilla especificat"71497150#: builtin/commit.c:15977151msgid "force edit of commit"7152msgstr "força l'edició de la comissió"71537154#: builtin/commit.c:15987155msgid "default"7156msgstr "per defecte"71577158#: builtin/commit.c:1598 builtin/tag.c:3697159msgid "how to strip spaces and #comments from message"7160msgstr "com suprimir els espais i #comentaris del missatge"71617162#: builtin/commit.c:15997163msgid "include status in commit message template"7164msgstr "inclou l'estat en la plantilla de missatge de comissió"71657166#: builtin/commit.c:1601 builtin/merge.c:234 builtin/pull.c:1667167#: builtin/revert.c:937168msgid "GPG sign commit"7169msgstr "signa la comissió amb GPG"71707171#: builtin/commit.c:16047172msgid "Commit contents options"7173msgstr "Opcions dels continguts de les comissions"71747175#: builtin/commit.c:16057176msgid "commit all changed files"7177msgstr "comet tots els fitxers canviats"71787179#: builtin/commit.c:16067180msgid "add specified files to index for commit"7181msgstr "afegeix els fitxers especificats a l'índex per a cometre"71827183#: builtin/commit.c:16077184msgid "interactively add files"7185msgstr "afegeix els fitxers interactivament"71867187#: builtin/commit.c:16087188msgid "interactively add changes"7189msgstr "afegeix els canvis interactivament"71907191#: builtin/commit.c:16097192msgid "commit only specified files"7193msgstr "comet només els fitxers especificats"71947195#: builtin/commit.c:16107196msgid "bypass pre-commit and commit-msg hooks"7197msgstr "evita els ganxos de precomissió i missatge de comissió"71987199#: builtin/commit.c:16117200msgid "show what would be committed"7201msgstr "mostra què es cometria"72027203#: builtin/commit.c:16227204msgid "amend previous commit"7205msgstr "esmena la comissió anterior"72067207#: builtin/commit.c:16237208msgid "bypass post-rewrite hook"7209msgstr "evita el ganxo de post escriptura"72107211#: builtin/commit.c:16287212msgid "ok to record an empty change"7213msgstr "està bé registrar un canvi buit"72147215#: builtin/commit.c:16307216msgid "ok to record a change with an empty message"7217msgstr "està bé registrar un canvi amb missatge buit"72187219#: builtin/commit.c:16597220msgid "could not parse HEAD commit"7221msgstr "no s'ha pogut analitzar la comissió HEAD"72227223#: builtin/commit.c:17077224#, c-format7225msgid "Corrupt MERGE_HEAD file (%s)"7226msgstr "Fitxer MERGE_HEAD malmès (%s)"72277228#: builtin/commit.c:17147229msgid "could not read MERGE_MODE"7230msgstr "no s'ha pogut llegir MERGE_MODE"72317232#: builtin/commit.c:17337233#, c-format7234msgid "could not read commit message: %s"7235msgstr "no s'ha pogut llegir el missatge de comissió: %s"72367237#: builtin/commit.c:17447238#, c-format7239msgid "Aborting commit; you did not edit the message.\n"7240msgstr "S'està avortant la comissió; no heu editat el missatge.\n"72417242#: builtin/commit.c:17497243#, c-format7244msgid "Aborting commit due to empty commit message.\n"7245msgstr "S'està avortant la comissió a causa d'un missatge de comissió buit.\n"72467247#: builtin/commit.c:17977248msgid ""7249"Repository has been updated, but unable to write\n"7250"new_index file. Check that disk is not full and quota is\n"7251"not exceeded, and then \"git reset HEAD\" to recover."7252msgstr ""7253"S'ha actualitzat el dipòsit, però no es pot escriure el\n"7254"fitxer new_index. Comproveu que el disc no estigui ple i\n"7255"que la quota no estigui excedida, i després\n"7256"\"git reset HEAD\" per a recuperar."72577258#: builtin/config.c:97259msgid "git config [<options>]"7260msgstr "git config [<opcions>]"72617262#: builtin/config.c:557263msgid "Config file location"7264msgstr "Ubicació del fitxer de configuració"72657266#: builtin/config.c:567267msgid "use global config file"7268msgstr "usa el fitxer de configuració global"72697270#: builtin/config.c:577271msgid "use system config file"7272msgstr "usa el fitxer de configuració del sistema"72737274#: builtin/config.c:587275msgid "use repository config file"7276msgstr "usa el fitxer de configuració del dipòsit"72777278#: builtin/config.c:597279msgid "use given config file"7280msgstr "usa el fitxer de configuració donat"72817282#: builtin/config.c:607283msgid "blob-id"7284msgstr "ID de blob"72857286#: builtin/config.c:607287msgid "read config from given blob object"7288msgstr "llegeix la configuració de l'objecte de blob donat"72897290#: builtin/config.c:617291msgid "Action"7292msgstr "Acció"72937294#: builtin/config.c:627295msgid "get value: name [value-regex]"7296msgstr "obtén valor: nom [regex-de-valors]"72977298#: builtin/config.c:637299msgid "get all values: key [value-regex]"7300msgstr "obtén tots els valors: clau [regex-de-valors]"73017302#: builtin/config.c:647303msgid "get values for regexp: name-regex [value-regex]"7304msgstr "obtén valors de regexp: regex-de-noms [regex-de-valors]"73057306#: builtin/config.c:657307msgid "get value specific for the URL: section[.var] URL"7308msgstr "obtén el valor específic per a l'URL: secció[.variable] URL"73097310#: builtin/config.c:667311msgid "replace all matching variables: name value [value_regex]"7312msgstr ""7313"reemplaça totes les variables que coincideixen: nom valor [regex_de_valors]"73147315#: builtin/config.c:677316msgid "add a new variable: name value"7317msgstr "afegeix una variable nova: nom valor"73187319#: builtin/config.c:687320msgid "remove a variable: name [value-regex]"7321msgstr "elimina una variable: nom [regex-de-valors]"73227323#: builtin/config.c:697324msgid "remove all matches: name [value-regex]"7325msgstr "elimina totes les coincidències: nom [regex-de-valors]"73267327#: builtin/config.c:707328msgid "rename section: old-name new-name"7329msgstr "canvia el nom de secció: nom-antic nom-nou"73307331#: builtin/config.c:717332msgid "remove a section: name"7333msgstr "elimina una secció: nom"73347335#: builtin/config.c:727336msgid "list all"7337msgstr "llista tots"73387339#: builtin/config.c:737340msgid "open an editor"7341msgstr "obre un editor"73427343#: builtin/config.c:747344msgid "find the color configured: slot [default]"7345msgstr "troba el color configurat: ranura [per defecte]"73467347#: builtin/config.c:757348msgid "find the color setting: slot [stdout-is-tty]"7349msgstr "troba l'ajust de color: ranura [stdout-és-tty]"73507351#: builtin/config.c:767352msgid "Type"7353msgstr "Tipus"73547355#: builtin/config.c:777356msgid "value is \"true\" or \"false\""7357msgstr "el valor és \"true\" o \"false\""73587359#: builtin/config.c:787360msgid "value is decimal number"7361msgstr "el valor és un nombre decimal"73627363#: builtin/config.c:797364msgid "value is --bool or --int"7365msgstr "el valor és --bool o --int"73667367#: builtin/config.c:807368msgid "value is a path (file or directory name)"7369msgstr "el valor és un camí (nom de fitxer o directori)"73707371#: builtin/config.c:817372msgid "Other"7373msgstr "Altre"73747375#: builtin/config.c:827376msgid "terminate values with NUL byte"7377msgstr "acaba els valors amb un octet NUL"73787379#: builtin/config.c:837380msgid "show variable names only"7381msgstr "mostra només els noms de variable"73827383#: builtin/config.c:847384msgid "respect include directives on lookup"7385msgstr "respecta les directives d'inclusió en cercar"73867387#: builtin/config.c:857388msgid "show origin of config (file, standard input, blob, command line)"7389msgstr ""7390"mostra l'origen de la configuració (fitxer, entrada estàndard, blob, línia "7391"d'ordres)"73927393#: builtin/config.c:3277394msgid "unable to parse default color value"7395msgstr "no s'ha pogut analitzar el valor de color per defecte"73967397#: builtin/config.c:4717398#, c-format7399msgid ""7400"# This is Git's per-user configuration file.\n"7401"[user]\n"7402"# Please adapt and uncomment the following lines:\n"7403"#\tname = %s\n"7404"#\temail = %s\n"7405msgstr ""7406"# Això és el fitxer de configuració del Git de l'usuari.\n"7407"[user]\n"7408"# Si us plau, adapteu i descomenteu les línies següents:\n"7409"#\tname = %s\n"7410"#\temail = %s\n"74117412#: builtin/config.c:6137413#, c-format7414msgid "cannot create configuration file %s"7415msgstr "no es pot crear el fitxer de configuració '%s'"74167417#: builtin/config.c:6257418#, c-format7419msgid ""7420"cannot overwrite multiple values with a single value\n"7421" Use a regexp, --add or --replace-all to change %s."7422msgstr ""7423"no es pot sobreescriure múltiples valors amb un sol valor\n"7424" Useu una expressió regular, --add o --replace-all per a canviar %s."74257426#: builtin/count-objects.c:867427msgid "git count-objects [-v] [-H | --human-readable]"7428msgstr "git count-objects [-v] [-H | --human-readable]"74297430#: builtin/count-objects.c:967431msgid "print sizes in human readable format"7432msgstr "imprimeix les mides en un format llegible pels humans"74337434#: builtin/describe.c:177435msgid "git describe [<options>] [<commit-ish>...]"7436msgstr "git describe [<opcions>] [<comissió>...]"74377438#: builtin/describe.c:187439msgid "git describe [<options>] --dirty"7440msgstr "git describe [<opcions>] --dirty"74417442#: builtin/describe.c:2177443#, c-format7444msgid "annotated tag %s not available"7445msgstr "l'etiqueta anotada %s no és disponible"74467447#: builtin/describe.c:2217448#, c-format7449msgid "annotated tag %s has no embedded name"7450msgstr "l'etiqueta anotada %s no té nom incrustat"74517452#: builtin/describe.c:2237453#, c-format7454msgid "tag '%s' is really '%s' here"7455msgstr "l'etiqueta '%s' realment és '%s' aquí"74567457#: builtin/describe.c:250 builtin/log.c:4807458#, c-format7459msgid "Not a valid object name %s"7460msgstr "%s no és un nom d'objecte vàlid"74617462#: builtin/describe.c:2537463#, c-format7464msgid "%s is not a valid '%s' object"7465msgstr "%s no és un objecte de '%s' vàlid"74667467#: builtin/describe.c:2707468#, c-format7469msgid "no tag exactly matches '%s'"7470msgstr "cap etiqueta coincideix exactament amb '%s'"74717472#: builtin/describe.c:2727473#, c-format7474msgid "searching to describe %s\n"7475msgstr "s'està cercant per a descriure %s\n"74767477#: builtin/describe.c:3197478#, c-format7479msgid "finished search at %s\n"7480msgstr "s'ha finalitzat la cerca a %s\n"74817482#: builtin/describe.c:3467483#, c-format7484msgid ""7485"No annotated tags can describe '%s'.\n"7486"However, there were unannotated tags: try --tags."7487msgstr ""7488"Cap etiqueta anotada pot descriure '%s'.\n"7489"No obstant, hi havia etiquetes no anotades: proveu --tags."74907491#: builtin/describe.c:3507492#, c-format7493msgid ""7494"No tags can describe '%s'.\n"7495"Try --always, or create some tags."7496msgstr ""7497"Cap etiqueta pot descriure '%s'.\n"7498"Proveu --always, o creeu algunes etiquetes."74997500#: builtin/describe.c:3717501#, c-format7502msgid "traversed %lu commits\n"7503msgstr "%lu comissions travessades\n"75047505#: builtin/describe.c:3747506#, c-format7507msgid ""7508"more than %i tags found; listed %i most recent\n"7509"gave up search at %s\n"7510msgstr ""7511"s'han trobat més de %i etiquetes: s'han llistat les %i més recents\n"7512"s'ha renunciat la cerca a %s\n"75137514#: builtin/describe.c:3967515msgid "find the tag that comes after the commit"7516msgstr "troba l'etiqueta que vingui després de la comissió"75177518#: builtin/describe.c:3977519msgid "debug search strategy on stderr"7520msgstr "estratègia de cerca de depuració en stderr"75217522#: builtin/describe.c:3987523msgid "use any ref"7524msgstr "usa qualsevol referència"75257526#: builtin/describe.c:3997527msgid "use any tag, even unannotated"7528msgstr "usa qualsevol etiqueta, fins i tot aquelles sense anotar"75297530#: builtin/describe.c:4007531msgid "always use long format"7532msgstr "sempre usa el format llarg"75337534#: builtin/describe.c:4017535msgid "only follow first parent"7536msgstr "només segueix la primera mare"75377538#: builtin/describe.c:4047539msgid "only output exact matches"7540msgstr "emet només coincidències exactes"75417542#: builtin/describe.c:4067543msgid "consider <n> most recent tags (default: 10)"7544msgstr "considera les <n> etiquetes més recents (per defecte: 10)"75457546#: builtin/describe.c:4087547msgid "only consider tags matching <pattern>"7548msgstr "només considera les etiquetes que coincideixen amb <patró>"75497550#: builtin/describe.c:410 builtin/name-rev.c:3207551msgid "show abbreviated commit object as fallback"7552msgstr "mostra l'objecte de comissió abreviat com a sistema alternatiu"75537554#: builtin/describe.c:4117555msgid "mark"7556msgstr "marca"75577558#: builtin/describe.c:4127559msgid "append <mark> on dirty working tree (default: \"-dirty\")"7560msgstr "annexa <marca> en l'arbre de treball brut (per defecte: \"-dirty\")"75617562#: builtin/describe.c:4307563msgid "--long is incompatible with --abbrev=0"7564msgstr "--long és incompatible amb --abbrev=0"75657566#: builtin/describe.c:4567567msgid "No names found, cannot describe anything."7568msgstr "No s'ha trobat cap nom, no es pot descriure res."75697570#: builtin/describe.c:4767571msgid "--dirty is incompatible with commit-ishes"7572msgstr "--dirty és incompatible amb les comissions"75737574#: builtin/diff.c:837575#, c-format7576msgid "'%s': not a regular file or symlink"7577msgstr "'%s': no és ni fitxer regular ni enllaç simbòlic"75787579#: builtin/diff.c:2347580#, c-format7581msgid "invalid option: %s"7582msgstr "opció no vàlida: %s"75837584#: builtin/diff.c:3587585msgid "Not a git repository"7586msgstr "No és un dipòsit de git"75877588#: builtin/diff.c:4017589#, c-format7590msgid "invalid object '%s' given."7591msgstr "s'ha donat un objecte no vàlid '%s'."75927593#: builtin/diff.c:4107594#, c-format7595msgid "more than two blobs given: '%s'"7596msgstr "s'ha donat més de dos blobs: '%s"75977598#: builtin/diff.c:4177599#, c-format7600msgid "unhandled object '%s' given."7601msgstr "s'ha donat l'objecte no gestionat '%s'."76027603#: builtin/difftool.c:287604msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"7605msgstr "git difftool [<opcions>] [<commit> [<commit>]] [--] [<camí>...]"76067607#: builtin/difftool.c:2417608#, c-format7609msgid "failed: %d"7610msgstr "ha fallat: %d"76117612#: builtin/difftool.c:3427613msgid ""7614"combined diff formats('-c' and '--cc') are not supported in\n"7615"directory diff mode('-d' and '--dir-diff')."7616msgstr ""76177618#: builtin/difftool.c:5677619#, c-format7620msgid "both files modified: '%s' and '%s'."7621msgstr "s'han modificat ambdós fitxers: '%s' i '%s'."76227623#: builtin/difftool.c:5697624msgid "working tree file has been left."7625msgstr "s'ha deixat un fitxer de l'arbre de treball."76267627#: builtin/difftool.c:5807628#, c-format7629msgid "temporary files exist in '%s'."7630msgstr "existeix un fitxer temporal a %s'."76317632#: builtin/difftool.c:5817633msgid "you may want to cleanup or recover these."7634msgstr "podeu voleu netejar o recuperar-los."76357636#: builtin/difftool.c:6267637msgid "use `diff.guitool` instead of `diff.tool`"7638msgstr "utilitza `diff.guitool` en comptes de `diff.tool`"76397640#: builtin/difftool.c:6287641msgid "perform a full-directory diff"7642msgstr "fes un diff de tot el directori"76437644#: builtin/difftool.c:6307645msgid "do not prompt before launching a diff tool"7646msgstr "no preguntis abans d'executar l'eina diff"76477648#: builtin/difftool.c:6367649msgid "use symlinks in dir-diff mode"7650msgstr "utilitza enllaços simbòlics en mode dir-diff"76517652#: builtin/difftool.c:6377653msgid "<tool>"7654msgstr "<tool>"76557656#: builtin/difftool.c:6387657msgid "use the specified diff tool"7658msgstr "utilitza l'eina de diff especificada"76597660#: builtin/difftool.c:6407661msgid "print a list of diff tools that may be used with `--tool`"7662msgstr ""7663"imprimeix una llista de totes les eines diff que es podeu usar amb `--tool`"76647665#: builtin/difftool.c:6437666msgid ""7667"make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "7668"code"7669msgstr ""76707671#: builtin/difftool.c:6457672msgid "<command>"7673msgstr "<command>"76747675#: builtin/difftool.c:6467676msgid "specify a custom command for viewing diffs"7677msgstr "especifiqueu una ordre personalitzada per veure diffs"76787679#: builtin/difftool.c:6707680msgid "no <tool> given for --tool=<tool>"7681msgstr "no s'ha proporcionat <tool> per --tool=<tool>"76827683#: builtin/difftool.c:6777684msgid "no <cmd> given for --extcmd=<cmd>"7685msgstr "no s'ha proporcionat <cmd> per --extcmd=<cmd>"76867687#: builtin/fast-export.c:257688msgid "git fast-export [rev-list-opts]"7689msgstr "git fast-export [opcions-de-llista-de-revisions]"76907691#: builtin/fast-export.c:9807692msgid "show progress after <n> objects"7693msgstr "mostra el progrés després de <n> objectes"76947695#: builtin/fast-export.c:9827696msgid "select handling of signed tags"7697msgstr "selecciona la gestió de les etiquetes signades"76987699#: builtin/fast-export.c:9857700msgid "select handling of tags that tag filtered objects"7701msgstr "selecciona la gestió de les etiquetes que etiquetin objectes filtrats"77027703#: builtin/fast-export.c:9887704msgid "Dump marks to this file"7705msgstr "Bolca les marques a aquest fitxer"77067707#: builtin/fast-export.c:9907708msgid "Import marks from this file"7709msgstr "Importa les marques d'aquest fitxer"77107711#: builtin/fast-export.c:9927712msgid "Fake a tagger when tags lack one"7713msgstr "Fingeix un etiquetador quan els en manca un a les etiquetes"77147715#: builtin/fast-export.c:9947716msgid "Output full tree for each commit"7717msgstr "Imprimeix l'arbre complet de cada comissió"77187719#: builtin/fast-export.c:9967720msgid "Use the done feature to terminate the stream"7721msgstr "Usa la característica done per a acabar el corrent"77227723#: builtin/fast-export.c:9977724msgid "Skip output of blob data"7725msgstr "Omet l'emissió de dades de blob"77267727#: builtin/fast-export.c:9987728msgid "refspec"7729msgstr "especificació de referència"77307731#: builtin/fast-export.c:9997732msgid "Apply refspec to exported refs"7733msgstr "Aplica l'especificació de referència a les referències exportades"77347735#: builtin/fast-export.c:10007736msgid "anonymize output"7737msgstr "anonimitza la sortida"77387739#: builtin/fetch.c:217740msgid "git fetch [<options>] [<repository> [<refspec>...]]"7741msgstr "git fetch [<opcions>] [<dipòsit> [<especificació-de-referència>...]]"77427743#: builtin/fetch.c:227744msgid "git fetch [<options>] <group>"7745msgstr "git fetch [<opcions>] <grup>"77467747#: builtin/fetch.c:237748msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"7749msgstr "git fetch --multiple [<opcions>] [(<dipòsit> | <grup>)...]"77507751#: builtin/fetch.c:247752msgid "git fetch --all [<options>]"7753msgstr "git fetch --all [<opcions>]"77547755#: builtin/fetch.c:95 builtin/pull.c:1757756msgid "fetch from all remotes"7757msgstr "obtén de tots els remots"77587759#: builtin/fetch.c:97 builtin/pull.c:1787760msgid "append to .git/FETCH_HEAD instead of overwriting"7761msgstr "annexa a .git/FETCH_HEAD en lloc de sobreescriure"77627763#: builtin/fetch.c:99 builtin/pull.c:1817764msgid "path to upload pack on remote end"7765msgstr "camí al qual pujar el paquet al costat remot"77667767#: builtin/fetch.c:100 builtin/pull.c:1837768msgid "force overwrite of local branch"7769msgstr "força la sobreescriptura de la branca local"77707771#: builtin/fetch.c:1027772msgid "fetch from multiple remotes"7773msgstr "obtén de múltiples remots"77747775#: builtin/fetch.c:104 builtin/pull.c:1857776msgid "fetch all tags and associated objects"7777msgstr "obtén totes les etiquetes i tots els objectes associats"77787779#: builtin/fetch.c:1067780msgid "do not fetch all tags (--no-tags)"7781msgstr "no obtinguis les etiquetes (--no-tags)"77827783#: builtin/fetch.c:1087784msgid "number of submodules fetched in parallel"7785msgstr "nombre de submòduls obtinguts en paral·lel"77867787#: builtin/fetch.c:110 builtin/pull.c:1887788msgid "prune remote-tracking branches no longer on remote"7789msgstr "poda les branques amb seguiment remot que ja no estiguin en el remot"77907791#: builtin/fetch.c:111 builtin/pull.c:1917792msgid "on-demand"7793msgstr "sota demanda"77947795#: builtin/fetch.c:112 builtin/pull.c:1927796msgid "control recursive fetching of submodules"7797msgstr "controla l'obtenció recursiva de submòduls"77987799#: builtin/fetch.c:116 builtin/pull.c:2007800msgid "keep downloaded pack"7801msgstr "retén el paquet baixat"78027803#: builtin/fetch.c:1187804msgid "allow updating of HEAD ref"7805msgstr "permet l'actualització de la referència HEAD"78067807#: builtin/fetch.c:121 builtin/fetch.c:127 builtin/pull.c:2037808msgid "deepen history of shallow clone"7809msgstr "aprofundeix la història d'un clon superficial"78107811#: builtin/fetch.c:1237812msgid "deepen history of shallow repository based on time"7813msgstr "aprofundeix la història d'un clon superficial basat en temps"78147815#: builtin/fetch.c:129 builtin/pull.c:2067816msgid "convert to a complete repository"7817msgstr "converteix en un dipòsit complet"78187819#: builtin/fetch.c:131 builtin/log.c:14337820msgid "dir"7821msgstr "directori"78227823#: builtin/fetch.c:1327824msgid "prepend this to submodule path output"7825msgstr "anteposa això a la sortida de camí del submòdul"78267827#: builtin/fetch.c:1357828msgid "default mode for recursion"7829msgstr "mode de recursivitat per defecte"78307831#: builtin/fetch.c:137 builtin/pull.c:2097832msgid "accept refs that update .git/shallow"7833msgstr "accepta les referències que actualitzin .git/shallow"78347835#: builtin/fetch.c:138 builtin/pull.c:2117836msgid "refmap"7837msgstr "mapa de referències"78387839#: builtin/fetch.c:139 builtin/pull.c:2127840msgid "specify fetch refmap"7841msgstr "mostra el mapa de referències d'obtenció"78427843#: builtin/fetch.c:3957844msgid "Couldn't find remote ref HEAD"7845msgstr "No s'ha pogut trobar la referència HEAD remota"78467847#: builtin/fetch.c:5117848#, c-format7849msgid "configuration fetch.output contains invalid value %s"7850msgstr "la configuració fetch.output conté un valor no vàlid %s"78517852#: builtin/fetch.c:6047853#, c-format7854msgid "object %s not found"7855msgstr "objecte %s no trobat"78567857#: builtin/fetch.c:6087858msgid "[up to date]"7859msgstr "[al dia]"78607861#: builtin/fetch.c:621 builtin/fetch.c:7017862msgid "[rejected]"7863msgstr "[rebutjat]"78647865#: builtin/fetch.c:6227866msgid "can't fetch in current branch"7867msgstr "no es pot obtenir en la branca actual"78687869#: builtin/fetch.c:6317870msgid "[tag update]"7871msgstr "[actualització d'etiqueta]"78727873#: builtin/fetch.c:632 builtin/fetch.c:665 builtin/fetch.c:6817874#: builtin/fetch.c:6967875msgid "unable to update local ref"7876msgstr "no s'ha pogut actualitzar la referència local"78777878#: builtin/fetch.c:6517879msgid "[new tag]"7880msgstr "[etiqueta nova]"78817882#: builtin/fetch.c:6547883msgid "[new branch]"7884msgstr "[branca nova]"78857886#: builtin/fetch.c:6577887msgid "[new ref]"7888msgstr "[referència nova]"78897890#: builtin/fetch.c:6967891msgid "forced update"7892msgstr "actualització forçada"78937894#: builtin/fetch.c:7017895msgid "non-fast-forward"7896msgstr "sense avanç ràpid"78977898#: builtin/fetch.c:7467899#, c-format7900msgid "%s did not send all necessary objects\n"7901msgstr "%s no ha enviat tots els objectes necessaris\n"79027903#: builtin/fetch.c:7667904#, c-format7905msgid "reject %s because shallow roots are not allowed to be updated"7906msgstr ""7907"rebutja %s perquè no es permet que les arrels superficials s'actualitzin"79087909#: builtin/fetch.c:853 builtin/fetch.c:9497910#, c-format7911msgid "From %.*s\n"7912msgstr "De %.*s\n"79137914#: builtin/fetch.c:8647915#, c-format7916msgid ""7917"some local refs could not be updated; try running\n"7918" 'git remote prune %s' to remove any old, conflicting branches"7919msgstr ""7920"algunes referències locals no s'han pogut actualitzar;\n"7921" intenteu executar 'git remote prune %s' per a eliminar\n"7922" qualsevol branca antiga o conflictiva"79237924#: builtin/fetch.c:9197925#, c-format7926msgid " (%s will become dangling)"7927msgstr " (%s es tornarà penjant)"79287929#: builtin/fetch.c:9207930#, c-format7931msgid " (%s has become dangling)"7932msgstr " (%s s'ha tornat penjant)"79337934#: builtin/fetch.c:9527935msgid "[deleted]"7936msgstr "[suprimit]"79377938#: builtin/fetch.c:953 builtin/remote.c:10207939msgid "(none)"7940msgstr "(cap)"79417942#: builtin/fetch.c:9767943#, c-format7944msgid "Refusing to fetch into current branch %s of non-bare repository"7945msgstr "S'està refusant obtenir en la branca actual %s d'un dipòsit no nu"79467947#: builtin/fetch.c:9957948#, c-format7949msgid "Option \"%s\" value \"%s\" is not valid for %s"7950msgstr "L'opció \"%s\" amb valor \"%s\" no és vàlida per a %s"79517952#: builtin/fetch.c:9987953#, c-format7954msgid "Option \"%s\" is ignored for %s\n"7955msgstr "S'ignora l'opció \"%s\" per a %s\n"79567957#: builtin/fetch.c:10747958#, c-format7959msgid "Don't know how to fetch from %s"7960msgstr "No se sap com obtenir de %s"79617962#: builtin/fetch.c:12347963#, c-format7964msgid "Fetching %s\n"7965msgstr "S'està obtenint %s\n"79667967#: builtin/fetch.c:1236 builtin/remote.c:967968#, c-format7969msgid "Could not fetch %s"7970msgstr "No s'ha pogut obtenir %s"79717972#: builtin/fetch.c:12547973msgid ""7974"No remote repository specified. Please, specify either a URL or a\n"7975"remote name from which new revisions should be fetched."7976msgstr ""7977"Cap dipòsit remot especificat. Si us plau, especifiqueu un URL o\n"7978"un nom remot del qual es deuen obtenir les revisions noves."79797980#: builtin/fetch.c:12777981msgid "You need to specify a tag name."7982msgstr "Necessiteu especificar un nom d'etiqueta."79837984#: builtin/fetch.c:13197985msgid "Negative depth in --deepen is not supported"7986msgstr "No s'admet una profunditat negativa en --deepen"79877988#: builtin/fetch.c:13217989msgid "--deepen and --depth are mutually exclusive"7990msgstr "--deepen i --depth són mutualment exclusius"79917992#: builtin/fetch.c:13267993msgid "--depth and --unshallow cannot be used together"7994msgstr "--depth i --unshallow no es poden usar junts"79957996#: builtin/fetch.c:13287997msgid "--unshallow on a complete repository does not make sense"7998msgstr "--unshallow en un dipòsit complet no té sentit"79998000#: builtin/fetch.c:13508001msgid "fetch --all does not take a repository argument"8002msgstr "fetch --all no accepta un paràmetre de dipòsit"80038004#: builtin/fetch.c:13528005msgid "fetch --all does not make sense with refspecs"8006msgstr "fetch --all no té sentit amb especificacions de referència"80078008#: builtin/fetch.c:13638009#, c-format8010msgid "No such remote or remote group: %s"8011msgstr "No hi ha tal remot ni tal grup remot: %s"80128013#: builtin/fetch.c:13718014msgid "Fetching a group and specifying refspecs does not make sense"8015msgstr "Obtenir un grup i especificar referències no té sentit"80168017#: builtin/fmt-merge-msg.c:148018msgid ""8019"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"8020msgstr ""8021"git fmt-merge-msg [-m <missatge>] [--log[=<n>] | --no-log] [--file <fitxer>]"80228023#: builtin/fmt-merge-msg.c:6638024msgid "populate log with at most <n> entries from shortlog"8025msgstr "emplena el registre amb <n> entrades del registre curt com a màxim"80268027#: builtin/fmt-merge-msg.c:6668028msgid "alias for --log (deprecated)"8029msgstr "àlies per --log (en desús)"80308031#: builtin/fmt-merge-msg.c:6698032msgid "text"8033msgstr "text"80348035#: builtin/fmt-merge-msg.c:6708036msgid "use <text> as start of message"8037msgstr "usa <text> com a inici de missatge"80388039#: builtin/fmt-merge-msg.c:6718040msgid "file to read from"8041msgstr "fitxer del qual llegir"80428043#: builtin/for-each-ref.c:98044msgid "git for-each-ref [<options>] [<pattern>]"8045msgstr "git for-each-ref [<opcions>] [<patró>]"80468047#: builtin/for-each-ref.c:108048msgid "git for-each-ref [--points-at <object>]"8049msgstr "git for-each-ref [--points-at <objecte>]"80508051#: builtin/for-each-ref.c:118052msgid "git for-each-ref [(--merged | --no-merged) [<object>]]"8053msgstr "git for-each-ref [(--merged | --no-merged) [<objecte>]]"80548055#: builtin/for-each-ref.c:128056msgid "git for-each-ref [--contains [<object>]]"8057msgstr "git for-each-ref [--contains [<objecte>]]"80588059#: builtin/for-each-ref.c:278060msgid "quote placeholders suitably for shells"8061msgstr ""8062"posa els marcadors de posició entre cometes de forma adequada per a "8063"intèrprets d'ordres"80648065#: builtin/for-each-ref.c:298066msgid "quote placeholders suitably for perl"8067msgstr "posa els marcadors de posició entre cometes adequades per al perl"80688069#: builtin/for-each-ref.c:318070msgid "quote placeholders suitably for python"8071msgstr "posa els marcadors de posició entre cometes adequades per al python"80728073#: builtin/for-each-ref.c:338074msgid "quote placeholders suitably for Tcl"8075msgstr "posa els marcadors de posició entre cometes adequades per al Tcl"80768077#: builtin/for-each-ref.c:368078msgid "show only <n> matched refs"8079msgstr "mostra només <n> referències coincidents"80808081#: builtin/for-each-ref.c:37 builtin/tag.c:387 builtin/verify-tag.c:388082msgid "format to use for the output"8083msgstr "format a usar en la sortida"80848085#: builtin/for-each-ref.c:418086msgid "print only refs which points at the given object"8087msgstr "imprimeix només les referències que assenyalin l'objecte donat"80888089#: builtin/for-each-ref.c:438090msgid "print only refs that are merged"8091msgstr "imprimeix només les referències que s'han fusionat"80928093#: builtin/for-each-ref.c:448094msgid "print only refs that are not merged"8095msgstr "imprimeix només les referències que no s'han fusionat"80968097#: builtin/for-each-ref.c:458098msgid "print only refs which contain the commit"8099msgstr "imprimeix només les referències que continguin la comissió"81008101#: builtin/fsck.c:5548102msgid "Checking object directories"8103msgstr "S'estan comprovant els directoris d'objecte"81048105#: builtin/fsck.c:6468106msgid "git fsck [<options>] [<object>...]"8107msgstr "git fsck [<opcions>] [<objecte>...]"81088109#: builtin/fsck.c:6528110msgid "show unreachable objects"8111msgstr "mostra els objectes inabastables"81128113#: builtin/fsck.c:6538114msgid "show dangling objects"8115msgstr "mostra els objectes penjants"81168117#: builtin/fsck.c:6548118msgid "report tags"8119msgstr "informa de les etiquetes"81208121#: builtin/fsck.c:6558122msgid "report root nodes"8123msgstr "informa dels nodes d'arrel"81248125#: builtin/fsck.c:6568126msgid "make index objects head nodes"8127msgstr "fes els objectes d'índex nodes de cap"81288129#: builtin/fsck.c:6578130msgid "make reflogs head nodes (default)"8131msgstr "fes que els registres de referències siguin nodes de cap (per defecte)"81328133#: builtin/fsck.c:6588134msgid "also consider packs and alternate objects"8135msgstr "també considera els paquets i els objectes alternatius"81368137#: builtin/fsck.c:6598138msgid "check only connectivity"8139msgstr "comprova només la connectivitat"81408141#: builtin/fsck.c:6608142msgid "enable more strict checking"8143msgstr "habilita la comprovació més estricta"81448145#: builtin/fsck.c:6628146msgid "write dangling objects in .git/lost-found"8147msgstr "escriu objectes penjants a .git/lost-found"81488149#: builtin/fsck.c:663 builtin/prune.c:1078150msgid "show progress"8151msgstr "mostra el progrés"81528153#: builtin/fsck.c:6648154msgid "show verbose names for reachable objects"8155msgstr "mostra els noms detallats dels objectes abastables"81568157#: builtin/fsck.c:7258158msgid "Checking objects"8159msgstr "S'estan comprovant els objectes"81608161#: builtin/gc.c:258162msgid "git gc [<options>]"8163msgstr "git gc [<opcions>]"81648165#: builtin/gc.c:728166#, c-format8167msgid "Invalid %s: '%s'"8168msgstr "%s no vàlid: %s"81698170#: builtin/gc.c:1398171#, c-format8172msgid "insanely long object directory %.*s"8173msgstr "directori d'objectes increïblement llarg %.*s"81748175#: builtin/gc.c:2978176#, c-format8177msgid ""8178"The last gc run reported the following. Please correct the root cause\n"8179"and remove %s.\n"8180"Automatic cleanup will not be performed until the file is removed.\n"8181"\n"8182"%s"8183msgstr ""8184"L'última execució de gc ha informat el següent. Si us plau, corregiu\n"8185"la causa primordial i elimineu %s.\n"8186"No es realitzarà la neteja automàtica fins que s'elimini el fitxer.\n"8187"\n"8188"%s"81898190#: builtin/gc.c:3348191msgid "prune unreferenced objects"8192msgstr "poda objectes sense referència"81938194#: builtin/gc.c:3368195msgid "be more thorough (increased runtime)"8196msgstr "sigues més exhaustiu (el temps d'execució augmenta)"81978198#: builtin/gc.c:3378199msgid "enable auto-gc mode"8200msgstr "habilita el mode de recollida d'escombraries automàtica"82018202#: builtin/gc.c:3388203msgid "force running gc even if there may be another gc running"8204msgstr "força l'execució de gc encara que hi pugui haver un altre gc executant"82058206#: builtin/gc.c:3808207#, c-format8208msgid "Auto packing the repository in background for optimum performance.\n"8209msgstr ""8210"S'està empaquetant el dipòsit automàticament en el fons per rendiment "8211"òptim.\n"82128213#: builtin/gc.c:3828214#, c-format8215msgid "Auto packing the repository for optimum performance.\n"8216msgstr "S'està empaquetant automàticament el dipòsit per rendiment òptim.\n"82178218#: builtin/gc.c:3838219#, c-format8220msgid "See \"git help gc\" for manual housekeeping.\n"8221msgstr "Vegeu \"git help gc\" per neteja manual.\n"82228223#: builtin/gc.c:4048224#, c-format8225msgid ""8226"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"8227msgstr ""8228"gc ja s'està executant en la màquina '%s' pid %<PRIuMAX> (useu --force si no)"82298230#: builtin/gc.c:4488231msgid ""8232"There are too many unreachable loose objects; run 'git prune' to remove them."8233msgstr ""8234"Hi ha massa objectes solts inabastables; executeu 'git prune' per a eliminar-"8235"los."82368237#: builtin/grep.c:258238msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"8239msgstr "git grep [<opcions>] [-e] <patró> [<revisió>...] [[--] <camí>...]"82408241#: builtin/grep.c:2328242#, c-format8243msgid "grep: failed to create thread: %s"8244msgstr "grep: s'ha produït un error en crear fil: %s"82458246#: builtin/grep.c:2908247#, c-format8248msgid "invalid number of threads specified (%d) for %s"8249msgstr "s'ha especificat un nombre de fils no vàlid (%d) per a %s"82508251#: builtin/grep.c:763 builtin/grep.c:8048252#, c-format8253msgid "unable to read tree (%s)"8254msgstr "no s'ha pogut llegir l'arbre (%s)"82558256#: builtin/grep.c:8238257#, c-format8258msgid "unable to grep from object of type %s"8259msgstr "no es pot fer grep des d'un objecte de tipus %s"82608261#: builtin/grep.c:8878262#, c-format8263msgid "switch `%c' expects a numerical value"8264msgstr "l'opció `%c' espera un valor numèric"82658266#: builtin/grep.c:9738267msgid "search in index instead of in the work tree"8268msgstr "cerca en l'índex en lloc de l'arbre de treball"82698270#: builtin/grep.c:9758271msgid "find in contents not managed by git"8272msgstr "cerca en continguts no gestionats per git"82738274#: builtin/grep.c:9778275msgid "search in both tracked and untracked files"8276msgstr "cerca tant en fitxers seguits com en no seguits"82778278#: builtin/grep.c:9798279msgid "ignore files specified via '.gitignore'"8280msgstr "ignora els fitxers especificats mitjançant '.gitignore'"82818282#: builtin/grep.c:9818283msgid "recursivley search in each submodule"8284msgstr "cerca recursivament a cada submòdul"82858286#: builtin/grep.c:9838287msgid "basename"8288msgstr "nom base"82898290#: builtin/grep.c:9848291msgid "prepend parent project's basename to output"8292msgstr "anteposa això a la sortida del nom base del projecte pare"82938294#: builtin/grep.c:9878295msgid "show non-matching lines"8296msgstr "mostra les línies no coincidents"82978298#: builtin/grep.c:9898299msgid "case insensitive matching"8300msgstr "coincidència insensible a majúscula i minúscula"83018302#: builtin/grep.c:9918303msgid "match patterns only at word boundaries"8304msgstr "coincideix amb els patrons només als límits de paraula"83058306#: builtin/grep.c:9938307msgid "process binary files as text"8308msgstr "processa els fitxers binaris com a text"83098310#: builtin/grep.c:9958311msgid "don't match patterns in binary files"8312msgstr "no coincideixis amb els patrons en els fitxers binaris"83138314#: builtin/grep.c:9988315msgid "process binary files with textconv filters"8316msgstr "processa els fitxers binaris amb filtres de textconv"83178318#: builtin/grep.c:10008319msgid "descend at most <depth> levels"8320msgstr "descendeix com a màxim <profunditat> nivells"83218322#: builtin/grep.c:10048323msgid "use extended POSIX regular expressions"8324msgstr "usa les expressions regulars POSIX esteses"83258326#: builtin/grep.c:10078327msgid "use basic POSIX regular expressions (default)"8328msgstr "usa les expressions regulars POSIX bàsiques (per defecte)"83298330#: builtin/grep.c:10108331msgid "interpret patterns as fixed strings"8332msgstr "interpreta els patrons com a cadenes fixes"83338334#: builtin/grep.c:10138335msgid "use Perl-compatible regular expressions"8336msgstr "usa les expressions regulars compatibles amb Perl"83378338#: builtin/grep.c:10168339msgid "show line numbers"8340msgstr "mostra els números de línia"83418342#: builtin/grep.c:10178343msgid "don't show filenames"8344msgstr "no mostris els noms de fitxer"83458346#: builtin/grep.c:10188347msgid "show filenames"8348msgstr "mostra els noms de fitxer"83498350#: builtin/grep.c:10208351msgid "show filenames relative to top directory"8352msgstr "mostra els noms de fitxer relatius al directori superior"83538354#: builtin/grep.c:10228355msgid "show only filenames instead of matching lines"8356msgstr "mostra només els noms de fitxer en lloc de les línies coincidents"83578358#: builtin/grep.c:10248359msgid "synonym for --files-with-matches"8360msgstr "sinònim de --files-with-matches"83618362#: builtin/grep.c:10278363msgid "show only the names of files without match"8364msgstr "mostra només els noms dels fitxers sense coincidència"83658366#: builtin/grep.c:10298367msgid "print NUL after filenames"8368msgstr "imprimeix NUL després dels noms de fitxer"83698370#: builtin/grep.c:10318371msgid "show the number of matches instead of matching lines"8372msgstr "mostra el nombre de coincidències en lloc de les línies coincidents"83738374#: builtin/grep.c:10328375msgid "highlight matches"8376msgstr "ressalta les coincidències"83778378#: builtin/grep.c:10348379msgid "print empty line between matches from different files"8380msgstr "imprimeix una línia buida entre coincidències de fitxers distints"83818382#: builtin/grep.c:10368383msgid "show filename only once above matches from same file"8384msgstr ""8385"mostra el nom de fitxer només una vegada a dalt de les coincidències del "8386"mateix fitxer"83878388#: builtin/grep.c:10398389msgid "show <n> context lines before and after matches"8390msgstr "mostra <n> línies de context abans i després d'una coincidència"83918392#: builtin/grep.c:10428393msgid "show <n> context lines before matches"8394msgstr "mostra <n> línies de context abans d'una coincidència"83958396#: builtin/grep.c:10448397msgid "show <n> context lines after matches"8398msgstr "mostra <n> línies de context després d'una coincidència"83998400#: builtin/grep.c:10468401msgid "use <n> worker threads"8402msgstr "usa <n> fils de treball"84038404#: builtin/grep.c:10478405msgid "shortcut for -C NUM"8406msgstr "drecera per -C NUM"84078408#: builtin/grep.c:10508409msgid "show a line with the function name before matches"8410msgstr "mostra una línia amb el nom de funció abans de les coincidències"84118412#: builtin/grep.c:10528413msgid "show the surrounding function"8414msgstr "mostra la funció circumdant"84158416#: builtin/grep.c:10558417msgid "read patterns from file"8418msgstr "llegeix els patrons des d'un fitxer"84198420#: builtin/grep.c:10578421msgid "match <pattern>"8422msgstr "coincideix amb <patró>"84238424#: builtin/grep.c:10598425msgid "combine patterns specified with -e"8426msgstr "combina els patrons especificats amb -e"84278428#: builtin/grep.c:10718429msgid "indicate hit with exit status without output"8430msgstr "indica coincidència amb estat de sortida sense sortida textual"84318432#: builtin/grep.c:10738433msgid "show only matches from files that match all patterns"8434msgstr ""8435"mostra només les coincidències dels fitxers que coincideixin amb tots els "8436"patrons"84378438#: builtin/grep.c:10758439msgid "show parse tree for grep expression"8440msgstr "mostra l'arbre d'anàlisis de l'expressió de grep"84418442#: builtin/grep.c:10798443msgid "pager"8444msgstr "paginador"84458446#: builtin/grep.c:10798447msgid "show matching files in the pager"8448msgstr "mostra els fitxers coincidents en el paginador"84498450#: builtin/grep.c:10828451msgid "allow calling of grep(1) (ignored by this build)"8452msgstr "permet la invocació de grep(1) (ignorat per aquesta compilació)"84538454#: builtin/grep.c:11468455msgid "no pattern given."8456msgstr "cap patró donat."84578458#: builtin/grep.c:1178 builtin/index-pack.c:14828459#, c-format8460msgid "invalid number of threads specified (%d)"8461msgstr "s'ha especificat un nombre de fils no vàlid (%d)"84628463#: builtin/grep.c:12158464msgid "--open-files-in-pager only works on the worktree"8465msgstr "--open-files-in-pager només funciona en l'arbre de treball"84668467#: builtin/grep.c:12388468msgid "option not supported with --recurse-submodules."8469msgstr "opció no admesa amb --recurse-submodules."84708471#: builtin/grep.c:12448472msgid "--cached or --untracked cannot be used with --no-index."8473msgstr "--cached o --untracked no es pot usar amb --no-index."84748475#: builtin/grep.c:12498476msgid "--no-index or --untracked cannot be used with revs."8477msgstr "--no-index o --untracked no es pot usar amb revisions."84788479#: builtin/grep.c:12528480msgid "--[no-]exclude-standard cannot be used for tracked contents."8481msgstr "--[no-]exclude-standard no es pot usar per als continguts seguits."84828483#: builtin/grep.c:12608484msgid "both --cached and trees are given."8485msgstr "s'han donat ambdós --caches i arbres."84868487#: builtin/hash-object.c:818488msgid ""8489"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "8490"[--] <file>..."8491msgstr ""8492"git hash-object [-t <tipus>] [-w] [--path=<fitxer> | --no-filters] [--stdin] "8493"[--] <fitxer>..."84948495#: builtin/hash-object.c:828496msgid "git hash-object --stdin-paths"8497msgstr "git hash-object --stdin-paths"84988499#: builtin/hash-object.c:948500msgid "type"8501msgstr "tipus"85028503#: builtin/hash-object.c:948504msgid "object type"8505msgstr "tipus d'objecte"85068507#: builtin/hash-object.c:958508msgid "write the object into the object database"8509msgstr "escriu l'objecte a la base de dades d'objectes"85108511#: builtin/hash-object.c:978512msgid "read the object from stdin"8513msgstr "llegeix l'objecte des d'stdin"85148515#: builtin/hash-object.c:998516msgid "store file as is without filters"8517msgstr "emmagatzema el fitxer tal com és sense filtres"85188519#: builtin/hash-object.c:1008520msgid ""8521"just hash any random garbage to create corrupt objects for debugging Git"8522msgstr ""8523"només suma qualsevol brossa aleatòria per a crear objectes malmesos per a "8524"depurar al Git"85258526#: builtin/hash-object.c:1018527msgid "process file as it were from this path"8528msgstr "processa el fitxer com si fos d'aquest camí"85298530#: builtin/help.c:428531msgid "print all available commands"8532msgstr "imprimeix totes les ordres disponibles"85338534#: builtin/help.c:438535msgid "exclude guides"8536msgstr "exclou guies"85378538#: builtin/help.c:448539msgid "print list of useful guides"8540msgstr "imprimeix la llista de guies útils"85418542#: builtin/help.c:458543msgid "show man page"8544msgstr "mostra la pàgina de manual"85458546#: builtin/help.c:468547msgid "show manual in web browser"8548msgstr "mostra la pàgina de manual en el navegador web"85498550#: builtin/help.c:488551msgid "show info page"8552msgstr "mostra la pàgina d'informació"85538554#: builtin/help.c:548555msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"8556msgstr "git help [--all] [--guides] [--man | --web | --info] [<ordre>]"85578558#: builtin/help.c:668559#, c-format8560msgid "unrecognized help format '%s'"8561msgstr "format d'ajuda no reconegut '%s'"85628563#: builtin/help.c:938564msgid "Failed to start emacsclient."8565msgstr "S'ha produït un error'ha produït un error en iniciar emacsclient."85668567#: builtin/help.c:1068568msgid "Failed to parse emacsclient version."8569msgstr "S'ha produït un error en analitzar la versió d'emacsclient."85708571#: builtin/help.c:1148572#, c-format8573msgid "emacsclient version '%d' too old (< 22)."8574msgstr "la versió d'emacsclient '%d' és massa vella (< 22)."85758576#: builtin/help.c:132 builtin/help.c:153 builtin/help.c:162 builtin/help.c:1708577#, c-format8578msgid "failed to exec '%s'"8579msgstr "s'ha produït un error en executar '%s'"85808581#: builtin/help.c:2078582#, c-format8583msgid ""8584"'%s': path for unsupported man viewer.\n"8585"Please consider using 'man.<tool>.cmd' instead."8586msgstr ""8587"'%s': camí a un visualitzador de manuals no compatible.\n"8588"Si us plau, considereu usar 'man.<eina>.cmd' en lloc d'això."85898590#: builtin/help.c:2198591#, c-format8592msgid ""8593"'%s': cmd for supported man viewer.\n"8594"Please consider using 'man.<tool>.path' instead."8595msgstr ""8596"'%s': ordre per a un visualitzador de manuals compatible.\n"8597"Si us plau, considereu usar 'man.<eina>.path' en lloc d'això."85988599#: builtin/help.c:3368600#, c-format8601msgid "'%s': unknown man viewer."8602msgstr "'%s': visualitzador de manuals desconegut."86038604#: builtin/help.c:3538605msgid "no man viewer handled the request"8606msgstr "cap visualitzador de manuals ha gestionat la sol·licitud"86078608#: builtin/help.c:3618609msgid "no info viewer handled the request"8610msgstr "cap visualitzador d'informació ha gestionat la sol·licitud"86118612#: builtin/help.c:4038613msgid "Defining attributes per path"8614msgstr "La definició d'atributs per camí"86158616#: builtin/help.c:4048617msgid "Everyday Git With 20 Commands Or So"8618msgstr "Git quotidià amb més o menys 20 ordres"86198620#: builtin/help.c:4058621msgid "A Git glossary"8622msgstr "Un glossari de Git"86238624#: builtin/help.c:4068625msgid "Specifies intentionally untracked files to ignore"8626msgstr "Especifica els fitxers intencionalment no seguits a ignorar"86278628#: builtin/help.c:4078629msgid "Defining submodule properties"8630msgstr "La definició de les propietats de submòduls"86318632#: builtin/help.c:4088633msgid "Specifying revisions and ranges for Git"8634msgstr "L'especificació de revisions i rangs per al Git"86358636#: builtin/help.c:4098637msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"8638msgstr "Una introducció tutorial al Git (per a la versió 1.5.1 o més nova)"86398640#: builtin/help.c:4108641msgid "An overview of recommended workflows with Git"8642msgstr "Una visió de conjunt de fluxos de treball recomanats amb Git"86438644#: builtin/help.c:4228645msgid "The common Git guides are:\n"8646msgstr "Les guies de Git comunes són:\n"86478648#: builtin/help.c:4408649#, c-format8650msgid "`git %s' is aliased to `%s'"8651msgstr "`git %s' és un àlies de `%s'"86528653#: builtin/help.c:462 builtin/help.c:4798654#, c-format8655msgid "usage: %s%s"8656msgstr "ús: %s%s"86578658#: builtin/index-pack.c:1548659#, c-format8660msgid "unable to open %s"8661msgstr "no s'ha pogut obrir %s"86628663#: builtin/index-pack.c:2048664#, c-format8665msgid "object type mismatch at %s"8666msgstr "hi ha una discordança de tipus d'objecte a %s"86678668#: builtin/index-pack.c:2248669#, c-format8670msgid "did not receive expected object %s"8671msgstr "no s'ha rebut l'objecte esperat %s"86728673#: builtin/index-pack.c:2278674#, c-format8675msgid "object %s: expected type %s, found %s"8676msgstr "objecte %s: tipus %s esperat, %s trobat"86778678#: builtin/index-pack.c:2698679#, c-format8680msgid "cannot fill %d byte"8681msgid_plural "cannot fill %d bytes"8682msgstr[0] "no es pot omplir %d octet"8683msgstr[1] "no es pot omplir %d octets"86848685#: builtin/index-pack.c:2798686msgid "early EOF"8687msgstr "EOF prematur"86888689#: builtin/index-pack.c:2808690msgid "read error on input"8691msgstr "error de lectura d'entrada"86928693#: builtin/index-pack.c:2928694msgid "used more bytes than were available"8695msgstr "s'han usat més octets que hi havia disponibles"86968697#: builtin/index-pack.c:2998698msgid "pack too large for current definition of off_t"8699msgstr "paquet massa gran per a la definició actual d'off_t"87008701#: builtin/index-pack.c:302 builtin/unpack-objects.c:928702msgid "pack exceeds maximum allowed size"8703msgstr "el paquet supera la mida màxima permesa"87048705#: builtin/index-pack.c:3178706#, c-format8707msgid "unable to create '%s'"8708msgstr "no s'ha pogut crear '%s'"87098710#: builtin/index-pack.c:3228711#, c-format8712msgid "cannot open packfile '%s'"8713msgstr "no es pot obrir el fitxer de paquet '%s'"87148715#: builtin/index-pack.c:3368716msgid "pack signature mismatch"8717msgstr "hi ha una discordança de signatura de paquet"87188719#: builtin/index-pack.c:3388720#, c-format8721msgid "pack version %<PRIu32> unsupported"8722msgstr "la versió de paquet %<PRIu32> no és compatible"87238724#: builtin/index-pack.c:3568725#, c-format8726msgid "pack has bad object at offset %<PRIuMAX>: %s"8727msgstr "el paquet té un objecte dolent a la posició %<PRIuMAX>: %s"87288729#: builtin/index-pack.c:4788730#, c-format8731msgid "inflate returned %d"8732msgstr "la inflació ha retornat %d"87338734#: builtin/index-pack.c:5278735msgid "offset value overflow for delta base object"8736msgstr "desbordament de valor de desplaçament per a l'objecte base de delta"87378738#: builtin/index-pack.c:5358739msgid "delta base offset is out of bound"8740msgstr "el desplaçament de base de delta està fora de límits"87418742#: builtin/index-pack.c:5438743#, c-format8744msgid "unknown object type %d"8745msgstr "tipus d'objecte desconegut %d"87468747#: builtin/index-pack.c:5748748msgid "cannot pread pack file"8749msgstr "no es pot fer pread en el fitxer de paquet"87508751#: builtin/index-pack.c:5768752#, c-format8753msgid "premature end of pack file, %<PRIuMAX> byte missing"8754msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"8755msgstr[0] "el final del fitxer de paquet és prematur, manca %<PRIuMAX> octet"8756msgstr[1] ""8757"el final del fitxer de paquet és prematur, manquen %<PRIuMAX> octets"87588759#: builtin/index-pack.c:6028760msgid "serious inflate inconsistency"8761msgstr "hi ha una inconsistència seriosa d'inflació"87628763#: builtin/index-pack.c:748 builtin/index-pack.c:754 builtin/index-pack.c:7778764#: builtin/index-pack.c:813 builtin/index-pack.c:8228765#, c-format8766msgid "SHA1 COLLISION FOUND WITH %s !"8767msgstr "S'HA TROBAT UNA COL·LISIÓ SHA1 AMB %s !"87688769#: builtin/index-pack.c:751 builtin/pack-objects.c:1648770#: builtin/pack-objects.c:2568771#, c-format8772msgid "unable to read %s"8773msgstr "no s'ha pogut llegir %s"87748775#: builtin/index-pack.c:8198776#, c-format8777msgid "cannot read existing object %s"8778msgstr "no es pot llegir l'objecte existent %s"87798780#: builtin/index-pack.c:8338781#, c-format8782msgid "invalid blob object %s"8783msgstr "objecte de blob no vàlid %s"87848785#: builtin/index-pack.c:8478786#, c-format8787msgid "invalid %s"8788msgstr "%s no vàlid"87898790#: builtin/index-pack.c:8508791msgid "Error in object"8792msgstr "Error en objecte"87938794#: builtin/index-pack.c:8528795#, c-format8796msgid "Not all child objects of %s are reachable"8797msgstr "No tots els objectes fills de %s són abastables"87988799#: builtin/index-pack.c:924 builtin/index-pack.c:9558800msgid "failed to apply delta"8801msgstr "s'ha produït un error en aplicar la delta"88028803#: builtin/index-pack.c:11258804msgid "Receiving objects"8805msgstr "S'estan rebent objectes"88068807#: builtin/index-pack.c:11258808msgid "Indexing objects"8809msgstr "S'estan indexant objectes"88108811#: builtin/index-pack.c:11578812msgid "pack is corrupted (SHA1 mismatch)"8813msgstr "el paquet és malmès (discordança SHA1)"88148815#: builtin/index-pack.c:11628816msgid "cannot fstat packfile"8817msgstr "no es pot fer fstat en el fitxer de paquet"88188819#: builtin/index-pack.c:11658820msgid "pack has junk at the end"8821msgstr "el paquet té brossa al seu final"88228823#: builtin/index-pack.c:11768824msgid "confusion beyond insanity in parse_pack_objects()"8825msgstr "confusió més enllà de la bogeria en parse_pack_objects()"88268827#: builtin/index-pack.c:11998828msgid "Resolving deltas"8829msgstr "S'estan resolent les deltes"88308831#: builtin/index-pack.c:12108832#, c-format8833msgid "unable to create thread: %s"8834msgstr "no s'ha pogut crear fil: %s"88358836#: builtin/index-pack.c:12528837msgid "confusion beyond insanity"8838msgstr "confusió més enllà de la bogeria"88398840#: builtin/index-pack.c:12588841#, c-format8842msgid "completed with %d local object"8843msgid_plural "completed with %d local objects"8844msgstr[0] "s'ha completat amb %d objecte local"8845msgstr[1] "s'ha completat amb %d objectes locals"88468847#: builtin/index-pack.c:12708848#, c-format8849msgid "Unexpected tail checksum for %s (disk corruption?)"8850msgstr "Suma de verificació final no esperada per a %s (corrupció de disc?)"88518852#: builtin/index-pack.c:12748853#, c-format8854msgid "pack has %d unresolved delta"8855msgid_plural "pack has %d unresolved deltas"8856msgstr[0] "El paquet té %d delta no resolta"8857msgstr[1] "El paquet té %d deltes no resoltes"88588859#: builtin/index-pack.c:12988860#, c-format8861msgid "unable to deflate appended object (%d)"8862msgstr "no s'ha pogut desinflar l'objecte annexat (%d)"88638864#: builtin/index-pack.c:13748865#, c-format8866msgid "local object %s is corrupt"8867msgstr "l'objecte local %s és malmès"88688869#: builtin/index-pack.c:13988870msgid "error while closing pack file"8871msgstr "error en tancar el fitxer de paquet"88728873#: builtin/index-pack.c:14118874#, c-format8875msgid "cannot write keep file '%s'"8876msgstr "no es pot escriure el fitxer a retenir '%s'"88778878#: builtin/index-pack.c:14198879#, c-format8880msgid "cannot close written keep file '%s'"8881msgstr "no es pot tancar el fitxer escrit a retenir '%s'"88828883#: builtin/index-pack.c:14328884msgid "cannot store pack file"8885msgstr "no es pot emmagatzemar el fitxer de paquet"88868887#: builtin/index-pack.c:14438888msgid "cannot store index file"8889msgstr "no es pot emmagatzemar el fitxer d'índex"88908891#: builtin/index-pack.c:14768892#, c-format8893msgid "bad pack.indexversion=%<PRIu32>"8894msgstr "pack.indexversion=%<PRIu32> dolent"88958896#: builtin/index-pack.c:1486 builtin/index-pack.c:16838897#, c-format8898msgid "no threads support, ignoring %s"8899msgstr "no hi ha suport de fils, s'està ignorant %s"89008901#: builtin/index-pack.c:15448902#, c-format8903msgid "Cannot open existing pack file '%s'"8904msgstr "No es pot obrir el fitxer de paquet existent '%s'"89058906#: builtin/index-pack.c:15468907#, c-format8908msgid "Cannot open existing pack idx file for '%s'"8909msgstr "No es pot obrir el fitxer d'índex de paquets existent de '%s'"89108911#: builtin/index-pack.c:15938912#, c-format8913msgid "non delta: %d object"8914msgid_plural "non delta: %d objects"8915msgstr[0] "sense delta: %d objecte"8916msgstr[1] "sense delta: %d objectes"89178918#: builtin/index-pack.c:16008919#, c-format8920msgid "chain length = %d: %lu object"8921msgid_plural "chain length = %d: %lu objects"8922msgstr[0] "longitud de cadena = %d: %lu objecte"8923msgstr[1] "longitud de cadena = %d: %lu objectes"89248925#: builtin/index-pack.c:16138926#, c-format8927msgid "packfile name '%s' does not end with '.pack'"8928msgstr "el nom del fitxer de paquet '%s' no acaba amb '.pack'"89298930#: builtin/index-pack.c:1695 builtin/index-pack.c:16988931#: builtin/index-pack.c:1714 builtin/index-pack.c:17188932#, c-format8933msgid "bad %s"8934msgstr "%s dolent"89358936#: builtin/index-pack.c:17348937msgid "--fix-thin cannot be used without --stdin"8938msgstr "--fix-thin no es pot usar sense --stdin"89398940#: builtin/index-pack.c:17368941msgid "--stdin requires a git repository"8942msgstr "--stdin requereix d'un dipòsit git"89438944#: builtin/index-pack.c:17448945msgid "--verify with no packfile name given"8946msgstr "s'ha donat --verify sense nom de fitxer de paquet"89478948#: builtin/init-db.c:548949#, c-format8950msgid "cannot stat '%s'"8951msgstr "no es pot fer stat en '%s'"89528953#: builtin/init-db.c:608954#, c-format8955msgid "cannot stat template '%s'"8956msgstr "no es pot fer stat en la plantilla '%s'"89578958#: builtin/init-db.c:658959#, c-format8960msgid "cannot opendir '%s'"8961msgstr "no es pot fer opendir en el directori '%s'"89628963#: builtin/init-db.c:768964#, c-format8965msgid "cannot readlink '%s'"8966msgstr "no es pot fer readlink en '%s'"89678968#: builtin/init-db.c:788969#, c-format8970msgid "cannot symlink '%s' '%s'"8971msgstr "no es pot fer symlink en '%s' '%s'"89728973#: builtin/init-db.c:848974#, c-format8975msgid "cannot copy '%s' to '%s'"8976msgstr "no es pot copiar '%s' a '%s'"89778978#: builtin/init-db.c:888979#, c-format8980msgid "ignoring template %s"8981msgstr "s'està ignorant la plantilla %s"89828983#: builtin/init-db.c:1198984#, c-format8985msgid "templates not found %s"8986msgstr "no s'han trobat les plantilles %s"89878988#: builtin/init-db.c:1348989#, c-format8990msgid "not copying templates from '%s': %s"8991msgstr "no s'està copiant plantilles de '%s': %s"89928993#: builtin/init-db.c:3278994#, c-format8995msgid "unable to handle file type %d"8996msgstr "no s'ha pogut gestionar el tipus de fitxer %d"89978998#: builtin/init-db.c:3308999#, c-format9000msgid "unable to move %s to %s"9001msgstr "no s'ha pogut moure %s a %s"90029003#: builtin/init-db.c:347 builtin/init-db.c:3509004#, c-format9005msgid "%s already exists"9006msgstr "%s ja existeix"90079008#: builtin/init-db.c:4039009#, c-format9010msgid "Reinitialized existing shared Git repository in %s%s\n"9011msgstr "S'ha reinicialitzat el dipòsit compartit existent del Git en %s%s\n"90129013#: builtin/init-db.c:4049014#, c-format9015msgid "Reinitialized existing Git repository in %s%s\n"9016msgstr "S'ha reinicialitzat el dipòsit existent del Git en %s%s\n"90179018#: builtin/init-db.c:4089019#, c-format9020msgid "Initialized empty shared Git repository in %s%s\n"9021msgstr "S'ha inicialitzat un dipòsit compartit buit del Git en %s%s\n"90229023#: builtin/init-db.c:4099024#, c-format9025msgid "Initialized empty Git repository in %s%s\n"9026msgstr "S'ha inicialitzat un dipòsit buit del Git en %s%s\n"90279028#: builtin/init-db.c:4579029msgid ""9030"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"9031"shared[=<permissions>]] [<directory>]"9032msgstr ""9033"git init [-q | --quiet] [--bare] [--template=<directori-de-plantilla>] [--"9034"shared[=<permisos>]] [<directori>]"90359036#: builtin/init-db.c:4809037msgid "permissions"9038msgstr "permisos"90399040#: builtin/init-db.c:4819041msgid "specify that the git repository is to be shared amongst several users"9042msgstr "especifica que el dipòsit de git es compartirà entre diversos usuaris"90439044#: builtin/init-db.c:515 builtin/init-db.c:5209045#, c-format9046msgid "cannot mkdir %s"9047msgstr "no es pot mkdir %s"90489049#: builtin/init-db.c:5249050#, c-format9051msgid "cannot chdir to %s"9052msgstr "no es pot canviar de directori a %s"90539054#: builtin/init-db.c:5459055#, c-format9056msgid ""9057"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"9058"dir=<directory>)"9059msgstr ""9060"no es permet %s (o --work-tree=<directori>) sense especificar %s (o --git-"9061"dir=<directori>)"90629063#: builtin/init-db.c:5739064#, c-format9065msgid "Cannot access work tree '%s'"9066msgstr "No es pot accedir a l'arbre de treball '%s'"90679068#: builtin/interpret-trailers.c:159069msgid ""9070"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "9071"<token>[(=|:)<value>])...] [<file>...]"9072msgstr ""9073"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "9074"<testimoni>[(=|:)<valor>])...] [<fitxer>...]"90759076#: builtin/interpret-trailers.c:269077msgid "edit files in place"9078msgstr "edita els fitxers in situ"90799080#: builtin/interpret-trailers.c:279081msgid "trim empty trailers"9082msgstr "escurça els remolcs buits"90839084#: builtin/interpret-trailers.c:289085msgid "trailer"9086msgstr "remolc"90879088#: builtin/interpret-trailers.c:299089msgid "trailer(s) to add"9090msgstr "remolcs a afegir"90919092#: builtin/interpret-trailers.c:429093msgid "no input file given for in-place editing"9094msgstr "no s'ha donat cap fitxer d'entrada per a edició in situ"90959096#: builtin/log.c:449097msgid "git log [<options>] [<revision-range>] [[--] <path>...]"9098msgstr "git log [<opcions>] [<rang-de-revisions>] [[--] <camí>...]"90999100#: builtin/log.c:459101msgid "git show [<options>] <object>..."9102msgstr "git show [<opcions>] <objecte>..."91039104#: builtin/log.c:849105#, c-format9106msgid "invalid --decorate option: %s"9107msgstr "opció --decorate no vàlida: %s"91089109#: builtin/log.c:1399110msgid "suppress diff output"9111msgstr "omet la sortida de diferències"91129113#: builtin/log.c:1409114msgid "show source"9115msgstr "mostra la font"91169117#: builtin/log.c:1419118msgid "Use mail map file"9119msgstr "Usa el fitxer de mapa de correu"91209121#: builtin/log.c:1429122msgid "decorate options"9123msgstr "opcions de decoració"91249125#: builtin/log.c:1459126msgid "Process line range n,m in file, counting from 1"9127msgstr "Processa el rang de línies n,m en el fitxer, comptant des d'1"91289129#: builtin/log.c:2419130#, c-format9131msgid "Final output: %d %s\n"9132msgstr "Sortida final: %d %s\n"91339134#: builtin/log.c:4869135#, c-format9136msgid "git show %s: bad file"9137msgstr "git show %s: fitxer dolent"91389139#: builtin/log.c:500 builtin/log.c:5949140#, c-format9141msgid "Could not read object %s"9142msgstr "No es pot llegir l'objecte %s"91439144#: builtin/log.c:6189145#, c-format9146msgid "Unknown type: %d"9147msgstr "Tipus desconegut: %d"91489149#: builtin/log.c:7399150msgid "format.headers without value"9151msgstr "format.headers sense valor"91529153#: builtin/log.c:8399154msgid "name of output directory is too long"9155msgstr "el nom del directori de sortida és massa llarg"91569157#: builtin/log.c:8549158#, c-format9159msgid "Cannot open patch file %s"9160msgstr "No es pot obrir el fitxer de pedaç %s"91619162#: builtin/log.c:8689163msgid "Need exactly one range."9164msgstr "Cal exactament un rang."91659166#: builtin/log.c:8789167msgid "Not a range."9168msgstr "No és un rang."91699170#: builtin/log.c:9849171msgid "Cover letter needs email format"9172msgstr "La carta de presentació necessita el format de correu electrònic"91739174#: builtin/log.c:10639175#, c-format9176msgid "insane in-reply-to: %s"9177msgstr "in-reply-to boig: %s"91789179#: builtin/log.c:10919180msgid "git format-patch [<options>] [<since> | <revision-range>]"9181msgstr "git format-patch [<opcions>] [<des-de> | <rang-de-revisions>]"91829183#: builtin/log.c:11419184msgid "Two output directories?"9185msgstr "Hi ha dos directoris de sortida?"91869187#: builtin/log.c:1248 builtin/log.c:1891 builtin/log.c:1893 builtin/log.c:19059188#, c-format9189msgid "Unknown commit %s"9190msgstr "Comissió desconeguda %s"91919192#: builtin/log.c:1258 builtin/notes.c:884 builtin/tag.c:4769193#, c-format9194msgid "Failed to resolve '%s' as a valid ref."9195msgstr "S'ha produït un error en resoldre '%s' com a referència vàlida."91969197#: builtin/log.c:12639198msgid "Could not find exact merge base."9199msgstr "No s'ha pogut trobar la base exacta de fusió."92009201#: builtin/log.c:12679202msgid ""9203"Failed to get upstream, if you want to record base commit automatically,\n"9204"please use git branch --set-upstream-to to track a remote branch.\n"9205"Or you could specify base commit by --base=<base-commit-id> manually."9206msgstr ""9207"S'ha produït un error en obtenir la font. Si voleu registrar la comissió "9208"base\n"9209"automàticament, si us plau, useu git branch --set-upstream-to per a\n"9210"seguir una branca remot. O podeu especificar la comissió base manualment\n"9211"amb --base=<id-de-comissió-base>."92129213#: builtin/log.c:12879214msgid "Failed to find exact merge base"9215msgstr "S'ha produït un error en trobar la base exacta de fusió."92169217#: builtin/log.c:12989218msgid "base commit should be the ancestor of revision list"9219msgstr "la comissió base ha de ser l'avantpassat de la llista de revisions"92209221#: builtin/log.c:13029222msgid "base commit shouldn't be in revision list"9223msgstr "la comissió base no ha de ser en la llista de revisions"92249225#: builtin/log.c:13519226msgid "cannot get patch id"9227msgstr "no es pot obtenir l'id del pedaç"92289229#: builtin/log.c:14089230msgid "use [PATCH n/m] even with a single patch"9231msgstr "usa [PATCH n/m] fins i tot amb un sol pedaç"92329233#: builtin/log.c:14119234msgid "use [PATCH] even with multiple patches"9235msgstr "usa [PATCH] fins i tot amb múltiples pedaços"92369237#: builtin/log.c:14159238msgid "print patches to standard out"9239msgstr "imprimeix els pedaços a la sortida estàndard"92409241#: builtin/log.c:14179242msgid "generate a cover letter"9243msgstr "genera una carta de presentació"92449245#: builtin/log.c:14199246msgid "use simple number sequence for output file names"9247msgstr "usa una seqüència de números per als noms dels fitxers de sortida"92489249#: builtin/log.c:14209250msgid "sfx"9251msgstr "sufix"92529253#: builtin/log.c:14219254msgid "use <sfx> instead of '.patch'"9255msgstr "usa <sufix> en lloc de '.patch'"92569257#: builtin/log.c:14239258msgid "start numbering patches at <n> instead of 1"9259msgstr "comença numerant els pedaços a <n> en lloc d'1"92609261#: builtin/log.c:14259262msgid "mark the series as Nth re-roll"9263msgstr "marca la sèrie com a l'enèsima llançada"92649265#: builtin/log.c:14279266msgid "Use [RFC PATCH] instead of [PATCH]"9267msgstr "Usa [RFC PATCH] en lloc de [PATCH]"92689269#: builtin/log.c:14309270msgid "Use [<prefix>] instead of [PATCH]"9271msgstr "Usa [<prefix>] en lloc de [PATCH]"92729273#: builtin/log.c:14339274msgid "store resulting files in <dir>"9275msgstr "emmagatzema els fitxers resultants a <directori>"92769277#: builtin/log.c:14369278msgid "don't strip/add [PATCH]"9279msgstr "no despullis/afegeixis [PATCH]"92809281#: builtin/log.c:14399282msgid "don't output binary diffs"9283msgstr "no emetis diferències binàries"92849285#: builtin/log.c:14419286msgid "output all-zero hash in From header"9287msgstr "emet un hash de tots zeros en la capçalera From"92889289#: builtin/log.c:14439290msgid "don't include a patch matching a commit upstream"9291msgstr "no incloguis pedaços que coincideixin amb comissions a la font"92929293#: builtin/log.c:14459294msgid "show patch format instead of default (patch + stat)"9295msgstr ""9296"mostra el format de pedaç en lloc del per defecte (pedaç + estadístiques)"92979298#: builtin/log.c:14479299msgid "Messaging"9300msgstr "Missatgeria"93019302#: builtin/log.c:14489303msgid "header"9304msgstr "capçalera"93059306#: builtin/log.c:14499307msgid "add email header"9308msgstr "afegeix una capçalera de correu electrònic"93099310#: builtin/log.c:1450 builtin/log.c:14529311msgid "email"9312msgstr "correu electrònic"93139314#: builtin/log.c:14509315msgid "add To: header"9316msgstr "afegeix la capçalera To:"93179318#: builtin/log.c:14529319msgid "add Cc: header"9320msgstr "afegeix la capçalera Cc:"93219322#: builtin/log.c:14549323msgid "ident"9324msgstr "identitat"93259326#: builtin/log.c:14559327msgid "set From address to <ident> (or committer ident if absent)"9328msgstr ""9329"estableix l'adreça From a <identitat> (o la identitat del comitent si manca)"93309331#: builtin/log.c:14579332msgid "message-id"9333msgstr "ID de missatge"93349335#: builtin/log.c:14589336msgid "make first mail a reply to <message-id>"9337msgstr "fes que el primer missatge sigui una resposta a <ID de missatge>"93389339#: builtin/log.c:1459 builtin/log.c:14629340msgid "boundary"9341msgstr "límit"93429343#: builtin/log.c:14609344msgid "attach the patch"9345msgstr "ajunta el pedaç"93469347#: builtin/log.c:14639348msgid "inline the patch"9349msgstr "posa el pedaç en el cos"93509351#: builtin/log.c:14679352msgid "enable message threading, styles: shallow, deep"9353msgstr "habilita l'enfilada de missatges, estils: shallow, deep"93549355#: builtin/log.c:14699356msgid "signature"9357msgstr "signatura"93589359#: builtin/log.c:14709360msgid "add a signature"9361msgstr "afegeix una signatura"93629363#: builtin/log.c:14719364msgid "base-commit"9365msgstr "comissió base"93669367#: builtin/log.c:14729368msgid "add prerequisite tree info to the patch series"9369msgstr "afegeix la informació d'arbre prerequerida a la sèrie de pedaços"93709371#: builtin/log.c:14749372msgid "add a signature from a file"9373msgstr "afegeix una signatura des d'un fitxer"93749375#: builtin/log.c:14759376msgid "don't print the patch filenames"9377msgstr "no imprimeixis els noms de fitxer del pedaç"93789379#: builtin/log.c:15659380msgid "-n and -k are mutually exclusive."9381msgstr "-n i -k són mutualment exclusius."93829383#: builtin/log.c:15679384msgid "--subject-prefix/--rfc and -k are mutually exclusive."9385msgstr "--subject-prefix/--rfc i -k són mutualment exclusius."93869387#: builtin/log.c:15759388msgid "--name-only does not make sense"9389msgstr "--name-only no té sentit"93909391#: builtin/log.c:15779392msgid "--name-status does not make sense"9393msgstr "--name-status no té sentit"93949395#: builtin/log.c:15799396msgid "--check does not make sense"9397msgstr "--check no té sentit"93989399#: builtin/log.c:16099400msgid "standard output, or directory, which one?"9401msgstr "sortida estàndard o directori, quin dels dos?"94029403#: builtin/log.c:16119404#, c-format9405msgid "Could not create directory '%s'"9406msgstr "No s'ha pogut crear el directori '%s'"94079408#: builtin/log.c:17059409#, c-format9410msgid "unable to read signature file '%s'"9411msgstr "no s'ha pogut llegir el fitxer de signatura '%s'"94129413#: builtin/log.c:17779414msgid "Failed to create output files"9415msgstr "S'ha produït un error en crear els fitxers de sortida"94169417#: builtin/log.c:18269418msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"9419msgstr "git cherry [-v] [<font> [<cap> [<límit>]]]"94209421#: builtin/log.c:18809422#, c-format9423msgid ""9424"Could not find a tracked remote branch, please specify <upstream> manually.\n"9425msgstr ""9426"No s'ha pogut trobar una branca remota seguida. Si us plau, especifiqueu "9427"<font> manualment.\n"94289429#: builtin/ls-files.c:4609430msgid "git ls-files [<options>] [<file>...]"9431msgstr "git ls-files [<opcions>] [<fitxer>...]"94329433#: builtin/ls-files.c:5099434msgid "identify the file status with tags"9435msgstr "identifica l'estat de fitxer amb etiquetes"94369437#: builtin/ls-files.c:5119438msgid "use lowercase letters for 'assume unchanged' files"9439msgstr "usa lletres minúscules per als fitxers 'assume unchanged'"94409441#: builtin/ls-files.c:5139442msgid "show cached files in the output (default)"9443msgstr ""9444"mostra en la sortida els fitxers desats en la memòria cau (per defecte)"94459446#: builtin/ls-files.c:5159447msgid "show deleted files in the output"9448msgstr "mostra en la sortida els fitxers suprimits"94499450#: builtin/ls-files.c:5179451msgid "show modified files in the output"9452msgstr "mostra en la sortida els fitxers modificats"94539454#: builtin/ls-files.c:5199455msgid "show other files in the output"9456msgstr "mostra en la sortida els altres fitxers"94579458#: builtin/ls-files.c:5219459msgid "show ignored files in the output"9460msgstr "mostra en la sortida els fitxers ignorats"94619462#: builtin/ls-files.c:5249463msgid "show staged contents' object name in the output"9464msgstr "mostra en la sortida el nom d'objecte dels continguts «stage»"94659466#: builtin/ls-files.c:5269467msgid "show files on the filesystem that need to be removed"9468msgstr "mostra els fitxers en el sistema de fitxers que s'han d'eliminar"94699470#: builtin/ls-files.c:5289471msgid "show 'other' directories' names only"9472msgstr "mostra només els noms dels directoris 'other'"94739474#: builtin/ls-files.c:5309475msgid "show line endings of files"9476msgstr "mostra els terminadors de línia dels fitxers"94779478#: builtin/ls-files.c:5329479msgid "don't show empty directories"9480msgstr "no mostris els directoris buits"94819482#: builtin/ls-files.c:5359483msgid "show unmerged files in the output"9484msgstr "mostra en la sortida els fitxers sense fusionar"94859486#: builtin/ls-files.c:5379487msgid "show resolve-undo information"9488msgstr "mostra la informació de resolució de desfet"94899490#: builtin/ls-files.c:5399491msgid "skip files matching pattern"9492msgstr "omet els fitxers coincidents amb el patró"94939494#: builtin/ls-files.c:5429495msgid "exclude patterns are read from <file>"9496msgstr "els patrons d'exclusió es llegeixen de <fitxer>"94979498#: builtin/ls-files.c:5459499msgid "read additional per-directory exclude patterns in <file>"9500msgstr "llegeix els patrons addicionals d'exclusió per directori en <fitxer>"95019502#: builtin/ls-files.c:5479503msgid "add the standard git exclusions"9504msgstr "afegeix les exclusions estàndards de git"95059506#: builtin/ls-files.c:5509507msgid "make the output relative to the project top directory"9508msgstr "fes que la sortida sigui relativa al directori superior del projecte"95099510#: builtin/ls-files.c:5539511msgid "recurse through submodules"9512msgstr "inclou recursivament als submòduls"95139514#: builtin/ls-files.c:5559515msgid "if any <file> is not in the index, treat this as an error"9516msgstr "si qualsevol <fitxer> no és en l'índex, tracta-ho com a error"95179518#: builtin/ls-files.c:5569519msgid "tree-ish"9520msgstr "arbre"95219522#: builtin/ls-files.c:5579523msgid "pretend that paths removed since <tree-ish> are still present"9524msgstr ""9525"pretén que els camins eliminats després de <arbre> encara siguin presents"95269527#: builtin/ls-files.c:5599528msgid "show debugging data"9529msgstr "mostra les dades de depuració"95309531#: builtin/ls-remote.c:79532msgid ""9533"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"9534" [-q | --quiet] [--exit-code] [--get-url]\n"9535" [--symref] [<repository> [<refs>...]]"9536msgstr ""9537"git ls-remote [--heads] [--tags] [--refs]\n"9538" [--upload-pack=<executable>] [-q | --quiet]\n"9539" [--exit-code] [--get-url] [--symref]\n"9540" [<dipòsit> [<referències>...]]"95419542#: builtin/ls-remote.c:509543msgid "do not print remote URL"9544msgstr "no imprimeixis l'URL remot"95459546#: builtin/ls-remote.c:51 builtin/ls-remote.c:539547msgid "exec"9548msgstr "executable"95499550#: builtin/ls-remote.c:52 builtin/ls-remote.c:549551msgid "path of git-upload-pack on the remote host"9552msgstr "camí a git-upload-pack en la màquina remota"95539554#: builtin/ls-remote.c:569555msgid "limit to tags"9556msgstr "limita a etiquetes"95579558#: builtin/ls-remote.c:579559msgid "limit to heads"9560msgstr "limita a caps"95619562#: builtin/ls-remote.c:589563msgid "do not show peeled tags"9564msgstr "no mostris les etiquetes pelades"95659566#: builtin/ls-remote.c:609567msgid "take url.<base>.insteadOf into account"9568msgstr "tingues en compte url.<base>.insteadOf"95699570#: builtin/ls-remote.c:629571msgid "exit with exit code 2 if no matching refs are found"9572msgstr "surt amb codi de sortida 2 si no es troba cap referència coincident"95739574#: builtin/ls-remote.c:649575msgid "show underlying ref in addition to the object pointed by it"9576msgstr "mostra la referència subjacent a més de l'objecte que senyali"95779578#: builtin/ls-tree.c:289579msgid "git ls-tree [<options>] <tree-ish> [<path>...]"9580msgstr "git ls-tree [<opcions>] <arbre> [<camí>...]"95819582#: builtin/ls-tree.c:1269583msgid "only show trees"9584msgstr "mostra només els arbres"95859586#: builtin/ls-tree.c:1289587msgid "recurse into subtrees"9588msgstr "inclou recursivament als subarbres"95899590#: builtin/ls-tree.c:1309591msgid "show trees when recursing"9592msgstr "mostra els arbres en recursar"95939594#: builtin/ls-tree.c:1339595msgid "terminate entries with NUL byte"9596msgstr "acaba les entrades amb un octet NUL"95979598#: builtin/ls-tree.c:1349599msgid "include object size"9600msgstr "mida de l'objecte d'inclusió"96019602#: builtin/ls-tree.c:136 builtin/ls-tree.c:1389603msgid "list only filenames"9604msgstr "llista només els noms de fitxer"96059606#: builtin/ls-tree.c:1419607msgid "use full path names"9608msgstr "usa els noms de camí complets"96099610#: builtin/ls-tree.c:1439611msgid "list entire tree; not just current directory (implies --full-name)"9612msgstr ""9613"llista l'arbre sencer; no només el directori actual (implica --full-name)"96149615#: builtin/merge.c:469616msgid "git merge [<options>] [<commit>...]"9617msgstr "git merge [<opcions>] [<comissió>...]"96189619#: builtin/merge.c:479620msgid "git merge [<options>] <msg> HEAD <commit>"9621msgstr "git merge [<opcions>] <missatge> HEAD <comissió>"96229623#: builtin/merge.c:489624msgid "git merge --abort"9625msgstr "git merge --abort"96269627#: builtin/merge.c:499628msgid "git merge --continue"9629msgstr "git merge --continue"96309631#: builtin/merge.c:1049632msgid "switch `m' requires a value"9633msgstr "l'opció `m' requereix un valor"96349635#: builtin/merge.c:1419636#, c-format9637msgid "Could not find merge strategy '%s'.\n"9638msgstr "No s'ha pogut trobar l'estratègia de fusió '%s'.\n"96399640#: builtin/merge.c:1429641#, c-format9642msgid "Available strategies are:"9643msgstr "Les estratègies disponibles són:"96449645#: builtin/merge.c:1479646#, c-format9647msgid "Available custom strategies are:"9648msgstr "Les estratègies personalitzades disponibles són:"96499650#: builtin/merge.c:197 builtin/pull.c:1279651msgid "do not show a diffstat at the end of the merge"9652msgstr "no mostris les estadístiques de diferència al final de la fusió"96539654#: builtin/merge.c:200 builtin/pull.c:1309655msgid "show a diffstat at the end of the merge"9656msgstr "mostra les estadístiques de diferència al final de la fusió"96579658#: builtin/merge.c:201 builtin/pull.c:1339659msgid "(synonym to --stat)"9660msgstr "(sinònim de --stat)"96619662#: builtin/merge.c:203 builtin/pull.c:1369663msgid "add (at most <n>) entries from shortlog to merge commit message"9664msgstr ""9665"afegeix (com a màxim <n>) entrades del registre curt al missatge de comissió "9666"de fusió"96679668#: builtin/merge.c:206 builtin/pull.c:1399669msgid "create a single commit instead of doing a merge"9670msgstr "crea una única comissió en lloc de fusionar"96719672#: builtin/merge.c:208 builtin/pull.c:1429673msgid "perform a commit if the merge succeeds (default)"9674msgstr "realitza una comissió si la fusió té èxit (per defecte)"96759676#: builtin/merge.c:210 builtin/pull.c:1459677msgid "edit message before committing"9678msgstr "edita el missatge abans de cometre"96799680#: builtin/merge.c:2119681msgid "allow fast-forward (default)"9682msgstr "permet l'avanç ràpid (per defecte)"96839684#: builtin/merge.c:213 builtin/pull.c:1519685msgid "abort if fast-forward is not possible"9686msgstr "avorta si l'avanç ràpid no és possible"96879688#: builtin/merge.c:217 builtin/pull.c:1549689msgid "verify that the named commit has a valid GPG signature"9690msgstr "verifica que la comissió anomenada tingui una signatura GPG vàlida"96919692#: builtin/merge.c:218 builtin/notes.c:774 builtin/pull.c:1589693#: builtin/revert.c:899694msgid "strategy"9695msgstr "estratègia"96969697#: builtin/merge.c:219 builtin/pull.c:1599698msgid "merge strategy to use"9699msgstr "estratègia de fusió a usar"97009701#: builtin/merge.c:220 builtin/pull.c:1629702msgid "option=value"9703msgstr "opció=valor"97049705#: builtin/merge.c:221 builtin/pull.c:1639706msgid "option for selected merge strategy"9707msgstr "opció per a l'estratègia de fusió seleccionada"97089709#: builtin/merge.c:2239710msgid "merge commit message (for a non-fast-forward merge)"9711msgstr "missatge de comissió de fusió (per a una fusió no d'avanç ràpid)"97129713#: builtin/merge.c:2279714msgid "abort the current in-progress merge"9715msgstr "avorta la fusió en curs actual"97169717#: builtin/merge.c:2299718msgid "continue the current in-progress merge"9719msgstr "continua la fusió en curs actual"97209721#: builtin/merge.c:231 builtin/pull.c:1709722msgid "allow merging unrelated histories"9723msgstr "permet fusionar històries no relacionades"97249725#: builtin/merge.c:2599726msgid "could not run stash."9727msgstr "no s'ha pogut executar stash."97289729#: builtin/merge.c:2649730msgid "stash failed"9731msgstr "l'emmagatzemament ha fallat"97329733#: builtin/merge.c:2699734#, c-format9735msgid "not a valid object: %s"9736msgstr "no és un objecte vàlid: %s"97379738#: builtin/merge.c:288 builtin/merge.c:3059739msgid "read-tree failed"9740msgstr "read-tree ha fallat"97419742#: builtin/merge.c:3359743msgid " (nothing to squash)"9744msgstr " (res a fer «squash»)"97459746#: builtin/merge.c:3469747#, c-format9748msgid "Squash commit -- not updating HEAD\n"9749msgstr "Comissió «squash» -- no s'està actualitzant HEAD\n"97509751#: builtin/merge.c:3969752#, c-format9753msgid "No merge message -- not updating HEAD\n"9754msgstr "Cap missatge de fusió -- no s'està actualitzant HEAD\n"97559756#: builtin/merge.c:4479757#, c-format9758msgid "'%s' does not point to a commit"9759msgstr "'%s' no assenyala una comissió"97609761#: builtin/merge.c:5379762#, c-format9763msgid "Bad branch.%s.mergeoptions string: %s"9764msgstr "Cadena branch.%s.mergeoptions dolenta: %s"97659766#: builtin/merge.c:6569767msgid "Not handling anything other than two heads merge."9768msgstr "No s'està gestionant res a part de la fusió de dos caps."97699770#: builtin/merge.c:6709771#, c-format9772msgid "Unknown option for merge-recursive: -X%s"9773msgstr "Opció desconeguda de merge-recursive: -X%s"97749775#: builtin/merge.c:6859776#, c-format9777msgid "unable to write %s"9778msgstr "no s'ha pogut escriure %s"97799780#: builtin/merge.c:7379781#, c-format9782msgid "Could not read from '%s'"9783msgstr "No s'ha pogut llegir de '%s'"97849785#: builtin/merge.c:7469786#, c-format9787msgid "Not committing merge; use 'git commit' to complete the merge.\n"9788msgstr ""9789"No s'està cometent la fusió; useu 'git commit' per a completar la fusió.\n"97909791#: builtin/merge.c:7529792#, c-format9793msgid ""9794"Please enter a commit message to explain why this merge is necessary,\n"9795"especially if it merges an updated upstream into a topic branch.\n"9796"\n"9797"Lines starting with '%c' will be ignored, and an empty message aborts\n"9798"the commit.\n"9799msgstr ""9800"Si us plau, introduïu un missatge de comissió per a explicar per què\n"9801"aquesta fusió és necessària, especialment si fusiona una font\n"9802"actualitzada a una branca temàtica.\n"9803"\n"9804"S'ignoraran les línies que comencin amb '%c', i un missatge buit\n"9805"avorta la comissió.\n"98069807#: builtin/merge.c:7769808msgid "Empty commit message."9809msgstr "El missatge de comissió és buit."98109811#: builtin/merge.c:7969812#, c-format9813msgid "Wonderful.\n"9814msgstr "Meravellós.\n"98159816#: builtin/merge.c:8519817#, c-format9818msgid "Automatic merge failed; fix conflicts and then commit the result.\n"9819msgstr ""9820"La fusió automàtica ha fallat; arregleu els conflictes i després cometeu el "9821"resultat.\n"98229823#: builtin/merge.c:8679824#, c-format9825msgid "'%s' is not a commit"9826msgstr "'%s' no és una comissió"98279828#: builtin/merge.c:9089829msgid "No current branch."9830msgstr "No hi ha cap branca actual."98319832#: builtin/merge.c:9109833msgid "No remote for the current branch."9834msgstr "No hi ha cap remot per a la branca actual."98359836#: builtin/merge.c:9129837msgid "No default upstream defined for the current branch."9838msgstr "No hi ha cap font per defecte definida per a la branca actual."98399840#: builtin/merge.c:9179841#, c-format9842msgid "No remote-tracking branch for %s from %s"9843msgstr "No hi ha cap branca amb seguiment remot per a %s de %s"98449845#: builtin/merge.c:9649846#, c-format9847msgid "Bad value '%s' in environment '%s'"9848msgstr "Valor dolent '%s' en l'entorn '%s'"98499850#: builtin/merge.c:10389851#, c-format9852msgid "could not close '%s'"9853msgstr "no s'ha pogut tancar '%s'"98549855#: builtin/merge.c:10659856#, c-format9857msgid "not something we can merge in %s: %s"9858msgstr "no és cosa que puguem fusionar en %s: %s"98599860#: builtin/merge.c:10999861msgid "not something we can merge"9862msgstr "no és cosa que puguem fusionar"98639864#: builtin/merge.c:11679865msgid "--abort expects no arguments"9866msgstr "--abort no accepta paràmetres"98679868#: builtin/merge.c:11719869msgid "There is no merge to abort (MERGE_HEAD missing)."9870msgstr "No hi ha fusió a avortar (manca MERGE_HEAD)."98719872#: builtin/merge.c:11839873msgid "--continue expects no arguments"9874msgstr "--continue no accepta paràmetres"98759876#: builtin/merge.c:11879877msgid "There is no merge in progress (MERGE_HEAD missing)."9878msgstr "No hi ha fusió en progrés (manca MERGE_HEAD)."98799880#: builtin/merge.c:12039881msgid ""9882"You have not concluded your merge (MERGE_HEAD exists).\n"9883"Please, commit your changes before you merge."9884msgstr ""9885"No heu conclòs la vostra fusió (MERGE_HEAD existeix).\n"9886"Si us plau, cometeu els vostres canvis abans de fusionar."98879888#: builtin/merge.c:12109889msgid ""9890"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"9891"Please, commit your changes before you merge."9892msgstr ""9893"No heu conclòs el vostre «cherry pick» (CHERRY_PICK_HEAD existeix).\n"9894"Si us plau, cometeu els vostres canvis abans de fusionar."98959896#: builtin/merge.c:12139897msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."9898msgstr "No heu conclòs el vostre «cherry pick» (CHERRY_PICK_HEAD existeix)."98999900#: builtin/merge.c:12229901msgid "You cannot combine --squash with --no-ff."9902msgstr "No podeu combinar --squash amb --no-ff."99039904#: builtin/merge.c:12309905msgid "No commit specified and merge.defaultToUpstream not set."9906msgstr ""9907"No hi ha una comissió especificada i merge.defaultToUpstream no està "9908"establert."99099910#: builtin/merge.c:12479911msgid "Squash commit into empty head not supported yet"9912msgstr "Una comissió «squash» a un HEAD buit encara no es permet"99139914#: builtin/merge.c:12499915msgid "Non-fast-forward commit does not make sense into an empty head"9916msgstr "Una comissió no d'avanç ràpid no té sentit a un HEAD buit"99179918#: builtin/merge.c:12549919#, c-format9920msgid "%s - not something we can merge"9921msgstr "%s - no és una cosa que puguem fusionar"99229923#: builtin/merge.c:12569924msgid "Can merge only exactly one commit into empty head"9925msgstr "Es pot fusionar només una comissió a un HEAD buit"99269927#: builtin/merge.c:13129928#, c-format9929msgid "Commit %s has an untrusted GPG signature, allegedly by %s."9930msgstr "La comissió %s té una signatura GPG no fiable, suposadament de %s."99319932#: builtin/merge.c:13159933#, c-format9934msgid "Commit %s has a bad GPG signature allegedly by %s."9935msgstr "La comissió %s té una signatura GPG dolenta suposadament de %s."99369937#: builtin/merge.c:13189938#, c-format9939msgid "Commit %s does not have a GPG signature."9940msgstr "La comissió %s no té signatura GPG."99419942#: builtin/merge.c:13219943#, c-format9944msgid "Commit %s has a good GPG signature by %s\n"9945msgstr "La comissió %s té una signatura GPG bona de %s\n"99469947#: builtin/merge.c:13839948msgid "refusing to merge unrelated histories"9949msgstr "s'està refusant fusionar històries no relacionades"99509951#: builtin/merge.c:13929952msgid "Already up-to-date."9953msgstr "Ja està al dia."99549955#: builtin/merge.c:14029956#, c-format9957msgid "Updating %s..%s\n"9958msgstr "S'estan actualitzant %s..%s\n"99599960#: builtin/merge.c:14439961#, c-format9962msgid "Trying really trivial in-index merge...\n"9963msgstr "S'està intentant una fusió molt trivial en l'índex...\n"99649965#: builtin/merge.c:14509966#, c-format9967msgid "Nope.\n"9968msgstr "No.\n"99699970#: builtin/merge.c:14759971msgid "Already up-to-date. Yeeah!"9972msgstr "Ja està al dia. Estupend!"99739974#: builtin/merge.c:14819975msgid "Not possible to fast-forward, aborting."9976msgstr "No és possible avançar ràpidament, s'està avortant."99779978#: builtin/merge.c:1504 builtin/merge.c:15839979#, c-format9980msgid "Rewinding the tree to pristine...\n"9981msgstr "S'està rebobinant l'arbre a la pristina...\n"99829983#: builtin/merge.c:15089984#, c-format9985msgid "Trying merge strategy %s...\n"9986msgstr "S'està intentant l'estratègia de fusió %s...\n"99879988#: builtin/merge.c:15749989#, c-format9990msgid "No merge strategy handled the merge.\n"9991msgstr "Cap estratègia de fusió ha gestionat la fusió.\n"99929993#: builtin/merge.c:15769994#, c-format9995msgid "Merge with strategy %s failed.\n"9996msgstr "L'estratègia de fusió %s ha fallat.\n"99979998#: builtin/merge.c:15859999#, c-format10000msgid "Using the %s to prepare resolving by hand.\n"10001msgstr "S'està usant el %s per a preparar la resolució a mà.\n"1000210003#: builtin/merge.c:159710004#, c-format10005msgid "Automatic merge went well; stopped before committing as requested\n"10006msgstr ""10007"La fusió automàtica ha sortit bé; s'ha aturat abans de cometre com s'havia "10008"demanat\n"1000910010#: builtin/merge-base.c:2910011msgid "git merge-base [-a | --all] <commit> <commit>..."10012msgstr "git merge-base [-a | --all] <comissió> <comissió>..."1001310014#: builtin/merge-base.c:3010015msgid "git merge-base [-a | --all] --octopus <commit>..."10016msgstr "git merge-base [-a | --all] --octopus <comissió>..."1001710018#: builtin/merge-base.c:3110019msgid "git merge-base --independent <commit>..."10020msgstr "git merge-base --independent <comissió>..."1002110022#: builtin/merge-base.c:3210023msgid "git merge-base --is-ancestor <commit> <commit>"10024msgstr "git merge-base --is-ancestor <comissió> <comissió>"1002510026#: builtin/merge-base.c:3310027msgid "git merge-base --fork-point <ref> [<commit>]"10028msgstr "git merge-base --fork-point <referència> [<comissió>]"1002910030#: builtin/merge-base.c:21710031msgid "output all common ancestors"10032msgstr "emet tots els avantpassats comuns"1003310034#: builtin/merge-base.c:21910035msgid "find ancestors for a single n-way merge"10036msgstr "troba els avantpassats per a una sola fusió d'n vies"1003710038#: builtin/merge-base.c:22110039msgid "list revs not reachable from others"10040msgstr "llista les revisions no abastables d'altres"1004110042#: builtin/merge-base.c:22310043msgid "is the first one ancestor of the other?"10044msgstr "és la primera un avantpassat de l'altre?"1004510046#: builtin/merge-base.c:22510047msgid "find where <commit> forked from reflog of <ref>"10048msgstr ""10049"troba on <comissió> s'ha bifurcat del registre de referències de <referència>"1005010051#: builtin/merge-file.c:810052msgid ""10053"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "10054"<orig-file> <file2>"10055msgstr ""10056"git merge-file [<opcions>] [-L <nom1> [-L <original> [-L <nom2>]]] <fitxer1> "10057"<fitxer-original> <fitxer2>"1005810059#: builtin/merge-file.c:3310060msgid "send results to standard output"10061msgstr "envia els resultats a la sortida estàndard"1006210063#: builtin/merge-file.c:3410064msgid "use a diff3 based merge"10065msgstr "usa una fusió basada en diff3"1006610067#: builtin/merge-file.c:3510068msgid "for conflicts, use our version"10069msgstr "en conflictes, usa la nostra versió"1007010071#: builtin/merge-file.c:3710072msgid "for conflicts, use their version"10073msgstr "en conflictes, usa la seva versió"1007410075#: builtin/merge-file.c:3910076msgid "for conflicts, use a union version"10077msgstr "en conflictes, usa una versió d'unió"1007810079#: builtin/merge-file.c:4210080msgid "for conflicts, use this marker size"10081msgstr "en conflictes, usa aquesta mida de marcador"1008210083#: builtin/merge-file.c:4310084msgid "do not warn about conflicts"10085msgstr "no avisis de conflictes"1008610087#: builtin/merge-file.c:4510088msgid "set labels for file1/orig-file/file2"10089msgstr "estableix les etiquetes per a fitxer1/fitxer-original/fitxer2"1009010091#: builtin/merge-recursive.c:4510092#, c-format10093msgid "unknown option %s"10094msgstr "opció desconeguda %s"1009510096#: builtin/merge-recursive.c:5110097#, c-format10098msgid "could not parse object '%s'"10099msgstr "no s'ha pogut analitzar l'objecte '%s'"1010010101#: builtin/merge-recursive.c:5510102#, c-format10103msgid "cannot handle more than %d base. Ignoring %s."10104msgid_plural "cannot handle more than %d bases. Ignoring %s."10105msgstr[0] "no es pot gestionar més d'%d base. S'està ignorant %s."10106msgstr[1] "no es poden gestionar més de %d bases. S'està ignorant %s."1010710108#: builtin/merge-recursive.c:6310109msgid "not handling anything other than two heads merge."10110msgstr "no s'està gestionant res a part de la fusió de dos caps."1011110112#: builtin/merge-recursive.c:69 builtin/merge-recursive.c:7110113#, c-format10114msgid "could not resolve ref '%s'"10115msgstr "no s'ha pogut resoldre la referència '%s'"1011610117#: builtin/merge-recursive.c:7710118#, c-format10119msgid "Merging %s with %s\n"10120msgstr "S'està fusionant %s amb %s\n"1012110122#: builtin/mktree.c:6510123msgid "git mktree [-z] [--missing] [--batch]"10124msgstr "git mktree [-z] [--missing] [--batch]"1012510126#: builtin/mktree.c:15210127msgid "input is NUL terminated"10128msgstr "l'entrada és acabada amb NUL"1012910130#: builtin/mktree.c:153 builtin/write-tree.c:2410131msgid "allow missing objects"10132msgstr "permet els objectes absents"1013310134#: builtin/mktree.c:15410135msgid "allow creation of more than one tree"10136msgstr "permet la creació de més d'un arbre"1013710138#: builtin/mv.c:1610139msgid "git mv [<options>] <source>... <destination>"10140msgstr "git mv [<opcions>] <font>... <destí>"1014110142#: builtin/mv.c:8210143#, c-format10144msgid "Directory %s is in index and no submodule?"10145msgstr "El directori %s és en l'índex i no hi ha cap submòdul?"1014610147#: builtin/mv.c:84 builtin/rm.c:29010148msgid "Please stage your changes to .gitmodules or stash them to proceed"10149msgstr ""10150"Si us plau, «stage» els vostres canvis a .gitmodules o feu «stage» dels "10151"mateixos per a procedir"1015210153#: builtin/mv.c:10210154#, c-format10155msgid "%.*s is in index"10156msgstr "%.*s és en l'índex"1015710158#: builtin/mv.c:12410159msgid "force move/rename even if target exists"10160msgstr "força el moviment / canvi de nom encara que el destí existeixi"1016110162#: builtin/mv.c:12510163msgid "skip move/rename errors"10164msgstr "omet els errors de moviment / canvi de nom"1016510166#: builtin/mv.c:16710167#, c-format10168msgid "destination '%s' is not a directory"10169msgstr "el destí '%s' no és un directori"1017010171#: builtin/mv.c:17810172#, c-format10173msgid "Checking rename of '%s' to '%s'\n"10174msgstr "S'està comprovant el canvi de nom de '%s' a '%s'\n"1017510176#: builtin/mv.c:18210177msgid "bad source"10178msgstr "font dolenta"1017910180#: builtin/mv.c:18510181msgid "can not move directory into itself"10182msgstr "no es pot moure un directori a dins d'ell mateix"1018310184#: builtin/mv.c:18810185msgid "cannot move directory over file"10186msgstr "no es pot moure un directori sobre un fitxer"1018710188#: builtin/mv.c:19710189msgid "source directory is empty"10190msgstr "el directori font està buit"1019110192#: builtin/mv.c:22210193msgid "not under version control"10194msgstr "no està sota control de versions"1019510196#: builtin/mv.c:22510197msgid "destination exists"10198msgstr "el destí existeix"1019910200#: builtin/mv.c:23310201#, c-format10202msgid "overwriting '%s'"10203msgstr "s'està sobreescrivint '%s'"1020410205#: builtin/mv.c:23610206msgid "Cannot overwrite"10207msgstr "No es pot sobreescriure"1020810209#: builtin/mv.c:23910210msgid "multiple sources for the same target"10211msgstr "múltiples fonts per al mateix destí"1021210213#: builtin/mv.c:24110214msgid "destination directory does not exist"10215msgstr "el directori destí no existeix"1021610217#: builtin/mv.c:24810218#, c-format10219msgid "%s, source=%s, destination=%s"10220msgstr "%s, origen=%s, destí=%s"1022110222#: builtin/mv.c:26910223#, c-format10224msgid "Renaming %s to %s\n"10225msgstr "S'està canviant el nom de %s a %s\n"1022610227#: builtin/mv.c:275 builtin/remote.c:710 builtin/repack.c:38410228#, c-format10229msgid "renaming '%s' failed"10230msgstr "el canvi del nom de '%s' ha fallat"1023110232#: builtin/name-rev.c:25710233msgid "git name-rev [<options>] <commit>..."10234msgstr "git name-rev [<opcions>] <comissió>..."1023510236#: builtin/name-rev.c:25810237msgid "git name-rev [<options>] --all"10238msgstr "git name-rev [<opcions>] --all"1023910240#: builtin/name-rev.c:25910241msgid "git name-rev [<options>] --stdin"10242msgstr "git name-rev [<opcions>] --stdin"1024310244#: builtin/name-rev.c:31110245msgid "print only names (no SHA-1)"10246msgstr "imprimeix només els noms (sense SHA-1)"1024710248#: builtin/name-rev.c:31210249msgid "only use tags to name the commits"10250msgstr "només usa les etiquetes per a anomenar les comissions"1025110252#: builtin/name-rev.c:31410253msgid "only use refs matching <pattern>"10254msgstr "només usa les referències que coincideixin amb <patró>"1025510256#: builtin/name-rev.c:31610257msgid "list all commits reachable from all refs"10258msgstr "llista totes les comissions abastables de totes les referències"1025910260#: builtin/name-rev.c:31710261msgid "read from stdin"10262msgstr "llegeix d'stdin"1026310264#: builtin/name-rev.c:31810265msgid "allow to print `undefined` names (default)"10266msgstr "permet imprimir els noms `undefined` (per defecte)"1026710268#: builtin/name-rev.c:32410269msgid "dereference tags in the input (internal use)"10270msgstr "dereferencia les etiquetes en l'entrada (ús intern)"1027110272#: builtin/notes.c:2510273msgid "git notes [--ref <notes-ref>] [list [<object>]]"10274msgstr "git notes [--ref <referència-de-notes>] [llista [<objecte>]]"1027510276#: builtin/notes.c:2610277msgid ""10278"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "10279"| (-c | -C) <object>] [<object>]"10280msgstr ""10281"git notes [--ref <referència-de-notes>] add [-f] [--allow-empty] [-m "10282"<missatge> | -F <fitxer> | (-c | -C) <objecte>] [<objecte>]"1028310284#: builtin/notes.c:2710285msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"10286msgstr ""10287"git notes [--ref <referència-de-notes>] copy [-f] <d'objecte> <a-objecte>"1028810289#: builtin/notes.c:2810290msgid ""10291"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "10292"(-c | -C) <object>] [<object>]"10293msgstr ""10294"git notes [--ref <referència-de-notes>] append [--allow-empty] [-m "10295"<missatge> | -F <fitxer> | (-c | -C) <objecte>] [<objecte>]"1029610297#: builtin/notes.c:2910298msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"10299msgstr ""10300"git notes [--ref <referència-de-notes>] edit [--allow-empty] [<objecte>]"1030110302#: builtin/notes.c:3010303msgid "git notes [--ref <notes-ref>] show [<object>]"10304msgstr "git notes [--ref <referència-de-notes>] show [<objecte>]"1030510306#: builtin/notes.c:3110307msgid ""10308"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"10309msgstr ""10310"git notes [--ref <referència-de-notes>] merge [-v | -q] [-s <estratègia>] "10311"<referència-de-notes>"1031210313#: builtin/notes.c:3210314msgid "git notes merge --commit [-v | -q]"10315msgstr "git notes merge --commit [-v | -q]"1031610317#: builtin/notes.c:3310318msgid "git notes merge --abort [-v | -q]"10319msgstr "git notes merge --abort [-v | -q]"1032010321#: builtin/notes.c:3410322msgid "git notes [--ref <notes-ref>] remove [<object>...]"10323msgstr "git notes [--ref <referència-de-notes>] remove [<objecte>...]"1032410325#: builtin/notes.c:3510326msgid "git notes [--ref <notes-ref>] prune [-n | -v]"10327msgstr "git notes [--ref <referència-de-notes>] prune [-n | -v]"1032810329#: builtin/notes.c:3610330msgid "git notes [--ref <notes-ref>] get-ref"10331msgstr "git notes [--ref <referència-de-notes>] get-ref"1033210333#: builtin/notes.c:4110334msgid "git notes [list [<object>]]"10335msgstr "git notes [llista [<objecte>]]"1033610337#: builtin/notes.c:4610338msgid "git notes add [<options>] [<object>]"10339msgstr "git notes add [<opcions>] [<objecte>]"1034010341#: builtin/notes.c:5110342msgid "git notes copy [<options>] <from-object> <to-object>"10343msgstr "git notes copy [<options>] <d'objecte> <a-objecte>"1034410345#: builtin/notes.c:5210346msgid "git notes copy --stdin [<from-object> <to-object>]..."10347msgstr "git notes copy --stdin [<d'objecte> <a-objecte>]..."1034810349#: builtin/notes.c:5710350msgid "git notes append [<options>] [<object>]"10351msgstr "git notes append [<opcions>] [<objecte>]"1035210353#: builtin/notes.c:6210354msgid "git notes edit [<object>]"10355msgstr "git notes edit [<objecte>]"1035610357#: builtin/notes.c:6710358msgid "git notes show [<object>]"10359msgstr "git notes show [<objecte>]"1036010361#: builtin/notes.c:7210362msgid "git notes merge [<options>] <notes-ref>"10363msgstr "git notes merge [<opcions>] <referència-de-notes>"1036410365#: builtin/notes.c:7310366msgid "git notes merge --commit [<options>]"10367msgstr "git notes merge --commit [<opcions>]"1036810369#: builtin/notes.c:7410370msgid "git notes merge --abort [<options>]"10371msgstr "git notes merge --abort [<opcions>]"1037210373#: builtin/notes.c:7910374msgid "git notes remove [<object>]"10375msgstr "git notes remove [<objecte>]"1037610377#: builtin/notes.c:8410378msgid "git notes prune [<options>]"10379msgstr "git notes prune [<opcions>]"1038010381#: builtin/notes.c:8910382msgid "git notes get-ref"10383msgstr "git notes get-ref"1038410385#: builtin/notes.c:9410386msgid "Write/edit the notes for the following object:"10387msgstr "Escriviu/editeu les notes per l'objecte següent:"1038810389#: builtin/notes.c:14710390#, c-format10391msgid "unable to start 'show' for object '%s'"10392msgstr "no s'ha pogut iniciar 'show' per a l'objecte '%s'"1039310394#: builtin/notes.c:15110395msgid "could not read 'show' output"10396msgstr "no s'ha pogut llegir la sortida de 'show'"1039710398#: builtin/notes.c:15910399#, c-format10400msgid "failed to finish 'show' for object '%s'"10401msgstr "S'ha produït un error en finalitzar 'show' per a l'objecte '%s'"1040210403#: builtin/notes.c:19410404msgid "please supply the note contents using either -m or -F option"10405msgstr ""10406"si us plau, proveïu els continguts de la nota fent servir l'opció -m o "10407"l'opció -F"1040810409#: builtin/notes.c:20310410msgid "unable to write note object"10411msgstr "no s'ha pogut escriure l'objecte de nota"1041210413#: builtin/notes.c:20510414#, c-format10415msgid "the note contents have been left in %s"10416msgstr "s'han deixat els continguts de la nota en %s"1041710418#: builtin/notes.c:233 builtin/tag.c:46010419#, c-format10420msgid "cannot read '%s'"10421msgstr "no es pot llegir '%s'"1042210423#: builtin/notes.c:235 builtin/tag.c:46310424#, c-format10425msgid "could not open or read '%s'"10426msgstr "no s'ha pogut obrir o llegir '%s'"1042710428#: builtin/notes.c:254 builtin/notes.c:305 builtin/notes.c:30710429#: builtin/notes.c:372 builtin/notes.c:427 builtin/notes.c:51310430#: builtin/notes.c:518 builtin/notes.c:596 builtin/notes.c:65910431#, c-format10432msgid "failed to resolve '%s' as a valid ref."10433msgstr "s'ha produït un error en resoldre '%s' com a referència vàlida."1043410435#: builtin/notes.c:25710436#, c-format10437msgid "failed to read object '%s'."10438msgstr "s'ha produït un error en llegir l'objecte '%s'."1043910440#: builtin/notes.c:26110441#, c-format10442msgid "cannot read note data from non-blob object '%s'."10443msgstr "no es pot llegir les dades de node de l'objecte no de blob '%s'."1044410445#: builtin/notes.c:30110446#, c-format10447msgid "malformed input line: '%s'."10448msgstr "línia d'entrada mal formada: '%s'."1044910450#: builtin/notes.c:31610451#, c-format10452msgid "failed to copy notes from '%s' to '%s'"10453msgstr "s'ha produït un error en copiar les notes de '%s' a '%s'"1045410455#. TRANSLATORS: the first %s will be replaced by a10456#. git notes command: 'add', 'merge', 'remove', etc.10457#: builtin/notes.c:34510458#, c-format10459msgid "refusing to %s notes in %s (outside of refs/notes/)"10460msgstr "s'està refusant %s les notes en %s (fora de refs/notes/)"1046110462#: builtin/notes.c:365 builtin/notes.c:420 builtin/notes.c:49610463#: builtin/notes.c:508 builtin/notes.c:584 builtin/notes.c:65210464#: builtin/notes.c:802 builtin/notes.c:949 builtin/notes.c:97010465msgid "too many parameters"10466msgstr "massa paràmetres"1046710468#: builtin/notes.c:378 builtin/notes.c:66510469#, c-format10470msgid "no note found for object %s."10471msgstr "no s'ha trobat cap nota per a l'objecte %s."1047210473#: builtin/notes.c:399 builtin/notes.c:56210474msgid "note contents as a string"10475msgstr "anota els continguts com a cadena"1047610477#: builtin/notes.c:402 builtin/notes.c:56510478msgid "note contents in a file"10479msgstr "anota els continguts en un fitxer"1048010481#: builtin/notes.c:405 builtin/notes.c:56810482msgid "reuse and edit specified note object"10483msgstr "reusa i edita l'objecte de nota especificat"1048410485#: builtin/notes.c:408 builtin/notes.c:57110486msgid "reuse specified note object"10487msgstr "reusa l'objecte de nota especificat"1048810489#: builtin/notes.c:411 builtin/notes.c:57410490msgid "allow storing empty note"10491msgstr "permet l'emmagatzematge d'una nota buida"1049210493#: builtin/notes.c:412 builtin/notes.c:48310494msgid "replace existing notes"10495msgstr "reemplaça les notes existents"1049610497#: builtin/notes.c:43710498#, c-format10499msgid ""10500"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "10501"existing notes"10502msgstr ""10503"No es poden afegir les notes. S'han trobat notes existents de l'objecte %s. "10504"Useu '-f' per a sobreescriure les notes existents."1050510506#: builtin/notes.c:452 builtin/notes.c:53110507#, c-format10508msgid "Overwriting existing notes for object %s\n"10509msgstr "S'estan sobreescrivint les notes existents de l'objecte %s\n"1051010511#: builtin/notes.c:463 builtin/notes.c:624 builtin/notes.c:88910512#, c-format10513msgid "Removing note for object %s\n"10514msgstr "S'està eliminant la nota de l'objecte %s\n"1051510516#: builtin/notes.c:48410517msgid "read objects from stdin"10518msgstr "llegeix els objectes des d'stdin"1051910520#: builtin/notes.c:48610521msgid "load rewriting config for <command> (implies --stdin)"10522msgstr ""10523"carrega la configuració de reescriptura per a <ordre> (implica --stdin)"1052410525#: builtin/notes.c:50410526msgid "too few parameters"10527msgstr "hi ha massa pocs paràmetres"1052810529#: builtin/notes.c:52510530#, c-format10531msgid ""10532"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "10533"existing notes"10534msgstr ""10535"No es poden copiar les notes. S'han trobat notes existents de l'objecte %s. "10536"Useu '-f' per a sobreescriure les notes existents."1053710538#: builtin/notes.c:53710539#, c-format10540msgid "missing notes on source object %s. Cannot copy."10541msgstr "manquen notes a l'objecte font %s. No es pot copiar."1054210543#: builtin/notes.c:58910544#, c-format10545msgid ""10546"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"10547"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"10548msgstr ""10549"Es desaconsellen les opcions -m/-F/-c/-C en favor de la subordre 'edit'.\n"10550"Si us plau, useu 'git notes add -f -m/-F/-c/-C' en lloc d'això.\n"1055110552#: builtin/notes.c:68510553msgid "failed to delete ref NOTES_MERGE_PARTIAL"10554msgstr "s'ha produït un error en suprimir la referència NOTES_MERGE_PARTIAL"1055510556#: builtin/notes.c:68710557msgid "failed to delete ref NOTES_MERGE_REF"10558msgstr "s'ha produït un error en suprimir la referència NOTES_MERGE_REF"1055910560#: builtin/notes.c:68910561msgid "failed to remove 'git notes merge' worktree"10562msgstr ""10563"s'ha produït un error en eliminar l'arbre de treball de 'git notes merge'"1056410565#: builtin/notes.c:70910566msgid "failed to read ref NOTES_MERGE_PARTIAL"10567msgstr "s'ha produït un error en llegir la referència NOTES_MERGE_PARTIAL"1056810569#: builtin/notes.c:71110570msgid "could not find commit from NOTES_MERGE_PARTIAL."10571msgstr "no s'ha pogut trobar cap comissió de NOTES_MERGE_PARTIAL."1057210573#: builtin/notes.c:71310574msgid "could not parse commit from NOTES_MERGE_PARTIAL."10575msgstr "no s'ha pogut analitzar la comissió de NOTES_MERGE_PARTIAL."1057610577#: builtin/notes.c:72610578msgid "failed to resolve NOTES_MERGE_REF"10579msgstr "s'ha produït un error en resoldre NOTES_MERGE_REF"1058010581#: builtin/notes.c:72910582msgid "failed to finalize notes merge"10583msgstr "s'ha produït un error en finalitzar la fusió de notes"1058410585#: builtin/notes.c:75510586#, c-format10587msgid "unknown notes merge strategy %s"10588msgstr "estratègia de fusió de notes desconeguda %s"1058910590#: builtin/notes.c:77110591msgid "General options"10592msgstr "Opcions generals"1059310594#: builtin/notes.c:77310595msgid "Merge options"10596msgstr "Opcions de fusió"1059710598#: builtin/notes.c:77510599msgid ""10600"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"10601"cat_sort_uniq)"10602msgstr ""10603"resol els conflictes de nota usant l'estratègia donada (manual/ours/theirs/"10604"union/cat_sort_uniq)"1060510606#: builtin/notes.c:77710607msgid "Committing unmerged notes"10608msgstr "S'estan cometent les notes sense fusionar"1060910610#: builtin/notes.c:77910611msgid "finalize notes merge by committing unmerged notes"10612msgstr "finalitza la fusió de notes cometent les notes sense fusionar"1061310614#: builtin/notes.c:78110615msgid "Aborting notes merge resolution"10616msgstr "S'està avortant la resolució de fusió de notes"1061710618#: builtin/notes.c:78310619msgid "abort notes merge"10620msgstr "avorta la fusió de notes"1062110622#: builtin/notes.c:79410623msgid "cannot mix --commit, --abort or -s/--strategy"10624msgstr "no es pot combinar --commit, --abort i -s/--strategy"1062510626#: builtin/notes.c:79910627msgid "must specify a notes ref to merge"10628msgstr "cal especificar una referència de notes a fusionar"1062910630#: builtin/notes.c:82310631#, c-format10632msgid "unknown -s/--strategy: %s"10633msgstr "-s/--strategy desconeguda: %s"1063410635#: builtin/notes.c:86010636#, c-format10637msgid "a notes merge into %s is already in-progress at %s"10638msgstr "una fusió de notes a %s ja està en curs a %s"1063910640#: builtin/notes.c:86310641#, c-format10642msgid "failed to store link to current notes ref (%s)"10643msgstr ""10644"s'ha produït un error en emmagatzemar l'enllaç a la referència de notes "10645"actual (%s)"1064610647#: builtin/notes.c:86510648#, c-format10649msgid ""10650"Automatic notes merge failed. Fix conflicts in %s and commit the result with "10651"'git notes merge --commit', or abort the merge with 'git notes merge --"10652"abort'.\n"10653msgstr ""10654"La fusió de notes automàtica ha fallat. Arregleu els conflictes en %s i "10655"cometeu el resultat amb 'git notes merge --commit', o avorteu la fusió amb "10656"'git notes merge --abort'.\n"1065710658#: builtin/notes.c:88710659#, c-format10660msgid "Object %s has no note\n"10661msgstr "L'objecte %s no té cap nota\n"1066210663#: builtin/notes.c:89910664msgid "attempt to remove non-existent note is not an error"10665msgstr "l'intent d'eliminar una nota no existent no és un error"1066610667#: builtin/notes.c:90210668msgid "read object names from the standard input"10669msgstr "llegeix els noms d'objecte des de l'entrada estàndard"1067010671#: builtin/notes.c:940 builtin/prune.c:105 builtin/worktree.c:12710672msgid "do not remove, show only"10673msgstr "no eliminis, només mostra"1067410675#: builtin/notes.c:94110676msgid "report pruned notes"10677msgstr "informa de notes podades"1067810679#: builtin/notes.c:98310680msgid "notes-ref"10681msgstr "referència de notes"1068210683#: builtin/notes.c:98410684msgid "use notes from <notes-ref>"10685msgstr "usa les notes de <referència-de-notes>"1068610687#: builtin/notes.c:101910688#, c-format10689msgid "unknown subcommand: %s"10690msgstr "subordre desconeguda: %s"1069110692#: builtin/pack-objects.c:2910693msgid ""10694"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"10695msgstr ""10696"git pack-objects --stdout [<opcions>...] [< <llista-de-referències> | < "10697"<llista-de-objectes>]"1069810699#: builtin/pack-objects.c:3010700msgid ""10701"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"10702msgstr ""10703"git pack-objects [<opcions>...] <nom-base> [< <llista-de-referències> | < "10704"<llista-de-objectes>]"1070510706#: builtin/pack-objects.c:177 builtin/pack-objects.c:18010707#, c-format10708msgid "deflate error (%d)"10709msgstr "error de deflació (%d)"1071010711#: builtin/pack-objects.c:76610712msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"10713msgstr ""10714"s'està inhabilitant l'escriptura de mapes de bits, es divideixen els paquets "10715"a causa de pack.packSizeLimit"1071610717#: builtin/pack-objects.c:77910718msgid "Writing objects"10719msgstr "S'estan escrivint els objectes"1072010721#: builtin/pack-objects.c:106810722msgid "disabling bitmap writing, as some objects are not being packed"10723msgstr ""10724"s'està inhabilitant l'escriptura de mapes de bits, perquè alguns objectes no "10725"s'empaqueten"1072610727#: builtin/pack-objects.c:234410728msgid "Compressing objects"10729msgstr "S'estan comprimint objectes"1073010731#: builtin/pack-objects.c:274710732#, c-format10733msgid "unsupported index version %s"10734msgstr "versió d'índex no compatible %s"1073510736#: builtin/pack-objects.c:275110737#, c-format10738msgid "bad index version '%s'"10739msgstr "versió d'índex dolenta '%s'"1074010741#: builtin/pack-objects.c:278110742msgid "do not show progress meter"10743msgstr "no mostris l'indicador de progrés"1074410745#: builtin/pack-objects.c:278310746msgid "show progress meter"10747msgstr "mostra l'indicador de progrés"1074810749#: builtin/pack-objects.c:278510750msgid "show progress meter during object writing phase"10751msgstr "mostra l'indicador de progrés durant la fase d'escriptura d'objectes"1075210753#: builtin/pack-objects.c:278810754msgid "similar to --all-progress when progress meter is shown"10755msgstr "similar a --all-progress quan l'indicador de progrés es mostra"1075610757#: builtin/pack-objects.c:278910758msgid "version[,offset]"10759msgstr "versió[,desplaçament]"1076010761#: builtin/pack-objects.c:279010762msgid "write the pack index file in the specified idx format version"10763msgstr ""10764"escriu el fitxer d'índex de paquet en la versió de format d'índex "10765"especificada"1076610767#: builtin/pack-objects.c:279310768msgid "maximum size of each output pack file"10769msgstr "mida màxima de cada fitxer de paquet de sortida"1077010771#: builtin/pack-objects.c:279510772msgid "ignore borrowed objects from alternate object store"10773msgstr ""10774"ignora els objectes prestats d'un emmagatzemament d'objectes alternatiu"1077510776#: builtin/pack-objects.c:279710777msgid "ignore packed objects"10778msgstr "ignora els objectes empaquetats"1077910780#: builtin/pack-objects.c:279910781msgid "limit pack window by objects"10782msgstr "limita la finestra d'empaquetament per objectes"1078310784#: builtin/pack-objects.c:280110785msgid "limit pack window by memory in addition to object limit"10786msgstr ""10787"limita la finestra d'empaquetament per memòria a més del límit d'objectes"1078810789#: builtin/pack-objects.c:280310790msgid "maximum length of delta chain allowed in the resulting pack"10791msgstr "longitud màxima de la cadena de deltes permesa en el paquet resultant"1079210793#: builtin/pack-objects.c:280510794msgid "reuse existing deltas"10795msgstr "reusa les deltes existents"1079610797#: builtin/pack-objects.c:280710798msgid "reuse existing objects"10799msgstr "reusa els objectes existents"1080010801#: builtin/pack-objects.c:280910802msgid "use OFS_DELTA objects"10803msgstr "usa objectes OFS_DELTA"1080410805#: builtin/pack-objects.c:281110806msgid "use threads when searching for best delta matches"10807msgstr "usa fils en cercar les millores coincidències de delta"1080810809#: builtin/pack-objects.c:281310810msgid "do not create an empty pack output"10811msgstr "no creïs una emissió de paquet buida"1081210813#: builtin/pack-objects.c:281510814msgid "read revision arguments from standard input"10815msgstr "llegeix els paràmetres de revisió des de l'entrada estàndard"1081610817#: builtin/pack-objects.c:281710818msgid "limit the objects to those that are not yet packed"10819msgstr "limita els objectes als quals encara no s'hagin empaquetat"1082010821#: builtin/pack-objects.c:282010822msgid "include objects reachable from any reference"10823msgstr "inclou els objectes abastables de qualsevol referència"1082410825#: builtin/pack-objects.c:282310826msgid "include objects referred by reflog entries"10827msgstr ""10828"inclou els objectes als quals facin referència les entrades del registre de "10829"referències"1083010831#: builtin/pack-objects.c:282610832msgid "include objects referred to by the index"10833msgstr "inclou els objectes als quals faci referència l'índex"1083410835#: builtin/pack-objects.c:282910836msgid "output pack to stdout"10837msgstr "emet el paquet a stdout"1083810839#: builtin/pack-objects.c:283110840msgid "include tag objects that refer to objects to be packed"10841msgstr ""10842"inclou els objectes d'etiqueta que facin referència als objectes a empaquetar"1084310844#: builtin/pack-objects.c:283310845msgid "keep unreachable objects"10846msgstr "retén els objectes inabastables"1084710848#: builtin/pack-objects.c:283510849msgid "pack loose unreachable objects"10850msgstr "empaqueta els objectes inabastables solts"1085110852#: builtin/pack-objects.c:283710853msgid "unpack unreachable objects newer than <time>"10854msgstr "desempaqueta els objectes inabastables més nous que <hora>"1085510856#: builtin/pack-objects.c:284010857msgid "create thin packs"10858msgstr "crea paquets prims"1085910860#: builtin/pack-objects.c:284210861msgid "create packs suitable for shallow fetches"10862msgstr "crea paquets adequats per a les obtencions superficials"1086310864#: builtin/pack-objects.c:284410865msgid "ignore packs that have companion .keep file"10866msgstr "ignora els paquets que tinguin un fitxer .keep corresponent"1086710868#: builtin/pack-objects.c:284610869msgid "pack compression level"10870msgstr "nivell de compressió de paquet"1087110872#: builtin/pack-objects.c:284810873msgid "do not hide commits by grafts"10874msgstr "no amaguis les comissions per empelt"1087510876#: builtin/pack-objects.c:285010877msgid "use a bitmap index if available to speed up counting objects"10878msgstr ""10879"usa un índex de mapa de bits, si està disponible, per a accelerar el "10880"recompte d'objectes"1088110882#: builtin/pack-objects.c:285210883msgid "write a bitmap index together with the pack index"10884msgstr "escriu un índex de mapa de bits junt amb l'índex de paquet"1088510886#: builtin/pack-objects.c:297910887msgid "Counting objects"10888msgstr "S'estan comptant els objectes"1088910890#: builtin/pack-refs.c:610891msgid "git pack-refs [<options>]"10892msgstr "git pack-refs [<opcions>]"1089310894#: builtin/pack-refs.c:1410895msgid "pack everything"10896msgstr "empaqueta-ho tot"1089710898#: builtin/pack-refs.c:1510899msgid "prune loose refs (default)"10900msgstr "poda les referències soltes (per defecte)"1090110902#: builtin/prune-packed.c:710903msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"10904msgstr "git prune-packed [-n | --dry-run] [-q | --quiet]"1090510906#: builtin/prune-packed.c:4010907msgid "Removing duplicate objects"10908msgstr "S'estan eliminant objectes duplicats"1090910910#: builtin/prune.c:1110911msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"10912msgstr "git prune [-n] [-v] [--expire <hora>] [--] [<cap>...]"1091310914#: builtin/prune.c:10610915msgid "report pruned objects"10916msgstr "informa d'objectes podats"1091710918#: builtin/prune.c:10910919msgid "expire objects older than <time>"10920msgstr "fes caducar els objectes més vells que <hora>"1092110922#: builtin/prune.c:12310923msgid "cannot prune in a precious-objects repo"10924msgstr "no es pot podar en un dipòsit d'objectes preciosos"1092510926#: builtin/pull.c:51 builtin/pull.c:5310927#, c-format10928msgid "Invalid value for %s: %s"10929msgstr "Valor no vàlid per a %s: %s"1093010931#: builtin/pull.c:7310932msgid "git pull [<options>] [<repository> [<refspec>...]]"10933msgstr "git pull [<opcions>] [<dipòsit> [<especificació-de-referència>...]]"1093410935#: builtin/pull.c:12110936msgid "Options related to merging"10937msgstr "Opcions relacionades amb fusionar"1093810939#: builtin/pull.c:12410940msgid "incorporate changes by rebasing rather than merging"10941msgstr "incorpora els canvis per rebasar en lloc de fusionar"1094210943#: builtin/pull.c:148 builtin/revert.c:10110944msgid "allow fast-forward"10945msgstr "permet l'avanç ràpid"1094610947#: builtin/pull.c:15710948msgid "automatically stash/stash pop before and after rebase"10949msgstr "automàticament emmagatzema/desempila abans i després de fer «rebase»"1095010951#: builtin/pull.c:17310952msgid "Options related to fetching"10953msgstr "Opcions relacionades amb obtenir"1095410955#: builtin/pull.c:19510956msgid "number of submodules pulled in parallel"10957msgstr "nombre de submòduls baixats en paral·lel"1095810959#: builtin/pull.c:28410960#, c-format10961msgid "Invalid value for pull.ff: %s"10962msgstr "Valor no vàlid per a pull.ff: %s"1096310964#: builtin/pull.c:39710965msgid ""10966"There is no candidate for rebasing against among the refs that you just "10967"fetched."10968msgstr ""10969"No hi ha cap candidat sobre el qual rebasar entre les referències que acabeu "10970"d'obtenir."1097110972#: builtin/pull.c:39910973msgid ""10974"There are no candidates for merging among the refs that you just fetched."10975msgstr ""10976"No hi ha candidats per a fusionar entre les referències que acabeu d'obtenir."1097710978#: builtin/pull.c:40010979msgid ""10980"Generally this means that you provided a wildcard refspec which had no\n"10981"matches on the remote end."10982msgstr ""10983"Generalment això vol dir que heu proveït una especificació de\n"10984"referència de comodí que no tenia cap coincidència en el costat remot."1098510986#: builtin/pull.c:40310987#, c-format10988msgid ""10989"You asked to pull from the remote '%s', but did not specify\n"10990"a branch. Because this is not the default configured remote\n"10991"for your current branch, you must specify a branch on the command line."10992msgstr ""10993"Heu demanat baixar del remot '%s', però no heu especificat cap branca.\n"10994"Perquè aquest no és el remot configurat per defecte per a la vostra\n"10995"branca actual, heu d'especificar una branca en la línia d'ordres."1099610997#: builtin/pull.c:408 git-parse-remote.sh:7310998msgid "You are not currently on a branch."10999msgstr "Actualment no sou en cap branca."1100011001#: builtin/pull.c:410 builtin/pull.c:425 git-parse-remote.sh:7911002msgid "Please specify which branch you want to rebase against."11003msgstr "Si us plau, especifiqueu sobre què branca voleu fer «rebase»."1100411005#: builtin/pull.c:412 builtin/pull.c:427 git-parse-remote.sh:8211006msgid "Please specify which branch you want to merge with."11007msgstr "Si us plau, especifiqueu amb què branca voleu fusionar."1100811009#: builtin/pull.c:413 builtin/pull.c:42811010msgid "See git-pull(1) for details."11011msgstr "Vegeu git-pull(1) per detalls."1101211013#: builtin/pull.c:415 builtin/pull.c:421 builtin/pull.c:43011014#: git-parse-remote.sh:6411015msgid "<remote>"11016msgstr "<remot>"1101711018#: builtin/pull.c:415 builtin/pull.c:430 builtin/pull.c:435 git-rebase.sh:45511019#: git-parse-remote.sh:6511020msgid "<branch>"11021msgstr "<branca>"1102211023#: builtin/pull.c:423 git-parse-remote.sh:7511024msgid "There is no tracking information for the current branch."11025msgstr "No hi ha cap informació de seguiment per a la branca actual."1102611027#: builtin/pull.c:432 git-parse-remote.sh:9511028msgid ""11029"If you wish to set tracking information for this branch you can do so with:"11030msgstr ""11031"Si voleu establir informació de seguiment per a aquesta branca, podeu fer-ho "11032"amb:"1103311034#: builtin/pull.c:43711035#, c-format11036msgid ""11037"Your configuration specifies to merge with the ref '%s'\n"11038"from the remote, but no such ref was fetched."11039msgstr ""11040"La vostra configuració especifica fusionar amb la referència '%s'\n"11041"del remot, però no s'ha obtingut tal referència."1104211043#: builtin/pull.c:75411044msgid "ignoring --verify-signatures for rebase"11045msgstr "s'està ignorant --verify-signatures en fer «rebase»"1104611047#: builtin/pull.c:80111048msgid "--[no-]autostash option is only valid with --rebase."11049msgstr "l'opció --[no-]-autostash és vàlid només amb --rebase."1105011051#: builtin/pull.c:80911052msgid "Updating an unborn branch with changes added to the index."11053msgstr ""11054"S'està actualitzant una branca no nascuda amb canvis afegits a l'índex."1105511056#: builtin/pull.c:81211057msgid "pull with rebase"11058msgstr "baixar fent «rebase»"1105911060#: builtin/pull.c:81311061msgid "please commit or stash them."11062msgstr "si us plau, cometeu-los o emmagatzemeu-los."1106311064#: builtin/pull.c:83811065#, c-format11066msgid ""11067"fetch updated the current branch head.\n"11068"fast-forwarding your working tree from\n"11069"commit %s."11070msgstr ""11071"l'obtenció ha actualitzat el cap de la branca actual.\n"11072"s'està avançant ràpidament el vostre arbre de treball des de\n"11073"la comissió %s."1107411075#: builtin/pull.c:84311076#, c-format11077msgid ""11078"Cannot fast-forward your working tree.\n"11079"After making sure that you saved anything precious from\n"11080"$ git diff %s\n"11081"output, run\n"11082"$ git reset --hard\n"11083"to recover."11084msgstr ""11085"No es pot avançar ràpidament el vostre arbre de treball.\n"11086"Després d'assegurar que hàgiu desat qualsevol cosa preciosa de la sortida "11087"de\n"11088"$ git diff %s\n"11089"executeu\n"11090"$ git reset --hard\n"11091"per a recuperar."1109211093#: builtin/pull.c:85811094msgid "Cannot merge multiple branches into empty head."11095msgstr "No es poden fusionar múltiples branques a un HEAD buit."1109611097#: builtin/pull.c:86211098msgid "Cannot rebase onto multiple branches."11099msgstr "No es pot fer «rebase» sobre múltiples branques."1110011101#: builtin/push.c:1611102msgid "git push [<options>] [<repository> [<refspec>...]]"11103msgstr "git push [<opcions>] [<dipòsit> [<especificació-de-referència>...]]"1110411105#: builtin/push.c:8911106msgid "tag shorthand without <tag>"11107msgstr "abreviatura d'etiqueta sense <tag>"1110811109#: builtin/push.c:9911110msgid "--delete only accepts plain target ref names"11111msgstr "--delete només accepta noms de referència de destí senzills"1111211113#: builtin/push.c:14311114msgid ""11115"\n"11116"To choose either option permanently, see push.default in 'git help config'."11117msgstr ""11118"\n"11119"Per a triar qualsevol opció permanentment, vegeu push.default a 'git help "11120"config'."1112111122#: builtin/push.c:14611123#, c-format11124msgid ""11125"The upstream branch of your current branch does not match\n"11126"the name of your current branch. To push to the upstream branch\n"11127"on the remote, use\n"11128"\n"11129" git push %s HEAD:%s\n"11130"\n"11131"To push to the branch of the same name on the remote, use\n"11132"\n"11133" git push %s %s\n"11134"%s"11135msgstr ""11136"La branca font de la vostra branca actual no coincideix\n"11137"amb el nom de la vostra branca actual. Per a pujar-la a la\n"11138"branca font en el remot, useu\n"11139"\n"11140" git push %s HEAD:%s\n"11141"\n"11142"Per a pujar a la branca del mateix nom en el remot, useu\n"11143"\n"11144" git push %s %s\n"11145"%s"1114611147#: builtin/push.c:16111148#, c-format11149msgid ""11150"You are not currently on a branch.\n"11151"To push the history leading to the current (detached HEAD)\n"11152"state now, use\n"11153"\n"11154" git push %s HEAD:<name-of-remote-branch>\n"11155msgstr ""11156"Actualment no sou en cap branca.\n"11157"Per a pujar la història que condueix a l'estat actual\n"11158"(HEAD separat) ara, useu\n"11159"\n"11160" git push %s HEAD:<nom-de-branca-remota>\n"1116111162#: builtin/push.c:17511163#, c-format11164msgid ""11165"The current branch %s has no upstream branch.\n"11166"To push the current branch and set the remote as upstream, use\n"11167"\n"11168" git push --set-upstream %s %s\n"11169msgstr ""11170"La branca actual %s no té cap branca font.\n"11171"Per a pujar la branca actual i establir el remot com a font, useu\n"11172"\n"11173" git push --set-upstream %s %s\n"1117411175#: builtin/push.c:18311176#, c-format11177msgid "The current branch %s has multiple upstream branches, refusing to push."11178msgstr ""11179"La branca actual %s té múltiples branques fonts, s'està refusant pujar."1118011181#: builtin/push.c:18611182#, c-format11183msgid ""11184"You are pushing to remote '%s', which is not the upstream of\n"11185"your current branch '%s', without telling me what to push\n"11186"to update which remote branch."11187msgstr ""11188"Esteu pujant al remot '%s', que no és la font de la vostra\n"11189"branca actual '%s', sense dir-me què pujar per a actualitzar\n"11190"quina branca remota."1119111192#: builtin/push.c:24511193msgid ""11194"You didn't specify any refspecs to push, and push.default is \"nothing\"."11195msgstr ""11196"No heu especificat cap especificació de referència a pujar, i push.default "11197"és \"nothing\"."1119811199#: builtin/push.c:25211200msgid ""11201"Updates were rejected because the tip of your current branch is behind\n"11202"its remote counterpart. Integrate the remote changes (e.g.\n"11203"'git pull ...') before pushing again.\n"11204"See the 'Note about fast-forwards' in 'git push --help' for details."11205msgstr ""11206"S'han rebutjat les actualitzacions perquè el punt de la vostra branca\n"11207"actual està darrere de la seva branca remota corresponent. Integreu\n"11208"els canvis remots (per exemple, 'git pull ...') abans de pujar de nou.\n"11209"Vegeu la 'Nota sobre avanços ràpids' a 'git push --help' per detalls."1121011211#: builtin/push.c:25811212msgid ""11213"Updates were rejected because a pushed branch tip is behind its remote\n"11214"counterpart. Check out this branch and integrate the remote changes\n"11215"(e.g. 'git pull ...') before pushing again.\n"11216"See the 'Note about fast-forwards' in 'git push --help' for details."11217msgstr ""11218"S'han rebutjat les actualitzacions perquè un punt de branca pujada\n"11219"està darrere de la seva branca remota corresponent. Agafeu aquesta\n"11220"branca i integreu els canvis remots (per exemple, 'git pull ...')\n"11221"abans de pujar de nou.\n"11222"Vegeu la 'Nota sobre avanços ràpids' a 'git push --help' per detalls."1122311224#: builtin/push.c:26411225msgid ""11226"Updates were rejected because the remote contains work that you do\n"11227"not have locally. This is usually caused by another repository pushing\n"11228"to the same ref. You may want to first integrate the remote changes\n"11229"(e.g., 'git pull ...') before pushing again.\n"11230"See the 'Note about fast-forwards' in 'git push --help' for details."11231msgstr ""11232"S'han rebutjat les actualitzacions perquè el remot conté treball\n"11233"que no teniu localment. Això usualment és causat per un altre dipòsit\n"11234"que ha pujat a la mateixa referència. Pot ser que primer vulgueu\n"11235"integrar els canvis remots (per exemple, 'git pull ...') abans de\n"11236"pujar de nou.\n"11237"Vegeu la 'Nota sobre avanços ràpids' a 'git push --help' per detalls."1123811239#: builtin/push.c:27111240msgid "Updates were rejected because the tag already exists in the remote."11241msgstr ""11242"S'han rebutjat les actualitzacions perquè l'etiqueta ja existeix en el remot."1124311244#: builtin/push.c:27411245msgid ""11246"You cannot update a remote ref that points at a non-commit object,\n"11247"or update a remote ref to make it point at a non-commit object,\n"11248"without using the '--force' option.\n"11249msgstr ""11250"No podeu actualitzar una referència remota que assenyala un\n"11251"objecte no de comissió, ni actualitzar una referència remota per\n"11252"fer que assenyali un objecte no de comissió, sense usar l'opció\n"11253"'--force'.\n"1125411255#: builtin/push.c:33411256#, c-format11257msgid "Pushing to %s\n"11258msgstr "S'està pujant a %s\n"1125911260#: builtin/push.c:33811261#, c-format11262msgid "failed to push some refs to '%s'"11263msgstr "s'ha produït un error en pujar algunes referències a '%s'"1126411265#: builtin/push.c:36911266#, c-format11267msgid "bad repository '%s'"11268msgstr "dipòsit dolent '%s'"1126911270#: builtin/push.c:37011271msgid ""11272"No configured push destination.\n"11273"Either specify the URL from the command-line or configure a remote "11274"repository using\n"11275"\n"11276" git remote add <name> <url>\n"11277"\n"11278"and then push using the remote name\n"11279"\n"11280" git push <name>\n"11281msgstr ""11282"No hi ha cap destí de pujada configurat.\n"11283"Especifiqueu l'URL des de la línia d'ordres o bé configureu un dipòsit remot "11284"fent servir\n"11285"\n"11286" git remote add <nom> <url>\n"11287"\n"11288"i després pugeu fent servir el nom remot\n"11289"\n"11290" git push <nom>\n"1129111292#: builtin/push.c:38811293msgid "--all and --tags are incompatible"11294msgstr "--all i --tags són incompatibles"1129511296#: builtin/push.c:38911297msgid "--all can't be combined with refspecs"11298msgstr "--all no es pot combinar amb especificacions de referència"1129911300#: builtin/push.c:39411301msgid "--mirror and --tags are incompatible"11302msgstr "--mirror i --tags són incompatibles"1130311304#: builtin/push.c:39511305msgid "--mirror can't be combined with refspecs"11306msgstr "--mirror no es pot combinar amb especificacions de referència"1130711308#: builtin/push.c:40011309msgid "--all and --mirror are incompatible"11310msgstr "--all i --mirror són incompatibles"1131111312#: builtin/push.c:51811313msgid "repository"11314msgstr "dipòsit"1131511316#: builtin/push.c:519 builtin/send-pack.c:16111317msgid "push all refs"11318msgstr "puja totes les referències"1131911320#: builtin/push.c:520 builtin/send-pack.c:16311321msgid "mirror all refs"11322msgstr "reflecteix totes les referències"1132311324#: builtin/push.c:52211325msgid "delete refs"11326msgstr "suprimeix les referències"1132711328#: builtin/push.c:52311329msgid "push tags (can't be used with --all or --mirror)"11330msgstr "puja les etiquetes (no es pot usar amb --all o --mirror)"1133111332#: builtin/push.c:526 builtin/send-pack.c:16411333msgid "force updates"11334msgstr "força les actualitzacions"1133511336#: builtin/push.c:528 builtin/send-pack.c:17511337msgid "refname>:<expect"11338msgstr "nom-de-referència>:<esperat"1133911340#: builtin/push.c:529 builtin/send-pack.c:17611341msgid "require old value of ref to be at this value"11342msgstr "requereix que el valor antic de la referència sigui d'aquest valor"1134311344#: builtin/push.c:53211345msgid "control recursive pushing of submodules"11346msgstr "controla la pujada recursiva dels submòduls"1134711348#: builtin/push.c:534 builtin/send-pack.c:16911349msgid "use thin pack"11350msgstr "usa el paquet prim"1135111352#: builtin/push.c:535 builtin/push.c:536 builtin/send-pack.c:15811353#: builtin/send-pack.c:15911354msgid "receive pack program"11355msgstr "programa que rep els paquets"1135611357#: builtin/push.c:53711358msgid "set upstream for git pull/status"11359msgstr "estableix la font per a git pull/status"1136011361#: builtin/push.c:54011362msgid "prune locally removed refs"11363msgstr "poda les referències eliminades localment"1136411365#: builtin/push.c:54211366msgid "bypass pre-push hook"11367msgstr "evita el ganxo de prepujada"1136811369#: builtin/push.c:54311370msgid "push missing but relevant tags"11371msgstr "puja les etiquetes absents però rellevants"1137211373#: builtin/push.c:546 builtin/send-pack.c:16611374msgid "GPG sign the push"11375msgstr "signa la pujada amb GPG"1137611377#: builtin/push.c:548 builtin/send-pack.c:17011378msgid "request atomic transaction on remote side"11379msgstr "demana una transacció atòmica al costat remot"1138011381#: builtin/push.c:54911382msgid "server-specific"11383msgstr "específic al servidor"1138411385#: builtin/push.c:54911386msgid "option to transmit"11387msgstr "opció a transmetre"1138811389#: builtin/push.c:56311390msgid "--delete is incompatible with --all, --mirror and --tags"11391msgstr "--delete és incompatible amb --all, --mirror i --tags"1139211393#: builtin/push.c:56511394msgid "--delete doesn't make sense without any refs"11395msgstr "--delete no té sentit sense referències"1139611397#: builtin/push.c:58411398msgid "push options must not have new line characters"11399msgstr "les opcions de pujada no han de tenir caràcters de línia nova"1140011401#: builtin/read-tree.c:3711402msgid ""11403"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "11404"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"11405"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"11406msgstr ""11407"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "11408"[-u [--exclude-per-directory=<ignoral-de-git>] | -i]] [--no-sparse-checkout] "11409"[--index-output=<fitxer>] (--empty | <arbre1> [<arbre2> [<arbre3>]])"1141011411#: builtin/read-tree.c:11011412msgid "write resulting index to <file>"11413msgstr "escriu l'índex resultant al <fitxer>"1141411415#: builtin/read-tree.c:11311416msgid "only empty the index"11417msgstr "només buida l'índex"1141811419#: builtin/read-tree.c:11511420msgid "Merging"11421msgstr "S'està fusionant"1142211423#: builtin/read-tree.c:11711424msgid "perform a merge in addition to a read"11425msgstr "realitza una fusió a més d'una lectura"1142611427#: builtin/read-tree.c:11911428msgid "3-way merge if no file level merging required"11429msgstr "fusió de 3 vies si no cal fusió a nivell de fitxers"1143011431#: builtin/read-tree.c:12111432msgid "3-way merge in presence of adds and removes"11433msgstr "fusió de 3 vies en presència d'afegiments i eliminacions"1143411435#: builtin/read-tree.c:12311436msgid "same as -m, but discard unmerged entries"11437msgstr "el mateix que -m, però descarta les entrades no fusionades"1143811439#: builtin/read-tree.c:12411440msgid "<subdirectory>/"11441msgstr "<subdirectori>/"1144211443#: builtin/read-tree.c:12511444msgid "read the tree into the index under <subdirectory>/"11445msgstr "llegiu l'arbre a l'índex sota <subdirectori>/"1144611447#: builtin/read-tree.c:12811448msgid "update working tree with merge result"11449msgstr "actualitza l'arbre de treball amb el resultat de fusió"1145011451#: builtin/read-tree.c:13011452msgid "gitignore"11453msgstr "gitignore"1145411455#: builtin/read-tree.c:13111456msgid "allow explicitly ignored files to be overwritten"11457msgstr "permet que els fitxers explícitament ignorats se sobreescriguin"1145811459#: builtin/read-tree.c:13411460msgid "don't check the working tree after merging"11461msgstr "no comprovis l'arbre de treball després de fusionar"1146211463#: builtin/read-tree.c:13511464msgid "don't update the index or the work tree"11465msgstr "no actualitzis l'índex ni l'arbre de treball"1146611467#: builtin/read-tree.c:13711468msgid "skip applying sparse checkout filter"11469msgstr "omet l'aplicació del filtre d'agafament parcial"1147011471#: builtin/read-tree.c:13911472msgid "debug unpack-trees"11473msgstr "depura unpack-trees"1147411475#: builtin/receive-pack.c:2611476msgid "git receive-pack <git-dir>"11477msgstr "git receive-pack <git-dir>"1147811479#: builtin/receive-pack.c:79311480msgid ""11481"By default, updating the current branch in a non-bare repository\n"11482"is denied, because it will make the index and work tree inconsistent\n"11483"with what you pushed, and will require 'git reset --hard' to match\n"11484"the work tree to HEAD.\n"11485"\n"11486"You can set the 'receive.denyCurrentBranch' configuration variable\n"11487"to 'ignore' or 'warn' in the remote repository to allow pushing into\n"11488"its current branch; however, this is not recommended unless you\n"11489"arranged to update its work tree to match what you pushed in some\n"11490"other way.\n"11491"\n"11492"To squelch this message and still keep the default behaviour, set\n"11493"'receive.denyCurrentBranch' configuration variable to 'refuse'."11494msgstr ""11495"Per defecte, es denega actualitzar la branca actual en un dipòsit no\n"11496"nu, perquè faria l'índex i l'arbre de treball inconsistents amb el\n"11497"que hàgiu pujat, i requeriria 'git reset --hard' per a fer que\n"11498"l'arbre de treball coincideixi amb HEAD.\n"11499"\n"11500"Podeu establir la variable de configuració\n"11501"'receive.denyCurrentBranch' a 'ignore' o 'warn' en el dipòsit remot\n"11502"per a permetre pujar a la seva branca actual; no obstant, no es\n"11503"recomana això a menys que hàgiu decidit actualitzar el seu arbre en\n"11504"alguna altra manera per a coincidir amb el que hàgiu pujat.\n"11505"\n"11506"Per a silenciar aquest missatge i encara retenir el comportament\n"11507"predeterminat, establiu la variable de configuració\n"11508"'receive.denyCurrentBranch' a 'refuse'."1150911510#: builtin/receive-pack.c:81311511msgid ""11512"By default, deleting the current branch is denied, because the next\n"11513"'git clone' won't result in any file checked out, causing confusion.\n"11514"\n"11515"You can set 'receive.denyDeleteCurrent' configuration variable to\n"11516"'warn' or 'ignore' in the remote repository to allow deleting the\n"11517"current branch, with or without a warning message.\n"11518"\n"11519"To squelch this message, you can set it to 'refuse'."11520msgstr ""11521"Per defecte, es denega suprimir la branca actual, perquè el\n"11522"'git clone' següent no resultarà en cap fitxer agafat, causant\n"11523"confusió.\n"11524"\n"11525"Podeu establir la variable de configuració\n"11526"'receive.denyDeleteCurrent' a 'warn' o 'ignore' en el dipòsit remot\n"11527"per a permetre suprimir la branca actual, amb un missatge\n"11528"d'advertència o sense.\n"11529"\n"11530"Per a silenciar aquest missatge, podeu establir-la a 'refuse'."1153111532#: builtin/receive-pack.c:188311533msgid "quiet"11534msgstr "silenciós"1153511536#: builtin/receive-pack.c:189711537msgid "You must specify a directory."11538msgstr "Heu d'especificar un directori."1153911540#: builtin/reflog.c:42311541#, c-format11542msgid "'%s' for '%s' is not a valid timestamp"11543msgstr "'%s' per a '%s' no és una marca de temps vàlida"1154411545#: builtin/reflog.c:540 builtin/reflog.c:54511546#, c-format11547msgid "'%s' is not a valid timestamp"11548msgstr "'%s' no és una marca de temps vàlida"1154911550#: builtin/remote.c:1211551msgid "git remote [-v | --verbose]"11552msgstr "git remote [-v | --verbose]"1155311554#: builtin/remote.c:1311555msgid ""11556"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"11557"mirror=<fetch|push>] <name> <url>"11558msgstr ""11559"git remote add [-t <branca>] [-m <mestra>] [-f] [--tags | --no-tags] [--"11560"mirror=<fetch|push>] <nom> <url>"1156111562#: builtin/remote.c:14 builtin/remote.c:3411563msgid "git remote rename <old> <new>"11564msgstr "git remote rename <antic> <nou>"1156511566#: builtin/remote.c:15 builtin/remote.c:3911567msgid "git remote remove <name>"11568msgstr "git remote remove <nom>"1156911570#: builtin/remote.c:16 builtin/remote.c:4411571msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"11572msgstr "git remote set-head <nom> (-a | --auto | -d | --delete | <branca>)"1157311574#: builtin/remote.c:1711575msgid "git remote [-v | --verbose] show [-n] <name>"11576msgstr "git remote [-v | --verbose] show [-n] <nom>"1157711578#: builtin/remote.c:1811579msgid "git remote prune [-n | --dry-run] <name>"11580msgstr "git remote prune [-n | --dry-run] <nom>"1158111582#: builtin/remote.c:1911583msgid ""11584"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"11585msgstr ""11586"git remote [-v | --verbose] update [-p | --prune] [(<grup> | <remot>)...]"1158711588#: builtin/remote.c:2011589msgid "git remote set-branches [--add] <name> <branch>..."11590msgstr "git remote set-branches [--add] <nom> <branca>..."1159111592#: builtin/remote.c:21 builtin/remote.c:7011593msgid "git remote get-url [--push] [--all] <name>"11594msgstr "git remote get-url [--push] [--all] <nom>"1159511596#: builtin/remote.c:22 builtin/remote.c:7511597msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"11598msgstr "git remote set-url [--push] <nom> <url-nou> [<url-antic>]"1159911600#: builtin/remote.c:23 builtin/remote.c:7611601msgid "git remote set-url --add <name> <newurl>"11602msgstr "git remote set-url --add <nom> <url-nou>"1160311604#: builtin/remote.c:24 builtin/remote.c:7711605msgid "git remote set-url --delete <name> <url>"11606msgstr "git remote set-url --delete <nom> <url>"1160711608#: builtin/remote.c:2911609msgid "git remote add [<options>] <name> <url>"11610msgstr "git remote add [<opcions>] <nom> <url>"1161111612#: builtin/remote.c:4911613msgid "git remote set-branches <name> <branch>..."11614msgstr "git remote set-branches <nom> <branca>..."1161511616#: builtin/remote.c:5011617msgid "git remote set-branches --add <name> <branch>..."11618msgstr "git remote set-branches --add <nom> <branca>..."1161911620#: builtin/remote.c:5511621msgid "git remote show [<options>] <name>"11622msgstr "git remote show [<opcions>] <nom>"1162311624#: builtin/remote.c:6011625msgid "git remote prune [<options>] <name>"11626msgstr "git remote prune [<opcions>] <nom>"1162711628#: builtin/remote.c:6511629msgid "git remote update [<options>] [<group> | <remote>]..."11630msgstr "git remote update [<opcions>] [<grup> | <remot>]..."1163111632#: builtin/remote.c:9411633#, c-format11634msgid "Updating %s"11635msgstr "S'està actualitzant %s"1163611637#: builtin/remote.c:12611638msgid ""11639"--mirror is dangerous and deprecated; please\n"11640"\t use --mirror=fetch or --mirror=push instead"11641msgstr ""11642"--mirror és perillós i està en desús; si us\n"11643"\t plau, useu --mirror=fetch o\n"11644"\t --mirror=push en lloc d'això"1164511646#: builtin/remote.c:14311647#, c-format11648msgid "unknown mirror argument: %s"11649msgstr "paràmetre de reflexió desconegut: %s"1165011651#: builtin/remote.c:15911652msgid "fetch the remote branches"11653msgstr "obtén les branques remotes"1165411655#: builtin/remote.c:16111656msgid "import all tags and associated objects when fetching"11657msgstr "en obtenir, importa totes les etiquetes i tots els objectes"1165811659#: builtin/remote.c:16411660msgid "or do not fetch any tag at all (--no-tags)"11661msgstr "o no obtinguis cap etiqueta (--no-tags)"1166211663#: builtin/remote.c:16611664msgid "branch(es) to track"11665msgstr "branques a seguir"1166611667#: builtin/remote.c:16711668msgid "master branch"11669msgstr "branca mestra"1167011671#: builtin/remote.c:16811672msgid "push|fetch"11673msgstr "push|fetch"1167411675#: builtin/remote.c:16911676msgid "set up remote as a mirror to push to or fetch from"11677msgstr "estableix el remot com a mirall al qual pujar o del qual obtenir"1167811679#: builtin/remote.c:18111680msgid "specifying a master branch makes no sense with --mirror"11681msgstr "especificar una branca mestra no té sentit amb --mirror"1168211683#: builtin/remote.c:18311684msgid "specifying branches to track makes sense only with fetch mirrors"11685msgstr ""11686"especificar les branques a seguir té sentit només amb miralls d'obtenció"1168711688#: builtin/remote.c:190 builtin/remote.c:62911689#, c-format11690msgid "remote %s already exists."11691msgstr "el remot %s ja existeix."1169211693#: builtin/remote.c:194 builtin/remote.c:63311694#, c-format11695msgid "'%s' is not a valid remote name"11696msgstr "'%s' no és un nom de remot vàlid"1169711698#: builtin/remote.c:23411699#, c-format11700msgid "Could not setup master '%s'"11701msgstr "No s'ha pogut configurar la mestra '%s'"1170211703#: builtin/remote.c:33611704#, c-format11705msgid "Could not get fetch map for refspec %s"11706msgstr ""11707"No s'ha pogut obtenir el mapa d'obtenció de l'especificació de referència %s"1170811709#: builtin/remote.c:437 builtin/remote.c:44511710msgid "(matching)"11711msgstr "(coincident)"1171211713#: builtin/remote.c:44911714msgid "(delete)"11715msgstr "(suprimir)"1171611717#: builtin/remote.c:622 builtin/remote.c:757 builtin/remote.c:85411718#, c-format11719msgid "No such remote: %s"11720msgstr "No hi ha tal remot: %s"1172111722#: builtin/remote.c:63911723#, c-format11724msgid "Could not rename config section '%s' to '%s'"11725msgstr "No s'ha pogut canviar el nom de la secció de configuració '%s' a '%s'"1172611727#: builtin/remote.c:65911728#, c-format11729msgid ""11730"Not updating non-default fetch refspec\n"11731"\t%s\n"11732"\tPlease update the configuration manually if necessary."11733msgstr ""11734"No s'està actualitzant l'especificació de referències d'obtenció no per "11735"defecte\n"11736"\t%s\n"11737"\tSi us plau, actualitzeu la configuració manualment si és necessari."1173811739#: builtin/remote.c:69511740#, c-format11741msgid "deleting '%s' failed"11742msgstr "la supressió de '%s' ha fallat"1174311744#: builtin/remote.c:72911745#, c-format11746msgid "creating '%s' failed"11747msgstr "la creació de '%s' ha fallat"1174811749#: builtin/remote.c:79211750msgid ""11751"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"11752"to delete it, use:"11753msgid_plural ""11754"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"11755"to delete them, use:"11756msgstr[0] ""11757"Nota: Una branca fora de la jerarquia refs/remotes/ no s'ha eliminat;\n"11758"per a suprimir-la, useu:"11759msgstr[1] ""11760"Nota: Algunes branques fora de la jerarquia refs/remotes/ no s'han "11761"eliminat;\n"11762"per a suprimir-les, useu:"1176311764#: builtin/remote.c:80611765#, c-format11766msgid "Could not remove config section '%s'"11767msgstr "No s'ha pogut eliminar la secció de configuració '%s'"1176811769#: builtin/remote.c:90711770#, c-format11771msgid " new (next fetch will store in remotes/%s)"11772msgstr " nou (la pròxima obtenció emmagatzemarà a remotes/%s)"1177311774#: builtin/remote.c:91011775msgid " tracked"11776msgstr " seguit"1177711778#: builtin/remote.c:91211779msgid " stale (use 'git remote prune' to remove)"11780msgstr " estancat (useu 'git remote prune' per a eliminar)"1178111782#: builtin/remote.c:91411783msgid " ???"11784msgstr " ???"1178511786#: builtin/remote.c:95511787#, c-format11788msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"11789msgstr "branch.%s.merge no vàlid; no es pot fer «rebase» sobre > 1 branca"1179011791#: builtin/remote.c:96311792#, c-format11793msgid "rebases interactively onto remote %s"11794msgstr "es fa «rebase» interactivament sobre el remot %s"1179511796#: builtin/remote.c:96411797#, c-format11798msgid "rebases onto remote %s"11799msgstr "es fa «rebase» sobre el remot %s"1180011801#: builtin/remote.c:96711802#, c-format11803msgid " merges with remote %s"11804msgstr "es fusiona amb el remot %s"1180511806#: builtin/remote.c:97011807#, c-format11808msgid "merges with remote %s"11809msgstr "es fusiona amb el remot %s"1181011811#: builtin/remote.c:97311812#, c-format11813msgid "%-*s and with remote %s\n"11814msgstr "%-*s i amb el remot %s\n"1181511816#: builtin/remote.c:101611817msgid "create"11818msgstr "crea"1181911820#: builtin/remote.c:101911821msgid "delete"11822msgstr "suprimeix"1182311824#: builtin/remote.c:102311825msgid "up to date"11826msgstr "al dia"1182711828#: builtin/remote.c:102611829msgid "fast-forwardable"11830msgstr "avanç ràpid possible"1183111832#: builtin/remote.c:102911833msgid "local out of date"11834msgstr "local no actualitzat"1183511836#: builtin/remote.c:103611837#, c-format11838msgid " %-*s forces to %-*s (%s)"11839msgstr " %-*s força a %-*s (%s)"1184011841#: builtin/remote.c:103911842#, c-format11843msgid " %-*s pushes to %-*s (%s)"11844msgstr " %-*s puja a %-*s (%s)"1184511846#: builtin/remote.c:104311847#, c-format11848msgid " %-*s forces to %s"11849msgstr " %-*s força a %s"1185011851#: builtin/remote.c:104611852#, c-format11853msgid " %-*s pushes to %s"11854msgstr " %-*s puja a %s"1185511856#: builtin/remote.c:111411857msgid "do not query remotes"11858msgstr "no consultis els remots"1185911860#: builtin/remote.c:114111861#, c-format11862msgid "* remote %s"11863msgstr "* remot %s"1186411865#: builtin/remote.c:114211866#, c-format11867msgid " Fetch URL: %s"11868msgstr " URL d'obtenció: %s"1186911870#: builtin/remote.c:1143 builtin/remote.c:1156 builtin/remote.c:129511871msgid "(no URL)"11872msgstr "(sense URL)"1187311874#. TRANSLATORS: the colon ':' should align with11875#. the one in " Fetch URL: %s" translation11876#: builtin/remote.c:1154 builtin/remote.c:115611877#, c-format11878msgid " Push URL: %s"11879msgstr " URL de pujada: %s"1188011881#: builtin/remote.c:1158 builtin/remote.c:1160 builtin/remote.c:116211882#, c-format11883msgid " HEAD branch: %s"11884msgstr " Branca de HEAD: %s"1188511886#: builtin/remote.c:115811887msgid "(not queried)"11888msgstr "(no consultat)"1188911890#: builtin/remote.c:116011891msgid "(unknown)"11892msgstr "(desconegut)"1189311894#: builtin/remote.c:116411895#, c-format11896msgid ""11897" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"11898msgstr ""11899" Branca de HEAD (el HEAD remot és ambigu, pot ser un dels següents):\n"1190011901#: builtin/remote.c:117611902#, c-format11903msgid " Remote branch:%s"11904msgid_plural " Remote branches:%s"11905msgstr[0] " Branca remota:%s"11906msgstr[1] " Branques remotes:%s"1190711908#: builtin/remote.c:1179 builtin/remote.c:120511909msgid " (status not queried)"11910msgstr " (estat no consultat)"1191111912#: builtin/remote.c:118811913msgid " Local branch configured for 'git pull':"11914msgid_plural " Local branches configured for 'git pull':"11915msgstr[0] " Branca local configurada per a 'git pull':"11916msgstr[1] " Branques locals configurades per a 'git pull':"1191711918#: builtin/remote.c:119611919msgid " Local refs will be mirrored by 'git push'"11920msgstr " 'git push' reflectirà les referències locals"1192111922#: builtin/remote.c:120211923#, c-format11924msgid " Local ref configured for 'git push'%s:"11925msgid_plural " Local refs configured for 'git push'%s:"11926msgstr[0] " Referència local configurada per a 'git push'%s:"11927msgstr[1] " Referències locals configurades per a 'git push'%s:"1192811929#: builtin/remote.c:122311930msgid "set refs/remotes/<name>/HEAD according to remote"11931msgstr "estableix refs/remotes/<name>/HEAD segons el remot"1193211933#: builtin/remote.c:122511934msgid "delete refs/remotes/<name>/HEAD"11935msgstr "suprimeix refs/remotes/<name>/HEAD"1193611937#: builtin/remote.c:124011938msgid "Cannot determine remote HEAD"11939msgstr "No es pot determinar el HEAD remot"1194011941#: builtin/remote.c:124211942msgid "Multiple remote HEAD branches. Please choose one explicitly with:"11943msgstr ""11944"Múltiples branques de HEAD remotes. Si us plau, trieu-ne una explícitament "11945"amb:"1194611947#: builtin/remote.c:125211948#, c-format11949msgid "Could not delete %s"11950msgstr "No s'ha pogut suprimir %s"1195111952#: builtin/remote.c:126011953#, c-format11954msgid "Not a valid ref: %s"11955msgstr "No és una referència vàlida: %s"1195611957#: builtin/remote.c:126211958#, c-format11959msgid "Could not setup %s"11960msgstr "No s'ha pogut configurar %s"1196111962#: builtin/remote.c:128011963#, c-format11964msgid " %s will become dangling!"11965msgstr " %s es tornarà penjant!"1196611967#: builtin/remote.c:128111968#, c-format11969msgid " %s has become dangling!"11970msgstr " %s s'ha tornat penjant!"1197111972#: builtin/remote.c:129111973#, c-format11974msgid "Pruning %s"11975msgstr "S'està podant %s"1197611977#: builtin/remote.c:129211978#, c-format11979msgid "URL: %s"11980msgstr "URL: %s"1198111982#: builtin/remote.c:130811983#, c-format11984msgid " * [would prune] %s"11985msgstr " * [podaria] %s"1198611987#: builtin/remote.c:131111988#, c-format11989msgid " * [pruned] %s"11990msgstr " * [podat] %s"1199111992#: builtin/remote.c:135611993msgid "prune remotes after fetching"11994msgstr "poda els remots després d'obtenir-los"1199511996#: builtin/remote.c:1419 builtin/remote.c:1473 builtin/remote.c:154111997#, c-format11998msgid "No such remote '%s'"11999msgstr "No hi ha tal remot '%s'"1200012001#: builtin/remote.c:143512002msgid "add branch"12003msgstr "afegeix branca"1200412005#: builtin/remote.c:144212006msgid "no remote specified"12007msgstr "cap remot especificat"1200812009#: builtin/remote.c:145912010msgid "query push URLs rather than fetch URLs"12011msgstr "consulta els URL de pujada en lloc dels URL d'obtenció"1201212013#: builtin/remote.c:146112014msgid "return all URLs"12015msgstr "retorna tots els URL"1201612017#: builtin/remote.c:148912018#, c-format12019msgid "no URLs configured for remote '%s'"12020msgstr "cap URL configurat per al remot '%s'"1202112022#: builtin/remote.c:151512023msgid "manipulate push URLs"12024msgstr "manipula els URL de pujada"1202512026#: builtin/remote.c:151712027msgid "add URL"12028msgstr "afegeix URL"1202912030#: builtin/remote.c:151912031msgid "delete URLs"12032msgstr "suprimeix URLs"1203312034#: builtin/remote.c:152612035msgid "--add --delete doesn't make sense"12036msgstr "--add --delete no té sentit"1203712038#: builtin/remote.c:156712039#, c-format12040msgid "Invalid old URL pattern: %s"12041msgstr "Patró d'URL antic no vàlid: %s"1204212043#: builtin/remote.c:157512044#, c-format12045msgid "No such URL found: %s"12046msgstr "No s'ha trobat tal URL: %s"1204712048#: builtin/remote.c:157712049msgid "Will not delete all non-push URLs"12050msgstr "No se suprimiran tots els URL no de pujada"1205112052#: builtin/remote.c:159112053msgid "be verbose; must be placed before a subcommand"12054msgstr "sigues detallat; s'ha de col·locar abans d'una subordre"1205512056#: builtin/remote.c:162212057#, c-format12058msgid "Unknown subcommand: %s"12059msgstr "Subordre desconeguda: %s"1206012061#: builtin/repack.c:1712062msgid "git repack [<options>]"12063msgstr "git repack [<opcions>]"1206412065#: builtin/repack.c:2212066msgid ""12067"Incremental repacks are incompatible with bitmap indexes. Use\n"12068"--no-write-bitmap-index or disable the pack.writebitmaps configuration."12069msgstr ""1207012071#: builtin/repack.c:16612072msgid "pack everything in a single pack"12073msgstr "empaqueta-ho tot en un únic paquet"1207412075#: builtin/repack.c:16812076msgid "same as -a, and turn unreachable objects loose"12077msgstr "el mateix que -a, i solta els objectes inabastables"1207812079#: builtin/repack.c:17112080msgid "remove redundant packs, and run git-prune-packed"12081msgstr "elimina els paquets redundants, i executeu git-prune-packed"1208212083#: builtin/repack.c:17312084msgid "pass --no-reuse-delta to git-pack-objects"12085msgstr "passa --no-reuse-delta a git-pack-objects"1208612087#: builtin/repack.c:17512088msgid "pass --no-reuse-object to git-pack-objects"12089msgstr "passa --no-reuse-object a git-pack-objects"1209012091#: builtin/repack.c:17712092msgid "do not run git-update-server-info"12093msgstr "no executis git-update-server-info"1209412095#: builtin/repack.c:18012096msgid "pass --local to git-pack-objects"12097msgstr "passa --local a git-pack-objects"1209812099#: builtin/repack.c:18212100msgid "write bitmap index"12101msgstr "escriu índex de mapa de bits"1210212103#: builtin/repack.c:18312104msgid "approxidate"12105msgstr "data aproximada"1210612107#: builtin/repack.c:18412108msgid "with -A, do not loosen objects older than this"12109msgstr "amb -A, no soltis els objectes més vells que aquest"1211012111#: builtin/repack.c:18612112msgid "with -a, repack unreachable objects"12113msgstr "amb -a, reempaqueta els objectes inabastables"1211412115#: builtin/repack.c:18812116msgid "size of the window used for delta compression"12117msgstr "mida de la finestra que s'usa per a compressió de deltes"1211812119#: builtin/repack.c:189 builtin/repack.c:19312120msgid "bytes"12121msgstr "octets"1212212123#: builtin/repack.c:19012124msgid "same as the above, but limit memory size instead of entries count"12125msgstr ""12126"el mateix que l'anterior, però limita la mida de memòria en lloc del nombre "12127"d'entrades"1212812129#: builtin/repack.c:19212130msgid "limits the maximum delta depth"12131msgstr "limita la profunditat màxima de les deltes"1213212133#: builtin/repack.c:19412134msgid "maximum size of each packfile"12135msgstr "mida màxima de cada fitxer de paquet"1213612137#: builtin/repack.c:19612138msgid "repack objects in packs marked with .keep"12139msgstr "reempaqueta els objectes en paquets marcats amb .keep"1214012141#: builtin/repack.c:20612142msgid "cannot delete packs in a precious-objects repo"12143msgstr "no es pot suprimir paquets en un dipòsit d'objectes preciosos"1214412145#: builtin/repack.c:21012146msgid "--keep-unreachable and -A are incompatible"12147msgstr "--keep-unreachable i -A són incompatibles"1214812149#: builtin/repack.c:400 builtin/worktree.c:11512150#, c-format12151msgid "failed to remove '%s'"12152msgstr "s'ha produït un error en eliminar '%s'"1215312154#: builtin/replace.c:1912155msgid "git replace [-f] <object> <replacement>"12156msgstr "git replace [-f] <objecte> <reemplaçament>"1215712158#: builtin/replace.c:2012159msgid "git replace [-f] --edit <object>"12160msgstr "git replace [-f] --edit <objecte>"1216112162#: builtin/replace.c:2112163msgid "git replace [-f] --graft <commit> [<parent>...]"12164msgstr "git replace [-f] --graft <comissió> [<mare>...]"1216512166#: builtin/replace.c:2212167msgid "git replace -d <object>..."12168msgstr "git replace -d <objecte>..."1216912170#: builtin/replace.c:2312171msgid "git replace [--format=<format>] [-l [<pattern>]]"12172msgstr "git replace [--format=<format>] [-l [<patró>]]"1217312174#: builtin/replace.c:325 builtin/replace.c:363 builtin/replace.c:39112175#, c-format12176msgid "Not a valid object name: '%s'"12177msgstr "No és un nom d'objecte vàlid: '%s'"1217812179#: builtin/replace.c:35512180#, c-format12181msgid "bad mergetag in commit '%s'"12182msgstr "etiqueta de fusió dolenta en la comissió '%s'"1218312184#: builtin/replace.c:35712185#, c-format12186msgid "malformed mergetag in commit '%s'"12187msgstr "etiqueta de fusió mal formada en la comissió '%s'"1218812189#: builtin/replace.c:36812190#, c-format12191msgid ""12192"original commit '%s' contains mergetag '%s' that is discarded; use --edit "12193"instead of --graft"12194msgstr ""12195"la comissió original '%s' conté l'etiqueta de fusió '%s' que es descarta; "12196"useu --edit en lloc de --graft"1219712198#: builtin/replace.c:40112199#, c-format12200msgid "the original commit '%s' has a gpg signature."12201msgstr "la comissió original '%s' té una signatura gpg."1220212203#: builtin/replace.c:40212204msgid "the signature will be removed in the replacement commit!"12205msgstr "s'eliminarà la signatura en la comissió de reemplaçament!"1220612207#: builtin/replace.c:40812208#, c-format12209msgid "could not write replacement commit for: '%s'"12210msgstr "no s'ha pogut escriure la comissió de reemplaçament per a: '%s'"1221112212#: builtin/replace.c:43212213msgid "list replace refs"12214msgstr "llista les referències reemplaçades"1221512216#: builtin/replace.c:43312217msgid "delete replace refs"12218msgstr "suprimeix les referències reemplaçades"1221912220#: builtin/replace.c:43412221msgid "edit existing object"12222msgstr "edita un objecte existent"1222312224#: builtin/replace.c:43512225msgid "change a commit's parents"12226msgstr "canvia les mares d'una comissió"1222712228#: builtin/replace.c:43612229msgid "replace the ref if it exists"12230msgstr "reemplaça la referència si existeix"1223112232#: builtin/replace.c:43712233msgid "do not pretty-print contents for --edit"12234msgstr "no imprimeixis bellament els continguts per a --edit"1223512236#: builtin/replace.c:43812237msgid "use this format"12238msgstr "usa aquest format"1223912240#: builtin/rerere.c:1212241msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"12242msgstr "git rerere [clear | forget <camí>... | status | remaining | diff | gc]"1224312244#: builtin/rerere.c:5812245msgid "register clean resolutions in index"12246msgstr "registra les resolucions netes en l'índex"1224712248#: builtin/reset.c:2612249msgid ""12250"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"12251msgstr ""12252"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<comissió>]"1225312254#: builtin/reset.c:2712255msgid "git reset [-q] [<tree-ish>] [--] <paths>..."12256msgstr "git reset [-q] [<arbre>] [--] <camins>..."1225712258#: builtin/reset.c:2812259msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"12260msgstr "git reset --patch [<arbre>] [--] [<camins>...]"1226112262#: builtin/reset.c:3412263msgid "mixed"12264msgstr "mixt"1226512266#: builtin/reset.c:3412267msgid "soft"12268msgstr "suau"1226912270#: builtin/reset.c:3412271msgid "hard"12272msgstr "dur"1227312274#: builtin/reset.c:3412275msgid "merge"12276msgstr "fusió"1227712278#: builtin/reset.c:3412279msgid "keep"12280msgstr "reteniment"1228112282#: builtin/reset.c:7412283msgid "You do not have a valid HEAD."12284msgstr "No teniu un HEAD vàlid."1228512286#: builtin/reset.c:7612287msgid "Failed to find tree of HEAD."12288msgstr "S'ha produït un error en trobar l'arbre de HEAD."1228912290#: builtin/reset.c:8212291#, c-format12292msgid "Failed to find tree of %s."12293msgstr "S'ha produït un error en cercar l'arbre de %s."1229412295#: builtin/reset.c:10012296#, c-format12297msgid "HEAD is now at %s"12298msgstr "HEAD ara és a %s"1229912300#: builtin/reset.c:18312301#, c-format12302msgid "Cannot do a %s reset in the middle of a merge."12303msgstr "No es pot fer un restabliment de %s enmig d'una fusió."1230412305#: builtin/reset.c:27612306msgid "be quiet, only report errors"12307msgstr "sigues silenciós, només informa d'errors"1230812309#: builtin/reset.c:27812310msgid "reset HEAD and index"12311msgstr "restableix HEAD i l'índex"1231212313#: builtin/reset.c:27912314msgid "reset only HEAD"12315msgstr "restableix només HEAD"1231612317#: builtin/reset.c:281 builtin/reset.c:28312318msgid "reset HEAD, index and working tree"12319msgstr "restableix HEAD, l'índex i l'arbre de treball"1232012321#: builtin/reset.c:28512322msgid "reset HEAD but keep local changes"12323msgstr "restableix HEAD però retén els canvis locals"1232412325#: builtin/reset.c:28812326msgid "record only the fact that removed paths will be added later"12327msgstr "registra només el fet de que els camins eliminats s'afegiran després"1232812329#: builtin/reset.c:30512330#, c-format12331msgid "Failed to resolve '%s' as a valid revision."12332msgstr "S'ha produït un error en resoldre '%s' com a revisió vàlida."1233312334#: builtin/reset.c:31312335#, c-format12336msgid "Failed to resolve '%s' as a valid tree."12337msgstr "S'ha produït un error en resoldre '%s' com a arbre vàlid."1233812339#: builtin/reset.c:32212340msgid "--patch is incompatible with --{hard,mixed,soft}"12341msgstr "--patch és incompatible amb --{hard,mixed,soft}"1234212343#: builtin/reset.c:33112344msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."12345msgstr ""12346"--mixed amb camins està en desús; useu 'git reset -- <camins>' en lloc "12347"d'això."1234812349#: builtin/reset.c:33312350#, c-format12351msgid "Cannot do %s reset with paths."12352msgstr "No es pot restablir de %s amb camins."1235312354#: builtin/reset.c:34312355#, c-format12356msgid "%s reset is not allowed in a bare repository"12357msgstr "el restabliment de %s no es permet en un dipòsit nu"1235812359#: builtin/reset.c:34712360msgid "-N can only be used with --mixed"12361msgstr "-N només es pot usar amb --mixed"1236212363#: builtin/reset.c:36412364msgid "Unstaged changes after reset:"12365msgstr "Canvis «unstaged» després del restabliment:"1236612367#: builtin/reset.c:37012368#, c-format12369msgid "Could not reset index file to revision '%s'."12370msgstr "No s'ha pogut restablir el fitxer d'índex a la revisió '%s'."1237112372#: builtin/reset.c:37412373msgid "Could not write new index file."12374msgstr "No s'ha pogut escriure el fitxer d'índex nou."1237512376#: builtin/rev-list.c:35412377msgid "rev-list does not support display of notes"12378msgstr "el rev-list no permet mostrar notes"1237912380#: builtin/rev-parse.c:39112381msgid "git rev-parse --parseopt [<options>] -- [<args>...]"12382msgstr "git rev-parse --parseopt [<opcions>] -- [<paràmetres>...]"1238312384#: builtin/rev-parse.c:39612385msgid "keep the `--` passed as an arg"12386msgstr "retén el `--` passat com a paràmetre"1238712388#: builtin/rev-parse.c:39812389msgid "stop parsing after the first non-option argument"12390msgstr "deixa d'analitzar després del primer paràmetre no d'opció"1239112392#: builtin/rev-parse.c:40112393msgid "output in stuck long form"12394msgstr "emet en forma llarga enganxada"1239512396#: builtin/rev-parse.c:53212397msgid ""12398"git rev-parse --parseopt [<options>] -- [<args>...]\n"12399" or: git rev-parse --sq-quote [<arg>...]\n"12400" or: git rev-parse [<options>] [<arg>...]\n"12401"\n"12402"Run \"git rev-parse --parseopt -h\" for more information on the first usage."12403msgstr ""12404"git rev-parse --parseopt [<opcions>] -- [<paràmetres>...]\n"12405" or: git rev-parse --sq-quote [<paràmetre>...]\n"12406" or: git rev-parse [<opcions>] [<paràmetre>...]\n"12407"\n"12408"Executeu \"git rev-parse --parseopt -h\" per més informació sobre l'ús "12409"inicial."1241012411#: builtin/revert.c:2212412msgid "git revert [<options>] <commit-ish>..."12413msgstr "git revert [<opcions>] <comissió>..."1241412415#: builtin/revert.c:2312416msgid "git revert <subcommand>"12417msgstr "git revert <subordre>"1241812419#: builtin/revert.c:2812420msgid "git cherry-pick [<options>] <commit-ish>..."12421msgstr "git cherry-pick [<opcions>] <comissió>..."1242212423#: builtin/revert.c:2912424msgid "git cherry-pick <subcommand>"12425msgstr "git cherry-pick <subordre>"1242612427#: builtin/revert.c:7112428#, c-format12429msgid "%s: %s cannot be used with %s"12430msgstr "%s: %s no es pot usar amb %s"1243112432#: builtin/revert.c:8012433msgid "end revert or cherry-pick sequence"12434msgstr "acaba la seqüència de reversió o el «cherry pick»"1243512436#: builtin/revert.c:8112437msgid "resume revert or cherry-pick sequence"12438msgstr "reprèn la seqüència de reversió o el «cherry pick»"1243912440#: builtin/revert.c:8212441msgid "cancel revert or cherry-pick sequence"12442msgstr "cancel·la la seqüència de reversió o el «cherry pick»"1244312444#: builtin/revert.c:8312445msgid "don't automatically commit"12446msgstr "no cometis automàticament"1244712448#: builtin/revert.c:8412449msgid "edit the commit message"12450msgstr "edita el missatge de comissió"1245112452#: builtin/revert.c:8712453msgid "parent number"12454msgstr "número de mare"1245512456#: builtin/revert.c:8912457msgid "merge strategy"12458msgstr "estratègia de fusió"1245912460#: builtin/revert.c:9012461msgid "option"12462msgstr "opció"1246312464#: builtin/revert.c:9112465msgid "option for merge strategy"12466msgstr "opció d'estratègia de fusió"1246712468#: builtin/revert.c:10012469msgid "append commit name"12470msgstr "nom de la comissió a annexar"1247112472#: builtin/revert.c:10212473msgid "preserve initially empty commits"12474msgstr "preserva les comissions inicialment buides"1247512476#: builtin/revert.c:10312477msgid "allow commits with empty messages"12478msgstr "permet les comissions amb missatges buits"1247912480#: builtin/revert.c:10412481msgid "keep redundant, empty commits"12482msgstr "retén les comissions redundants i buides"1248312484#: builtin/revert.c:19212485msgid "revert failed"12486msgstr "la reversió ha fallat"1248712488#: builtin/revert.c:20512489msgid "cherry-pick failed"12490msgstr "el «cherry pick» ha fallat"1249112492#: builtin/rm.c:1712493msgid "git rm [<options>] [--] <file>..."12494msgstr "git rm [<opcions>] [--] <fitxer>..."1249512496#: builtin/rm.c:20512497msgid ""12498"the following file has staged content different from both the\n"12499"file and the HEAD:"12500msgid_plural ""12501"the following files have staged content different from both the\n"12502"file and the HEAD:"12503msgstr[0] ""12504"el fitxer següent té contingut «stage» diferent d'ambdós el\n"12505"fitxer i el HEAD:"12506msgstr[1] ""12507"els fitxers següents tenen contingut «stage» diferent d'ambdós\n"12508"el fitxer i el HEAD:"1250912510#: builtin/rm.c:21012511msgid ""12512"\n"12513"(use -f to force removal)"12514msgstr ""12515"\n"12516"(useu -f per a forçar l'eliminació)"1251712518#: builtin/rm.c:21412519msgid "the following file has changes staged in the index:"12520msgid_plural "the following files have changes staged in the index:"12521msgstr[0] "el fitxer següent té canvis «staged» en l'índex:"12522msgstr[1] "els fitxers següents tenen canvis «staged» en l'índex:"1252312524#: builtin/rm.c:218 builtin/rm.c:22712525msgid ""12526"\n"12527"(use --cached to keep the file, or -f to force removal)"12528msgstr ""12529"\n"12530"(useu --cached per a retenir el fitxer, o -f per a forçar l'eliminació)"1253112532#: builtin/rm.c:22412533msgid "the following file has local modifications:"12534msgid_plural "the following files have local modifications:"12535msgstr[0] "el fitxer següent té modificacions locals:"12536msgstr[1] "els fitxers següents tenen modificacions locals:"1253712538#: builtin/rm.c:24212539msgid "do not list removed files"12540msgstr "no llistis els fitxers eliminats"1254112542#: builtin/rm.c:24312543msgid "only remove from the index"12544msgstr "només elimina de l'índex"1254512546#: builtin/rm.c:24412547msgid "override the up-to-date check"12548msgstr "passa per alt la comprovació d'actualitat"1254912550#: builtin/rm.c:24512551msgid "allow recursive removal"12552msgstr "permet l'eliminació recursiva"1255312554#: builtin/rm.c:24712555msgid "exit with a zero status even if nothing matched"12556msgstr "surt amb estat zero encara que res hagi coincidit"1255712558#: builtin/rm.c:30812559#, c-format12560msgid "not removing '%s' recursively without -r"12561msgstr "no s'està eliminant '%s' recursivament sense -r"1256212563#: builtin/rm.c:34712564#, c-format12565msgid "git rm: unable to remove %s"12566msgstr "git rm: no s'ha pogut eliminar %s"1256712568#: builtin/rm.c:37012569#, c-format12570msgid "could not remove '%s'"12571msgstr "no s'ha pogut suprimir '%s'"1257212573#: builtin/send-pack.c:1812574msgid ""12575"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"12576"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "12577"[<ref>...]\n"12578" --all and explicit <ref> specification are mutually exclusive."12579msgstr ""12580"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-"12581"pack=<paquet-del-git-receive>] [--verbose] [--thin] [--atomic] "12582"[<màquina>:]<directori> [<referència>...]\n"12583" --all i especificació <referència> explícita són mutualment exclusius."1258412585#: builtin/send-pack.c:16012586msgid "remote name"12587msgstr "nom del remot"1258812589#: builtin/send-pack.c:17112590msgid "use stateless RPC protocol"12591msgstr "usa el protocol RPC sense estat"1259212593#: builtin/send-pack.c:17212594msgid "read refs from stdin"12595msgstr "llegeix les referències des d'stdin"1259612597#: builtin/send-pack.c:17312598msgid "print status from remote helper"12599msgstr "imprimeix l'estat des de l'ajudant remot"1260012601#: builtin/shortlog.c:1312602msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"12603msgstr "git shortlog [<opcions>] [<rang-de-revisions>] [[--] [<camí>...]]"1260412605#: builtin/shortlog.c:24912606msgid "Group by committer rather than author"12607msgstr ""1260812609#: builtin/shortlog.c:25112610msgid "sort output according to the number of commits per author"12611msgstr "ordena la sortida segons el nombre de comissions per autor"1261212613#: builtin/shortlog.c:25312614msgid "Suppress commit descriptions, only provides commit count"12615msgstr ""12616"Omet les descripcions de comissió, només proveeix el recompte de comissions"1261712618#: builtin/shortlog.c:25512619msgid "Show the email address of each author"12620msgstr "Mostra l'adreça de correu electrònic de cada autor"1262112622#: builtin/shortlog.c:25612623msgid "w[,i1[,i2]]"12624msgstr "w[,i1[,i2]]"1262512626#: builtin/shortlog.c:25712627msgid "Linewrap output"12628msgstr "Ajusta les línies de la sortida"1262912630#: builtin/show-branch.c:1012631msgid ""12632"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"12633"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"12634"\t\t[--more=<n> | --list | --independent | --merge-base]\n"12635"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"12636msgstr ""12637"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"12638"\t\t [--current] [--color[=<quan>] | --no-color] [--sparse]\n"12639"\t\t [--more=<n> | --list | --independent | --merge-base]\n"12640"\t\t [--no-name | --sha1-name] [--topics] [(<revisió> | <glob>)...]"1264112642#: builtin/show-branch.c:1412643msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"12644msgstr "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<referència>]"1264512646#: builtin/show-branch.c:37512647#, c-format12648msgid "ignoring %s; cannot handle more than %d ref"12649msgid_plural "ignoring %s; cannot handle more than %d refs"12650msgstr[0] "s'està ignorant %s; no es pot gestionar més de %d referència"12651msgstr[1] "s'està ignorant %s; no es poden gestionar més de %d referències"1265212653#: builtin/show-branch.c:54112654#, c-format12655msgid "no matching refs with %s"12656msgstr "no hi ha referències coincidents amb %s"1265712658#: builtin/show-branch.c:63912659msgid "show remote-tracking and local branches"12660msgstr "mostra les branques amb seguiment remot i les locals"1266112662#: builtin/show-branch.c:64112663msgid "show remote-tracking branches"12664msgstr "mostra les branques amb seguiment remot"1266512666#: builtin/show-branch.c:64312667msgid "color '*!+-' corresponding to the branch"12668msgstr "colora '*!+-' corresponent a la branca"1266912670#: builtin/show-branch.c:64512671msgid "show <n> more commits after the common ancestor"12672msgstr "mostra <n> comissions després de l'avantpassat comú"1267312674#: builtin/show-branch.c:64712675msgid "synonym to more=-1"12676msgstr "sinònim de more=-1"1267712678#: builtin/show-branch.c:64812679msgid "suppress naming strings"12680msgstr "omet l'anomenament de cadenes"1268112682#: builtin/show-branch.c:65012683msgid "include the current branch"12684msgstr "inclou la branca actual"1268512686#: builtin/show-branch.c:65212687msgid "name commits with their object names"12688msgstr "anomena les comissions amb els seus noms d'objecte"1268912690#: builtin/show-branch.c:65412691msgid "show possible merge bases"12692msgstr "mostra les bases de fusió possibles"1269312694#: builtin/show-branch.c:65612695msgid "show refs unreachable from any other ref"12696msgstr "mostra les referències inabastables de qualsevol altra referència"1269712698#: builtin/show-branch.c:65812699msgid "show commits in topological order"12700msgstr "mostra les comissions en ordre topològic"1270112702#: builtin/show-branch.c:66112703msgid "show only commits not on the first branch"12704msgstr "mostra només les comissions que no siguin en la primera branca"1270512706#: builtin/show-branch.c:66312707msgid "show merges reachable from only one tip"12708msgstr "mostra les fusions abastables de només una punta"1270912710#: builtin/show-branch.c:66512711msgid "topologically sort, maintaining date order where possible"12712msgstr "ordena topològicament, mantenint l'ordre de dates on sigui possible"1271312714#: builtin/show-branch.c:66812715msgid "<n>[,<base>]"12716msgstr "<n>[,<base>]"1271712718#: builtin/show-branch.c:66912719msgid "show <n> most recent ref-log entries starting at base"12720msgstr "mostra les <n> entrades més recents començant a la base"1272112722#: builtin/show-branch.c:70312723msgid ""12724"--reflog is incompatible with --all, --remotes, --independent or --merge-base"12725msgstr ""12726"--reflog és incompatible amb --all, --remotes, --independent o --merge-base"1272712728#: builtin/show-branch.c:72712729msgid "no branches given, and HEAD is not valid"12730msgstr "no s'ha donat cap branca, i HEAD no és vàlid"1273112732#: builtin/show-branch.c:73012733msgid "--reflog option needs one branch name"12734msgstr "l'opció --reflog necessita un nom de branca"1273512736#: builtin/show-branch.c:73312737#, c-format12738msgid "only %d entry can be shown at one time."12739msgid_plural "only %d entries can be shown at one time."12740msgstr[0] "es pot mostrar només %d entrada a la vegada."12741msgstr[1] "es poden mostrar només %d entrades a la vegada."1274212743#: builtin/show-branch.c:73712744#, c-format12745msgid "no such ref %s"12746msgstr "no hi ha tal referència %s"1274712748#: builtin/show-branch.c:82912749#, c-format12750msgid "cannot handle more than %d rev."12751msgid_plural "cannot handle more than %d revs."12752msgstr[0] "no es pot gestionar més d'%d revisió."12753msgstr[1] "no es poden gestionar més de %d revisions."1275412755#: builtin/show-branch.c:83312756#, c-format12757msgid "'%s' is not a valid ref."12758msgstr "'%s' no és una referència vàlida."1275912760#: builtin/show-branch.c:83612761#, c-format12762msgid "cannot find commit %s (%s)"12763msgstr "no es pot trobar la comissió %s (%s)"1276412765#: builtin/show-ref.c:1012766msgid ""12767"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"12768"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"12769msgstr ""12770"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"12771"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<patró>...]"1277212773#: builtin/show-ref.c:1112774msgid "git show-ref --exclude-existing[=<pattern>]"12775msgstr "git show-ref --exclude-existing[=<patró>]"1277612777#: builtin/show-ref.c:15912778msgid "only show tags (can be combined with heads)"12779msgstr "mostra només les etiquetes (es pot combinar amb heads)"1278012781#: builtin/show-ref.c:16012782msgid "only show heads (can be combined with tags)"12783msgstr "mostra només els caps (es pot combinar amb tags)"1278412785#: builtin/show-ref.c:16112786msgid "stricter reference checking, requires exact ref path"12787msgstr ""12788"comprovació de referència més estricta, requereix el camí de referència "12789"exacte"1279012791#: builtin/show-ref.c:164 builtin/show-ref.c:16612792msgid "show the HEAD reference, even if it would be filtered out"12793msgstr "mostra la referència HEAD, encara que es filtrés"1279412795#: builtin/show-ref.c:16812796msgid "dereference tags into object IDs"12797msgstr "desreferencia les etiquetes a IDs d'objecte"1279812799#: builtin/show-ref.c:17012800msgid "only show SHA1 hash using <n> digits"12801msgstr "mostra el hash SHA1 usant només <n> xifres"1280212803#: builtin/show-ref.c:17412804msgid "do not print results to stdout (useful with --verify)"12805msgstr "no imprimeixis els resultats a stdout (útil amb --verify)"1280612807#: builtin/show-ref.c:17612808msgid "show refs from stdin that aren't in local repository"12809msgstr "mostra les referències d'stdin que no siguin en el dipòsit local"1281012811#: builtin/stripspace.c:1712812msgid "git stripspace [-s | --strip-comments]"12813msgstr "git stripspace [-s | --strip-comments]"1281412815#: builtin/stripspace.c:1812816msgid "git stripspace [-c | --comment-lines]"12817msgstr "git stripspace [-c | --comment-lines]"1281812819#: builtin/stripspace.c:3512820msgid "skip and remove all lines starting with comment character"12821msgstr ""12822"omet i elimina totes les línies que comencin amb el caràcter de comentari"1282312824#: builtin/stripspace.c:3812825msgid "prepend comment character and space to each line"12826msgstr "anteposa el caràcter de comentari i un espai a cada línia"1282712828#: builtin/submodule--helper.c:24 builtin/submodule--helper.c:106212829#, c-format12830msgid "No such ref: %s"12831msgstr "No hi ha tal referència: %s"1283212833#: builtin/submodule--helper.c:31 builtin/submodule--helper.c:107112834#, c-format12835msgid "Expecting a full ref name, got %s"12836msgstr "S'espera un nom de referència ple, s'ha rebut %s"1283712838#: builtin/submodule--helper.c:7112839#, c-format12840msgid "cannot strip one component off url '%s'"12841msgstr "no es pot despullar un component de l'url '%s'"1284212843#: builtin/submodule--helper.c:282 builtin/submodule--helper.c:59212844msgid "alternative anchor for relative paths"12845msgstr "àncora alternativa per als camins relatius"1284612847#: builtin/submodule--helper.c:28712848msgid "git submodule--helper list [--prefix=<path>] [<path>...]"12849msgstr "git submodule--helper list [--prefix=<camí>] [<camí>...]"1285012851#: builtin/submodule--helper.c:333 builtin/submodule--helper.c:34712852#, c-format12853msgid "No url found for submodule path '%s' in .gitmodules"12854msgstr "No s'ha trobat cap url per al camí de submòdul '%s' a .gitmodules"1285512856#: builtin/submodule--helper.c:37312857#, c-format12858msgid "Failed to register url for submodule path '%s'"12859msgstr "S'ha produït un error en registrar l'url per al camí de submòdul '%s'"1286012861#: builtin/submodule--helper.c:37712862#, c-format12863msgid "Submodule '%s' (%s) registered for path '%s'\n"12864msgstr "S'ha registrat el submòdul '%s' (%s) per al camí '%s'\n"1286512866#: builtin/submodule--helper.c:38712867#, c-format12868msgid "warning: command update mode suggested for submodule '%s'\n"12869msgstr ""12870"advertència: se suggereix el mode d'actualització per ordre per al submòdul "12871"'%s'\n"1287212873#: builtin/submodule--helper.c:39412874#, c-format12875msgid "Failed to register update mode for submodule path '%s'"12876msgstr ""12877"S'ha produït un error en registrar el mode d'actualització per al camí de "12878"submòdul '%s'"1287912880#: builtin/submodule--helper.c:41012881msgid "Suppress output for initializing a submodule"12882msgstr "Omet la sortida d'inicialitzar un submòdul"1288312884#: builtin/submodule--helper.c:41512885msgid "git submodule--helper init [<path>]"12886msgstr "git submodule--helper init [<camí>]"1288712888#: builtin/submodule--helper.c:43612889msgid "git submodule--helper name <path>"12890msgstr "git submodule--helper name <camí>"1289112892#: builtin/submodule--helper.c:44212893#, c-format12894msgid "no submodule mapping found in .gitmodules for path '%s'"12895msgstr "No s'ha trobat cap mapatge de submòdul a .gitmodules per al camí '%s'"1289612897#: builtin/submodule--helper.c:525 builtin/submodule--helper.c:52812898#, c-format12899msgid "submodule '%s' cannot add alternate: %s"12900msgstr "el submòdul '%s' no pot afegir un alternatiu: %s"1290112902#: builtin/submodule--helper.c:56412903#, c-format12904msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"12905msgstr "No es reconeix el valor '%s' per a submodule.alternateErrorStrategy"1290612907#: builtin/submodule--helper.c:57112908#, c-format12909msgid "Value '%s' for submodule.alternateLocation is not recognized"12910msgstr "No es reconeix el valor '%s' per a submodule.alternateLocation"1291112912#: builtin/submodule--helper.c:59512913msgid "where the new submodule will be cloned to"12914msgstr "a on es clonarà el submòdul nou"1291512916#: builtin/submodule--helper.c:59812917msgid "name of the new submodule"12918msgstr "nom del submòdul nou"1291912920#: builtin/submodule--helper.c:60112921msgid "url where to clone the submodule from"12922msgstr "url del qual clonar el submòdul"1292312924#: builtin/submodule--helper.c:60712925msgid "depth for shallow clones"12926msgstr "profunditat dels clons superficials"1292712928#: builtin/submodule--helper.c:610 builtin/submodule--helper.c:98012929msgid "force cloning progress"12930msgstr "força el progrés del clonatge"1293112932#: builtin/submodule--helper.c:61512933msgid ""12934"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "12935"<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"12936msgstr ""12937"git submodule--helper clone [--prefix=<camí>] [--quiet] [--reference "12938"<dipòsit>] [--name <nom>] [--depth <profunditat>] --url <url> --path <camí>"1293912940#: builtin/submodule--helper.c:64612941#, c-format12942msgid "clone of '%s' into submodule path '%s' failed"12943msgstr "el clonatge de '%s' al camí de submòdul '%s' ha fallat"1294412945#: builtin/submodule--helper.c:66212946#, c-format12947msgid "cannot open file '%s'"12948msgstr "no es pot obrir el fitxer '%s'"1294912950#: builtin/submodule--helper.c:66712951#, c-format12952msgid "could not close file %s"12953msgstr "no s'ha pogut tancar el fitxer %s"1295412955#: builtin/submodule--helper.c:67412956#, c-format12957msgid "could not get submodule directory for '%s'"12958msgstr "no s'ha pogut obtenir el directori de submòdul per a '%s'"1295912960#: builtin/submodule--helper.c:74212961#, c-format12962msgid "Submodule path '%s' not initialized"12963msgstr "El camí de submòdul '%s' no està inicialitzat"1296412965#: builtin/submodule--helper.c:74612966msgid "Maybe you want to use 'update --init'?"12967msgstr "Potser voleu usar 'update --init'?"1296812969#: builtin/submodule--helper.c:77212970#, c-format12971msgid "Skipping unmerged submodule %s"12972msgstr "S'està ometent el submòdul no fusionat %s"1297312974#: builtin/submodule--helper.c:79312975#, c-format12976msgid "Skipping submodule '%s'"12977msgstr "S'està ometent el submòdul '%s'"1297812979#: builtin/submodule--helper.c:92912980#, c-format12981msgid "Failed to clone '%s'. Retry scheduled"12982msgstr "S'ha produït un error en clonar '%s'. S'ha programat un reintent"1298312984#: builtin/submodule--helper.c:94012985#, c-format12986msgid "Failed to clone '%s' a second time, aborting"12987msgstr "S'ha produït un error per segon cop en clonar '%s', s'està avortant"1298812989#: builtin/submodule--helper.c:961 builtin/submodule--helper.c:110512990msgid "path into the working tree"12991msgstr "camí a l'arbre de treball"1299212993#: builtin/submodule--helper.c:96412994msgid "path into the working tree, across nested submodule boundaries"12995msgstr "camí a l'arbre de treball, a través de fronteres de submòduls niats"1299612997#: builtin/submodule--helper.c:96812998msgid "rebase, merge, checkout or none"12999msgstr "rebase, merge, checkout o none"1300013001#: builtin/submodule--helper.c:97213002msgid "Create a shallow clone truncated to the specified number of revisions"13003msgstr "Crea un clon superficial truncat al nombre de revisions especificat"1300413005#: builtin/submodule--helper.c:97513006msgid "parallel jobs"13007msgstr "tasques paral·leles"1300813009#: builtin/submodule--helper.c:97713010msgid "whether the initial clone should follow the shallow recommendation"13011msgstr "si el clonatge inicial ha de seguir la recomanació de superficialitat"1301213013#: builtin/submodule--helper.c:97813014msgid "don't print cloning progress"13015msgstr "no imprimeixis el progrés del clonatge"1301613017#: builtin/submodule--helper.c:98513018msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"13019msgstr "git submodule--helper update_clone [--prefix=<camí>] [<camí>...]"1302013021#: builtin/submodule--helper.c:99513022msgid "bad value for update parameter"13023msgstr "valor dolent per al paràmetre update"1302413025#: builtin/submodule--helper.c:106613026#, c-format13027msgid ""13028"Submodule (%s) branch configured to inherit branch from superproject, but "13029"the superproject is not on any branch"13030msgstr ""13031"La branca de submòdul (%s) està configurada per a heretar la branca del "13032"superprojecte, però el superprojecte no és en cap branca"1303313034#: builtin/submodule--helper.c:110613035msgid "recurse into submodules"13036msgstr "inclou recursivament als submòduls"1303713038#: builtin/submodule--helper.c:111213039msgid "git submodule--helper embed-git-dir [<path>...]"13040msgstr "git submodule--helper embed-git-dir [<camí>]"1304113042#: builtin/submodule--helper.c:115713043msgid "submodule--helper subcommand must be called with a subcommand"13044msgstr "s'ha d'executar la subordre submodule--helper amb una subordre"1304513046#: builtin/submodule--helper.c:116413047#, c-format13048msgid "%s doesn't support --super-prefix"13049msgstr "%s no admet --super-prefix"1305013051#: builtin/submodule--helper.c:117013052#, c-format13053msgid "'%s' is not a valid submodule--helper subcommand"13054msgstr "'%s' no és una subordre vàlida de submodule--helper"1305513056#: builtin/symbolic-ref.c:713057msgid "git symbolic-ref [<options>] <name> [<ref>]"13058msgstr "git symbolic-ref [<opcions>] <nom> [<referència>]"1305913060#: builtin/symbolic-ref.c:813061msgid "git symbolic-ref -d [-q] <name>"13062msgstr "git symbolic-ref -d [-q] <nom>"1306313064#: builtin/symbolic-ref.c:4013065msgid "suppress error message for non-symbolic (detached) refs"13066msgstr "omet el missatge d'error de referències no simbòliques (separades)"1306713068#: builtin/symbolic-ref.c:4113069msgid "delete symbolic ref"13070msgstr "suprimeix la referència simbòlica"1307113072#: builtin/symbolic-ref.c:4213073msgid "shorten ref output"13074msgstr "escurça la sortida de referències"1307513076#: builtin/symbolic-ref.c:43 builtin/update-ref.c:36213077msgid "reason"13078msgstr "raó"1307913080#: builtin/symbolic-ref.c:43 builtin/update-ref.c:36213081msgid "reason of the update"13082msgstr "raó de l'actualització"1308313084#: builtin/tag.c:2313085msgid ""13086"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "13087"[<head>]"13088msgstr ""13089"git tag [-a | -s | -u <id-de-clau>] [-f] [-m <missatge> | -F <fitxer>] <nom-"13090"d'etiqueta> [<cap>]"1309113092#: builtin/tag.c:2413093msgid "git tag -d <tagname>..."13094msgstr "git tag -d <nom-d'etiqueta>..."1309513096#: builtin/tag.c:2513097msgid ""13098"git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>]\n"13099"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"13100msgstr ""13101"git tag -l [-n[<nombre>]] [--contains <comissió>]\n"13102"\t\t[--points-at <objecte>] [--format=<format>]\n"13103"\t\t[--[no-]merged [<comissió>]] [<patró>...]"1310413105#: builtin/tag.c:2713106msgid "git tag -v [--format=<format>] <tagname>..."13107msgstr "git tag -v [--format=<format>] <nom-d'etiqueta>..."1310813109#: builtin/tag.c:8213110#, c-format13111msgid "tag name too long: %.*s..."13112msgstr "nom d'etiqueta massa llarg: %.*s..."1311313114#: builtin/tag.c:8713115#, c-format13116msgid "tag '%s' not found."13117msgstr "no s'ha trobat l'etiqueta '%s'."1311813119#: builtin/tag.c:10213120#, c-format13121msgid "Deleted tag '%s' (was %s)\n"13122msgstr "S'ha suprimit l'etiqueta '%s' (era %s)\n"1312313124#: builtin/tag.c:13113125#, c-format13126msgid ""13127"\n"13128"Write a message for tag:\n"13129" %s\n"13130"Lines starting with '%c' will be ignored.\n"13131msgstr ""13132"\n"13133"Escriviu el missatge de l'etiqueta:\n"13134" %s\n"13135"Les línies que comencin amb '%c' s'ignoraran.\n"1313613137#: builtin/tag.c:13513138#, c-format13139msgid ""13140"\n"13141"Write a message for tag:\n"13142" %s\n"13143"Lines starting with '%c' will be kept; you may remove them yourself if you "13144"want to.\n"13145msgstr ""13146"\n"13147"Escriviu el missatge de l'etiqueta:\n"13148" %s\n"13149"Les línies que comencin amb '%c' es retindran; podeu eliminar-les per vós "13150"mateix si voleu.\n"1315113152#: builtin/tag.c:21313153msgid "unable to sign the tag"13154msgstr "no s'ha pogut signar l'etiqueta"1315513156#: builtin/tag.c:21513157msgid "unable to write tag file"13158msgstr "no s'ha pogut escriure el fitxer d'etiqueta"1315913160#: builtin/tag.c:24013161msgid "bad object type."13162msgstr "el tipus d'objecte és dolent."1316313164#: builtin/tag.c:25313165msgid "tag header too big."13166msgstr "la capçalera d'etiqueta és massa gran."1316713168#: builtin/tag.c:28913169msgid "no tag message?"13170msgstr "no hi ha cap missatge d'etiqueta?"1317113172#: builtin/tag.c:29513173#, c-format13174msgid "The tag message has been left in %s\n"13175msgstr "S'ha deixat el missatge de l'etiqueta en %s\n"1317613177#: builtin/tag.c:35413178msgid "list tag names"13179msgstr "llista els noms d'etiqueta"1318013181#: builtin/tag.c:35613182msgid "print <n> lines of each tag message"13183msgstr "imprimeix <n> línies de cada missatge d'etiqueta"1318413185#: builtin/tag.c:35813186msgid "delete tags"13187msgstr "suprimeix les etiquetes"1318813189#: builtin/tag.c:35913190msgid "verify tags"13191msgstr "verifica les etiquetes"1319213193#: builtin/tag.c:36113194msgid "Tag creation options"13195msgstr "Opcions de creació d'etiquetes"1319613197#: builtin/tag.c:36313198msgid "annotated tag, needs a message"13199msgstr "etiqueta anotada, necessita un missatge"1320013201#: builtin/tag.c:36513202msgid "tag message"13203msgstr "missatge d'etiqueta"1320413205#: builtin/tag.c:36713206msgid "annotated and GPG-signed tag"13207msgstr "etiqueta anotada i signada per GPG"1320813209#: builtin/tag.c:37113210msgid "use another key to sign the tag"13211msgstr "usa una altra clau per a signar l'etiqueta"1321213213#: builtin/tag.c:37213214msgid "replace the tag if exists"13215msgstr "reemplaça l'etiqueta si existeix"1321613217#: builtin/tag.c:373 builtin/update-ref.c:36813218msgid "create a reflog"13219msgstr "crea un registre de referències"1322013221#: builtin/tag.c:37513222msgid "Tag listing options"13223msgstr "Opcions de llistat d'etiquetes"1322413225#: builtin/tag.c:37613226msgid "show tag list in columns"13227msgstr "mostra la llista d'etiquetes en columnes"1322813229#: builtin/tag.c:377 builtin/tag.c:37813230msgid "print only tags that contain the commit"13231msgstr "imprimeix només les etiquetes que continguin la comissió"1323213233#: builtin/tag.c:37913234msgid "print only tags that are merged"13235msgstr "imprimeix només les etiquetes que s'han fusionat"1323613237#: builtin/tag.c:38013238msgid "print only tags that are not merged"13239msgstr "imprimeix només les etiquetes que no s'han fusionat"1324013241#: builtin/tag.c:38513242msgid "print only tags of the object"13243msgstr "imprimeix només les etiquetes de l'objecte"1324413245#: builtin/tag.c:41513246msgid "--column and -n are incompatible"13247msgstr "--column i -n són incompatibles"1324813249#: builtin/tag.c:43713250msgid "-n option is only allowed with -l."13251msgstr "es permet l'opció -n només amb -l."1325213253#: builtin/tag.c:43913254msgid "--contains option is only allowed with -l."13255msgstr "es permet l'opció --contains només amb -l."1325613257#: builtin/tag.c:44113258msgid "--points-at option is only allowed with -l."13259msgstr "es permet --points-at option només amb -l."1326013261#: builtin/tag.c:44313262msgid "--merged and --no-merged option are only allowed with -l"13263msgstr "es permeten les opcions --merged i --no-merged només amb -l"1326413265#: builtin/tag.c:45413266msgid "only one -F or -m option is allowed."13267msgstr "només es permet una opció -F o -m."1326813269#: builtin/tag.c:47313270msgid "too many params"13271msgstr "massa paràmetres"1327213273#: builtin/tag.c:47913274#, c-format13275msgid "'%s' is not a valid tag name."13276msgstr "'%s' no és un nom d'etiqueta vàlid."1327713278#: builtin/tag.c:48413279#, c-format13280msgid "tag '%s' already exists"13281msgstr "l'etiqueta '%s' ja existeix"1328213283#: builtin/tag.c:51213284#, c-format13285msgid "Updated tag '%s' (was %s)\n"13286msgstr "Etiqueta '%s' actualitzada (era %s)\n"1328713288#: builtin/unpack-objects.c:49313289msgid "Unpacking objects"13290msgstr "S'estan desempaquetant els objectes"1329113292#: builtin/update-index.c:7913293#, c-format13294msgid "failed to create directory %s"13295msgstr "s'ha produït un error en crear el directori %s"1329613297#: builtin/update-index.c:8513298#, c-format13299msgid "failed to stat %s"13300msgstr "s'ha produït un error en fer stat a %s"1330113302#: builtin/update-index.c:9513303#, c-format13304msgid "failed to create file %s"13305msgstr "s'ha produït un error en crear el fitxer %s"1330613307#: builtin/update-index.c:10313308#, c-format13309msgid "failed to delete file %s"13310msgstr "s'ha produït un error en suprimir el fitxer %s"1331113312#: builtin/update-index.c:110 builtin/update-index.c:21213313#, c-format13314msgid "failed to delete directory %s"13315msgstr "s'ha produït un error en suprimir el directori %s"1331613317#: builtin/update-index.c:13313318#, c-format13319msgid "Testing mtime in '%s' "13320msgstr "S'està provant mtime en '%s' "1332113322#: builtin/update-index.c:14513323msgid "directory stat info does not change after adding a new file"13324msgstr ""13325"la informació d'stat de directori no canvia després d'afegir un fitxer nou"1332613327#: builtin/update-index.c:15813328msgid "directory stat info does not change after adding a new directory"13329msgstr ""13330"la informació d'stat de directori no canvia després d'afegir un directori nou"1333113332#: builtin/update-index.c:17113333msgid "directory stat info changes after updating a file"13334msgstr ""13335"la informació d'stat de directori canvia després d'actualitzar un fitxer"1333613337#: builtin/update-index.c:18213338msgid "directory stat info changes after adding a file inside subdirectory"13339msgstr ""13340"la informació d'stat de directori canvia després d'afegir un fitxer dins "13341"d'un subdirectori"1334213343#: builtin/update-index.c:19313344msgid "directory stat info does not change after deleting a file"13345msgstr ""13346"la informació d'stat de directori no canvia després de suprimir un fitxer"1334713348#: builtin/update-index.c:20613349msgid "directory stat info does not change after deleting a directory"13350msgstr ""13351"la informació d'stat de directori no canvia després de suprimir un directori"1335213353#: builtin/update-index.c:21313354msgid " OK"13355msgstr " D'acord"1335613357#: builtin/update-index.c:56413358msgid "git update-index [<options>] [--] [<file>...]"13359msgstr "git update-index [<opcions>] [--] [<fitxer>...]"1336013361#: builtin/update-index.c:91913362msgid "continue refresh even when index needs update"13363msgstr ""13364"continua l'actualització encara que l'índex necessiti una actualització"1336513366#: builtin/update-index.c:92213367msgid "refresh: ignore submodules"13368msgstr "actualitza: ignora els submòduls"1336913370#: builtin/update-index.c:92513371msgid "do not ignore new files"13372msgstr "no ignoris els fitxers nous"1337313374#: builtin/update-index.c:92713375msgid "let files replace directories and vice-versa"13376msgstr "deixa que els fitxers reemplacin els directoris i viceversa"1337713378#: builtin/update-index.c:92913379msgid "notice files missing from worktree"13380msgstr "tingues en compte els fitxers absents de l'arbre de treball"1338113382#: builtin/update-index.c:93113383msgid "refresh even if index contains unmerged entries"13384msgstr "actualitza encara que l'índex contingui entrades no fusionades"1338513386#: builtin/update-index.c:93413387msgid "refresh stat information"13388msgstr "actualitza la informació d'estadístiques"1338913390#: builtin/update-index.c:93813391msgid "like --refresh, but ignore assume-unchanged setting"13392msgstr "com --refresh, però ignora l'ajust assume-unchanged"1339313394#: builtin/update-index.c:94213395msgid "<mode>,<object>,<path>"13396msgstr "<mode>,<objecte>,<camí>"1339713398#: builtin/update-index.c:94313399msgid "add the specified entry to the index"13400msgstr "afegeix l'entrada especificada a l'índex"1340113402#: builtin/update-index.c:95213403msgid "mark files as \"not changing\""13404msgstr "marca els fitxers com a \"no canviant\""1340513406#: builtin/update-index.c:95513407msgid "clear assumed-unchanged bit"13408msgstr "neteja el bit assumed-unchanged"1340913410#: builtin/update-index.c:95813411msgid "mark files as \"index-only\""13412msgstr "marca els fitxers com a \"només índex\""1341313414#: builtin/update-index.c:96113415msgid "clear skip-worktree bit"13416msgstr "neteja el bit skip-worktree"1341713418#: builtin/update-index.c:96413419msgid "add to index only; do not add content to object database"13420msgstr ""13421"només afegeix a l'índex; no afegeixis el contingut a la base de dades "13422"d'objectes"1342313424#: builtin/update-index.c:96613425msgid "remove named paths even if present in worktree"13426msgstr ""13427"elimina els camins anomenats encara que estiguin presents en l'arbre de "13428"treball"1342913430#: builtin/update-index.c:96813431msgid "with --stdin: input lines are terminated by null bytes"13432msgstr "amb --stdin: les línies d'entrada acaben amb octets nuls"1343313434#: builtin/update-index.c:97013435msgid "read list of paths to be updated from standard input"13436msgstr "llegeix la llista de camins a actualitzar des de l'entrada estàndard"1343713438#: builtin/update-index.c:97413439msgid "add entries from standard input to the index"13440msgstr "afegeix les entrades de l'entrada estàndard a l'índex"1344113442#: builtin/update-index.c:97813443msgid "repopulate stages #2 and #3 for the listed paths"13444msgstr "reemplena les «stage» #2 i #3 per als camins llistats"1344513446#: builtin/update-index.c:98213447msgid "only update entries that differ from HEAD"13448msgstr "només actualitza les entrades que difereixin de HEAD"1344913450#: builtin/update-index.c:98613451msgid "ignore files missing from worktree"13452msgstr "ignora els fitxers absents de l'arbre de treball"1345313454#: builtin/update-index.c:98913455msgid "report actions to standard output"13456msgstr "informa de les accions en la sortida estàndard"1345713458#: builtin/update-index.c:99113459msgid "(for porcelains) forget saved unresolved conflicts"13460msgstr "(per a porcellanes) oblida't dels conflictes no resolts ni desats"1346113462#: builtin/update-index.c:99513463msgid "write index in this format"13464msgstr "escriu l'índex en aquest format"1346513466#: builtin/update-index.c:99713467msgid "enable or disable split index"13468msgstr "habilita o inhabilita l'índex dividit"1346913470#: builtin/update-index.c:99913471msgid "enable/disable untracked cache"13472msgstr "habilita/inhabilita la memòria cau no seguida"1347313474#: builtin/update-index.c:100113475msgid "test if the filesystem supports untracked cache"13476msgstr "prova si el sistema de fitxers admet la memòria cau no seguida"1347713478#: builtin/update-index.c:100313479msgid "enable untracked cache without testing the filesystem"13480msgstr "habilita la memòria cau no seguida sense provar el sistema de fitxers"1348113482#: builtin/update-index.c:112013483msgid ""13484"core.untrackedCache is set to true; remove or change it, if you really want "13485"to disable the untracked cache"13486msgstr ""13487"core.untrackedCache està establert a veritable; elimineu-lo o canvieu-lo, si "13488"realment voleu inhabilitar el cau no seguit"1348913490#: builtin/update-index.c:112413491msgid "Untracked cache disabled"13492msgstr "La memòria cau no seguida està inhabilitada"1349313494#: builtin/update-index.c:113213495msgid ""13496"core.untrackedCache is set to false; remove or change it, if you really want "13497"to enable the untracked cache"13498msgstr ""13499"core.untrackedCache està establert a fals; elimineu-lo o canviar-lo, si "13500"realment voleu habilitar el cau no seguit"1350113502#: builtin/update-index.c:113613503#, c-format13504msgid "Untracked cache enabled for '%s'"13505msgstr "La memòria cau no seguida està habilitada per a '%s'"1350613507#: builtin/update-ref.c:913508msgid "git update-ref [<options>] -d <refname> [<old-val>]"13509msgstr "git update-ref [<opcions>] -d <nom-de-referència> [<valor-antic>]"1351013511#: builtin/update-ref.c:1013512msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"13513msgstr ""13514"git update-ref [<opcions>] <nom-de-referència> <valor-nou> [<valor-antic>]"1351513516#: builtin/update-ref.c:1113517msgid "git update-ref [<options>] --stdin [-z]"13518msgstr "git update-ref [<opcions>] --stdin [-z]"1351913520#: builtin/update-ref.c:36313521msgid "delete the reference"13522msgstr "suprimeix la referència"1352313524#: builtin/update-ref.c:36513525msgid "update <refname> not the one it points to"13526msgstr "actualitza <nom de referència>, no la que assenyali"1352713528#: builtin/update-ref.c:36613529msgid "stdin has NUL-terminated arguments"13530msgstr "stdin té paràmetres acabats amb NUL"1353113532#: builtin/update-ref.c:36713533msgid "read updates from stdin"13534msgstr "llegeix les actualitzacions des d'stdin"1353513536#: builtin/update-server-info.c:613537msgid "git update-server-info [--force]"13538msgstr "git update-server-info [--force]"1353913540#: builtin/update-server-info.c:1413541msgid "update the info files from scratch"13542msgstr "actualitza els fitxers d'informació des de zero"1354313544#: builtin/verify-commit.c:1713545msgid "git verify-commit [-v | --verbose] <commit>..."13546msgstr "git verify-commit [-v | --verbose] <comissió>..."1354713548#: builtin/verify-commit.c:7213549msgid "print commit contents"13550msgstr "imprimeix els continguts de la comissió"1355113552#: builtin/verify-commit.c:73 builtin/verify-tag.c:3713553msgid "print raw gpg status output"13554msgstr "imprimeix la sortida crua de l'estat gpg"1355513556#: builtin/verify-pack.c:5413557msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."13558msgstr "git verify-pack [-v | --verbose] [-s | --stat-only] <paquet>..."1355913560#: builtin/verify-pack.c:6413561msgid "verbose"13562msgstr "detallat"1356313564#: builtin/verify-pack.c:6613565msgid "show statistics only"13566msgstr "mostra només estadístiques"1356713568#: builtin/verify-tag.c:1813569msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."13570msgstr "git verify-tag [-v | --verbose] [--format=<format>] <etiqueta>..."1357113572#: builtin/verify-tag.c:3613573msgid "print tag contents"13574msgstr "imprimeix els continguts de l'etiqueta"1357513576#: builtin/worktree.c:1513577msgid "git worktree add [<options>] <path> [<branch>]"13578msgstr "git worktree add [<opcions>] <camí> [<branca>]"1357913580#: builtin/worktree.c:1613581msgid "git worktree list [<options>]"13582msgstr "git worktree list [<opcions>]"1358313584#: builtin/worktree.c:1713585msgid "git worktree lock [<options>] <path>"13586msgstr "git worktree lock [<opcions>] <camí>"1358713588#: builtin/worktree.c:1813589msgid "git worktree prune [<options>]"13590msgstr "git worktree prune [<opcions>]"1359113592#: builtin/worktree.c:1913593msgid "git worktree unlock <path>"13594msgstr "git worktree unlock <camí>"1359513596#: builtin/worktree.c:4213597#, c-format13598msgid "Removing worktrees/%s: not a valid directory"13599msgstr "Eliminació de worktrees/%s: no és un directori vàlid"1360013601#: builtin/worktree.c:4813602#, c-format13603msgid "Removing worktrees/%s: gitdir file does not exist"13604msgstr "Eliminació de worktrees/%s: el fitxer gitdir no existeix"1360513606#: builtin/worktree.c:5313607#, c-format13608msgid "Removing worktrees/%s: unable to read gitdir file (%s)"13609msgstr "Eliminació de worktrees/%s: no s'ha pogut llegir el fitxer gitdir (%s)"1361013611#: builtin/worktree.c:6413612#, c-format13613msgid "Removing worktrees/%s: invalid gitdir file"13614msgstr "Eliminació de worktrees/%s: fitxer gitdir no vàlid"1361513616#: builtin/worktree.c:8013617#, c-format13618msgid "Removing worktrees/%s: gitdir file points to non-existent location"13619msgstr ""13620"Eliminació de worktrees/%s: el fitxer gitdir es refereix a una ubicació no "13621"existent"1362213623#: builtin/worktree.c:12813624msgid "report pruned working trees"13625msgstr "informa dels arbres de treball podats"1362613627#: builtin/worktree.c:13013628msgid "expire working trees older than <time>"13629msgstr "fes caducar els arbres de treball més vells que <hora>"1363013631#: builtin/worktree.c:20413632#, c-format13633msgid "'%s' already exists"13634msgstr "'%s' ja existeix"1363513636#: builtin/worktree.c:23613637#, c-format13638msgid "could not create directory of '%s'"13639msgstr "no s'ha pogut crear directori de '%s'"1364013641#: builtin/worktree.c:27213642#, c-format13643msgid "Preparing %s (identifier %s)"13644msgstr "S'està preparant %s (identificador %s)"1364513646#: builtin/worktree.c:32313647msgid "checkout <branch> even if already checked out in other worktree"13648msgstr "agafa <branca> encara que sigui agafada en altre arbre de treball"1364913650#: builtin/worktree.c:32513651msgid "create a new branch"13652msgstr "crea una branca nova"1365313654#: builtin/worktree.c:32713655msgid "create or reset a branch"13656msgstr "crea o restableix una branca"1365713658#: builtin/worktree.c:32913659msgid "populate the new working tree"13660msgstr "emplena l'arbre de treball nou"1366113662#: builtin/worktree.c:33713663msgid "-b, -B, and --detach are mutually exclusive"13664msgstr "-b, -B i --detach són mutualment exclusius"1366513666#: builtin/worktree.c:47213667msgid "reason for locking"13668msgstr "raó per bloquejar"1366913670#: builtin/worktree.c:484 builtin/worktree.c:51713671#, c-format13672msgid "'%s' is not a working tree"13673msgstr "'%s' no és un arbre de treball"1367413675#: builtin/worktree.c:486 builtin/worktree.c:51913676msgid "The main working tree cannot be locked or unlocked"13677msgstr "No es pot bloquejar ni desbloquejar l'arbre de treball principal"1367813679#: builtin/worktree.c:49113680#, c-format13681msgid "'%s' is already locked, reason: %s"13682msgstr "'%s' ja està bloquejat, raó: '%s'"1368313684#: builtin/worktree.c:49313685#, c-format13686msgid "'%s' is already locked"13687msgstr "'%s' ja està bloquejat"1368813689#: builtin/worktree.c:52113690#, c-format13691msgid "'%s' is not locked"13692msgstr "'%s' no està bloquejat"1369313694#: builtin/write-tree.c:1313695msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"13696msgstr "git write-tree [--missing-ok] [--prefix=<prefix>/]"1369713698#: builtin/write-tree.c:2613699msgid "<prefix>/"13700msgstr "<prefix>/"1370113702#: builtin/write-tree.c:2713703msgid "write tree object for a subdirectory <prefix>"13704msgstr "escriu l'objecte d'arbre per a un subdirectori <prefix>"1370513706#: builtin/write-tree.c:3013707msgid "only useful for debugging"13708msgstr "només útil per a la depuració"1370913710#: upload-pack.c:2213711msgid "git upload-pack [<options>] <dir>"13712msgstr "git upload-pack [<opcions>] <directori>"1371313714#: upload-pack.c:103613715msgid "quit after a single request/response exchange"13716msgstr "surt després d'un sol intercanvi de sol·licitud/resposta"1371713718#: upload-pack.c:103813719msgid "exit immediately after initial ref advertisement"13720msgstr "surt immediatament després de l'anunci inicial de referència"1372113722#: upload-pack.c:104013723msgid "do not try <directory>/.git/ if <directory> is no Git directory"13724msgstr ""13725"no intentis <directori>/.git/ si <directori> no és cap directori del Git"1372613727#: upload-pack.c:104213728msgid "interrupt transfer after <n> seconds of inactivity"13729msgstr "interromp la transferència després de <n> segons d'inactivitat"1373013731#: credential-cache--daemon.c:22313732#, c-format13733msgid ""13734"The permissions on your socket directory are too loose; other\n"13735"users may be able to read your cached credentials. Consider running:\n"13736"\n"13737"\tchmod 0700 %s"13738msgstr ""13739"Els permisos en el vostre directori de sòcol són massa liberals;\n"13740"pot ser que altres usuaris poden llegir les vostres credencials.\n"13741"Considereu executar:\n"13742"\n"13743"\tchmod 0700 %s"1374413745#: credential-cache--daemon.c:27113746msgid "print debugging messages to stderr"13747msgstr "imprimeix els missatges de depuració a stderr"1374813749#: git.c:1413750msgid ""13751"'git help -a' and 'git help -g' list available subcommands and some\n"13752"concept guides. See 'git help <command>' or 'git help <concept>'\n"13753"to read about a specific subcommand or concept."13754msgstr ""13755"'git help -a' i 'git help -g' llisten subordres disponibles i\n"13756"algunes guies de concepte. Vegeu 'git help <ordre>' o\n"13757"'git help <concepte>' per a llegir sobre una subordre o concepte específic."1375813759#: http.c:34413760msgid "Delegation control is not supported with cURL < 7.22.0"13761msgstr "No s'admet el control de delegació amb el cURL < 7.22.0"1376213763#: http.c:35313764msgid "Public key pinning not supported with cURL < 7.44.0"13765msgstr "No s'admet l'enganx de clau pública amb cURL < 7.44.0"1376613767#: http.c:171313768#, c-format13769msgid ""13770"unable to update url base from redirection:\n"13771" asked for: %s\n"13772" redirect: %s"13773msgstr ""13774"no s'ha pogut actualitzar la URL base des de la redirecció:\n"13775" petició: %s\n"13776" redirecció: %s"1377713778#: remote-curl.c:31913779#, c-format13780msgid "redirecting to %s"13781msgstr "s'està redirigint a %s"1378213783#: common-cmds.h:913784msgid "start a working area (see also: git help tutorial)"13785msgstr "començar una àrea de treball (vegeu també: git help tutorial)"1378613787#: common-cmds.h:1013788msgid "work on the current change (see also: git help everyday)"13789msgstr "treballar en el canvi actual (vegeu també: git help everyday)"1379013791#: common-cmds.h:1113792msgid "examine the history and state (see also: git help revisions)"13793msgstr "examinar la història i l'estat (vegeu també: git help revisions)"1379413795#: common-cmds.h:1213796msgid "grow, mark and tweak your common history"13797msgstr "fer créixer, marcar i ajustar la vostra història comuna"1379813799#: common-cmds.h:1313800msgid "collaborate (see also: git help workflows)"13801msgstr "col·laborar (vegeu també: git help workflow)"1380213803#: common-cmds.h:1713804msgid "Add file contents to the index"13805msgstr "Afegeix els continguts dels fitxers a l'índex"1380613807#: common-cmds.h:1813808msgid "Use binary search to find the commit that introduced a bug"13809msgstr "Troba per cerca binària el canvi que hagi introduït un defecte"1381013811#: common-cmds.h:1913812msgid "List, create, or delete branches"13813msgstr "Llista, crea o suprimeix branques"1381413815#: common-cmds.h:2013816msgid "Switch branches or restore working tree files"13817msgstr "Canvia de branca o restaura els fitxers de l'arbre de treball"1381813819#: common-cmds.h:2113820msgid "Clone a repository into a new directory"13821msgstr "Clona un dipòsit a un directori nou"1382213823#: common-cmds.h:2213824msgid "Record changes to the repository"13825msgstr "Registra els canvis al dipòsit"1382613827#: common-cmds.h:2313828msgid "Show changes between commits, commit and working tree, etc"13829msgstr ""13830"Mostra els canvis entre comissions, la comissió i l'arbre de treball, etc."1383113832#: common-cmds.h:2413833msgid "Download objects and refs from another repository"13834msgstr "Baixa objectes i referències d'un altre dipòsit"1383513836#: common-cmds.h:2513837msgid "Print lines matching a pattern"13838msgstr "Imprimeix les línies coincidents amb un patró"1383913840#: common-cmds.h:2613841msgid "Create an empty Git repository or reinitialize an existing one"13842msgstr "Crea un dipòsit de Git buit o reinicialitza un existent"1384313844#: common-cmds.h:2713845msgid "Show commit logs"13846msgstr "Mostra els registres de comissió"1384713848#: common-cmds.h:2813849msgid "Join two or more development histories together"13850msgstr "Uneix dues o més històries de desenvolupament"1385113852#: common-cmds.h:2913853msgid "Move or rename a file, a directory, or a symlink"13854msgstr "Mou o canvia de nom a un fitxer, directori o enllaç simbòlic"1385513856#: common-cmds.h:3013857msgid "Fetch from and integrate with another repository or a local branch"13858msgstr "Obtén i integra amb un altre dipòsit o una branca local"1385913860#: common-cmds.h:3113861msgid "Update remote refs along with associated objects"13862msgstr ""13863"Actualitza les referències remotes juntament amb els objectes associats"1386413865#: common-cmds.h:3213866msgid "Reapply commits on top of another base tip"13867msgstr "Reaplica les comissions sobre un altre punt de basament"1386813869#: common-cmds.h:3313870msgid "Reset current HEAD to the specified state"13871msgstr "Restableix el HEAD actual a l'estat especificat"1387213873#: common-cmds.h:3413874msgid "Remove files from the working tree and from the index"13875msgstr "Elimina fitxers de l'arbre de treball i de l'índex"1387613877#: common-cmds.h:3513878msgid "Show various types of objects"13879msgstr "Mostra diversos tipus d'objectes"1388013881#: common-cmds.h:3613882msgid "Show the working tree status"13883msgstr "Mostra l'estat de l'arbre de treball"1388413885#: common-cmds.h:3713886msgid "Create, list, delete or verify a tag object signed with GPG"13887msgstr ""13888"Crea, llista, suprimeix o verifica un objecte d'etiqueta signat amb GPG"1388913890#: parse-options.h:14513891msgid "expiry-date"13892msgstr "data-de-caducitat"1389313894#: parse-options.h:16013895msgid "no-op (backward compatibility)"13896msgstr "operació nul·la (per a compatibilitat amb versions anteriors)"1389713898#: parse-options.h:23813899msgid "be more verbose"13900msgstr "sigues més detallat"1390113902#: parse-options.h:24013903msgid "be more quiet"13904msgstr "sigues més callat"1390513906#: parse-options.h:24613907msgid "use <n> digits to display SHA-1s"13908msgstr "usa <n> xifres per presentar els SHA-1"1390913910#: rerere.h:4013911msgid "update the index with reused conflict resolution if possible"13912msgstr ""13913"actualitza l'índex amb la resolució de conflicte reusada si és possible"1391413915#: git-bisect.sh:5413916msgid "You need to start by \"git bisect start\""13917msgstr "Cal començar per \"git bisect start\""1391813919#. TRANSLATORS: Make sure to include [Y] and [n] in your13920#. translation. The program will only accept English input13921#. at this point.13922#: git-bisect.sh:6013923msgid "Do you want me to do it for you [Y/n]? "13924msgstr "Voleu que ho faci per vostè [Y/n]? "1392513926#: git-bisect.sh:12113927#, sh-format13928msgid "unrecognised option: '$arg'"13929msgstr "opció no reconeguda: '$arg'"1393013931#: git-bisect.sh:12513932#, sh-format13933msgid "'$arg' does not appear to be a valid revision"13934msgstr "'$arg' no sembla una revisió vàlida"1393513936#: git-bisect.sh:15413937msgid "Bad HEAD - I need a HEAD"13938msgstr "HEAD dolent - Cal un HEAD"1393913940#: git-bisect.sh:16713941#, sh-format13942msgid ""13943"Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."13944msgstr ""13945"L'agafament de '$start_head' ha fallat. Proveu 'git bisect reset <branca-"13946"vàlida>'."1394713948#: git-bisect.sh:17713949msgid "won't bisect on cg-seek'ed tree"13950msgstr "no es bisecarà en un arbre en el qual s'ha fet cg-seek"1395113952#: git-bisect.sh:18113953msgid "Bad HEAD - strange symbolic ref"13954msgstr "HEAD dolent - referència simbòlica estranya"1395513956#: git-bisect.sh:23313957#, sh-format13958msgid "Bad bisect_write argument: $state"13959msgstr "Paràmetre bisect_write dolent: $state"1396013961#: git-bisect.sh:26213962#, sh-format13963msgid "Bad rev input: $arg"13964msgstr "Introducció de revisió errònia: $arg"1396513966#: git-bisect.sh:28113967#, sh-format13968msgid "Bad rev input: $bisected_head"13969msgstr "Entrada de revisió errònia: $bisected_head"1397013971#: git-bisect.sh:29013972#, sh-format13973msgid "Bad rev input: $rev"13974msgstr "Introducció de revisió errònia: $rev"1397513976#: git-bisect.sh:29913977#, sh-format13978msgid "'git bisect $TERM_BAD' can take only one argument."13979msgstr "'git bisect $TERM_BAD' pot acceptar només un paràmetre."1398013981#: git-bisect.sh:32213982#, sh-format13983msgid "Warning: bisecting only with a $TERM_BAD commit."13984msgstr "Advertència: bisecant amb només comissió $TERM_BAD."1398513986#. TRANSLATORS: Make sure to include [Y] and [n] in your13987#. translation. The program will only accept English input13988#. at this point.13989#: git-bisect.sh:32813990msgid "Are you sure [Y/n]? "13991msgstr "N'esteu segur [Y/n]? "1399213993#: git-bisect.sh:34013994#, sh-format13995msgid ""13996"You need to give me at least one $bad_syn and one $good_syn revision.\n"13997"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"13998msgstr ""13999"Cal donar-me almenys una revisió $bad_syn i una $good_syn.\n"14000"(Podeu usar \"git bisect $bad_syn\" i \"git bisect $good_syn\" per això.)"1400114002#: git-bisect.sh:34314003#, sh-format14004msgid ""14005"You need to start by \"git bisect start\".\n"14006"You then need to give me at least one $good_syn and one $bad_syn revision.\n"14007"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"14008msgstr ""14009"Cal començar amb \"git bisect start\".\n"14010"Després cal donar-me almenys una revisió $good_syn i una $bad_syn.\n"14011"(Podeu usar \"git bisect $bad_syn\" i \"git bisect $good_syn\" per això.)"1401214013#: git-bisect.sh:414 git-bisect.sh:54614014msgid "We are not bisecting."14015msgstr "No estem bisecant."1401614017#: git-bisect.sh:42114018#, sh-format14019msgid "'$invalid' is not a valid commit"14020msgstr "'$invalid' no és una comissió vàlida"1402114022#: git-bisect.sh:43014023#, sh-format14024msgid ""14025"Could not check out original HEAD '$branch'.\n"14026"Try 'git bisect reset <commit>'."14027msgstr ""14028"No s'ha pogut agafar el HEAD original '$branch'.\n"14029"Proveu 'git bisect reset <comissió>'."1403014031#: git-bisect.sh:45814032msgid "No logfile given"14033msgstr "Cap fitxer de registre donat"1403414035#: git-bisect.sh:45914036#, sh-format14037msgid "cannot read $file for replaying"14038msgstr "no es pot llegir $file per a reproducció"1403914040#: git-bisect.sh:48014041msgid "?? what are you talking about?"14042msgstr "?? de què parleu?"1404314044#: git-bisect.sh:49214045#, sh-format14046msgid "running $command"14047msgstr "s'està executant $command"1404814049#: git-bisect.sh:49914050#, sh-format14051msgid ""14052"bisect run failed:\n"14053"exit code $res from '$command' is < 0 or >= 128"14054msgstr ""14055"el pas de bisecció ha fallat:\n"14056"el codi de sortida $res de '$command' és < 0 o >= 128"1405714058#: git-bisect.sh:52514059msgid "bisect run cannot continue any more"14060msgstr "el pas de bisecció no pot continuar més"1406114062#: git-bisect.sh:53114063#, sh-format14064msgid ""14065"bisect run failed:\n"14066"'bisect_state $state' exited with error code $res"14067msgstr ""14068"el pas de bisecció ha fallat:\n"14069"'bisect_state $state' ha sortit amb el codi d'error $res"1407014071#: git-bisect.sh:53814072msgid "bisect run success"14073msgstr "pas de bisecció reeixit"1407414075#: git-bisect.sh:56514076msgid "please use two different terms"14077msgstr "si us plau, useu dos termes distintes"1407814079#: git-bisect.sh:57514080#, sh-format14081msgid "'$term' is not a valid term"14082msgstr "'$term' no és un terme vàlid"1408314084#: git-bisect.sh:57814085#, sh-format14086msgid "can't use the builtin command '$term' as a term"14087msgstr "no es pot usar l'ordre interna '$term' com a terme"1408814089#: git-bisect.sh:587 git-bisect.sh:59314090#, sh-format14091msgid "can't change the meaning of term '$term'"14092msgstr "no es pot canviar el significat del terme '$term'"1409314094#: git-bisect.sh:60614095#, sh-format14096msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."14097msgstr ""14098"Ordre no vàlida: actualment esteu en una bisecció $TERM_BAD/$TERM_GOOD."1409914100#: git-bisect.sh:63614101msgid "no terms defined"14102msgstr "cap terme definit"1410314104#: git-bisect.sh:65314105#, sh-format14106msgid ""14107"invalid argument $arg for 'git bisect terms'.\n"14108"Supported options are: --term-good|--term-old and --term-bad|--term-new."14109msgstr ""14110"paràmetre no vàlid $arg per a 'git bisect terms'.\n"14111"Les opcions admeses són: --term-good|--term-old i --term-bad|--term-new."1411214113#: git-merge-octopus.sh:4614114msgid ""14115"Error: Your local changes to the following files would be overwritten by "14116"merge"14117msgstr ""14118"Error: Els vostres canvis locals als fitxers següents se sobreescriurien per "14119"fusionar"1412014121#: git-merge-octopus.sh:6114122msgid "Automated merge did not work."14123msgstr "La fusió automàtica no ha funcionat."1412414125#: git-merge-octopus.sh:6214126msgid "Should not be doing an octopus."14127msgstr "No s'ha de fer un pop."1412814129#: git-merge-octopus.sh:7314130#, sh-format14131msgid "Unable to find common commit with $pretty_name"14132msgstr "No s'ha pogut trobar cap comissió en comú amb $pretty_name"1413314134#: git-merge-octopus.sh:7714135#, sh-format14136msgid "Already up-to-date with $pretty_name"14137msgstr "Ja al dia amb $pretty_name"1413814139#: git-merge-octopus.sh:8914140#, sh-format14141msgid "Fast-forwarding to: $pretty_name"14142msgstr "S'està avançant ràpidament a: $pretty_name"1414314144#: git-merge-octopus.sh:9714145#, sh-format14146msgid "Trying simple merge with $pretty_name"14147msgstr "S'està intentant una fusió simple amb $pretty_name"1414814149#: git-merge-octopus.sh:10214150msgid "Simple merge did not work, trying automatic merge."14151msgstr ""14152"La fusió simple no ha funcionat, s'està intentant una fusió automàtica."1415314154#: git-rebase.sh:5714155msgid ""14156"When you have resolved this problem, run \"git rebase --continue\".\n"14157"If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"14158"To check out the original branch and stop rebasing, run \"git rebase --abort"14159"\"."14160msgstr ""14161"Quan hàgiu resolt aquest problema, executeu \"git rebase --continue\".\n"14162"Si preferiu ometre aquest pedaç, executeu \"git rebase --skip\" en lloc "14163"d'això.\n"14164"Per a agafar la branca original i deixar de fer «rebase», executeu \"git "14165"rebase --abort\"."1416614167#: git-rebase.sh:157 git-rebase.sh:39614168#, sh-format14169msgid "Could not move back to $head_name"14170msgstr "No s'ha pogut tornar a $head_name"1417114172#: git-rebase.sh:17114173#, sh-format14174msgid "Cannot store $stash_sha1"14175msgstr "No es pot emmagatzemar $stash_sha1"1417614177#: git-rebase.sh:21114178msgid "The pre-rebase hook refused to rebase."14179msgstr "El ganxo pre-«rebase» ha refusat a fer «rebase»."1418014181#: git-rebase.sh:21614182msgid "It looks like git-am is in progress. Cannot rebase."14183msgstr "Sembla que git-am està en curs. No es pot fer «rebase»."1418414185#: git-rebase.sh:35714186msgid "No rebase in progress?"14187msgstr "No hi ha rebasament en curs?"1418814189#: git-rebase.sh:36814190msgid "The --edit-todo action can only be used during interactive rebase."14191msgstr "L'acció --edit-todo només es pot usar durant un «rebase» interactiu."1419214193#: git-rebase.sh:37514194msgid "Cannot read HEAD"14195msgstr "No es pot llegir HEAD"1419614197#: git-rebase.sh:37814198msgid ""14199"You must edit all merge conflicts and then\n"14200"mark them as resolved using git add"14201msgstr ""14202"Heu d'editar tots els conflictes de fusió i després\n"14203"marcar-los com a resolts fent servir git add"1420414205#: git-rebase.sh:41814206#, sh-format14207msgid ""14208"It seems that there is already a $state_dir_base directory, and\n"14209"I wonder if you are in the middle of another rebase. If that is the\n"14210"case, please try\n"14211"\t$cmd_live_rebase\n"14212"If that is not the case, please\n"14213"\t$cmd_clear_stale_rebase\n"14214"and run me again. I am stopping in case you still have something\n"14215"valuable there."14216msgstr ""14217"Sembla que ja hi ha un directori $state_dir_base, i\n"14218"em pregunto si esteu enmig d'un altre rebasament. Si aquest és el\n"14219"cas, si us plau, proveu\n"14220"\t$cmd_live_rebase\n"14221"Si no és el cas, si us plau,\n"14222"\t$cmd_clear_stale_rebase\n"14223"i executeu-me de nou. M'aturo per si encara hi teniu alguna cosa\n"14224"de valor."1422514226#: git-rebase.sh:46914227#, sh-format14228msgid "invalid upstream $upstream_name"14229msgstr "font no vàlida $upstream_name"1423014231#: git-rebase.sh:49314232#, sh-format14233msgid "$onto_name: there are more than one merge bases"14234msgstr "$onto_name: ja hi ha més d'una base de fusió"1423514236#: git-rebase.sh:496 git-rebase.sh:50014237#, sh-format14238msgid "$onto_name: there is no merge base"14239msgstr "$onto_name: no hi ha cap base de fusió"1424014241#: git-rebase.sh:50514242#, sh-format14243msgid "Does not point to a valid commit: $onto_name"14244msgstr "No assenyala una comissió vàlida: $onto_name"1424514246#: git-rebase.sh:52814247#, sh-format14248msgid "fatal: no such branch: $branch_name"14249msgstr "fatal: no hi ha tal branca: $branch_name"1425014251#: git-rebase.sh:56114252msgid "Cannot autostash"14253msgstr "No es pot emmagatzemar automàticament"1425414255#: git-rebase.sh:56614256#, sh-format14257msgid "Created autostash: $stash_abbrev"14258msgstr "S'ha creat un magatzem automàtic: $stash_abbrev"1425914260#: git-rebase.sh:57014261msgid "Please commit or stash them."14262msgstr "Si us plau, cometeu-los o emmagatzemeu-los."1426314264#: git-rebase.sh:59014265#, sh-format14266msgid "Current branch $branch_name is up to date."14267msgstr "La branca actual $branch_name està al dia."1426814269#: git-rebase.sh:59414270#, sh-format14271msgid "Current branch $branch_name is up to date, rebase forced."14272msgstr "La branca actual $branch_name està al dia; «rebase» forçat."1427314274#: git-rebase.sh:60514275#, sh-format14276msgid "Changes from $mb to $onto:"14277msgstr "Canvis de $mb a $onto:"1427814279#: git-rebase.sh:61414280msgid "First, rewinding head to replay your work on top of it..."14281msgstr ""14282"Primer, s'està rebobinant el cap per a reproduir el vostre treball al "14283"damunt..."1428414285#: git-rebase.sh:62414286#, sh-format14287msgid "Fast-forwarded $branch_name to $onto_name."14288msgstr "S'ha avançat $branch_name ràpidament a $onto_name."1428914290#: git-stash.sh:5014291msgid "git stash clear with parameters is unimplemented"14292msgstr "git stash clear amb paràmetres no està implementat"1429314294#: git-stash.sh:7314295msgid "You do not have the initial commit yet"14296msgstr "Encara no teniu la comissió inicial"1429714298#: git-stash.sh:8814299msgid "Cannot save the current index state"14300msgstr "No es pot desar l'estat d'índex actual"1430114302#: git-stash.sh:10314303msgid "Cannot save the untracked files"14304msgstr "No es pot desar els fitxers no seguits"1430514306#: git-stash.sh:123 git-stash.sh:13614307msgid "Cannot save the current worktree state"14308msgstr "No es pot desar l'estat d'arbre de treball actual"1430914310#: git-stash.sh:14014311msgid "No changes selected"14312msgstr "No hi ha canvis seleccionats"1431314314#: git-stash.sh:14314315msgid "Cannot remove temporary index (can't happen)"14316msgstr "No es pot eliminar l'índex temporal (això no pot passar)"1431714318#: git-stash.sh:15614319msgid "Cannot record working tree state"14320msgstr "No es pot registrar l'estat de l'arbre de treball"1432114322#: git-stash.sh:18814323#, sh-format14324msgid "Cannot update $ref_stash with $w_commit"14325msgstr "No es pot actualitzar $ref_stash amb $w_commit"1432614327#. TRANSLATORS: $option is an invalid option, like14328#. `--blah-blah'. The 7 spaces at the beginning of the14329#. second line correspond to "error: ". So you should line14330#. up the second line with however many characters the14331#. translation of "error: " takes in your language. E.g. in14332#. English this is:14333#.14334#. $ git stash save --blah-blah 2>&1 | head -n 214335#. error: unknown option for 'stash save': --blah-blah14336#. To provide a message, use git stash save -- '--blah-blah'14337#: git-stash.sh:23814338#, sh-format14339msgid ""14340"error: unknown option for 'stash save': $option\n"14341" To provide a message, use git stash save -- '$option'"14342msgstr ""14343"error: opció desconeguda de 'stash save': $option\n"14344" Per a proveir un missatge, useu git stash save -- '$option'"1434514346#: git-stash.sh:25114347msgid "Can't use --patch and --include-untracked or --all at the same time"14348msgstr "No es poden usar --patch i --include-untracked o --all a la vegada."1434914350#: git-stash.sh:25914351msgid "No local changes to save"14352msgstr "No hi ha canvis locals a desar"1435314354#: git-stash.sh:26314355msgid "Cannot initialize stash"14356msgstr "No es pot inicialitzar el magatzem"1435714358#: git-stash.sh:26714359msgid "Cannot save the current status"14360msgstr "No es pot desar l'estat actual"1436114362#: git-stash.sh:26814363#, sh-format14364msgid "Saved working directory and index state $stash_msg"14365msgstr "S'han desat el directori de treball i l'estat d'índex $stash_msg"1436614367#: git-stash.sh:28514368msgid "Cannot remove worktree changes"14369msgstr "No es poden eliminar els canvis de l'arbre de treball"1437014371#: git-stash.sh:40314372#, sh-format14373msgid "unknown option: $opt"14374msgstr "opció desconeguda: $opt"1437514376#: git-stash.sh:41614377msgid "No stash found."14378msgstr "No s'ha trobat cap magatzem."1437914380#: git-stash.sh:42314381#, sh-format14382msgid "Too many revisions specified: $REV"14383msgstr "S'han especificat massa revisions: $REV"1438414385#: git-stash.sh:43814386#, sh-format14387msgid "$reference is not a valid reference"14388msgstr "$reference no és una referència vàlida"1438914390#: git-stash.sh:46614391#, sh-format14392msgid "'$args' is not a stash-like commit"14393msgstr "'$args' no és una comissió de tipus magatzem"1439414395#: git-stash.sh:47714396#, sh-format14397msgid "'$args' is not a stash reference"14398msgstr "'$args' no és una referència de magatzem"1439914400#: git-stash.sh:48514401msgid "unable to refresh index"14402msgstr "no s'ha pogut actualitzar l'índex"1440314404#: git-stash.sh:48914405msgid "Cannot apply a stash in the middle of a merge"14406msgstr "No es pot aplicar un magatzem enmig d'una fusió"1440714408#: git-stash.sh:49714409msgid "Conflicts in index. Try without --index."14410msgstr "Hi ha conflictes en l'índex. Proveu-ho sense --index."1441114412#: git-stash.sh:49914413msgid "Could not save index tree"14414msgstr "No s'ha pogut desar l'arbre d'índex"1441514416#: git-stash.sh:50814417msgid "Could not restore untracked files from stash"14418msgstr "No s'ha pogut restaurar els fitxers no seguits des d'emmagatzematge"1441914420#: git-stash.sh:53314421msgid "Cannot unstage modified files"14422msgstr "No es pot fer «unstage» dels fitxers modificats"1442314424#: git-stash.sh:54814425msgid "Index was not unstashed."14426msgstr "L'índex no estava sense emmagatzemar."1442714428#: git-stash.sh:56214429msgid "The stash is kept in case you need it again."14430msgstr "Es conserva el magatzem en cas de que el necessiteu altra vegada."1443114432#: git-stash.sh:57114433#, sh-format14434msgid "Dropped ${REV} ($s)"14435msgstr "${REV} ($s) descartada"1443614437#: git-stash.sh:57214438#, sh-format14439msgid "${REV}: Could not drop stash entry"14440msgstr "${REV}: No s'ha pogut descartar l'entrada de magatzem"1444114442#: git-stash.sh:58014443msgid "No branch name specified"14444msgstr "Cap nom de branca especificat"1444514446#: git-stash.sh:65214447msgid "(To restore them type \"git stash apply\")"14448msgstr "(Per restaurar-les teclegeu \"git stash apply\")"1444914450#: git-submodule.sh:18114451msgid "Relative path can only be used from the toplevel of the working tree"14452msgstr ""14453"El camí relatiu només es pot usar des del nivell superior de l'arbre de "14454"treball"1445514456#: git-submodule.sh:19114457#, sh-format14458msgid "repo URL: '$repo' must be absolute or begin with ./|../"14459msgstr "URL de dipòsit: '$repo' ha de ser absolut o començar amb ./|../"1446014461#: git-submodule.sh:21014462#, sh-format14463msgid "'$sm_path' already exists in the index"14464msgstr "'$sm_path' ja existeix en l'índex"1446514466#: git-submodule.sh:21314467#, sh-format14468msgid "'$sm_path' already exists in the index and is not a submodule"14469msgstr "'$sm_path' ja existeix en l'índex i no és submòdul"1447014471#: git-submodule.sh:21814472#, sh-format14473msgid ""14474"The following path is ignored by one of your .gitignore files:\n"14475"$sm_path\n"14476"Use -f if you really want to add it."14477msgstr ""14478"El camí següent s'ignora per un dels vostres fitxers .gitignore:\n"14479"$sm_path\n"14480"Useu -f si realment voleu afegir-lo."1448114482#: git-submodule.sh:23614483#, sh-format14484msgid "Adding existing repo at '$sm_path' to the index"14485msgstr "S'està afegint el dipòsit existent a '$sm_path' a l'índex"1448614487#: git-submodule.sh:23814488#, sh-format14489msgid "'$sm_path' already exists and is not a valid git repo"14490msgstr "'$sm_path' ja existeix i no és un dipòsit de git vàlid"1449114492#: git-submodule.sh:24614493#, sh-format14494msgid "A git directory for '$sm_name' is found locally with remote(s):"14495msgstr ""14496"Es troba un directori de git per a '$sm_name' localment amb els remots:"1449714498#: git-submodule.sh:24814499#, sh-format14500msgid ""14501"If you want to reuse this local git directory instead of cloning again from\n"14502" $realrepo\n"14503"use the '--force' option. If the local git directory is not the correct "14504"repo\n"14505"or you are unsure what this means choose another name with the '--name' "14506"option."14507msgstr ""14508"Si voleu reusar aquest directori de git local en lloc de clonar de nou de\n"14509" $realrepo\n"14510"useu l'opció '--force'. Si el directori de git local no és el dipòsit "14511"correcte\n"14512"o no esteu segur de què vol dir això, trieu un altre nom amb l'opció '--"14513"name'."1451414515#: git-submodule.sh:25414516#, sh-format14517msgid "Reactivating local git directory for submodule '$sm_name'."14518msgstr ""14519"S'està reactivant el directori de git local per al submòdul '$sm_name'."1452014521#: git-submodule.sh:26614522#, sh-format14523msgid "Unable to checkout submodule '$sm_path'"14524msgstr "No s'ha pogut agafar el submòdul '$sm_path'"1452514526#: git-submodule.sh:27114527#, sh-format14528msgid "Failed to add submodule '$sm_path'"14529msgstr "S'ha produït un error en afegir el submòdul '$sm_path'"1453014531#: git-submodule.sh:28014532#, sh-format14533msgid "Failed to register submodule '$sm_path'"14534msgstr "S'ha produït un error en registrar el submòdul '$sm_path'"1453514536#: git-submodule.sh:32714537#, sh-format14538msgid "Entering '$displaypath'"14539msgstr "S'està entrant '$displaypath'"1454014541#: git-submodule.sh:34714542#, sh-format14543msgid "Stopping at '$displaypath'; script returned non-zero status."14544msgstr ""14545"S'està aturant a '$displaypath'; l'script ha retornat un estat no zero."1454614547#: git-submodule.sh:41814548#, sh-format14549msgid "pathspec and --all are incompatible"14550msgstr "--pathspec i --all són incompatibles"1455114552#: git-submodule.sh:42314553#, sh-format14554msgid "Use '--all' if you really want to deinitialize all submodules"14555msgstr "Useu '--all' si realment voleu desinicialitzar tots els submòduls"1455614557#: git-submodule.sh:44314558#, sh-format14559msgid ""14560"Submodule work tree '$displaypath' contains a .git directory\n"14561"(use 'rm -rf' if you really want to remove it including all of its history)"14562msgstr ""14563"L'arbre de treball de submòdul '$displaypath' conté un directori .git\n"14564"(useu 'rm -rf' si realment voleu eliminar-lo, incloent tota la seva història)"1456514566#: git-submodule.sh:45114567#, sh-format14568msgid ""14569"Submodule work tree '$displaypath' contains local modifications; use '-f' to "14570"discard them"14571msgstr ""14572"L'arbre de treball de submòdul '$displaypath' conté modificacions locals; "14573"useu '-f' per a descartar-les"1457414575#: git-submodule.sh:45414576#, sh-format14577msgid "Cleared directory '$displaypath'"14578msgstr "S'ha netejat el directori '$displaypath'"1457914580#: git-submodule.sh:45514581#, sh-format14582msgid "Could not remove submodule work tree '$displaypath'"14583msgstr "No s'ha pogut eliminar l'arbre de treball de submòdul '$displaypath'"1458414585#: git-submodule.sh:45814586#, sh-format14587msgid "Could not create empty submodule directory '$displaypath'"14588msgstr "No s'ha pogut crear el directori de submòdul buit '$displaypath'"1458914590#: git-submodule.sh:46714591#, sh-format14592msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"14593msgstr "Submòdul '$name' ($url) no registrat per al camí '$displaypath'"1459414595#: git-submodule.sh:62314596#, sh-format14597msgid "Unable to find current revision in submodule path '$displaypath'"14598msgstr ""14599"No s'ha pogut trobar la revisió actual en el camí de submòdul '$displaypath'"1460014601#: git-submodule.sh:63314602#, sh-format14603msgid "Unable to fetch in submodule path '$sm_path'"14604msgstr "No s'ha pogut obtenir en el camí de submòdul '$sm_path'"1460514606#: git-submodule.sh:63814607#, sh-format14608msgid ""14609"Unable to find current ${remote_name}/${branch} revision in submodule path "14610"'$sm_path'"14611msgstr ""14612"No s'ha pogut trobar la revisió actual de ${remote_name}/${branch} en el "14613"camí de submòdul '$sm_path'"1461414615#: git-submodule.sh:65614616#, sh-format14617msgid "Unable to fetch in submodule path '$displaypath'"14618msgstr "No s'ha pogut obtenir en el camí de submòdul '$displaypath'"1461914620#: git-submodule.sh:66214621#, sh-format14622msgid ""14623"Fetched in submodule path '$displaypath', but it did not contain $sha1. "14624"Direct fetching of that commit failed."14625msgstr ""14626"S'ha obtingut en el camí de submòdul '$displaypath', però no contenia $sha1. "14627"L'obtenció directa d'aquella comissió ha fallat."1462814629#: git-submodule.sh:66914630#, sh-format14631msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"14632msgstr "No s'ha pogut agafar '$sha1' en el camí de submòdul '$displaypath'"1463314634#: git-submodule.sh:67014635#, sh-format14636msgid "Submodule path '$displaypath': checked out '$sha1'"14637msgstr "Camí de submòdul '$displaypath': s'ha agafat '$sha1'"1463814639#: git-submodule.sh:67414640#, sh-format14641msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"14642msgstr ""14643"No s'ha pogut fer «rebase» '$sha1' en el camí de submòdul '$displaypath'"1464414645#: git-submodule.sh:67514646#, sh-format14647msgid "Submodule path '$displaypath': rebased into '$sha1'"14648msgstr "Camí de submòdul '$displaypath': s'ha fet «rebase» en '$sha1'"1464914650#: git-submodule.sh:68014651#, sh-format14652msgid "Unable to merge '$sha1' in submodule path '$displaypath'"14653msgstr "No s'ha pogut fusionar '$sha1' en el camí de submòdul '$displaypath'"1465414655#: git-submodule.sh:68114656#, sh-format14657msgid "Submodule path '$displaypath': merged in '$sha1'"14658msgstr "Camí de submòdul '$displaypath': s'ha fusionat en '$sha1'"1465914660#: git-submodule.sh:68614661#, sh-format14662msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"14663msgstr ""14664"L'execució de '$command $sha1' ha fallat en el camí de submòdul "14665"'$displaypath'"1466614667#: git-submodule.sh:68714668#, sh-format14669msgid "Submodule path '$displaypath': '$command $sha1'"14670msgstr "Camí de submòdul '$displaypath': '$command $sha1'"1467114672#: git-submodule.sh:71814673#, sh-format14674msgid "Failed to recurse into submodule path '$displaypath'"14675msgstr ""14676"S'ha produït un error en recorre recursivament dins del camí de submòdul "14677"'$displaypath'"1467814679#: git-submodule.sh:82614680msgid "The --cached option cannot be used with the --files option"14681msgstr "L'opció --cached no es pot usar amb l'opció --files"1468214683#: git-submodule.sh:87814684#, sh-format14685msgid "unexpected mode $mod_dst"14686msgstr "mode inesperat $mod_dst"1468714688#: git-submodule.sh:89814689#, sh-format14690msgid " Warn: $display_name doesn't contain commit $sha1_src"14691msgstr " Avís: $display_name no conté la comissió $sha1_src"1469214693#: git-submodule.sh:90114694#, sh-format14695msgid " Warn: $display_name doesn't contain commit $sha1_dst"14696msgstr " Avís: $display_name no conté la comissió $sha1_dst"1469714698#: git-submodule.sh:90414699#, sh-format14700msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"14701msgstr " Avís: $display_name no conté les comissions $sha1_src i $sha1_dst"1470214703#: git-submodule.sh:105114704#, sh-format14705msgid "Failed to recurse into submodule path '$sm_path'"14706msgstr ""14707"S'ha produït un error en cercar recursivament al camí de submòdul '$sm_path'"1470814709#: git-submodule.sh:111814710#, sh-format14711msgid "Synchronizing submodule url for '$displaypath'"14712msgstr "S'està sincronitzant l'url de submòdul per a '$displaypath'"1471314714#: git-parse-remote.sh:8914715#, sh-format14716msgid "See git-${cmd}(1) for details."14717msgstr "Vegeu git-${cmd}(1) per detalls."1471814719#: git-rebase--interactive.sh:14014720#, sh-format14721msgid "Rebasing ($new_count/$total)"14722msgstr "S'està fent «rebase» ($new_count/$total)"1472314724#: git-rebase--interactive.sh:15614725msgid ""14726"\n"14727"Commands:\n"14728" p, pick = use commit\n"14729" r, reword = use commit, but edit the commit message\n"14730" e, edit = use commit, but stop for amending\n"14731" s, squash = use commit, but meld into previous commit\n"14732" f, fixup = like \"squash\", but discard this commit's log message\n"14733" x, exec = run command (the rest of the line) using shell\n"14734" d, drop = remove commit\n"14735"\n"14736"These lines can be re-ordered; they are executed from top to bottom.\n"14737msgstr ""14738"\n"14739"Ordres:\n"14740" p, pick = usa la comissió\n"14741" r, reword = usa la comissió, però edita el missatge de comissió\n"14742" e, edit = usa la comissió, però atura't per a esmenar\n"14743" s, squash = usa la comissió, però fusiona'l a la comissió prèvia\n"14744" f, fixup = com \"squash\", però descarta el missatge de registre d'aquesta "14745"comissió\n"14746" x, exec = executa l'ordre (el reste de la línia) usant l'intèrpret "14747"d'ordres\n"14748" d, drop = elimina la comissió\n"14749"\n"14750"Es pot canviar l'ordre d'aquestes línies; s'executen de dalt a baix.\n"1475114752#: git-rebase--interactive.sh:17114753msgid ""14754"\n"14755"Do not remove any line. Use 'drop' explicitly to remove a commit.\n"14756msgstr ""14757"\n"14758"No elimineu cap línia. Useu 'drop' explícitament per a eliminar una "14759"comissió.\n"1476014761#: git-rebase--interactive.sh:17514762msgid ""14763"\n"14764"If you remove a line here THAT COMMIT WILL BE LOST.\n"14765msgstr ""14766"\n"14767"Si elimineu una línia aquí, ES PERDRÀ AQUELLA COMISSIÓ.\n"1476814769#: git-rebase--interactive.sh:21114770#, sh-format14771msgid ""14772"You can amend the commit now, with\n"14773"\n"14774"\tgit commit --amend $gpg_sign_opt_quoted\n"14775"\n"14776"Once you are satisfied with your changes, run\n"14777"\n"14778"\tgit rebase --continue"14779msgstr ""14780"Podeu esmenar la comissió ara, amb\n"14781"\n"14782"\tgit commit --amend $gpg_sign_opt_quoted\n"14783"\n"14784"Una vegada que estigueu satisfet amb els vostres canvis, executeu\n"14785"\n"14786"\tgit rebase --continue"1478714788#: git-rebase--interactive.sh:23614789#, sh-format14790msgid "$sha1: not a commit that can be picked"14791msgstr "$sha1: no és una comissió que es pugui escollir"1479214793#: git-rebase--interactive.sh:27514794#, sh-format14795msgid "Invalid commit name: $sha1"14796msgstr "Nom de comissió no vàlid: $sha1"1479714798#: git-rebase--interactive.sh:31714799msgid "Cannot write current commit's replacement sha1"14800msgstr "No es pot escriure el sha1 reemplaçant de la comissió actual"1480114802#: git-rebase--interactive.sh:36914803#, sh-format14804msgid "Fast-forward to $sha1"14805msgstr "Avanç ràpid a $sha1"1480614807#: git-rebase--interactive.sh:37114808#, sh-format14809msgid "Cannot fast-forward to $sha1"14810msgstr "No es pot avançar ràpidament a $sha1"1481114812#: git-rebase--interactive.sh:38014813#, sh-format14814msgid "Cannot move HEAD to $first_parent"14815msgstr "No es pot moure HEAD a $first_parent"1481614817#: git-rebase--interactive.sh:38514818#, sh-format14819msgid "Refusing to squash a merge: $sha1"14820msgstr "S'està refusant fer «squash» a una fusió: $sha1"1482114822#: git-rebase--interactive.sh:39914823#, sh-format14824msgid "Error redoing merge $sha1"14825msgstr "Error en refer la fusió $sha1"1482614827#: git-rebase--interactive.sh:40714828#, sh-format14829msgid "Could not pick $sha1"14830msgstr "No s'ha pogut escollir $sha1"1483114832#: git-rebase--interactive.sh:41614833#, sh-format14834msgid "This is the commit message #${n}:"14835msgstr "Aquest és el missatge de comissió núm. ${n}:"1483614837#: git-rebase--interactive.sh:42114838#, sh-format14839msgid "The commit message #${n} will be skipped:"14840msgstr "El missatge de comissió núm. ${n} s'ometrà:"1484114842#: git-rebase--interactive.sh:43214843#, sh-format14844msgid "This is a combination of $count commit."14845msgid_plural "This is a combination of $count commits."14846msgstr[0] "Això és una combinació de $count comissió."14847msgstr[1] "Això és una combinació de $count comissions."1484814849#: git-rebase--interactive.sh:44114850#, sh-format14851msgid "Cannot write $fixup_msg"14852msgstr "No es pot escriure $fixup_msg"1485314854#: git-rebase--interactive.sh:44414855msgid "This is a combination of 2 commits."14856msgstr "Això és una combinació de 2 comissions."1485714858#: git-rebase--interactive.sh:485 git-rebase--interactive.sh:52814859#: git-rebase--interactive.sh:53114860#, sh-format14861msgid "Could not apply $sha1... $rest"14862msgstr "No s'ha pogut aplicar $sha1... $rest"1486314864#: git-rebase--interactive.sh:55914865#, sh-format14866msgid ""14867"Could not amend commit after successfully picking $sha1... $rest\n"14868"This is most likely due to an empty commit message, or the pre-commit hook\n"14869"failed. If the pre-commit hook failed, you may need to resolve the issue "14870"before\n"14871"you are able to reword the commit."14872msgstr ""14873"No s'ha pogut esmenar la comissió després d'escollir amb èxit $sha1... "14874"$rest\n"14875"Això és probablement a causa d'un missatge de comissió buit, o el ganxo de\n"14876"precomissió ha fallat. Si el ganxo de precomissió ha fallat, pot ser que\n"14877"necessiteu resoldre el problema abans que pugueu canviar el missatge de\n"14878"comissió."1487914880#: git-rebase--interactive.sh:57414881#, sh-format14882msgid "Stopped at $sha1_abbrev... $rest"14883msgstr "S'ha aturat a $sha1_abbrev... $rest"1488414885#: git-rebase--interactive.sh:58914886#, sh-format14887msgid "Cannot '$squash_style' without a previous commit"14888msgstr "No es pot '$squash_style' sense una comissió prèvia"1488914890#: git-rebase--interactive.sh:63114891#, sh-format14892msgid "Executing: $rest"14893msgstr "S'està executant: $rest"1489414895#: git-rebase--interactive.sh:63914896#, sh-format14897msgid "Execution failed: $rest"14898msgstr "L'execució ha fallat: $rest"1489914900#: git-rebase--interactive.sh:64114901msgid "and made changes to the index and/or the working tree"14902msgstr "i ha fet canvis a l'índex o l'arbre de treball"1490314904#: git-rebase--interactive.sh:64314905msgid ""14906"You can fix the problem, and then run\n"14907"\n"14908"\tgit rebase --continue"14909msgstr ""14910"Podeu arreglar el problema, i llavors executeu\n"14911"\n"14912"\tgit rebase --continue"1491314914#. TRANSLATORS: after these lines is a command to be issued by the user14915#: git-rebase--interactive.sh:65614916#, sh-format14917msgid ""14918"Execution succeeded: $rest\n"14919"but left changes to the index and/or the working tree\n"14920"Commit or stash your changes, and then run\n"14921"\n"14922"\tgit rebase --continue"14923msgstr ""14924"L'execució ha tingut èxit: $rest\n"14925"però ha deixat canvis a l'índex o l'arbre de treball\n"14926"Cometeu o emmagatzemeu els vostres canvis, i llavors executeu\n"14927"\n"14928"\tgit rebase --continue"1492914930#: git-rebase--interactive.sh:66714931#, sh-format14932msgid "Unknown command: $command $sha1 $rest"14933msgstr "Ordre desconeguda: $command $sha1 $rest"1493414935#: git-rebase--interactive.sh:66814936msgid "Please fix this using 'git rebase --edit-todo'."14937msgstr "Si us plau, arregleu això usant 'git rebase --edit-todo'."1493814939#: git-rebase--interactive.sh:70314940#, sh-format14941msgid "Successfully rebased and updated $head_name."14942msgstr "S'ha rebasat i actualitzat $head_name amb èxit."1494314944#: git-rebase--interactive.sh:75014945msgid "Could not skip unnecessary pick commands"14946msgstr "No s'ha pogut ometre ordres innecessaris d'elecció"1494714948#: git-rebase--interactive.sh:90814949#, sh-format14950msgid ""14951"Warning: the SHA-1 is missing or isn't a commit in the following line:\n"14952" - $line"14953msgstr ""14954"Advertència: manca el SHA-1 o no és una comissió en la línia següent:\n"14955" - $line"1495614957#: git-rebase--interactive.sh:94114958#, sh-format14959msgid ""14960"Warning: the command isn't recognized in the following line:\n"14961" - $line"14962msgstr ""14963"Advertència: no es reconeix l'ordre en la línia següent:\n"14964" - $line"1496514966#: git-rebase--interactive.sh:98014967msgid "could not detach HEAD"14968msgstr "no s'ha pogut separar HEAD"1496914970#: git-rebase--interactive.sh:101814971msgid ""14972"Warning: some commits may have been dropped accidentally.\n"14973"Dropped commits (newer to older):"14974msgstr ""14975"Advertència: pot ser que algunes comissions s'hagin descartat "14976"accidentalment.\n"14977"Les comissions descartades (més nova a més vella):"1497814979#: git-rebase--interactive.sh:102614980msgid ""14981"To avoid this message, use \"drop\" to explicitly remove a commit.\n"14982"\n"14983"Use 'git config rebase.missingCommitsCheck' to change the level of "14984"warnings.\n"14985"The possible behaviours are: ignore, warn, error."14986msgstr ""14987"Per a evitar aquest missatge, useu \"drop\" per a eliminar explícitament una "14988"comissió.\n"14989"\n"14990"Useu 'git config rebase.missingCommitsCheck' per a canviar el nivell "14991"d'advertències.\n"14992"Els comportaments possibles són: ignore, warn, error."1499314994#: git-rebase--interactive.sh:103714995#, sh-format14996msgid ""14997"Unrecognized setting $check_level for option rebase.missingCommitsCheck. "14998"Ignoring."14999msgstr ""15000"No s'ha reconegut l'ajust $check_level per a l'opció rebase."15001"missingCommitsCheck. S'està ignorant."1500215003#: git-rebase--interactive.sh:105415004msgid ""15005"You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"15006"continue'."15007msgstr ""15008"Podeu arreglar això amb 'git rebase --edit-todo' i després 'git rebase --"15009"continue'."1501015011#: git-rebase--interactive.sh:105515012msgid "Or you can abort the rebase with 'git rebase --abort'."15013msgstr "O podeu avortar el rebasament amb 'git rebase --abort'."1501415015#: git-rebase--interactive.sh:107915016msgid "Could not remove CHERRY_PICK_HEAD"15017msgstr "No s'ha pogut eliminar CHERRY_PICK_HEAD"1501815019#: git-rebase--interactive.sh:108415020#, sh-format15021msgid ""15022"You have staged changes in your working tree.\n"15023"If these changes are meant to be\n"15024"squashed into the previous commit, run:\n"15025"\n"15026" git commit --amend $gpg_sign_opt_quoted\n"15027"\n"15028"If they are meant to go into a new commit, run:\n"15029"\n"15030" git commit $gpg_sign_opt_quoted\n"15031"\n"15032"In both cases, once you're done, continue with:\n"15033"\n"15034" git rebase --continue\n"15035msgstr ""15036"Teniu canvis «stage» en el vostre arbre de treball.\n"15037"Si aquests canvis són per fer «squash»\n"15038"a la comissió prèvia, executeu:\n"15039"\n"15040" git commit --amend $gpg_sign_opt_quoted\n"15041"\n"15042"Si són per a formar una comissió nova, executeu:\n"15043"\n"15044" git commit $gpg_sign_opt_quoted\n"15045"\n"15046"En ambdós casos, quan hàgiu terminat, continueu amb:\n"15047"\n"15048" git rebase --continue\n"1504915050#: git-rebase--interactive.sh:110115051msgid "Error trying to find the author identity to amend commit"15052msgstr ""15053"Hi ha hagut un error en intentar trobar la identitat d'autor per a esmenar "15054"la comissió"1505515056#: git-rebase--interactive.sh:110615057msgid ""15058"You have uncommitted changes in your working tree. Please commit them\n"15059"first and then run 'git rebase --continue' again."15060msgstr ""15061"Teniu canvis no comesos en el vostre arbre de treball. Si us plau,\n"15062"primer cometeu-los i després executeu 'git rebase --continue' de nou."1506315064#: git-rebase--interactive.sh:1111 git-rebase--interactive.sh:111515065msgid "Could not commit staged changes."15066msgstr "No s'ha pogut cometre els canvis «staged»."1506715068#: git-rebase--interactive.sh:113915069msgid ""15070"\n"15071"You are editing the todo file of an ongoing interactive rebase.\n"15072"To continue rebase after editing, run:\n"15073" git rebase --continue\n"15074"\n"15075msgstr ""15076"\n"15077"Esteu editant el fitxer de coses a fer d'un rebasament interactiu en marxa.\n"15078"Per a continuar el rebasament després d'editar, executeu:\n"15079" git rebase --continue\n"15080"\n"1508115082#: git-rebase--interactive.sh:1147 git-rebase--interactive.sh:130515083msgid "Could not execute editor"15084msgstr "No s'ha pogut executar l'editor"1508515086#: git-rebase--interactive.sh:116015087#, sh-format15088msgid "Could not checkout $switch_to"15089msgstr "No s'ha pogut agafar $switch_to"1509015091#: git-rebase--interactive.sh:116515092msgid "No HEAD?"15093msgstr "No hi ha cap HEAD?"1509415095#: git-rebase--interactive.sh:116615096#, sh-format15097msgid "Could not create temporary $state_dir"15098msgstr "No s'ha pogut crear el $state_dir temporal"1509915100#: git-rebase--interactive.sh:116815101msgid "Could not mark as interactive"15102msgstr "No s'ha pogut marcar com a interactiu"1510315104#: git-rebase--interactive.sh:1178 git-rebase--interactive.sh:118315105msgid "Could not init rewritten commits"15106msgstr "No s'ha pogut iniciar les comissions reescrites"1510715108#: git-rebase--interactive.sh:128315109#, sh-format15110msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"15111msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"15112msgstr[0] "Rebasa $shortrevisions sobre $shortonto ($todocount ordre)"15113msgstr[1] "Rebasa $shortrevisions sobre $shortonto ($todocount ordres)"1511415115#: git-rebase--interactive.sh:128815116msgid ""15117"\n"15118"However, if you remove everything, the rebase will be aborted.\n"15119"\n"15120msgstr ""15121"\n"15122"No obstant, si elimineu tot, s'avortarà el rebasament.\n"15123"\n"1512415125#: git-rebase--interactive.sh:129515126msgid "Note that empty commits are commented out"15127msgstr "Nota que les comissions buides estan comentades"1512815129#: git-sh-setup.sh:89 git-sh-setup.sh:9415130#, sh-format15131msgid "usage: $dashless $USAGE"15132msgstr "ús: $dashless $USAGE"1513315134#: git-sh-setup.sh:19015135#, sh-format15136msgid "Cannot chdir to $cdup, the toplevel of the working tree"15137msgstr ""15138"No es pot canviar de directori a $cdup, el nivell superior de l'arbre de "15139"treball"1514015141#: git-sh-setup.sh:199 git-sh-setup.sh:20615142#, sh-format15143msgid "fatal: $program_name cannot be used without a working tree."15144msgstr "fatal: no es pot usar $program_name sense un arbre de treball."1514515146#: git-sh-setup.sh:22015147msgid "Cannot rebase: You have unstaged changes."15148msgstr "No es pot rebasar: Teniu canvis «unstaged»."1514915150#: git-sh-setup.sh:22315151msgid "Cannot rewrite branches: You have unstaged changes."15152msgstr "No es pot reescriure branques: Teniu canvis «unstaged»."1515315154#: git-sh-setup.sh:22615155msgid "Cannot pull with rebase: You have unstaged changes."15156msgstr "No es pot baixar fent «rebase»: Teniu canvis «unstaged»."1515715158#: git-sh-setup.sh:22915159#, sh-format15160msgid "Cannot $action: You have unstaged changes."15161msgstr "No es pot $action: Teniu canvis «unstaged»."1516215163#: git-sh-setup.sh:24215164msgid "Cannot rebase: Your index contains uncommitted changes."15165msgstr "No es pot fer «rebase»: El vostre índex conté canvis sense cometre."1516615167#: git-sh-setup.sh:24515168msgid "Cannot pull with rebase: Your index contains uncommitted changes."15169msgstr ""15170"No es pot baixar fent «rebase»: El vostre índex conté canvis sense "15171"cometre."1517215173#: git-sh-setup.sh:24815174#, sh-format15175msgid "Cannot $action: Your index contains uncommitted changes."15176msgstr "No es pot $action: El vostre índex conté canvis sense cometre."1517715178#: git-sh-setup.sh:25215179msgid "Additionally, your index contains uncommitted changes."15180msgstr "Addicionalment, el vostre índex conté canvis sense cometre."1518115182#: git-sh-setup.sh:37215183msgid "You need to run this command from the toplevel of the working tree."15184msgstr ""15185"Heu d'executar aquesta ordre des del nivell superior de l'arbre de treball."1518615187#: git-sh-setup.sh:37715188msgid "Unable to determine absolute path of git directory"15189msgstr "No s'ha pogut determinar el camí absolut del directori de git"1519015191#. TRANSLATORS: you can adjust this to align "git add -i" status menu15192#: git-add--interactive.perl:23815193#, perl-format15194msgid "%12s %12s %s"15195msgstr ""1519615197#: git-add--interactive.perl:23915198msgid "staged"15199msgstr "staged"1520015201#: git-add--interactive.perl:23915202msgid "unstaged"15203msgstr "unstaged"1520415205#: git-add--interactive.perl:297 git-add--interactive.perl:32215206msgid "binary"15207msgstr "binari"1520815209#: git-add--interactive.perl:306 git-add--interactive.perl:36015210msgid "nothing"15211msgstr "res"1521215213#: git-add--interactive.perl:342 git-add--interactive.perl:35715214msgid "unchanged"15215msgstr "sense canvis"1521615217#: git-add--interactive.perl:65315218#, perl-format15219msgid "added %d path\n"15220msgid_plural "added %d paths\n"15221msgstr[0] "afegit %d camí\n"15222msgstr[1] "afegits %d camins\n"1522315224#: git-add--interactive.perl:65615225#, perl-format15226msgid "updated %d path\n"15227msgid_plural "updated %d paths\n"15228msgstr[0] "actualitzat %d camí\n"15229msgstr[1] "actualitzats %d camins\n"1523015231#: git-add--interactive.perl:65915232#, perl-format15233msgid "reverted %d path\n"15234msgid_plural "reverted %d paths\n"15235msgstr[0] "revertit %d camí\n"15236msgstr[1] "revertits %d camins\n"1523715238#: git-add--interactive.perl:66215239#, perl-format15240msgid "touched %d path\n"15241msgid_plural "touched %d paths\n"15242msgstr[0] "modificat %d camí\n"15243msgstr[1] "modificat %d camins\n"1524415245#: git-add--interactive.perl:67115246msgid "Update"15247msgstr "Actualitza"1524815249#: git-add--interactive.perl:68315250msgid "Revert"15251msgstr "Reverteix"1525215253#: git-add--interactive.perl:70615254#, perl-format15255msgid "note: %s is untracked now.\n"15256msgstr "nota: %s està ara sense seguiment.\n"1525715258#: git-add--interactive.perl:71715259msgid "Add untracked"15260msgstr "Afegeix sense seguiment"1526115262#: git-add--interactive.perl:72315263msgid "No untracked files.\n"15264msgstr "Sense fitxers no seguits.\n"1526515266#: git-add--interactive.perl:103915267msgid ""15268"If the patch applies cleanly, the edited hunk will immediately be\n"15269"marked for staging."15270msgstr ""15271"Si el pedaç s'aplica correctament, el tros editat es marcarà immediatament\n"15272"per «staging»."1527315274#: git-add--interactive.perl:104215275msgid ""15276"If the patch applies cleanly, the edited hunk will immediately be\n"15277"marked for stashing."15278msgstr ""15279"Si el pedaç s'aplica correctament, el tros editat es marcarà immediatament\n"15280"per «stashing»."1528115282#: git-add--interactive.perl:104515283msgid ""15284"If the patch applies cleanly, the edited hunk will immediately be\n"15285"marked for unstaging."15286msgstr ""15287"Si el pedaç s'aplica correctament, el tros editat es marcarà immediatament\n"15288"per «unstaging»."1528915290#: git-add--interactive.perl:1048 git-add--interactive.perl:105715291msgid ""15292"If the patch applies cleanly, the edited hunk will immediately be\n"15293"marked for applying."15294msgstr ""15295"Si el pedaç s'aplica correctament, el tros editat es marcarà immediatament\n"15296"per aplicar-se."1529715298#: git-add--interactive.perl:105115299msgid ""15300"If the patch applies cleanly, the edited hunk will immediately be\n"15301"marked for discarding"15302msgstr ""15303"Si el pedaç s'aplica correctament, el tros editat es marcarà immediatament\n"15304"per descartar-se."1530515306#: git-add--interactive.perl:105415307msgid ""15308"If the patch applies cleanly, the edited hunk will immediately be\n"15309"marked for discarding."15310msgstr ""15311"Si el pedaç s'aplica correctament, el tros editat es marcarà immediatament\n"15312"per descartar-se."1531315314#: git-add--interactive.perl:106715315#, perl-format15316msgid "failed to open hunk edit file for writing: %s"15317msgstr "s'ha produït un error en escriure al fitxer d'edició del tros: %s"1531815319#: git-add--interactive.perl:106815320msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"15321msgstr ""15322"Mode d'edició de trossos manual - vegeu més avall per una guia ràpida.\n"1532315324#: git-add--interactive.perl:107415325#, perl-format15326msgid ""15327"---\n"15328"To remove '%s' lines, make them ' ' lines (context).\n"15329"To remove '%s' lines, delete them.\n"15330"Lines starting with %s will be removed.\n"15331msgstr ""15332"---\n"15333"Per suprimir '%s' línies, feu-les línies ' ' (context).\n"15334"Per suprimir '%s' línies, suprimiu-les.\n"15335"Les línies que comencin per %s seran suprimides.\n"1533615337#. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.15338#: git-add--interactive.perl:108215339msgid ""15340"If it does not apply cleanly, you will be given an opportunity to\n"15341"edit again. If all lines of the hunk are removed, then the edit is\n"15342"aborted and the hunk is left unchanged.\n"15343msgstr ""15344"Si no s'aplica correctament, tindreu una oportunitat per editar-lo\n"15345"de nou. Si totes les línies del tros se suprimeixen, llavors l'edició "15346"s'avorta\n"15347"i el tros es deixa sense cap canvi.\n"1534815349#: git-add--interactive.perl:109615350#, perl-format15351msgid "failed to open hunk edit file for reading: %s"15352msgstr "s'ha produït un error en llegir al fitxer d'edició del tros: %s"1535315354#. TRANSLATORS: do not translate [y/n]15355#. The program will only accept that input15356#. at this point.15357#. Consider translating (saying "no" discards!) as15358#. (saying "n" for "no" discards!) if the translation15359#. of the word "no" does not start with n.15360#: git-add--interactive.perl:118715361msgid ""15362"Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "15363msgstr ""15364"El tros editat no s'ha aplica. Editeu-lo de nou (si responeu \"no\" es "15365"descartarà) [y/n]? "1536615367#: git-add--interactive.perl:119615368msgid ""15369"y - stage this hunk\n"15370"n - do not stage this hunk\n"15371"q - quit; do not stage this hunk or any of the remaining ones\n"15372"a - stage this hunk and all later hunks in the file\n"15373"d - do not stage this hunk or any of the later hunks in the file"15374msgstr ""15375"y - fes «stage» d'aquest tros\n"15376"n - no facis «stage» d'aquest tros\n"15377"q - surt; no facis «stage» d'aquest tros o de cap altre restant\n"15378"a - fes «stage» d'aquest tros i tota la resta de trossos del fitxer\n"15379"d - no facis «stage» d'aquest tros o de cap altre restant del fitxer"1538015381#: git-add--interactive.perl:120215382msgid ""15383"y - stash this hunk\n"15384"n - do not stash this hunk\n"15385"q - quit; do not stash this hunk or any of the remaining ones\n"15386"a - stash this hunk and all later hunks in the file\n"15387"d - do not stash this hunk or any of the later hunks in the file"15388msgstr ""15389"y - fes «stash» d'aquest tros\n"15390"n - no facis «stash» d'aquest tros\n"15391"q - surt; no facis «stash» d'aquest tros o de cap altre restant\n"15392"a - fes «stash» d'aquest tros i tota la resta de trossos del fitxer\n"15393"d - no facis «stash» d'aquest tros o de cap altre restant del fitxer"1539415395#: git-add--interactive.perl:120815396msgid ""15397"y - unstage this hunk\n"15398"n - do not unstage this hunk\n"15399"q - quit; do not unstage this hunk or any of the remaining ones\n"15400"a - unstage this hunk and all later hunks in the file\n"15401"d - do not unstage this hunk or any of the later hunks in the file"15402msgstr ""15403"y - fes «unstage» d'aquest tros\n"15404"n - no facis «unstage» d'aquest tros\n"15405"q - surt; no facis «unstage» d'aquest tros o de cap altre restant\n"15406"a - fes «unstage» d'aquest tros i tota la resta de trossos del fitxer\n"15407"d - no facis «unstage» d'aquest tros o de cap altre restant del fitxer"1540815409#: git-add--interactive.perl:121415410msgid ""15411"y - apply this hunk to index\n"15412"n - do not apply this hunk to index\n"15413"q - quit; do not apply this hunk or any of the remaining ones\n"15414"a - apply this hunk and all later hunks in the file\n"15415"d - do not apply this hunk or any of the later hunks in the file"15416msgstr ""1541715418#: git-add--interactive.perl:122015419msgid ""15420"y - discard this hunk from worktree\n"15421"n - do not discard this hunk from worktree\n"15422"q - quit; do not discard this hunk or any of the remaining ones\n"15423"a - discard this hunk and all later hunks in the file\n"15424"d - do not discard this hunk or any of the later hunks in the file"15425msgstr ""1542615427#: git-add--interactive.perl:122615428msgid ""15429"y - discard this hunk from index and worktree\n"15430"n - do not discard this hunk from index and worktree\n"15431"q - quit; do not discard this hunk or any of the remaining ones\n"15432"a - discard this hunk and all later hunks in the file\n"15433"d - do not discard this hunk or any of the later hunks in the file"15434msgstr ""1543515436#: git-add--interactive.perl:123215437msgid ""15438"y - apply this hunk to index and worktree\n"15439"n - do not apply this hunk to index and worktree\n"15440"q - quit; do not apply this hunk or any of the remaining ones\n"15441"a - apply this hunk and all later hunks in the file\n"15442"d - do not apply this hunk or any of the later hunks in the file"15443msgstr ""1544415445#: git-add--interactive.perl:124115446msgid ""15447"g - select a hunk to go to\n"15448"/ - search for a hunk matching the given regex\n"15449"j - leave this hunk undecided, see next undecided hunk\n"15450"J - leave this hunk undecided, see next hunk\n"15451"k - leave this hunk undecided, see previous undecided hunk\n"15452"K - leave this hunk undecided, see previous hunk\n"15453"s - split the current hunk into smaller hunks\n"15454"e - manually edit the current hunk\n"15455"? - print help\n"15456msgstr ""1545715458#: git-add--interactive.perl:127215459msgid "The selected hunks do not apply to the index!\n"15460msgstr "Els trossos seleccionats no apliquen a l'índex\n"1546115462#: git-add--interactive.perl:127315463msgid "Apply them to the worktree anyway? "15464msgstr "Voleu aplicar-los igualment a l'arbre de treball"1546515466#: git-add--interactive.perl:127615467msgid "Nothing was applied.\n"15468msgstr "No s'ha aplicat res.\n"1546915470#: git-add--interactive.perl:128715471#, perl-format15472msgid "ignoring unmerged: %s\n"15473msgstr "s'està ignorant %s no fusionat\n"1547415475#: git-add--interactive.perl:129615476msgid "Only binary files changed.\n"15477msgstr "Només s'han canviat els fitxers binaris.\n"1547815479#: git-add--interactive.perl:129815480msgid "No changes.\n"15481msgstr "Sense canvis.\n"1548215483#: git-add--interactive.perl:130615484msgid "Patch update"15485msgstr "Actualització del pedaç"1548615487#: git-add--interactive.perl:135815488#, perl-format15489msgid "Stage mode change [y,n,q,a,d,/%s,?]? "15490msgstr "Canvia el mode de «stage» [y,n,q,a,d,/%s,?]? "1549115492#: git-add--interactive.perl:135915493#, perl-format15494msgid "Stage deletion [y,n,q,a,d,/%s,?]? "15495msgstr "Suprimeix «stage» [y,n,q,a,d,/%s,?]? "1549615497#: git-add--interactive.perl:136015498#, perl-format15499msgid "Stage this hunk [y,n,q,a,d,/%s,?]? "15500msgstr "Fer un «stage» d'aquest tros [y,n,q,a,d,/%s,?]? "1550115502#: git-add--interactive.perl:136315503#, perl-format15504msgid "Stash mode change [y,n,q,a,d,/%s,?]? "15505msgstr "Canvia el mode de «stash» [y,n,q,a,d,/%s,?]? "1550615507#: git-add--interactive.perl:136415508#, perl-format15509msgid "Stash deletion [y,n,q,a,d,/%s,?]? "15510msgstr "Suprimeix «stage» [y,n,q,a,d,/%s,?]? "1551115512#: git-add--interactive.perl:136515513#, perl-format15514msgid "Stash this hunk [y,n,q,a,d,/%s,?]? "15515msgstr "Fer un «stash» d'aquest tros [y,n,q,a,d,/%s,?]? "1551615517#: git-add--interactive.perl:136815518#, perl-format15519msgid "Unstage mode change [y,n,q,a,d,/%s,?]? "15520msgstr "Canvia el mode de «unstage» [y,n,q,a,d,/%s,?]? "1552115522#: git-add--interactive.perl:136915523#, perl-format15524msgid "Unstage deletion [y,n,q,a,d,/%s,?]? "15525msgstr "Suprimeix «Unstage» [y,n,q,a,d,/%s,?]? "1552615527#: git-add--interactive.perl:137015528#, perl-format15529msgid "Unstage this hunk [y,n,q,a,d,/%s,?]? "15530msgstr "Fer un «unstage» d'aquest tros [y,n,q,a,d,/%s,?]? "1553115532#: git-add--interactive.perl:137315533#, perl-format15534msgid "Apply mode change to index [y,n,q,a,d,/%s,?]? "15535msgstr "Aplica el canvi de mode a l'índex [y,n,q,a,d,/%s,?]?"1553615537#: git-add--interactive.perl:137415538#, perl-format15539msgid "Apply deletion to index [y,n,q,a,d,/%s,?]? "15540msgstr "Aplica l'esborrat a l'índex [y,n,q,a,d,/%s,?]?"1554115542#: git-add--interactive.perl:137515543#, perl-format15544msgid "Apply this hunk to index [y,n,q,a,d,/%s,?]? "15545msgstr "Aplica aquest tros a l'índex [y,n,q,a,d,/%s,?]? "1554615547#: git-add--interactive.perl:137815548#, perl-format15549msgid "Discard mode change from worktree [y,n,q,a,d,/%s,?]? "15550msgstr ""15551"Descarta el canvi de mode des de l'arbre de treball [y,n,q,a,d,/%s,?]? "1555215553#: git-add--interactive.perl:137915554#, perl-format15555msgid "Discard deletion from worktree [y,n,q,a,d,/%s,?]? "15556msgstr "Descarta l'esborrat des de l'arbre de treball [y,n,q,a,d,/%s,?]? "1555715558#: git-add--interactive.perl:138015559#, perl-format15560msgid "Discard this hunk from worktree [y,n,q,a,d,/%s,?]? "15561msgstr "Descarta aquest tros des de l'arbre de treball [y,n,q,a,d,/%s,?]?"1556215563#: git-add--interactive.perl:138315564#, perl-format15565msgid "Discard mode change from index and worktree [y,n,q,a,d,/%s,?]? "15566msgstr ""15567"Descarta el canvi de mode des de l'índex i l'arbre de treball [y,n,q,a,d,/"15568"%s,?]? "1556915570#: git-add--interactive.perl:138415571#, perl-format15572msgid "Discard deletion from index and worktree [y,n,q,a,d,/%s,?]? "15573msgstr ""15574"Descarta la supressió des de l'índex i l'arbre de treball [y,n,q,a,d,/%s,?]? "1557515576#: git-add--interactive.perl:138515577#, perl-format15578msgid "Discard this hunk from index and worktree [y,n,q,a,d,/%s,?]? "15579msgstr ""15580"Descarta aquest tros des de l'índex i l'arbre de treball [y,n,q,a,d,/%s,?]? "1558115582#: git-add--interactive.perl:138815583#, perl-format15584msgid "Apply mode change to index and worktree [y,n,q,a,d,/%s,?]? "15585msgstr ""15586"Aplica el canvi de mode a l'índex i l'arbre de treball [y,n,q,a,d,/%s,?]? "1558715588#: git-add--interactive.perl:138915589#, perl-format15590msgid "Apply deletion to index and worktree [y,n,q,a,d,/%s,?]? "15591msgstr "Aplica la supressió a l'índex i l'arbre de treball [y,n,q,a,d,/%s,?]? "1559215593#: git-add--interactive.perl:139015594#, perl-format15595msgid "Apply this hunk to index and worktree [y,n,q,a,d,/%s,?]? "15596msgstr "Aplica aquest tros a l'índex i l'arbre de treball [y,n,q,a,d,/%s,?]? "1559715598#: git-add--interactive.perl:149315599msgid "go to which hunk (<ret> to see more)? "15600msgstr "vés a quin tros (<ret> per veure'n més)? "1560115602#: git-add--interactive.perl:149515603msgid "go to which hunk? "15604msgstr "vés a quin tros? "1560515606#: git-add--interactive.perl:150415607#, perl-format15608msgid "Invalid number: '%s'\n"15609msgstr "Número no vàlid: '%s'\n"1561015611#: git-add--interactive.perl:150915612#, perl-format15613msgid "Sorry, only %d hunk available.\n"15614msgid_plural "Sorry, only %d hunks available.\n"15615msgstr[0] "Només %d tros disponible.\n"15616msgstr[1] "Només %d trossos disponibles.\n"1561715618#: git-add--interactive.perl:153515619msgid "search for regex? "15620msgstr "Cerca per expressió regular? "1562115622#: git-add--interactive.perl:154815623#, perl-format15624msgid "Malformed search regexp %s: %s\n"15625msgstr "Expressió regular de cerca mal formada %s: %s\n"1562615627#: git-add--interactive.perl:155815628msgid "No hunk matches the given pattern\n"15629msgstr "No hi ha trossos que coincideixin amb el patró donat\n"1563015631#: git-add--interactive.perl:1570 git-add--interactive.perl:159215632msgid "No previous hunk\n"15633msgstr "Sense tros previ\n"1563415635#: git-add--interactive.perl:1579 git-add--interactive.perl:159815636msgid "No next hunk\n"15637msgstr "No hi ha tros següent\n"1563815639#: git-add--interactive.perl:160615640#, perl-format15641msgid "Split into %d hunk.\n"15642msgid_plural "Split into %d hunks.\n"15643msgstr[0] "Divideix en %d tros.\n"15644msgstr[1] "Divideix en %d trossos.\n"1564515646#: git-add--interactive.perl:165815647msgid "Review diff"15648msgstr "Reviseu les diferències"1564915650#. TRANSLATORS: please do not translate the command names15651#. 'status', 'update', 'revert', etc.15652#: git-add--interactive.perl:167715653msgid ""15654"status - show paths with changes\n"15655"update - add working tree state to the staged set of changes\n"15656"revert - revert staged set of changes back to the HEAD version\n"15657"patch - pick hunks and update selectively\n"15658"diff\t - view diff between HEAD and index\n"15659"add untracked - add contents of untracked files to the staged set of "15660"changes\n"15661msgstr ""1566215663#: git-add--interactive.perl:1694 git-add--interactive.perl:169915664#: git-add--interactive.perl:1702 git-add--interactive.perl:170915665#: git-add--interactive.perl:1713 git-add--interactive.perl:171915666msgid "missing --"15667msgstr "manca --"1566815669#: git-add--interactive.perl:171515670#, perl-format15671msgid "unknown --patch mode: %s"15672msgstr "desconegut --patch mode: %s"1567315674#: git-add--interactive.perl:1721 git-add--interactive.perl:172715675#, perl-format15676msgid "invalid argument %s, expecting --"15677msgstr "argument %s no vàlid, s'esperava --"1567815679#: git-send-email.perl:12115680msgid "local zone differs from GMT by a non-minute interval\n"15681msgstr "la zona local difereix de GMT per un interval que no és de minuts\n"1568215683#: git-send-email.perl:128 git-send-email.perl:13415684msgid "local time offset greater than or equal to 24 hours\n"15685msgstr "el desplaçament de la zona local és més gran o igual a 24 hores\n"1568615687#: git-send-email.perl:202 git-send-email.perl:20815688msgid "the editor exited uncleanly, aborting everything"15689msgstr "l'editor no ha sortit correctament, avortant-ho tot"1569015691#: git-send-email.perl:28215692#, perl-format15693msgid ""15694"'%s' contains an intermediate version of the email you were composing.\n"15695msgstr ""1569615697#: git-send-email.perl:28715698#, perl-format15699msgid "'%s.final' contains the composed email.\n"15700msgstr ""1570115702#: git-send-email.perl:30515703msgid "--dump-aliases incompatible with other options\n"15704msgstr "--dump-aliases és incompatible amb altres opcions\n"1570515706#: git-send-email.perl:368 git-send-email.perl:62315707msgid "Cannot run git format-patch from outside a repository\n"15708msgstr "No es pot executar git format-patch des de fora del dipòsit\n"1570915710#: git-send-email.perl:43715711#, perl-format15712msgid "Unknown --suppress-cc field: '%s'\n"15713msgstr "Camp --suppress-cc desconegut: '%s'\n"1571415715#: git-send-email.perl:46615716#, perl-format15717msgid "Unknown --confirm setting: '%s'\n"15718msgstr "--confirm setting desconegut: '%s'\n"1571915720#: git-send-email.perl:49815721#, perl-format15722msgid "warning: sendmail alias with quotes is not supported: %s\n"15723msgstr "avís: el sobrenom de sendmail amb cometes no està suportat: %s\n"1572415725#: git-send-email.perl:50015726#, perl-format15727msgid "warning: `:include:` not supported: %s\n"15728msgstr "avís: `:include:` no està suportat: %s\n"1572915730#: git-send-email.perl:50215731#, perl-format15732msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"15733msgstr "avís: les redireccions `/file` or `|pipe no són admeses: %s\n"1573415735#: git-send-email.perl:50715736#, perl-format15737msgid "warning: sendmail line is not recognized: %s\n"15738msgstr "avís: no es pot reconèixer la línia sendmail: %s\n"1573915740#: git-send-email.perl:58915741#, perl-format15742msgid ""15743"File '%s' exists but it could also be the range of commits\n"15744"to produce patches for. Please disambiguate by...\n"15745"\n"15746" * Saying \"./%s\" if you mean a file; or\n"15747" * Giving --format-patch option if you mean a range.\n"15748msgstr ""1574915750#: git-send-email.perl:61015751#, perl-format15752msgid "Failed to opendir %s: %s"15753msgstr "S'ha produït un error a l'obrir el directori %s: %s"1575415755#: git-send-email.perl:63415756#, perl-format15757msgid ""15758"fatal: %s: %s\n"15759"warning: no patches were sent\n"15760msgstr ""15761"greu: %s: %s\n"15762"avís: no s'han enviat pedaços\n"1576315764#: git-send-email.perl:64515765msgid ""15766"\n"15767"No patch files specified!\n"15768"\n"15769msgstr ""15770"\n"15771"No s'han especificat fitxers de pedaç\n"15772"\n"1577315774#: git-send-email.perl:65815775#, perl-format15776msgid "No subject line in %s?"15777msgstr "Sense assumpte a: %s"1577815779#: git-send-email.perl:66815780#, perl-format15781msgid "Failed to open for writing %s: %s"15782msgstr "S'ha produït un error en obrir per escriptura %s: %s"1578315784#: git-send-email.perl:67815785msgid ""15786"Lines beginning in \"GIT:\" will be removed.\n"15787"Consider including an overall diffstat or table of contents\n"15788"for the patch you are writing.\n"15789"\n"15790"Clear the body content if you don't wish to send a summary.\n"15791msgstr ""1579215793#: git-send-email.perl:70115794#, perl-format15795msgid "Failed to open %s.final: %s"15796msgstr "S'ha produït un error en obrir %s.final: %s"1579715798#: git-send-email.perl:70415799#, perl-format15800msgid "Failed to open %s: %s"15801msgstr "S'ha produït un error en obrir %s: %s"1580215803#: git-send-email.perl:73915804msgid "To/Cc/Bcc fields are not interpreted yet, they have been ignored\n"15805msgstr "Els camps A/Cc/Bcc no s'interpreten encara, s'ignoraran\n"1580615807#: git-send-email.perl:74815808msgid "Summary email is empty, skipping it\n"15809msgstr "El correu electrònic de resum està buit, s'omet\n"1581015811#. TRANSLATORS: please keep [y/N] as is.15812#: git-send-email.perl:78015813#, perl-format15814msgid "Are you sure you want to use <%s> [y/N]? "15815msgstr "Esteu segur que voleu usar <%s> [y/N]? "1581615817#: git-send-email.perl:80915818msgid ""15819"The following files are 8bit, but do not declare a Content-Transfer-"15820"Encoding.\n"15821msgstr ""1582215823#: git-send-email.perl:81415824msgid "Which 8bit encoding should I declare [UTF-8]? "15825msgstr "Quina codificació de 8 bits hauria de declarar [UTF-8]? "1582615827#: git-send-email.perl:82215828#, perl-format15829msgid ""15830"Refusing to send because the patch\n"15831"\t%s\n"15832"has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "15833"want to send.\n"15834msgstr ""1583515836#: git-send-email.perl:84115837msgid "To whom should the emails be sent (if anyone)?"15838msgstr ""15839"A quin s'haurien d'enviar els correus electrònics (si s'han d'enviar a algú)?"1584015841#: git-send-email.perl:85915842#, perl-format15843msgid "fatal: alias '%s' expands to itself\n"15844msgstr ""1584515846#: git-send-email.perl:87115847msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "15848msgstr ""1584915850#: git-send-email.perl:921 git-send-email.perl:92915851#, perl-format15852msgid "error: unable to extract a valid address from: %s\n"15853msgstr "error: no s'ha pogut extreure una adreça vàlida de: %s\n"1585415855#. TRANSLATORS: Make sure to include [q] [d] [e] in your15856#. translation. The program will only accept English input15857#. at this point.15858#: git-send-email.perl:93315859msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "15860msgstr "Què fer amb aquesta adreça? ([q]surt|[d]escarta|[e]dita): "1586115862#: git-send-email.perl:123415863#, perl-format15864msgid "CA path \"%s\" does not exist"15865msgstr "el camí CA \"%s\" no existeix"1586615867#: git-send-email.perl:130915868msgid ""15869" The Cc list above has been expanded by additional\n"15870" addresses found in the patch commit message. By default\n"15871" send-email prompts before sending whenever this occurs.\n"15872" This behavior is controlled by the sendemail.confirm\n"15873" configuration setting.\n"15874"\n"15875" For additional information, run 'git send-email --help'.\n"15876" To retain the current behavior, but squelch this message,\n"15877" run 'git config --global sendemail.confirm auto'.\n"15878"\n"15879msgstr ""1588015881#. TRANSLATORS: Make sure to include [y] [n] [q] [a] in your15882#. translation. The program will only accept English input15883#. at this point.15884#: git-send-email.perl:132415885msgid "Send this email? ([y]es|[n]o|[q]uit|[a]ll): "15886msgstr "Voleu enviar aquest correu electrònic? ([y]sí|[n]o|[q]surt|[a]tot): "1588715888#: git-send-email.perl:132715889msgid "Send this email reply required"15890msgstr "Requereix contestació a l'enviar correu"1589115892#: git-send-email.perl:135315893msgid "The required SMTP server is not properly defined."15894msgstr "El servidor SMTP requerit no està correctament definit."1589515896#: git-send-email.perl:139715897#, perl-format15898msgid "Server does not support STARTTLS! %s"15899msgstr "El servidor no admet STARTTLS! %s"1590015901#: git-send-email.perl:140315902msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."15903msgstr "No s'ha pogut inicialitzar SMTP correctament. Comproveu-ho la configuració i useu --smtp-debug."1590415905#: git-send-email.perl:142115906#, perl-format15907msgid "Failed to send %s\n"15908msgstr "S'ha produït un error en enviar %s\n"1590915910#: git-send-email.perl:142415911#, perl-format15912msgid "Dry-Sent %s\n"15913msgstr "Simulació d'enviament %s\n"1591415915#: git-send-email.perl:142415916#, perl-format15917msgid "Sent %s\n"15918msgstr "Enviat %s\n"1591915920#: git-send-email.perl:142615921msgid "Dry-OK. Log says:\n"15922msgstr "Simulació de correcte. El registre diu:\n"1592315924#: git-send-email.perl:142615925msgid "OK. Log says:\n"15926msgstr "Correcte. El registre diu: \n"1592715928#: git-send-email.perl:143815929msgid "Result: "15930msgstr "Resultat: "1593115932#: git-send-email.perl:144115933msgid "Result: OK\n"15934msgstr "Resultat: correcte\n"1593515936#: git-send-email.perl:145415937#, perl-format15938msgid "can't open file %s"15939msgstr "no es pot obrir el fitxer %s"1594015941#: git-send-email.perl:1501 git-send-email.perl:152115942#, perl-format15943msgid "(mbox) Adding cc: %s from line '%s'\n"15944msgstr "(mbox) S'està afegint cc: %s des de la línia '%s'\n"1594515946#: git-send-email.perl:150715947#, perl-format15948msgid "(mbox) Adding to: %s from line '%s'\n"15949msgstr "(mbox) S'està afegint a: %s des de la línia '%s'\n"1595015951#: git-send-email.perl:155515952#, perl-format15953msgid "(non-mbox) Adding cc: %s from line '%s'\n"15954msgstr "(mbox) S'està afegint cc: %s des de la línia '%s'\n"1595515956#: git-send-email.perl:157815957#, perl-format15958msgid "(body) Adding cc: %s from line '%s'\n"15959msgstr "(cos) S'està afegint cc: %s des de la línia '%s'\n"1596015961#: git-send-email.perl:167615962#, perl-format15963msgid "(%s) Could not execute '%s'"15964msgstr "(%s) no s'ha pogut executar '%s'"1596515966#: git-send-email.perl:168315967#, perl-format15968msgid "(%s) Adding %s: %s from: '%s'\n"15969msgstr "(%s) S'està afegint %s: %s des de: '%s'\n"1597015971#: git-send-email.perl:168715972#, perl-format15973msgid "(%s) failed to close pipe to '%s'"15974msgstr "(%s) s'ha produït un error en tancar el conducte '%s'"1597515976#: git-send-email.perl:171415977msgid "cannot send message as 7bit"15978msgstr "no es pot enviar el missatge en 7 bits"1597915980#: git-send-email.perl:172215981msgid "invalid transfer encoding"15982msgstr "codificació de transferència invàlida"1598315984#: git-send-email.perl:1741 git-send-email.perl:1792 git-send-email.perl:180215985#, perl-format15986msgid "unable to open %s: %s\n"15987msgstr "no s'ha pogut obrir %s: %s\n"1598815989#: git-send-email.perl:174415990#, perl-format15991msgid "%s: patch contains a line longer than 998 characters"15992msgstr "%s: el pedaç conté una línia més gran de 998 caràcters"1599315994#: git-send-email.perl:176015995#, perl-format15996msgid "Skipping %s with backup suffix '%s'.\n"15997msgstr "S'està ometent %s amb el sufix de còpia de seguretat '%s'.\n"1599815999#. TRANSLATORS: please keep "[y|N]" as is.16000#: git-send-email.perl:176416001#, perl-format16002msgid "Do you really want to send %s? [y|N]: "16003msgstr "Esteu segur que voleu enviar %s? [y|N]: "1600416005#~ msgid "Use an experimental blank-line-based heuristic to improve diffs"16006#~ msgstr ""16007#~ "Usa un heurístic experimental basat en línies en blanc per a millorar les "16008#~ "diferències"1600916010#~ msgid "Clever... amending the last one with dirty index."16011#~ msgstr "Intel·ligent... s'està esmenant l'últim amb índex brut."1601216013#~ msgid ""16014#~ "the following submodule (or one of its nested submodules)\n"16015#~ "uses a .git directory:"16016#~ msgid_plural ""16017#~ "the following submodules (or one of their nested submodules)\n"16018#~ "use a .git directory:"16019#~ msgstr[0] ""16020#~ "el submòdul següent (o un dels seus submòduls niats)\n"16021#~ "usa un directori .git:"16022#~ msgstr[1] ""16023#~ "els submòduls següents (o un dels seus submòduls niats)\n"16024#~ "usa un directori .git:"1602516026#~ msgid ""16027#~ "\n"16028#~ "(use 'rm -rf' if you really want to remove it including all of its "16029#~ "history)"16030#~ msgstr ""16031#~ "\n"16032#~ "(useu 'rm -rf' si realment voleu eliminar-lo, incloent tota la seva "16033#~ "història)"